From 51b237a136014566f1ff744f68d0c8262ab8f726 Mon Sep 17 00:00:00 2001 From: Kamil Jakubus Date: Thu, 28 Nov 2024 15:41:29 +0100 Subject: [PATCH] 0.0.45 --- package.json | 2 +- src/grammar.json | 318 +- src/node-types.json | 110 +- src/parser.c | 444753 ++++++++++++++++++++++------------------- 4 files changed, 244097 insertions(+), 201086 deletions(-) diff --git a/package.json b/package.json index b4a2089..1cd3166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@usagi-coffee/tree-sitter-abl", - "version": "0.0.44", + "version": "0.0.45", "description": "ABL grammar for tree-sitter", "main": "bindings/node", "scripts": { diff --git a/src/grammar.json b/src/grammar.json index 9d027ce..e23ba5e 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -13,13 +13,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": ":" - } - ] + "type": "STRING", + "value": ":" }, { "type": "REPEAT", @@ -204,6 +199,24 @@ } ] }, + "null_statement": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "object_access" + } + ] + }, + { + "type": "SYMBOL", + "name": "_terminator" + } + ] + }, "null_expression": { "type": "PATTERN", "value": "\\?" @@ -3691,6 +3704,18 @@ "named": false, "value": "REPEAT" }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "preselect_phrase" + }, + { + "type": "BLANK" + } + ] + }, { "type": "CHOICE", "members": [ @@ -3747,16 +3772,8 @@ } }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "body" - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "body" }, { "type": "SYMBOL", @@ -4368,6 +4385,22 @@ }, "named": false, "value": "OUTPUT" + }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[iI][nN][pP][uU][tT][--][oO][uU][tT][pP][uU][tT]" + } + } + }, + "named": false, + "value": "INPUT-OUTPUT" } ] }, @@ -4511,12 +4544,12 @@ "value": 1, "content": { "type": "PATTERN", - "value": "[tT][aA][bB][lL][eE]" + "value": "[tT][aA][bB][lL][eE][ ]" } } }, "named": false, - "value": "TABLE" + "value": "TABLE " }, { "type": "ALIAS", @@ -4543,12 +4576,12 @@ "value": 1, "content": { "type": "PATTERN", - "value": "[dD][aA][tT][aA][sS][eE][tT]" + "value": "[dD][aA][tT][aA][sS][eE][tT][--][hH][aA][nN][dD][lL][eE]" } } }, "named": false, - "value": "DATASET" + "value": "DATASET-HANDLE" }, { "type": "ALIAS", @@ -4559,12 +4592,12 @@ "value": 1, "content": { "type": "PATTERN", - "value": "[dD][aA][tT][aA][sS][eE][tT][--][hH][aA][nN][dD][lL][eE]" + "value": "[dD][aA][tT][aA][sS][eE][tT][ ]" } } }, "named": false, - "value": "DATASET-HANDLE" + "value": "DATASET " } ] }, @@ -9292,6 +9325,18 @@ "named": false, "value": "DO" }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "preselect_phrase" + }, + { + "type": "BLANK" + } + ] + }, { "type": "CHOICE", "members": [ @@ -14997,6 +15042,223 @@ } ] }, + "record_phrase": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "type", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[eE][aA][cC][hH]" + } + } + }, + "named": false, + "value": "EACH" + }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[fF][iI][rR][sS][tT]" + } + } + }, + "named": false, + "value": "FIRST" + }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[lL][aA][sS][tT]" + } + } + }, + "named": false, + "value": "LAST" + } + ] + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "qualified_name" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "qualified_name" + } + ] + } + ] + } + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "of" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "preselect_phrase": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[pP][rR][eE][sS][eE][lL][eE][cC][tT]" + } + } + }, + "named": false, + "value": "PRESELECT" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "record_phrase" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "record_phrase" + } + ] + } + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_pre_tuning" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "where_clause" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "query_tuning" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "sort_clause" + } + }, + { + "type": "BLANK" + } + ] + } + ] + }, "_expression": { "type": "CHOICE", "members": [ @@ -15117,6 +15379,10 @@ "type": "SYMBOL", "name": "var_statement" }, + { + "type": "SYMBOL", + "name": "null_statement" + }, { "type": "SYMBOL", "name": "variable_definition" @@ -15286,6 +15552,12 @@ [ "input_expression" ], + [ + "record_phrase" + ], + [ + "sort_clause" + ], [ "_statement" ], diff --git a/src/node-types.json b/src/node-types.json index 728f61b..780887c 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -213,6 +213,10 @@ "type": "interface_statement", "named": true }, + { + "type": "null_statement", + "named": true + }, { "type": "on_statement", "named": true @@ -1256,6 +1260,10 @@ "type": "on_stop_phrase", "named": true }, + { + "type": "preselect_phrase", + "named": true + }, { "type": "stop_after_phrase", "named": true @@ -2487,6 +2495,21 @@ ] } }, + { + "type": "null_statement", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "object_access", + "named": true + } + ] + } + }, { "type": "number_literal", "named": true, @@ -2788,6 +2811,33 @@ ] } }, + { + "type": "preselect_phrase", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "query_tuning", + "named": true + }, + { + "type": "record_phrase", + "named": true + }, + { + "type": "sort_clause", + "named": true + }, + { + "type": "where_clause", + "named": true + } + ] + } + }, { "type": "primitive_type", "named": true, @@ -3075,13 +3125,55 @@ ] } }, + { + "type": "record_phrase", + "named": true, + "fields": { + "type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "EACH", + "named": false + }, + { + "type": "FIRST", + "named": false + }, + { + "type": "LAST", + "named": false + } + ] + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "identifier", + "named": true + }, + { + "type": "of", + "named": true + }, + { + "type": "qualified_name", + "named": true + } + ] + } + }, { "type": "repeat_statement", "named": true, "fields": {}, "children": { "multiple": true, - "required": false, + "required": true, "types": [ { "type": "body", @@ -3107,6 +3199,10 @@ "type": "on_stop_phrase", "named": true }, + { + "type": "preselect_phrase", + "named": true + }, { "type": "repeat_tuning", "named": true @@ -4312,6 +4408,10 @@ "type": "DATASET", "named": false }, + { + "type": "DATASET ", + "named": false + }, { "type": "DATASET-HANDLE", "named": false @@ -4824,6 +4924,10 @@ "type": "PORTRAIT", "named": false }, + { + "type": "PRESELECT", + "named": false + }, { "type": "PREV", "named": false @@ -5024,6 +5128,10 @@ "type": "TABLE", "named": false }, + { + "type": "TABLE ", + "named": false + }, { "type": "TABLE-HANDLE", "named": false diff --git a/src/parser.c b/src/parser.c index 68df87f..6c7c138 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,15 +14,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 7247 -#define LARGE_STATE_COUNT 259 -#define SYMBOL_COUNT 560 +#define STATE_COUNT 8050 +#define LARGE_STATE_COUNT 370 +#define SYMBOL_COUNT 567 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 313 +#define TOKEN_COUNT 316 #define EXTERNAL_TOKEN_COUNT 8 #define FIELD_COUNT 27 #define MAX_ALIAS_SEQUENCE_LENGTH 13 -#define PRODUCTION_ID_COUNT 73 +#define PRODUCTION_ID_COUNT 74 enum { sym_identifier = 1, @@ -162,428 +162,435 @@ enum { aux_sym_procedure_parameter_definition_token2 = 135, aux_sym_procedure_parameter_definition_token3 = 136, aux_sym__function_terminator_token1 = 137, - aux_sym_interface_statement_token1 = 138, - aux_sym_property_type_token1 = 139, - aux_sym_property_type_token2 = 140, - aux_sym_getter_token1 = 141, - aux_sym_setter_token1 = 142, - aux_sym_property_definition_token1 = 143, - aux_sym_event_definition_token1 = 144, - aux_sym_event_definition_token2 = 145, - aux_sym_method_tuning_token1 = 146, - aux_sym_method_definition_token1 = 147, - aux_sym_data_relation_token1 = 148, - aux_sym_data_relation_token2 = 149, - aux_sym_using_statement_token1 = 150, - aux_sym_using_statement_token2 = 151, - aux_sym_using_statement_token3 = 152, - aux_sym_using_statement_token4 = 153, - aux_sym_constructor_definition_token1 = 154, - aux_sym_destructor_definition_token1 = 155, - aux_sym_inherits_token1 = 156, - aux_sym_implements_token1 = 157, - aux_sym_use_widget_pool_token1 = 158, - anon_sym_NO_DASHERROR = 159, - aux_sym_stream_definition_token1 = 160, - aux_sym_input_close_statement_token1 = 161, - aux_sym_input_close_statement_token2 = 162, - aux_sym_input_stream_tuning_token1 = 163, - aux_sym_input_stream_tuning_token2 = 164, - aux_sym_input_stream_tuning_token3 = 165, - aux_sym_input_stream_tuning_token4 = 166, - aux_sym_input_stream_tuning_token5 = 167, - aux_sym_input_stream_tuning_token6 = 168, - aux_sym_input_stream_tuning_token7 = 169, - aux_sym_input_stream_tuning_token8 = 170, - aux_sym_input_stream_tuning_token9 = 171, - aux_sym_input_stream_tuning_token10 = 172, - aux_sym_input_stream_tuning_token11 = 173, - aux_sym_output_stream_tuning_token1 = 174, - aux_sym_output_stream_tuning_token2 = 175, - aux_sym_output_stream_tuning_token3 = 176, - aux_sym_output_stream_tuning_token4 = 177, - aux_sym_output_stream_tuning_token5 = 178, - aux_sym_output_stream_tuning_token6 = 179, - aux_sym_output_stream_tuning_token7 = 180, - aux_sym_output_stream_statement_token1 = 181, - aux_sym_on_error_phrase_token1 = 182, - aux_sym_on_error_phrase_token2 = 183, - aux_sym_on_error_phrase_token3 = 184, - aux_sym_on_error_phrase_token4 = 185, - aux_sym_on_error_phrase_token5 = 186, - aux_sym_on_error_phrase_token6 = 187, - aux_sym_on_error_phrase_token7 = 188, - aux_sym_on_error_phrase_token8 = 189, - aux_sym_on_stop_phrase_token1 = 190, - aux_sym_on_quit_phrase_token1 = 191, - aux_sym_on_endkey_phrase_token1 = 192, - aux_sym_stop_after_phrase_token1 = 193, - aux_sym_do_tuning_token1 = 194, - aux_sym_to_phrase_token1 = 195, - aux_sym_do_block_token1 = 196, - aux_sym__case_terminator_token1 = 197, - aux_sym_case_conditon_token1 = 198, - aux_sym_case_otherwise_branch_token1 = 199, - aux_sym_where_clause_token1 = 200, - aux_sym_query_tuning_token1 = 201, - aux_sym_query_tuning_token2 = 202, - aux_sym_query_tuning_token3 = 203, - aux_sym_query_tuning_token4 = 204, - aux_sym_query_tuning_token5 = 205, - aux_sym_query_tuning_token6 = 206, - aux_sym_sort_order_token1 = 207, - aux_sym_sort_order_token2 = 208, - aux_sym_sort_order_token3 = 209, - aux_sym_sort_order_token4 = 210, - aux_sym_sort_clause_token1 = 211, - aux_sym_for_phrase_token1 = 212, - aux_sym_for_phrase_token2 = 213, - aux_sym_for_phrase_token3 = 214, - aux_sym__find_type_token1 = 215, - aux_sym__find_type_token2 = 216, - aux_sym_find_statement_token1 = 217, - aux_sym_can_find_expression_token1 = 218, - aux_sym_of_token1 = 219, - aux_sym_using_token1 = 220, - aux_sym_assign_statement_token1 = 221, - aux_sym_catch_statement_token1 = 222, - aux_sym_finally_statement_token1 = 223, - aux_sym_accumulate_aggregate_token1 = 224, - aux_sym_accumulate_aggregate_token2 = 225, - aux_sym_accumulate_aggregate_token3 = 226, - aux_sym_accumulate_aggregate_token4 = 227, - aux_sym_accumulate_aggregate_token5 = 228, - aux_sym_accumulate_aggregate_token6 = 229, - aux_sym_accumulate_aggregate_token7 = 230, - aux_sym_accumulate_aggregate_token8 = 231, - aux_sym_accumulate_aggregate_token9 = 232, - aux_sym_accumulate_aggregate_token10 = 233, - aux_sym_accumulate_statement_token1 = 234, - anon_sym_ = 235, - aux_sym_accumulate_expression_token1 = 236, - aux_sym_available_expression_token1 = 237, - aux_sym_available_expression_token2 = 238, - aux_sym_error_scope_statement_token1 = 239, - aux_sym_error_scope_statement_token2 = 240, - aux_sym_temp_table_tuning_token1 = 241, - aux_sym_field_option_token1 = 242, - aux_sym_field_option_token2 = 243, - aux_sym_field_option_token3 = 244, - aux_sym_field_option_token4 = 245, - aux_sym_field_option_token5 = 246, - aux_sym_field_option_token6 = 247, - aux_sym_field_option_token7 = 248, - aux_sym_field_definition_token1 = 249, - aux_sym_index_tuning_token1 = 250, - aux_sym_index_tuning_token2 = 251, - aux_sym_index_tuning_token3 = 252, - aux_sym_index_tuning_token4 = 253, - aux_sym_index_definition_token1 = 254, - aux_sym_workfile_definition_token1 = 255, - aux_sym_workfile_definition_token2 = 256, - aux_sym_widget_field_token1 = 257, - aux_sym_of_phrase_token1 = 258, - aux_sym_of_phrase_token2 = 259, - aux_sym_prompt_for_statement_token1 = 260, - aux_sym_prompt_for_statement_token2 = 261, - aux_sym_var_statement_token1 = 262, - aux_sym_image_phrase_token1 = 263, - aux_sym_image_phrase_token2 = 264, - aux_sym_image_phrase_token3 = 265, - aux_sym_image_phrase_token4 = 266, - aux_sym_image_phrase_token5 = 267, - aux_sym_image_phrase_token6 = 268, - aux_sym_image_phrase_token7 = 269, - aux_sym_image_phrase_token8 = 270, - aux_sym_image_phrase_token9 = 271, - aux_sym_image_phrase_token10 = 272, - aux_sym_size_phrase_token1 = 273, - aux_sym_size_phrase_token2 = 274, - aux_sym_size_phrase_token3 = 275, - aux_sym_button_tuning_token1 = 276, - aux_sym_button_tuning_token2 = 277, - aux_sym_button_tuning_token3 = 278, - aux_sym_button_tuning_token4 = 279, - aux_sym_button_tuning_token5 = 280, - aux_sym_button_tuning_token6 = 281, - aux_sym_button_tuning_token7 = 282, - aux_sym_button_tuning_token8 = 283, - aux_sym_button_tuning_token9 = 284, - aux_sym_button_tuning_token10 = 285, - aux_sym_button_tuning_token11 = 286, - aux_sym_button_tuning_token12 = 287, - aux_sym_button_tuning_token13 = 288, - aux_sym_button_tuning_token14 = 289, - aux_sym_button_tuning_token15 = 290, - aux_sym_button_tuning_token16 = 291, - aux_sym_button_tuning_token17 = 292, - aux_sym_button_definition_token1 = 293, - aux_sym_run_tuning_token1 = 294, - aux_sym_run_tuning_token2 = 295, - aux_sym_run_tuning_token3 = 296, - aux_sym_run_tuning_token4 = 297, - aux_sym_run_tuning_token5 = 298, - aux_sym_run_tuning_token6 = 299, - aux_sym_run_tuning_token7 = 300, - aux_sym_run_statement_token1 = 301, - aux_sym_enum_member_token1 = 302, - aux_sym_enum_definition_token1 = 303, - aux_sym_enum_tuning_token1 = 304, - sym__namedot = 305, - sym__namecolon = 306, - sym__namedoublecolon = 307, - sym__or_operator = 308, - sym__and_operator = 309, - sym__augmented_assignment = 310, - sym__escaped_string = 311, - sym__special_character = 312, - sym_source_code = 313, - sym_body = 314, - sym_dot_body = 315, - sym_comment = 316, - sym_constant = 317, - sym_qualified_name = 318, - sym__block_terminator = 319, - sym_boolean_literal = 320, - sym__decimal_literal = 321, - sym_number_literal = 322, - sym_string_literal = 323, - sym_array_literal = 324, - sym_double_quoted_string = 325, - sym_parenthesized_expression = 326, - sym__logical_operator = 327, - sym_logical_expression = 328, - sym_type_tuning = 329, - sym_assignment_operator = 330, - sym__unary_minus_expressions = 331, - sym_unary_expression = 332, - sym_ambiguous_expression = 333, - sym_temp_table_expression = 334, - sym_current_changed_expression = 335, - sym_locked_expression = 336, - sym_dataset_expression = 337, - sym_input_expression = 338, - sym__additive_operator = 339, - sym_additive_expression = 340, - sym__multiplicative_operator = 341, - sym_multiplicative_expression = 342, - sym__comparison_operator = 343, - sym_comparison_expression = 344, - sym__binary_expression = 345, - sym_array_access = 346, - sym_include_argument = 347, - sym_include = 348, - sym_primitive_type = 349, - sym_class_type = 350, - sym_generic_parameter = 351, - sym_generic_expression = 352, - sym_generic_type = 353, - sym__type = 354, - sym_when_expression = 355, - sym_assignment = 356, - sym_variable_assignment = 357, - sym_variable_tuning = 358, - sym_scope_tuning = 359, - sym_access_tuning = 360, - sym_serialization_tuning = 361, - sym_variable_definition = 362, - sym_buffer_definition = 363, - sym_query_definition_tuning = 364, - sym_query_fields = 365, - sym_query_definition = 366, - sym_return_tuning = 367, - sym_return_type = 368, - sym_function_call_statement = 369, - sym_argument_mode = 370, - sym_argument_tuning = 371, - sym_function_call_argument = 372, - sym_function_arguments = 373, - sym_function_call = 374, - sym_if_statement = 375, - sym_else_statement = 376, - sym_ternary_expression = 377, - sym_label = 378, - sym_while_phrase = 379, - sym_repeat_tuning = 380, - sym_repeat_statement = 381, - sym__procedure_terminator = 382, - sym_procedure_statement = 383, - sym_procedure_parameter_tuning = 384, - sym_procedure_parameter_definition = 385, - sym__function_terminator = 386, - sym_function_parameter_mode = 387, - sym_function_parameter_tuning = 388, - sym_function_parameter = 389, - sym_function_parameters = 390, - sym_function_statement = 391, - sym_return_statement = 392, - sym_interface_body = 393, - sym_interface_tuning = 394, - sym_interface_statement = 395, - sym_property_type = 396, - sym_property_tuning = 397, - sym_getter = 398, - sym_setter = 399, - sym_property_definition = 400, - sym_event_definition = 401, - sym_method_tuning = 402, - sym_method_definition = 403, - sym_data_relation = 404, - sym_dataset_definition = 405, - sym_using_statement = 406, - sym_class_body = 407, - sym_constructor_definition = 408, - sym_destructor_definition = 409, - sym_class_tuning = 410, - sym_class_statement = 411, - sym_inherits = 412, - sym_implements = 413, - sym_use_widget_pool = 414, - sym_abstract = 415, - sym_final = 416, - sym_serializable = 417, - sym_new_expression = 418, - sym_object_access = 419, - sym_member_access = 420, - sym_stream_definition = 421, - sym_input_close_statement = 422, - sym_output_close_statement = 423, - sym__stream_statement = 424, - sym_input_stream_tuning = 425, - sym_input_stream_statement = 426, - sym_output_stream_tuning = 427, - sym_output_stream_statement = 428, - sym_on_error_phrase = 429, - sym_on_stop_phrase = 430, - sym_on_quit_phrase = 431, - sym_on_endkey_phrase = 432, - sym_stop_after_phrase = 433, - sym_do_tuning = 434, - sym_to_phrase = 435, - sym_do_block = 436, - sym__case_terminator = 437, - sym__case_branch_body = 438, - sym_case_conditon = 439, - sym_case_when_branch = 440, - sym_case_otherwise_branch = 441, - sym_case_body = 442, - sym_case_statement = 443, - sym_where_clause = 444, - sym__pre_tuning = 445, - sym_query_tuning = 446, - sym_sort_order = 447, - sym_sort_column = 448, - sym_sort_clause = 449, - sym_for_phrase = 450, - sym_for_statement = 451, - sym__find_type = 452, - sym_find_statement = 453, - sym_can_find_expression = 454, - sym_of = 455, - sym_using = 456, - sym_using_field = 457, - sym_abl_statement = 458, - sym_assign_statement = 459, - sym_catch_statement = 460, - sym_finally_statement = 461, - sym_accumulate_aggregate = 462, - sym_accumulate_statement = 463, - sym_accumulate_expression = 464, - sym_available_expression = 465, - sym_undo_statement = 466, - sym_error_scope_statement = 467, - sym_temp_table_tuning = 468, - sym_field_option = 469, - sym_field_definition = 470, - sym_index_tuning = 471, - sym_index_definition = 472, - sym_workfile_tuning = 473, - sym_workfile_definition = 474, - sym_temp_table_definition = 475, - sym_widget_field = 476, - sym_widget_phrase = 477, - sym_of_phrase = 478, - sym_on_statement = 479, - sym_data_source_definition = 480, - sym_prompt_for_statement = 481, - sym_variable = 482, - sym_var_statement = 483, - sym_image_phrase = 484, - sym_size_phrase = 485, - sym_button_tuning = 486, - sym_button_definition = 487, - sym_run_tuning = 488, - sym_run_statement = 489, - sym_enum_body = 490, - sym_enum_member = 491, - sym_enum_definition = 492, - sym_enum_tuning = 493, - sym_enum_statement = 494, - sym__expression = 495, - sym__statement = 496, - aux_sym_source_code_repeat1 = 497, - aux_sym_qualified_name_repeat1 = 498, - aux_sym_array_literal_repeat1 = 499, - aux_sym_double_quoted_string_repeat1 = 500, - aux_sym_include_repeat1 = 501, - aux_sym_include_repeat2 = 502, - aux_sym_generic_expression_repeat1 = 503, - aux_sym_variable_definition_repeat1 = 504, - aux_sym_variable_definition_repeat2 = 505, - aux_sym_buffer_definition_repeat1 = 506, - aux_sym_query_fields_repeat1 = 507, - aux_sym_query_definition_repeat1 = 508, - aux_sym_function_arguments_repeat1 = 509, - aux_sym_if_statement_repeat1 = 510, - aux_sym_repeat_statement_repeat1 = 511, - aux_sym_repeat_statement_repeat2 = 512, - aux_sym_procedure_parameter_definition_repeat1 = 513, - aux_sym_function_parameter_repeat1 = 514, - aux_sym_function_parameters_repeat1 = 515, - aux_sym_interface_body_repeat1 = 516, - aux_sym_interface_statement_repeat1 = 517, - aux_sym_property_definition_repeat1 = 518, - aux_sym_property_definition_repeat2 = 519, - aux_sym_property_definition_repeat3 = 520, - aux_sym_event_definition_repeat1 = 521, - aux_sym_method_definition_repeat1 = 522, - aux_sym_data_relation_repeat1 = 523, - aux_sym_class_body_repeat1 = 524, - aux_sym_destructor_definition_repeat1 = 525, - aux_sym_class_statement_repeat1 = 526, - aux_sym_inherits_repeat1 = 527, - aux_sym_object_access_repeat1 = 528, - aux_sym_member_access_repeat1 = 529, - aux_sym_input_stream_statement_repeat1 = 530, - aux_sym_output_stream_statement_repeat1 = 531, - aux_sym_do_block_repeat1 = 532, - aux_sym_case_when_branch_repeat1 = 533, - aux_sym_case_body_repeat1 = 534, - aux_sym_sort_clause_repeat1 = 535, - aux_sym_for_phrase_repeat1 = 536, - aux_sym_for_phrase_repeat2 = 537, - aux_sym_for_statement_repeat1 = 538, - aux_sym_can_find_expression_repeat1 = 539, - aux_sym_using_repeat1 = 540, - aux_sym_abl_statement_repeat1 = 541, - aux_sym_assign_statement_repeat1 = 542, - aux_sym_accumulate_statement_repeat1 = 543, - aux_sym_field_definition_repeat1 = 544, - aux_sym_index_definition_repeat1 = 545, - aux_sym_workfile_definition_repeat1 = 546, - aux_sym_workfile_definition_repeat2 = 547, - aux_sym_workfile_definition_repeat3 = 548, - aux_sym_temp_table_definition_repeat1 = 549, - aux_sym_temp_table_definition_repeat2 = 550, - aux_sym_widget_phrase_repeat1 = 551, - aux_sym_on_statement_repeat1 = 552, - aux_sym_var_statement_repeat1 = 553, - aux_sym_button_definition_repeat1 = 554, - aux_sym_run_statement_repeat1 = 555, - aux_sym_enum_body_repeat1 = 556, - aux_sym_enum_member_repeat1 = 557, - aux_sym_enum_definition_repeat1 = 558, - aux_sym_enum_statement_repeat1 = 559, + aux_sym_function_parameter_token1 = 138, + aux_sym_function_parameter_token2 = 139, + aux_sym_interface_statement_token1 = 140, + aux_sym_property_type_token1 = 141, + aux_sym_property_type_token2 = 142, + aux_sym_getter_token1 = 143, + aux_sym_setter_token1 = 144, + aux_sym_property_definition_token1 = 145, + aux_sym_event_definition_token1 = 146, + aux_sym_event_definition_token2 = 147, + aux_sym_method_tuning_token1 = 148, + aux_sym_method_definition_token1 = 149, + aux_sym_data_relation_token1 = 150, + aux_sym_data_relation_token2 = 151, + aux_sym_using_statement_token1 = 152, + aux_sym_using_statement_token2 = 153, + aux_sym_using_statement_token3 = 154, + aux_sym_using_statement_token4 = 155, + aux_sym_constructor_definition_token1 = 156, + aux_sym_destructor_definition_token1 = 157, + aux_sym_inherits_token1 = 158, + aux_sym_implements_token1 = 159, + aux_sym_use_widget_pool_token1 = 160, + anon_sym_NO_DASHERROR = 161, + aux_sym_stream_definition_token1 = 162, + aux_sym_input_close_statement_token1 = 163, + aux_sym_input_close_statement_token2 = 164, + aux_sym_input_stream_tuning_token1 = 165, + aux_sym_input_stream_tuning_token2 = 166, + aux_sym_input_stream_tuning_token3 = 167, + aux_sym_input_stream_tuning_token4 = 168, + aux_sym_input_stream_tuning_token5 = 169, + aux_sym_input_stream_tuning_token6 = 170, + aux_sym_input_stream_tuning_token7 = 171, + aux_sym_input_stream_tuning_token8 = 172, + aux_sym_input_stream_tuning_token9 = 173, + aux_sym_input_stream_tuning_token10 = 174, + aux_sym_input_stream_tuning_token11 = 175, + aux_sym_output_stream_tuning_token1 = 176, + aux_sym_output_stream_tuning_token2 = 177, + aux_sym_output_stream_tuning_token3 = 178, + aux_sym_output_stream_tuning_token4 = 179, + aux_sym_output_stream_tuning_token5 = 180, + aux_sym_output_stream_tuning_token6 = 181, + aux_sym_output_stream_tuning_token7 = 182, + aux_sym_output_stream_statement_token1 = 183, + aux_sym_on_error_phrase_token1 = 184, + aux_sym_on_error_phrase_token2 = 185, + aux_sym_on_error_phrase_token3 = 186, + aux_sym_on_error_phrase_token4 = 187, + aux_sym_on_error_phrase_token5 = 188, + aux_sym_on_error_phrase_token6 = 189, + aux_sym_on_error_phrase_token7 = 190, + aux_sym_on_error_phrase_token8 = 191, + aux_sym_on_stop_phrase_token1 = 192, + aux_sym_on_quit_phrase_token1 = 193, + aux_sym_on_endkey_phrase_token1 = 194, + aux_sym_stop_after_phrase_token1 = 195, + aux_sym_do_tuning_token1 = 196, + aux_sym_to_phrase_token1 = 197, + aux_sym_do_block_token1 = 198, + aux_sym__case_terminator_token1 = 199, + aux_sym_case_conditon_token1 = 200, + aux_sym_case_otherwise_branch_token1 = 201, + aux_sym_where_clause_token1 = 202, + aux_sym_query_tuning_token1 = 203, + aux_sym_query_tuning_token2 = 204, + aux_sym_query_tuning_token3 = 205, + aux_sym_query_tuning_token4 = 206, + aux_sym_query_tuning_token5 = 207, + aux_sym_query_tuning_token6 = 208, + aux_sym_sort_order_token1 = 209, + aux_sym_sort_order_token2 = 210, + aux_sym_sort_order_token3 = 211, + aux_sym_sort_order_token4 = 212, + aux_sym_sort_clause_token1 = 213, + aux_sym_for_phrase_token1 = 214, + aux_sym_for_phrase_token2 = 215, + aux_sym_for_phrase_token3 = 216, + aux_sym__find_type_token1 = 217, + aux_sym__find_type_token2 = 218, + aux_sym_find_statement_token1 = 219, + aux_sym_can_find_expression_token1 = 220, + aux_sym_of_token1 = 221, + aux_sym_using_token1 = 222, + aux_sym_assign_statement_token1 = 223, + aux_sym_catch_statement_token1 = 224, + aux_sym_finally_statement_token1 = 225, + aux_sym_accumulate_aggregate_token1 = 226, + aux_sym_accumulate_aggregate_token2 = 227, + aux_sym_accumulate_aggregate_token3 = 228, + aux_sym_accumulate_aggregate_token4 = 229, + aux_sym_accumulate_aggregate_token5 = 230, + aux_sym_accumulate_aggregate_token6 = 231, + aux_sym_accumulate_aggregate_token7 = 232, + aux_sym_accumulate_aggregate_token8 = 233, + aux_sym_accumulate_aggregate_token9 = 234, + aux_sym_accumulate_aggregate_token10 = 235, + aux_sym_accumulate_statement_token1 = 236, + anon_sym_ = 237, + aux_sym_accumulate_expression_token1 = 238, + aux_sym_available_expression_token1 = 239, + aux_sym_available_expression_token2 = 240, + aux_sym_error_scope_statement_token1 = 241, + aux_sym_error_scope_statement_token2 = 242, + aux_sym_temp_table_tuning_token1 = 243, + aux_sym_field_option_token1 = 244, + aux_sym_field_option_token2 = 245, + aux_sym_field_option_token3 = 246, + aux_sym_field_option_token4 = 247, + aux_sym_field_option_token5 = 248, + aux_sym_field_option_token6 = 249, + aux_sym_field_option_token7 = 250, + aux_sym_field_definition_token1 = 251, + aux_sym_index_tuning_token1 = 252, + aux_sym_index_tuning_token2 = 253, + aux_sym_index_tuning_token3 = 254, + aux_sym_index_tuning_token4 = 255, + aux_sym_index_definition_token1 = 256, + aux_sym_workfile_definition_token1 = 257, + aux_sym_workfile_definition_token2 = 258, + aux_sym_widget_field_token1 = 259, + aux_sym_of_phrase_token1 = 260, + aux_sym_of_phrase_token2 = 261, + aux_sym_prompt_for_statement_token1 = 262, + aux_sym_prompt_for_statement_token2 = 263, + aux_sym_var_statement_token1 = 264, + aux_sym_image_phrase_token1 = 265, + aux_sym_image_phrase_token2 = 266, + aux_sym_image_phrase_token3 = 267, + aux_sym_image_phrase_token4 = 268, + aux_sym_image_phrase_token5 = 269, + aux_sym_image_phrase_token6 = 270, + aux_sym_image_phrase_token7 = 271, + aux_sym_image_phrase_token8 = 272, + aux_sym_image_phrase_token9 = 273, + aux_sym_image_phrase_token10 = 274, + aux_sym_size_phrase_token1 = 275, + aux_sym_size_phrase_token2 = 276, + aux_sym_size_phrase_token3 = 277, + aux_sym_button_tuning_token1 = 278, + aux_sym_button_tuning_token2 = 279, + aux_sym_button_tuning_token3 = 280, + aux_sym_button_tuning_token4 = 281, + aux_sym_button_tuning_token5 = 282, + aux_sym_button_tuning_token6 = 283, + aux_sym_button_tuning_token7 = 284, + aux_sym_button_tuning_token8 = 285, + aux_sym_button_tuning_token9 = 286, + aux_sym_button_tuning_token10 = 287, + aux_sym_button_tuning_token11 = 288, + aux_sym_button_tuning_token12 = 289, + aux_sym_button_tuning_token13 = 290, + aux_sym_button_tuning_token14 = 291, + aux_sym_button_tuning_token15 = 292, + aux_sym_button_tuning_token16 = 293, + aux_sym_button_tuning_token17 = 294, + aux_sym_button_definition_token1 = 295, + aux_sym_run_tuning_token1 = 296, + aux_sym_run_tuning_token2 = 297, + aux_sym_run_tuning_token3 = 298, + aux_sym_run_tuning_token4 = 299, + aux_sym_run_tuning_token5 = 300, + aux_sym_run_tuning_token6 = 301, + aux_sym_run_tuning_token7 = 302, + aux_sym_run_statement_token1 = 303, + aux_sym_enum_member_token1 = 304, + aux_sym_enum_definition_token1 = 305, + aux_sym_enum_tuning_token1 = 306, + aux_sym_preselect_phrase_token1 = 307, + sym__namedot = 308, + sym__namecolon = 309, + sym__namedoublecolon = 310, + sym__or_operator = 311, + sym__and_operator = 312, + sym__augmented_assignment = 313, + sym__escaped_string = 314, + sym__special_character = 315, + sym_source_code = 316, + sym_body = 317, + sym_dot_body = 318, + sym_comment = 319, + sym_constant = 320, + sym_qualified_name = 321, + sym__block_terminator = 322, + sym_null_statement = 323, + sym_boolean_literal = 324, + sym__decimal_literal = 325, + sym_number_literal = 326, + sym_string_literal = 327, + sym_array_literal = 328, + sym_double_quoted_string = 329, + sym_parenthesized_expression = 330, + sym__logical_operator = 331, + sym_logical_expression = 332, + sym_type_tuning = 333, + sym_assignment_operator = 334, + sym__unary_minus_expressions = 335, + sym_unary_expression = 336, + sym_ambiguous_expression = 337, + sym_temp_table_expression = 338, + sym_current_changed_expression = 339, + sym_locked_expression = 340, + sym_dataset_expression = 341, + sym_input_expression = 342, + sym__additive_operator = 343, + sym_additive_expression = 344, + sym__multiplicative_operator = 345, + sym_multiplicative_expression = 346, + sym__comparison_operator = 347, + sym_comparison_expression = 348, + sym__binary_expression = 349, + sym_array_access = 350, + sym_include_argument = 351, + sym_include = 352, + sym_primitive_type = 353, + sym_class_type = 354, + sym_generic_parameter = 355, + sym_generic_expression = 356, + sym_generic_type = 357, + sym__type = 358, + sym_when_expression = 359, + sym_assignment = 360, + sym_variable_assignment = 361, + sym_variable_tuning = 362, + sym_scope_tuning = 363, + sym_access_tuning = 364, + sym_serialization_tuning = 365, + sym_variable_definition = 366, + sym_buffer_definition = 367, + sym_query_definition_tuning = 368, + sym_query_fields = 369, + sym_query_definition = 370, + sym_return_tuning = 371, + sym_return_type = 372, + sym_function_call_statement = 373, + sym_argument_mode = 374, + sym_argument_tuning = 375, + sym_function_call_argument = 376, + sym_function_arguments = 377, + sym_function_call = 378, + sym_if_statement = 379, + sym_else_statement = 380, + sym_ternary_expression = 381, + sym_label = 382, + sym_while_phrase = 383, + sym_repeat_tuning = 384, + sym_repeat_statement = 385, + sym__procedure_terminator = 386, + sym_procedure_statement = 387, + sym_procedure_parameter_tuning = 388, + sym_procedure_parameter_definition = 389, + sym__function_terminator = 390, + sym_function_parameter_mode = 391, + sym_function_parameter_tuning = 392, + sym_function_parameter = 393, + sym_function_parameters = 394, + sym_function_statement = 395, + sym_return_statement = 396, + sym_interface_body = 397, + sym_interface_tuning = 398, + sym_interface_statement = 399, + sym_property_type = 400, + sym_property_tuning = 401, + sym_getter = 402, + sym_setter = 403, + sym_property_definition = 404, + sym_event_definition = 405, + sym_method_tuning = 406, + sym_method_definition = 407, + sym_data_relation = 408, + sym_dataset_definition = 409, + sym_using_statement = 410, + sym_class_body = 411, + sym_constructor_definition = 412, + sym_destructor_definition = 413, + sym_class_tuning = 414, + sym_class_statement = 415, + sym_inherits = 416, + sym_implements = 417, + sym_use_widget_pool = 418, + sym_abstract = 419, + sym_final = 420, + sym_serializable = 421, + sym_new_expression = 422, + sym_object_access = 423, + sym_member_access = 424, + sym_stream_definition = 425, + sym_input_close_statement = 426, + sym_output_close_statement = 427, + sym__stream_statement = 428, + sym_input_stream_tuning = 429, + sym_input_stream_statement = 430, + sym_output_stream_tuning = 431, + sym_output_stream_statement = 432, + sym_on_error_phrase = 433, + sym_on_stop_phrase = 434, + sym_on_quit_phrase = 435, + sym_on_endkey_phrase = 436, + sym_stop_after_phrase = 437, + sym_do_tuning = 438, + sym_to_phrase = 439, + sym_do_block = 440, + sym__case_terminator = 441, + sym__case_branch_body = 442, + sym_case_conditon = 443, + sym_case_when_branch = 444, + sym_case_otherwise_branch = 445, + sym_case_body = 446, + sym_case_statement = 447, + sym_where_clause = 448, + sym__pre_tuning = 449, + sym_query_tuning = 450, + sym_sort_order = 451, + sym_sort_column = 452, + sym_sort_clause = 453, + sym_for_phrase = 454, + sym_for_statement = 455, + sym__find_type = 456, + sym_find_statement = 457, + sym_can_find_expression = 458, + sym_of = 459, + sym_using = 460, + sym_using_field = 461, + sym_abl_statement = 462, + sym_assign_statement = 463, + sym_catch_statement = 464, + sym_finally_statement = 465, + sym_accumulate_aggregate = 466, + sym_accumulate_statement = 467, + sym_accumulate_expression = 468, + sym_available_expression = 469, + sym_undo_statement = 470, + sym_error_scope_statement = 471, + sym_temp_table_tuning = 472, + sym_field_option = 473, + sym_field_definition = 474, + sym_index_tuning = 475, + sym_index_definition = 476, + sym_workfile_tuning = 477, + sym_workfile_definition = 478, + sym_temp_table_definition = 479, + sym_widget_field = 480, + sym_widget_phrase = 481, + sym_of_phrase = 482, + sym_on_statement = 483, + sym_data_source_definition = 484, + sym_prompt_for_statement = 485, + sym_variable = 486, + sym_var_statement = 487, + sym_image_phrase = 488, + sym_size_phrase = 489, + sym_button_tuning = 490, + sym_button_definition = 491, + sym_run_tuning = 492, + sym_run_statement = 493, + sym_enum_body = 494, + sym_enum_member = 495, + sym_enum_definition = 496, + sym_enum_tuning = 497, + sym_enum_statement = 498, + sym_record_phrase = 499, + sym_preselect_phrase = 500, + sym__expression = 501, + sym__statement = 502, + aux_sym_source_code_repeat1 = 503, + aux_sym_qualified_name_repeat1 = 504, + aux_sym_array_literal_repeat1 = 505, + aux_sym_double_quoted_string_repeat1 = 506, + aux_sym_include_repeat1 = 507, + aux_sym_include_repeat2 = 508, + aux_sym_generic_expression_repeat1 = 509, + aux_sym_variable_definition_repeat1 = 510, + aux_sym_variable_definition_repeat2 = 511, + aux_sym_buffer_definition_repeat1 = 512, + aux_sym_query_fields_repeat1 = 513, + aux_sym_query_definition_repeat1 = 514, + aux_sym_function_arguments_repeat1 = 515, + aux_sym_if_statement_repeat1 = 516, + aux_sym_repeat_statement_repeat1 = 517, + aux_sym_repeat_statement_repeat2 = 518, + aux_sym_procedure_parameter_definition_repeat1 = 519, + aux_sym_function_parameter_repeat1 = 520, + aux_sym_function_parameters_repeat1 = 521, + aux_sym_interface_body_repeat1 = 522, + aux_sym_interface_statement_repeat1 = 523, + aux_sym_property_definition_repeat1 = 524, + aux_sym_property_definition_repeat2 = 525, + aux_sym_property_definition_repeat3 = 526, + aux_sym_event_definition_repeat1 = 527, + aux_sym_method_definition_repeat1 = 528, + aux_sym_data_relation_repeat1 = 529, + aux_sym_class_body_repeat1 = 530, + aux_sym_destructor_definition_repeat1 = 531, + aux_sym_class_statement_repeat1 = 532, + aux_sym_inherits_repeat1 = 533, + aux_sym_object_access_repeat1 = 534, + aux_sym_member_access_repeat1 = 535, + aux_sym_input_stream_statement_repeat1 = 536, + aux_sym_output_stream_statement_repeat1 = 537, + aux_sym_do_block_repeat1 = 538, + aux_sym_case_when_branch_repeat1 = 539, + aux_sym_case_body_repeat1 = 540, + aux_sym_sort_clause_repeat1 = 541, + aux_sym_for_phrase_repeat1 = 542, + aux_sym_for_phrase_repeat2 = 543, + aux_sym_for_statement_repeat1 = 544, + aux_sym_can_find_expression_repeat1 = 545, + aux_sym_using_repeat1 = 546, + aux_sym_abl_statement_repeat1 = 547, + aux_sym_assign_statement_repeat1 = 548, + aux_sym_accumulate_statement_repeat1 = 549, + aux_sym_field_definition_repeat1 = 550, + aux_sym_index_definition_repeat1 = 551, + aux_sym_workfile_definition_repeat1 = 552, + aux_sym_workfile_definition_repeat2 = 553, + aux_sym_workfile_definition_repeat3 = 554, + aux_sym_temp_table_definition_repeat1 = 555, + aux_sym_temp_table_definition_repeat2 = 556, + aux_sym_widget_phrase_repeat1 = 557, + aux_sym_on_statement_repeat1 = 558, + aux_sym_var_statement_repeat1 = 559, + aux_sym_button_definition_repeat1 = 560, + aux_sym_run_statement_repeat1 = 561, + aux_sym_enum_body_repeat1 = 562, + aux_sym_enum_member_repeat1 = 563, + aux_sym_enum_definition_repeat1 = 564, + aux_sym_enum_statement_repeat1 = 565, + aux_sym_preselect_phrase_repeat1 = 566, }; static const char * const ts_symbol_names[] = { @@ -725,6 +732,8 @@ static const char * const ts_symbol_names[] = { [aux_sym_procedure_parameter_definition_token2] = "PARAM", [aux_sym_procedure_parameter_definition_token3] = "procedure_parameter_definition_token3", [aux_sym__function_terminator_token1] = "FUNCTION", + [aux_sym_function_parameter_token1] = "TABLE ", + [aux_sym_function_parameter_token2] = "DATASET ", [aux_sym_interface_statement_token1] = "INTERFACE", [aux_sym_property_type_token1] = "ABSTRACT", [aux_sym_property_type_token2] = "OVERRIDE", @@ -892,6 +901,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_enum_member_token1] = "=", [aux_sym_enum_definition_token1] = "ENUM", [aux_sym_enum_tuning_token1] = "FLAGS", + [aux_sym_preselect_phrase_token1] = "PRESELECT", [sym__namedot] = ".", [sym__namecolon] = ":", [sym__namedoublecolon] = "::", @@ -907,6 +917,7 @@ static const char * const ts_symbol_names[] = { [sym_constant] = "constant", [sym_qualified_name] = "qualified_name", [sym__block_terminator] = "_block_terminator", + [sym_null_statement] = "null_statement", [sym_boolean_literal] = "boolean_literal", [sym__decimal_literal] = "_decimal_literal", [sym_number_literal] = "number_literal", @@ -1082,6 +1093,8 @@ static const char * const ts_symbol_names[] = { [sym_enum_definition] = "enum_definition", [sym_enum_tuning] = "enum_tuning", [sym_enum_statement] = "enum_statement", + [sym_record_phrase] = "record_phrase", + [sym_preselect_phrase] = "preselect_phrase", [sym__expression] = "_expression", [sym__statement] = "_statement", [aux_sym_source_code_repeat1] = "source_code_repeat1", @@ -1147,6 +1160,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_enum_member_repeat1] = "enum_member_repeat1", [aux_sym_enum_definition_repeat1] = "enum_definition_repeat1", [aux_sym_enum_statement_repeat1] = "enum_statement_repeat1", + [aux_sym_preselect_phrase_repeat1] = "preselect_phrase_repeat1", }; static const TSSymbol ts_symbol_map[] = { @@ -1288,6 +1302,8 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_procedure_parameter_definition_token2] = aux_sym_procedure_parameter_definition_token2, [aux_sym_procedure_parameter_definition_token3] = aux_sym_procedure_parameter_definition_token3, [aux_sym__function_terminator_token1] = aux_sym__function_terminator_token1, + [aux_sym_function_parameter_token1] = aux_sym_function_parameter_token1, + [aux_sym_function_parameter_token2] = aux_sym_function_parameter_token2, [aux_sym_interface_statement_token1] = aux_sym_interface_statement_token1, [aux_sym_property_type_token1] = aux_sym_property_type_token1, [aux_sym_property_type_token2] = aux_sym_property_type_token2, @@ -1455,6 +1471,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_enum_member_token1] = anon_sym_EQ, [aux_sym_enum_definition_token1] = aux_sym_enum_definition_token1, [aux_sym_enum_tuning_token1] = aux_sym_enum_tuning_token1, + [aux_sym_preselect_phrase_token1] = aux_sym_preselect_phrase_token1, [sym__namedot] = anon_sym_DOT, [sym__namecolon] = anon_sym_COLON, [sym__namedoublecolon] = sym__namedoublecolon, @@ -1470,6 +1487,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_constant] = sym_constant, [sym_qualified_name] = sym_qualified_name, [sym__block_terminator] = sym__block_terminator, + [sym_null_statement] = sym_null_statement, [sym_boolean_literal] = sym_boolean_literal, [sym__decimal_literal] = sym__decimal_literal, [sym_number_literal] = sym_number_literal, @@ -1645,6 +1663,8 @@ static const TSSymbol ts_symbol_map[] = { [sym_enum_definition] = sym_enum_definition, [sym_enum_tuning] = sym_enum_tuning, [sym_enum_statement] = sym_enum_statement, + [sym_record_phrase] = sym_record_phrase, + [sym_preselect_phrase] = sym_preselect_phrase, [sym__expression] = sym__expression, [sym__statement] = sym__statement, [aux_sym_source_code_repeat1] = aux_sym_source_code_repeat1, @@ -1710,6 +1730,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_enum_member_repeat1] = aux_sym_enum_member_repeat1, [aux_sym_enum_definition_repeat1] = aux_sym_enum_definition_repeat1, [aux_sym_enum_statement_repeat1] = aux_sym_enum_statement_repeat1, + [aux_sym_preselect_phrase_repeat1] = aux_sym_preselect_phrase_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { @@ -2265,6 +2286,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [aux_sym_function_parameter_token1] = { + .visible = true, + .named = false, + }, + [aux_sym_function_parameter_token2] = { + .visible = true, + .named = false, + }, [aux_sym_interface_statement_token1] = { .visible = true, .named = false, @@ -2933,6 +2962,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [aux_sym_preselect_phrase_token1] = { + .visible = true, + .named = false, + }, [sym__namedot] = { .visible = true, .named = false, @@ -2993,6 +3026,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym_null_statement] = { + .visible = true, + .named = true, + }, [sym_boolean_literal] = { .visible = true, .named = true, @@ -3693,6 +3730,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_record_phrase] = { + .visible = true, + .named = true, + }, + [sym_preselect_phrase] = { + .visible = true, + .named = true, + }, [sym__expression] = { .visible = false, .named = true, @@ -3955,6 +4000,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_preselect_phrase_repeat1] = { + .visible = false, + .named = false, + }, }; enum { @@ -4037,9 +4086,9 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [17] = {.index = 17, .length = 1}, [18] = {.index = 18, .length = 1}, [19] = {.index = 19, .length = 1}, - [20] = {.index = 20, .length = 2}, - [22] = {.index = 22, .length = 2}, - [23] = {.index = 24, .length = 1}, + [20] = {.index = 20, .length = 1}, + [21] = {.index = 21, .length = 2}, + [23] = {.index = 23, .length = 2}, [24] = {.index = 25, .length = 1}, [25] = {.index = 26, .length = 1}, [26] = {.index = 27, .length = 1}, @@ -4048,47 +4097,48 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [29] = {.index = 30, .length = 1}, [30] = {.index = 31, .length = 1}, [31] = {.index = 32, .length = 1}, - [32] = {.index = 33, .length = 2}, - [33] = {.index = 35, .length = 2}, - [34] = {.index = 37, .length = 1}, - [35] = {.index = 38, .length = 2}, - [36] = {.index = 40, .length = 1}, - [37] = {.index = 41, .length = 2}, - [38] = {.index = 43, .length = 2}, - [39] = {.index = 45, .length = 2}, - [40] = {.index = 47, .length = 1}, - [41] = {.index = 48, .length = 2}, - [42] = {.index = 50, .length = 1}, + [32] = {.index = 33, .length = 1}, + [33] = {.index = 34, .length = 2}, + [34] = {.index = 36, .length = 2}, + [35] = {.index = 38, .length = 1}, + [36] = {.index = 39, .length = 2}, + [37] = {.index = 41, .length = 1}, + [38] = {.index = 42, .length = 2}, + [39] = {.index = 44, .length = 2}, + [40] = {.index = 46, .length = 2}, + [41] = {.index = 48, .length = 1}, + [42] = {.index = 49, .length = 2}, [43] = {.index = 51, .length = 1}, - [44] = {.index = 52, .length = 2}, - [45] = {.index = 54, .length = 1}, - [46] = {.index = 55, .length = 2}, - [47] = {.index = 57, .length = 3}, - [48] = {.index = 60, .length = 2}, - [49] = {.index = 62, .length = 1}, - [50] = {.index = 63, .length = 2}, - [51] = {.index = 65, .length = 2}, - [52] = {.index = 67, .length = 2}, - [53] = {.index = 69, .length = 2}, - [54] = {.index = 71, .length = 2}, - [55] = {.index = 73, .length = 1}, + [44] = {.index = 52, .length = 1}, + [45] = {.index = 53, .length = 2}, + [46] = {.index = 55, .length = 1}, + [47] = {.index = 56, .length = 2}, + [48] = {.index = 58, .length = 3}, + [49] = {.index = 61, .length = 2}, + [50] = {.index = 63, .length = 1}, + [51] = {.index = 64, .length = 2}, + [52] = {.index = 66, .length = 2}, + [53] = {.index = 68, .length = 2}, + [54] = {.index = 70, .length = 2}, + [55] = {.index = 72, .length = 2}, [56] = {.index = 74, .length = 1}, - [57] = {.index = 75, .length = 2}, - [58] = {.index = 77, .length = 1}, - [59] = {.index = 16, .length = 1}, - [60] = {.index = 78, .length = 1}, - [61] = {.index = 79, .length = 2}, - [62] = {.index = 81, .length = 2}, - [63] = {.index = 83, .length = 2}, - [64] = {.index = 85, .length = 1}, - [65] = {.index = 86, .length = 3}, - [66] = {.index = 89, .length = 3}, - [67] = {.index = 27, .length = 1}, - [68] = {.index = 27, .length = 1}, - [69] = {.index = 92, .length = 1}, - [70] = {.index = 93, .length = 4}, - [71] = {.index = 40, .length = 1}, - [72] = {.index = 97, .length = 2}, + [57] = {.index = 75, .length = 1}, + [58] = {.index = 76, .length = 2}, + [59] = {.index = 78, .length = 1}, + [60] = {.index = 16, .length = 1}, + [61] = {.index = 79, .length = 1}, + [62] = {.index = 80, .length = 2}, + [63] = {.index = 82, .length = 2}, + [64] = {.index = 84, .length = 2}, + [65] = {.index = 86, .length = 1}, + [66] = {.index = 87, .length = 3}, + [67] = {.index = 90, .length = 3}, + [68] = {.index = 28, .length = 1}, + [69] = {.index = 28, .length = 1}, + [70] = {.index = 93, .length = 1}, + [71] = {.index = 94, .length = 4}, + [72] = {.index = 41, .length = 1}, + [73] = {.index = 98, .length = 2}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -4125,136 +4175,138 @@ static const TSFieldMapEntry ts_field_map_entries[] = { [16] = {field_name, 2}, [17] = - {field_type, 1}, + {field_type, 0}, [18] = - {field_name, 1}, + {field_type, 1}, [19] = - {field_field, 0}, + {field_name, 1}, [20] = + {field_field, 0}, + [21] = {field_table, 2}, {field_type, 1}, - [22] = + [23] = {field_field, 3}, {field_frame, 2}, - [24] = - {field_table, 2}, [25] = - {field_stream, 2}, + {field_table, 2}, [26] = - {field_stream_handle, 2}, + {field_stream, 2}, [27] = - {field_name, 3}, + {field_stream_handle, 2}, [28] = - {field_table, 0}, + {field_name, 3}, [29] = - {field_column, 0}, + {field_table, 0}, [30] = - {field_label, 1}, + {field_column, 0}, [31] = - {field_label, 3}, + {field_label, 1}, [32] = - {field_frame, 3}, + {field_label, 3}, [33] = + {field_frame, 3}, + [34] = {field_name, 1}, {field_value, 3}, - [35] = + [36] = {field_constant, 3}, {field_table, 2}, - [37] = - {field_table, 3}, [38] = + {field_table, 3}, + [39] = {field_source, 2}, {field_target, 4}, - [40] = - {field_name, 4}, [41] = + {field_name, 4}, + [42] = {field_name, 2}, {field_table, 4}, - [43] = + [44] = {field_buffer, 3}, {field_name, 4}, - [45] = + [46] = {field_table, 1}, {field_type, 0}, - [47] = - {field_label, 4}, [48] = + {field_label, 4}, + [49] = {field_label, 1}, {field_label, 4}, - [50] = - {field_statement, 2, .inherited = true}, [51] = - {field_statement, 1, .inherited = true}, + {field_statement, 2, .inherited = true}, [52] = + {field_statement, 1, .inherited = true}, + [53] = {field_field, 2}, {field_frame, 1}, - [54] = - {field_size, 3}, [55] = + {field_size, 3}, + [56] = {field_table, 3}, {field_type, 2}, - [57] = + [58] = {field_condition, 1}, {field_else, 5}, {field_then, 3}, - [60] = + [61] = {field_constant, 4}, {field_table, 3}, - [62] = - {field_name, 5}, [63] = + {field_name, 5}, + [64] = {field_buffer, 4}, {field_name, 5}, - [65] = + [66] = {field_name, 2}, {field_table, 5}, - [67] = + [68] = {field_buffer, 3}, {field_name, 5}, - [69] = + [70] = {field_height, 3}, {field_width, 1}, - [71] = + [72] = {field_name, 3}, {field_table, 5}, - [73] = - {field_label, 5}, [74] = - {field_statement, 3, .inherited = true}, + {field_label, 5}, [75] = + {field_statement, 3, .inherited = true}, + [76] = {field_type, 3}, {field_variable, 1}, - [77] = - {field_size, 4}, [78] = - {field_name, 6}, + {field_size, 4}, [79] = + {field_name, 6}, + [80] = {field_buffer, 4}, {field_name, 6}, - [81] = + [82] = {field_name, 3}, {field_table, 6}, - [83] = + [84] = {field_label, 3}, {field_label, 6}, - [85] = - {field_label, 6}, [86] = + {field_label, 6}, + [87] = {field_type, 3}, {field_type, 4}, {field_variable, 1}, - [89] = + [90] = {field_name, 0}, {field_value, 1}, {field_value, 2}, - [92] = - {field_condition, 2}, [93] = + {field_condition, 2}, + [94] = {field_name, 0}, {field_value, 1}, {field_value, 2}, {field_value, 3}, - [97] = + [98] = {field_height, 6}, {field_width, 4}, }; @@ -4264,25 +4316,25 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [11] = { [1] = sym_type_tuning, }, - [21] = { + [22] = { [2] = sym_type_tuning, }, - [45] = { + [46] = { [1] = sym_type_tuning, }, - [58] = { + [59] = { [2] = sym_type_tuning, }, - [59] = { + [60] = { [1] = sym_return_type, }, - [67] = { + [68] = { [1] = sym_return_type, }, - [68] = { + [69] = { [2] = sym_return_type, }, - [71] = { + [72] = { [2] = sym_return_type, }, }; @@ -4354,5512 +4406,5512 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [52] = 52, [53] = 53, [54] = 54, - [55] = 21, + [55] = 55, [56] = 56, [57] = 57, [58] = 58, [59] = 59, - [60] = 60, - [61] = 15, - [62] = 20, + [60] = 54, + [61] = 61, + [62] = 62, [63] = 63, - [64] = 54, + [64] = 19, [65] = 65, [66] = 66, [67] = 67, - [68] = 68, - [69] = 68, - [70] = 70, - [71] = 68, - [72] = 72, - [73] = 70, - [74] = 72, - [75] = 72, - [76] = 68, - [77] = 68, - [78] = 68, - [79] = 70, + [68] = 13, + [69] = 69, + [70] = 65, + [71] = 66, + [72] = 66, + [73] = 66, + [74] = 69, + [75] = 65, + [76] = 66, + [77] = 66, + [78] = 16, + [79] = 69, [80] = 80, [81] = 80, [82] = 80, [83] = 80, [84] = 80, [85] = 85, - [86] = 86, + [86] = 85, [87] = 85, - [88] = 2, - [89] = 86, - [90] = 86, + [88] = 88, + [89] = 88, + [90] = 85, [91] = 85, - [92] = 86, - [93] = 86, - [94] = 85, + [92] = 88, + [93] = 85, + [94] = 88, [95] = 85, - [96] = 86, - [97] = 86, - [98] = 86, + [96] = 85, + [97] = 88, + [98] = 88, [99] = 85, - [100] = 86, - [101] = 86, - [102] = 85, + [100] = 85, + [101] = 88, + [102] = 88, [103] = 85, - [104] = 85, - [105] = 86, - [106] = 86, - [107] = 86, - [108] = 85, - [109] = 86, + [104] = 88, + [105] = 85, + [106] = 88, + [107] = 85, + [108] = 88, + [109] = 85, [110] = 85, - [111] = 85, - [112] = 85, - [113] = 85, - [114] = 3, - [115] = 115, - [116] = 115, - [117] = 117, - [118] = 117, - [119] = 117, - [120] = 115, - [121] = 117, - [122] = 115, - [123] = 117, - [124] = 115, - [125] = 117, - [126] = 117, - [127] = 115, - [128] = 115, - [129] = 117, - [130] = 115, - [131] = 117, - [132] = 117, - [133] = 117, - [134] = 115, - [135] = 115, - [136] = 115, - [137] = 117, - [138] = 117, - [139] = 115, - [140] = 117, - [141] = 115, - [142] = 115, - [143] = 143, - [144] = 5, - [145] = 6, - [146] = 143, - [147] = 143, - [148] = 4, - [149] = 143, - [150] = 143, - [151] = 16, - [152] = 8, - [153] = 14, - [154] = 9, - [155] = 13, - [156] = 11, - [157] = 19, - [158] = 17, - [159] = 7, - [160] = 26, - [161] = 18, - [162] = 20, - [163] = 12, - [164] = 21, - [165] = 15, - [166] = 27, - [167] = 23, - [168] = 25, - [169] = 10, - [170] = 24, - [171] = 22, - [172] = 172, - [173] = 51, - [174] = 172, - [175] = 175, - [176] = 172, - [177] = 172, - [178] = 172, - [179] = 172, - [180] = 172, - [181] = 181, - [182] = 172, - [183] = 172, - [184] = 28, - [185] = 43, - [186] = 46, - [187] = 49, - [188] = 172, - [189] = 172, - [190] = 45, - [191] = 44, - [192] = 3, - [193] = 172, - [194] = 172, - [195] = 172, - [196] = 172, - [197] = 172, - [198] = 172, - [199] = 172, - [200] = 172, - [201] = 172, - [202] = 172, - [203] = 41, - [204] = 204, - [205] = 40, - [206] = 39, - [207] = 172, - [208] = 2, - [209] = 172, - [210] = 172, - [211] = 38, - [212] = 36, - [213] = 172, - [214] = 35, - [215] = 34, - [216] = 32, - [217] = 172, - [218] = 172, - [219] = 31, - [220] = 30, - [221] = 172, - [222] = 50, - [223] = 48, - [224] = 172, - [225] = 33, - [226] = 37, - [227] = 42, - [228] = 29, - [229] = 172, - [230] = 53, - [231] = 47, - [232] = 52, + [111] = 88, + [112] = 88, + [113] = 88, + [114] = 88, + [115] = 85, + [116] = 88, + [117] = 88, + [118] = 85, + [119] = 85, + [120] = 88, + [121] = 2, + [122] = 122, + [123] = 123, + [124] = 122, + [125] = 122, + [126] = 3, + [127] = 122, + [128] = 123, + [129] = 123, + [130] = 123, + [131] = 123, + [132] = 122, + [133] = 122, + [134] = 123, + [135] = 122, + [136] = 123, + [137] = 122, + [138] = 122, + [139] = 123, + [140] = 122, + [141] = 123, + [142] = 122, + [143] = 123, + [144] = 122, + [145] = 123, + [146] = 123, + [147] = 122, + [148] = 122, + [149] = 123, + [150] = 123, + [151] = 122, + [152] = 122, + [153] = 123, + [154] = 123, + [155] = 123, + [156] = 122, + [157] = 123, + [158] = 122, + [159] = 159, + [160] = 159, + [161] = 159, + [162] = 159, + [163] = 159, + [164] = 6, + [165] = 4, + [166] = 5, + [167] = 3, + [168] = 9, + [169] = 14, + [170] = 2, + [171] = 21, + [172] = 24, + [173] = 12, + [174] = 17, + [175] = 11, + [176] = 19, + [177] = 2, + [178] = 13, + [179] = 18, + [180] = 16, + [181] = 3, + [182] = 20, + [183] = 7, + [184] = 15, + [185] = 8, + [186] = 186, + [187] = 186, + [188] = 27, + [189] = 186, + [190] = 186, + [191] = 186, + [192] = 23, + [193] = 186, + [194] = 186, + [195] = 25, + [196] = 186, + [197] = 186, + [198] = 186, + [199] = 22, + [200] = 186, + [201] = 26, + [202] = 202, + [203] = 186, + [204] = 186, + [205] = 205, + [206] = 206, + [207] = 207, + [208] = 208, + [209] = 2, + [210] = 186, + [211] = 211, + [212] = 186, + [213] = 186, + [214] = 3, + [215] = 186, + [216] = 186, + [217] = 186, + [218] = 10, + [219] = 186, + [220] = 186, + [221] = 186, + [222] = 186, + [223] = 186, + [224] = 186, + [225] = 186, + [226] = 186, + [227] = 186, + [228] = 186, + [229] = 186, + [230] = 186, + [231] = 186, + [232] = 186, [233] = 233, - [234] = 234, - [235] = 3, - [236] = 236, - [237] = 237, - [238] = 2, - [239] = 239, - [240] = 25, + [234] = 186, + [235] = 186, + [236] = 186, + [237] = 186, + [238] = 186, + [239] = 30, + [240] = 45, [241] = 241, - [242] = 242, - [243] = 243, - [244] = 244, - [245] = 245, - [246] = 45, - [247] = 247, - [248] = 248, - [249] = 46, - [250] = 250, - [251] = 251, + [242] = 53, + [243] = 37, + [244] = 206, + [245] = 44, + [246] = 38, + [247] = 29, + [248] = 43, + [249] = 35, + [250] = 36, + [251] = 39, [252] = 252, [253] = 253, - [254] = 254, - [255] = 239, - [256] = 237, - [257] = 257, - [258] = 258, - [259] = 18, - [260] = 260, - [261] = 243, + [254] = 32, + [255] = 28, + [256] = 205, + [257] = 50, + [258] = 52, + [259] = 259, + [260] = 33, + [261] = 261, [262] = 262, - [263] = 17, - [264] = 251, - [265] = 254, - [266] = 245, - [267] = 241, - [268] = 20, - [269] = 253, - [270] = 248, - [271] = 21, - [272] = 244, - [273] = 15, - [274] = 274, - [275] = 15, - [276] = 11, - [277] = 19, - [278] = 13, - [279] = 247, + [263] = 48, + [264] = 47, + [265] = 265, + [266] = 34, + [267] = 31, + [268] = 268, + [269] = 49, + [270] = 40, + [271] = 271, + [272] = 272, + [273] = 46, + [274] = 208, + [275] = 207, + [276] = 42, + [277] = 277, + [278] = 51, + [279] = 279, [280] = 280, - [281] = 252, - [282] = 20, - [283] = 283, - [284] = 57, - [285] = 4, - [286] = 9, - [287] = 16, - [288] = 6, - [289] = 242, - [290] = 5, - [291] = 27, - [292] = 12, - [293] = 7, - [294] = 250, - [295] = 21, - [296] = 7, - [297] = 297, - [298] = 24, - [299] = 23, - [300] = 25, - [301] = 22, - [302] = 8, - [303] = 303, - [304] = 9, - [305] = 26, - [306] = 10, - [307] = 14, - [308] = 50, - [309] = 3, - [310] = 2, - [311] = 18, - [312] = 41, - [313] = 40, - [314] = 314, - [315] = 39, - [316] = 38, - [317] = 44, - [318] = 36, - [319] = 13, - [320] = 19, - [321] = 10, - [322] = 46, - [323] = 35, - [324] = 34, - [325] = 12, - [326] = 27, - [327] = 5, - [328] = 32, - [329] = 31, - [330] = 314, - [331] = 30, - [332] = 6, - [333] = 314, - [334] = 16, - [335] = 37, - [336] = 33, - [337] = 45, - [338] = 17, - [339] = 42, - [340] = 49, - [341] = 4, - [342] = 274, - [343] = 29, - [344] = 15, - [345] = 47, - [346] = 48, - [347] = 21, - [348] = 57, - [349] = 349, - [350] = 314, - [351] = 9, - [352] = 20, - [353] = 43, - [354] = 28, - [355] = 314, - [356] = 15, - [357] = 21, - [358] = 53, - [359] = 20, - [360] = 360, - [361] = 11, + [281] = 41, + [282] = 205, + [283] = 268, + [284] = 253, + [285] = 259, + [286] = 261, + [287] = 280, + [288] = 271, + [289] = 262, + [290] = 207, + [291] = 208, + [292] = 265, + [293] = 272, + [294] = 3, + [295] = 252, + [296] = 2, + [297] = 206, + [298] = 277, + [299] = 279, + [300] = 262, + [301] = 18, + [302] = 19, + [303] = 7, + [304] = 13, + [305] = 253, + [306] = 8, + [307] = 16, + [308] = 259, + [309] = 11, + [310] = 6, + [311] = 19, + [312] = 280, + [313] = 268, + [314] = 271, + [315] = 25, + [316] = 15, + [317] = 317, + [318] = 20, + [319] = 22, + [320] = 252, + [321] = 4, + [322] = 17, + [323] = 272, + [324] = 277, + [325] = 279, + [326] = 5, + [327] = 67, + [328] = 12, + [329] = 265, + [330] = 14, + [331] = 261, + [332] = 16, + [333] = 13, + [334] = 6, + [335] = 208, + [336] = 13, + [337] = 16, + [338] = 11, + [339] = 13, + [340] = 19, + [341] = 19, + [342] = 342, + [343] = 17, + [344] = 24, + [345] = 14, + [346] = 4, + [347] = 12, + [348] = 5, + [349] = 21, + [350] = 22, + [351] = 49, + [352] = 7, + [353] = 8, + [354] = 18, + [355] = 9, + [356] = 206, + [357] = 357, + [358] = 20, + [359] = 10, + [360] = 23, + [361] = 26, [362] = 362, - [363] = 7, - [364] = 51, - [365] = 52, - [366] = 10, - [367] = 367, - [368] = 367, - [369] = 57, - [370] = 367, - [371] = 367, - [372] = 3, - [373] = 373, - [374] = 367, - [375] = 367, - [376] = 14, - [377] = 297, - [378] = 23, - [379] = 20, - [380] = 367, - [381] = 367, - [382] = 8, - [383] = 367, - [384] = 373, - [385] = 373, - [386] = 21, - [387] = 387, - [388] = 2, - [389] = 22, - [390] = 367, - [391] = 367, - [392] = 367, - [393] = 24, - [394] = 367, - [395] = 25, - [396] = 15, - [397] = 367, - [398] = 373, - [399] = 373, - [400] = 26, - [401] = 401, - [402] = 402, - [403] = 403, - [404] = 401, - [405] = 405, - [406] = 402, - [407] = 407, + [363] = 15, + [364] = 46, + [365] = 67, + [366] = 25, + [367] = 16, + [368] = 27, + [369] = 317, + [370] = 18, + [371] = 51, + [372] = 13, + [373] = 19, + [374] = 15, + [375] = 21, + [376] = 32, + [377] = 22, + [378] = 5, + [379] = 29, + [380] = 4, + [381] = 14, + [382] = 25, + [383] = 342, + [384] = 35, + [385] = 27, + [386] = 30, + [387] = 7, + [388] = 26, + [389] = 39, + [390] = 28, + [391] = 272, + [392] = 277, + [393] = 46, + [394] = 6, + [395] = 53, + [396] = 279, + [397] = 67, + [398] = 280, + [399] = 265, + [400] = 317, + [401] = 261, + [402] = 8, + [403] = 262, + [404] = 12, + [405] = 49, + [406] = 40, + [407] = 47, [408] = 408, - [409] = 409, - [410] = 410, - [411] = 411, - [412] = 402, - [413] = 407, - [414] = 408, - [415] = 409, - [416] = 410, - [417] = 411, - [418] = 418, - [419] = 403, - [420] = 401, - [421] = 405, - [422] = 422, - [423] = 423, - [424] = 418, - [425] = 403, - [426] = 401, - [427] = 405, - [428] = 422, - [429] = 423, - [430] = 422, - [431] = 423, - [432] = 418, - [433] = 403, - [434] = 401, - [435] = 405, - [436] = 436, - [437] = 437, - [438] = 402, - [439] = 407, - [440] = 422, - [441] = 408, - [442] = 409, - [443] = 410, - [444] = 411, - [445] = 445, - [446] = 423, - [447] = 402, - [448] = 410, - [449] = 449, - [450] = 450, - [451] = 407, - [452] = 452, - [453] = 453, - [454] = 454, - [455] = 455, - [456] = 408, - [457] = 457, - [458] = 409, - [459] = 410, - [460] = 411, - [461] = 418, - [462] = 462, - [463] = 403, - [464] = 401, - [465] = 405, - [466] = 422, - [467] = 423, - [468] = 418, - [469] = 403, - [470] = 401, - [471] = 405, - [472] = 422, - [473] = 423, - [474] = 411, - [475] = 411, - [476] = 409, - [477] = 408, - [478] = 407, - [479] = 402, - [480] = 402, - [481] = 407, - [482] = 408, - [483] = 409, - [484] = 410, - [485] = 411, - [486] = 402, - [487] = 407, - [488] = 408, - [489] = 409, - [490] = 410, - [491] = 411, - [492] = 418, - [493] = 403, - [494] = 401, - [495] = 405, - [496] = 422, - [497] = 423, - [498] = 418, - [499] = 403, - [500] = 401, - [501] = 405, - [502] = 422, - [503] = 423, - [504] = 423, - [505] = 410, - [506] = 409, - [507] = 408, - [508] = 407, - [509] = 402, - [510] = 402, - [511] = 407, - [512] = 408, - [513] = 409, - [514] = 410, - [515] = 411, - [516] = 402, - [517] = 407, - [518] = 518, - [519] = 408, - [520] = 409, - [521] = 410, - [522] = 411, - [523] = 418, - [524] = 403, - [525] = 401, - [526] = 405, - [527] = 422, - [528] = 423, - [529] = 418, - [530] = 403, - [531] = 401, - [532] = 423, - [533] = 405, - [534] = 422, - [535] = 423, - [536] = 422, - [537] = 405, - [538] = 401, - [539] = 539, - [540] = 403, - [541] = 418, - [542] = 423, - [543] = 422, - [544] = 402, - [545] = 545, - [546] = 407, - [547] = 408, - [548] = 409, - [549] = 549, - [550] = 410, - [551] = 411, - [552] = 402, - [553] = 407, - [554] = 408, - [555] = 409, - [556] = 410, - [557] = 411, - [558] = 418, - [559] = 403, - [560] = 560, - [561] = 405, - [562] = 422, - [563] = 423, - [564] = 418, - [565] = 403, - [566] = 401, - [567] = 405, - [568] = 405, - [569] = 422, - [570] = 423, - [571] = 401, - [572] = 403, - [573] = 418, - [574] = 411, - [575] = 575, - [576] = 410, - [577] = 409, - [578] = 408, - [579] = 407, + [409] = 33, + [410] = 271, + [411] = 268, + [412] = 24, + [413] = 20, + [414] = 259, + [415] = 253, + [416] = 42, + [417] = 16, + [418] = 16, + [419] = 52, + [420] = 13, + [421] = 11, + [422] = 31, + [423] = 252, + [424] = 43, + [425] = 9, + [426] = 45, + [427] = 17, + [428] = 34, + [429] = 429, + [430] = 19, + [431] = 23, + [432] = 36, + [433] = 37, + [434] = 434, + [435] = 38, + [436] = 50, + [437] = 41, + [438] = 10, + [439] = 44, + [440] = 440, + [441] = 48, + [442] = 49, + [443] = 342, + [444] = 30, + [445] = 37, + [446] = 27, + [447] = 29, + [448] = 40, + [449] = 41, + [450] = 39, + [451] = 28, + [452] = 38, + [453] = 46, + [454] = 35, + [455] = 33, + [456] = 456, + [457] = 44, + [458] = 25, + [459] = 50, + [460] = 51, + [461] = 7, + [462] = 9, + [463] = 45, + [464] = 42, + [465] = 34, + [466] = 26, + [467] = 10, + [468] = 47, + [469] = 24, + [470] = 53, + [471] = 43, + [472] = 23, + [473] = 48, + [474] = 31, + [475] = 32, + [476] = 52, + [477] = 21, + [478] = 8, + [479] = 36, + [480] = 2, + [481] = 7, + [482] = 12, + [483] = 483, + [484] = 484, + [485] = 49, + [486] = 13, + [487] = 317, + [488] = 19, + [489] = 13, + [490] = 16, + [491] = 10, + [492] = 53, + [493] = 32, + [494] = 44, + [495] = 30, + [496] = 40, + [497] = 8, + [498] = 33, + [499] = 48, + [500] = 484, + [501] = 41, + [502] = 18, + [503] = 16, + [504] = 43, + [505] = 42, + [506] = 50, + [507] = 51, + [508] = 45, + [509] = 509, + [510] = 510, + [511] = 36, + [512] = 15, + [513] = 510, + [514] = 483, + [515] = 17, + [516] = 31, + [517] = 483, + [518] = 52, + [519] = 484, + [520] = 11, + [521] = 20, + [522] = 22, + [523] = 5, + [524] = 37, + [525] = 38, + [526] = 29, + [527] = 35, + [528] = 4, + [529] = 14, + [530] = 510, + [531] = 3, + [532] = 46, + [533] = 47, + [534] = 510, + [535] = 6, + [536] = 19, + [537] = 510, + [538] = 39, + [539] = 67, + [540] = 28, + [541] = 34, + [542] = 542, + [543] = 542, + [544] = 544, + [545] = 21, + [546] = 542, + [547] = 24, + [548] = 25, + [549] = 27, + [550] = 23, + [551] = 9, + [552] = 26, + [553] = 2, + [554] = 554, + [555] = 542, + [556] = 10, + [557] = 342, + [558] = 3, + [559] = 544, + [560] = 542, + [561] = 544, + [562] = 542, + [563] = 542, + [564] = 544, + [565] = 542, + [566] = 542, + [567] = 544, + [568] = 542, + [569] = 542, + [570] = 542, + [571] = 542, + [572] = 542, + [573] = 542, + [574] = 542, + [575] = 542, + [576] = 542, + [577] = 577, + [578] = 577, + [579] = 579, [580] = 580, - [581] = 402, - [582] = 402, - [583] = 407, - [584] = 408, - [585] = 409, - [586] = 410, - [587] = 411, - [588] = 402, - [589] = 407, - [590] = 408, - [591] = 409, - [592] = 410, - [593] = 411, - [594] = 418, - [595] = 403, - [596] = 401, - [597] = 405, - [598] = 422, - [599] = 423, - [600] = 600, - [601] = 418, - [602] = 403, - [603] = 401, - [604] = 405, - [605] = 422, - [606] = 423, - [607] = 607, - [608] = 575, - [609] = 450, - [610] = 403, - [611] = 422, - [612] = 405, - [613] = 575, - [614] = 401, - [615] = 403, - [616] = 418, - [617] = 423, - [618] = 618, - [619] = 422, - [620] = 405, - [621] = 402, - [622] = 407, - [623] = 408, - [624] = 409, - [625] = 410, - [626] = 411, - [627] = 402, - [628] = 407, - [629] = 408, - [630] = 409, - [631] = 410, - [632] = 411, - [633] = 418, - [634] = 403, - [635] = 401, - [636] = 405, - [637] = 422, - [638] = 423, - [639] = 418, - [640] = 403, - [641] = 401, - [642] = 405, - [643] = 422, - [644] = 423, - [645] = 401, - [646] = 403, - [647] = 418, - [648] = 411, - [649] = 450, - [650] = 410, - [651] = 409, - [652] = 539, - [653] = 575, - [654] = 408, - [655] = 407, - [656] = 656, - [657] = 402, - [658] = 618, - [659] = 423, - [660] = 422, - [661] = 402, - [662] = 407, - [663] = 408, - [664] = 409, - [665] = 410, - [666] = 411, - [667] = 402, - [668] = 407, - [669] = 408, - [670] = 409, - [671] = 410, - [672] = 411, - [673] = 673, - [674] = 418, - [675] = 403, - [676] = 401, - [677] = 405, - [678] = 422, - [679] = 423, - [680] = 418, - [681] = 403, - [682] = 401, - [683] = 405, - [684] = 422, - [685] = 423, - [686] = 405, - [687] = 452, - [688] = 401, - [689] = 403, - [690] = 418, - [691] = 450, - [692] = 423, - [693] = 422, - [694] = 405, - [695] = 401, + [581] = 581, + [582] = 582, + [583] = 583, + [584] = 584, + [585] = 579, + [586] = 582, + [587] = 583, + [588] = 584, + [589] = 579, + [590] = 580, + [591] = 581, + [592] = 580, + [593] = 581, + [594] = 594, + [595] = 595, + [596] = 596, + [597] = 597, + [598] = 598, + [599] = 577, + [600] = 577, + [601] = 594, + [602] = 595, + [603] = 596, + [604] = 597, + [605] = 598, + [606] = 577, + [607] = 594, + [608] = 595, + [609] = 596, + [610] = 597, + [611] = 598, + [612] = 582, + [613] = 577, + [614] = 583, + [615] = 584, + [616] = 579, + [617] = 580, + [618] = 581, + [619] = 582, + [620] = 583, + [621] = 584, + [622] = 579, + [623] = 580, + [624] = 581, + [625] = 625, + [626] = 581, + [627] = 580, + [628] = 579, + [629] = 584, + [630] = 583, + [631] = 582, + [632] = 577, + [633] = 594, + [634] = 634, + [635] = 595, + [636] = 596, + [637] = 597, + [638] = 598, + [639] = 577, + [640] = 594, + [641] = 595, + [642] = 596, + [643] = 597, + [644] = 581, + [645] = 598, + [646] = 582, + [647] = 583, + [648] = 584, + [649] = 579, + [650] = 580, + [651] = 581, + [652] = 582, + [653] = 583, + [654] = 584, + [655] = 579, + [656] = 580, + [657] = 581, + [658] = 580, + [659] = 579, + [660] = 584, + [661] = 583, + [662] = 582, + [663] = 598, + [664] = 597, + [665] = 577, + [666] = 594, + [667] = 595, + [668] = 596, + [669] = 597, + [670] = 598, + [671] = 577, + [672] = 594, + [673] = 595, + [674] = 596, + [675] = 597, + [676] = 598, + [677] = 582, + [678] = 583, + [679] = 584, + [680] = 579, + [681] = 580, + [682] = 581, + [683] = 582, + [684] = 583, + [685] = 584, + [686] = 579, + [687] = 580, + [688] = 581, + [689] = 596, + [690] = 595, + [691] = 594, + [692] = 598, + [693] = 579, + [694] = 598, + [695] = 597, [696] = 696, - [697] = 697, - [698] = 539, - [699] = 575, - [700] = 656, - [701] = 403, - [702] = 418, - [703] = 703, - [704] = 411, - [705] = 410, - [706] = 618, - [707] = 409, - [708] = 408, - [709] = 407, - [710] = 402, - [711] = 423, - [712] = 422, - [713] = 405, - [714] = 401, - [715] = 403, - [716] = 418, - [717] = 453, - [718] = 423, - [719] = 422, - [720] = 405, - [721] = 401, - [722] = 403, - [723] = 418, - [724] = 411, - [725] = 410, - [726] = 726, - [727] = 727, - [728] = 453, - [729] = 409, - [730] = 408, - [731] = 407, - [732] = 402, - [733] = 423, - [734] = 422, - [735] = 405, - [736] = 401, - [737] = 407, - [738] = 418, - [739] = 411, - [740] = 410, - [741] = 409, - [742] = 408, + [697] = 597, + [698] = 577, + [699] = 699, + [700] = 594, + [701] = 595, + [702] = 596, + [703] = 596, + [704] = 596, + [705] = 597, + [706] = 598, + [707] = 577, + [708] = 595, + [709] = 594, + [710] = 594, + [711] = 634, + [712] = 595, + [713] = 594, + [714] = 596, + [715] = 595, + [716] = 594, + [717] = 597, + [718] = 595, + [719] = 719, + [720] = 720, + [721] = 598, + [722] = 582, + [723] = 596, + [724] = 583, + [725] = 584, + [726] = 579, + [727] = 580, + [728] = 581, + [729] = 582, + [730] = 583, + [731] = 584, + [732] = 579, + [733] = 580, + [734] = 581, + [735] = 597, + [736] = 577, + [737] = 737, + [738] = 581, + [739] = 634, + [740] = 740, + [741] = 577, + [742] = 740, [743] = 743, - [744] = 402, - [745] = 423, - [746] = 746, - [747] = 407, - [748] = 408, - [749] = 409, - [750] = 410, - [751] = 422, - [752] = 405, - [753] = 401, - [754] = 403, - [755] = 418, - [756] = 411, - [757] = 410, - [758] = 411, - [759] = 409, - [760] = 408, - [761] = 407, - [762] = 418, - [763] = 423, - [764] = 764, - [765] = 764, - [766] = 764, - [767] = 423, - [768] = 422, - [769] = 405, - [770] = 422, - [771] = 405, - [772] = 401, - [773] = 403, - [774] = 418, - [775] = 411, - [776] = 410, - [777] = 409, - [778] = 778, - [779] = 408, - [780] = 780, - [781] = 407, - [782] = 402, - [783] = 423, - [784] = 422, - [785] = 405, - [786] = 401, - [787] = 401, - [788] = 403, - [789] = 418, - [790] = 423, - [791] = 764, - [792] = 764, - [793] = 402, - [794] = 422, - [795] = 795, - [796] = 407, - [797] = 408, - [798] = 409, - [799] = 410, - [800] = 411, - [801] = 403, - [802] = 28, - [803] = 402, - [804] = 405, - [805] = 805, - [806] = 806, - [807] = 43, - [808] = 401, - [809] = 403, - [810] = 49, - [811] = 418, - [812] = 423, - [813] = 407, - [814] = 408, - [815] = 409, - [816] = 410, - [817] = 422, - [818] = 411, - [819] = 405, - [820] = 401, - [821] = 821, - [822] = 403, - [823] = 418, - [824] = 423, - [825] = 422, - [826] = 405, - [827] = 402, - [828] = 44, - [829] = 401, - [830] = 46, - [831] = 403, - [832] = 407, - [833] = 408, - [834] = 409, - [835] = 410, - [836] = 411, - [837] = 418, - [838] = 743, - [839] = 45, - [840] = 840, - [841] = 41, - [842] = 40, - [843] = 39, - [844] = 38, - [845] = 845, - [846] = 36, - [847] = 35, - [848] = 34, - [849] = 402, - [850] = 850, - [851] = 32, - [852] = 31, - [853] = 821, - [854] = 30, - [855] = 33, - [856] = 580, - [857] = 445, - [858] = 462, - [859] = 545, - [860] = 600, - [861] = 50, - [862] = 418, - [863] = 407, - [864] = 408, - [865] = 409, - [866] = 410, - [867] = 47, - [868] = 821, - [869] = 411, - [870] = 48, - [871] = 871, - [872] = 840, - [873] = 845, - [874] = 821, - [875] = 580, - [876] = 445, - [877] = 462, - [878] = 545, - [879] = 600, - [880] = 743, - [881] = 840, - [882] = 845, - [883] = 51, - [884] = 52, - [885] = 821, - [886] = 53, - [887] = 580, - [888] = 445, - [889] = 29, - [890] = 42, - [891] = 37, - [892] = 462, - [893] = 402, - [894] = 545, - [895] = 895, - [896] = 764, - [897] = 407, - [898] = 408, - [899] = 409, - [900] = 410, - [901] = 411, - [902] = 600, - [903] = 764, - [904] = 764, - [905] = 764, - [906] = 764, - [907] = 743, - [908] = 402, - [909] = 840, - [910] = 845, - [911] = 821, - [912] = 912, - [913] = 580, - [914] = 407, - [915] = 408, - [916] = 409, - [917] = 410, - [918] = 445, - [919] = 411, - [920] = 462, - [921] = 545, - [922] = 600, - [923] = 764, - [924] = 840, - [925] = 821, - [926] = 764, - [927] = 402, - [928] = 402, - [929] = 929, - [930] = 445, - [931] = 840, - [932] = 764, - [933] = 764, - [934] = 764, - [935] = 935, - [936] = 411, - [937] = 821, - [938] = 445, - [939] = 407, - [940] = 408, - [941] = 409, - [942] = 410, - [943] = 411, - [944] = 764, - [945] = 410, - [946] = 409, - [947] = 408, - [948] = 407, - [949] = 453, - [950] = 764, - [951] = 764, - [952] = 840, - [953] = 445, - [954] = 445, - [955] = 764, - [956] = 840, - [957] = 821, - [958] = 703, - [959] = 445, - [960] = 840, - [961] = 821, - [962] = 845, - [963] = 445, - [964] = 840, - [965] = 821, - [966] = 445, - [967] = 840, - [968] = 840, - [969] = 402, - [970] = 821, - [971] = 445, - [972] = 840, - [973] = 821, - [974] = 445, - [975] = 840, - [976] = 821, - [977] = 445, - [978] = 821, - [979] = 445, - [980] = 445, - [981] = 445, - [982] = 407, - [983] = 408, - [984] = 409, - [985] = 410, - [986] = 445, - [987] = 411, - [988] = 445, - [989] = 445, - [990] = 445, - [991] = 445, - [992] = 445, - [993] = 453, - [994] = 445, - [995] = 445, - [996] = 445, - [997] = 445, - [998] = 445, - [999] = 445, - [1000] = 445, - [1001] = 445, - [1002] = 743, - [1003] = 445, - [1004] = 445, - [1005] = 445, - [1006] = 764, - [1007] = 445, - [1008] = 445, - [1009] = 871, - [1010] = 402, - [1011] = 618, - [1012] = 912, - [1013] = 929, - [1014] = 407, - [1015] = 408, - [1016] = 409, - [1017] = 410, - [1018] = 411, - [1019] = 1019, - [1020] = 871, - [1021] = 764, - [1022] = 912, - [1023] = 418, - [1024] = 403, - [1025] = 401, - [1026] = 405, - [1027] = 422, - [1028] = 423, - [1029] = 402, - [1030] = 418, - [1031] = 403, - [1032] = 401, - [1033] = 405, - [1034] = 422, - [1035] = 423, - [1036] = 929, - [1037] = 1019, - [1038] = 871, - [1039] = 912, - [1040] = 407, - [1041] = 408, - [1042] = 409, - [1043] = 410, - [1044] = 1019, - [1045] = 929, - [1046] = 411, - [1047] = 871, - [1048] = 912, - [1049] = 929, - [1050] = 871, - [1051] = 764, - [1052] = 764, - [1053] = 764, - [1054] = 764, - [1055] = 418, - [1056] = 403, - [1057] = 401, - [1058] = 405, - [1059] = 422, - [1060] = 423, - [1061] = 764, - [1062] = 764, - [1063] = 764, - [1064] = 764, - [1065] = 764, - [1066] = 764, - [1067] = 764, - [1068] = 764, - [1069] = 764, - [1070] = 402, - [1071] = 764, - [1072] = 764, - [1073] = 764, - [1074] = 1074, - [1075] = 254, - [1076] = 242, - [1077] = 252, - [1078] = 253, - [1079] = 241, + [744] = 577, + [745] = 594, + [746] = 595, + [747] = 596, + [748] = 597, + [749] = 598, + [750] = 577, + [751] = 594, + [752] = 595, + [753] = 753, + [754] = 596, + [755] = 597, + [756] = 598, + [757] = 582, + [758] = 583, + [759] = 584, + [760] = 579, + [761] = 580, + [762] = 581, + [763] = 598, + [764] = 577, + [765] = 765, + [766] = 594, + [767] = 595, + [768] = 596, + [769] = 769, + [770] = 770, + [771] = 598, + [772] = 772, + [773] = 597, + [774] = 597, + [775] = 582, + [776] = 583, + [777] = 584, + [778] = 579, + [779] = 580, + [780] = 581, + [781] = 598, + [782] = 581, + [783] = 580, + [784] = 579, + [785] = 584, + [786] = 583, + [787] = 582, + [788] = 583, + [789] = 577, + [790] = 594, + [791] = 581, + [792] = 595, + [793] = 596, + [794] = 597, + [795] = 598, + [796] = 577, + [797] = 594, + [798] = 595, + [799] = 596, + [800] = 597, + [801] = 598, + [802] = 582, + [803] = 583, + [804] = 584, + [805] = 579, + [806] = 580, + [807] = 581, + [808] = 580, + [809] = 598, + [810] = 579, + [811] = 584, + [812] = 583, + [813] = 582, + [814] = 598, + [815] = 596, + [816] = 595, + [817] = 597, + [818] = 594, + [819] = 597, + [820] = 596, + [821] = 595, + [822] = 594, + [823] = 582, + [824] = 583, + [825] = 577, + [826] = 584, + [827] = 582, + [828] = 828, + [829] = 829, + [830] = 579, + [831] = 580, + [832] = 581, + [833] = 581, + [834] = 580, + [835] = 579, + [836] = 584, + [837] = 583, + [838] = 582, + [839] = 577, + [840] = 596, + [841] = 581, + [842] = 580, + [843] = 598, + [844] = 577, + [845] = 594, + [846] = 595, + [847] = 596, + [848] = 597, + [849] = 598, + [850] = 577, + [851] = 594, + [852] = 595, + [853] = 596, + [854] = 597, + [855] = 598, + [856] = 582, + [857] = 583, + [858] = 584, + [859] = 579, + [860] = 580, + [861] = 581, + [862] = 579, + [863] = 582, + [864] = 583, + [865] = 584, + [866] = 579, + [867] = 580, + [868] = 581, + [869] = 595, + [870] = 594, + [871] = 740, + [872] = 584, + [873] = 583, + [874] = 582, + [875] = 875, + [876] = 598, + [877] = 875, + [878] = 878, + [879] = 597, + [880] = 596, + [881] = 740, + [882] = 595, + [883] = 597, + [884] = 594, + [885] = 580, + [886] = 886, + [887] = 579, + [888] = 579, + [889] = 889, + [890] = 581, + [891] = 582, + [892] = 583, + [893] = 584, + [894] = 579, + [895] = 580, + [896] = 581, + [897] = 580, + [898] = 579, + [899] = 584, + [900] = 577, + [901] = 594, + [902] = 595, + [903] = 596, + [904] = 597, + [905] = 583, + [906] = 598, + [907] = 577, + [908] = 577, + [909] = 909, + [910] = 878, + [911] = 594, + [912] = 595, + [913] = 596, + [914] = 597, + [915] = 598, + [916] = 582, + [917] = 583, + [918] = 584, + [919] = 579, + [920] = 580, + [921] = 581, + [922] = 582, + [923] = 583, + [924] = 584, + [925] = 579, + [926] = 580, + [927] = 581, + [928] = 582, + [929] = 594, + [930] = 595, + [931] = 596, + [932] = 597, + [933] = 595, + [934] = 753, + [935] = 598, + [936] = 582, + [937] = 875, + [938] = 878, + [939] = 583, + [940] = 581, + [941] = 580, + [942] = 579, + [943] = 584, + [944] = 584, + [945] = 945, + [946] = 583, + [947] = 583, + [948] = 577, + [949] = 582, + [950] = 598, + [951] = 951, + [952] = 597, + [953] = 596, + [954] = 595, + [955] = 594, + [956] = 577, + [957] = 582, + [958] = 584, + [959] = 581, + [960] = 577, + [961] = 594, + [962] = 595, + [963] = 596, + [964] = 577, + [965] = 580, + [966] = 597, + [967] = 579, + [968] = 598, + [969] = 584, + [970] = 583, + [971] = 577, + [972] = 582, + [973] = 581, + [974] = 594, + [975] = 595, + [976] = 596, + [977] = 597, + [978] = 598, + [979] = 582, + [980] = 583, + [981] = 584, + [982] = 579, + [983] = 580, + [984] = 581, + [985] = 582, + [986] = 583, + [987] = 597, + [988] = 584, + [989] = 989, + [990] = 51, + [991] = 581, + [992] = 580, + [993] = 598, + [994] = 579, + [995] = 584, + [996] = 583, + [997] = 597, + [998] = 582, + [999] = 581, + [1000] = 596, + [1001] = 580, + [1002] = 753, + [1003] = 579, + [1004] = 584, + [1005] = 583, + [1006] = 582, + [1007] = 875, + [1008] = 878, + [1009] = 581, + [1010] = 595, + [1011] = 594, + [1012] = 580, + [1013] = 595, + [1014] = 597, + [1015] = 945, + [1016] = 50, + [1017] = 584, + [1018] = 577, + [1019] = 594, + [1020] = 595, + [1021] = 583, + [1022] = 596, + [1023] = 597, + [1024] = 598, + [1025] = 577, + [1026] = 594, + [1027] = 595, + [1028] = 596, + [1029] = 584, + [1030] = 598, + [1031] = 582, + [1032] = 583, + [1033] = 584, + [1034] = 579, + [1035] = 580, + [1036] = 581, + [1037] = 582, + [1038] = 583, + [1039] = 584, + [1040] = 579, + [1041] = 580, + [1042] = 581, + [1043] = 582, + [1044] = 1044, + [1045] = 579, + [1046] = 580, + [1047] = 581, + [1048] = 577, + [1049] = 581, + [1050] = 580, + [1051] = 579, + [1052] = 584, + [1053] = 44, + [1054] = 583, + [1055] = 753, + [1056] = 582, + [1057] = 594, + [1058] = 875, + [1059] = 878, + [1060] = 951, + [1061] = 595, + [1062] = 596, + [1063] = 699, + [1064] = 594, + [1065] = 1065, + [1066] = 598, + [1067] = 595, + [1068] = 596, + [1069] = 597, + [1070] = 945, + [1071] = 597, + [1072] = 598, + [1073] = 740, + [1074] = 577, + [1075] = 577, + [1076] = 598, + [1077] = 19, + [1078] = 1078, + [1079] = 740, [1080] = 1080, - [1081] = 244, - [1082] = 250, - [1083] = 243, - [1084] = 248, - [1085] = 247, - [1086] = 245, - [1087] = 251, - [1088] = 242, - [1089] = 245, - [1090] = 247, - [1091] = 254, - [1092] = 251, + [1081] = 1081, + [1082] = 13, + [1083] = 43, + [1084] = 16, + [1085] = 740, + [1086] = 31, + [1087] = 52, + [1088] = 740, + [1089] = 577, + [1090] = 596, + [1091] = 1091, + [1092] = 1092, [1093] = 1093, - [1094] = 243, - [1095] = 28, - [1096] = 250, - [1097] = 244, - [1098] = 248, - [1099] = 252, - [1100] = 253, - [1101] = 241, - [1102] = 21, - [1103] = 21, - [1104] = 9, - [1105] = 11, - [1106] = 15, - [1107] = 7, - [1108] = 20, - [1109] = 17, - [1110] = 4, - [1111] = 20, - [1112] = 16, - [1113] = 57, - [1114] = 15, - [1115] = 274, - [1116] = 6, - [1117] = 5, - [1118] = 27, - [1119] = 12, - [1120] = 19, - [1121] = 13, - [1122] = 18, - [1123] = 15, - [1124] = 25, - [1125] = 274, - [1126] = 20, - [1127] = 17, - [1128] = 6, - [1129] = 19, - [1130] = 5, - [1131] = 9, - [1132] = 23, - [1133] = 27, - [1134] = 8, - [1135] = 16, - [1136] = 18, - [1137] = 15, - [1138] = 297, - [1139] = 22, - [1140] = 7, - [1141] = 21, - [1142] = 4, - [1143] = 21, - [1144] = 10, - [1145] = 14, - [1146] = 26, - [1147] = 11, - [1148] = 57, - [1149] = 20, - [1150] = 12, - [1151] = 13, - [1152] = 24, - [1153] = 252, - [1154] = 241, - [1155] = 23, - [1156] = 28, - [1157] = 297, - [1158] = 243, - [1159] = 251, - [1160] = 45, - [1161] = 254, - [1162] = 25, - [1163] = 245, - [1164] = 247, - [1165] = 41, - [1166] = 40, - [1167] = 39, - [1168] = 38, - [1169] = 43, - [1170] = 36, - [1171] = 35, - [1172] = 34, - [1173] = 32, - [1174] = 31, - [1175] = 24, - [1176] = 30, - [1177] = 248, - [1178] = 33, - [1179] = 8, - [1180] = 10, - [1181] = 250, - [1182] = 244, - [1183] = 26, - [1184] = 50, - [1185] = 47, - [1186] = 242, - [1187] = 48, - [1188] = 49, - [1189] = 22, - [1190] = 51, - [1191] = 52, - [1192] = 44, - [1193] = 53, - [1194] = 253, - [1195] = 1195, - [1196] = 29, - [1197] = 14, - [1198] = 42, - [1199] = 37, - [1200] = 1200, - [1201] = 46, - [1202] = 43, - [1203] = 274, - [1204] = 47, - [1205] = 53, - [1206] = 44, - [1207] = 46, - [1208] = 48, - [1209] = 49, - [1210] = 38, - [1211] = 39, - [1212] = 33, - [1213] = 30, - [1214] = 51, - [1215] = 52, - [1216] = 28, - [1217] = 45, - [1218] = 42, - [1219] = 36, - [1220] = 29, - [1221] = 35, - [1222] = 34, - [1223] = 32, - [1224] = 50, - [1225] = 31, - [1226] = 40, - [1227] = 37, - [1228] = 41, - [1229] = 297, - [1230] = 1230, - [1231] = 1231, - [1232] = 1231, - [1233] = 1231, - [1234] = 1230, - [1235] = 1231, - [1236] = 1230, - [1237] = 1230, - [1238] = 1230, - [1239] = 1231, - [1240] = 1240, - [1241] = 250, - [1242] = 251, - [1243] = 247, - [1244] = 243, - [1245] = 245, - [1246] = 248, - [1247] = 254, - [1248] = 244, - [1249] = 252, - [1250] = 253, - [1251] = 241, - [1252] = 242, - [1253] = 251, - [1254] = 1254, - [1255] = 247, - [1256] = 244, - [1257] = 248, - [1258] = 1258, - [1259] = 274, - [1260] = 243, - [1261] = 2, - [1262] = 242, - [1263] = 241, - [1264] = 253, - [1265] = 254, - [1266] = 250, - [1267] = 1267, - [1268] = 245, - [1269] = 252, - [1270] = 252, - [1271] = 254, - [1272] = 251, - [1273] = 243, - [1274] = 245, - [1275] = 274, - [1276] = 3, - [1277] = 247, - [1278] = 248, - [1279] = 297, - [1280] = 250, - [1281] = 244, - [1282] = 242, - [1283] = 241, - [1284] = 253, - [1285] = 1285, - [1286] = 247, + [1094] = 989, + [1095] = 1095, + [1096] = 1096, + [1097] = 889, + [1098] = 765, + [1099] = 699, + [1100] = 1100, + [1101] = 625, + [1102] = 1102, + [1103] = 582, + [1104] = 1096, + [1105] = 583, + [1106] = 584, + [1107] = 1093, + [1108] = 580, + [1109] = 1095, + [1110] = 1096, + [1111] = 889, + [1112] = 594, + [1113] = 740, + [1114] = 740, + [1115] = 1115, + [1116] = 740, + [1117] = 765, + [1118] = 699, + [1119] = 1100, + [1120] = 625, + [1121] = 579, + [1122] = 1093, + [1123] = 989, + [1124] = 1095, + [1125] = 1096, + [1126] = 1126, + [1127] = 889, + [1128] = 577, + [1129] = 765, + [1130] = 699, + [1131] = 1100, + [1132] = 598, + [1133] = 625, + [1134] = 580, + [1135] = 597, + [1136] = 1093, + [1137] = 989, + [1138] = 1095, + [1139] = 1096, + [1140] = 889, + [1141] = 765, + [1142] = 596, + [1143] = 1143, + [1144] = 989, + [1145] = 1100, + [1146] = 625, + [1147] = 740, + [1148] = 989, + [1149] = 1149, + [1150] = 740, + [1151] = 595, + [1152] = 1096, + [1153] = 765, + [1154] = 989, + [1155] = 1096, + [1156] = 67, + [1157] = 594, + [1158] = 765, + [1159] = 989, + [1160] = 1096, + [1161] = 765, + [1162] = 989, + [1163] = 1096, + [1164] = 765, + [1165] = 989, + [1166] = 1096, + [1167] = 765, + [1168] = 1168, + [1169] = 989, + [1170] = 1096, + [1171] = 765, + [1172] = 989, + [1173] = 1096, + [1174] = 765, + [1175] = 989, + [1176] = 1096, + [1177] = 765, + [1178] = 989, + [1179] = 1096, + [1180] = 765, + [1181] = 989, + [1182] = 1096, + [1183] = 765, + [1184] = 989, + [1185] = 1096, + [1186] = 765, + [1187] = 740, + [1188] = 1096, + [1189] = 765, + [1190] = 989, + [1191] = 28, + [1192] = 1096, + [1193] = 1065, + [1194] = 765, + [1195] = 1096, + [1196] = 1196, + [1197] = 577, + [1198] = 1095, + [1199] = 765, + [1200] = 765, + [1201] = 765, + [1202] = 765, + [1203] = 989, + [1204] = 594, + [1205] = 765, + [1206] = 765, + [1207] = 765, + [1208] = 765, + [1209] = 765, + [1210] = 765, + [1211] = 765, + [1212] = 765, + [1213] = 765, + [1214] = 765, + [1215] = 765, + [1216] = 1044, + [1217] = 765, + [1218] = 765, + [1219] = 765, + [1220] = 765, + [1221] = 765, + [1222] = 765, + [1223] = 765, + [1224] = 765, + [1225] = 1078, + [1226] = 1115, + [1227] = 1149, + [1228] = 1080, + [1229] = 1078, + [1230] = 1115, + [1231] = 1149, + [1232] = 1093, + [1233] = 1080, + [1234] = 1078, + [1235] = 1115, + [1236] = 39, + [1237] = 581, + [1238] = 740, + [1239] = 1149, + [1240] = 945, + [1241] = 1241, + [1242] = 1078, + [1243] = 598, + [1244] = 597, + [1245] = 596, + [1246] = 595, + [1247] = 594, + [1248] = 1115, + [1249] = 740, + [1250] = 36, + [1251] = 740, + [1252] = 582, + [1253] = 583, + [1254] = 577, + [1255] = 584, + [1256] = 579, + [1257] = 740, + [1258] = 634, + [1259] = 580, + [1260] = 740, + [1261] = 581, + [1262] = 1149, + [1263] = 594, + [1264] = 1100, + [1265] = 1078, + [1266] = 740, + [1267] = 53, + [1268] = 32, + [1269] = 740, + [1270] = 30, + [1271] = 40, + [1272] = 33, + [1273] = 42, + [1274] = 45, + [1275] = 598, + [1276] = 740, + [1277] = 634, + [1278] = 597, + [1279] = 596, + [1280] = 595, + [1281] = 594, + [1282] = 740, + [1283] = 1283, + [1284] = 740, + [1285] = 37, + [1286] = 38, [1287] = 1287, - [1288] = 1287, - [1289] = 250, - [1290] = 1287, - [1291] = 274, + [1288] = 29, + [1289] = 35, + [1290] = 740, + [1291] = 740, [1292] = 1292, - [1293] = 1287, - [1294] = 242, - [1295] = 243, - [1296] = 1292, - [1297] = 1287, - [1298] = 1292, - [1299] = 1287, - [1300] = 1292, - [1301] = 297, - [1302] = 1292, - [1303] = 241, - [1304] = 1287, - [1305] = 253, - [1306] = 1292, - [1307] = 1292, - [1308] = 1287, - [1309] = 1292, - [1310] = 1287, - [1311] = 1285, - [1312] = 1287, - [1313] = 1292, - [1314] = 248, - [1315] = 1287, - [1316] = 1287, - [1317] = 244, - [1318] = 1292, - [1319] = 252, - [1320] = 1287, - [1321] = 1292, - [1322] = 1287, - [1323] = 1292, - [1324] = 245, - [1325] = 254, - [1326] = 1292, - [1327] = 1292, - [1328] = 251, - [1329] = 1329, - [1330] = 1330, - [1331] = 297, - [1332] = 274, - [1333] = 1333, - [1334] = 1333, - [1335] = 1333, - [1336] = 1336, - [1337] = 1333, - [1338] = 1333, - [1339] = 1339, - [1340] = 297, - [1341] = 4, - [1342] = 1342, - [1343] = 254, - [1344] = 241, - [1345] = 251, + [1293] = 740, + [1294] = 740, + [1295] = 740, + [1296] = 740, + [1297] = 595, + [1298] = 34, + [1299] = 740, + [1300] = 41, + [1301] = 740, + [1302] = 48, + [1303] = 740, + [1304] = 598, + [1305] = 577, + [1306] = 740, + [1307] = 596, + [1308] = 740, + [1309] = 740, + [1310] = 740, + [1311] = 740, + [1312] = 46, + [1313] = 47, + [1314] = 597, + [1315] = 49, + [1316] = 740, + [1317] = 740, + [1318] = 596, + [1319] = 740, + [1320] = 1320, + [1321] = 252, + [1322] = 253, + [1323] = 280, + [1324] = 259, + [1325] = 268, + [1326] = 271, + [1327] = 1327, + [1328] = 272, + [1329] = 277, + [1330] = 261, + [1331] = 265, + [1332] = 279, + [1333] = 262, + [1334] = 1334, + [1335] = 268, + [1336] = 272, + [1337] = 271, + [1338] = 277, + [1339] = 262, + [1340] = 261, + [1341] = 265, + [1342] = 280, + [1343] = 253, + [1344] = 279, + [1345] = 259, [1346] = 252, - [1347] = 253, - [1348] = 241, - [1349] = 242, - [1350] = 242, - [1351] = 244, - [1352] = 250, - [1353] = 248, - [1354] = 247, - [1355] = 245, - [1356] = 1356, - [1357] = 254, - [1358] = 243, - [1359] = 245, - [1360] = 247, - [1361] = 248, - [1362] = 6, - [1363] = 244, - [1364] = 250, - [1365] = 5, - [1366] = 252, - [1367] = 253, - [1368] = 243, - [1369] = 251, - [1370] = 274, - [1371] = 8, - [1372] = 1372, - [1373] = 1373, - [1374] = 1373, - [1375] = 1372, - [1376] = 14, - [1377] = 1372, - [1378] = 1372, - [1379] = 1373, - [1380] = 1372, - [1381] = 1373, - [1382] = 1373, - [1383] = 2, - [1384] = 274, - [1385] = 16, - [1386] = 241, - [1387] = 297, - [1388] = 20, - [1389] = 15, - [1390] = 21, - [1391] = 20, - [1392] = 243, - [1393] = 251, - [1394] = 254, - [1395] = 245, - [1396] = 297, - [1397] = 21, - [1398] = 247, - [1399] = 248, - [1400] = 250, - [1401] = 244, - [1402] = 242, - [1403] = 253, - [1404] = 15, - [1405] = 11, - [1406] = 9, - [1407] = 7, - [1408] = 19, - [1409] = 1409, - [1410] = 252, - [1411] = 27, - [1412] = 7, - [1413] = 9, - [1414] = 26, - [1415] = 57, - [1416] = 3, - [1417] = 1356, - [1418] = 18, - [1419] = 57, - [1420] = 252, - [1421] = 253, - [1422] = 241, - [1423] = 242, - [1424] = 244, - [1425] = 250, - [1426] = 248, - [1427] = 247, - [1428] = 245, - [1429] = 254, - [1430] = 251, - [1431] = 17, - [1432] = 12, - [1433] = 13, - [1434] = 243, - [1435] = 2, - [1436] = 245, - [1437] = 23, - [1438] = 1438, - [1439] = 57, - [1440] = 1440, - [1441] = 274, - [1442] = 250, - [1443] = 10, - [1444] = 10, - [1445] = 252, - [1446] = 253, - [1447] = 241, - [1448] = 242, - [1449] = 244, - [1450] = 2, - [1451] = 248, - [1452] = 247, - [1453] = 254, - [1454] = 251, - [1455] = 243, - [1456] = 274, - [1457] = 3, - [1458] = 1458, - [1459] = 25, - [1460] = 24, - [1461] = 2, - [1462] = 22, - [1463] = 31, - [1464] = 245, - [1465] = 30, - [1466] = 32, - [1467] = 34, - [1468] = 2, - [1469] = 35, - [1470] = 2, - [1471] = 36, + [1347] = 13, + [1348] = 5, + [1349] = 15, + [1350] = 7, + [1351] = 20, + [1352] = 8, + [1353] = 317, + [1354] = 16, + [1355] = 13, + [1356] = 16, + [1357] = 19, + [1358] = 18, + [1359] = 12, + [1360] = 22, + [1361] = 19, + [1362] = 11, + [1363] = 67, + [1364] = 4, + [1365] = 14, + [1366] = 17, + [1367] = 6, + [1368] = 34, + [1369] = 19, + [1370] = 13, + [1371] = 16, + [1372] = 317, + [1373] = 18, + [1374] = 5, + [1375] = 15, + [1376] = 19, + [1377] = 4, + [1378] = 26, + [1379] = 16, + [1380] = 13, + [1381] = 9, + [1382] = 14, + [1383] = 22, + [1384] = 21, + [1385] = 7, + [1386] = 24, + [1387] = 17, + [1388] = 23, + [1389] = 342, + [1390] = 8, + [1391] = 10, + [1392] = 6, + [1393] = 12, + [1394] = 20, + [1395] = 11, + [1396] = 67, + [1397] = 25, + [1398] = 27, + [1399] = 52, + [1400] = 252, + [1401] = 10, + [1402] = 47, + [1403] = 9, + [1404] = 27, + [1405] = 49, + [1406] = 25, + [1407] = 48, + [1408] = 1408, + [1409] = 41, + [1410] = 26, + [1411] = 253, + [1412] = 259, + [1413] = 34, + [1414] = 21, + [1415] = 268, + [1416] = 271, + [1417] = 262, + [1418] = 261, + [1419] = 265, + [1420] = 23, + [1421] = 342, + [1422] = 24, + [1423] = 280, + [1424] = 279, + [1425] = 46, + [1426] = 1426, + [1427] = 51, + [1428] = 50, + [1429] = 35, + [1430] = 29, + [1431] = 38, + [1432] = 37, + [1433] = 44, + [1434] = 45, + [1435] = 42, + [1436] = 33, + [1437] = 277, + [1438] = 40, + [1439] = 30, + [1440] = 272, + [1441] = 43, + [1442] = 31, + [1443] = 32, + [1444] = 28, + [1445] = 39, + [1446] = 53, + [1447] = 36, + [1448] = 47, + [1449] = 36, + [1450] = 53, + [1451] = 31, + [1452] = 34, + [1453] = 28, + [1454] = 51, + [1455] = 50, + [1456] = 46, + [1457] = 39, + [1458] = 33, + [1459] = 40, + [1460] = 30, + [1461] = 32, + [1462] = 49, + [1463] = 2, + [1464] = 35, + [1465] = 29, + [1466] = 42, + [1467] = 52, + [1468] = 317, + [1469] = 44, + [1470] = 37, + [1471] = 41, [1472] = 38, - [1473] = 39, - [1474] = 40, - [1475] = 41, - [1476] = 3, - [1477] = 252, - [1478] = 253, - [1479] = 241, + [1473] = 43, + [1474] = 45, + [1475] = 48, + [1476] = 342, + [1477] = 2, + [1478] = 3, + [1479] = 1479, [1480] = 1480, - [1481] = 44, - [1482] = 242, - [1483] = 50, - [1484] = 1484, - [1485] = 274, - [1486] = 47, - [1487] = 45, - [1488] = 244, - [1489] = 250, - [1490] = 248, - [1491] = 49, - [1492] = 1356, - [1493] = 37, - [1494] = 46, - [1495] = 247, - [1496] = 42, - [1497] = 2, - [1498] = 29, - [1499] = 254, - [1500] = 251, - [1501] = 243, - [1502] = 43, - [1503] = 53, - [1504] = 52, - [1505] = 51, - [1506] = 28, - [1507] = 1507, - [1508] = 297, - [1509] = 48, + [1481] = 1479, + [1482] = 1480, + [1483] = 1480, + [1484] = 1480, + [1485] = 1480, + [1486] = 1479, + [1487] = 1479, + [1488] = 3, + [1489] = 1479, + [1490] = 259, + [1491] = 261, + [1492] = 253, + [1493] = 271, + [1494] = 268, + [1495] = 272, + [1496] = 277, + [1497] = 279, + [1498] = 280, + [1499] = 262, + [1500] = 252, + [1501] = 265, + [1502] = 1502, + [1503] = 253, + [1504] = 279, + [1505] = 317, + [1506] = 1506, + [1507] = 261, + [1508] = 2, + [1509] = 272, [1510] = 1510, - [1511] = 252, - [1512] = 297, - [1513] = 253, - [1514] = 241, - [1515] = 33, - [1516] = 242, - [1517] = 244, - [1518] = 3, - [1519] = 250, - [1520] = 243, - [1521] = 248, - [1522] = 247, - [1523] = 245, - [1524] = 251, - [1525] = 254, - [1526] = 1526, - [1527] = 3, - [1528] = 3, - [1529] = 297, - [1530] = 3, - [1531] = 274, - [1532] = 274, - [1533] = 1533, - [1534] = 250, - [1535] = 6, - [1536] = 1536, - [1537] = 245, - [1538] = 1538, - [1539] = 254, + [1511] = 277, + [1512] = 1512, + [1513] = 280, + [1514] = 265, + [1515] = 262, + [1516] = 271, + [1517] = 268, + [1518] = 259, + [1519] = 252, + [1520] = 262, + [1521] = 280, + [1522] = 265, + [1523] = 261, + [1524] = 1524, + [1525] = 271, + [1526] = 262, + [1527] = 268, + [1528] = 259, + [1529] = 253, + [1530] = 279, + [1531] = 277, + [1532] = 261, + [1533] = 265, + [1534] = 280, + [1535] = 279, + [1536] = 277, + [1537] = 272, + [1538] = 6, + [1539] = 3, [1540] = 4, - [1541] = 251, - [1542] = 297, - [1543] = 1543, - [1544] = 1544, + [1541] = 342, + [1542] = 272, + [1543] = 271, + [1544] = 268, [1545] = 1545, - [1546] = 1546, - [1547] = 1533, - [1548] = 1548, - [1549] = 252, - [1550] = 253, - [1551] = 241, - [1552] = 297, - [1553] = 1545, - [1554] = 242, - [1555] = 244, - [1556] = 5, - [1557] = 1548, - [1558] = 1558, - [1559] = 1559, - [1560] = 1560, - [1561] = 1544, - [1562] = 1543, - [1563] = 1563, - [1564] = 1536, - [1565] = 1565, - [1566] = 243, - [1567] = 1567, - [1568] = 1568, - [1569] = 1536, - [1570] = 247, - [1571] = 1536, - [1572] = 1572, - [1573] = 1533, - [1574] = 1545, - [1575] = 1533, - [1576] = 1545, - [1577] = 248, - [1578] = 243, - [1579] = 244, - [1580] = 242, - [1581] = 241, - [1582] = 253, - [1583] = 252, - [1584] = 6, - [1585] = 254, - [1586] = 251, - [1587] = 5, - [1588] = 1588, - [1589] = 247, - [1590] = 245, - [1591] = 254, - [1592] = 1592, - [1593] = 248, - [1594] = 247, - [1595] = 248, - [1596] = 245, - [1597] = 4, - [1598] = 250, - [1599] = 247, - [1600] = 251, - [1601] = 1601, - [1602] = 248, - [1603] = 250, - [1604] = 244, - [1605] = 242, - [1606] = 241, - [1607] = 253, - [1608] = 252, - [1609] = 1592, - [1610] = 8, - [1611] = 243, - [1612] = 251, - [1613] = 254, - [1614] = 245, - [1615] = 1615, - [1616] = 16, - [1617] = 247, - [1618] = 248, - [1619] = 250, - [1620] = 244, - [1621] = 244, - [1622] = 242, - [1623] = 241, - [1624] = 253, - [1625] = 252, - [1626] = 242, - [1627] = 241, - [1628] = 253, - [1629] = 252, - [1630] = 243, - [1631] = 243, - [1632] = 251, - [1633] = 254, - [1634] = 245, - [1635] = 247, - [1636] = 248, - [1637] = 250, - [1638] = 244, - [1639] = 242, - [1640] = 241, - [1641] = 253, - [1642] = 252, - [1643] = 1643, - [1644] = 1601, - [1645] = 1546, - [1646] = 1592, - [1647] = 1592, - [1648] = 1643, - [1649] = 1592, - [1650] = 250, - [1651] = 243, - [1652] = 251, - [1653] = 14, - [1654] = 254, - [1655] = 245, - [1656] = 1656, - [1657] = 1657, - [1658] = 4, - [1659] = 15, - [1660] = 21, - [1661] = 20, - [1662] = 6, - [1663] = 5, - [1664] = 7, - [1665] = 9, - [1666] = 243, - [1667] = 274, - [1668] = 251, - [1669] = 254, - [1670] = 245, - [1671] = 247, - [1672] = 248, - [1673] = 250, - [1674] = 244, - [1675] = 242, - [1676] = 241, - [1677] = 253, - [1678] = 252, + [1546] = 5, + [1547] = 259, + [1548] = 317, + [1549] = 253, + [1550] = 252, + [1551] = 252, + [1552] = 1552, + [1553] = 1552, + [1554] = 6, + [1555] = 1555, + [1556] = 1555, + [1557] = 4, + [1558] = 1552, + [1559] = 5, + [1560] = 1552, + [1561] = 21, + [1562] = 1555, + [1563] = 1552, + [1564] = 1555, + [1565] = 1552, + [1566] = 1552, + [1567] = 1555, + [1568] = 1524, + [1569] = 1552, + [1570] = 1552, + [1571] = 1555, + [1572] = 1552, + [1573] = 1555, + [1574] = 1555, + [1575] = 1555, + [1576] = 1552, + [1577] = 1555, + [1578] = 1552, + [1579] = 1555, + [1580] = 1545, + [1581] = 1552, + [1582] = 1555, + [1583] = 1552, + [1584] = 1555, + [1585] = 1552, + [1586] = 1552, + [1587] = 1555, + [1588] = 1555, + [1589] = 272, + [1590] = 277, + [1591] = 279, + [1592] = 280, + [1593] = 265, + [1594] = 342, + [1595] = 261, + [1596] = 262, + [1597] = 1555, + [1598] = 1555, + [1599] = 271, + [1600] = 272, + [1601] = 277, + [1602] = 279, + [1603] = 280, + [1604] = 265, + [1605] = 261, + [1606] = 268, + [1607] = 1552, + [1608] = 259, + [1609] = 1555, + [1610] = 253, + [1611] = 1552, + [1612] = 262, + [1613] = 271, + [1614] = 268, + [1615] = 259, + [1616] = 253, + [1617] = 252, + [1618] = 14, + [1619] = 317, + [1620] = 9, + [1621] = 252, + [1622] = 24, + [1623] = 16, + [1624] = 11, + [1625] = 14, + [1626] = 67, + [1627] = 9, + [1628] = 17, + [1629] = 18, + [1630] = 12, + [1631] = 21, + [1632] = 1632, + [1633] = 7, + [1634] = 8, + [1635] = 1635, + [1636] = 19, + [1637] = 15, + [1638] = 13, + [1639] = 317, + [1640] = 20, + [1641] = 342, + [1642] = 317, + [1643] = 317, + [1644] = 13, + [1645] = 26, + [1646] = 22, + [1647] = 1647, + [1648] = 1648, + [1649] = 23, + [1650] = 16, + [1651] = 13, + [1652] = 19, + [1653] = 1647, + [1654] = 67, + [1655] = 7, + [1656] = 11, + [1657] = 12, + [1658] = 342, + [1659] = 1647, + [1660] = 1647, + [1661] = 1661, + [1662] = 20, + [1663] = 15, + [1664] = 24, + [1665] = 17, + [1666] = 342, + [1667] = 16, + [1668] = 10, + [1669] = 18, + [1670] = 1647, + [1671] = 27, + [1672] = 19, + [1673] = 8, + [1674] = 25, + [1675] = 29, + [1676] = 253, + [1677] = 265, + [1678] = 261, [1679] = 1679, - [1680] = 1680, - [1681] = 1681, - [1682] = 1682, - [1683] = 1680, - [1684] = 4, - [1685] = 274, - [1686] = 1679, - [1687] = 14, - [1688] = 6, - [1689] = 1689, - [1690] = 5, - [1691] = 1691, - [1692] = 1692, - [1693] = 1693, - [1694] = 20, - [1695] = 1695, - [1696] = 1696, - [1697] = 1697, - [1698] = 1698, - [1699] = 1699, - [1700] = 21, - [1701] = 1701, - [1702] = 1702, - [1703] = 1703, - [1704] = 1704, - [1705] = 1705, - [1706] = 1706, - [1707] = 15, - [1708] = 1679, - [1709] = 274, - [1710] = 1710, - [1711] = 1711, - [1712] = 1712, - [1713] = 1713, - [1714] = 1714, - [1715] = 1715, - [1716] = 1716, - [1717] = 1717, - [1718] = 1679, - [1719] = 1719, - [1720] = 1720, - [1721] = 1721, - [1722] = 1722, - [1723] = 1723, - [1724] = 1724, - [1725] = 16, - [1726] = 8, - [1727] = 1727, - [1728] = 1728, - [1729] = 1729, - [1730] = 274, - [1731] = 1731, - [1732] = 1732, - [1733] = 27, - [1734] = 1734, - [1735] = 1735, - [1736] = 1736, - [1737] = 1691, - [1738] = 1738, - [1739] = 1739, - [1740] = 1692, - [1741] = 1693, - [1742] = 1742, - [1743] = 1743, - [1744] = 1695, - [1745] = 1696, - [1746] = 1746, - [1747] = 1747, - [1748] = 1748, - [1749] = 1749, - [1750] = 1750, - [1751] = 1751, - [1752] = 1697, - [1753] = 1698, - [1754] = 1754, - [1755] = 1699, - [1756] = 1756, - [1757] = 1757, - [1758] = 1758, - [1759] = 1759, - [1760] = 1760, - [1761] = 1761, - [1762] = 1762, - [1763] = 1763, - [1764] = 1764, - [1765] = 1765, - [1766] = 1766, - [1767] = 1767, - [1768] = 1768, - [1769] = 1701, - [1770] = 1702, - [1771] = 1703, - [1772] = 1704, - [1773] = 1773, - [1774] = 1774, - [1775] = 1705, - [1776] = 1776, - [1777] = 1777, - [1778] = 1778, - [1779] = 1779, - [1780] = 1780, - [1781] = 1706, - [1782] = 1782, - [1783] = 1783, - [1784] = 1784, - [1785] = 1785, - [1786] = 1786, - [1787] = 1787, - [1788] = 1680, - [1789] = 1789, - [1790] = 1790, - [1791] = 1791, - [1792] = 1792, - [1793] = 1793, - [1794] = 1794, - [1795] = 1795, - [1796] = 1796, - [1797] = 1797, - [1798] = 1798, - [1799] = 1799, - [1800] = 1800, - [1801] = 1710, - [1802] = 1711, - [1803] = 1712, - [1804] = 1713, - [1805] = 1805, - [1806] = 1806, - [1807] = 1807, - [1808] = 1714, - [1809] = 1715, - [1810] = 1810, - [1811] = 1811, - [1812] = 1812, + [1680] = 253, + [1681] = 1545, + [1682] = 342, + [1683] = 262, + [1684] = 271, + [1685] = 46, + [1686] = 50, + [1687] = 268, + [1688] = 19, + [1689] = 41, + [1690] = 13, + [1691] = 280, + [1692] = 34, + [1693] = 38, + [1694] = 37, + [1695] = 279, + [1696] = 45, + [1697] = 42, + [1698] = 33, + [1699] = 259, + [1700] = 277, + [1701] = 272, + [1702] = 40, + [1703] = 30, + [1704] = 272, + [1705] = 10, + [1706] = 277, + [1707] = 32, + [1708] = 23, + [1709] = 53, + [1710] = 279, + [1711] = 280, + [1712] = 265, + [1713] = 261, + [1714] = 262, + [1715] = 271, + [1716] = 268, + [1717] = 259, + [1718] = 36, + [1719] = 252, + [1720] = 35, + [1721] = 6, + [1722] = 49, + [1723] = 26, + [1724] = 39, + [1725] = 252, + [1726] = 28, + [1727] = 27, + [1728] = 4, + [1729] = 5, + [1730] = 47, + [1731] = 52, + [1732] = 31, + [1733] = 43, + [1734] = 25, + [1735] = 16, + [1736] = 48, + [1737] = 44, + [1738] = 22, + [1739] = 51, + [1740] = 41, + [1741] = 1741, + [1742] = 2, + [1743] = 1741, + [1744] = 1744, + [1745] = 46, + [1746] = 35, + [1747] = 29, + [1748] = 1741, + [1749] = 38, + [1750] = 37, + [1751] = 45, + [1752] = 42, + [1753] = 33, + [1754] = 40, + [1755] = 21, + [1756] = 30, + [1757] = 32, + [1758] = 31, + [1759] = 317, + [1760] = 53, + [1761] = 1741, + [1762] = 36, + [1763] = 1744, + [1764] = 1741, + [1765] = 1744, + [1766] = 39, + [1767] = 28, + [1768] = 317, + [1769] = 1744, + [1770] = 50, + [1771] = 49, + [1772] = 34, + [1773] = 44, + [1774] = 14, + [1775] = 9, + [1776] = 43, + [1777] = 52, + [1778] = 48, + [1779] = 1744, + [1780] = 51, + [1781] = 47, + [1782] = 262, + [1783] = 271, + [1784] = 11, + [1785] = 3, + [1786] = 2, + [1787] = 22, + [1788] = 7, + [1789] = 17, + [1790] = 24, + [1791] = 342, + [1792] = 18, + [1793] = 19, + [1794] = 8, + [1795] = 13, + [1796] = 12, + [1797] = 342, + [1798] = 253, + [1799] = 259, + [1800] = 16, + [1801] = 268, + [1802] = 271, + [1803] = 20, + [1804] = 1545, + [1805] = 261, + [1806] = 268, + [1807] = 259, + [1808] = 272, + [1809] = 253, + [1810] = 15, + [1811] = 16, + [1812] = 252, [1813] = 1813, - [1814] = 1716, - [1815] = 1717, - [1816] = 1816, - [1817] = 1817, - [1818] = 243, - [1819] = 1819, - [1820] = 1820, - [1821] = 1821, - [1822] = 1822, - [1823] = 1823, - [1824] = 1824, - [1825] = 1825, - [1826] = 1826, - [1827] = 1827, - [1828] = 1828, - [1829] = 1829, - [1830] = 1830, - [1831] = 1831, - [1832] = 1832, - [1833] = 1833, - [1834] = 1834, - [1835] = 1835, - [1836] = 1681, - [1837] = 1837, - [1838] = 1838, - [1839] = 1839, - [1840] = 1840, - [1841] = 1841, - [1842] = 1719, - [1843] = 1843, - [1844] = 1844, - [1845] = 1845, - [1846] = 1846, - [1847] = 1720, - [1848] = 1721, - [1849] = 1722, - [1850] = 1850, - [1851] = 1851, - [1852] = 1723, - [1853] = 1724, - [1854] = 1854, + [1814] = 277, + [1815] = 13, + [1816] = 279, + [1817] = 280, + [1818] = 265, + [1819] = 67, + [1820] = 8, + [1821] = 19, + [1822] = 252, + [1823] = 7, + [1824] = 67, + [1825] = 272, + [1826] = 277, + [1827] = 279, + [1828] = 280, + [1829] = 265, + [1830] = 261, + [1831] = 262, + [1832] = 253, + [1833] = 27, + [1834] = 2, + [1835] = 317, + [1836] = 252, + [1837] = 261, + [1838] = 26, + [1839] = 272, + [1840] = 3, + [1841] = 277, + [1842] = 279, + [1843] = 280, + [1844] = 265, + [1845] = 262, + [1846] = 271, + [1847] = 2, + [1848] = 1848, + [1849] = 268, + [1850] = 259, + [1851] = 67, + [1852] = 1852, + [1853] = 317, + [1854] = 10, [1855] = 1855, - [1856] = 1856, - [1857] = 1857, - [1858] = 1858, - [1859] = 1859, + [1856] = 25, + [1857] = 23, + [1858] = 10, + [1859] = 342, [1860] = 1860, - [1861] = 1861, - [1862] = 1862, - [1863] = 1863, - [1864] = 1864, - [1865] = 1865, - [1866] = 1866, - [1867] = 1867, - [1868] = 1868, - [1869] = 1869, - [1870] = 1870, - [1871] = 1871, - [1872] = 1872, - [1873] = 1873, + [1861] = 48, + [1862] = 1545, + [1863] = 33, + [1864] = 2, + [1865] = 53, + [1866] = 32, + [1867] = 279, + [1868] = 47, + [1869] = 272, + [1870] = 277, + [1871] = 279, + [1872] = 280, + [1873] = 265, [1874] = 1874, - [1875] = 1875, - [1876] = 1876, - [1877] = 1877, - [1878] = 1878, - [1879] = 1879, - [1880] = 1880, - [1881] = 1727, - [1882] = 1882, - [1883] = 1883, - [1884] = 1884, - [1885] = 1885, - [1886] = 1728, - [1887] = 1887, - [1888] = 1729, - [1889] = 1889, + [1875] = 261, + [1876] = 262, + [1877] = 30, + [1878] = 35, + [1879] = 36, + [1880] = 37, + [1881] = 271, + [1882] = 268, + [1883] = 259, + [1884] = 253, + [1885] = 252, + [1886] = 277, + [1887] = 39, + [1888] = 28, + [1889] = 2, [1890] = 1890, - [1891] = 1656, - [1892] = 1892, - [1893] = 1893, - [1894] = 1894, - [1895] = 1895, - [1896] = 1657, - [1897] = 1897, - [1898] = 1898, - [1899] = 1899, - [1900] = 1900, - [1901] = 1901, - [1902] = 1902, - [1903] = 1903, - [1904] = 1904, - [1905] = 1905, - [1906] = 1906, - [1907] = 1907, - [1908] = 1908, - [1909] = 1909, - [1910] = 1910, - [1911] = 1911, - [1912] = 1912, - [1913] = 1913, - [1914] = 1731, - [1915] = 1915, - [1916] = 1732, - [1917] = 1917, - [1918] = 251, - [1919] = 254, - [1920] = 1689, - [1921] = 245, - [1922] = 247, - [1923] = 248, - [1924] = 1924, - [1925] = 1925, - [1926] = 1926, + [1891] = 3, + [1892] = 2, + [1893] = 3, + [1894] = 317, + [1895] = 272, + [1896] = 1896, + [1897] = 34, + [1898] = 40, + [1899] = 42, + [1900] = 45, + [1901] = 52, + [1902] = 31, + [1903] = 43, + [1904] = 38, + [1905] = 41, + [1906] = 46, + [1907] = 252, + [1908] = 49, + [1909] = 44, + [1910] = 50, + [1911] = 29, + [1912] = 51, + [1913] = 342, + [1914] = 253, + [1915] = 259, + [1916] = 268, + [1917] = 271, + [1918] = 262, + [1919] = 261, + [1920] = 265, + [1921] = 280, + [1922] = 317, + [1923] = 317, + [1924] = 3, + [1925] = 342, + [1926] = 3, [1927] = 1927, - [1928] = 1928, + [1928] = 3, [1929] = 1929, [1930] = 1930, - [1931] = 1931, + [1931] = 1929, [1932] = 1932, [1933] = 1933, - [1934] = 1934, - [1935] = 1935, - [1936] = 1936, - [1937] = 1937, - [1938] = 57, - [1939] = 1939, - [1940] = 1940, - [1941] = 12, - [1942] = 1942, - [1943] = 250, - [1944] = 244, - [1945] = 242, - [1946] = 1679, - [1947] = 241, - [1948] = 253, - [1949] = 252, + [1934] = 1933, + [1935] = 253, + [1936] = 259, + [1937] = 261, + [1938] = 265, + [1939] = 280, + [1940] = 279, + [1941] = 277, + [1942] = 272, + [1943] = 268, + [1944] = 271, + [1945] = 262, + [1946] = 252, + [1947] = 1947, + [1948] = 342, + [1949] = 1933, [1950] = 1950, [1951] = 1951, - [1952] = 1952, + [1952] = 1932, [1953] = 1953, [1954] = 1954, - [1955] = 1834, - [1956] = 19, - [1957] = 1957, - [1958] = 1958, + [1955] = 1933, + [1956] = 1956, + [1957] = 5, + [1958] = 4, [1959] = 1959, - [1960] = 1734, - [1961] = 1735, - [1962] = 1736, - [1963] = 1738, - [1964] = 1739, - [1965] = 1689, - [1966] = 1742, - [1967] = 1743, - [1968] = 1746, - [1969] = 1747, - [1970] = 1748, - [1971] = 1749, - [1972] = 1750, - [1973] = 1751, - [1974] = 1680, - [1975] = 1754, - [1976] = 1756, - [1977] = 1757, - [1978] = 1758, - [1979] = 1759, - [1980] = 1760, - [1981] = 1761, - [1982] = 1762, - [1983] = 1763, - [1984] = 1764, - [1985] = 1765, - [1986] = 1766, - [1987] = 1767, - [1988] = 1768, - [1989] = 1773, - [1990] = 1774, - [1991] = 1776, - [1992] = 1777, - [1993] = 1778, - [1994] = 1779, - [1995] = 1780, - [1996] = 1782, - [1997] = 1783, - [1998] = 1784, - [1999] = 1785, - [2000] = 1786, - [2001] = 1787, - [2002] = 1789, - [2003] = 1790, - [2004] = 1791, - [2005] = 1792, - [2006] = 1793, - [2007] = 1794, - [2008] = 1795, - [2009] = 1796, - [2010] = 1797, - [2011] = 1798, - [2012] = 1959, - [2013] = 1958, - [2014] = 1799, - [2015] = 1800, - [2016] = 1957, - [2017] = 1805, - [2018] = 1806, - [2019] = 1807, - [2020] = 1834, - [2021] = 1810, - [2022] = 1811, - [2023] = 1812, - [2024] = 1813, - [2025] = 1816, - [2026] = 1817, - [2027] = 1819, - [2028] = 1820, - [2029] = 1821, - [2030] = 1822, - [2031] = 11, - [2032] = 1823, - [2033] = 1824, - [2034] = 1825, - [2035] = 1826, - [2036] = 2036, - [2037] = 2037, - [2038] = 1954, - [2039] = 1953, - [2040] = 1952, - [2041] = 1827, - [2042] = 1828, - [2043] = 1829, - [2044] = 1830, - [2045] = 1951, - [2046] = 1950, - [2047] = 1831, - [2048] = 1832, - [2049] = 1833, - [2050] = 1835, - [2051] = 1837, - [2052] = 1838, - [2053] = 1834, - [2054] = 1839, - [2055] = 1840, - [2056] = 1841, - [2057] = 17, - [2058] = 26, - [2059] = 1843, - [2060] = 1844, - [2061] = 1845, - [2062] = 1846, - [2063] = 1850, - [2064] = 1851, - [2065] = 18, - [2066] = 1854, - [2067] = 1855, - [2068] = 1856, - [2069] = 1857, - [2070] = 1890, - [2071] = 1889, - [2072] = 1858, - [2073] = 1859, - [2074] = 1860, - [2075] = 1861, - [2076] = 1862, - [2077] = 1680, - [2078] = 1940, - [2079] = 1939, - [2080] = 1863, - [2081] = 1937, - [2082] = 1936, - [2083] = 1935, - [2084] = 1934, - [2085] = 1864, - [2086] = 1689, - [2087] = 1865, - [2088] = 1932, - [2089] = 1931, - [2090] = 1930, - [2091] = 1929, - [2092] = 1928, - [2093] = 1927, - [2094] = 1926, - [2095] = 1866, - [2096] = 1867, - [2097] = 1868, - [2098] = 1925, - [2099] = 1924, - [2100] = 1869, - [2101] = 1870, - [2102] = 1871, - [2103] = 1872, - [2104] = 1873, - [2105] = 1874, - [2106] = 1689, - [2107] = 1875, - [2108] = 1876, - [2109] = 1895, - [2110] = 1878, - [2111] = 1917, - [2112] = 1885, - [2113] = 1884, - [2114] = 1915, + [1960] = 1960, + [1961] = 1961, + [1962] = 6, + [1963] = 1929, + [1964] = 1932, + [1965] = 1956, + [1966] = 1954, + [1967] = 342, + [1968] = 1968, + [1969] = 1932, + [1970] = 1970, + [1971] = 1950, + [1972] = 1929, + [1973] = 1973, + [1974] = 252, + [1975] = 272, + [1976] = 1976, + [1977] = 4, + [1978] = 5, + [1979] = 6, + [1980] = 1980, + [1981] = 1981, + [1982] = 1980, + [1983] = 1980, + [1984] = 252, + [1985] = 253, + [1986] = 259, + [1987] = 268, + [1988] = 271, + [1989] = 262, + [1990] = 1960, + [1991] = 261, + [1992] = 265, + [1993] = 280, + [1994] = 272, + [1995] = 277, + [1996] = 279, + [1997] = 280, + [1998] = 265, + [1999] = 262, + [2000] = 271, + [2001] = 268, + [2002] = 259, + [2003] = 253, + [2004] = 252, + [2005] = 279, + [2006] = 277, + [2007] = 272, + [2008] = 1980, + [2009] = 2009, + [2010] = 2010, + [2011] = 21, + [2012] = 259, + [2013] = 252, + [2014] = 253, + [2015] = 262, + [2016] = 253, + [2017] = 9, + [2018] = 2009, + [2019] = 261, + [2020] = 265, + [2021] = 280, + [2022] = 279, + [2023] = 277, + [2024] = 272, + [2025] = 259, + [2026] = 268, + [2027] = 271, + [2028] = 262, + [2029] = 261, + [2030] = 265, + [2031] = 280, + [2032] = 261, + [2033] = 1980, + [2034] = 279, + [2035] = 271, + [2036] = 277, + [2037] = 268, + [2038] = 14, + [2039] = 12, + [2040] = 2040, + [2041] = 2041, + [2042] = 4, + [2043] = 2043, + [2044] = 2044, + [2045] = 6, + [2046] = 2046, + [2047] = 2047, + [2048] = 2048, + [2049] = 2049, + [2050] = 2050, + [2051] = 2051, + [2052] = 2052, + [2053] = 2053, + [2054] = 317, + [2055] = 317, + [2056] = 19, + [2057] = 2043, + [2058] = 2046, + [2059] = 2047, + [2060] = 2060, + [2061] = 2061, + [2062] = 2044, + [2063] = 2063, + [2064] = 2064, + [2065] = 2043, + [2066] = 2043, + [2067] = 2067, + [2068] = 2068, + [2069] = 2044, + [2070] = 2070, + [2071] = 2043, + [2072] = 2072, + [2073] = 2073, + [2074] = 2074, + [2075] = 2070, + [2076] = 2076, + [2077] = 2046, + [2078] = 16, + [2079] = 22, + [2080] = 2080, + [2081] = 2081, + [2082] = 2082, + [2083] = 2083, + [2084] = 2084, + [2085] = 2085, + [2086] = 2086, + [2087] = 2087, + [2088] = 2088, + [2089] = 2089, + [2090] = 2090, + [2091] = 2091, + [2092] = 2092, + [2093] = 2093, + [2094] = 2094, + [2095] = 2095, + [2096] = 2096, + [2097] = 2097, + [2098] = 2098, + [2099] = 2099, + [2100] = 2100, + [2101] = 2101, + [2102] = 2102, + [2103] = 2103, + [2104] = 2104, + [2105] = 2105, + [2106] = 2106, + [2107] = 2107, + [2108] = 2108, + [2109] = 2109, + [2110] = 2110, + [2111] = 2111, + [2112] = 2112, + [2113] = 2113, + [2114] = 2114, [2115] = 2115, - [2116] = 1913, - [2117] = 1912, + [2116] = 2116, + [2117] = 2117, [2118] = 13, - [2119] = 1911, - [2120] = 1883, - [2121] = 1882, - [2122] = 1910, - [2123] = 1877, - [2124] = 1909, - [2125] = 1894, - [2126] = 1893, - [2127] = 1908, - [2128] = 1834, - [2129] = 1907, - [2130] = 1892, - [2131] = 1880, - [2132] = 1906, - [2133] = 1879, - [2134] = 1905, - [2135] = 1904, - [2136] = 1887, - [2137] = 1903, - [2138] = 1902, - [2139] = 1901, - [2140] = 1900, - [2141] = 1899, - [2142] = 1898, - [2143] = 1897, - [2144] = 1957, - [2145] = 248, - [2146] = 1761, - [2147] = 1937, - [2148] = 1762, - [2149] = 1954, - [2150] = 1865, - [2151] = 1763, - [2152] = 1764, - [2153] = 1765, - [2154] = 1766, - [2155] = 1734, - [2156] = 1869, - [2157] = 1868, - [2158] = 1867, - [2159] = 1866, - [2160] = 1864, - [2161] = 1840, - [2162] = 1870, - [2163] = 1871, - [2164] = 1863, - [2165] = 2165, - [2166] = 8, - [2167] = 16, - [2168] = 1951, - [2169] = 1862, - [2170] = 5, - [2171] = 1872, - [2172] = 6, - [2173] = 1824, - [2174] = 1823, - [2175] = 1940, - [2176] = 1760, - [2177] = 243, - [2178] = 252, - [2179] = 253, - [2180] = 1911, - [2181] = 1861, - [2182] = 241, - [2183] = 242, - [2184] = 244, - [2185] = 1952, - [2186] = 250, - [2187] = 251, - [2188] = 254, - [2189] = 245, - [2190] = 1839, - [2191] = 247, - [2192] = 248, - [2193] = 1910, - [2194] = 1822, - [2195] = 1860, - [2196] = 1928, - [2197] = 4, - [2198] = 1859, - [2199] = 1821, - [2200] = 248, - [2201] = 247, - [2202] = 245, - [2203] = 250, - [2204] = 244, - [2205] = 242, - [2206] = 241, - [2207] = 253, - [2208] = 252, - [2209] = 254, - [2210] = 251, - [2211] = 1927, - [2212] = 1878, - [2213] = 1873, - [2214] = 1926, - [2215] = 10, - [2216] = 1858, - [2217] = 1874, - [2218] = 243, - [2219] = 1925, - [2220] = 1857, - [2221] = 1691, - [2222] = 1735, - [2223] = 1820, - [2224] = 1819, - [2225] = 1959, - [2226] = 1895, - [2227] = 1909, - [2228] = 1958, - [2229] = 2229, - [2230] = 1657, - [2231] = 1757, - [2232] = 1826, - [2233] = 1856, - [2234] = 1875, - [2235] = 1957, - [2236] = 1827, - [2237] = 1759, - [2238] = 1758, - [2239] = 1736, - [2240] = 1817, - [2241] = 1924, - [2242] = 252, - [2243] = 253, - [2244] = 241, - [2245] = 1897, - [2246] = 1757, - [2247] = 242, - [2248] = 1767, - [2249] = 1756, - [2250] = 14, - [2251] = 244, - [2252] = 250, - [2253] = 1959, - [2254] = 1958, - [2255] = 2229, - [2256] = 25, - [2257] = 1816, - [2258] = 1828, - [2259] = 248, - [2260] = 1717, - [2261] = 1855, - [2262] = 247, - [2263] = 245, - [2264] = 1699, - [2265] = 254, - [2266] = 1734, - [2267] = 1735, - [2268] = 1736, - [2269] = 1691, - [2270] = 1738, - [2271] = 1739, - [2272] = 1692, - [2273] = 1693, - [2274] = 1742, - [2275] = 1743, - [2276] = 1695, - [2277] = 1696, - [2278] = 1746, - [2279] = 1747, - [2280] = 1748, - [2281] = 251, - [2282] = 1936, - [2283] = 1749, - [2284] = 1750, - [2285] = 1754, - [2286] = 1698, - [2287] = 1751, - [2288] = 1876, - [2289] = 1697, - [2290] = 1698, - [2291] = 1716, - [2292] = 243, - [2293] = 1877, - [2294] = 1813, - [2295] = 1754, - [2296] = 1699, - [2297] = 1756, - [2298] = 1816, - [2299] = 1758, - [2300] = 1759, - [2301] = 1760, - [2302] = 1761, - [2303] = 1762, - [2304] = 1763, - [2305] = 1764, - [2306] = 1765, - [2307] = 1766, - [2308] = 1812, - [2309] = 1767, - [2310] = 243, - [2311] = 1768, - [2312] = 1701, - [2313] = 1811, - [2314] = 1768, - [2315] = 1702, - [2316] = 1703, - [2317] = 1704, - [2318] = 1773, - [2319] = 1774, - [2320] = 1894, - [2321] = 251, - [2322] = 1705, - [2323] = 1776, - [2324] = 11, - [2325] = 1777, - [2326] = 1778, - [2327] = 1779, - [2328] = 8, - [2329] = 1780, - [2330] = 1706, - [2331] = 1697, - [2332] = 1782, - [2333] = 1783, - [2334] = 1701, - [2335] = 16, - [2336] = 1784, - [2337] = 1953, - [2338] = 254, - [2339] = 245, - [2340] = 1893, - [2341] = 1702, - [2342] = 1810, - [2343] = 5, - [2344] = 247, - [2345] = 2345, - [2346] = 6, - [2347] = 1904, - [2348] = 1905, - [2349] = 1954, - [2350] = 244, - [2351] = 17, - [2352] = 14, - [2353] = 26, - [2354] = 242, - [2355] = 1785, - [2356] = 1786, - [2357] = 1953, - [2358] = 1787, - [2359] = 1789, - [2360] = 1790, - [2361] = 1952, - [2362] = 1703, - [2363] = 1704, - [2364] = 241, - [2365] = 1791, - [2366] = 1792, + [2119] = 2119, + [2120] = 2120, + [2121] = 2121, + [2122] = 2122, + [2123] = 2123, + [2124] = 2124, + [2125] = 2125, + [2126] = 2126, + [2127] = 2127, + [2128] = 21, + [2129] = 2129, + [2130] = 2130, + [2131] = 11, + [2132] = 2124, + [2133] = 2133, + [2134] = 2134, + [2135] = 2135, + [2136] = 2136, + [2137] = 2137, + [2138] = 2138, + [2139] = 2139, + [2140] = 2140, + [2141] = 2141, + [2142] = 2142, + [2143] = 2143, + [2144] = 2144, + [2145] = 2145, + [2146] = 2146, + [2147] = 2147, + [2148] = 2148, + [2149] = 2149, + [2150] = 2150, + [2151] = 2151, + [2152] = 2152, + [2153] = 2047, + [2154] = 2154, + [2155] = 2155, + [2156] = 16, + [2157] = 17, + [2158] = 24, + [2159] = 2159, + [2160] = 2160, + [2161] = 2161, + [2162] = 2162, + [2163] = 2163, + [2164] = 2164, + [2165] = 18, + [2166] = 2166, + [2167] = 2167, + [2168] = 2168, + [2169] = 2169, + [2170] = 2170, + [2171] = 2171, + [2172] = 2172, + [2173] = 2173, + [2174] = 2174, + [2175] = 2175, + [2176] = 2176, + [2177] = 2169, + [2178] = 2178, + [2179] = 2179, + [2180] = 2180, + [2181] = 2181, + [2182] = 2182, + [2183] = 2183, + [2184] = 2184, + [2185] = 2185, + [2186] = 2186, + [2187] = 2187, + [2188] = 2188, + [2189] = 2189, + [2190] = 2190, + [2191] = 2191, + [2192] = 2192, + [2193] = 2193, + [2194] = 2194, + [2195] = 2176, + [2196] = 2196, + [2197] = 2197, + [2198] = 2172, + [2199] = 2041, + [2200] = 2171, + [2201] = 2170, + [2202] = 2202, + [2203] = 2203, + [2204] = 13, + [2205] = 252, + [2206] = 2206, + [2207] = 2207, + [2208] = 2208, + [2209] = 2209, + [2210] = 2210, + [2211] = 2211, + [2212] = 2212, + [2213] = 2213, + [2214] = 2214, + [2215] = 2215, + [2216] = 2168, + [2217] = 2044, + [2218] = 2218, + [2219] = 6, + [2220] = 2047, + [2221] = 2221, + [2222] = 2222, + [2223] = 2223, + [2224] = 2224, + [2225] = 2225, + [2226] = 2226, + [2227] = 2227, + [2228] = 2228, + [2229] = 19, + [2230] = 2140, + [2231] = 2231, + [2232] = 2127, + [2233] = 2233, + [2234] = 2234, + [2235] = 2092, + [2236] = 2236, + [2237] = 2040, + [2238] = 2123, + [2239] = 2122, + [2240] = 2240, + [2241] = 2121, + [2242] = 2242, + [2243] = 2243, + [2244] = 2244, + [2245] = 2245, + [2246] = 2246, + [2247] = 2247, + [2248] = 2248, + [2249] = 2249, + [2250] = 2250, + [2251] = 2251, + [2252] = 2252, + [2253] = 2253, + [2254] = 4, + [2255] = 5, + [2256] = 2256, + [2257] = 2257, + [2258] = 268, + [2259] = 2259, + [2260] = 2046, + [2261] = 2261, + [2262] = 2262, + [2263] = 2263, + [2264] = 2264, + [2265] = 2265, + [2266] = 2266, + [2267] = 2267, + [2268] = 2268, + [2269] = 2269, + [2270] = 2270, + [2271] = 2271, + [2272] = 2272, + [2273] = 2048, + [2274] = 2274, + [2275] = 2275, + [2276] = 2276, + [2277] = 2277, + [2278] = 2278, + [2279] = 2279, + [2280] = 2280, + [2281] = 2281, + [2282] = 2282, + [2283] = 2283, + [2284] = 2049, + [2285] = 2050, + [2286] = 2051, + [2287] = 2103, + [2288] = 2288, + [2289] = 2289, + [2290] = 2290, + [2291] = 2291, + [2292] = 2194, + [2293] = 5, + [2294] = 2294, + [2295] = 2295, + [2296] = 2296, + [2297] = 2297, + [2298] = 2298, + [2299] = 2299, + [2300] = 2300, + [2301] = 2052, + [2302] = 2053, + [2303] = 2303, + [2304] = 2304, + [2305] = 2305, + [2306] = 2306, + [2307] = 2307, + [2308] = 2308, + [2309] = 2309, + [2310] = 2310, + [2311] = 2311, + [2312] = 2312, + [2313] = 2313, + [2314] = 2101, + [2315] = 2312, + [2316] = 2311, + [2317] = 2313, + [2318] = 2308, + [2319] = 2310, + [2320] = 2309, + [2321] = 2150, + [2322] = 2322, + [2323] = 2307, + [2324] = 2306, + [2325] = 2305, + [2326] = 2283, + [2327] = 2279, + [2328] = 2277, + [2329] = 2276, + [2330] = 2044, + [2331] = 2268, + [2332] = 2332, + [2333] = 2333, + [2334] = 2100, + [2335] = 2304, + [2336] = 2266, + [2337] = 2261, + [2338] = 2303, + [2339] = 252, + [2340] = 7, + [2341] = 2300, + [2342] = 2259, + [2343] = 2257, + [2344] = 2256, + [2345] = 2299, + [2346] = 2247, + [2347] = 2246, + [2348] = 2244, + [2349] = 2243, + [2350] = 2242, + [2351] = 2240, + [2352] = 2298, + [2353] = 2297, + [2354] = 2296, + [2355] = 2295, + [2356] = 2227, + [2357] = 2225, + [2358] = 2224, + [2359] = 2047, + [2360] = 2213, + [2361] = 2211, + [2362] = 2210, + [2363] = 2208, + [2364] = 2207, + [2365] = 2206, + [2366] = 2060, [2367] = 253, - [2368] = 1714, - [2369] = 1935, - [2370] = 1912, - [2371] = 24, - [2372] = 252, - [2373] = 2373, - [2374] = 1773, - [2375] = 1807, - [2376] = 18, - [2377] = 4, - [2378] = 1806, - [2379] = 1793, - [2380] = 1794, - [2381] = 1795, - [2382] = 1796, - [2383] = 1797, - [2384] = 1951, - [2385] = 1950, - [2386] = 1805, - [2387] = 1774, - [2388] = 1713, - [2389] = 1829, - [2390] = 1841, - [2391] = 13, - [2392] = 1712, - [2393] = 1711, - [2394] = 1738, - [2395] = 1710, - [2396] = 2373, - [2397] = 1739, - [2398] = 1798, - [2399] = 1799, - [2400] = 1800, - [2401] = 1710, - [2402] = 1711, - [2403] = 1712, - [2404] = 1705, - [2405] = 1713, - [2406] = 1913, - [2407] = 1805, - [2408] = 1806, - [2409] = 1807, - [2410] = 1714, - [2411] = 1715, - [2412] = 1810, - [2413] = 1811, - [2414] = 1830, - [2415] = 1692, - [2416] = 1831, - [2417] = 1812, - [2418] = 1813, - [2419] = 1929, - [2420] = 1832, - [2421] = 1776, - [2422] = 5, - [2423] = 19, - [2424] = 1716, - [2425] = 1717, - [2426] = 1821, - [2427] = 1817, - [2428] = 6, - [2429] = 1838, - [2430] = 22, - [2431] = 1854, - [2432] = 1819, - [2433] = 1820, - [2434] = 1893, - [2435] = 1822, - [2436] = 1800, - [2437] = 1823, - [2438] = 1930, - [2439] = 1777, - [2440] = 1824, - [2441] = 15, - [2442] = 1799, - [2443] = 1917, - [2444] = 21, - [2445] = 1825, - [2446] = 20, - [2447] = 1826, - [2448] = 1934, - [2449] = 1827, - [2450] = 1828, - [2451] = 1829, - [2452] = 1778, - [2453] = 1830, - [2454] = 1831, - [2455] = 1832, - [2456] = 1833, - [2457] = 2457, - [2458] = 1835, - [2459] = 1798, - [2460] = 1837, - [2461] = 1838, - [2462] = 4, - [2463] = 12, - [2464] = 297, - [2465] = 1779, - [2466] = 243, - [2467] = 251, - [2468] = 254, - [2469] = 1715, - [2470] = 247, - [2471] = 1693, - [2472] = 1906, - [2473] = 248, - [2474] = 1839, - [2475] = 1840, - [2476] = 250, - [2477] = 1879, - [2478] = 244, - [2479] = 1841, - [2480] = 1719, - [2481] = 1843, - [2482] = 1844, - [2483] = 1845, - [2484] = 1846, - [2485] = 1720, - [2486] = 1780, - [2487] = 1721, - [2488] = 1722, - [2489] = 1850, - [2490] = 1851, - [2491] = 1724, - [2492] = 1706, - [2493] = 1723, - [2494] = 1724, - [2495] = 1854, - [2496] = 1855, - [2497] = 1837, - [2498] = 242, - [2499] = 241, - [2500] = 253, - [2501] = 1856, - [2502] = 1857, - [2503] = 1858, - [2504] = 1859, - [2505] = 15, - [2506] = 1898, - [2507] = 1860, - [2508] = 1861, - [2509] = 1862, - [2510] = 1719, - [2511] = 252, - [2512] = 1797, - [2513] = 1931, - [2514] = 1863, - [2515] = 1864, - [2516] = 1865, - [2517] = 1866, - [2518] = 1867, - [2519] = 1868, - [2520] = 1869, - [2521] = 1870, - [2522] = 1871, - [2523] = 1899, - [2524] = 1900, - [2525] = 1872, - [2526] = 1901, - [2527] = 1939, - [2528] = 1873, - [2529] = 1874, - [2530] = 1875, - [2531] = 245, - [2532] = 1751, - [2533] = 1750, - [2534] = 1876, - [2535] = 1877, - [2536] = 1878, - [2537] = 1879, - [2538] = 1749, - [2539] = 274, - [2540] = 1880, - [2541] = 1727, - [2542] = 1882, - [2543] = 1883, - [2544] = 27, - [2545] = 1884, - [2546] = 1885, - [2547] = 1728, - [2548] = 1887, - [2549] = 1729, - [2550] = 1656, - [2551] = 1892, - [2552] = 1880, - [2553] = 1796, - [2554] = 1795, - [2555] = 1727, - [2556] = 1894, - [2557] = 2165, - [2558] = 1732, - [2559] = 1748, - [2560] = 1723, - [2561] = 1950, - [2562] = 297, - [2563] = 1794, - [2564] = 1793, - [2565] = 1895, - [2566] = 1657, - [2567] = 1897, - [2568] = 1898, - [2569] = 1899, - [2570] = 1900, - [2571] = 1901, - [2572] = 1902, - [2573] = 1903, - [2574] = 1792, - [2575] = 1904, - [2576] = 1905, - [2577] = 1908, - [2578] = 1906, - [2579] = 1882, - [2580] = 1791, - [2581] = 1907, - [2582] = 1747, - [2583] = 1908, - [2584] = 1656, - [2585] = 1909, - [2586] = 1833, - [2587] = 1910, - [2588] = 1746, - [2589] = 1696, - [2590] = 1883, - [2591] = 1911, - [2592] = 1790, - [2593] = 1912, - [2594] = 1913, - [2595] = 1731, - [2596] = 1915, - [2597] = 1732, - [2598] = 1695, - [2599] = 1917, - [2600] = 1907, - [2601] = 1743, - [2602] = 1884, - [2603] = 1789, - [2604] = 1787, - [2605] = 1786, - [2606] = 297, - [2607] = 1785, - [2608] = 1742, - [2609] = 1784, - [2610] = 1783, - [2611] = 1924, - [2612] = 1925, - [2613] = 1885, - [2614] = 1782, - [2615] = 57, - [2616] = 1926, - [2617] = 1927, - [2618] = 1928, - [2619] = 1929, - [2620] = 1930, - [2621] = 1931, - [2622] = 1932, - [2623] = 1851, - [2624] = 1902, - [2625] = 1903, - [2626] = 1934, - [2627] = 1935, - [2628] = 1936, - [2629] = 1937, - [2630] = 1850, - [2631] = 297, - [2632] = 297, - [2633] = 1939, - [2634] = 1940, - [2635] = 1932, - [2636] = 1915, - [2637] = 1728, - [2638] = 1835, - [2639] = 21, - [2640] = 20, - [2641] = 1825, - [2642] = 1887, - [2643] = 9, - [2644] = 250, - [2645] = 1843, - [2646] = 7, - [2647] = 23, - [2648] = 1722, - [2649] = 1729, - [2650] = 1721, - [2651] = 1844, - [2652] = 1720, - [2653] = 1846, - [2654] = 1731, - [2655] = 1845, - [2656] = 1892, - [2657] = 2657, - [2658] = 2658, - [2659] = 7, - [2660] = 33, - [2661] = 2661, - [2662] = 2662, - [2663] = 30, - [2664] = 31, - [2665] = 32, - [2666] = 9, - [2667] = 14, - [2668] = 27, - [2669] = 274, - [2670] = 19, - [2671] = 16, - [2672] = 2658, - [2673] = 8, - [2674] = 20, - [2675] = 2675, - [2676] = 50, - [2677] = 46, - [2678] = 2658, - [2679] = 2675, - [2680] = 2658, - [2681] = 2681, - [2682] = 274, - [2683] = 12, - [2684] = 34, - [2685] = 57, - [2686] = 21, - [2687] = 10, - [2688] = 35, - [2689] = 36, - [2690] = 47, - [2691] = 12, - [2692] = 48, - [2693] = 51, - [2694] = 15, - [2695] = 19, - [2696] = 52, - [2697] = 274, - [2698] = 28, - [2699] = 14, - [2700] = 274, - [2701] = 2658, - [2702] = 53, - [2703] = 13, - [2704] = 2661, - [2705] = 14, - [2706] = 18, - [2707] = 29, - [2708] = 2708, - [2709] = 26, - [2710] = 17, - [2711] = 49, - [2712] = 15, - [2713] = 45, - [2714] = 38, - [2715] = 39, - [2716] = 21, - [2717] = 40, - [2718] = 11, - [2719] = 2658, - [2720] = 2661, - [2721] = 42, - [2722] = 2722, - [2723] = 37, - [2724] = 2658, - [2725] = 41, - [2726] = 2675, - [2727] = 2675, - [2728] = 20, - [2729] = 27, - [2730] = 2730, - [2731] = 2658, - [2732] = 16, - [2733] = 8, - [2734] = 1601, - [2735] = 1546, - [2736] = 11, - [2737] = 2661, - [2738] = 297, - [2739] = 274, - [2740] = 17, - [2741] = 26, - [2742] = 15, - [2743] = 18, - [2744] = 2675, - [2745] = 2658, - [2746] = 2658, - [2747] = 9, - [2748] = 252, - [2749] = 16, - [2750] = 8, - [2751] = 24, - [2752] = 2658, - [2753] = 1601, - [2754] = 2658, - [2755] = 43, - [2756] = 21, - [2757] = 253, - [2758] = 2658, - [2759] = 241, - [2760] = 242, - [2761] = 7, - [2762] = 44, - [2763] = 13, - [2764] = 23, - [2765] = 244, - [2766] = 250, - [2767] = 2767, - [2768] = 2768, - [2769] = 22, - [2770] = 248, - [2771] = 247, - [2772] = 245, - [2773] = 2773, - [2774] = 2661, - [2775] = 254, - [2776] = 20, - [2777] = 251, - [2778] = 243, - [2779] = 2779, - [2780] = 25, - [2781] = 2658, - [2782] = 252, - [2783] = 250, - [2784] = 15, - [2785] = 9, - [2786] = 21, - [2787] = 45, - [2788] = 23, - [2789] = 297, - [2790] = 251, - [2791] = 20, - [2792] = 24, - [2793] = 27, - [2794] = 12, - [2795] = 10, - [2796] = 243, - [2797] = 19, - [2798] = 21, - [2799] = 11, - [2800] = 15, - [2801] = 1546, - [2802] = 21, - [2803] = 20, - [2804] = 17, - [2805] = 26, - [2806] = 15, - [2807] = 13, - [2808] = 18, - [2809] = 44, - [2810] = 22, - [2811] = 252, - [2812] = 2812, - [2813] = 243, - [2814] = 251, - [2815] = 20, - [2816] = 21, - [2817] = 297, - [2818] = 15, - [2819] = 297, - [2820] = 297, - [2821] = 7, - [2822] = 254, - [2823] = 18, - [2824] = 274, - [2825] = 7, - [2826] = 245, - [2827] = 26, - [2828] = 17, - [2829] = 247, - [2830] = 248, - [2831] = 57, - [2832] = 244, - [2833] = 49, - [2834] = 242, - [2835] = 24, - [2836] = 241, - [2837] = 46, - [2838] = 2838, - [2839] = 13, - [2840] = 9, - [2841] = 15, - [2842] = 11, - [2843] = 25, - [2844] = 243, - [2845] = 253, - [2846] = 10, - [2847] = 21, - [2848] = 11, - [2849] = 251, - [2850] = 20, - [2851] = 20, - [2852] = 245, - [2853] = 254, - [2854] = 254, - [2855] = 245, - [2856] = 247, - [2857] = 248, - [2858] = 19, - [2859] = 242, - [2860] = 241, - [2861] = 17, - [2862] = 27, - [2863] = 247, - [2864] = 9, - [2865] = 253, - [2866] = 252, - [2867] = 26, - [2868] = 274, - [2869] = 41, - [2870] = 40, - [2871] = 39, - [2872] = 38, - [2873] = 252, - [2874] = 36, - [2875] = 35, - [2876] = 34, - [2877] = 32, - [2878] = 31, - [2879] = 274, - [2880] = 253, - [2881] = 241, - [2882] = 30, - [2883] = 33, - [2884] = 22, - [2885] = 248, - [2886] = 18, - [2887] = 250, - [2888] = 12, - [2889] = 243, - [2890] = 43, - [2891] = 242, - [2892] = 244, - [2893] = 250, - [2894] = 2812, - [2895] = 50, - [2896] = 250, - [2897] = 12, - [2898] = 248, - [2899] = 57, - [2900] = 47, - [2901] = 48, - [2902] = 247, - [2903] = 244, - [2904] = 245, - [2905] = 254, - [2906] = 57, - [2907] = 242, - [2908] = 241, - [2909] = 2909, - [2910] = 13, - [2911] = 23, - [2912] = 251, - [2913] = 28, - [2914] = 51, - [2915] = 52, - [2916] = 37, - [2917] = 42, - [2918] = 2812, - [2919] = 1546, - [2920] = 53, - [2921] = 29, - [2922] = 2812, - [2923] = 27, - [2924] = 2812, - [2925] = 274, - [2926] = 244, - [2927] = 253, - [2928] = 25, - [2929] = 7, - [2930] = 19, - [2931] = 2931, - [2932] = 2932, - [2933] = 2933, - [2934] = 2933, - [2935] = 2931, - [2936] = 2936, - [2937] = 252, - [2938] = 2938, - [2939] = 28, - [2940] = 42, - [2941] = 2941, - [2942] = 37, - [2943] = 2931, - [2944] = 2931, - [2945] = 2932, + [2368] = 259, + [2369] = 268, + [2370] = 2203, + [2371] = 2202, + [2372] = 271, + [2373] = 2294, + [2374] = 2193, + [2375] = 2189, + [2376] = 2188, + [2377] = 2180, + [2378] = 252, + [2379] = 262, + [2380] = 2175, + [2381] = 2174, + [2382] = 2173, + [2383] = 2098, + [2384] = 2076, + [2385] = 2290, + [2386] = 2289, + [2387] = 2167, + [2388] = 2166, + [2389] = 2164, + [2390] = 2288, + [2391] = 2163, + [2392] = 2162, + [2393] = 2161, + [2394] = 2160, + [2395] = 2159, + [2396] = 2155, + [2397] = 2154, + [2398] = 2152, + [2399] = 2151, + [2400] = 2149, + [2401] = 2147, + [2402] = 2146, + [2403] = 2143, + [2404] = 2142, + [2405] = 2141, + [2406] = 2282, + [2407] = 2281, + [2408] = 2135, + [2409] = 2134, + [2410] = 2133, + [2411] = 2130, + [2412] = 2129, + [2413] = 2280, + [2414] = 2126, + [2415] = 2125, + [2416] = 2278, + [2417] = 2274, + [2418] = 2061, + [2419] = 261, + [2420] = 2120, + [2421] = 2119, + [2422] = 2117, + [2423] = 2115, + [2424] = 2114, + [2425] = 2111, + [2426] = 2110, + [2427] = 2109, + [2428] = 2108, + [2429] = 2107, + [2430] = 2106, + [2431] = 2105, + [2432] = 2104, + [2433] = 265, + [2434] = 2102, + [2435] = 280, + [2436] = 279, + [2437] = 2099, + [2438] = 277, + [2439] = 272, + [2440] = 2291, + [2441] = 2097, + [2442] = 2096, + [2443] = 2095, + [2444] = 2094, + [2445] = 2093, + [2446] = 2272, + [2447] = 2271, + [2448] = 2090, + [2449] = 2089, + [2450] = 2088, + [2451] = 2270, + [2452] = 2269, + [2453] = 2085, + [2454] = 2084, + [2455] = 2063, + [2456] = 2082, + [2457] = 2081, + [2458] = 2080, + [2459] = 2112, + [2460] = 2113, + [2461] = 2267, + [2462] = 2064, + [2463] = 2116, + [2464] = 2265, + [2465] = 2264, + [2466] = 317, + [2467] = 2263, + [2468] = 2262, + [2469] = 253, + [2470] = 259, + [2471] = 268, + [2472] = 271, + [2473] = 262, + [2474] = 2253, + [2475] = 2252, + [2476] = 2251, + [2477] = 2250, + [2478] = 2249, + [2479] = 2248, + [2480] = 2245, + [2481] = 2091, + [2482] = 15, + [2483] = 2087, + [2484] = 2086, + [2485] = 2138, + [2486] = 2139, + [2487] = 14, + [2488] = 2083, + [2489] = 9, + [2490] = 2322, + [2491] = 2144, + [2492] = 2145, + [2493] = 2046, + [2494] = 2236, + [2495] = 2148, + [2496] = 2234, + [2497] = 2233, + [2498] = 2231, + [2499] = 2228, + [2500] = 2500, + [2501] = 2226, + [2502] = 2223, + [2503] = 2222, + [2504] = 2221, + [2505] = 2218, + [2506] = 272, + [2507] = 277, + [2508] = 279, + [2509] = 280, + [2510] = 265, + [2511] = 261, + [2512] = 2215, + [2513] = 272, + [2514] = 2214, + [2515] = 277, + [2516] = 279, + [2517] = 2073, + [2518] = 2212, + [2519] = 2074, + [2520] = 2209, + [2521] = 253, + [2522] = 259, + [2523] = 20, + [2524] = 2178, + [2525] = 2179, + [2526] = 67, + [2527] = 2181, + [2528] = 2182, + [2529] = 2183, + [2530] = 2184, + [2531] = 2185, + [2532] = 2186, + [2533] = 2187, + [2534] = 1976, + [2535] = 2190, + [2536] = 2191, + [2537] = 2192, + [2538] = 280, + [2539] = 265, + [2540] = 2196, + [2541] = 2197, + [2542] = 261, + [2543] = 8, + [2544] = 262, + [2545] = 271, + [2546] = 2117, + [2547] = 2041, + [2548] = 2222, + [2549] = 2223, + [2550] = 2115, + [2551] = 2218, + [2552] = 2221, + [2553] = 2263, + [2554] = 23, + [2555] = 2264, + [2556] = 2265, + [2557] = 2064, + [2558] = 2267, + [2559] = 2063, + [2560] = 2114, + [2561] = 2187, + [2562] = 2562, + [2563] = 2253, + [2564] = 2194, + [2565] = 2193, + [2566] = 2189, + [2567] = 2111, + [2568] = 2110, + [2569] = 2225, + [2570] = 2269, + [2571] = 2270, + [2572] = 2109, + [2573] = 2188, + [2574] = 27, + [2575] = 2112, + [2576] = 2226, + [2577] = 2271, + [2578] = 2272, + [2579] = 2228, + [2580] = 2108, + [2581] = 2581, + [2582] = 2231, + [2583] = 2180, + [2584] = 2061, + [2585] = 21, + [2586] = 22, + [2587] = 2119, + [2588] = 2169, + [2589] = 2176, + [2590] = 2175, + [2591] = 2274, + [2592] = 2275, + [2593] = 2252, + [2594] = 2278, + [2595] = 2174, + [2596] = 10, + [2597] = 2280, + [2598] = 2281, + [2599] = 2173, + [2600] = 2120, + [2601] = 2121, + [2602] = 2262, + [2603] = 21, + [2604] = 2122, + [2605] = 2123, + [2606] = 2124, + [2607] = 2172, + [2608] = 2171, + [2609] = 2125, + [2610] = 2202, + [2611] = 2251, + [2612] = 2126, + [2613] = 2170, + [2614] = 2127, + [2615] = 2215, + [2616] = 2250, + [2617] = 20, + [2618] = 2214, + [2619] = 2073, + [2620] = 6, + [2621] = 2116, + [2622] = 2129, + [2623] = 2212, + [2624] = 253, + [2625] = 2074, + [2626] = 2626, + [2627] = 2130, + [2628] = 2168, + [2629] = 2167, + [2630] = 2209, + [2631] = 2203, + [2632] = 2133, + [2633] = 2134, + [2634] = 2135, + [2635] = 2140, + [2636] = 4, + [2637] = 67, + [2638] = 15, + [2639] = 5, + [2640] = 2166, + [2641] = 272, + [2642] = 2249, + [2643] = 2206, + [2644] = 2207, + [2645] = 277, + [2646] = 279, + [2647] = 280, + [2648] = 265, + [2649] = 261, + [2650] = 2197, + [2651] = 2164, + [2652] = 2196, + [2653] = 2192, + [2654] = 2191, + [2655] = 2282, + [2656] = 262, + [2657] = 2190, + [2658] = 2187, + [2659] = 271, + [2660] = 268, + [2661] = 2208, + [2662] = 2210, + [2663] = 2248, + [2664] = 259, + [2665] = 2183, + [2666] = 2562, + [2667] = 252, + [2668] = 12, + [2669] = 2211, + [2670] = 317, + [2671] = 2186, + [2672] = 14, + [2673] = 9, + [2674] = 2185, + [2675] = 2184, + [2676] = 2213, + [2677] = 2086, + [2678] = 2107, + [2679] = 2106, + [2680] = 6, + [2681] = 18, + [2682] = 2141, + [2683] = 2224, + [2684] = 2142, + [2685] = 2182, + [2686] = 2143, + [2687] = 2181, + [2688] = 2146, + [2689] = 2147, + [2690] = 2288, + [2691] = 2105, + [2692] = 2104, + [2693] = 2289, + [2694] = 2149, + [2695] = 2290, + [2696] = 2151, + [2697] = 2152, + [2698] = 2154, + [2699] = 2155, + [2700] = 24, + [2701] = 17, + [2702] = 2159, + [2703] = 2098, + [2704] = 2160, + [2705] = 317, + [2706] = 2294, + [2707] = 2295, + [2708] = 2296, + [2709] = 2297, + [2710] = 2298, + [2711] = 2161, + [2712] = 2299, + [2713] = 5, + [2714] = 2300, + [2715] = 2162, + [2716] = 4, + [2717] = 2303, + [2718] = 2304, + [2719] = 4, + [2720] = 5, + [2721] = 2306, + [2722] = 272, + [2723] = 2307, + [2724] = 2309, + [2725] = 2310, + [2726] = 2311, + [2727] = 277, + [2728] = 279, + [2729] = 2243, + [2730] = 280, + [2731] = 265, + [2732] = 2312, + [2733] = 2313, + [2734] = 2308, + [2735] = 2053, + [2736] = 261, + [2737] = 6, + [2738] = 2052, + [2739] = 2150, + [2740] = 2322, + [2741] = 2051, + [2742] = 2050, + [2743] = 2049, + [2744] = 11, + [2745] = 25, + [2746] = 342, + [2747] = 2283, + [2748] = 2279, + [2749] = 2080, + [2750] = 2081, + [2751] = 2082, + [2752] = 2083, + [2753] = 2084, + [2754] = 2085, + [2755] = 2110, + [2756] = 2087, + [2757] = 2088, + [2758] = 2089, + [2759] = 2090, + [2760] = 2091, + [2761] = 2092, + [2762] = 2093, + [2763] = 2094, + [2764] = 2095, + [2765] = 2096, + [2766] = 2097, + [2767] = 2291, + [2768] = 2277, + [2769] = 2276, + [2770] = 2099, + [2771] = 2100, + [2772] = 2101, + [2773] = 2102, + [2774] = 2103, + [2775] = 2104, + [2776] = 2105, + [2777] = 2106, + [2778] = 2107, + [2779] = 2108, + [2780] = 2227, + [2781] = 2233, + [2782] = 2240, + [2783] = 2040, + [2784] = 2103, + [2785] = 2234, + [2786] = 2245, + [2787] = 2102, + [2788] = 2101, + [2789] = 2100, + [2790] = 2242, + [2791] = 2109, + [2792] = 2244, + [2793] = 2236, + [2794] = 2040, + [2795] = 2245, + [2796] = 2246, + [2797] = 2099, + [2798] = 2247, + [2799] = 2256, + [2800] = 2152, + [2801] = 2291, + [2802] = 2111, + [2803] = 2114, + [2804] = 2097, + [2805] = 2115, + [2806] = 2117, + [2807] = 2096, + [2808] = 2236, + [2809] = 2095, + [2810] = 7, + [2811] = 2234, + [2812] = 2233, + [2813] = 8, + [2814] = 2231, + [2815] = 2257, + [2816] = 2228, + [2817] = 2259, + [2818] = 2226, + [2819] = 2248, + [2820] = 2113, + [2821] = 2223, + [2822] = 2222, + [2823] = 2221, + [2824] = 2094, + [2825] = 26, + [2826] = 2249, + [2827] = 2093, + [2828] = 2250, + [2829] = 2092, + [2830] = 16, + [2831] = 13, + [2832] = 19, + [2833] = 2091, + [2834] = 16, + [2835] = 2251, + [2836] = 2252, + [2837] = 2253, + [2838] = 252, + [2839] = 253, + [2840] = 259, + [2841] = 268, + [2842] = 271, + [2843] = 262, + [2844] = 13, + [2845] = 265, + [2846] = 280, + [2847] = 279, + [2848] = 277, + [2849] = 2090, + [2850] = 272, + [2851] = 262, + [2852] = 19, + [2853] = 342, + [2854] = 2119, + [2855] = 2218, + [2856] = 2089, + [2857] = 2215, + [2858] = 2214, + [2859] = 2120, + [2860] = 2261, + [2861] = 2121, + [2862] = 2088, + [2863] = 2122, + [2864] = 2123, + [2865] = 2124, + [2866] = 2073, + [2867] = 2266, + [2868] = 2262, + [2869] = 2263, + [2870] = 2264, + [2871] = 2138, + [2872] = 2125, + [2873] = 2873, + [2874] = 2268, + [2875] = 2126, + [2876] = 2127, + [2877] = 2276, + [2878] = 261, + [2879] = 2087, + [2880] = 2086, + [2881] = 2048, + [2882] = 2139, + [2883] = 2085, + [2884] = 2129, + [2885] = 2130, + [2886] = 2133, + [2887] = 2277, + [2888] = 2084, + [2889] = 2279, + [2890] = 2283, + [2891] = 2148, + [2892] = 2265, + [2893] = 2049, + [2894] = 2064, + [2895] = 2267, + [2896] = 2322, + [2897] = 2050, + [2898] = 2212, + [2899] = 2134, + [2900] = 2074, + [2901] = 2209, + [2902] = 2135, + [2903] = 2063, + [2904] = 2051, + [2905] = 2269, + [2906] = 2270, + [2907] = 2140, + [2908] = 2305, + [2909] = 2141, + [2910] = 2142, + [2911] = 2143, + [2912] = 2083, + [2913] = 2146, + [2914] = 2147, + [2915] = 2271, + [2916] = 2149, + [2917] = 2272, + [2918] = 2082, + [2919] = 2061, + [2920] = 2151, + [2921] = 2081, + [2922] = 2274, + [2923] = 2268, + [2924] = 2154, + [2925] = 2155, + [2926] = 2159, + [2927] = 2278, + [2928] = 2160, + [2929] = 2280, + [2930] = 2281, + [2931] = 2282, + [2932] = 2161, + [2933] = 2162, + [2934] = 271, + [2935] = 2163, + [2936] = 2150, + [2937] = 2080, + [2938] = 2052, + [2939] = 2288, + [2940] = 268, + [2941] = 259, + [2942] = 2053, + [2943] = 2112, + [2944] = 2113, + [2945] = 2873, [2946] = 253, - [2947] = 2947, - [2948] = 2941, - [2949] = 2949, - [2950] = 2165, - [2951] = 2941, - [2952] = 24, - [2953] = 2953, - [2954] = 45, - [2955] = 274, - [2956] = 2931, - [2957] = 2931, - [2958] = 29, - [2959] = 2932, - [2960] = 252, - [2961] = 2953, - [2962] = 2941, - [2963] = 253, - [2964] = 2964, - [2965] = 2931, - [2966] = 2949, - [2967] = 2931, - [2968] = 22, - [2969] = 2931, - [2970] = 242, - [2971] = 2971, - [2972] = 2932, - [2973] = 2931, - [2974] = 49, - [2975] = 2931, - [2976] = 2941, - [2977] = 2977, - [2978] = 2931, - [2979] = 2165, - [2980] = 2932, - [2981] = 244, - [2982] = 250, - [2983] = 53, - [2984] = 52, - [2985] = 254, - [2986] = 2932, - [2987] = 2947, - [2988] = 51, - [2989] = 43, - [2990] = 23, - [2991] = 41, - [2992] = 2931, - [2993] = 2931, - [2994] = 2953, - [2995] = 2938, - [2996] = 48, - [2997] = 2931, - [2998] = 47, - [2999] = 2964, - [3000] = 2933, - [3001] = 3001, - [3002] = 22, - [3003] = 2931, - [3004] = 3004, - [3005] = 2977, - [3006] = 297, - [3007] = 37, - [3008] = 42, - [3009] = 241, - [3010] = 2933, - [3011] = 2947, - [3012] = 29, - [3013] = 251, - [3014] = 2932, - [3015] = 3001, - [3016] = 2931, - [3017] = 248, - [3018] = 2931, - [3019] = 2932, - [3020] = 2931, - [3021] = 247, - [3022] = 297, - [3023] = 242, - [3024] = 53, - [3025] = 2964, - [3026] = 274, - [3027] = 52, - [3028] = 51, - [3029] = 244, - [3030] = 250, - [3031] = 25, - [3032] = 2037, - [3033] = 2977, - [3034] = 2931, - [3035] = 3001, - [3036] = 3004, - [3037] = 248, - [3038] = 48, - [3039] = 2964, - [3040] = 47, - [3041] = 2933, - [3042] = 2977, - [3043] = 2947, - [3044] = 24, - [3045] = 2933, - [3046] = 2931, - [3047] = 2977, - [3048] = 2947, - [3049] = 2953, - [3050] = 10, - [3051] = 2933, - [3052] = 2947, - [3053] = 50, - [3054] = 2932, - [3055] = 2931, - [3056] = 46, - [3057] = 2947, - [3058] = 2932, - [3059] = 50, - [3060] = 297, - [3061] = 33, - [3062] = 2931, - [3063] = 2932, - [3064] = 30, - [3065] = 2933, - [3066] = 2932, - [3067] = 31, - [3068] = 32, - [3069] = 2932, - [3070] = 34, - [3071] = 35, - [3072] = 36, - [3073] = 2932, - [3074] = 38, - [3075] = 39, - [3076] = 40, - [3077] = 41, - [3078] = 2931, - [3079] = 2931, - [3080] = 25, - [3081] = 2938, - [3082] = 2932, - [3083] = 2938, - [3084] = 45, - [3085] = 2931, - [3086] = 245, - [3087] = 2947, - [3088] = 2932, - [3089] = 2931, - [3090] = 2933, - [3091] = 33, - [3092] = 44, - [3093] = 10, - [3094] = 2932, - [3095] = 2947, - [3096] = 2933, - [3097] = 252, - [3098] = 2947, - [3099] = 2931, - [3100] = 2964, - [3101] = 2932, - [3102] = 2953, - [3103] = 243, - [3104] = 253, - [3105] = 241, - [3106] = 242, - [3107] = 23, - [3108] = 2932, - [3109] = 244, - [3110] = 2931, - [3111] = 250, - [3112] = 57, - [3113] = 3004, - [3114] = 2932, - [3115] = 30, - [3116] = 247, - [3117] = 31, - [3118] = 251, - [3119] = 2949, - [3120] = 32, - [3121] = 274, - [3122] = 2949, - [3123] = 2931, - [3124] = 46, - [3125] = 2932, - [3126] = 23, - [3127] = 2932, - [3128] = 2931, - [3129] = 248, - [3130] = 2941, - [3131] = 40, - [3132] = 2949, - [3133] = 2932, - [3134] = 3001, - [3135] = 44, - [3136] = 2933, - [3137] = 2932, - [3138] = 2947, - [3139] = 245, - [3140] = 2933, - [3141] = 2932, - [3142] = 2931, - [3143] = 2932, - [3144] = 247, - [3145] = 39, - [3146] = 245, - [3147] = 2681, - [3148] = 2932, - [3149] = 2932, - [3150] = 2932, - [3151] = 2662, - [3152] = 2932, - [3153] = 254, - [3154] = 254, - [3155] = 25, - [3156] = 2932, - [3157] = 38, - [3158] = 251, - [3159] = 2932, - [3160] = 2932, - [3161] = 2931, - [3162] = 10, - [3163] = 243, - [3164] = 34, - [3165] = 2932, - [3166] = 241, - [3167] = 2931, - [3168] = 35, - [3169] = 24, - [3170] = 36, - [3171] = 2931, - [3172] = 274, - [3173] = 2947, - [3174] = 28, - [3175] = 2947, - [3176] = 2932, - [3177] = 2931, - [3178] = 2932, - [3179] = 2947, - [3180] = 49, - [3181] = 22, - [3182] = 2931, - [3183] = 2938, - [3184] = 3184, - [3185] = 3001, - [3186] = 243, - [3187] = 2947, - [3188] = 2933, - [3189] = 2933, - [3190] = 43, - [3191] = 2779, - [3192] = 297, - [3193] = 2932, - [3194] = 52, - [3195] = 274, - [3196] = 3196, - [3197] = 3197, - [3198] = 3196, - [3199] = 46, - [3200] = 274, - [3201] = 50, - [3202] = 46, - [3203] = 3203, - [3204] = 3204, - [3205] = 3205, - [3206] = 3206, - [3207] = 47, - [3208] = 3196, - [3209] = 48, - [3210] = 3205, - [3211] = 44, - [3212] = 3212, - [3213] = 297, - [3214] = 3205, - [3215] = 297, - [3216] = 33, - [3217] = 51, - [3218] = 3205, - [3219] = 3203, - [3220] = 28, - [3221] = 3221, - [3222] = 43, - [3223] = 44, - [3224] = 46, - [3225] = 49, - [3226] = 37, - [3227] = 42, - [3228] = 3221, - [3229] = 3205, - [3230] = 3221, - [3231] = 29, - [3232] = 30, - [3233] = 53, - [3234] = 31, - [3235] = 3203, - [3236] = 3203, - [3237] = 45, - [3238] = 3204, - [3239] = 45, - [3240] = 28, - [3241] = 3196, - [3242] = 43, - [3243] = 53, - [3244] = 41, - [3245] = 40, - [3246] = 52, - [3247] = 51, - [3248] = 39, - [3249] = 38, - [3250] = 36, - [3251] = 35, - [3252] = 34, - [3253] = 32, - [3254] = 31, - [3255] = 44, - [3256] = 30, - [3257] = 48, - [3258] = 297, - [3259] = 47, - [3260] = 33, - [3261] = 49, - [3262] = 3204, - [3263] = 297, - [3264] = 3264, - [3265] = 3221, - [3266] = 50, - [3267] = 32, - [3268] = 3221, - [3269] = 49, - [3270] = 274, - [3271] = 3196, + [2947] = 252, + [2948] = 2116, + [2949] = 2164, + [2950] = 2308, + [2951] = 2166, + [2952] = 2167, + [2953] = 2138, + [2954] = 2139, + [2955] = 2168, + [2956] = 2170, + [2957] = 2171, + [2958] = 2289, + [2959] = 2290, + [2960] = 2145, + [2961] = 2144, + [2962] = 2172, + [2963] = 2173, + [2964] = 2144, + [2965] = 2174, + [2966] = 2145, + [2967] = 2175, + [2968] = 2148, + [2969] = 2176, + [2970] = 2169, + [2971] = 2180, + [2972] = 2098, + [2973] = 2188, + [2974] = 2189, + [2975] = 2193, + [2976] = 2194, + [2977] = 2178, + [2978] = 2179, + [2979] = 2041, + [2980] = 2181, + [2981] = 2202, + [2982] = 2183, + [2983] = 2184, + [2984] = 2294, + [2985] = 9, + [2986] = 14, + [2987] = 2295, + [2988] = 2296, + [2989] = 2203, + [2990] = 342, + [2991] = 2197, + [2992] = 2196, + [2993] = 2297, + [2994] = 2206, + [2995] = 2207, + [2996] = 2208, + [2997] = 2299, + [2998] = 2300, + [2999] = 2185, + [3000] = 2210, + [3001] = 2211, + [3002] = 2213, + [3003] = 2186, + [3004] = 2303, + [3005] = 2304, + [3006] = 252, + [3007] = 2224, + [3008] = 2225, + [3009] = 2227, + [3010] = 2163, + [3011] = 272, + [3012] = 277, + [3013] = 279, + [3014] = 2240, + [3015] = 2242, + [3016] = 2243, + [3017] = 2244, + [3018] = 2246, + [3019] = 2247, + [3020] = 280, + [3021] = 2305, + [3022] = 2298, + [3023] = 2256, + [3024] = 265, + [3025] = 261, + [3026] = 2257, + [3027] = 2306, + [3028] = 2307, + [3029] = 2259, + [3030] = 342, + [3031] = 262, + [3032] = 2179, + [3033] = 271, + [3034] = 2048, + [3035] = 2309, + [3036] = 268, + [3037] = 259, + [3038] = 253, + [3039] = 2310, + [3040] = 2311, + [3041] = 2312, + [3042] = 2178, + [3043] = 2261, + [3044] = 3044, + [3045] = 2313, + [3046] = 2266, + [3047] = 2333, + [3048] = 2332, + [3049] = 2182, + [3050] = 2192, + [3051] = 2191, + [3052] = 2190, + [3053] = 268, + [3054] = 3054, + [3055] = 34, + [3056] = 3054, + [3057] = 7, + [3058] = 8, + [3059] = 3054, + [3060] = 3060, + [3061] = 2333, + [3062] = 15, + [3063] = 3063, + [3064] = 317, + [3065] = 19, + [3066] = 317, + [3067] = 13, + [3068] = 16, + [3069] = 3069, + [3070] = 19, + [3071] = 10, + [3072] = 21, + [3073] = 252, + [3074] = 253, + [3075] = 16, + [3076] = 259, + [3077] = 268, + [3078] = 271, + [3079] = 12, + [3080] = 13, + [3081] = 262, + [3082] = 3082, + [3083] = 47, + [3084] = 26, + [3085] = 261, + [3086] = 265, + [3087] = 22, + [3088] = 1960, + [3089] = 3069, + [3090] = 280, + [3091] = 3054, + [3092] = 13, + [3093] = 20, + [3094] = 18, + [3095] = 279, + [3096] = 2009, + [3097] = 50, + [3098] = 24, + [3099] = 277, + [3100] = 67, + [3101] = 272, + [3102] = 46, + [3103] = 3054, + [3104] = 44, + [3105] = 17, + [3106] = 43, + [3107] = 31, + [3108] = 16, + [3109] = 37, + [3110] = 48, + [3111] = 52, + [3112] = 3060, + [3113] = 3069, + [3114] = 9, + [3115] = 19, + [3116] = 14, + [3117] = 28, + [3118] = 39, + [3119] = 14, + [3120] = 21, + [3121] = 3054, + [3122] = 11, + [3123] = 25, + [3124] = 9, + [3125] = 3069, + [3126] = 3126, + [3127] = 3054, + [3128] = 317, + [3129] = 3060, + [3130] = 11, + [3131] = 49, + [3132] = 265, + [3133] = 342, + [3134] = 7, + [3135] = 36, + [3136] = 51, + [3137] = 3054, + [3138] = 2581, + [3139] = 342, + [3140] = 252, + [3141] = 23, + [3142] = 53, + [3143] = 2332, + [3144] = 253, + [3145] = 259, + [3146] = 17, + [3147] = 2009, + [3148] = 3148, + [3149] = 24, + [3150] = 18, + [3151] = 3054, + [3152] = 8, + [3153] = 3054, + [3154] = 3069, + [3155] = 3155, + [3156] = 35, + [3157] = 3060, + [3158] = 3054, + [3159] = 3054, + [3160] = 3060, + [3161] = 3054, + [3162] = 29, + [3163] = 3163, + [3164] = 38, + [3165] = 271, + [3166] = 262, + [3167] = 32, + [3168] = 12, + [3169] = 2275, + [3170] = 22, + [3171] = 30, + [3172] = 3172, + [3173] = 3054, + [3174] = 280, + [3175] = 279, + [3176] = 277, + [3177] = 40, + [3178] = 3054, + [3179] = 272, + [3180] = 21, + [3181] = 27, + [3182] = 261, + [3183] = 15, + [3184] = 41, + [3185] = 3054, + [3186] = 9, + [3187] = 14, + [3188] = 20, + [3189] = 3054, + [3190] = 3054, + [3191] = 317, + [3192] = 45, + [3193] = 42, + [3194] = 33, + [3195] = 18, + [3196] = 22, + [3197] = 35, + [3198] = 24, + [3199] = 17, + [3200] = 27, + [3201] = 29, + [3202] = 38, + [3203] = 37, + [3204] = 23, + [3205] = 45, + [3206] = 12, + [3207] = 42, + [3208] = 33, + [3209] = 3209, + [3210] = 40, + [3211] = 11, + [3212] = 25, + [3213] = 3209, + [3214] = 30, + [3215] = 3209, + [3216] = 32, + [3217] = 15, + [3218] = 53, + [3219] = 3219, + [3220] = 1960, + [3221] = 36, + [3222] = 20, + [3223] = 39, + [3224] = 28, + [3225] = 252, + [3226] = 253, + [3227] = 259, + [3228] = 342, + [3229] = 26, + [3230] = 268, + [3231] = 271, + [3232] = 262, + [3233] = 317, + [3234] = 20, + [3235] = 10, + [3236] = 265, + [3237] = 280, + [3238] = 1960, + [3239] = 279, + [3240] = 47, + [3241] = 277, + [3242] = 272, + [3243] = 52, + [3244] = 31, + [3245] = 43, + [3246] = 23, + [3247] = 25, + [3248] = 317, + [3249] = 67, + [3250] = 22, + [3251] = 317, + [3252] = 46, + [3253] = 317, + [3254] = 11, + [3255] = 3255, + [3256] = 26, + [3257] = 15, + [3258] = 3209, + [3259] = 261, + [3260] = 17, + [3261] = 24, + [3262] = 18, + [3263] = 22, + [3264] = 272, + [3265] = 277, + [3266] = 342, + [3267] = 279, + [3268] = 280, + [3269] = 19, + [3270] = 44, + [3271] = 16, [3272] = 50, - [3273] = 34, - [3274] = 3203, - [3275] = 47, - [3276] = 35, - [3277] = 48, - [3278] = 51, - [3279] = 52, - [3280] = 33, - [3281] = 41, - [3282] = 43, - [3283] = 30, - [3284] = 53, - [3285] = 36, - [3286] = 31, - [3287] = 32, - [3288] = 40, - [3289] = 34, - [3290] = 35, - [3291] = 36, - [3292] = 3204, - [3293] = 38, - [3294] = 39, - [3295] = 40, - [3296] = 41, - [3297] = 28, - [3298] = 29, - [3299] = 37, - [3300] = 42, - [3301] = 42, - [3302] = 37, - [3303] = 45, - [3304] = 29, - [3305] = 38, - [3306] = 3204, - [3307] = 39, - [3308] = 297, - [3309] = 3309, - [3310] = 3310, - [3311] = 297, - [3312] = 3312, - [3313] = 297, - [3314] = 3314, - [3315] = 3309, - [3316] = 3312, - [3317] = 3310, - [3318] = 3318, - [3319] = 3309, - [3320] = 3310, - [3321] = 3312, - [3322] = 3318, - [3323] = 3309, - [3324] = 3312, - [3325] = 3325, - [3326] = 3310, - [3327] = 3310, - [3328] = 3328, - [3329] = 3318, - [3330] = 3318, - [3331] = 3318, - [3332] = 3312, - [3333] = 3309, - [3334] = 3334, - [3335] = 3335, - [3336] = 3336, - [3337] = 3337, - [3338] = 3338, - [3339] = 3339, - [3340] = 3340, - [3341] = 3341, - [3342] = 3342, - [3343] = 3337, + [3273] = 265, + [3274] = 13, + [3275] = 12, + [3276] = 261, + [3277] = 16, + [3278] = 67, + [3279] = 19, + [3280] = 48, + [3281] = 13, + [3282] = 49, + [3283] = 51, + [3284] = 252, + [3285] = 16, + [3286] = 262, + [3287] = 11, + [3288] = 272, + [3289] = 41, + [3290] = 277, + [3291] = 15, + [3292] = 279, + [3293] = 19, + [3294] = 271, + [3295] = 253, + [3296] = 259, + [3297] = 13, + [3298] = 271, + [3299] = 34, + [3300] = 262, + [3301] = 8, + [3302] = 16, + [3303] = 268, + [3304] = 17, + [3305] = 280, + [3306] = 24, + [3307] = 7, + [3308] = 317, + [3309] = 19, + [3310] = 259, + [3311] = 265, + [3312] = 342, + [3313] = 13, + [3314] = 27, + [3315] = 262, + [3316] = 8, + [3317] = 16, + [3318] = 7, + [3319] = 271, + [3320] = 253, + [3321] = 268, + [3322] = 259, + [3323] = 252, + [3324] = 253, + [3325] = 252, + [3326] = 18, + [3327] = 8, + [3328] = 20, + [3329] = 7, + [3330] = 67, + [3331] = 3209, + [3332] = 10, + [3333] = 261, + [3334] = 12, + [3335] = 268, + [3336] = 272, + [3337] = 277, + [3338] = 19, + [3339] = 279, + [3340] = 13, + [3341] = 280, + [3342] = 265, + [3343] = 261, [3344] = 3344, - [3345] = 3345, - [3346] = 3346, + [3345] = 259, + [3346] = 10, [3347] = 3347, - [3348] = 3348, - [3349] = 3349, - [3350] = 3350, - [3351] = 3335, - [3352] = 3352, - [3353] = 3335, - [3354] = 3349, - [3355] = 3336, - [3356] = 3346, - [3357] = 3341, - [3358] = 3358, - [3359] = 3339, - [3360] = 3345, - [3361] = 3358, + [3348] = 35, + [3349] = 29, + [3350] = 342, + [3351] = 38, + [3352] = 37, + [3353] = 3347, + [3354] = 3354, + [3355] = 3355, + [3356] = 3347, + [3357] = 3347, + [3358] = 3347, + [3359] = 3347, + [3360] = 3347, + [3361] = 3347, [3362] = 3347, - [3363] = 3352, - [3364] = 3342, - [3365] = 3365, - [3366] = 3365, - [3367] = 3367, - [3368] = 3367, - [3369] = 3340, - [3370] = 3370, - [3371] = 3347, - [3372] = 3339, - [3373] = 3373, - [3374] = 3374, - [3375] = 3346, - [3376] = 3338, - [3377] = 3340, - [3378] = 3336, - [3379] = 3370, - [3380] = 3349, - [3381] = 3381, - [3382] = 3339, - [3383] = 3367, - [3384] = 3373, - [3385] = 3344, - [3386] = 3338, - [3387] = 3338, - [3388] = 3388, - [3389] = 3336, - [3390] = 3373, - [3391] = 3347, - [3392] = 3344, - [3393] = 3337, - [3394] = 3365, - [3395] = 3373, - [3396] = 3347, - [3397] = 3397, - [3398] = 3370, - [3399] = 3399, - [3400] = 3400, - [3401] = 3352, - [3402] = 3358, - [3403] = 3352, - [3404] = 3404, - [3405] = 3367, - [3406] = 3349, - [3407] = 3365, - [3408] = 3341, + [3363] = 3347, + [3364] = 3347, + [3365] = 317, + [3366] = 3347, + [3367] = 3344, + [3368] = 3347, + [3369] = 3347, + [3370] = 10, + [3371] = 2333, + [3372] = 2332, + [3373] = 45, + [3374] = 42, + [3375] = 3347, + [3376] = 3347, + [3377] = 3347, + [3378] = 3347, + [3379] = 317, + [3380] = 33, + [3381] = 23, + [3382] = 3347, + [3383] = 10, + [3384] = 3347, + [3385] = 3347, + [3386] = 3347, + [3387] = 3347, + [3388] = 43, + [3389] = 3347, + [3390] = 2275, + [3391] = 342, + [3392] = 3347, + [3393] = 40, + [3394] = 2562, + [3395] = 30, + [3396] = 3344, + [3397] = 32, + [3398] = 3347, + [3399] = 3344, + [3400] = 3347, + [3401] = 3347, + [3402] = 3347, + [3403] = 3347, + [3404] = 3347, + [3405] = 3347, + [3406] = 3344, + [3407] = 3347, + [3408] = 3347, [3409] = 3344, - [3410] = 3342, - [3411] = 3367, - [3412] = 3412, - [3413] = 3336, - [3414] = 3370, - [3415] = 3373, - [3416] = 3365, - [3417] = 3338, - [3418] = 3418, - [3419] = 3341, + [3410] = 3344, + [3411] = 3354, + [3412] = 3355, + [3413] = 53, + [3414] = 342, + [3415] = 36, + [3416] = 3354, + [3417] = 3347, + [3418] = 49, + [3419] = 3355, [3420] = 3344, - [3421] = 3340, - [3422] = 3352, - [3423] = 3358, - [3424] = 3339, - [3425] = 3425, - [3426] = 3341, - [3427] = 3358, + [3421] = 3354, + [3422] = 3422, + [3423] = 3347, + [3424] = 39, + [3425] = 28, + [3426] = 3347, + [3427] = 3344, [3428] = 3428, - [3429] = 3342, - [3430] = 3335, - [3431] = 3345, + [3429] = 52, + [3430] = 3347, + [3431] = 31, [3432] = 3432, - [3433] = 3345, - [3434] = 3345, - [3435] = 3435, - [3436] = 3346, - [3437] = 3340, - [3438] = 3346, - [3439] = 3349, - [3440] = 2036, - [3441] = 3441, - [3442] = 3335, - [3443] = 3342, - [3444] = 3444, - [3445] = 3370, - [3446] = 3446, - [3447] = 3447, + [3433] = 3344, + [3434] = 317, + [3435] = 3347, + [3436] = 3432, + [3437] = 3437, + [3438] = 3354, + [3439] = 3344, + [3440] = 342, + [3441] = 3428, + [3442] = 342, + [3443] = 3355, + [3444] = 27, + [3445] = 44, + [3446] = 46, + [3447] = 3355, [3448] = 3448, - [3449] = 3449, - [3450] = 3450, - [3451] = 3451, - [3452] = 3452, - [3453] = 3453, - [3454] = 3454, - [3455] = 3455, - [3456] = 3456, - [3457] = 3457, - [3458] = 3458, - [3459] = 3459, - [3460] = 3460, - [3461] = 3461, - [3462] = 3462, - [3463] = 3463, - [3464] = 3464, - [3465] = 3465, - [3466] = 3466, - [3467] = 3467, - [3468] = 3468, - [3469] = 3469, - [3470] = 3470, - [3471] = 2036, + [3449] = 51, + [3450] = 50, + [3451] = 34, + [3452] = 3344, + [3453] = 3354, + [3454] = 44, + [3455] = 50, + [3456] = 3347, + [3457] = 51, + [3458] = 3344, + [3459] = 25, + [3460] = 2562, + [3461] = 3432, + [3462] = 2137, + [3463] = 3422, + [3464] = 3428, + [3465] = 272, + [3466] = 43, + [3467] = 277, + [3468] = 279, + [3469] = 31, + [3470] = 52, + [3471] = 3422, [3472] = 3472, - [3473] = 3472, - [3474] = 3474, - [3475] = 3472, - [3476] = 3472, - [3477] = 7, - [3478] = 2037, - [3479] = 9, - [3480] = 3472, + [3473] = 280, + [3474] = 265, + [3475] = 261, + [3476] = 262, + [3477] = 271, + [3478] = 268, + [3479] = 3479, + [3480] = 28, [3481] = 3481, - [3482] = 10, - [3483] = 3483, - [3484] = 3481, - [3485] = 3483, - [3486] = 3483, - [3487] = 3487, - [3488] = 3488, - [3489] = 3483, - [3490] = 3481, - [3491] = 3483, - [3492] = 3492, - [3493] = 3493, - [3494] = 3481, - [3495] = 3481, - [3496] = 3496, - [3497] = 3497, - [3498] = 3498, - [3499] = 3499, - [3500] = 3500, - [3501] = 3501, - [3502] = 3502, - [3503] = 3500, - [3504] = 3501, - [3505] = 3505, - [3506] = 3506, - [3507] = 3507, - [3508] = 3508, - [3509] = 3502, - [3510] = 3500, - [3511] = 3511, - [3512] = 3502, - [3513] = 3513, - [3514] = 3514, + [3482] = 39, + [3483] = 259, + [3484] = 253, + [3485] = 252, + [3486] = 3355, + [3487] = 3481, + [3488] = 3437, + [3489] = 3422, + [3490] = 67, + [3491] = 3344, + [3492] = 3354, + [3493] = 3354, + [3494] = 3354, + [3495] = 36, + [3496] = 3481, + [3497] = 3355, + [3498] = 3344, + [3499] = 3355, + [3500] = 26, + [3501] = 3355, + [3502] = 26, + [3503] = 53, + [3504] = 3354, + [3505] = 3344, + [3506] = 32, + [3507] = 3344, + [3508] = 3448, + [3509] = 30, + [3510] = 40, + [3511] = 3344, + [3512] = 33, + [3513] = 42, + [3514] = 45, [3515] = 3515, - [3516] = 3516, - [3517] = 3517, - [3518] = 3518, - [3519] = 3500, - [3520] = 3501, - [3521] = 3521, - [3522] = 3500, - [3523] = 3502, - [3524] = 3502, - [3525] = 3501, - [3526] = 3526, - [3527] = 3501, - [3528] = 3528, - [3529] = 3529, - [3530] = 3530, - [3531] = 3531, - [3532] = 3532, - [3533] = 3533, - [3534] = 3534, - [3535] = 3474, - [3536] = 3531, - [3537] = 3537, - [3538] = 3531, - [3539] = 3533, - [3540] = 3540, - [3541] = 3531, - [3542] = 3533, - [3543] = 3533, - [3544] = 3505, - [3545] = 3507, - [3546] = 3533, - [3547] = 3514, - [3548] = 3531, - [3549] = 3549, - [3550] = 3550, - [3551] = 3551, - [3552] = 3550, - [3553] = 3550, - [3554] = 3554, - [3555] = 3555, - [3556] = 3550, - [3557] = 3549, - [3558] = 3550, - [3559] = 3549, - [3560] = 3560, - [3561] = 3561, - [3562] = 3562, - [3563] = 3563, - [3564] = 3564, - [3565] = 3565, - [3566] = 3566, - [3567] = 3549, - [3568] = 3549, - [3569] = 3569, - [3570] = 3570, - [3571] = 3571, - [3572] = 3572, - [3573] = 3572, - [3574] = 3574, - [3575] = 3572, - [3576] = 3576, - [3577] = 3577, - [3578] = 3572, - [3579] = 3579, - [3580] = 3580, - [3581] = 3580, - [3582] = 3576, - [3583] = 3583, - [3584] = 3583, - [3585] = 3585, - [3586] = 3576, - [3587] = 3576, - [3588] = 3574, - [3589] = 3572, - [3590] = 3590, - [3591] = 3576, - [3592] = 3572, - [3593] = 3579, - [3594] = 3580, - [3595] = 3572, - [3596] = 3579, - [3597] = 3579, - [3598] = 3580, - [3599] = 3583, - [3600] = 3574, - [3601] = 3580, - [3602] = 3576, - [3603] = 3576, - [3604] = 3576, - [3605] = 3580, - [3606] = 3579, - [3607] = 3580, - [3608] = 3590, - [3609] = 3572, - [3610] = 3576, - [3611] = 3580, - [3612] = 3579, - [3613] = 3572, - [3614] = 3574, - [3615] = 3576, - [3616] = 3583, - [3617] = 3572, - [3618] = 3579, - [3619] = 3580, - [3620] = 3620, - [3621] = 3579, - [3622] = 3572, - [3623] = 3576, - [3624] = 3580, - [3625] = 3590, - [3626] = 3579, - [3627] = 3590, - [3628] = 3574, - [3629] = 3580, - [3630] = 3579, - [3631] = 3590, - [3632] = 3583, - [3633] = 3572, - [3634] = 3579, - [3635] = 3576, - [3636] = 3580, - [3637] = 3580, - [3638] = 3579, - [3639] = 3572, - [3640] = 3576, - [3641] = 3641, - [3642] = 3576, - [3643] = 3580, - [3644] = 3572, - [3645] = 3579, - [3646] = 3579, + [3516] = 37, + [3517] = 38, + [3518] = 29, + [3519] = 35, + [3520] = 3355, + [3521] = 3344, + [3522] = 3515, + [3523] = 3448, + [3524] = 3481, + [3525] = 317, + [3526] = 46, + [3527] = 3344, + [3528] = 3355, + [3529] = 3344, + [3530] = 3437, + [3531] = 3481, + [3532] = 3344, + [3533] = 3344, + [3534] = 3355, + [3535] = 252, + [3536] = 3355, + [3537] = 3481, + [3538] = 3354, + [3539] = 3428, + [3540] = 253, + [3541] = 3344, + [3542] = 3437, + [3543] = 48, + [3544] = 3472, + [3545] = 272, + [3546] = 277, + [3547] = 279, + [3548] = 280, + [3549] = 265, + [3550] = 3354, + [3551] = 3355, + [3552] = 261, + [3553] = 259, + [3554] = 262, + [3555] = 268, + [3556] = 3472, + [3557] = 271, + [3558] = 25, + [3559] = 3344, + [3560] = 3432, + [3561] = 268, + [3562] = 3448, + [3563] = 253, + [3564] = 3344, + [3565] = 252, + [3566] = 49, + [3567] = 34, + [3568] = 27, + [3569] = 3437, + [3570] = 3344, + [3571] = 3344, + [3572] = 3344, + [3573] = 3344, + [3574] = 271, + [3575] = 47, + [3576] = 262, + [3577] = 47, + [3578] = 3354, + [3579] = 261, + [3580] = 3344, + [3581] = 3344, + [3582] = 265, + [3583] = 280, + [3584] = 3355, + [3585] = 279, + [3586] = 277, + [3587] = 41, + [3588] = 3354, + [3589] = 3432, + [3590] = 23, + [3591] = 272, + [3592] = 3448, + [3593] = 3472, + [3594] = 3354, + [3595] = 3344, + [3596] = 41, + [3597] = 25, + [3598] = 3598, + [3599] = 48, + [3600] = 3515, + [3601] = 3601, + [3602] = 3347, + [3603] = 3472, + [3604] = 3344, + [3605] = 3344, + [3606] = 3344, + [3607] = 3355, + [3608] = 3344, + [3609] = 3355, + [3610] = 3354, + [3611] = 27, + [3612] = 23, + [3613] = 3344, + [3614] = 3344, + [3615] = 3355, + [3616] = 3344, + [3617] = 3422, + [3618] = 3428, + [3619] = 3355, + [3620] = 3354, + [3621] = 3344, + [3622] = 26, + [3623] = 3354, + [3624] = 48, + [3625] = 52, + [3626] = 3626, + [3627] = 48, + [3628] = 30, + [3629] = 3629, + [3630] = 47, + [3631] = 41, + [3632] = 3632, + [3633] = 46, + [3634] = 49, + [3635] = 3635, + [3636] = 32, + [3637] = 47, + [3638] = 3638, + [3639] = 53, + [3640] = 3640, + [3641] = 35, + [3642] = 29, + [3643] = 38, + [3644] = 37, + [3645] = 47, + [3646] = 45, [3647] = 3647, - [3648] = 3648, - [3649] = 3649, - [3650] = 3650, - [3651] = 3650, - [3652] = 3648, - [3653] = 3653, - [3654] = 3650, - [3655] = 3655, - [3656] = 3656, - [3657] = 3648, - [3658] = 3655, - [3659] = 3650, - [3660] = 3660, - [3661] = 3660, - [3662] = 3662, - [3663] = 3663, - [3664] = 3649, - [3665] = 3665, - [3666] = 3655, - [3667] = 3648, - [3668] = 3668, - [3669] = 3668, - [3670] = 3670, - [3671] = 3668, - [3672] = 3660, - [3673] = 3668, - [3674] = 3674, - [3675] = 3650, - [3676] = 3676, - [3677] = 3649, - [3678] = 3660, - [3679] = 3668, - [3680] = 3656, - [3681] = 3660, - [3682] = 3656, - [3683] = 3655, - [3684] = 3655, - [3685] = 3656, - [3686] = 3648, - [3687] = 3649, - [3688] = 3656, - [3689] = 3649, - [3690] = 3690, - [3691] = 3691, - [3692] = 3692, - [3693] = 3693, - [3694] = 3694, - [3695] = 3695, - [3696] = 3696, - [3697] = 3264, - [3698] = 3698, - [3699] = 3696, - [3700] = 3694, - [3701] = 3701, - [3702] = 3692, - [3703] = 3695, - [3704] = 3698, - [3705] = 3691, - [3706] = 3701, - [3707] = 3707, - [3708] = 3691, + [3648] = 42, + [3649] = 3632, + [3650] = 33, + [3651] = 40, + [3652] = 30, + [3653] = 32, + [3654] = 3654, + [3655] = 53, + [3656] = 3632, + [3657] = 342, + [3658] = 342, + [3659] = 36, + [3660] = 3635, + [3661] = 34, + [3662] = 51, + [3663] = 50, + [3664] = 46, + [3665] = 39, + [3666] = 3626, + [3667] = 44, + [3668] = 52, + [3669] = 3629, + [3670] = 31, + [3671] = 3632, + [3672] = 3638, + [3673] = 3626, + [3674] = 3635, + [3675] = 43, + [3676] = 3640, + [3677] = 3629, + [3678] = 3678, + [3679] = 43, + [3680] = 44, + [3681] = 50, + [3682] = 31, + [3683] = 52, + [3684] = 3640, + [3685] = 51, + [3686] = 40, + [3687] = 36, + [3688] = 49, + [3689] = 3640, + [3690] = 3638, + [3691] = 3632, + [3692] = 39, + [3693] = 28, + [3694] = 39, + [3695] = 28, + [3696] = 342, + [3697] = 3647, + [3698] = 317, + [3699] = 3635, + [3700] = 28, + [3701] = 3629, + [3702] = 43, + [3703] = 36, + [3704] = 3640, + [3705] = 48, + [3706] = 3635, + [3707] = 317, + [3708] = 3638, [3709] = 3709, - [3710] = 3695, - [3711] = 3709, - [3712] = 3692, - [3713] = 3709, - [3714] = 3714, - [3715] = 3715, + [3710] = 3626, + [3711] = 53, + [3712] = 3647, + [3713] = 41, + [3714] = 32, + [3715] = 3638, [3716] = 3716, - [3717] = 3716, - [3718] = 3718, - [3719] = 3714, - [3720] = 3718, - [3721] = 3721, - [3722] = 3721, - [3723] = 3721, - [3724] = 3693, - [3725] = 3707, - [3726] = 3692, - [3727] = 3698, - [3728] = 3716, - [3729] = 3715, - [3730] = 3693, - [3731] = 3731, - [3732] = 3714, - [3733] = 3694, - [3734] = 3707, - [3735] = 3707, - [3736] = 3714, - [3737] = 3693, - [3738] = 3738, - [3739] = 3716, - [3740] = 3716, - [3741] = 3695, - [3742] = 3701, - [3743] = 3691, - [3744] = 3694, - [3745] = 3718, - [3746] = 3738, - [3747] = 3698, - [3748] = 3738, - [3749] = 3695, - [3750] = 3715, - [3751] = 3690, - [3752] = 3696, - [3753] = 3696, + [3717] = 30, + [3718] = 40, + [3719] = 33, + [3720] = 42, + [3721] = 45, + [3722] = 49, + [3723] = 37, + [3724] = 38, + [3725] = 29, + [3726] = 35, + [3727] = 34, + [3728] = 3647, + [3729] = 51, + [3730] = 50, + [3731] = 41, + [3732] = 3626, + [3733] = 46, + [3734] = 44, + [3735] = 35, + [3736] = 3736, + [3737] = 342, + [3738] = 29, + [3739] = 38, + [3740] = 317, + [3741] = 37, + [3742] = 3629, + [3743] = 45, + [3744] = 3647, + [3745] = 34, + [3746] = 3746, + [3747] = 42, + [3748] = 33, + [3749] = 31, + [3750] = 3654, + [3751] = 3751, + [3752] = 3751, + [3753] = 3753, [3754] = 3754, - [3755] = 3694, - [3756] = 3698, - [3757] = 3721, - [3758] = 3691, - [3759] = 3692, - [3760] = 3715, - [3761] = 3718, - [3762] = 3718, - [3763] = 3690, - [3764] = 3707, - [3765] = 3709, - [3766] = 3693, - [3767] = 3709, - [3768] = 3696, - [3769] = 3738, - [3770] = 3690, - [3771] = 3690, - [3772] = 3701, - [3773] = 3738, - [3774] = 3701, - [3775] = 3714, - [3776] = 3721, - [3777] = 3715, + [3755] = 342, + [3756] = 3756, + [3757] = 3756, + [3758] = 3756, + [3759] = 3759, + [3760] = 3760, + [3761] = 3754, + [3762] = 3751, + [3763] = 3751, + [3764] = 3754, + [3765] = 3751, + [3766] = 3754, + [3767] = 3760, + [3768] = 3760, + [3769] = 3756, + [3770] = 342, + [3771] = 3760, + [3772] = 3772, + [3773] = 3760, + [3774] = 3754, + [3775] = 3746, + [3776] = 3756, + [3777] = 342, [3778] = 3778, [3779] = 3779, [3780] = 3780, - [3781] = 3779, + [3781] = 3781, [3782] = 3782, - [3783] = 3783, + [3783] = 3779, [3784] = 3784, [3785] = 3785, [3786] = 3786, [3787] = 3787, - [3788] = 3785, + [3788] = 3788, [3789] = 3789, [3790] = 3790, - [3791] = 3785, - [3792] = 3792, - [3793] = 3785, - [3794] = 3782, - [3795] = 3779, + [3791] = 3791, + [3792] = 3791, + [3793] = 3793, + [3794] = 3794, + [3795] = 3795, [3796] = 3796, [3797] = 3797, - [3798] = 3798, - [3799] = 3785, - [3800] = 3784, - [3801] = 3783, - [3802] = 3782, - [3803] = 3798, + [3798] = 3795, + [3799] = 3799, + [3800] = 3800, + [3801] = 3778, + [3802] = 3802, + [3803] = 3803, [3804] = 3804, - [3805] = 3783, - [3806] = 3806, - [3807] = 3807, - [3808] = 3808, - [3809] = 3787, - [3810] = 3810, - [3811] = 3785, - [3812] = 3812, - [3813] = 3779, - [3814] = 3807, - [3815] = 3782, - [3816] = 3786, - [3817] = 3785, - [3818] = 3808, - [3819] = 3785, - [3820] = 3820, - [3821] = 3784, - [3822] = 3822, - [3823] = 3823, - [3824] = 3824, - [3825] = 3796, - [3826] = 3826, - [3827] = 3789, - [3828] = 3798, - [3829] = 3790, - [3830] = 3830, - [3831] = 3804, - [3832] = 3824, - [3833] = 3830, - [3834] = 3798, - [3835] = 3797, - [3836] = 3785, - [3837] = 3784, + [3805] = 3805, + [3806] = 3785, + [3807] = 3779, + [3808] = 3782, + [3809] = 3790, + [3810] = 3788, + [3811] = 3790, + [3812] = 3784, + [3813] = 3805, + [3814] = 3814, + [3815] = 3791, + [3816] = 2136, + [3817] = 3817, + [3818] = 3785, + [3819] = 3797, + [3820] = 3778, + [3821] = 3817, + [3822] = 3796, + [3823] = 3817, + [3824] = 3789, + [3825] = 3825, + [3826] = 3796, + [3827] = 3778, + [3828] = 3803, + [3829] = 3784, + [3830] = 3803, + [3831] = 3825, + [3832] = 3803, + [3833] = 3833, + [3834] = 3789, + [3835] = 3785, + [3836] = 3825, + [3837] = 3786, [3838] = 3838, - [3839] = 3785, - [3840] = 3840, + [3839] = 3803, + [3840] = 3805, [3841] = 3841, - [3842] = 3807, - [3843] = 3843, - [3844] = 3844, - [3845] = 3787, - [3846] = 3824, - [3847] = 3812, - [3848] = 3807, - [3849] = 3796, - [3850] = 3790, + [3842] = 3797, + [3843] = 3784, + [3844] = 3790, + [3845] = 3802, + [3846] = 3782, + [3847] = 3791, + [3848] = 3795, + [3849] = 3785, + [3850] = 3796, [3851] = 3789, - [3852] = 3852, - [3853] = 3784, - [3854] = 3807, - [3855] = 3783, - [3856] = 3804, - [3857] = 3841, - [3858] = 3804, - [3859] = 3790, - [3860] = 3785, + [3852] = 3789, + [3853] = 3790, + [3854] = 3778, + [3855] = 3817, + [3856] = 3788, + [3857] = 3793, + [3858] = 3802, + [3859] = 3802, + [3860] = 3860, [3861] = 3797, - [3862] = 3786, - [3863] = 3824, - [3864] = 3864, - [3865] = 3787, - [3866] = 3866, - [3867] = 3796, - [3868] = 3824, - [3869] = 3798, - [3870] = 3852, - [3871] = 3812, - [3872] = 3872, - [3873] = 3841, - [3874] = 3830, - [3875] = 3670, - [3876] = 3808, + [3862] = 3795, + [3863] = 3817, + [3864] = 3782, + [3865] = 3825, + [3866] = 3782, + [3867] = 3779, + [3868] = 3805, + [3869] = 3779, + [3870] = 3784, + [3871] = 3825, + [3872] = 3802, + [3873] = 3788, + [3874] = 3793, + [3875] = 3791, + [3876] = 3805, [3877] = 3877, [3878] = 3878, - [3879] = 3785, - [3880] = 3812, - [3881] = 3830, - [3882] = 3882, + [3879] = 3879, + [3880] = 3797, + [3881] = 3881, + [3882] = 3793, [3883] = 3883, - [3884] = 3841, + [3884] = 3786, [3885] = 3885, - [3886] = 3808, - [3887] = 3785, - [3888] = 3789, - [3889] = 3830, - [3890] = 3786, - [3891] = 3852, - [3892] = 3806, - [3893] = 3806, - [3894] = 3841, - [3895] = 3804, - [3896] = 3785, - [3897] = 3779, - [3898] = 3812, - [3899] = 3852, - [3900] = 3790, - [3901] = 3789, - [3902] = 3782, - [3903] = 3787, - [3904] = 3783, - [3905] = 3797, - [3906] = 3797, - [3907] = 3786, - [3908] = 3796, - [3909] = 3806, - [3910] = 3808, - [3911] = 3852, - [3912] = 3806, + [3886] = 3793, + [3887] = 3795, + [3888] = 3796, + [3889] = 3788, + [3890] = 3890, + [3891] = 3891, + [3892] = 3892, + [3893] = 3893, + [3894] = 3894, + [3895] = 3895, + [3896] = 3896, + [3897] = 3897, + [3898] = 3898, + [3899] = 3899, + [3900] = 3900, + [3901] = 3901, + [3902] = 3900, + [3903] = 3903, + [3904] = 3904, + [3905] = 3890, + [3906] = 3906, + [3907] = 3891, + [3908] = 3908, + [3909] = 3909, + [3910] = 3910, + [3911] = 3911, + [3912] = 3912, [3913] = 3913, - [3914] = 3914, + [3914] = 3896, [3915] = 3915, [3916] = 3916, [3917] = 3917, - [3918] = 3918, - [3919] = 3915, - [3920] = 3920, + [3918] = 3917, + [3919] = 3919, + [3920] = 3917, [3921] = 3921, [3922] = 3922, - [3923] = 3923, - [3924] = 3924, - [3925] = 3916, + [3923] = 3917, + [3924] = 3897, + [3925] = 3900, [3926] = 3917, [3927] = 3927, [3928] = 3928, - [3929] = 3350, - [3930] = 3922, - [3931] = 3931, - [3932] = 3924, - [3933] = 3928, - [3934] = 3931, - [3935] = 3928, + [3929] = 3929, + [3930] = 3900, + [3931] = 3900, + [3932] = 3932, + [3933] = 3933, + [3934] = 8, + [3935] = 7, [3936] = 3936, [3937] = 3937, [3938] = 3938, - [3939] = 3938, + [3939] = 3939, [3940] = 3940, [3941] = 3941, [3942] = 3942, [3943] = 3943, - [3944] = 20, + [3944] = 3944, [3945] = 3945, [3946] = 3946, [3947] = 3947, - [3948] = 3928, - [3949] = 3943, - [3950] = 3950, - [3951] = 3940, - [3952] = 3952, - [3953] = 23, - [3954] = 3941, - [3955] = 3955, - [3956] = 3942, - [3957] = 15, - [3958] = 3958, - [3959] = 3940, - [3960] = 3941, - [3961] = 3942, - [3962] = 3950, - [3963] = 3963, - [3964] = 3943, - [3965] = 3952, - [3966] = 3931, - [3967] = 3945, - [3968] = 3946, - [3969] = 3950, - [3970] = 3947, - [3971] = 3924, - [3972] = 3938, - [3973] = 3973, - [3974] = 3936, - [3975] = 3936, - [3976] = 3922, - [3977] = 3916, - [3978] = 3917, - [3979] = 3938, - [3980] = 3980, - [3981] = 3916, + [3948] = 3940, + [3949] = 8, + [3950] = 2136, + [3951] = 3951, + [3952] = 8, + [3953] = 3937, + [3954] = 3939, + [3955] = 3942, + [3956] = 3938, + [3957] = 3947, + [3958] = 3936, + [3959] = 3933, + [3960] = 10, + [3961] = 7, + [3962] = 8, + [3963] = 3945, + [3964] = 8, + [3965] = 3946, + [3966] = 7, + [3967] = 3947, + [3968] = 3968, + [3969] = 3947, + [3970] = 3944, + [3971] = 3947, + [3972] = 3941, + [3973] = 7, + [3974] = 3974, + [3975] = 2137, + [3976] = 7, + [3977] = 3943, + [3978] = 3978, + [3979] = 3979, + [3980] = 3951, + [3981] = 3981, [3982] = 3982, - [3983] = 3917, - [3984] = 3984, - [3985] = 3936, - [3986] = 3952, + [3983] = 3978, + [3984] = 7, + [3985] = 3981, + [3986] = 3986, [3987] = 3987, - [3988] = 3980, - [3989] = 3955, - [3990] = 3940, - [3991] = 3922, - [3992] = 3987, - [3993] = 3923, - [3994] = 3994, - [3995] = 3924, - [3996] = 3916, - [3997] = 3920, - [3998] = 3998, - [3999] = 3936, - [4000] = 3920, - [4001] = 3931, - [4002] = 3941, - [4003] = 3927, - [4004] = 3917, - [4005] = 3942, - [4006] = 3943, - [4007] = 3915, - [4008] = 3945, - [4009] = 3946, - [4010] = 3374, - [4011] = 3381, - [4012] = 3947, - [4013] = 3980, - [4014] = 3998, - [4015] = 3412, - [4016] = 3994, - [4017] = 3927, - [4018] = 21, - [4019] = 3945, - [4020] = 3946, + [3988] = 3988, + [3989] = 8, + [3990] = 3990, + [3991] = 8, + [3992] = 3979, + [3993] = 3979, + [3994] = 7, + [3995] = 3990, + [3996] = 10, + [3997] = 3978, + [3998] = 8, + [3999] = 3999, + [4000] = 3981, + [4001] = 3981, + [4002] = 7, + [4003] = 4003, + [4004] = 3990, + [4005] = 10, + [4006] = 3990, + [4007] = 10, + [4008] = 3978, + [4009] = 3981, + [4010] = 4010, + [4011] = 4011, + [4012] = 3979, + [4013] = 3990, + [4014] = 3968, + [4015] = 4015, + [4016] = 10, + [4017] = 4017, + [4018] = 4018, + [4019] = 3987, + [4020] = 4018, [4021] = 4021, - [4022] = 3947, - [4023] = 3994, - [4024] = 4024, - [4025] = 3923, - [4026] = 3927, - [4027] = 3998, - [4028] = 3987, - [4029] = 3958, - [4030] = 3955, - [4031] = 3923, - [4032] = 3921, - [4033] = 3927, - [4034] = 27, - [4035] = 4035, - [4036] = 3994, - [4037] = 3940, - [4038] = 3987, - [4039] = 3941, - [4040] = 3998, - [4041] = 3915, - [4042] = 3920, - [4043] = 3955, - [4044] = 4044, - [4045] = 3980, - [4046] = 3921, - [4047] = 4047, - [4048] = 3958, - [4049] = 3428, - [4050] = 4050, - [4051] = 3947, - [4052] = 3921, - [4053] = 3942, - [4054] = 3952, - [4055] = 3943, - [4056] = 3980, - [4057] = 3938, - [4058] = 4058, - [4059] = 4044, - [4060] = 3952, - [4061] = 3987, - [4062] = 3923, - [4063] = 4063, - [4064] = 3946, - [4065] = 3950, - [4066] = 4066, - [4067] = 3994, - [4068] = 3998, - [4069] = 3945, - [4070] = 3921, - [4071] = 3915, - [4072] = 4072, - [4073] = 3931, - [4074] = 3928, - [4075] = 3920, - [4076] = 3958, - [4077] = 3924, - [4078] = 3955, - [4079] = 3950, - [4080] = 3922, - [4081] = 3435, - [4082] = 3958, - [4083] = 4083, + [4022] = 4022, + [4023] = 4023, + [4024] = 3982, + [4025] = 4025, + [4026] = 3982, + [4027] = 4027, + [4028] = 10, + [4029] = 4027, + [4030] = 4030, + [4031] = 4031, + [4032] = 4027, + [4033] = 4033, + [4034] = 4034, + [4035] = 3978, + [4036] = 4036, + [4037] = 4037, + [4038] = 4030, + [4039] = 3988, + [4040] = 4015, + [4041] = 4041, + [4042] = 3951, + [4043] = 4043, + [4044] = 4015, + [4045] = 4003, + [4046] = 3982, + [4047] = 4030, + [4048] = 4048, + [4049] = 10, + [4050] = 3987, + [4051] = 4030, + [4052] = 4030, + [4053] = 10, + [4054] = 4054, + [4055] = 4055, + [4056] = 4018, + [4057] = 4027, + [4058] = 8, + [4059] = 4015, + [4060] = 7, + [4061] = 4061, + [4062] = 4062, + [4063] = 4027, + [4064] = 4018, + [4065] = 4065, + [4066] = 3979, + [4067] = 3987, + [4068] = 4068, + [4069] = 4069, + [4070] = 4010, + [4071] = 4071, + [4072] = 4018, + [4073] = 4073, + [4074] = 4074, + [4075] = 4074, + [4076] = 3974, + [4077] = 4022, + [4078] = 4021, + [4079] = 4074, + [4080] = 4074, + [4081] = 4062, + [4082] = 4068, + [4083] = 4023, [4084] = 4084, [4085] = 4085, - [4086] = 4086, - [4087] = 4087, + [4086] = 4084, + [4087] = 4022, [4088] = 4088, - [4089] = 4086, - [4090] = 4085, - [4091] = 4091, - [4092] = 4092, - [4093] = 4093, - [4094] = 4093, - [4095] = 4095, - [4096] = 4096, + [4089] = 4048, + [4090] = 4090, + [4091] = 4021, + [4092] = 10, + [4093] = 4021, + [4094] = 4094, + [4095] = 4084, + [4096] = 4055, [4097] = 4097, - [4098] = 4098, - [4099] = 4088, - [4100] = 4097, - [4101] = 4093, - [4102] = 2909, - [4103] = 4103, - [4104] = 4104, + [4098] = 4015, + [4099] = 4084, + [4100] = 4074, + [4101] = 4017, + [4102] = 4061, + [4103] = 4068, + [4104] = 4084, [4105] = 4105, - [4106] = 4106, - [4107] = 4107, - [4108] = 4108, - [4109] = 4109, - [4110] = 4110, - [4111] = 4092, - [4112] = 4091, + [4106] = 4068, + [4107] = 4022, + [4108] = 3982, + [4109] = 3987, + [4110] = 4054, + [4111] = 4025, + [4112] = 4071, [4113] = 4113, - [4114] = 4093, + [4114] = 4114, [4115] = 4115, - [4116] = 4093, + [4116] = 4097, [4117] = 4117, - [4118] = 4118, - [4119] = 4119, - [4120] = 4120, - [4121] = 4093, - [4122] = 4120, - [4123] = 4119, - [4124] = 4118, - [4125] = 4095, - [4126] = 4113, - [4127] = 4093, - [4128] = 4110, - [4129] = 4129, - [4130] = 4107, - [4131] = 4104, - [4132] = 4084, - [4133] = 4084, - [4134] = 4093, - [4135] = 4115, - [4136] = 4096, - [4137] = 4120, + [4118] = 4117, + [4119] = 4097, + [4120] = 4097, + [4121] = 4121, + [4122] = 4061, + [4123] = 4123, + [4124] = 4022, + [4125] = 4121, + [4126] = 4126, + [4127] = 4094, + [4128] = 4088, + [4129] = 4088, + [4130] = 4121, + [4131] = 4021, + [4132] = 4117, + [4133] = 4121, + [4134] = 4117, + [4135] = 4068, + [4136] = 4088, + [4137] = 4137, [4138] = 4117, - [4139] = 4117, - [4140] = 4113, - [4141] = 4115, - [4142] = 4118, - [4143] = 4110, - [4144] = 4119, - [4145] = 4107, - [4146] = 4104, - [4147] = 28, - [4148] = 4120, - [4149] = 4119, - [4150] = 4093, - [4151] = 4118, - [4152] = 4152, - [4153] = 4115, - [4154] = 4096, - [4155] = 4091, - [4156] = 4092, - [4157] = 4095, - [4158] = 4093, - [4159] = 4159, - [4160] = 4117, - [4161] = 4161, - [4162] = 4113, - [4163] = 4093, - [4164] = 4110, - [4165] = 4108, - [4166] = 4161, - [4167] = 4103, - [4168] = 4085, - [4169] = 4086, - [4170] = 4170, - [4171] = 4171, - [4172] = 4107, - [4173] = 4104, - [4174] = 4084, - [4175] = 4093, - [4176] = 4152, - [4177] = 4095, - [4178] = 4093, - [4179] = 4096, - [4180] = 4093, - [4181] = 4181, - [4182] = 4182, - [4183] = 4093, - [4184] = 4093, - [4185] = 4093, - [4186] = 4084, - [4187] = 4093, - [4188] = 4093, - [4189] = 4104, - [4190] = 4190, - [4191] = 4107, - [4192] = 4192, - [4193] = 4103, - [4194] = 4085, - [4195] = 4093, - [4196] = 4196, - [4197] = 25, - [4198] = 4110, - [4199] = 4093, - [4200] = 4093, - [4201] = 4093, - [4202] = 4086, - [4203] = 4093, - [4204] = 4113, - [4205] = 4152, - [4206] = 4093, - [4207] = 4159, - [4208] = 4097, - [4209] = 4095, - [4210] = 4210, - [4211] = 4096, - [4212] = 4088, - [4213] = 4097, - [4214] = 4093, - [4215] = 4097, - [4216] = 4088, - [4217] = 4088, - [4218] = 4108, - [4219] = 4085, - [4220] = 4092, - [4221] = 4093, - [4222] = 4091, - [4223] = 4093, - [4224] = 4159, - [4225] = 4086, - [4226] = 4161, - [4227] = 4108, - [4228] = 4103, - [4229] = 4093, - [4230] = 4152, - [4231] = 4161, - [4232] = 4093, - [4233] = 4115, - [4234] = 4103, - [4235] = 4093, - [4236] = 4117, - [4237] = 4118, - [4238] = 4093, - [4239] = 4093, - [4240] = 4093, - [4241] = 4119, - [4242] = 4120, - [4243] = 4093, - [4244] = 4093, - [4245] = 4093, - [4246] = 4159, - [4247] = 4159, - [4248] = 4108, - [4249] = 4091, - [4250] = 4092, - [4251] = 4161, - [4252] = 4152, - [4253] = 4253, - [4254] = 4254, - [4255] = 4255, - [4256] = 4253, - [4257] = 4254, - [4258] = 4258, - [4259] = 4259, - [4260] = 2036, - [4261] = 4261, + [4139] = 4139, + [4140] = 4140, + [4141] = 4141, + [4142] = 4121, + [4143] = 3988, + [4144] = 4144, + [4145] = 4145, + [4146] = 4146, + [4147] = 4145, + [4148] = 4148, + [4149] = 4148, + [4150] = 4150, + [4151] = 4151, + [4152] = 4150, + [4153] = 4151, + [4154] = 4154, + [4155] = 4148, + [4156] = 4148, + [4157] = 4151, + [4158] = 4145, + [4159] = 4151, + [4160] = 4145, + [4161] = 4150, + [4162] = 4145, + [4163] = 4151, + [4164] = 4150, + [4165] = 4151, + [4166] = 4148, + [4167] = 4150, + [4168] = 4151, + [4169] = 4150, + [4170] = 4148, + [4171] = 4151, + [4172] = 4145, + [4173] = 4148, + [4174] = 4097, + [4175] = 4148, + [4176] = 4150, + [4177] = 4148, + [4178] = 4145, + [4179] = 4150, + [4180] = 4145, + [4181] = 4139, + [4182] = 4148, + [4183] = 4183, + [4184] = 4184, + [4185] = 4145, + [4186] = 4148, + [4187] = 4145, + [4188] = 4184, + [4189] = 4150, + [4190] = 4146, + [4191] = 4145, + [4192] = 4150, + [4193] = 4150, + [4194] = 4151, + [4195] = 4151, + [4196] = 4148, + [4197] = 4151, + [4198] = 4145, + [4199] = 4150, + [4200] = 4184, + [4201] = 4150, + [4202] = 4146, + [4203] = 4151, + [4204] = 4145, + [4205] = 4151, + [4206] = 4150, + [4207] = 4184, + [4208] = 4145, + [4209] = 4148, + [4210] = 4148, + [4211] = 4148, + [4212] = 4184, + [4213] = 4213, + [4214] = 4151, + [4215] = 4215, + [4216] = 4151, + [4217] = 4150, + [4218] = 4213, + [4219] = 4148, + [4220] = 4145, + [4221] = 4146, + [4222] = 4222, + [4223] = 4213, + [4224] = 4150, + [4225] = 4151, + [4226] = 4145, + [4227] = 4227, + [4228] = 4148, + [4229] = 4150, + [4230] = 4145, + [4231] = 4151, + [4232] = 4148, + [4233] = 4213, + [4234] = 4213, + [4235] = 4145, + [4236] = 4088, + [4237] = 4146, + [4238] = 4151, + [4239] = 4150, + [4240] = 4240, + [4241] = 4241, + [4242] = 4241, + [4243] = 4094, + [4244] = 4244, + [4245] = 4244, + [4246] = 4244, + [4247] = 4247, + [4248] = 4248, + [4249] = 4247, + [4250] = 4241, + [4251] = 4251, + [4252] = 4241, + [4253] = 4247, + [4254] = 4247, + [4255] = 4244, + [4256] = 4256, + [4257] = 4256, + [4258] = 4240, + [4259] = 4244, + [4260] = 4247, + [4261] = 4241, [4262] = 4262, - [4263] = 4263, - [4264] = 4264, - [4265] = 2037, - [4266] = 4266, - [4267] = 4267, - [4268] = 3984, + [4263] = 4251, + [4264] = 4240, + [4265] = 4265, + [4266] = 4256, + [4267] = 4251, + [4268] = 4240, [4269] = 4269, - [4270] = 4270, - [4271] = 4263, + [4270] = 4251, + [4271] = 4240, [4272] = 4272, - [4273] = 4273, - [4274] = 4266, - [4275] = 4272, - [4276] = 4276, + [4273] = 4256, + [4274] = 4256, + [4275] = 4275, + [4276] = 4251, [4277] = 4277, [4278] = 4278, - [4279] = 4261, - [4280] = 4269, - [4281] = 4262, - [4282] = 4264, - [4283] = 4283, - [4284] = 4283, - [4285] = 4277, + [4279] = 4279, + [4280] = 4280, + [4281] = 4277, + [4282] = 4282, + [4283] = 4279, + [4284] = 4282, + [4285] = 4285, [4286] = 4286, - [4287] = 4255, - [4288] = 4269, - [4289] = 4264, - [4290] = 4270, - [4291] = 4258, - [4292] = 4278, - [4293] = 4277, - [4294] = 4283, - [4295] = 4254, - [4296] = 4254, - [4297] = 4255, - [4298] = 4286, - [4299] = 4253, - [4300] = 4272, - [4301] = 4266, - [4302] = 4264, - [4303] = 46, - [4304] = 4286, - [4305] = 4261, - [4306] = 4263, - [4307] = 4261, - [4308] = 4276, - [4309] = 4270, - [4310] = 4277, - [4311] = 45, - [4312] = 4259, - [4313] = 4263, - [4314] = 4278, - [4315] = 4276, - [4316] = 4269, - [4317] = 4269, - [4318] = 4286, - [4319] = 4258, - [4320] = 4255, - [4321] = 4276, - [4322] = 4259, - [4323] = 4272, - [4324] = 4270, - [4325] = 4325, - [4326] = 4326, - [4327] = 4270, - [4328] = 4286, - [4329] = 4276, - [4330] = 4283, - [4331] = 4254, - [4332] = 4272, - [4333] = 4278, - [4334] = 4258, - [4335] = 4335, - [4336] = 4261, - [4337] = 4253, - [4338] = 4277, - [4339] = 4266, - [4340] = 4264, - [4341] = 4278, - [4342] = 4258, - [4343] = 4259, - [4344] = 4253, - [4345] = 4283, - [4346] = 4266, - [4347] = 4347, - [4348] = 4255, - [4349] = 4259, - [4350] = 4263, - [4351] = 4351, - [4352] = 4352, - [4353] = 4353, - [4354] = 4354, - [4355] = 4355, - [4356] = 4355, - [4357] = 1697, - [4358] = 4355, - [4359] = 1704, - [4360] = 1698, - [4361] = 4361, - [4362] = 4353, - [4363] = 4363, - [4364] = 1705, - [4365] = 4365, - [4366] = 4354, + [4287] = 4287, + [4288] = 4278, + [4289] = 4289, + [4290] = 4287, + [4291] = 4279, + [4292] = 4292, + [4293] = 4293, + [4294] = 4292, + [4295] = 4292, + [4296] = 4296, + [4297] = 4297, + [4298] = 4289, + [4299] = 4278, + [4300] = 4277, + [4301] = 4301, + [4302] = 4292, + [4303] = 4293, + [4304] = 4304, + [4305] = 4289, + [4306] = 4286, + [4307] = 4304, + [4308] = 4279, + [4309] = 4297, + [4310] = 4139, + [4311] = 4311, + [4312] = 4285, + [4313] = 4286, + [4314] = 4301, + [4315] = 4315, + [4316] = 4315, + [4317] = 4286, + [4318] = 4292, + [4319] = 4304, + [4320] = 4304, + [4321] = 4279, + [4322] = 4282, + [4323] = 4280, + [4324] = 4293, + [4325] = 4277, + [4326] = 4285, + [4327] = 4289, + [4328] = 4301, + [4329] = 4329, + [4330] = 4285, + [4331] = 4280, + [4332] = 4282, + [4333] = 4315, + [4334] = 4287, + [4335] = 4289, + [4336] = 4277, + [4337] = 4329, + [4338] = 4301, + [4339] = 4287, + [4340] = 4286, + [4341] = 4293, + [4342] = 4297, + [4343] = 4278, + [4344] = 4344, + [4345] = 4344, + [4346] = 4293, + [4347] = 4282, + [4348] = 4280, + [4349] = 4297, + [4350] = 4315, + [4351] = 4344, + [4352] = 4287, + [4353] = 4297, + [4354] = 4344, + [4355] = 4304, + [4356] = 4329, + [4357] = 4315, + [4358] = 4285, + [4359] = 4301, + [4360] = 4344, + [4361] = 4329, + [4362] = 3716, + [4363] = 4329, + [4364] = 4278, + [4365] = 4280, + [4366] = 4366, [4367] = 4367, - [4368] = 1716, + [4368] = 4368, [4369] = 4369, [4370] = 4370, [4371] = 4371, - [4372] = 4365, - [4373] = 1710, - [4374] = 1715, - [4375] = 4371, + [4372] = 4372, + [4373] = 4373, + [4374] = 4368, + [4375] = 4375, [4376] = 4376, - [4377] = 4353, - [4378] = 4369, - [4379] = 4365, - [4380] = 4355, - [4381] = 4370, - [4382] = 1717, - [4383] = 1706, - [4384] = 1714, - [4385] = 4385, - [4386] = 4386, - [4387] = 4365, - [4388] = 4361, - [4389] = 1699, - [4390] = 4354, - [4391] = 4353, - [4392] = 1701, - [4393] = 4361, - [4394] = 4363, - [4395] = 4361, + [4377] = 4377, + [4378] = 4378, + [4379] = 4370, + [4380] = 4380, + [4381] = 4376, + [4382] = 4382, + [4383] = 4383, + [4384] = 4383, + [4385] = 4372, + [4386] = 4366, + [4387] = 4387, + [4388] = 4388, + [4389] = 4369, + [4390] = 4390, + [4391] = 4376, + [4392] = 4367, + [4393] = 4393, + [4394] = 4393, + [4395] = 4373, [4396] = 4396, [4397] = 4397, - [4398] = 1713, - [4399] = 4399, - [4400] = 4354, - [4401] = 1702, - [4402] = 1732, - [4403] = 4365, - [4404] = 1731, - [4405] = 4405, - [4406] = 4354, - [4407] = 4369, - [4408] = 4370, - [4409] = 1703, - [4410] = 4363, - [4411] = 4370, - [4412] = 4363, - [4413] = 4369, - [4414] = 1696, - [4415] = 4363, - [4416] = 1719, - [4417] = 1720, - [4418] = 4371, - [4419] = 1695, - [4420] = 4369, - [4421] = 2909, - [4422] = 1693, - [4423] = 1692, - [4424] = 4371, - [4425] = 4370, - [4426] = 4355, - [4427] = 4361, - [4428] = 1727, - [4429] = 4429, - [4430] = 4353, - [4431] = 1724, - [4432] = 4432, - [4433] = 3212, - [4434] = 4371, - [4435] = 1691, - [4436] = 1723, - [4437] = 1721, - [4438] = 1722, - [4439] = 1711, - [4440] = 1729, - [4441] = 1712, - [4442] = 1728, - [4443] = 4443, - [4444] = 2909, - [4445] = 4445, - [4446] = 4446, - [4447] = 4447, - [4448] = 4448, - [4449] = 4449, - [4450] = 4450, - [4451] = 4451, - [4452] = 4452, + [4398] = 4368, + [4399] = 4368, + [4400] = 4370, + [4401] = 4382, + [4402] = 4380, + [4403] = 4368, + [4404] = 4404, + [4405] = 4370, + [4406] = 4369, + [4407] = 4382, + [4408] = 4377, + [4409] = 4373, + [4410] = 4380, + [4411] = 4377, + [4412] = 4368, + [4413] = 4370, + [4414] = 4367, + [4415] = 4415, + [4416] = 4416, + [4417] = 4382, + [4418] = 4372, + [4419] = 4419, + [4420] = 4375, + [4421] = 4372, + [4422] = 4387, + [4423] = 4377, + [4424] = 4380, + [4425] = 4368, + [4426] = 4426, + [4427] = 4427, + [4428] = 4416, + [4429] = 4369, + [4430] = 4393, + [4431] = 4416, + [4432] = 4393, + [4433] = 4433, + [4434] = 4415, + [4435] = 4435, + [4436] = 4368, + [4437] = 4415, + [4438] = 4368, + [4439] = 4416, + [4440] = 4388, + [4441] = 4388, + [4442] = 4387, + [4443] = 4368, + [4444] = 4444, + [4445] = 4368, + [4446] = 4388, + [4447] = 4375, + [4448] = 4366, + [4449] = 4387, + [4450] = 4373, + [4451] = 4419, + [4452] = 4368, [4453] = 4453, [4454] = 4454, - [4455] = 4455, - [4456] = 4449, - [4457] = 4457, + [4455] = 4368, + [4456] = 4269, + [4457] = 4375, [4458] = 4458, - [4459] = 4459, - [4460] = 4449, - [4461] = 4461, - [4462] = 4462, - [4463] = 4452, - [4464] = 4464, - [4465] = 4465, - [4466] = 4466, + [4459] = 4369, + [4460] = 4387, + [4461] = 4375, + [4462] = 4366, + [4463] = 4419, + [4464] = 4419, + [4465] = 4368, + [4466] = 4366, [4467] = 4467, - [4468] = 4468, - [4469] = 4469, - [4470] = 4470, - [4471] = 4452, - [4472] = 4472, - [4473] = 4448, - [4474] = 4474, - [4475] = 4475, - [4476] = 4476, - [4477] = 4449, - [4478] = 4462, - [4479] = 4468, - [4480] = 4480, - [4481] = 4481, - [4482] = 4482, - [4483] = 4466, - [4484] = 4465, - [4485] = 4485, - [4486] = 4458, - [4487] = 4459, - [4488] = 4448, - [4489] = 4466, - [4490] = 4462, - [4491] = 4491, - [4492] = 4467, - [4493] = 4468, - [4494] = 4459, - [4495] = 4446, - [4496] = 4482, - [4497] = 4443, + [4468] = 4367, + [4469] = 4376, + [4470] = 4368, + [4471] = 4471, + [4472] = 4383, + [4473] = 4388, + [4474] = 4419, + [4475] = 4376, + [4476] = 4372, + [4477] = 4416, + [4478] = 4368, + [4479] = 4368, + [4480] = 4415, + [4481] = 4393, + [4482] = 4368, + [4483] = 4483, + [4484] = 4382, + [4485] = 4383, + [4486] = 4377, + [4487] = 4415, + [4488] = 4367, + [4489] = 4373, + [4490] = 4490, + [4491] = 4383, + [4492] = 4492, + [4493] = 4493, + [4494] = 4380, + [4495] = 4495, + [4496] = 4496, + [4497] = 4497, [4498] = 4498, - [4499] = 4476, + [4499] = 4499, [4500] = 4500, - [4501] = 4443, - [4502] = 4476, - [4503] = 4482, - [4504] = 9, - [4505] = 4465, - [4506] = 4465, - [4507] = 4446, - [4508] = 4447, - [4509] = 7, + [4501] = 4501, + [4502] = 4502, + [4503] = 4503, + [4504] = 4504, + [4505] = 4496, + [4506] = 4506, + [4507] = 4507, + [4508] = 4508, + [4509] = 4509, [4510] = 4510, - [4511] = 4447, - [4512] = 4447, - [4513] = 4498, + [4511] = 4511, + [4512] = 4497, + [4513] = 4513, [4514] = 4514, - [4515] = 4469, - [4516] = 4466, - [4517] = 4467, - [4518] = 4446, - [4519] = 4448, - [4520] = 4367, - [4521] = 4459, - [4522] = 4522, - [4523] = 4467, - [4524] = 4524, - [4525] = 4452, - [4526] = 4467, - [4527] = 4527, - [4528] = 4528, + [4515] = 4515, + [4516] = 4516, + [4517] = 4517, + [4518] = 4518, + [4519] = 4519, + [4520] = 4520, + [4521] = 4497, + [4522] = 4510, + [4523] = 4509, + [4524] = 4520, + [4525] = 4525, + [4526] = 4518, + [4527] = 4511, + [4528] = 4513, [4529] = 4529, - [4530] = 4530, - [4531] = 4531, - [4532] = 4532, + [4530] = 4517, + [4531] = 4516, + [4532] = 4515, [4533] = 4533, - [4534] = 4443, - [4535] = 4462, - [4536] = 4446, - [4537] = 4537, - [4538] = 4538, - [4539] = 4539, - [4540] = 4540, - [4541] = 4470, - [4542] = 4452, - [4543] = 4468, - [4544] = 4470, - [4545] = 4470, - [4546] = 4466, - [4547] = 4468, - [4548] = 4448, - [4549] = 4458, - [4550] = 4443, - [4551] = 4458, - [4552] = 4510, - [4553] = 4459, - [4554] = 4498, - [4555] = 4462, + [4534] = 4534, + [4535] = 4519, + [4536] = 4536, + [4537] = 4508, + [4538] = 4507, + [4539] = 4496, + [4540] = 4504, + [4541] = 4506, + [4542] = 16, + [4543] = 4498, + [4544] = 4544, + [4545] = 4517, + [4546] = 4516, + [4547] = 4509, + [4548] = 4515, + [4549] = 4503, + [4550] = 4536, + [4551] = 4534, + [4552] = 4508, + [4553] = 4502, + [4554] = 4533, + [4555] = 4507, [4556] = 4556, - [4557] = 4469, - [4558] = 4510, - [4559] = 4510, - [4560] = 4498, - [4561] = 4469, - [4562] = 4447, - [4563] = 4563, - [4564] = 4465, - [4565] = 4482, - [4566] = 4482, - [4567] = 4567, - [4568] = 4476, + [4557] = 4499, + [4558] = 4558, + [4559] = 4506, + [4560] = 4560, + [4561] = 4529, + [4562] = 4562, + [4563] = 4560, + [4564] = 4564, + [4565] = 4499, + [4566] = 4566, + [4567] = 4518, + [4568] = 4520, [4569] = 4510, - [4570] = 4476, - [4571] = 4498, - [4572] = 4458, - [4573] = 4573, - [4574] = 4574, - [4575] = 4470, - [4576] = 4576, - [4577] = 4469, - [4578] = 4578, + [4570] = 4570, + [4571] = 4511, + [4572] = 3787, + [4573] = 4560, + [4574] = 4560, + [4575] = 4506, + [4576] = 4507, + [4577] = 4519, + [4578] = 4508, [4579] = 4579, - [4580] = 4578, - [4581] = 4581, + [4580] = 4514, + [4581] = 4509, [4582] = 4582, - [4583] = 4583, - [4584] = 4584, - [4585] = 4585, - [4586] = 9, - [4587] = 4581, - [4588] = 4584, - [4589] = 4589, - [4590] = 4590, - [4591] = 4591, - [4592] = 3212, - [4593] = 4579, - [4594] = 4594, - [4595] = 4595, - [4596] = 4595, - [4597] = 4589, - [4598] = 4584, - [4599] = 4581, - [4600] = 4583, - [4601] = 4585, - [4602] = 10, - [4603] = 4603, - [4604] = 4578, - [4605] = 4584, - [4606] = 4603, - [4607] = 7, - [4608] = 4608, + [4583] = 4513, + [4584] = 4510, + [4585] = 4497, + [4586] = 4513, + [4587] = 4511, + [4588] = 4560, + [4589] = 4497, + [4590] = 4510, + [4591] = 4509, + [4592] = 4508, + [4593] = 4507, + [4594] = 4529, + [4595] = 4499, + [4596] = 4533, + [4597] = 4515, + [4598] = 4506, + [4599] = 4498, + [4600] = 4516, + [4601] = 4517, + [4602] = 4498, + [4603] = 4500, + [4604] = 4536, + [4605] = 4534, + [4606] = 4533, + [4607] = 4529, + [4608] = 4501, [4609] = 4609, - [4610] = 4595, - [4611] = 4611, - [4612] = 4589, + [4610] = 4534, + [4611] = 4501, + [4612] = 19, [4613] = 4613, - [4614] = 4583, - [4615] = 4585, - [4616] = 4611, - [4617] = 4617, - [4618] = 4613, - [4619] = 4609, - [4620] = 4608, - [4621] = 4621, - [4622] = 4594, - [4623] = 4623, - [4624] = 4579, - [4625] = 4625, - [4626] = 4626, - [4627] = 4627, - [4628] = 4628, - [4629] = 4578, - [4630] = 4630, - [4631] = 4481, - [4632] = 4590, - [4633] = 4633, - [4634] = 4603, - [4635] = 4590, - [4636] = 4611, - [4637] = 4594, - [4638] = 4638, - [4639] = 4603, - [4640] = 4611, - [4641] = 4608, - [4642] = 4594, - [4643] = 4590, - [4644] = 4644, - [4645] = 4603, - [4646] = 4581, - [4647] = 4584, - [4648] = 4613, - [4649] = 4589, - [4650] = 4650, - [4651] = 4579, - [4652] = 4609, - [4653] = 4608, - [4654] = 4654, - [4655] = 4589, - [4656] = 4656, - [4657] = 4594, - [4658] = 4658, - [4659] = 4608, - [4660] = 4609, - [4661] = 4585, - [4662] = 4583, - [4663] = 4613, + [4614] = 4536, + [4615] = 4502, + [4616] = 4511, + [4617] = 4499, + [4618] = 4500, + [4619] = 4513, + [4620] = 4620, + [4621] = 4514, + [4622] = 4515, + [4623] = 4516, + [4624] = 3878, + [4625] = 4517, + [4626] = 4564, + [4627] = 4536, + [4628] = 4534, + [4629] = 26, + [4630] = 4533, + [4631] = 4529, + [4632] = 3881, + [4633] = 4503, + [4634] = 13, + [4635] = 4504, + [4636] = 4496, + [4637] = 4518, + [4638] = 4518, + [4639] = 4520, + [4640] = 4519, + [4641] = 4520, + [4642] = 3780, + [4643] = 4643, + [4644] = 4514, + [4645] = 3879, + [4646] = 4519, + [4647] = 4500, + [4648] = 4501, + [4649] = 4649, + [4650] = 4502, + [4651] = 4503, + [4652] = 22, + [4653] = 4500, + [4654] = 4501, + [4655] = 4504, + [4656] = 3877, + [4657] = 4502, + [4658] = 4514, + [4659] = 4503, + [4660] = 4504, + [4661] = 4496, + [4662] = 4662, + [4663] = 4498, [4664] = 4664, - [4665] = 4613, - [4666] = 4595, - [4667] = 4595, - [4668] = 4590, - [4669] = 4581, - [4670] = 4611, - [4671] = 4579, - [4672] = 4583, - [4673] = 4585, - [4674] = 4609, - [4675] = 4578, + [4665] = 4665, + [4666] = 4666, + [4667] = 4667, + [4668] = 4668, + [4669] = 4669, + [4670] = 4670, + [4671] = 4671, + [4672] = 4672, + [4673] = 4670, + [4674] = 4674, + [4675] = 4675, [4676] = 4676, [4677] = 4677, - [4678] = 2909, + [4678] = 4665, [4679] = 4679, [4680] = 4680, - [4681] = 4681, - [4682] = 4682, - [4683] = 4683, - [4684] = 4684, + [4681] = 4677, + [4682] = 4666, + [4683] = 4677, + [4684] = 4677, [4685] = 4685, - [4686] = 4686, + [4686] = 4680, [4687] = 4687, - [4688] = 6, + [4688] = 4688, [4689] = 4689, [4690] = 4690, - [4691] = 4691, - [4692] = 4689, + [4691] = 4677, + [4692] = 4692, [4693] = 4693, - [4694] = 4685, + [4694] = 4694, [4695] = 4695, - [4696] = 4696, + [4696] = 4677, [4697] = 4697, - [4698] = 3212, - [4699] = 4681, - [4700] = 4684, - [4701] = 4679, - [4702] = 4702, - [4703] = 4683, - [4704] = 4687, + [4698] = 4677, + [4699] = 4690, + [4700] = 4697, + [4701] = 4677, + [4702] = 4669, + [4703] = 4703, + [4704] = 4704, [4705] = 4705, - [4706] = 4695, - [4707] = 4707, - [4708] = 4680, - [4709] = 1544, - [4710] = 4680, - [4711] = 4711, - [4712] = 1533, - [4713] = 4713, - [4714] = 1545, - [4715] = 4715, - [4716] = 4707, - [4717] = 4715, + [4706] = 4706, + [4707] = 4677, + [4708] = 4708, + [4709] = 4709, + [4710] = 4710, + [4711] = 4679, + [4712] = 4672, + [4713] = 4685, + [4714] = 4671, + [4715] = 4680, + [4716] = 4716, + [4717] = 4717, [4718] = 4718, - [4719] = 4702, - [4720] = 4686, - [4721] = 4721, - [4722] = 4722, + [4719] = 4697, + [4720] = 4720, + [4721] = 4677, + [4722] = 4717, [4723] = 4723, - [4724] = 4724, - [4725] = 2909, - [4726] = 4726, - [4727] = 4727, - [4728] = 4677, - [4729] = 4695, - [4730] = 4730, - [4731] = 4702, - [4732] = 1543, - [4733] = 4684, - [4734] = 1533, - [4735] = 4722, - [4736] = 4721, - [4737] = 4737, - [4738] = 4677, - [4739] = 4739, - [4740] = 4726, - [4741] = 4737, + [4724] = 4718, + [4725] = 4677, + [4726] = 4677, + [4727] = 4679, + [4728] = 4693, + [4729] = 4672, + [4730] = 4665, + [4731] = 4671, + [4732] = 4670, + [4733] = 4706, + [4734] = 4675, + [4735] = 4666, + [4736] = 4677, + [4737] = 4675, + [4738] = 4738, + [4739] = 4692, + [4740] = 4668, + [4741] = 4741, [4742] = 4742, - [4743] = 4743, - [4744] = 4739, - [4745] = 4743, - [4746] = 4690, + [4743] = 4680, + [4744] = 4703, + [4745] = 4685, + [4746] = 4704, [4747] = 4747, - [4748] = 16, - [4749] = 4727, - [4750] = 4750, - [4751] = 4722, - [4752] = 4750, - [4753] = 4711, - [4754] = 4711, - [4755] = 4677, - [4756] = 4677, - [4757] = 4737, - [4758] = 4758, - [4759] = 4759, - [4760] = 4739, - [4761] = 4761, - [4762] = 4762, - [4763] = 1536, - [4764] = 4762, - [4765] = 4761, - [4766] = 4747, - [4767] = 1545, - [4768] = 4761, - [4769] = 4769, - [4770] = 4730, - [4771] = 4747, - [4772] = 4743, - [4773] = 4762, - [4774] = 4774, - [4775] = 4775, - [4776] = 4776, - [4777] = 4680, - [4778] = 4683, - [4779] = 4750, - [4780] = 4780, - [4781] = 4691, - [4782] = 4682, - [4783] = 4783, - [4784] = 4784, - [4785] = 4785, - [4786] = 4711, - [4787] = 4730, - [4788] = 4788, - [4789] = 4680, - [4790] = 4715, - [4791] = 4683, - [4792] = 4705, - [4793] = 3264, - [4794] = 4794, - [4795] = 4696, + [4748] = 4747, + [4749] = 4742, + [4750] = 4677, + [4751] = 4685, + [4752] = 4680, + [4753] = 4741, + [4754] = 4718, + [4755] = 4667, + [4756] = 4668, + [4757] = 4757, + [4758] = 4716, + [4759] = 4706, + [4760] = 4677, + [4761] = 4672, + [4762] = 4689, + [4763] = 4671, + [4764] = 4708, + [4765] = 4694, + [4766] = 4766, + [4767] = 4677, + [4768] = 4677, + [4769] = 4720, + [4770] = 4717, + [4771] = 4697, + [4772] = 4677, + [4773] = 4666, + [4774] = 34, + [4775] = 4718, + [4776] = 4741, + [4777] = 4741, + [4778] = 4778, + [4779] = 4742, + [4780] = 4677, + [4781] = 4677, + [4782] = 4677, + [4783] = 4674, + [4784] = 4676, + [4785] = 4747, + [4786] = 4706, + [4787] = 25, + [4788] = 4677, + [4789] = 3255, + [4790] = 4697, + [4791] = 4688, + [4792] = 4708, + [4793] = 4688, + [4794] = 4708, + [4795] = 4692, [4796] = 4689, - [4797] = 4690, - [4798] = 4686, - [4799] = 4799, - [4800] = 4690, - [4801] = 4691, - [4802] = 4689, - [4803] = 4682, - [4804] = 4705, - [4805] = 4721, - [4806] = 4685, - [4807] = 4726, - [4808] = 4727, - [4809] = 4681, - [4810] = 4785, - [4811] = 4811, - [4812] = 4, - [4813] = 4679, - [4814] = 4814, - [4815] = 4815, - [4816] = 4785, - [4817] = 1536, - [4818] = 4695, - [4819] = 4730, - [4820] = 4718, - [4821] = 4702, - [4822] = 4822, - [4823] = 4684, - [4824] = 4824, - [4825] = 5, - [4826] = 4705, - [4827] = 4827, - [4828] = 4828, - [4829] = 4829, + [4797] = 4677, + [4798] = 4694, + [4799] = 4677, + [4800] = 4674, + [4801] = 4742, + [4802] = 4738, + [4803] = 4679, + [4804] = 4747, + [4805] = 4677, + [4806] = 4694, + [4807] = 4716, + [4808] = 4672, + [4809] = 4677, + [4810] = 4810, + [4811] = 4717, + [4812] = 4688, + [4813] = 4677, + [4814] = 4704, + [4815] = 4693, + [4816] = 4665, + [4817] = 4817, + [4818] = 4677, + [4819] = 4720, + [4820] = 4820, + [4821] = 4703, + [4822] = 4667, + [4823] = 4669, + [4824] = 4693, + [4825] = 4670, + [4826] = 4675, + [4827] = 4666, + [4828] = 4692, + [4829] = 4717, [4830] = 4830, - [4831] = 4831, - [4832] = 4832, - [4833] = 4833, - [4834] = 4685, - [4835] = 4835, - [4836] = 4718, - [4837] = 4687, - [4838] = 4838, - [4839] = 4685, - [4840] = 4695, - [4841] = 4681, - [4842] = 4842, - [4843] = 4718, - [4844] = 4844, + [4831] = 4677, + [4832] = 4677, + [4833] = 4703, + [4834] = 4704, + [4835] = 4671, + [4836] = 4716, + [4837] = 4679, + [4838] = 4677, + [4839] = 4839, + [4840] = 4677, + [4841] = 4692, + [4842] = 4669, + [4843] = 4738, + [4844] = 4677, [4845] = 4845, - [4846] = 4679, + [4846] = 4674, [4847] = 4847, - [4848] = 4832, - [4849] = 4832, - [4850] = 4687, - [4851] = 4750, - [4852] = 4852, - [4853] = 4853, - [4854] = 4707, - [4855] = 4855, - [4856] = 4727, - [4857] = 4743, - [4858] = 4858, - [4859] = 4739, - [4860] = 4696, - [4861] = 4726, - [4862] = 4737, - [4863] = 4852, - [4864] = 4852, - [4865] = 1548, - [4866] = 4785, - [4867] = 4707, - [4868] = 4868, - [4869] = 4722, - [4870] = 4870, - [4871] = 4707, - [4872] = 4696, - [4873] = 4696, - [4874] = 4705, - [4875] = 4852, - [4876] = 4876, - [4877] = 4785, - [4878] = 4689, - [4879] = 4690, - [4880] = 4687, - [4881] = 4737, - [4882] = 4718, - [4883] = 4883, - [4884] = 4682, - [4885] = 4682, - [4886] = 4715, - [4887] = 4721, - [4888] = 4739, - [4889] = 4743, - [4890] = 4890, - [4891] = 4691, - [4892] = 4750, - [4893] = 4832, - [4894] = 4691, - [4895] = 2037, - [4896] = 4683, + [4848] = 4677, + [4849] = 4676, + [4850] = 4720, + [4851] = 4718, + [4852] = 4741, + [4853] = 4738, + [4854] = 4742, + [4855] = 4747, + [4856] = 4856, + [4857] = 4670, + [4858] = 4706, + [4859] = 4703, + [4860] = 4693, + [4861] = 4665, + [4862] = 4688, + [4863] = 4689, + [4864] = 4667, + [4865] = 4668, + [4866] = 4720, + [4867] = 4867, + [4868] = 4708, + [4869] = 4694, + [4870] = 4669, + [4871] = 4704, + [4872] = 4689, + [4873] = 4873, + [4874] = 4668, + [4875] = 4875, + [4876] = 4677, + [4877] = 4674, + [4878] = 4677, + [4879] = 4676, + [4880] = 4676, + [4881] = 4667, + [4882] = 4677, + [4883] = 4675, + [4884] = 4677, + [4885] = 4716, + [4886] = 4677, + [4887] = 4685, + [4888] = 4677, + [4889] = 4738, + [4890] = 4677, + [4891] = 4891, + [4892] = 4757, + [4893] = 4766, + [4894] = 4894, + [4895] = 4895, + [4896] = 4891, [4897] = 4897, - [4898] = 4762, - [4899] = 4715, + [4898] = 4898, + [4899] = 4899, [4900] = 4900, - [4901] = 4702, - [4902] = 4684, + [4901] = 4901, + [4902] = 4899, [4903] = 4903, [4904] = 4904, - [4905] = 4761, - [4906] = 4721, + [4905] = 4905, + [4906] = 4906, [4907] = 4907, - [4908] = 4686, - [4909] = 4730, - [4910] = 10, - [4911] = 4911, - [4912] = 4747, - [4913] = 4711, - [4914] = 4679, - [4915] = 4832, - [4916] = 4762, + [4908] = 4895, + [4909] = 4904, + [4910] = 4903, + [4911] = 4897, + [4912] = 4912, + [4913] = 4897, + [4914] = 4906, + [4915] = 4915, + [4916] = 4899, [4917] = 4917, - [4918] = 4681, - [4919] = 4726, - [4920] = 4920, - [4921] = 4852, - [4922] = 4922, - [4923] = 4761, - [4924] = 4727, - [4925] = 4747, - [4926] = 4722, - [4927] = 4927, - [4928] = 4928, + [4918] = 4918, + [4919] = 4901, + [4920] = 4709, + [4921] = 4907, + [4922] = 4912, + [4923] = 4904, + [4924] = 4924, + [4925] = 2137, + [4926] = 4917, + [4927] = 4900, + [4928] = 2136, [4929] = 4929, [4930] = 4930, - [4931] = 4931, - [4932] = 4932, - [4933] = 4933, - [4934] = 4934, - [4935] = 4935, - [4936] = 4936, - [4937] = 4937, - [4938] = 4938, - [4939] = 4939, - [4940] = 4934, - [4941] = 4941, - [4942] = 4942, - [4943] = 4943, - [4944] = 4944, - [4945] = 4945, - [4946] = 4946, - [4947] = 4947, - [4948] = 4929, - [4949] = 4949, - [4950] = 4950, - [4951] = 4951, - [4952] = 4941, - [4953] = 4929, - [4954] = 4954, - [4955] = 4955, - [4956] = 4956, - [4957] = 4957, - [4958] = 4958, - [4959] = 4941, - [4960] = 4939, - [4961] = 4961, - [4962] = 4962, - [4963] = 4933, - [4964] = 4964, - [4965] = 20, - [4966] = 4966, - [4967] = 4946, - [4968] = 4968, - [4969] = 4964, - [4970] = 4966, - [4971] = 8, - [4972] = 4934, - [4973] = 4973, - [4974] = 4974, - [4975] = 4964, - [4976] = 4976, - [4977] = 4977, - [4978] = 15, - [4979] = 4979, - [4980] = 4966, - [4981] = 4981, - [4982] = 4982, - [4983] = 27, - [4984] = 4984, - [4985] = 4985, - [4986] = 4986, + [4931] = 4906, + [4932] = 4930, + [4933] = 4897, + [4934] = 4875, + [4935] = 4664, + [4936] = 4917, + [4937] = 4891, + [4938] = 4915, + [4939] = 4901, + [4940] = 4899, + [4941] = 4900, + [4942] = 4930, + [4943] = 4912, + [4944] = 4905, + [4945] = 4895, + [4946] = 4907, + [4947] = 4906, + [4948] = 4723, + [4949] = 4895, + [4950] = 4904, + [4951] = 4904, + [4952] = 4929, + [4953] = 4953, + [4954] = 4901, + [4955] = 4897, + [4956] = 4900, + [4957] = 4912, + [4958] = 4903, + [4959] = 4917, + [4960] = 4891, + [4961] = 4905, + [4962] = 4905, + [4963] = 4929, + [4964] = 4929, + [4965] = 4903, + [4966] = 4907, + [4967] = 4967, + [4968] = 4917, + [4969] = 4903, + [4970] = 49, + [4971] = 4929, + [4972] = 4953, + [4973] = 4906, + [4974] = 4900, + [4975] = 4891, + [4976] = 4915, + [4977] = 46, + [4978] = 4930, + [4979] = 4710, + [4980] = 4953, + [4981] = 4915, + [4982] = 4895, + [4983] = 4912, + [4984] = 4901, + [4985] = 4905, + [4986] = 4953, [4987] = 4987, - [4988] = 4988, - [4989] = 4957, - [4990] = 4990, - [4991] = 4991, - [4992] = 4992, - [4993] = 4993, + [4988] = 4899, + [4989] = 4989, + [4990] = 4907, + [4991] = 4915, + [4992] = 4930, + [4993] = 4953, [4994] = 4994, - [4995] = 4930, + [4995] = 4995, [4996] = 4996, [4997] = 4997, - [4998] = 4998, - [4999] = 4997, - [5000] = 4941, - [5001] = 4938, - [5002] = 21, + [4998] = 4997, + [4999] = 4999, + [5000] = 2073, + [5001] = 2127, + [5002] = 2168, [5003] = 5003, - [5004] = 4930, - [5005] = 5005, - [5006] = 4938, - [5007] = 4946, - [5008] = 4929, + [5004] = 5004, + [5005] = 4994, + [5006] = 4997, + [5007] = 5007, + [5008] = 5008, [5009] = 5009, - [5010] = 4939, - [5011] = 4930, - [5012] = 5012, - [5013] = 4938, - [5014] = 5014, - [5015] = 5015, - [5016] = 4946, - [5017] = 4946, - [5018] = 4939, + [5010] = 3678, + [5011] = 3255, + [5012] = 2074, + [5013] = 2124, + [5014] = 2123, + [5015] = 2122, + [5016] = 5004, + [5017] = 4997, + [5018] = 2170, [5019] = 5019, - [5020] = 5020, - [5021] = 5021, - [5022] = 4957, - [5023] = 4934, - [5024] = 5012, - [5025] = 5025, - [5026] = 4934, - [5027] = 5012, - [5028] = 4997, + [5020] = 4995, + [5021] = 2041, + [5022] = 2121, + [5023] = 2103, + [5024] = 5024, + [5025] = 4995, + [5026] = 2101, + [5027] = 4996, + [5028] = 2100, [5029] = 5029, - [5030] = 5030, - [5031] = 4939, - [5032] = 7, - [5033] = 5033, - [5034] = 5034, - [5035] = 9, - [5036] = 4964, - [5037] = 4957, - [5038] = 5038, + [5030] = 2092, + [5031] = 2091, + [5032] = 5029, + [5033] = 2140, + [5034] = 2061, + [5035] = 5035, + [5036] = 2053, + [5037] = 5024, + [5038] = 2051, [5039] = 5039, - [5040] = 5040, - [5041] = 4997, - [5042] = 4997, - [5043] = 4964, - [5044] = 5044, - [5045] = 5045, - [5046] = 4938, - [5047] = 4930, - [5048] = 5048, - [5049] = 4941, - [5050] = 4933, - [5051] = 4929, - [5052] = 4957, + [5040] = 2087, + [5041] = 5029, + [5042] = 2063, + [5043] = 2176, + [5044] = 2064, + [5045] = 5024, + [5046] = 5046, + [5047] = 4995, + [5048] = 2086, + [5049] = 2083, + [5050] = 4996, + [5051] = 2050, + [5052] = 5019, [5053] = 5053, - [5054] = 1787, - [5055] = 1907, - [5056] = 5056, - [5057] = 5057, - [5058] = 5053, - [5059] = 5059, - [5060] = 5060, - [5061] = 5061, - [5062] = 5062, - [5063] = 5063, - [5064] = 1889, - [5065] = 5065, - [5066] = 4993, - [5067] = 5067, - [5068] = 1908, - [5069] = 5069, - [5070] = 1876, - [5071] = 5071, - [5072] = 5060, - [5073] = 1909, - [5074] = 4996, - [5075] = 1910, - [5076] = 5076, - [5077] = 1906, - [5078] = 1905, - [5079] = 5079, - [5080] = 1904, - [5081] = 1911, - [5082] = 1903, - [5083] = 4979, - [5084] = 1902, - [5085] = 1901, - [5086] = 1912, + [5054] = 5054, + [5055] = 2172, + [5056] = 2171, + [5057] = 5019, + [5058] = 2169, + [5059] = 5019, + [5060] = 4994, + [5061] = 5019, + [5062] = 4996, + [5063] = 4997, + [5064] = 2049, + [5065] = 5024, + [5066] = 5024, + [5067] = 2194, + [5068] = 5029, + [5069] = 5003, + [5070] = 5004, + [5071] = 4994, + [5072] = 2052, + [5073] = 4994, + [5074] = 5074, + [5075] = 5003, + [5076] = 5029, + [5077] = 2048, + [5078] = 5003, + [5079] = 5004, + [5080] = 4995, + [5081] = 5081, + [5082] = 5004, + [5083] = 4996, + [5084] = 5003, + [5085] = 5085, + [5086] = 5086, [5087] = 5087, - [5088] = 1900, - [5089] = 1913, - [5090] = 5090, - [5091] = 1915, - [5092] = 1917, - [5093] = 1899, - [5094] = 1898, - [5095] = 1950, + [5088] = 5088, + [5089] = 5089, + [5090] = 3255, + [5091] = 5091, + [5092] = 5092, + [5093] = 5093, + [5094] = 5094, + [5095] = 5095, [5096] = 5096, - [5097] = 5019, + [5097] = 5093, [5098] = 5098, - [5099] = 1897, - [5100] = 1657, - [5101] = 3212, + [5099] = 5099, + [5100] = 5100, + [5101] = 5093, [5102] = 5102, - [5103] = 4998, - [5104] = 4954, - [5105] = 1895, - [5106] = 5065, - [5107] = 1894, - [5108] = 1893, - [5109] = 1892, - [5110] = 1656, - [5111] = 1887, - [5112] = 1885, - [5113] = 23, - [5114] = 1884, - [5115] = 1883, - [5116] = 1681, - [5117] = 5065, - [5118] = 1882, - [5119] = 1880, - [5120] = 5079, - [5121] = 12, - [5122] = 1879, - [5123] = 5123, - [5124] = 1878, + [5103] = 5103, + [5104] = 5104, + [5105] = 5092, + [5106] = 5106, + [5107] = 5107, + [5108] = 5108, + [5109] = 5109, + [5110] = 5106, + [5111] = 5111, + [5112] = 5112, + [5113] = 5113, + [5114] = 5092, + [5115] = 5102, + [5116] = 5086, + [5117] = 5088, + [5118] = 5102, + [5119] = 5119, + [5120] = 5108, + [5121] = 5111, + [5122] = 5113, + [5123] = 5095, + [5124] = 5124, [5125] = 5125, - [5126] = 1877, - [5127] = 5127, - [5128] = 5128, - [5129] = 5127, - [5130] = 5056, - [5131] = 1924, - [5132] = 5059, - [5133] = 5057, - [5134] = 5060, - [5135] = 5135, + [5126] = 5113, + [5127] = 5108, + [5128] = 5104, + [5129] = 5129, + [5130] = 5130, + [5131] = 5131, + [5132] = 5132, + [5133] = 5124, + [5134] = 5107, + [5135] = 5124, [5136] = 5136, - [5137] = 1800, - [5138] = 1925, - [5139] = 1875, - [5140] = 1874, - [5141] = 1890, - [5142] = 1873, - [5143] = 1872, + [5137] = 5137, + [5138] = 5138, + [5139] = 5139, + [5140] = 5113, + [5141] = 5141, + [5142] = 5142, + [5143] = 5143, [5144] = 5144, - [5145] = 1926, - [5146] = 5144, - [5147] = 7, + [5145] = 5145, + [5146] = 5146, + [5147] = 5088, [5148] = 5148, - [5149] = 1871, - [5150] = 1927, + [5149] = 5099, + [5150] = 5103, [5151] = 5151, - [5152] = 5123, - [5153] = 1928, - [5154] = 1870, - [5155] = 1869, - [5156] = 5156, - [5157] = 1929, - [5158] = 1868, - [5159] = 5159, - [5160] = 1930, - [5161] = 5025, - [5162] = 1931, - [5163] = 5163, - [5164] = 5056, + [5152] = 5094, + [5153] = 5153, + [5154] = 5112, + [5155] = 5136, + [5156] = 5094, + [5157] = 5157, + [5158] = 5108, + [5159] = 5112, + [5160] = 5107, + [5161] = 5112, + [5162] = 5103, + [5163] = 5106, + [5164] = 5086, [5165] = 5165, - [5166] = 1866, - [5167] = 5061, - [5168] = 1865, - [5169] = 5102, - [5170] = 1864, - [5171] = 1863, - [5172] = 1862, - [5173] = 1861, - [5174] = 1860, - [5175] = 1932, - [5176] = 1859, - [5177] = 1858, - [5178] = 5079, - [5179] = 1857, - [5180] = 1856, - [5181] = 5181, - [5182] = 5182, - [5183] = 5079, - [5184] = 1855, - [5185] = 1854, - [5186] = 1851, - [5187] = 5144, - [5188] = 1850, - [5189] = 5014, - [5190] = 5190, - [5191] = 1846, - [5192] = 5192, - [5193] = 1845, - [5194] = 1844, - [5195] = 1843, - [5196] = 1934, - [5197] = 1935, - [5198] = 1841, - [5199] = 1840, - [5200] = 3212, - [5201] = 5201, - [5202] = 1936, - [5203] = 1839, - [5204] = 1937, - [5205] = 1939, - [5206] = 1838, - [5207] = 5190, - [5208] = 1837, - [5209] = 1835, - [5210] = 5201, - [5211] = 1833, + [5166] = 7, + [5167] = 5111, + [5168] = 8, + [5169] = 5087, + [5170] = 5091, + [5171] = 5099, + [5172] = 5172, + [5173] = 5173, + [5174] = 5111, + [5175] = 5175, + [5176] = 5106, + [5177] = 5124, + [5178] = 5178, + [5179] = 5179, + [5180] = 5087, + [5181] = 5136, + [5182] = 5165, + [5183] = 5107, + [5184] = 5089, + [5185] = 5111, + [5186] = 5099, + [5187] = 5106, + [5188] = 5091, + [5189] = 5094, + [5190] = 5165, + [5191] = 5107, + [5192] = 5102, + [5193] = 5087, + [5194] = 5094, + [5195] = 5195, + [5196] = 5108, + [5197] = 5113, + [5198] = 5088, + [5199] = 5091, + [5200] = 5165, + [5201] = 5086, + [5202] = 5103, + [5203] = 5203, + [5204] = 5124, + [5205] = 5205, + [5206] = 5136, + [5207] = 5099, + [5208] = 5088, + [5209] = 5086, + [5210] = 5210, + [5211] = 5103, [5212] = 5212, - [5213] = 1940, - [5214] = 5098, - [5215] = 5079, + [5213] = 5091, + [5214] = 5092, + [5215] = 5089, [5216] = 5216, - [5217] = 5144, + [5217] = 5093, [5218] = 5218, - [5219] = 5096, - [5220] = 5220, - [5221] = 1832, - [5222] = 1831, - [5223] = 5128, - [5224] = 5136, - [5225] = 5218, - [5226] = 1830, - [5227] = 1829, - [5228] = 1828, - [5229] = 1827, - [5230] = 1826, - [5231] = 5079, - [5232] = 1825, - [5233] = 1867, - [5234] = 1823, - [5235] = 1822, - [5236] = 1821, - [5237] = 1820, - [5238] = 1819, - [5239] = 5079, + [5219] = 5219, + [5220] = 5087, + [5221] = 5136, + [5222] = 5089, + [5223] = 5074, + [5224] = 5104, + [5225] = 5112, + [5226] = 5104, + [5227] = 5165, + [5228] = 5104, + [5229] = 5092, + [5230] = 5093, + [5231] = 5102, + [5232] = 5232, + [5233] = 5233, + [5234] = 5232, + [5235] = 5232, + [5236] = 5233, + [5237] = 5233, + [5238] = 5238, + [5239] = 5239, [5240] = 5240, - [5241] = 5212, - [5242] = 5201, - [5243] = 5045, - [5244] = 1817, - [5245] = 5245, - [5246] = 1816, + [5241] = 5, + [5242] = 5242, + [5243] = 5243, + [5244] = 14, + [5245] = 5240, + [5246] = 5240, [5247] = 5247, - [5248] = 1813, - [5249] = 1812, - [5250] = 1811, - [5251] = 1810, - [5252] = 1807, - [5253] = 5079, - [5254] = 1806, - [5255] = 5216, - [5256] = 3412, + [5248] = 5247, + [5249] = 5239, + [5250] = 5250, + [5251] = 5243, + [5252] = 5252, + [5253] = 5240, + [5254] = 5252, + [5255] = 5255, + [5256] = 5250, [5257] = 5257, - [5258] = 1805, - [5259] = 5061, - [5260] = 1951, - [5261] = 5056, - [5262] = 1952, - [5263] = 4481, - [5264] = 1734, - [5265] = 5056, - [5266] = 5079, - [5267] = 1953, - [5268] = 1799, - [5269] = 1798, - [5270] = 1797, - [5271] = 1796, - [5272] = 5135, - [5273] = 5125, - [5274] = 1795, - [5275] = 5061, - [5276] = 1794, - [5277] = 1793, - [5278] = 1954, - [5279] = 1792, - [5280] = 1791, - [5281] = 5102, - [5282] = 5282, - [5283] = 1790, - [5284] = 1789, - [5285] = 5285, - [5286] = 4990, - [5287] = 5287, - [5288] = 1786, - [5289] = 1785, - [5290] = 1784, - [5291] = 1783, - [5292] = 5292, - [5293] = 5212, - [5294] = 1782, - [5295] = 1958, - [5296] = 1959, + [5258] = 5258, + [5259] = 5259, + [5260] = 5242, + [5261] = 5239, + [5262] = 5262, + [5263] = 5263, + [5264] = 8, + [5265] = 5265, + [5266] = 4757, + [5267] = 5255, + [5268] = 5257, + [5269] = 5232, + [5270] = 10, + [5271] = 5250, + [5272] = 5272, + [5273] = 5242, + [5274] = 4, + [5275] = 5275, + [5276] = 5276, + [5277] = 5247, + [5278] = 5278, + [5279] = 5279, + [5280] = 5252, + [5281] = 5247, + [5282] = 5243, + [5283] = 5283, + [5284] = 5284, + [5285] = 5243, + [5286] = 6, + [5287] = 5233, + [5288] = 3936, + [5289] = 5250, + [5290] = 5252, + [5291] = 5257, + [5292] = 5131, + [5293] = 5255, + [5294] = 5257, + [5295] = 5250, + [5296] = 5257, [5297] = 5297, - [5298] = 5298, - [5299] = 5182, - [5300] = 1780, - [5301] = 1779, - [5302] = 43, - [5303] = 5303, - [5304] = 5098, - [5305] = 5201, - [5306] = 5218, - [5307] = 1778, - [5308] = 5060, - [5309] = 1777, - [5310] = 5245, - [5311] = 5311, - [5312] = 49, + [5298] = 3678, + [5299] = 5239, + [5300] = 5242, + [5301] = 5301, + [5302] = 5255, + [5303] = 5252, + [5304] = 7, + [5305] = 5239, + [5306] = 5243, + [5307] = 5232, + [5308] = 5242, + [5309] = 5233, + [5310] = 5247, + [5311] = 5240, + [5312] = 5255, [5313] = 5313, - [5314] = 1776, - [5315] = 1774, - [5316] = 1773, - [5317] = 5063, - [5318] = 5156, - [5319] = 1768, + [5314] = 5314, + [5315] = 5315, + [5316] = 5316, + [5317] = 5317, + [5318] = 5318, + [5319] = 5319, [5320] = 5320, - [5321] = 5079, + [5321] = 5321, [5322] = 5322, - [5323] = 1767, - [5324] = 1766, + [5323] = 5313, + [5324] = 5324, [5325] = 5325, - [5326] = 5326, - [5327] = 1765, - [5328] = 5062, - [5329] = 5079, + [5326] = 1933, + [5327] = 5327, + [5328] = 5328, + [5329] = 5329, [5330] = 5330, - [5331] = 5053, - [5332] = 1957, - [5333] = 5333, - [5334] = 1764, - [5335] = 1763, - [5336] = 5218, - [5337] = 5063, - [5338] = 5062, - [5339] = 5240, - [5340] = 5063, - [5341] = 5240, - [5342] = 1762, - [5343] = 5343, - [5344] = 1761, - [5345] = 5298, - [5346] = 5346, - [5347] = 1760, + [5331] = 5331, + [5332] = 5332, + [5333] = 3255, + [5334] = 5334, + [5335] = 5335, + [5336] = 5320, + [5337] = 5337, + [5338] = 5338, + [5339] = 5314, + [5340] = 5340, + [5341] = 5341, + [5342] = 5342, + [5343] = 5313, + [5344] = 5344, + [5345] = 5345, + [5346] = 5317, + [5347] = 5347, [5348] = 5348, - [5349] = 1759, - [5350] = 1758, - [5351] = 5212, - [5352] = 5053, - [5353] = 9, - [5354] = 19, - [5355] = 5355, - [5356] = 5136, - [5357] = 5079, - [5358] = 5333, + [5349] = 5349, + [5350] = 5322, + [5351] = 5318, + [5352] = 5352, + [5353] = 5340, + [5354] = 5315, + [5355] = 5327, + [5356] = 5328, + [5357] = 5357, + [5358] = 5358, [5359] = 5359, - [5360] = 5079, - [5361] = 1757, - [5362] = 5362, - [5363] = 5144, - [5364] = 1756, + [5360] = 5360, + [5361] = 5332, + [5362] = 5335, + [5363] = 5363, + [5364] = 5337, [5365] = 5365, - [5366] = 1754, - [5367] = 5367, - [5368] = 1751, - [5369] = 5135, - [5370] = 1750, - [5371] = 1749, - [5372] = 5372, - [5373] = 1748, - [5374] = 5216, - [5375] = 1747, + [5366] = 5366, + [5367] = 5347, + [5368] = 5368, + [5369] = 5314, + [5370] = 5330, + [5371] = 5330, + [5372] = 5322, + [5373] = 5373, + [5374] = 5374, + [5375] = 5375, [5376] = 5376, [5377] = 5377, - [5378] = 1746, - [5379] = 1824, - [5380] = 5201, - [5381] = 5128, - [5382] = 5065, - [5383] = 5377, - [5384] = 1742, - [5385] = 1739, - [5386] = 1738, - [5387] = 1736, - [5388] = 5079, - [5389] = 5079, - [5390] = 1735, - [5391] = 3428, - [5392] = 5098, - [5393] = 5182, - [5394] = 5394, - [5395] = 5285, - [5396] = 5396, - [5397] = 5098, - [5398] = 5102, - [5399] = 5156, - [5400] = 5128, - [5401] = 5128, - [5402] = 5355, - [5403] = 5359, - [5404] = 3350, - [5405] = 5355, - [5406] = 5406, - [5407] = 25, - [5408] = 5376, - [5409] = 5292, - [5410] = 5376, - [5411] = 5136, - [5412] = 5190, - [5413] = 1743, - [5414] = 5062, - [5415] = 5415, - [5416] = 5212, - [5417] = 5417, + [5378] = 5320, + [5379] = 5379, + [5380] = 9, + [5381] = 5381, + [5382] = 5330, + [5383] = 3255, + [5384] = 5315, + [5385] = 5325, + [5386] = 5386, + [5387] = 5387, + [5388] = 5388, + [5389] = 5389, + [5390] = 5390, + [5391] = 5325, + [5392] = 5319, + [5393] = 5393, + [5394] = 5348, + [5395] = 3968, + [5396] = 5365, + [5397] = 5359, + [5398] = 5360, + [5399] = 5357, + [5400] = 5400, + [5401] = 5401, + [5402] = 5338, + [5403] = 3678, + [5404] = 5340, + [5405] = 5319, + [5406] = 5318, + [5407] = 5317, + [5408] = 5345, + [5409] = 5368, + [5410] = 5330, + [5411] = 5325, + [5412] = 1932, + [5413] = 5413, + [5414] = 5328, + [5415] = 5400, + [5416] = 5313, + [5417] = 1929, [5418] = 5418, - [5419] = 5060, - [5420] = 5377, - [5421] = 5418, - [5422] = 5128, - [5423] = 5377, - [5424] = 5359, - [5425] = 5425, - [5426] = 5333, - [5427] = 28, - [5428] = 5428, - [5429] = 5298, - [5430] = 5218, - [5431] = 5102, - [5432] = 5417, - [5433] = 5433, - [5434] = 5434, - [5435] = 5123, - [5436] = 5135, - [5437] = 5311, - [5438] = 5127, - [5439] = 5439, + [5419] = 1932, + [5420] = 5320, + [5421] = 5322, + [5422] = 1929, + [5423] = 5423, + [5424] = 5315, + [5425] = 1933, + [5426] = 5379, + [5427] = 5327, + [5428] = 5368, + [5429] = 5347, + [5430] = 5375, + [5431] = 5373, + [5432] = 5332, + [5433] = 5348, + [5434] = 5335, + [5435] = 5337, + [5436] = 5436, + [5437] = 5381, + [5438] = 5438, + [5439] = 5314, [5440] = 5440, - [5441] = 5355, - [5442] = 3435, + [5441] = 5342, + [5442] = 5442, [5443] = 5443, - [5444] = 5059, - [5445] = 5057, - [5446] = 5096, - [5447] = 5128, - [5448] = 5359, - [5449] = 3374, - [5450] = 5450, - [5451] = 5135, - [5452] = 5128, - [5453] = 5128, - [5454] = 5128, - [5455] = 5415, + [5444] = 5444, + [5445] = 5400, + [5446] = 5446, + [5447] = 5447, + [5448] = 5448, + [5449] = 5376, + [5450] = 5352, + [5451] = 5341, + [5452] = 5341, + [5453] = 5366, + [5454] = 5374, + [5455] = 5455, [5456] = 5456, - [5457] = 5079, - [5458] = 5156, - [5459] = 5216, - [5460] = 5460, - [5461] = 5128, + [5457] = 5457, + [5458] = 1950, + [5459] = 5360, + [5460] = 5376, + [5461] = 5461, [5462] = 5462, - [5463] = 5240, - [5464] = 5128, - [5465] = 5330, - [5466] = 5123, - [5467] = 5285, - [5468] = 5292, - [5469] = 5376, - [5470] = 5127, - [5471] = 5059, - [5472] = 5063, - [5473] = 5359, - [5474] = 5182, - [5475] = 5062, - [5476] = 5333, + [5463] = 5463, + [5464] = 5381, + [5465] = 3716, + [5466] = 5466, + [5467] = 5467, + [5468] = 5357, + [5469] = 5338, + [5470] = 5470, + [5471] = 5325, + [5472] = 5374, + [5473] = 5320, + [5474] = 5359, + [5475] = 5374, + [5476] = 5373, [5477] = 5477, - [5478] = 5298, - [5479] = 5285, - [5480] = 10, - [5481] = 5059, - [5482] = 5128, - [5483] = 5061, - [5484] = 5484, - [5485] = 5182, - [5486] = 5057, - [5487] = 5096, - [5488] = 5285, - [5489] = 5190, - [5490] = 5240, - [5491] = 5057, - [5492] = 5165, - [5493] = 5053, - [5494] = 5355, - [5495] = 5136, - [5496] = 5292, + [5478] = 5375, + [5479] = 5341, + [5480] = 5480, + [5481] = 5381, + [5482] = 10, + [5483] = 2137, + [5484] = 5322, + [5485] = 5485, + [5486] = 5376, + [5487] = 5487, + [5488] = 5348, + [5489] = 5379, + [5490] = 5366, + [5491] = 5374, + [5492] = 5347, + [5493] = 5366, + [5494] = 5368, + [5495] = 5365, + [5496] = 5352, [5497] = 5497, - [5498] = 5498, - [5499] = 5499, - [5500] = 5065, + [5498] = 5360, + [5499] = 5357, + [5500] = 5500, [5501] = 5501, - [5502] = 5377, - [5503] = 3381, - [5504] = 5163, - [5505] = 3264, - [5506] = 5292, - [5507] = 5376, - [5508] = 5123, - [5509] = 5333, - [5510] = 5298, - [5511] = 5079, - [5512] = 5190, - [5513] = 5216, - [5514] = 5325, - [5515] = 5156, - [5516] = 5128, - [5517] = 5096, - [5518] = 5127, - [5519] = 5519, - [5520] = 5520, + [5502] = 5400, + [5503] = 5345, + [5504] = 5485, + [5505] = 5505, + [5506] = 5338, + [5507] = 5342, + [5508] = 1954, + [5509] = 1956, + [5510] = 5373, + [5511] = 5375, + [5512] = 5379, + [5513] = 5319, + [5514] = 5514, + [5515] = 5318, + [5516] = 5317, + [5517] = 5345, + [5518] = 5365, + [5519] = 5327, + [5520] = 5315, [5521] = 5521, [5522] = 5522, - [5523] = 5523, - [5524] = 5524, - [5525] = 5525, - [5526] = 5526, - [5527] = 5527, - [5528] = 5528, - [5529] = 5529, - [5530] = 5530, - [5531] = 5531, - [5532] = 5532, - [5533] = 5533, - [5534] = 5534, - [5535] = 5526, - [5536] = 5532, - [5537] = 5537, - [5538] = 5538, - [5539] = 5533, - [5540] = 5532, - [5541] = 5541, - [5542] = 5542, - [5543] = 5531, - [5544] = 5526, - [5545] = 5538, - [5546] = 5537, - [5547] = 5547, - [5548] = 5532, - [5549] = 5531, - [5550] = 5533, - [5551] = 5526, - [5552] = 5532, - [5553] = 5533, - [5554] = 5554, - [5555] = 5526, - [5556] = 5524, - [5557] = 5557, - [5558] = 5558, - [5559] = 5559, - [5560] = 5560, + [5523] = 5360, + [5524] = 5357, + [5525] = 5379, + [5526] = 5337, + [5527] = 5375, + [5528] = 5373, + [5529] = 5335, + [5530] = 5368, + [5531] = 5446, + [5532] = 5332, + [5533] = 5347, + [5534] = 5328, + [5535] = 5328, + [5536] = 5327, + [5537] = 5348, + [5538] = 5332, + [5539] = 5335, + [5540] = 5400, + [5541] = 5313, + [5542] = 5338, + [5543] = 5543, + [5544] = 5337, + [5545] = 5352, + [5546] = 5341, + [5547] = 5359, + [5548] = 5340, + [5549] = 5365, + [5550] = 5359, + [5551] = 5381, + [5552] = 5340, + [5553] = 5345, + [5554] = 5314, + [5555] = 5376, + [5556] = 5317, + [5557] = 5318, + [5558] = 5319, + [5559] = 5366, + [5560] = 5352, [5561] = 5561, [5562] = 5562, [5563] = 5563, @@ -9867,1685 +9919,2488 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [5565] = 5565, [5566] = 5566, [5567] = 5567, - [5568] = 5537, + [5568] = 5568, [5569] = 5569, - [5570] = 5570, - [5571] = 5519, + [5570] = 5562, + [5571] = 5566, [5572] = 5572, - [5573] = 5538, - [5574] = 5537, + [5573] = 5573, + [5574] = 5574, [5575] = 5575, - [5576] = 5576, - [5577] = 5577, - [5578] = 5578, + [5576] = 5564, + [5577] = 5572, + [5578] = 5566, [5579] = 5579, [5580] = 5580, [5581] = 5581, - [5582] = 5582, + [5582] = 5074, [5583] = 5583, [5584] = 5584, [5585] = 5585, - [5586] = 5524, - [5587] = 5587, - [5588] = 5588, - [5589] = 5524, + [5586] = 5586, + [5587] = 5562, + [5588] = 5567, + [5589] = 5589, [5590] = 5590, [5591] = 5591, - [5592] = 5592, - [5593] = 5531, - [5594] = 5594, - [5595] = 5524, - [5596] = 5596, + [5592] = 5573, + [5593] = 5579, + [5594] = 5563, + [5595] = 5595, + [5596] = 5579, [5597] = 5597, - [5598] = 5598, - [5599] = 5537, - [5600] = 5538, - [5601] = 5601, + [5598] = 5566, + [5599] = 5565, + [5600] = 5564, + [5601] = 5564, [5602] = 5602, - [5603] = 5538, - [5604] = 5604, - [5605] = 5542, - [5606] = 5542, - [5607] = 5607, - [5608] = 5608, - [5609] = 5542, + [5603] = 5563, + [5604] = 5575, + [5605] = 5567, + [5606] = 13, + [5607] = 5567, + [5608] = 5562, + [5609] = 5583, [5610] = 5610, [5611] = 5611, - [5612] = 5538, - [5613] = 5537, - [5614] = 5542, - [5615] = 5615, - [5616] = 5542, - [5617] = 5617, - [5618] = 5542, - [5619] = 5531, + [5612] = 5579, + [5613] = 5590, + [5614] = 5563, + [5615] = 5564, + [5616] = 5591, + [5617] = 5597, + [5618] = 5580, + [5619] = 5580, [5620] = 5620, - [5621] = 5621, - [5622] = 5542, - [5623] = 5623, - [5624] = 5524, - [5625] = 5542, - [5626] = 5542, + [5621] = 5573, + [5622] = 5590, + [5623] = 5585, + [5624] = 5624, + [5625] = 5572, + [5626] = 5591, [5627] = 5627, [5628] = 5628, [5629] = 5629, - [5630] = 5542, - [5631] = 5631, - [5632] = 5632, - [5633] = 5633, + [5630] = 5597, + [5631] = 5566, + [5632] = 5624, + [5633] = 19, [5634] = 5634, - [5635] = 5635, + [5635] = 5567, [5636] = 5636, - [5637] = 16, - [5638] = 5542, - [5639] = 5639, - [5640] = 5640, - [5641] = 5633, - [5642] = 5642, - [5643] = 5643, - [5644] = 5644, - [5645] = 5645, - [5646] = 5640, - [5647] = 5524, - [5648] = 5633, - [5649] = 5642, - [5650] = 5538, - [5651] = 5643, - [5652] = 5640, - [5653] = 5644, - [5654] = 5531, - [5655] = 6, - [5656] = 5537, + [5637] = 5620, + [5638] = 5575, + [5639] = 5573, + [5640] = 4003, + [5641] = 5569, + [5642] = 5590, + [5643] = 5591, + [5644] = 5597, + [5645] = 5583, + [5646] = 5646, + [5647] = 5647, + [5648] = 5624, + [5649] = 5569, + [5650] = 5650, + [5651] = 5563, + [5652] = 5620, + [5653] = 5620, + [5654] = 5590, + [5655] = 5591, + [5656] = 5597, [5657] = 5657, [5658] = 5658, - [5659] = 4, - [5660] = 5537, - [5661] = 5538, - [5662] = 5, - [5663] = 5642, - [5664] = 5531, - [5665] = 5643, - [5666] = 5633, - [5667] = 5667, - [5668] = 5644, - [5669] = 5669, - [5670] = 5524, - [5671] = 5671, - [5672] = 5640, - [5673] = 5673, - [5674] = 5674, - [5675] = 5675, - [5676] = 5633, - [5677] = 5642, + [5659] = 5659, + [5660] = 5624, + [5661] = 5661, + [5662] = 5573, + [5663] = 5580, + [5664] = 5572, + [5665] = 5562, + [5666] = 5666, + [5667] = 5585, + [5668] = 5668, + [5669] = 5575, + [5670] = 5565, + [5671] = 7, + [5672] = 8, + [5673] = 5583, + [5674] = 5620, + [5675] = 22, + [5676] = 5676, + [5677] = 5677, [5678] = 5678, - [5679] = 5679, - [5680] = 5680, - [5681] = 5678, - [5682] = 5639, - [5683] = 5634, - [5684] = 5643, - [5685] = 5644, - [5686] = 5640, - [5687] = 5687, - [5688] = 5538, - [5689] = 5537, - [5690] = 5690, + [5679] = 5580, + [5680] = 5572, + [5681] = 5681, + [5682] = 5624, + [5683] = 5683, + [5684] = 5583, + [5685] = 5685, + [5686] = 5579, + [5687] = 5575, + [5688] = 5688, + [5689] = 5689, + [5690] = 16, [5691] = 5691, - [5692] = 5692, - [5693] = 5531, - [5694] = 5694, - [5695] = 5695, - [5696] = 5674, - [5697] = 5542, - [5698] = 5530, - [5699] = 5699, - [5700] = 5524, - [5701] = 5657, + [5692] = 2139, + [5693] = 5693, + [5694] = 2280, + [5695] = 2278, + [5696] = 5696, + [5697] = 5693, + [5698] = 5698, + [5699] = 2274, + [5700] = 5700, + [5701] = 5701, [5702] = 5702, - [5703] = 5644, - [5704] = 5704, - [5705] = 5705, - [5706] = 5706, - [5707] = 45, - [5708] = 5524, + [5703] = 2272, + [5704] = 2271, + [5705] = 2270, + [5706] = 2282, + [5707] = 5707, + [5708] = 5708, [5709] = 5709, - [5710] = 46, - [5711] = 5667, - [5712] = 28, + [5710] = 5710, + [5711] = 2269, + [5712] = 5712, [5713] = 5713, [5714] = 5714, - [5715] = 5531, - [5716] = 5657, - [5717] = 5590, - [5718] = 5718, + [5715] = 2267, + [5716] = 5716, + [5717] = 5717, + [5718] = 2288, [5719] = 5719, - [5720] = 5667, - [5721] = 5537, - [5722] = 5538, - [5723] = 5524, - [5724] = 5671, - [5725] = 5678, - [5726] = 5639, - [5727] = 5634, - [5728] = 5520, - [5729] = 5523, - [5730] = 5531, - [5731] = 5519, - [5732] = 5642, - [5733] = 5690, - [5734] = 5692, - [5735] = 5538, - [5736] = 5674, + [5720] = 2289, + [5721] = 2290, + [5722] = 5722, + [5723] = 2265, + [5724] = 5724, + [5725] = 5725, + [5726] = 2098, + [5727] = 2135, + [5728] = 26, + [5729] = 5729, + [5730] = 5730, + [5731] = 2264, + [5732] = 2234, + [5733] = 2263, + [5734] = 5734, + [5735] = 2294, + [5736] = 2262, [5737] = 5737, - [5738] = 5542, - [5739] = 4481, - [5740] = 5530, - [5741] = 5529, - [5742] = 5742, - [5743] = 5713, - [5744] = 5704, - [5745] = 5537, - [5746] = 5699, - [5747] = 5675, - [5748] = 5658, - [5749] = 5628, - [5750] = 5547, - [5751] = 5657, - [5752] = 5690, - [5753] = 5667, - [5754] = 5671, + [5738] = 25, + [5739] = 2295, + [5740] = 5740, + [5741] = 5741, + [5742] = 5729, + [5743] = 5743, + [5744] = 5744, + [5745] = 2296, + [5746] = 5741, + [5747] = 2297, + [5748] = 2253, + [5749] = 5749, + [5750] = 2252, + [5751] = 2298, + [5752] = 2251, + [5753] = 2299, + [5754] = 5754, [5755] = 5755, - [5756] = 5692, - [5757] = 5678, - [5758] = 5639, - [5759] = 5634, - [5760] = 5523, - [5761] = 5524, - [5762] = 5547, - [5763] = 5690, - [5764] = 5692, - [5765] = 5520, - [5766] = 5531, - [5767] = 5674, - [5768] = 5542, - [5769] = 5530, - [5770] = 5529, - [5771] = 5537, - [5772] = 5538, - [5773] = 4481, - [5774] = 5531, - [5775] = 5742, - [5776] = 5776, - [5777] = 5713, - [5778] = 5538, - [5779] = 5699, - [5780] = 5675, - [5781] = 5658, - [5782] = 5657, - [5783] = 5667, - [5784] = 5671, - [5785] = 5547, - [5786] = 5742, - [5787] = 5658, - [5788] = 5678, - [5789] = 5675, - [5790] = 5639, - [5791] = 5634, - [5792] = 5523, - [5793] = 5671, - [5794] = 5690, - [5795] = 5692, - [5796] = 5524, - [5797] = 5674, - [5798] = 5520, - [5799] = 5542, - [5800] = 5520, - [5801] = 5530, - [5802] = 5529, - [5803] = 5531, - [5804] = 5519, - [5805] = 5537, - [5806] = 5538, - [5807] = 5807, - [5808] = 5538, - [5809] = 5531, - [5810] = 5538, - [5811] = 5531, - [5812] = 5538, - [5813] = 5531, - [5814] = 5531, - [5815] = 5538, - [5816] = 5538, - [5817] = 5531, - [5818] = 5538, - [5819] = 5713, - [5820] = 5531, - [5821] = 5538, - [5822] = 5531, - [5823] = 5742, - [5824] = 5538, - [5825] = 5531, - [5826] = 5538, - [5827] = 5531, - [5828] = 5713, - [5829] = 5538, - [5830] = 5531, - [5831] = 5699, - [5832] = 5533, - [5833] = 5675, - [5834] = 5538, - [5835] = 5531, - [5836] = 5658, - [5837] = 5547, - [5838] = 5538, - [5839] = 5531, - [5840] = 5538, - [5841] = 5524, - [5842] = 5519, - [5843] = 5531, - [5844] = 5538, - [5845] = 10, - [5846] = 5737, + [5756] = 20, + [5757] = 5757, + [5758] = 5758, + [5759] = 5724, + [5760] = 2300, + [5761] = 5696, + [5762] = 5757, + [5763] = 5693, + [5764] = 2250, + [5765] = 5765, + [5766] = 5766, + [5767] = 5767, + [5768] = 2249, + [5769] = 5717, + [5770] = 2082, + [5771] = 2248, + [5772] = 2245, + [5773] = 5696, + [5774] = 5713, + [5775] = 5765, + [5776] = 5693, + [5777] = 5717, + [5778] = 5778, + [5779] = 2208, + [5780] = 5724, + [5781] = 5781, + [5782] = 5782, + [5783] = 2210, + [5784] = 5784, + [5785] = 5713, + [5786] = 5786, + [5787] = 5787, + [5788] = 5725, + [5789] = 5722, + [5790] = 5712, + [5791] = 5714, + [5792] = 8, + [5793] = 5693, + [5794] = 2040, + [5795] = 2236, + [5796] = 5796, + [5797] = 2231, + [5798] = 2233, + [5799] = 5693, + [5800] = 5800, + [5801] = 2228, + [5802] = 3678, + [5803] = 2226, + [5804] = 2207, + [5805] = 2223, + [5806] = 5806, + [5807] = 2303, + [5808] = 5741, + [5809] = 2240, + [5810] = 5729, + [5811] = 2222, + [5812] = 2221, + [5813] = 2211, + [5814] = 5814, + [5815] = 2304, + [5816] = 5796, + [5817] = 5758, + [5818] = 2218, + [5819] = 5730, + [5820] = 2305, + [5821] = 2306, + [5822] = 5707, + [5823] = 2213, + [5824] = 2215, + [5825] = 5757, + [5826] = 5826, + [5827] = 5765, + [5828] = 2224, + [5829] = 5829, + [5830] = 3716, + [5831] = 5693, + [5832] = 5832, + [5833] = 2080, + [5834] = 2081, + [5835] = 5835, + [5836] = 5836, + [5837] = 5835, + [5838] = 5838, + [5839] = 2214, + [5840] = 2212, + [5841] = 2209, + [5842] = 5842, + [5843] = 5843, + [5844] = 5844, + [5845] = 2109, + [5846] = 5846, [5847] = 5847, - [5848] = 5531, - [5849] = 5531, - [5850] = 5538, - [5851] = 5643, - [5852] = 5531, - [5853] = 5538, - [5854] = 5537, - [5855] = 5855, - [5856] = 24, - [5857] = 5531, - [5858] = 5858, - [5859] = 5859, + [5848] = 5693, + [5849] = 5693, + [5850] = 2084, + [5851] = 5851, + [5852] = 5852, + [5853] = 5717, + [5854] = 5854, + [5855] = 5835, + [5856] = 7, + [5857] = 5857, + [5858] = 10, + [5859] = 5842, [5860] = 5860, - [5861] = 5861, + [5861] = 5786, [5862] = 5862, [5863] = 5863, - [5864] = 5864, - [5865] = 5865, - [5866] = 5863, - [5867] = 5867, - [5868] = 5868, - [5869] = 5869, - [5870] = 5870, - [5871] = 5871, - [5872] = 5872, - [5873] = 5873, - [5874] = 5874, + [5864] = 2197, + [5865] = 2196, + [5866] = 2192, + [5867] = 2191, + [5868] = 2190, + [5869] = 5710, + [5870] = 2187, + [5871] = 2186, + [5872] = 2185, + [5873] = 2184, + [5874] = 5744, [5875] = 5875, [5876] = 5876, - [5877] = 5877, - [5878] = 5878, - [5879] = 5879, - [5880] = 5880, - [5881] = 5881, + [5877] = 3678, + [5878] = 2085, + [5879] = 2088, + [5880] = 5713, + [5881] = 2183, [5882] = 5882, - [5883] = 5883, - [5884] = 5860, - [5885] = 5885, - [5886] = 5886, - [5887] = 5859, - [5888] = 5888, - [5889] = 5863, - [5890] = 5890, - [5891] = 5891, - [5892] = 5892, - [5893] = 5893, - [5894] = 5860, - [5895] = 5859, - [5896] = 5896, - [5897] = 5897, + [5883] = 5852, + [5884] = 2182, + [5885] = 5851, + [5886] = 2181, + [5887] = 2203, + [5888] = 5782, + [5889] = 5889, + [5890] = 15, + [5891] = 5863, + [5892] = 5842, + [5893] = 2202, + [5894] = 2193, + [5895] = 2089, + [5896] = 2189, + [5897] = 5754, [5898] = 5898, - [5899] = 5899, - [5900] = 5891, - [5901] = 5870, - [5902] = 5859, - [5903] = 5860, - [5904] = 5904, - [5905] = 5905, - [5906] = 5906, - [5907] = 5891, - [5908] = 5908, + [5899] = 5693, + [5900] = 5784, + [5901] = 5889, + [5902] = 2188, + [5903] = 5875, + [5904] = 2179, + [5905] = 2180, + [5906] = 5693, + [5907] = 2178, + [5908] = 2090, [5909] = 5909, [5910] = 5910, - [5911] = 5911, - [5912] = 5906, + [5911] = 2175, + [5912] = 5912, [5913] = 5913, - [5914] = 5914, - [5915] = 5915, - [5916] = 5916, - [5917] = 5917, + [5914] = 2174, + [5915] = 5786, + [5916] = 5782, + [5917] = 5854, [5918] = 5918, - [5919] = 5919, + [5919] = 5844, [5920] = 5920, - [5921] = 5921, - [5922] = 5868, - [5923] = 5923, - [5924] = 5924, - [5925] = 5925, - [5926] = 5860, - [5927] = 5927, - [5928] = 5928, - [5929] = 5891, + [5921] = 2225, + [5922] = 5922, + [5923] = 5693, + [5924] = 2206, + [5925] = 5854, + [5926] = 5926, + [5927] = 5842, + [5928] = 2112, + [5929] = 2166, [5930] = 5930, - [5931] = 5931, - [5932] = 5863, + [5931] = 2307, + [5932] = 5784, [5933] = 5933, - [5934] = 5934, - [5935] = 5924, - [5936] = 5936, - [5937] = 5937, - [5938] = 5860, - [5939] = 5859, - [5940] = 5934, - [5941] = 5941, - [5942] = 5865, - [5943] = 5928, - [5944] = 5898, + [5934] = 2094, + [5935] = 2309, + [5936] = 2310, + [5937] = 2148, + [5938] = 2145, + [5939] = 2144, + [5940] = 2311, + [5941] = 2138, + [5942] = 5942, + [5943] = 2312, + [5944] = 5944, [5945] = 5945, - [5946] = 5946, - [5947] = 5947, - [5948] = 5927, - [5949] = 5949, - [5950] = 5950, - [5951] = 5860, - [5952] = 5925, - [5953] = 5953, - [5954] = 5954, + [5946] = 5875, + [5947] = 5696, + [5948] = 5948, + [5949] = 2164, + [5950] = 5882, + [5951] = 5724, + [5952] = 2095, + [5953] = 5743, + [5954] = 5910, [5955] = 5955, - [5956] = 5956, - [5957] = 5957, - [5958] = 5958, - [5959] = 5959, - [5960] = 5960, - [5961] = 5860, - [5962] = 5962, - [5963] = 5963, - [5964] = 5964, - [5965] = 5965, + [5956] = 2313, + [5957] = 5784, + [5958] = 2308, + [5959] = 5851, + [5960] = 2150, + [5961] = 2322, + [5962] = 2283, + [5963] = 2279, + [5964] = 2277, + [5965] = 5782, [5966] = 5966, - [5967] = 5967, - [5968] = 5968, - [5969] = 5969, - [5970] = 5970, - [5971] = 5946, - [5972] = 5972, - [5973] = 5973, - [5974] = 5974, + [5967] = 5693, + [5968] = 5844, + [5969] = 2096, + [5970] = 5754, + [5971] = 5909, + [5972] = 5782, + [5973] = 2163, + [5974] = 5910, [5975] = 5975, - [5976] = 5976, - [5977] = 5977, - [5978] = 5921, - [5979] = 5979, - [5980] = 5920, - [5981] = 5877, - [5982] = 5911, - [5983] = 5983, - [5984] = 5897, - [5985] = 5875, - [5986] = 5986, - [5987] = 5987, - [5988] = 5988, - [5989] = 5989, - [5990] = 5990, - [5991] = 5962, - [5992] = 5965, - [5993] = 5966, - [5994] = 5989, - [5995] = 5990, - [5996] = 5988, - [5997] = 5872, - [5998] = 5998, - [5999] = 5986, + [5976] = 5842, + [5977] = 5835, + [5978] = 5710, + [5979] = 2162, + [5980] = 2161, + [5981] = 5835, + [5982] = 5889, + [5983] = 5806, + [5984] = 2160, + [5985] = 2276, + [5986] = 2268, + [5987] = 2116, + [5988] = 2159, + [5989] = 5826, + [5990] = 2097, + [5991] = 5765, + [5992] = 5757, + [5993] = 5729, + [5994] = 2113, + [5995] = 5131, + [5996] = 5838, + [5997] = 5741, + [5998] = 5786, + [5999] = 5999, [6000] = 6000, - [6001] = 5911, - [6002] = 6002, - [6003] = 5974, - [6004] = 5983, - [6005] = 6005, - [6006] = 6006, - [6007] = 5906, - [6008] = 5979, - [6009] = 5877, - [6010] = 5976, - [6011] = 5859, - [6012] = 5897, - [6013] = 5875, - [6014] = 5860, - [6015] = 5962, + [6001] = 6001, + [6002] = 2155, + [6003] = 5734, + [6004] = 5844, + [6005] = 5737, + [6006] = 5724, + [6007] = 5836, + [6008] = 2227, + [6009] = 2154, + [6010] = 2266, + [6011] = 2152, + [6012] = 41, + [6013] = 2151, + [6014] = 5743, + [6015] = 2291, [6016] = 6016, - [6017] = 5954, - [6018] = 5965, - [6019] = 5919, - [6020] = 5966, - [6021] = 5923, - [6022] = 5918, - [6023] = 5931, - [6024] = 5966, - [6025] = 5879, - [6026] = 5975, - [6027] = 6027, - [6028] = 5863, - [6029] = 6029, - [6030] = 6030, - [6031] = 6031, - [6032] = 5974, - [6033] = 5863, - [6034] = 5863, - [6035] = 5873, - [6036] = 5979, - [6037] = 5877, - [6038] = 5875, - [6039] = 5868, - [6040] = 6040, - [6041] = 6041, - [6042] = 5870, - [6043] = 6043, - [6044] = 5962, - [6045] = 5860, - [6046] = 5965, - [6047] = 5872, - [6048] = 5873, - [6049] = 5966, - [6050] = 5874, - [6051] = 6051, - [6052] = 5867, - [6053] = 5917, - [6054] = 5916, - [6055] = 5871, - [6056] = 5859, - [6057] = 5974, - [6058] = 5878, - [6059] = 5880, - [6060] = 6060, - [6061] = 5879, - [6062] = 5972, - [6063] = 5979, - [6064] = 6064, - [6065] = 6065, - [6066] = 6066, - [6067] = 5877, - [6068] = 5875, - [6069] = 5860, - [6070] = 6070, - [6071] = 6029, - [6072] = 5882, - [6073] = 5858, - [6074] = 5883, - [6075] = 5885, - [6076] = 5125, - [6077] = 5863, - [6078] = 5969, - [6079] = 5979, - [6080] = 5915, - [6081] = 5863, - [6082] = 5914, - [6083] = 5867, - [6084] = 5910, - [6085] = 5867, - [6086] = 5860, + [6017] = 5778, + [6018] = 2149, + [6019] = 2099, + [6020] = 5693, + [6021] = 2102, + [6022] = 5909, + [6023] = 6023, + [6024] = 5851, + [6025] = 5910, + [6026] = 5863, + [6027] = 5696, + [6028] = 2147, + [6029] = 5696, + [6030] = 2104, + [6031] = 2146, + [6032] = 5863, + [6033] = 6033, + [6034] = 6034, + [6035] = 5693, + [6036] = 5744, + [6037] = 5693, + [6038] = 5784, + [6039] = 2060, + [6040] = 5696, + [6041] = 3878, + [6042] = 5851, + [6043] = 2143, + [6044] = 5910, + [6045] = 2142, + [6046] = 3787, + [6047] = 2141, + [6048] = 3780, + [6049] = 5696, + [6050] = 5876, + [6051] = 5889, + [6052] = 2105, + [6053] = 5814, + [6054] = 2106, + [6055] = 3879, + [6056] = 2093, + [6057] = 6057, + [6058] = 5710, + [6059] = 5725, + [6060] = 5722, + [6061] = 5844, + [6062] = 5806, + [6063] = 48, + [6064] = 5712, + [6065] = 5714, + [6066] = 5696, + [6067] = 6067, + [6068] = 6068, + [6069] = 5786, + [6070] = 5710, + [6071] = 5717, + [6072] = 2108, + [6073] = 3877, + [6074] = 5713, + [6075] = 2261, + [6076] = 5696, + [6077] = 2173, + [6078] = 5693, + [6079] = 5852, + [6080] = 6080, + [6081] = 6081, + [6082] = 6082, + [6083] = 6083, + [6084] = 5838, + [6085] = 5696, + [6086] = 2242, [6087] = 6087, - [6088] = 5910, - [6089] = 5859, - [6090] = 5891, - [6091] = 6091, - [6092] = 5910, - [6093] = 5867, - [6094] = 6064, - [6095] = 6065, - [6096] = 5858, - [6097] = 5965, - [6098] = 5898, + [6088] = 5854, + [6089] = 5696, + [6090] = 2243, + [6091] = 5836, + [6092] = 6092, + [6093] = 5826, + [6094] = 5754, + [6095] = 2134, + [6096] = 6096, + [6097] = 2110, + [6098] = 5765, [6099] = 6099, - [6100] = 6100, - [6101] = 6101, - [6102] = 5910, - [6103] = 6029, - [6104] = 5867, - [6105] = 5858, - [6106] = 5910, - [6107] = 6107, - [6108] = 6108, + [6100] = 2115, + [6101] = 5696, + [6102] = 5909, + [6103] = 5693, + [6104] = 2111, + [6105] = 6105, + [6106] = 5714, + [6107] = 5826, + [6108] = 5712, [6109] = 6109, - [6110] = 6110, + [6110] = 2167, [6111] = 6111, - [6112] = 6112, + [6112] = 5852, [6113] = 6113, - [6114] = 6091, - [6115] = 5990, - [6116] = 5986, - [6117] = 6043, - [6118] = 5867, - [6119] = 5913, - [6120] = 5914, - [6121] = 5915, - [6122] = 5916, - [6123] = 5858, - [6124] = 5862, - [6125] = 5963, - [6126] = 5917, - [6127] = 6127, - [6128] = 5918, - [6129] = 5919, - [6130] = 5910, - [6131] = 5858, - [6132] = 5920, - [6133] = 5867, - [6134] = 6134, - [6135] = 5950, - [6136] = 5858, - [6137] = 6137, - [6138] = 5910, - [6139] = 5867, - [6140] = 6140, - [6141] = 5858, - [6142] = 5921, - [6143] = 5910, - [6144] = 6144, - [6145] = 5923, - [6146] = 5863, - [6147] = 5925, - [6148] = 5927, - [6149] = 5928, - [6150] = 6150, - [6151] = 6151, - [6152] = 6152, - [6153] = 6153, - [6154] = 5867, - [6155] = 5858, - [6156] = 5910, - [6157] = 5904, - [6158] = 5885, - [6159] = 5934, - [6160] = 5924, - [6161] = 5867, - [6162] = 5858, - [6163] = 5896, - [6164] = 5974, - [6165] = 5910, - [6166] = 5860, - [6167] = 5867, - [6168] = 5865, - [6169] = 5858, - [6170] = 5859, - [6171] = 6171, - [6172] = 6172, - [6173] = 6173, - [6174] = 5910, + [6114] = 6080, + [6115] = 6115, + [6116] = 5734, + [6117] = 6082, + [6118] = 5696, + [6119] = 5757, + [6120] = 5737, + [6121] = 5875, + [6122] = 34, + [6123] = 2259, + [6124] = 5875, + [6125] = 2257, + [6126] = 5836, + [6127] = 5838, + [6128] = 5744, + [6129] = 5737, + [6130] = 5722, + [6131] = 2281, + [6132] = 5725, + [6133] = 5889, + [6134] = 2114, + [6135] = 5696, + [6136] = 6136, + [6137] = 5734, + [6138] = 5847, + [6139] = 2107, + [6140] = 2117, + [6141] = 5743, + [6142] = 5702, + [6143] = 2070, + [6144] = 5696, + [6145] = 2246, + [6146] = 2247, + [6147] = 5696, + [6148] = 5852, + [6149] = 5863, + [6150] = 2076, + [6151] = 5806, + [6152] = 5693, + [6153] = 5716, + [6154] = 6154, + [6155] = 5999, + [6156] = 6156, + [6157] = 6157, + [6158] = 5734, + [6159] = 5836, + [6160] = 6154, + [6161] = 5737, + [6162] = 5696, + [6163] = 5838, + [6164] = 6164, + [6165] = 5806, + [6166] = 5708, + [6167] = 2119, + [6168] = 6168, + [6169] = 6000, + [6170] = 5729, + [6171] = 5693, + [6172] = 2133, + [6173] = 2244, + [6174] = 2130, [6175] = 6175, - [6176] = 5949, - [6177] = 6134, - [6178] = 5898, - [6179] = 5867, - [6180] = 5946, - [6181] = 5947, - [6182] = 5860, - [6183] = 5949, - [6184] = 6184, - [6185] = 5910, - [6186] = 5947, - [6187] = 6137, - [6188] = 5896, - [6189] = 5867, - [6190] = 3397, - [6191] = 5874, - [6192] = 6192, - [6193] = 6184, - [6194] = 5947, - [6195] = 5859, - [6196] = 5946, - [6197] = 5913, - [6198] = 5975, - [6199] = 5950, - [6200] = 5963, - [6201] = 5860, - [6202] = 5998, - [6203] = 6016, - [6204] = 6110, + [6176] = 5854, + [6177] = 6177, + [6178] = 2120, + [6179] = 5700, + [6180] = 6001, + [6181] = 6181, + [6182] = 2125, + [6183] = 6183, + [6184] = 5743, + [6185] = 6185, + [6186] = 5754, + [6187] = 6187, + [6188] = 5714, + [6189] = 5693, + [6190] = 5909, + [6191] = 5712, + [6192] = 5744, + [6193] = 2126, + [6194] = 5741, + [6195] = 5722, + [6196] = 6196, + [6197] = 5725, + [6198] = 3881, + [6199] = 6199, + [6200] = 2256, + [6201] = 5829, + [6202] = 5826, + [6203] = 2129, + [6204] = 6204, [6205] = 6205, [6206] = 6206, [6207] = 6207, - [6208] = 5705, - [6209] = 5949, - [6210] = 5967, - [6211] = 5969, - [6212] = 6140, + [6208] = 6208, + [6209] = 6209, + [6210] = 6210, + [6211] = 6211, + [6212] = 6212, [6213] = 6213, - [6214] = 5557, - [6215] = 5972, - [6216] = 6216, - [6217] = 5896, - [6218] = 5868, - [6219] = 5645, - [6220] = 5976, + [6214] = 6214, + [6215] = 6215, + [6216] = 6204, + [6217] = 6217, + [6218] = 6218, + [6219] = 6219, + [6220] = 6220, [6221] = 6221, - [6222] = 5908, - [6223] = 5909, - [6224] = 3412, - [6225] = 5983, - [6226] = 3350, - [6227] = 5934, - [6228] = 5988, - [6229] = 5989, - [6230] = 20, - [6231] = 5909, - [6232] = 5990, - [6233] = 5986, - [6234] = 5908, - [6235] = 5911, - [6236] = 5967, - [6237] = 6184, - [6238] = 3374, - [6239] = 5906, - [6240] = 3381, - [6241] = 21, - [6242] = 5897, - [6243] = 6112, - [6244] = 6016, - [6245] = 5954, - [6246] = 5998, - [6247] = 6110, - [6248] = 5931, - [6249] = 15, - [6250] = 6029, - [6251] = 6251, - [6252] = 3435, - [6253] = 4954, - [6254] = 6207, - [6255] = 5867, + [6222] = 6222, + [6223] = 6221, + [6224] = 6224, + [6225] = 6225, + [6226] = 6226, + [6227] = 6210, + [6228] = 6228, + [6229] = 6229, + [6230] = 6230, + [6231] = 6231, + [6232] = 6232, + [6233] = 6233, + [6234] = 6222, + [6235] = 6235, + [6236] = 6236, + [6237] = 6237, + [6238] = 6210, + [6239] = 6219, + [6240] = 6240, + [6241] = 6241, + [6242] = 6242, + [6243] = 6209, + [6244] = 6204, + [6245] = 6221, + [6246] = 6222, + [6247] = 6247, + [6248] = 6242, + [6249] = 6249, + [6250] = 6250, + [6251] = 6217, + [6252] = 6206, + [6253] = 6230, + [6254] = 6254, + [6255] = 6222, [6256] = 6206, - [6257] = 6205, - [6258] = 5871, + [6257] = 6218, + [6258] = 6232, [6259] = 6259, - [6260] = 3428, - [6261] = 5878, - [6262] = 5880, - [6263] = 5870, - [6264] = 4996, - [6265] = 8, - [6266] = 5863, - [6267] = 6267, - [6268] = 5865, - [6269] = 6207, - [6270] = 6192, - [6271] = 5872, - [6272] = 6111, - [6273] = 6184, - [6274] = 5998, - [6275] = 5873, - [6276] = 5874, - [6277] = 5863, - [6278] = 6175, - [6279] = 6173, - [6280] = 6172, - [6281] = 6171, - [6282] = 5863, - [6283] = 6110, - [6284] = 5879, - [6285] = 6285, - [6286] = 5860, - [6287] = 6205, - [6288] = 6087, - [6289] = 5859, - [6290] = 5882, - [6291] = 5883, - [6292] = 5904, - [6293] = 5910, - [6294] = 5885, - [6295] = 6064, - [6296] = 6065, - [6297] = 6297, - [6298] = 6184, - [6299] = 5860, - [6300] = 5859, - [6301] = 6109, - [6302] = 6101, - [6303] = 6108, - [6304] = 5998, - [6305] = 6140, - [6306] = 6137, - [6307] = 6134, - [6308] = 5858, - [6309] = 6108, - [6310] = 6109, - [6311] = 6110, - [6312] = 6091, - [6313] = 5863, - [6314] = 5862, - [6315] = 6043, - [6316] = 5989, + [6260] = 6222, + [6261] = 6217, + [6262] = 6262, + [6263] = 6263, + [6264] = 6206, + [6265] = 6265, + [6266] = 6254, + [6267] = 6217, + [6268] = 6268, + [6269] = 6269, + [6270] = 6270, + [6271] = 6233, + [6272] = 6209, + [6273] = 6233, + [6274] = 6222, + [6275] = 6206, + [6276] = 6217, + [6277] = 5, + [6278] = 6222, + [6279] = 6279, + [6280] = 6221, + [6281] = 6281, + [6282] = 6279, + [6283] = 6265, + [6284] = 6213, + [6285] = 6210, + [6286] = 6220, + [6287] = 6287, + [6288] = 6288, + [6289] = 6289, + [6290] = 6242, + [6291] = 6219, + [6292] = 5131, + [6293] = 6293, + [6294] = 6222, + [6295] = 6225, + [6296] = 6222, + [6297] = 4, + [6298] = 6222, + [6299] = 6259, + [6300] = 6210, + [6301] = 6206, + [6302] = 6247, + [6303] = 6222, + [6304] = 6304, + [6305] = 6269, + [6306] = 6306, + [6307] = 6221, + [6308] = 6308, + [6309] = 6309, + [6310] = 6241, + [6311] = 6311, + [6312] = 6312, + [6313] = 6217, + [6314] = 6206, + [6315] = 6315, + [6316] = 6211, [6317] = 6317, - [6318] = 6206, - [6319] = 5931, - [6320] = 5860, - [6321] = 6043, - [6322] = 5862, - [6323] = 6091, - [6324] = 5859, - [6325] = 6109, - [6326] = 6108, - [6327] = 6087, - [6328] = 5858, - [6329] = 6329, - [6330] = 6330, - [6331] = 6134, - [6332] = 57, - [6333] = 6101, - [6334] = 6137, - [6335] = 5924, - [6336] = 20, - [6337] = 6140, - [6338] = 6065, + [6318] = 6215, + [6319] = 6319, + [6320] = 6293, + [6321] = 6213, + [6322] = 6, + [6323] = 6222, + [6324] = 6217, + [6325] = 6325, + [6326] = 6326, + [6327] = 6327, + [6328] = 6279, + [6329] = 6206, + [6330] = 6217, + [6331] = 6232, + [6332] = 6254, + [6333] = 6333, + [6334] = 6334, + [6335] = 6287, + [6336] = 6269, + [6337] = 6337, + [6338] = 6222, [6339] = 6339, - [6340] = 5988, - [6341] = 6064, - [6342] = 44, - [6343] = 5910, - [6344] = 5883, - [6345] = 6345, - [6346] = 6346, - [6347] = 6150, - [6348] = 6087, - [6349] = 6349, - [6350] = 5904, - [6351] = 5915, - [6352] = 5913, - [6353] = 5914, - [6354] = 5915, - [6355] = 5879, - [6356] = 21, - [6357] = 5916, - [6358] = 15, - [6359] = 5917, - [6360] = 5918, - [6361] = 5919, - [6362] = 6362, - [6363] = 6171, - [6364] = 6172, - [6365] = 6173, - [6366] = 5950, - [6367] = 6175, - [6368] = 5863, - [6369] = 5880, - [6370] = 5920, - [6371] = 5921, - [6372] = 5878, - [6373] = 5923, - [6374] = 5871, - [6375] = 5925, + [6340] = 6279, + [6341] = 6221, + [6342] = 6265, + [6343] = 6343, + [6344] = 6344, + [6345] = 6281, + [6346] = 6334, + [6347] = 6210, + [6348] = 6348, + [6349] = 6206, + [6350] = 6221, + [6351] = 6222, + [6352] = 6241, + [6353] = 34, + [6354] = 6250, + [6355] = 6355, + [6356] = 6356, + [6357] = 6214, + [6358] = 6222, + [6359] = 6206, + [6360] = 6250, + [6361] = 6210, + [6362] = 6235, + [6363] = 6221, + [6364] = 6218, + [6365] = 6222, + [6366] = 10, + [6367] = 6214, + [6368] = 6221, + [6369] = 6369, + [6370] = 6247, + [6371] = 6371, + [6372] = 6247, + [6373] = 6206, + [6374] = 6217, + [6375] = 6206, [6376] = 6376, - [6377] = 5927, - [6378] = 5928, - [6379] = 5867, - [6380] = 5859, - [6381] = 6192, - [6382] = 6192, - [6383] = 5962, - [6384] = 5934, - [6385] = 5924, - [6386] = 5963, - [6387] = 5928, - [6388] = 6016, - [6389] = 5969, - [6390] = 5865, - [6391] = 5972, - [6392] = 5860, - [6393] = 6205, - [6394] = 6206, - [6395] = 6207, - [6396] = 5967, - [6397] = 5898, + [6377] = 6377, + [6378] = 6333, + [6379] = 6221, + [6380] = 6269, + [6381] = 6221, + [6382] = 6242, + [6383] = 6233, + [6384] = 6384, + [6385] = 6385, + [6386] = 6386, + [6387] = 6289, + [6388] = 6204, + [6389] = 6212, + [6390] = 6293, + [6391] = 6206, + [6392] = 6217, + [6393] = 6206, + [6394] = 6232, + [6395] = 6221, + [6396] = 6221, + [6397] = 27, [6398] = 6398, - [6399] = 5946, - [6400] = 5947, - [6401] = 6401, + [6399] = 6399, + [6400] = 6218, + [6401] = 6210, [6402] = 6402, - [6403] = 5927, - [6404] = 5949, - [6405] = 5896, - [6406] = 5909, - [6407] = 5925, - [6408] = 5908, - [6409] = 5863, - [6410] = 5908, - [6411] = 5909, - [6412] = 5860, - [6413] = 5975, - [6414] = 5950, - [6415] = 5963, - [6416] = 6416, + [6403] = 6235, + [6404] = 6221, + [6405] = 6224, + [6406] = 6230, + [6407] = 6220, + [6408] = 6408, + [6409] = 6409, + [6410] = 6334, + [6411] = 6333, + [6412] = 6206, + [6413] = 6206, + [6414] = 6221, + [6415] = 6415, + [6416] = 6217, [6417] = 6417, - [6418] = 5923, - [6419] = 5859, - [6420] = 6175, - [6421] = 5969, - [6422] = 5976, - [6423] = 5967, - [6424] = 6207, - [6425] = 5972, - [6426] = 6206, - [6427] = 5921, - [6428] = 6205, - [6429] = 5975, - [6430] = 5976, - [6431] = 6016, - [6432] = 6173, - [6433] = 5920, - [6434] = 5983, - [6435] = 6172, - [6436] = 5988, - [6437] = 5989, - [6438] = 6171, - [6439] = 5919, - [6440] = 5990, - [6441] = 5986, - [6442] = 5867, - [6443] = 6192, - [6444] = 6150, - [6445] = 5871, - [6446] = 5911, - [6447] = 5983, - [6448] = 5878, - [6449] = 5880, - [6450] = 5859, - [6451] = 5906, - [6452] = 5918, - [6453] = 5917, - [6454] = 5916, - [6455] = 6175, - [6456] = 6173, - [6457] = 6172, - [6458] = 5897, - [6459] = 6171, - [6460] = 5860, - [6461] = 6151, - [6462] = 5863, - [6463] = 5904, - [6464] = 5954, - [6465] = 6101, - [6466] = 5882, - [6467] = 5885, - [6468] = 5931, - [6469] = 5883, - [6470] = 6029, - [6471] = 5882, - [6472] = 6152, - [6473] = 6140, - [6474] = 6087, - [6475] = 6153, - [6476] = 5868, - [6477] = 6137, - [6478] = 6478, - [6479] = 5910, - [6480] = 6134, - [6481] = 6064, - [6482] = 6065, - [6483] = 5858, - [6484] = 5870, - [6485] = 5879, - [6486] = 5914, - [6487] = 5954, - [6488] = 6101, - [6489] = 5862, - [6490] = 5874, - [6491] = 6043, - [6492] = 5873, - [6493] = 5872, - [6494] = 5913, - [6495] = 6108, - [6496] = 6109, - [6497] = 6091, + [6418] = 6334, + [6419] = 6206, + [6420] = 6221, + [6421] = 6421, + [6422] = 6210, + [6423] = 6210, + [6424] = 6424, + [6425] = 6425, + [6426] = 6426, + [6427] = 6224, + [6428] = 6206, + [6429] = 6221, + [6430] = 6221, + [6431] = 6212, + [6432] = 6230, + [6433] = 6209, + [6434] = 6210, + [6435] = 6217, + [6436] = 6206, + [6437] = 6206, + [6438] = 6217, + [6439] = 6279, + [6440] = 6206, + [6441] = 6441, + [6442] = 6221, + [6443] = 6219, + [6444] = 6444, + [6445] = 6210, + [6446] = 6446, + [6447] = 6293, + [6448] = 6212, + [6449] = 6449, + [6450] = 6247, + [6451] = 6250, + [6452] = 6221, + [6453] = 6259, + [6454] = 6454, + [6455] = 6220, + [6456] = 6456, + [6457] = 6220, + [6458] = 6458, + [6459] = 6459, + [6460] = 6235, + [6461] = 6250, + [6462] = 6462, + [6463] = 6333, + [6464] = 6222, + [6465] = 6254, + [6466] = 6466, + [6467] = 6217, + [6468] = 6214, + [6469] = 6469, + [6470] = 6206, + [6471] = 6471, + [6472] = 6221, + [6473] = 6206, + [6474] = 6235, + [6475] = 6210, + [6476] = 6476, + [6477] = 6219, + [6478] = 6206, + [6479] = 6210, + [6480] = 6221, + [6481] = 6221, + [6482] = 6221, + [6483] = 6206, + [6484] = 6217, + [6485] = 6221, + [6486] = 6206, + [6487] = 6487, + [6488] = 6206, + [6489] = 6221, + [6490] = 6225, + [6491] = 6212, + [6492] = 6210, + [6493] = 6206, + [6494] = 6210, + [6495] = 6221, + [6496] = 6496, + [6497] = 6210, [6498] = 6498, - [6499] = 6499, - [6500] = 6500, + [6499] = 5131, + [6500] = 6224, [6501] = 6501, - [6502] = 6502, - [6503] = 6503, - [6504] = 6504, - [6505] = 6505, - [6506] = 6506, - [6507] = 6507, - [6508] = 6508, + [6502] = 6233, + [6503] = 6259, + [6504] = 6209, + [6505] = 6204, + [6506] = 6221, + [6507] = 6334, + [6508] = 6217, [6509] = 6509, - [6510] = 6510, - [6511] = 6511, - [6512] = 6512, - [6513] = 6513, - [6514] = 6514, - [6515] = 6508, - [6516] = 6516, - [6517] = 6517, - [6518] = 6502, - [6519] = 6519, - [6520] = 6520, + [6510] = 6206, + [6511] = 6211, + [6512] = 6221, + [6513] = 6206, + [6514] = 49, + [6515] = 6242, + [6516] = 6213, + [6517] = 6211, + [6518] = 6215, + [6519] = 6215, + [6520] = 6222, [6521] = 6521, - [6522] = 6522, - [6523] = 6503, - [6524] = 6524, - [6525] = 6525, - [6526] = 6526, - [6527] = 6527, - [6528] = 6528, + [6522] = 6211, + [6523] = 6241, + [6524] = 6221, + [6525] = 6215, + [6526] = 6206, + [6527] = 6221, + [6528] = 6206, [6529] = 6529, - [6530] = 6530, - [6531] = 6531, - [6532] = 6532, + [6530] = 6217, + [6531] = 6221, + [6532] = 6230, [6533] = 6533, - [6534] = 6534, - [6535] = 6505, + [6534] = 6210, + [6535] = 6214, [6536] = 6536, - [6537] = 6509, + [6537] = 6225, [6538] = 6538, - [6539] = 6539, + [6539] = 6222, [6540] = 6540, - [6541] = 6541, - [6542] = 6542, - [6543] = 6543, - [6544] = 6513, + [6541] = 6218, + [6542] = 14, + [6543] = 6327, + [6544] = 46, [6545] = 6545, - [6546] = 6546, - [6547] = 6547, - [6548] = 6548, - [6549] = 6549, - [6550] = 6550, + [6546] = 6224, + [6547] = 6221, + [6548] = 6206, + [6549] = 6269, + [6550] = 6333, [6551] = 6551, - [6552] = 6552, - [6553] = 6501, - [6554] = 6554, - [6555] = 6555, - [6556] = 6556, - [6557] = 6520, - [6558] = 6558, - [6559] = 6559, - [6560] = 6560, - [6561] = 6561, - [6562] = 6562, - [6563] = 6563, - [6564] = 6532, - [6565] = 6565, - [6566] = 6566, - [6567] = 6547, - [6568] = 6568, - [6569] = 6560, - [6570] = 6504, - [6571] = 6506, - [6572] = 6510, + [6552] = 6221, + [6553] = 6206, + [6554] = 6265, + [6555] = 6213, + [6556] = 6254, + [6557] = 6221, + [6558] = 6206, + [6559] = 6293, + [6560] = 6206, + [6561] = 6217, + [6562] = 6221, + [6563] = 6206, + [6564] = 6221, + [6565] = 6265, + [6566] = 6222, + [6567] = 6221, + [6568] = 6206, + [6569] = 6569, + [6570] = 6570, + [6571] = 6540, + [6572] = 6288, [6573] = 6573, - [6574] = 6573, - [6575] = 6575, - [6576] = 6576, - [6577] = 6577, + [6574] = 3879, + [6575] = 16, + [6576] = 3787, + [6577] = 3780, [6578] = 6578, - [6579] = 6579, - [6580] = 6551, + [6579] = 67, + [6580] = 6573, [6581] = 6581, - [6582] = 6582, + [6582] = 6398, [6583] = 6583, - [6584] = 6584, - [6585] = 6554, - [6586] = 6586, - [6587] = 6587, + [6584] = 13, + [6585] = 6585, + [6586] = 6573, + [6587] = 6573, [6588] = 6588, [6589] = 6589, - [6590] = 6590, + [6590] = 6578, [6591] = 6591, - [6592] = 6545, + [6592] = 3881, [6593] = 6593, - [6594] = 6594, + [6594] = 6573, [6595] = 6595, - [6596] = 6596, - [6597] = 6586, - [6598] = 6598, - [6599] = 6599, + [6596] = 6573, + [6597] = 3877, + [6598] = 5829, + [6599] = 3878, [6600] = 6600, - [6601] = 6601, - [6602] = 6602, + [6601] = 6573, + [6602] = 6573, [6603] = 6603, - [6604] = 6604, - [6605] = 6545, + [6604] = 6573, + [6605] = 6605, [6606] = 6606, - [6607] = 6576, - [6608] = 6578, - [6609] = 6575, - [6610] = 6579, - [6611] = 6582, - [6612] = 6612, - [6613] = 6613, - [6614] = 6601, - [6615] = 6615, - [6616] = 6583, - [6617] = 6617, - [6618] = 6563, - [6619] = 6619, - [6620] = 6620, - [6621] = 6577, - [6622] = 6566, - [6623] = 6619, + [6607] = 19, + [6608] = 6573, + [6609] = 9, + [6610] = 5796, + [6611] = 6591, + [6612] = 6589, + [6613] = 6606, + [6614] = 6589, + [6615] = 6573, + [6616] = 6589, + [6617] = 6591, + [6618] = 6591, + [6619] = 3781, + [6620] = 13, + [6621] = 6578, + [6622] = 6573, + [6623] = 6573, [6624] = 6624, - [6625] = 6563, - [6626] = 6593, - [6627] = 6562, - [6628] = 6591, - [6629] = 6629, - [6630] = 6566, - [6631] = 6584, - [6632] = 6554, - [6633] = 6587, - [6634] = 6588, + [6625] = 6625, + [6626] = 19, + [6627] = 6606, + [6628] = 16, + [6629] = 6573, + [6630] = 6630, + [6631] = 6631, + [6632] = 6624, + [6633] = 6633, + [6634] = 6634, [6635] = 6635, - [6636] = 6500, + [6636] = 6573, [6637] = 6637, - [6638] = 6549, - [6639] = 6551, - [6640] = 6548, - [6641] = 6546, - [6642] = 6540, - [6643] = 6643, - [6644] = 6547, - [6645] = 6543, - [6646] = 6529, - [6647] = 6541, + [6638] = 6638, + [6639] = 6639, + [6640] = 6624, + [6641] = 6641, + [6642] = 6642, + [6643] = 6573, + [6644] = 6644, + [6645] = 6645, + [6646] = 6578, + [6647] = 6624, [6648] = 6648, [6649] = 6649, - [6650] = 6534, + [6650] = 6573, [6651] = 6651, - [6652] = 6652, + [6652] = 6606, [6653] = 6653, [6654] = 6654, - [6655] = 6533, - [6656] = 6521, - [6657] = 6620, + [6655] = 6655, + [6656] = 6656, + [6657] = 6657, [6658] = 6658, [6659] = 6659, - [6660] = 43, - [6661] = 6510, - [6662] = 6543, + [6660] = 6660, + [6661] = 6661, + [6662] = 6662, [6663] = 6663, - [6664] = 6514, - [6665] = 6522, - [6666] = 6506, - [6667] = 6504, - [6668] = 6509, - [6669] = 6519, - [6670] = 6508, - [6671] = 6502, - [6672] = 6501, - [6673] = 6500, - [6674] = 6516, - [6675] = 6675, - [6676] = 6556, - [6677] = 6511, + [6664] = 6664, + [6665] = 6665, + [6666] = 6666, + [6667] = 6667, + [6668] = 6668, + [6669] = 6669, + [6670] = 6670, + [6671] = 6671, + [6672] = 6578, + [6673] = 6673, + [6674] = 6674, + [6675] = 6573, + [6676] = 6606, + [6677] = 6677, [6678] = 6678, - [6679] = 6617, + [6679] = 6679, [6680] = 6680, - [6681] = 6520, - [6682] = 6507, - [6683] = 6589, - [6684] = 6545, - [6685] = 6513, + [6681] = 6681, + [6682] = 6682, + [6683] = 6683, + [6684] = 6684, + [6685] = 6685, [6686] = 6686, - [6687] = 6565, - [6688] = 6507, - [6689] = 6538, - [6690] = 6690, - [6691] = 6511, - [6692] = 6590, - [6693] = 6678, - [6694] = 6568, - [6695] = 6513, - [6696] = 6516, - [6697] = 6531, - [6698] = 6698, - [6699] = 6519, - [6700] = 6500, - [6701] = 6701, - [6702] = 6522, - [6703] = 6501, - [6704] = 6528, - [6705] = 6502, - [6706] = 6508, - [6707] = 6575, - [6708] = 6509, - [6709] = 6530, - [6710] = 6576, - [6711] = 6514, - [6712] = 6712, - [6713] = 6533, - [6714] = 6534, - [6715] = 6526, - [6716] = 6594, - [6717] = 6521, - [6718] = 6526, - [6719] = 6525, - [6720] = 6545, - [6721] = 6541, - [6722] = 6545, - [6723] = 6543, - [6724] = 6513, + [6687] = 6687, + [6688] = 6688, + [6689] = 6689, + [6690] = 6581, + [6691] = 6691, + [6692] = 6692, + [6693] = 6693, + [6694] = 6593, + [6695] = 6695, + [6696] = 6578, + [6697] = 6603, + [6698] = 6605, + [6699] = 6699, + [6700] = 6700, + [6701] = 6573, + [6702] = 6606, + [6703] = 6600, + [6704] = 6595, + [6705] = 6705, + [6706] = 6679, + [6707] = 6680, + [6708] = 6708, + [6709] = 6709, + [6710] = 6710, + [6711] = 6711, + [6712] = 6569, + [6713] = 6683, + [6714] = 6714, + [6715] = 6715, + [6716] = 6716, + [6717] = 6683, + [6718] = 6718, + [6719] = 6719, + [6720] = 6720, + [6721] = 6721, + [6722] = 6722, + [6723] = 6723, + [6724] = 6724, [6725] = 6725, - [6726] = 6510, - [6727] = 6547, - [6728] = 6506, - [6729] = 6513, - [6730] = 6612, - [6731] = 6551, - [6732] = 6504, - [6733] = 6503, - [6734] = 6554, - [6735] = 6735, - [6736] = 6510, - [6737] = 6540, - [6738] = 6506, - [6739] = 6739, - [6740] = 6546, - [6741] = 6548, - [6742] = 6520, - [6743] = 6563, - [6744] = 6504, - [6745] = 6549, - [6746] = 6566, - [6747] = 6747, - [6748] = 6595, - [6749] = 6514, - [6750] = 6520, - [6751] = 6504, + [6726] = 6691, + [6727] = 6727, + [6728] = 6728, + [6729] = 6578, + [6730] = 6695, + [6731] = 6731, + [6732] = 6732, + [6733] = 6733, + [6734] = 6573, + [6735] = 6606, + [6736] = 6600, + [6737] = 6709, + [6738] = 6738, + [6739] = 6585, + [6740] = 6583, + [6741] = 6595, + [6742] = 6742, + [6743] = 6743, + [6744] = 6744, + [6745] = 6679, + [6746] = 6588, + [6747] = 6680, + [6748] = 6748, + [6749] = 6683, + [6750] = 6750, + [6751] = 6751, [6752] = 6752, - [6753] = 6517, - [6754] = 6506, - [6755] = 6575, - [6756] = 6576, - [6757] = 6562, - [6758] = 6520, - [6759] = 6510, - [6760] = 6506, - [6761] = 6524, - [6762] = 6527, - [6763] = 6528, - [6764] = 6529, - [6765] = 6510, - [6766] = 6586, - [6767] = 6532, - [6768] = 6505, - [6769] = 6550, - [6770] = 6504, - [6771] = 6555, - [6772] = 6678, - [6773] = 6561, - [6774] = 6565, - [6775] = 6606, - [6776] = 6568, - [6777] = 6560, - [6778] = 6520, - [6779] = 6573, - [6780] = 6541, - [6781] = 6577, - [6782] = 6578, - [6783] = 6586, - [6784] = 6579, - [6785] = 6582, - [6786] = 6583, - [6787] = 6620, - [6788] = 6513, - [6789] = 5477, - [6790] = 6602, - [6791] = 6791, - [6792] = 6576, - [6793] = 6545, - [6794] = 6575, - [6795] = 6587, - [6796] = 6588, - [6797] = 6590, - [6798] = 6594, - [6799] = 6566, - [6800] = 6599, - [6801] = 6599, - [6802] = 6563, + [6753] = 6630, + [6754] = 6631, + [6755] = 6755, + [6756] = 6625, + [6757] = 6638, + [6758] = 6758, + [6759] = 6691, + [6760] = 6760, + [6761] = 6761, + [6762] = 6695, + [6763] = 6661, + [6764] = 6764, + [6765] = 6765, + [6766] = 6662, + [6767] = 6767, + [6768] = 6600, + [6769] = 6595, + [6770] = 6770, + [6771] = 6578, + [6772] = 6772, + [6773] = 6773, + [6774] = 6685, + [6775] = 6679, + [6776] = 6573, + [6777] = 6777, + [6778] = 6606, + [6779] = 5882, + [6780] = 6780, + [6781] = 6680, + [6782] = 6724, + [6783] = 6783, + [6784] = 6683, + [6785] = 6755, + [6786] = 6786, + [6787] = 6787, + [6788] = 6760, + [6789] = 6578, + [6790] = 6790, + [6791] = 6764, + [6792] = 6792, + [6793] = 6793, + [6794] = 6794, + [6795] = 6691, + [6796] = 6796, + [6797] = 6797, + [6798] = 6606, + [6799] = 6695, + [6800] = 6573, + [6801] = 6600, + [6802] = 6802, [6803] = 6803, - [6804] = 6595, - [6805] = 6522, - [6806] = 6600, - [6807] = 6598, - [6808] = 6519, - [6809] = 6596, + [6804] = 6804, + [6805] = 6805, + [6806] = 6578, + [6807] = 6595, + [6808] = 6695, + [6809] = 6573, [6810] = 6810, - [6811] = 6593, - [6812] = 6599, - [6813] = 6602, - [6814] = 6554, - [6815] = 6815, + [6811] = 6578, + [6812] = 6812, + [6813] = 6606, + [6814] = 6814, + [6815] = 6606, [6816] = 6816, - [6817] = 6551, + [6817] = 6802, [6818] = 6818, - [6819] = 6547, - [6820] = 6606, - [6821] = 6612, - [6822] = 6543, - [6823] = 6823, - [6824] = 6824, - [6825] = 6601, + [6819] = 6819, + [6820] = 6803, + [6821] = 6821, + [6822] = 6804, + [6823] = 6691, + [6824] = 6805, + [6825] = 6825, [6826] = 6826, - [6827] = 6541, - [6828] = 6595, - [6829] = 6617, - [6830] = 6545, - [6831] = 6521, - [6832] = 6832, - [6833] = 6534, - [6834] = 6513, - [6835] = 6835, - [6836] = 6533, - [6837] = 6619, - [6838] = 6591, - [6839] = 6530, - [6840] = 6594, - [6841] = 6584, - [6842] = 6510, - [6843] = 6843, - [6844] = 6590, - [6845] = 6522, - [6846] = 6506, - [6847] = 6678, - [6848] = 6848, - [6849] = 6589, - [6850] = 6504, - [6851] = 6851, - [6852] = 6519, - [6853] = 6516, - [6854] = 6520, - [6855] = 6855, - [6856] = 6856, - [6857] = 6857, - [6858] = 6510, - [6859] = 6511, - [6860] = 6507, - [6861] = 6525, - [6862] = 6678, - [6863] = 6588, - [6864] = 22, - [6865] = 6565, - [6866] = 6866, + [6827] = 6581, + [6828] = 6709, + [6829] = 6829, + [6830] = 6830, + [6831] = 6831, + [6832] = 6581, + [6833] = 6833, + [6834] = 6589, + [6835] = 6645, + [6836] = 6709, + [6837] = 6655, + [6838] = 6581, + [6839] = 6724, + [6840] = 6578, + [6841] = 6841, + [6842] = 6709, + [6843] = 6663, + [6844] = 6664, + [6845] = 6581, + [6846] = 6724, + [6847] = 6573, + [6848] = 6606, + [6849] = 6570, + [6850] = 6814, + [6851] = 6637, + [6852] = 6709, + [6853] = 6853, + [6854] = 6682, + [6855] = 6581, + [6856] = 6724, + [6857] = 6569, + [6858] = 6812, + [6859] = 6859, + [6860] = 6709, + [6861] = 6861, + [6862] = 6862, + [6863] = 6581, + [6864] = 6724, + [6865] = 6742, + [6866] = 6709, [6867] = 6867, - [6868] = 6500, - [6869] = 6501, - [6870] = 6516, - [6871] = 6502, - [6872] = 6531, - [6873] = 6752, - [6874] = 6552, - [6875] = 6587, - [6876] = 6514, - [6877] = 6589, - [6878] = 6878, - [6879] = 6540, - [6880] = 6521, - [6881] = 6546, - [6882] = 6545, - [6883] = 6524, - [6884] = 6513, - [6885] = 6548, - [6886] = 6583, - [6887] = 6887, - [6888] = 6888, + [6868] = 6868, + [6869] = 6869, + [6870] = 6656, + [6871] = 6581, + [6872] = 6578, + [6873] = 6724, + [6874] = 6825, + [6875] = 6573, + [6876] = 6573, + [6877] = 6591, + [6878] = 6709, + [6879] = 6826, + [6880] = 6624, + [6881] = 6680, + [6882] = 6570, + [6883] = 6581, + [6884] = 6724, + [6885] = 6859, + [6886] = 6709, + [6887] = 6743, + [6888] = 6738, [6889] = 6889, - [6890] = 6890, - [6891] = 6891, - [6892] = 6538, - [6893] = 6893, - [6894] = 6531, + [6890] = 6578, + [6891] = 6862, + [6892] = 6581, + [6893] = 6724, + [6894] = 6606, [6895] = 6895, - [6896] = 6549, - [6897] = 6530, - [6898] = 6824, - [6899] = 6582, - [6900] = 6540, - [6901] = 6538, - [6902] = 6902, - [6903] = 6903, - [6904] = 6904, - [6905] = 6905, - [6906] = 6546, - [6907] = 6907, - [6908] = 6908, - [6909] = 6548, - [6910] = 6910, - [6911] = 6520, - [6912] = 6526, - [6913] = 6913, - [6914] = 6549, - [6915] = 6915, - [6916] = 6903, - [6917] = 6902, + [6896] = 6889, + [6897] = 6709, + [6898] = 6818, + [6899] = 6899, + [6900] = 6900, + [6901] = 6901, + [6902] = 6895, + [6903] = 6689, + [6904] = 47, + [6905] = 6581, + [6906] = 6724, + [6907] = 6899, + [6908] = 6709, + [6909] = 6901, + [6910] = 6869, + [6911] = 6578, + [6912] = 6670, + [6913] = 6581, + [6914] = 6724, + [6915] = 6573, + [6916] = 6606, + [6917] = 6917, [6918] = 6918, - [6919] = 6525, - [6920] = 6579, - [6921] = 6890, + [6919] = 6819, + [6920] = 6709, + [6921] = 6921, [6922] = 6922, - [6923] = 6510, + [6923] = 6581, [6924] = 6924, - [6925] = 6506, - [6926] = 6851, - [6927] = 6848, - [6928] = 6545, - [6929] = 6562, - [6930] = 6513, - [6931] = 6643, - [6932] = 6504, - [6933] = 6504, - [6934] = 6934, - [6935] = 6663, - [6936] = 6649, - [6937] = 6635, - [6938] = 6552, - [6939] = 6542, - [6940] = 6735, - [6941] = 6739, - [6942] = 6942, - [6943] = 6943, - [6944] = 6506, - [6945] = 6503, - [6946] = 6946, - [6947] = 6504, - [6948] = 6810, - [6949] = 6701, - [6950] = 6698, - [6951] = 6498, - [6952] = 6952, - [6953] = 6504, - [6954] = 6510, - [6955] = 6955, - [6956] = 6752, - [6957] = 6504, - [6958] = 6517, - [6959] = 6504, - [6960] = 6910, - [6961] = 6915, - [6962] = 6520, - [6963] = 6963, - [6964] = 6504, - [6965] = 6915, - [6966] = 6903, - [6967] = 6902, - [6968] = 6968, - [6969] = 6969, - [6970] = 6545, - [6971] = 6890, - [6972] = 6578, - [6973] = 6504, - [6974] = 6577, - [6975] = 6524, - [6976] = 6851, - [6977] = 6848, - [6978] = 6504, - [6979] = 6979, - [6980] = 6643, - [6981] = 6527, - [6982] = 6982, - [6983] = 6504, - [6984] = 6663, - [6985] = 6649, - [6986] = 6635, - [6987] = 6552, - [6988] = 6542, - [6989] = 6735, - [6990] = 6990, - [6991] = 6556, - [6992] = 6510, - [6993] = 6504, - [6994] = 6506, - [6995] = 6810, - [6996] = 6701, - [6997] = 6698, - [6998] = 6498, - [6999] = 6529, - [7000] = 6532, - [7001] = 6504, - [7002] = 6504, - [7003] = 7003, - [7004] = 6513, - [7005] = 6545, - [7006] = 6910, - [7007] = 6520, - [7008] = 6505, - [7009] = 6550, - [7010] = 6504, - [7011] = 6915, - [7012] = 6903, - [7013] = 6902, - [7014] = 7014, - [7015] = 7015, - [7016] = 6573, - [7017] = 6890, - [7018] = 6555, - [7019] = 6561, - [7020] = 7020, - [7021] = 6504, - [7022] = 6851, - [7023] = 6848, - [7024] = 6506, - [7025] = 7025, - [7026] = 6643, - [7027] = 7027, - [7028] = 6560, - [7029] = 6565, - [7030] = 6663, - [7031] = 6649, - [7032] = 6635, - [7033] = 6509, - [7034] = 6542, - [7035] = 6527, - [7036] = 6504, - [7037] = 7037, - [7038] = 7038, - [7039] = 6568, - [7040] = 6810, - [7041] = 6701, - [7042] = 6698, - [7043] = 6498, - [7044] = 7044, - [7045] = 6568, - [7046] = 7046, - [7047] = 6504, - [7048] = 6560, - [7049] = 7049, - [7050] = 6910, - [7051] = 6504, - [7052] = 6504, - [7053] = 6513, - [7054] = 6573, - [7055] = 6915, - [7056] = 6903, - [7057] = 6902, - [7058] = 6520, - [7059] = 6561, - [7060] = 6504, - [7061] = 6890, - [7062] = 6555, - [7063] = 6584, - [7064] = 7064, - [7065] = 6577, - [7066] = 6851, - [7067] = 6848, - [7068] = 7068, - [7069] = 6578, - [7070] = 6643, - [7071] = 6579, - [7072] = 7072, - [7073] = 6591, - [7074] = 6663, - [7075] = 6649, - [7076] = 6635, - [7077] = 6552, - [7078] = 6542, - [7079] = 6582, - [7080] = 6545, - [7081] = 6583, - [7082] = 6620, - [7083] = 6620, - [7084] = 6810, - [7085] = 6701, - [7086] = 6698, - [7087] = 6498, - [7088] = 49, - [7089] = 6587, - [7090] = 6588, - [7091] = 6528, - [7092] = 6589, - [7093] = 6915, - [7094] = 6520, - [7095] = 6915, - [7096] = 6590, - [7097] = 6915, - [7098] = 7098, - [7099] = 6915, - [7100] = 7100, - [7101] = 6915, - [7102] = 6550, - [7103] = 6915, - [7104] = 6556, - [7105] = 6915, - [7106] = 6659, - [7107] = 6915, - [7108] = 7108, - [7109] = 6915, - [7110] = 7110, - [7111] = 7111, - [7112] = 7112, - [7113] = 6594, - [7114] = 6505, - [7115] = 6504, - [7116] = 6545, - [7117] = 6532, - [7118] = 7118, - [7119] = 6595, - [7120] = 6599, - [7121] = 6602, - [7122] = 6606, - [7123] = 6619, - [7124] = 6511, - [7125] = 6612, - [7126] = 6601, - [7127] = 7127, - [7128] = 6529, - [7129] = 6602, - [7130] = 6617, - [7131] = 6545, - [7132] = 6659, - [7133] = 7133, - [7134] = 6659, - [7135] = 6513, - [7136] = 7136, - [7137] = 6499, - [7138] = 7138, - [7139] = 6895, - [7140] = 6889, - [7141] = 6888, - [7142] = 6619, - [7143] = 6586, - [7144] = 7144, - [7145] = 7044, - [7146] = 6624, - [7147] = 6629, - [7148] = 6504, - [7149] = 6818, - [7150] = 6528, - [7151] = 6591, - [7152] = 6584, - [7153] = 6510, - [7154] = 6499, - [7155] = 7155, - [7156] = 6895, - [7157] = 6889, - [7158] = 6888, - [7159] = 6561, - [7160] = 6617, - [7161] = 6510, - [7162] = 7044, - [7163] = 6624, - [7164] = 6629, - [7165] = 6506, - [7166] = 6555, - [7167] = 6504, - [7168] = 6520, - [7169] = 6601, - [7170] = 6508, - [7171] = 6504, - [7172] = 6895, - [7173] = 6889, - [7174] = 6888, - [7175] = 6534, - [7176] = 6612, - [7177] = 6517, - [7178] = 7044, - [7179] = 6624, - [7180] = 6629, - [7181] = 7181, - [7182] = 7182, - [7183] = 6550, - [7184] = 6520, - [7185] = 6533, - [7186] = 6499, - [7187] = 7187, - [7188] = 6895, - [7189] = 6889, - [7190] = 6888, - [7191] = 6545, - [7192] = 7192, + [6925] = 6581, + [6926] = 6724, + [6927] = 6593, + [6928] = 6928, + [6929] = 6709, + [6930] = 6603, + [6931] = 6605, + [6932] = 6932, + [6933] = 6578, + [6934] = 6581, + [6935] = 6724, + [6936] = 6573, + [6937] = 6937, + [6938] = 6606, + [6939] = 6709, + [6940] = 6940, + [6941] = 6581, + [6942] = 6724, + [6943] = 6921, + [6944] = 6709, + [6945] = 6945, + [6946] = 6829, + [6947] = 6830, + [6948] = 6831, + [6949] = 6949, + [6950] = 6581, + [6951] = 6651, + [6952] = 6724, + [6953] = 6731, + [6954] = 6709, + [6955] = 6797, + [6956] = 6578, + [6957] = 6581, + [6958] = 6810, + [6959] = 6573, + [6960] = 6606, + [6961] = 6792, + [6962] = 6731, + [6963] = 6790, + [6964] = 6833, + [6965] = 6787, + [6966] = 6966, + [6967] = 6967, + [6968] = 6709, + [6969] = 6924, + [6970] = 6585, + [6971] = 6583, + [6972] = 6777, + [6973] = 6767, + [6974] = 6670, + [6975] = 6975, + [6976] = 6733, + [6977] = 6588, + [6978] = 6727, + [6979] = 6721, + [6980] = 6720, + [6981] = 6689, + [6982] = 6718, + [6983] = 6687, + [6984] = 6630, + [6985] = 6631, + [6986] = 6686, + [6987] = 6693, + [6988] = 6669, + [6989] = 6989, + [6990] = 6668, + [6991] = 6661, + [6992] = 6821, + [6993] = 6578, + [6994] = 6662, + [6995] = 6667, + [6996] = 6653, + [6997] = 6573, + [6998] = 6606, + [6999] = 6651, + [7000] = 6928, + [7001] = 6738, + [7002] = 6685, + [7003] = 6743, + [7004] = 6633, + [7005] = 6642, + [7006] = 6641, + [7007] = 6642, + [7008] = 6681, + [7009] = 6724, + [7010] = 6653, + [7011] = 6641, + [7012] = 6755, + [7013] = 6667, + [7014] = 6633, + [7015] = 6760, + [7016] = 6668, + [7017] = 7017, + [7018] = 6764, + [7019] = 6669, + [7020] = 6868, + [7021] = 6924, + [7022] = 6693, + [7023] = 6867, + [7024] = 6686, + [7025] = 6687, + [7026] = 6681, + [7027] = 6718, + [7028] = 6720, + [7029] = 6802, + [7030] = 6606, + [7031] = 6721, + [7032] = 6727, + [7033] = 6573, + [7034] = 6578, + [7035] = 6812, + [7036] = 7036, + [7037] = 6733, + [7038] = 6869, + [7039] = 6868, + [7040] = 6867, + [7041] = 6814, + [7042] = 6767, + [7043] = 6818, + [7044] = 6819, + [7045] = 6821, + [7046] = 6777, + [7047] = 6853, + [7048] = 6787, + [7049] = 6790, + [7050] = 6655, + [7051] = 6829, + [7052] = 6830, + [7053] = 6831, + [7054] = 6656, + [7055] = 6833, + [7056] = 6663, + [7057] = 6664, + [7058] = 6792, + [7059] = 6810, + [7060] = 6637, + [7061] = 6682, + [7062] = 6833, + [7063] = 6831, + [7064] = 6830, + [7065] = 6949, + [7066] = 6945, + [7067] = 6829, + [7068] = 6569, + [7069] = 6742, + [7070] = 6797, + [7071] = 6940, + [7072] = 6853, + [7073] = 6812, + [7074] = 6826, + [7075] = 6937, + [7076] = 6570, + [7077] = 6859, + [7078] = 6932, + [7079] = 6862, + [7080] = 6889, + [7081] = 6928, + [7082] = 6895, + [7083] = 6764, + [7084] = 6899, + [7085] = 6867, + [7086] = 6868, + [7087] = 6869, + [7088] = 6760, + [7089] = 6901, + [7090] = 6921, + [7091] = 6755, + [7092] = 6901, + [7093] = 6899, + [7094] = 6724, + [7095] = 6895, + [7096] = 6685, + [7097] = 6889, + [7098] = 6921, + [7099] = 6862, + [7100] = 6924, + [7101] = 6928, + [7102] = 6859, + [7103] = 6662, + [7104] = 6570, + [7105] = 6743, + [7106] = 6738, + [7107] = 6932, + [7108] = 6826, + [7109] = 6661, + [7110] = 6937, + [7111] = 6797, + [7112] = 6631, + [7113] = 6742, + [7114] = 6630, + [7115] = 6940, + [7116] = 6825, + [7117] = 6569, + [7118] = 6588, + [7119] = 6682, + [7120] = 6689, + [7121] = 6945, + [7122] = 6583, + [7123] = 6664, + [7124] = 6663, + [7125] = 6656, + [7126] = 6655, + [7127] = 6585, + [7128] = 6949, + [7129] = 6670, + [7130] = 6709, + [7131] = 6731, + [7132] = 6810, + [7133] = 6792, + [7134] = 6821, + [7135] = 6787, + [7136] = 6777, + [7137] = 6819, + [7138] = 6818, + [7139] = 6814, + [7140] = 6581, + [7141] = 6767, + [7142] = 6932, + [7143] = 6733, + [7144] = 6593, + [7145] = 6578, + [7146] = 6727, + [7147] = 6603, + [7148] = 6605, + [7149] = 6721, + [7150] = 6720, + [7151] = 6573, + [7152] = 6606, + [7153] = 6718, + [7154] = 6687, + [7155] = 6605, + [7156] = 6603, + [7157] = 6686, + [7158] = 6593, + [7159] = 6693, + [7160] = 6937, + [7161] = 6581, + [7162] = 6681, + [7163] = 6669, + [7164] = 6940, + [7165] = 6668, + [7166] = 6679, + [7167] = 6633, + [7168] = 6641, + [7169] = 6642, + [7170] = 6651, + [7171] = 6653, + [7172] = 6667, + [7173] = 6668, + [7174] = 6669, + [7175] = 6681, + [7176] = 6693, + [7177] = 6731, + [7178] = 6667, + [7179] = 6653, + [7180] = 6686, + [7181] = 6687, + [7182] = 6651, + [7183] = 6709, + [7184] = 6718, + [7185] = 6585, + [7186] = 6583, + [7187] = 6642, + [7188] = 6720, + [7189] = 6641, + [7190] = 6721, + [7191] = 6633, + [7192] = 6588, [7193] = 7193, - [7194] = 7044, - [7195] = 6624, - [7196] = 6629, - [7197] = 6513, - [7198] = 6506, - [7199] = 7199, - [7200] = 6878, - [7201] = 7201, - [7202] = 6538, - [7203] = 6531, - [7204] = 6504, - [7205] = 6504, - [7206] = 7206, - [7207] = 7207, - [7208] = 6556, - [7209] = 6506, - [7210] = 7210, - [7211] = 6499, - [7212] = 6530, - [7213] = 6526, - [7214] = 6525, - [7215] = 6510, - [7216] = 6506, - [7217] = 6659, - [7218] = 6510, - [7219] = 6504, - [7220] = 6507, - [7221] = 6503, - [7222] = 6752, - [7223] = 7223, - [7224] = 6910, - [7225] = 6562, - [7226] = 7226, - [7227] = 7227, - [7228] = 6752, - [7229] = 6517, - [7230] = 6520, - [7231] = 6504, - [7232] = 6504, - [7233] = 6878, - [7234] = 6606, - [7235] = 6506, - [7236] = 6878, - [7237] = 6524, - [7238] = 6527, - [7239] = 6878, - [7240] = 7240, - [7241] = 6513, - [7242] = 7242, - [7243] = 7243, - [7244] = 7244, + [7194] = 6670, + [7195] = 7195, + [7196] = 7196, + [7197] = 6727, + [7198] = 6733, + [7199] = 6630, + [7200] = 6631, + [7201] = 6895, + [7202] = 7202, + [7203] = 6689, + [7204] = 6767, + [7205] = 7205, + [7206] = 6661, + [7207] = 6949, + [7208] = 6777, + [7209] = 6662, + [7210] = 6945, + [7211] = 6787, + [7212] = 6790, + [7213] = 6790, + [7214] = 6792, + [7215] = 6810, + [7216] = 6606, + [7217] = 6685, + [7218] = 6573, + [7219] = 6738, + [7220] = 6743, + [7221] = 6578, + [7222] = 6814, + [7223] = 6949, + [7224] = 6724, + [7225] = 6821, + [7226] = 6818, + [7227] = 6755, + [7228] = 6945, + [7229] = 6819, + [7230] = 6760, + [7231] = 6821, + [7232] = 6655, + [7233] = 6764, + [7234] = 6656, + [7235] = 6663, + [7236] = 6940, + [7237] = 6869, + [7238] = 6937, + [7239] = 6868, + [7240] = 6867, + [7241] = 6932, + [7242] = 6664, + [7243] = 6682, + [7244] = 6928, [7245] = 7245, - [7246] = 7246, + [7246] = 6853, + [7247] = 6742, + [7248] = 6812, + [7249] = 6924, + [7250] = 6797, + [7251] = 6921, + [7252] = 6829, + [7253] = 6853, + [7254] = 6830, + [7255] = 6901, + [7256] = 6831, + [7257] = 6899, + [7258] = 6859, + [7259] = 6833, + [7260] = 6826, + [7261] = 6889, + [7262] = 6862, + [7263] = 7263, + [7264] = 7264, + [7265] = 7265, + [7266] = 7266, + [7267] = 7267, + [7268] = 7268, + [7269] = 7269, + [7270] = 7270, + [7271] = 7271, + [7272] = 7272, + [7273] = 7273, + [7274] = 7274, + [7275] = 7275, + [7276] = 7276, + [7277] = 7277, + [7278] = 7278, + [7279] = 7279, + [7280] = 7280, + [7281] = 7281, + [7282] = 7282, + [7283] = 7283, + [7284] = 7284, + [7285] = 7285, + [7286] = 7286, + [7287] = 7287, + [7288] = 7288, + [7289] = 7289, + [7290] = 7290, + [7291] = 7291, + [7292] = 7292, + [7293] = 7293, + [7294] = 7294, + [7295] = 7295, + [7296] = 7296, + [7297] = 7297, + [7298] = 7298, + [7299] = 7299, + [7300] = 7300, + [7301] = 7291, + [7302] = 7302, + [7303] = 7303, + [7304] = 7304, + [7305] = 7305, + [7306] = 7306, + [7307] = 7307, + [7308] = 7308, + [7309] = 7309, + [7310] = 7305, + [7311] = 7311, + [7312] = 7312, + [7313] = 7313, + [7314] = 7314, + [7315] = 7315, + [7316] = 7316, + [7317] = 7317, + [7318] = 7318, + [7319] = 7319, + [7320] = 7302, + [7321] = 7321, + [7322] = 7264, + [7323] = 7323, + [7324] = 7324, + [7325] = 7325, + [7326] = 7312, + [7327] = 7290, + [7328] = 7328, + [7329] = 7329, + [7330] = 7330, + [7331] = 7331, + [7332] = 7332, + [7333] = 7333, + [7334] = 7334, + [7335] = 7335, + [7336] = 7336, + [7337] = 7337, + [7338] = 7338, + [7339] = 7339, + [7340] = 7340, + [7341] = 7341, + [7342] = 7342, + [7343] = 7343, + [7344] = 7344, + [7345] = 7345, + [7346] = 7346, + [7347] = 7347, + [7348] = 7348, + [7349] = 7282, + [7350] = 7300, + [7351] = 7351, + [7352] = 7352, + [7353] = 7347, + [7354] = 7354, + [7355] = 7299, + [7356] = 7356, + [7357] = 7285, + [7358] = 7358, + [7359] = 7359, + [7360] = 7298, + [7361] = 7346, + [7362] = 7362, + [7363] = 7277, + [7364] = 7362, + [7365] = 7344, + [7366] = 7359, + [7367] = 7358, + [7368] = 7356, + [7369] = 7263, + [7370] = 7370, + [7371] = 7264, + [7372] = 7372, + [7373] = 7319, + [7374] = 7372, + [7375] = 7337, + [7376] = 7332, + [7377] = 7354, + [7378] = 7329, + [7379] = 7315, + [7380] = 7328, + [7381] = 7311, + [7382] = 7291, + [7383] = 7280, + [7384] = 7263, + [7385] = 7321, + [7386] = 7324, + [7387] = 7307, + [7388] = 7348, + [7389] = 7323, + [7390] = 7317, + [7391] = 7316, + [7392] = 7392, + [7393] = 7306, + [7394] = 7305, + [7395] = 7304, + [7396] = 7303, + [7397] = 7345, + [7398] = 7293, + [7399] = 7312, + [7400] = 7302, + [7401] = 7343, + [7402] = 7292, + [7403] = 7342, + [7404] = 7341, + [7405] = 7340, + [7406] = 7339, + [7407] = 7295, + [7408] = 7289, + [7409] = 7287, + [7410] = 7286, + [7411] = 7300, + [7412] = 7281, + [7413] = 7299, + [7414] = 7298, + [7415] = 7331, + [7416] = 7279, + [7417] = 7278, + [7418] = 7297, + [7419] = 7276, + [7420] = 7311, + [7421] = 7294, + [7422] = 7275, + [7423] = 7274, + [7424] = 7283, + [7425] = 7273, + [7426] = 7325, + [7427] = 7269, + [7428] = 7428, + [7429] = 7318, + [7430] = 7316, + [7431] = 7431, + [7432] = 7348, + [7433] = 7308, + [7434] = 7434, + [7435] = 7314, + [7436] = 7268, + [7437] = 7428, + [7438] = 7313, + [7439] = 7283, + [7440] = 7297, + [7441] = 7309, + [7442] = 7296, + [7443] = 7268, + [7444] = 7307, + [7445] = 7445, + [7446] = 7269, + [7447] = 7294, + [7448] = 7273, + [7449] = 7274, + [7450] = 7297, + [7451] = 7275, + [7452] = 7298, + [7453] = 7276, + [7454] = 7299, + [7455] = 7288, + [7456] = 7284, + [7457] = 7300, + [7458] = 7296, + [7459] = 7278, + [7460] = 7279, + [7461] = 7285, + [7462] = 7281, + [7463] = 7265, + [7464] = 7282, + [7465] = 7266, + [7466] = 7286, + [7467] = 7267, + [7468] = 7287, + [7469] = 7289, + [7470] = 7291, + [7471] = 7290, + [7472] = 7270, + [7473] = 7302, + [7474] = 7312, + [7475] = 7475, + [7476] = 7271, + [7477] = 7316, + [7478] = 7317, + [7479] = 7272, + [7480] = 7292, + [7481] = 7323, + [7482] = 7293, + [7483] = 7324, + [7484] = 7272, + [7485] = 7485, + [7486] = 7280, + [7487] = 7271, + [7488] = 7303, + [7489] = 7317, + [7490] = 7304, + [7491] = 7282, + [7492] = 7305, + [7493] = 7270, + [7494] = 7285, + [7495] = 7306, + [7496] = 7307, + [7497] = 7328, + [7498] = 7263, + [7499] = 7311, + [7500] = 7267, + [7501] = 7329, + [7502] = 7266, + [7503] = 7315, + [7504] = 7295, + [7505] = 7296, + [7506] = 7265, + [7507] = 7332, + [7508] = 7337, + [7509] = 7372, + [7510] = 7319, + [7511] = 7321, + [7512] = 7264, + [7513] = 7284, + [7514] = 7288, + [7515] = 7277, + [7516] = 7295, + [7517] = 7308, + [7518] = 7344, + [7519] = 7323, + [7520] = 7346, + [7521] = 7347, + [7522] = 7522, + [7523] = 7309, + [7524] = 7313, + [7525] = 7314, + [7526] = 7318, + [7527] = 7294, + [7528] = 7325, + [7529] = 7529, + [7530] = 7264, + [7531] = 7321, + [7532] = 7331, + [7533] = 7324, + [7534] = 7534, + [7535] = 7347, + [7536] = 7306, + [7537] = 7305, + [7538] = 7346, + [7539] = 7289, + [7540] = 7540, + [7541] = 7339, + [7542] = 7344, + [7543] = 7340, + [7544] = 7341, + [7545] = 7342, + [7546] = 7372, + [7547] = 7337, + [7548] = 7332, + [7549] = 7343, + [7550] = 7550, + [7551] = 7329, + [7552] = 7475, + [7553] = 7328, + [7554] = 7345, + [7555] = 7272, + [7556] = 7280, + [7557] = 7348, + [7558] = 7558, + [7559] = 7264, + [7560] = 7321, + [7561] = 7561, + [7562] = 7323, + [7563] = 7317, + [7564] = 7475, + [7565] = 7316, + [7566] = 7307, + [7567] = 7306, + [7568] = 7305, + [7569] = 7271, + [7570] = 7283, + [7571] = 7571, + [7572] = 7270, + [7573] = 7312, + [7574] = 7302, + [7575] = 7575, + [7576] = 7428, + [7577] = 7291, + [7578] = 7356, + [7579] = 7300, + [7580] = 7358, + [7581] = 7359, + [7582] = 7299, + [7583] = 7362, + [7584] = 7264, + [7585] = 7298, + [7586] = 7321, + [7587] = 7297, + [7588] = 7307, + [7589] = 7294, + [7590] = 7306, + [7591] = 7305, + [7592] = 7354, + [7593] = 7289, + [7594] = 7283, + [7595] = 7595, + [7596] = 7596, + [7597] = 7428, + [7598] = 7598, + [7599] = 7599, + [7600] = 7264, + [7601] = 7321, + [7602] = 7324, + [7603] = 7289, + [7604] = 41, + [7605] = 7307, + [7606] = 7606, + [7607] = 7306, + [7608] = 7305, + [7609] = 7268, + [7610] = 7289, + [7611] = 7267, + [7612] = 7268, + [7613] = 7613, + [7614] = 7269, + [7615] = 7266, + [7616] = 7616, + [7617] = 7264, + [7618] = 7273, + [7619] = 7274, + [7620] = 7321, + [7621] = 7307, + [7622] = 7275, + [7623] = 7306, + [7624] = 7305, + [7625] = 7289, + [7626] = 7276, + [7627] = 7269, + [7628] = 7265, + [7629] = 7308, + [7630] = 7278, + [7631] = 7264, + [7632] = 7321, + [7633] = 7279, + [7634] = 7307, + [7635] = 7281, + [7636] = 7306, + [7637] = 7296, + [7638] = 7286, + [7639] = 7295, + [7640] = 7305, + [7641] = 7287, + [7642] = 7289, + [7643] = 7289, + [7644] = 7273, + [7645] = 7274, + [7646] = 7290, + [7647] = 7284, + [7648] = 7648, + [7649] = 7649, + [7650] = 7292, + [7651] = 7651, + [7652] = 7285, + [7653] = 7275, + [7654] = 7282, + [7655] = 7288, + [7656] = 7428, + [7657] = 7293, + [7658] = 7529, + [7659] = 7540, + [7660] = 7550, + [7661] = 7276, + [7662] = 7662, + [7663] = 7321, + [7664] = 7307, + [7665] = 7306, + [7666] = 7303, + [7667] = 7305, + [7668] = 7289, + [7669] = 7272, + [7670] = 7304, + [7671] = 7271, + [7672] = 7315, + [7673] = 7270, + [7674] = 7674, + [7675] = 7675, + [7676] = 7305, + [7677] = 7306, + [7678] = 7341, + [7679] = 7307, + [7680] = 7267, + [7681] = 7263, + [7682] = 7311, + [7683] = 7266, + [7684] = 7616, + [7685] = 7356, + [7686] = 7358, + [7687] = 7359, + [7688] = 7265, + [7689] = 7689, + [7690] = 7690, + [7691] = 7691, + [7692] = 7315, + [7693] = 7279, + [7694] = 7319, + [7695] = 7284, + [7696] = 7288, + [7697] = 7697, + [7698] = 7698, + [7699] = 7264, + [7700] = 7362, + [7701] = 7321, + [7702] = 7321, + [7703] = 7703, + [7704] = 7662, + [7705] = 7705, + [7706] = 7264, + [7707] = 7307, + [7708] = 7306, + [7709] = 7691, + [7710] = 7305, + [7711] = 7277, + [7712] = 7289, + [7713] = 7522, + [7714] = 7675, + [7715] = 7674, + [7716] = 7716, + [7717] = 7717, + [7718] = 7522, + [7719] = 7606, + [7720] = 7720, + [7721] = 7280, + [7722] = 7722, + [7723] = 7723, + [7724] = 7724, + [7725] = 7725, + [7726] = 7726, + [7727] = 7727, + [7728] = 7728, + [7729] = 7729, + [7730] = 7730, + [7731] = 7731, + [7732] = 7309, + [7733] = 7281, + [7734] = 7308, + [7735] = 7313, + [7736] = 7736, + [7737] = 7730, + [7738] = 7717, + [7739] = 7716, + [7740] = 7314, + [7741] = 7741, + [7742] = 7328, + [7743] = 7743, + [7744] = 7318, + [7745] = 7264, + [7746] = 7325, + [7747] = 7321, + [7748] = 7697, + [7749] = 7329, + [7750] = 7307, + [7751] = 7319, + [7752] = 7306, + [7753] = 7305, + [7754] = 7703, + [7755] = 7662, + [7756] = 7705, + [7757] = 7616, + [7758] = 7758, + [7759] = 7278, + [7760] = 7691, + [7761] = 7761, + [7762] = 7762, + [7763] = 7331, + [7764] = 7309, + [7765] = 7675, + [7766] = 7674, + [7767] = 7313, + [7768] = 7736, + [7769] = 7606, + [7770] = 7770, + [7771] = 7771, + [7772] = 7772, + [7773] = 7723, + [7774] = 7724, + [7775] = 7725, + [7776] = 7726, + [7777] = 7727, + [7778] = 7728, + [7779] = 7779, + [7780] = 7705, + [7781] = 7781, + [7782] = 7782, + [7783] = 7339, + [7784] = 7736, + [7785] = 7730, + [7786] = 7717, + [7787] = 7716, + [7788] = 7340, + [7789] = 7321, + [7790] = 7332, + [7791] = 7342, + [7792] = 7343, + [7793] = 7337, + [7794] = 7372, + [7795] = 7697, + [7796] = 23, + [7797] = 7289, + [7798] = 7345, + [7799] = 7286, + [7800] = 7287, + [7801] = 7703, + [7802] = 7662, + [7803] = 7705, + [7804] = 7264, + [7805] = 7805, + [7806] = 7348, + [7807] = 7691, + [7808] = 7321, + [7809] = 7307, + [7810] = 7810, + [7811] = 7306, + [7812] = 7675, + [7813] = 7674, + [7814] = 7305, + [7815] = 7289, + [7816] = 7606, + [7817] = 7344, + [7818] = 48, + [7819] = 7289, + [7820] = 7723, + [7821] = 7724, + [7822] = 7725, + [7823] = 7726, + [7824] = 7727, + [7825] = 7616, + [7826] = 7826, + [7827] = 7827, + [7828] = 7828, + [7829] = 7318, + [7830] = 7736, + [7831] = 7730, + [7832] = 7717, + [7833] = 7716, + [7834] = 7561, + [7835] = 7356, + [7836] = 7836, + [7837] = 7358, + [7838] = 7838, + [7839] = 7359, + [7840] = 7697, + [7841] = 7841, + [7842] = 7842, + [7843] = 7703, + [7844] = 7362, + [7845] = 7307, + [7846] = 7703, + [7847] = 7662, + [7848] = 7705, + [7849] = 7264, + [7850] = 7850, + [7851] = 7341, + [7852] = 7691, + [7853] = 7853, + [7854] = 7854, + [7855] = 7354, + [7856] = 7290, + [7857] = 7675, + [7858] = 7674, + [7859] = 7307, + [7860] = 7306, + [7861] = 7606, + [7862] = 7346, + [7863] = 7305, + [7864] = 7864, + [7865] = 7723, + [7866] = 7724, + [7867] = 7725, + [7868] = 7726, + [7869] = 7727, + [7870] = 7870, + [7871] = 7305, + [7872] = 7347, + [7873] = 7289, + [7874] = 7305, + [7875] = 7736, + [7876] = 7730, + [7877] = 7717, + [7878] = 7716, + [7879] = 7325, + [7880] = 7305, + [7881] = 7881, + [7882] = 7292, + [7883] = 7314, + [7884] = 7703, + [7885] = 7885, + [7886] = 7703, + [7887] = 7887, + [7888] = 7703, + [7889] = 7889, + [7890] = 7703, + [7891] = 7293, + [7892] = 7703, + [7893] = 7305, + [7894] = 7703, + [7895] = 7895, + [7896] = 7703, + [7897] = 7897, + [7898] = 7703, + [7899] = 7899, + [7900] = 7703, + [7901] = 7264, + [7902] = 7703, + [7903] = 7321, + [7904] = 7703, + [7905] = 7905, + [7906] = 7703, + [7907] = 7907, + [7908] = 7703, + [7909] = 7909, + [7910] = 7305, + [7911] = 7307, + [7912] = 7912, + [7913] = 7306, + [7914] = 7305, + [7915] = 7289, + [7916] = 7916, + [7917] = 7917, + [7918] = 7918, + [7919] = 7345, + [7920] = 7920, + [7921] = 7921, + [7922] = 7922, + [7923] = 7305, + [7924] = 7305, + [7925] = 7925, + [7926] = 7926, + [7927] = 7927, + [7928] = 7331, + [7929] = 7929, + [7930] = 7930, + [7931] = 7931, + [7932] = 7303, + [7933] = 7305, + [7934] = 7934, + [7935] = 7306, + [7936] = 7936, + [7937] = 7937, + [7938] = 7698, + [7939] = 7690, + [7940] = 7689, + [7941] = 7941, + [7942] = 7264, + [7943] = 7943, + [7944] = 7944, + [7945] = 7945, + [7946] = 7946, + [7947] = 7947, + [7948] = 7779, + [7949] = 7321, + [7950] = 7950, + [7951] = 7951, + [7952] = 7305, + [7953] = 7936, + [7954] = 7954, + [7955] = 7698, + [7956] = 7690, + [7957] = 7689, + [7958] = 7958, + [7959] = 7307, + [7960] = 7306, + [7961] = 7944, + [7962] = 7945, + [7963] = 7946, + [7964] = 7964, + [7965] = 7305, + [7966] = 7966, + [7967] = 7305, + [7968] = 7289, + [7969] = 7936, + [7970] = 7321, + [7971] = 7698, + [7972] = 7690, + [7973] = 7689, + [7974] = 7974, + [7975] = 7975, + [7976] = 7729, + [7977] = 7944, + [7978] = 7945, + [7979] = 7946, + [7980] = 7728, + [7981] = 7305, + [7982] = 7982, + [7983] = 7983, + [7984] = 7984, + [7985] = 7936, + [7986] = 7264, + [7987] = 7698, + [7988] = 7690, + [7989] = 7689, + [7990] = 7990, + [7991] = 7991, + [7992] = 7992, + [7993] = 7944, + [7994] = 7945, + [7995] = 7946, + [7996] = 7339, + [7997] = 7305, + [7998] = 7264, + [7999] = 7321, + [8000] = 8000, + [8001] = 7307, + [8002] = 7305, + [8003] = 8003, + [8004] = 7434, + [8005] = 7306, + [8006] = 7305, + [8007] = 7289, + [8008] = 7946, + [8009] = 7945, + [8010] = 7305, + [8011] = 7277, + [8012] = 7944, + [8013] = 7305, + [8014] = 8014, + [8015] = 7936, + [8016] = 7340, + [8017] = 7727, + [8018] = 7305, + [8019] = 7264, + [8020] = 7616, + [8021] = 7725, + [8022] = 7307, + [8023] = 7305, + [8024] = 7305, + [8025] = 7289, + [8026] = 7306, + [8027] = 7697, + [8028] = 7354, + [8029] = 7726, + [8030] = 7305, + [8031] = 7343, + [8032] = 7305, + [8033] = 7304, + [8034] = 7305, + [8035] = 7305, + [8036] = 7434, + [8037] = 6096, + [8038] = 7723, + [8039] = 7434, + [8040] = 7342, + [8041] = 7306, + [8042] = 7434, + [8043] = 8043, + [8044] = 7724, + [8045] = 8045, + [8046] = 8046, + [8047] = 8047, + [8048] = 8048, + [8049] = 8049, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -11553,76 +12408,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(1359); - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '&') ADVANCE(1382); - if (lookahead == '\'') ADVANCE(2546); - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(1361); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == 'N') ADVANCE(1444); - if (lookahead == 'S') ADVANCE(1435); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == ']') ADVANCE(2540); - if (lookahead == 'n') ADVANCE(1662); - if (lookahead == 's') ADVANCE(1667); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (eof) ADVANCE(1381); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '&') ADVANCE(1404); + if (lookahead == '\'') ADVANCE(2589); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(1383); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2847); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1469); + if (lookahead == 'S') ADVANCE(1460); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == ']') ADVANCE(2583); + if (lookahead == 'n') ADVANCE(1692); + if (lookahead == 's') ADVANCE(1698); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1560); + lookahead == 'a') ADVANCE(1589); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1668); + lookahead == 'b') ADVANCE(1699); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1460); + lookahead == 'c') ADVANCE(1486); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1468); + lookahead == 'd') ADVANCE(1494); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1469); + lookahead == 'e') ADVANCE(1495); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1872); + lookahead == 'f') ADVANCE(1909); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1675); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1677); + lookahead == 'h') ADVANCE(1708); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2033); + lookahead == 'i') ADVANCE(2074); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1749); + lookahead == 'k') ADVANCE(1782); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1461); + lookahead == 'l') ADVANCE(1487); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1462); + lookahead == 'm') ADVANCE(1488); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1837); + lookahead == 'o') ADVANCE(1873); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); + lookahead == 'p') ADVANCE(1489); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2449); + lookahead == 'q') ADVANCE(2492); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1585); + lookahead == 'r') ADVANCE(1615); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1481); + lookahead == 't') ADVANCE(1507); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2064); + lookahead == 'u') ADVANCE(2105); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1483); + lookahead == 'v') ADVANCE(1509); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1880); + lookahead == 'w') ADVANCE(1917); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2768); + lookahead == 'x') ADVANCE(2813); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2769); + lookahead == 'y') ADVANCE(2814); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11633,8 +12488,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(27); if (('J' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('j' <= lookahead && lookahead <= '|')) ADVANCE(2528); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + ('j' <= lookahead && lookahead <= '|')) ADVANCE(2571); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); END_STATE(); case 1: if (lookahead == '\n') SKIP(36) @@ -11658,31 +12513,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(5) END_STATE(); case 7: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(75) END_STATE(); case 8: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(75) if (lookahead == '\r') SKIP(7) END_STATE(); case 9: - if (lookahead == '\n') SKIP(39) + if (lookahead == '\n') SKIP(40) END_STATE(); case 10: - if (lookahead == '\n') SKIP(39) + if (lookahead == '\n') SKIP(40) if (lookahead == '\r') SKIP(9) END_STATE(); case 11: - if (lookahead == '\n') SKIP(94) + if (lookahead == '\n') SKIP(106) END_STATE(); case 12: - if (lookahead == '\n') SKIP(94) + if (lookahead == '\n') SKIP(106) if (lookahead == '\r') SKIP(11) END_STATE(); case 13: - if (lookahead == '\n') SKIP(78) + if (lookahead == '\n') SKIP(86) END_STATE(); case 14: - if (lookahead == '\n') SKIP(78) + if (lookahead == '\n') SKIP(86) if (lookahead == '\r') SKIP(13) END_STATE(); case 15: @@ -11693,52 +12548,52 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(15) END_STATE(); case 17: - if (lookahead == '\n') SKIP(40) + if (lookahead == '\n') SKIP(39) END_STATE(); case 18: - if (lookahead == '\n') SKIP(40) + if (lookahead == '\n') SKIP(39) if (lookahead == '\r') SKIP(17) END_STATE(); case 19: if (lookahead == '\n') SKIP(33) - if (lookahead == '\r') ADVANCE(2545); - if (lookahead != 0) ADVANCE(2545); + if (lookahead == '\r') ADVANCE(2588); + if (lookahead != 0) ADVANCE(2588); END_STATE(); case 20: - if (lookahead == '\n') SKIP(227) + if (lookahead == '\n') SKIP(26) END_STATE(); case 21: - if (lookahead == '\n') SKIP(227) + if (lookahead == '\n') SKIP(26) if (lookahead == '\r') SKIP(20) - if (lookahead == '.') ADVANCE(261); - if (('-' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(202); END_STATE(); case 22: - if (lookahead == '\n') SKIP(26) + if (lookahead == '\n') SKIP(255) END_STATE(); case 23: - if (lookahead == '\n') SKIP(26) + if (lookahead == '\n') SKIP(255) if (lookahead == '\r') SKIP(22) + if (lookahead == '.') ADVANCE(289); + if (('-' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(222); END_STATE(); case 24: - if (lookahead == '\n') ADVANCE(141); + if (lookahead == '\n') ADVANCE(157); if (lookahead == '\r') ADVANCE(25); - if (lookahead == '*') ADVANCE(1376); - if (lookahead != 0) ADVANCE(142); + if (lookahead == '*') ADVANCE(1398); + if (lookahead != 0) ADVANCE(158); END_STATE(); case 25: - if (lookahead == '\n') ADVANCE(141); - if (lookahead == '*') ADVANCE(1376); - if (lookahead != 0) ADVANCE(142); + if (lookahead == '\n') ADVANCE(157); + if (lookahead == '*') ADVANCE(1398); + if (lookahead != 0) ADVANCE(158); END_STATE(); case 26: - if (lookahead == ' ') ADVANCE(2735); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') SKIP(23) - if (lookahead == '{') ADVANCE(1378); + if (lookahead == ' ') ADVANCE(2780); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') SKIP(21) + if (lookahead == '{') ADVANCE(1400); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -11748,75 +12603,75 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(26) END_STATE(); case 27: - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '&') ADVANCE(1382); - if (lookahead == '\'') ADVANCE(2546); - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(1361); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == 'N') ADVANCE(1444); - if (lookahead == 'S') ADVANCE(1435); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == ']') ADVANCE(2540); - if (lookahead == 'n') ADVANCE(1662); - if (lookahead == 's') ADVANCE(1667); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '&') ADVANCE(1404); + if (lookahead == '\'') ADVANCE(2589); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(1383); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2847); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1469); + if (lookahead == 'S') ADVANCE(1460); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == ']') ADVANCE(2583); + if (lookahead == 'n') ADVANCE(1692); + if (lookahead == 's') ADVANCE(1698); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1560); + lookahead == 'a') ADVANCE(1589); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1668); + lookahead == 'b') ADVANCE(1699); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1460); + lookahead == 'c') ADVANCE(1486); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1468); + lookahead == 'd') ADVANCE(1494); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1469); + lookahead == 'e') ADVANCE(1495); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1872); + lookahead == 'f') ADVANCE(1909); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1675); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1677); + lookahead == 'h') ADVANCE(1708); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2033); + lookahead == 'i') ADVANCE(2074); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1749); + lookahead == 'k') ADVANCE(1782); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1461); + lookahead == 'l') ADVANCE(1487); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1462); + lookahead == 'm') ADVANCE(1488); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1837); + lookahead == 'o') ADVANCE(1873); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); + lookahead == 'p') ADVANCE(1489); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2449); + lookahead == 'q') ADVANCE(2492); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1585); + lookahead == 'r') ADVANCE(1615); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1481); + lookahead == 't') ADVANCE(1507); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2064); + lookahead == 'u') ADVANCE(2105); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1483); + lookahead == 'v') ADVANCE(1509); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1880); + lookahead == 'w') ADVANCE(1917); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2768); + lookahead == 'x') ADVANCE(2813); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2769); + lookahead == 'y') ADVANCE(2814); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11827,43 +12682,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(27); if (('J' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('j' <= lookahead && lookahead <= '|')) ADVANCE(2528); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + ('j' <= lookahead && lookahead <= '|')) ADVANCE(2571); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); END_STATE(); case 28: - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '&') ADVANCE(2584); - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == ']') ADVANCE(2540); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '&') ADVANCE(2627); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == ']') ADVANCE(2583); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11874,43 +12729,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(28); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 29: - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '&') ADVANCE(2584); - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == ']') ADVANCE(2540); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '&') ADVANCE(2627); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == ']') ADVANCE(2583); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11921,21 +12776,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(29); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 30: - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '&') ADVANCE(2584); - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '&') ADVANCE(2627); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '=') ADVANCE(2847); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11944,39 +12799,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(30); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2536); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2579); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 31: - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '&') ADVANCE(2584); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1450); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1728); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '&') ADVANCE(2627); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1476); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1759); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -11987,35 +12842,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(31) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 32: - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '&') ADVANCE(2584); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '&') ADVANCE(2627); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1726); + lookahead == 'n') ADVANCE(1757); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12026,13 +12881,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(32) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 33: - if (lookahead == '"') ADVANCE(2541); - if (lookahead == '/') ADVANCE(2542); + if (lookahead == '"') ADVANCE(2584); + if (lookahead == '/') ADVANCE(2585); if (lookahead == '\\') ADVANCE(19); - if (lookahead == '{') ADVANCE(1380); + if (lookahead == '{') ADVANCE(1402); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12040,14 +12895,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(2543); - if (lookahead != 0) ADVANCE(2544); + lookahead == 65279) ADVANCE(2586); + if (lookahead != 0) ADVANCE(2587); END_STATE(); case 34: - if (lookahead == '&') ADVANCE(1382); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '&') ADVANCE(1404); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12056,51 +12911,51 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(34) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2536); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2579); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 35: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2211); + lookahead == 'a') ADVANCE(2251); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1670); + lookahead == 'b') ADVANCE(1701); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12109,75 +12964,75 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(35) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 36: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2561); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(244); - if (lookahead == 'S') ADVANCE(231); - if (lookahead == '[') ADVANCE(2538); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2604); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(272); + if (lookahead == 'S') ADVANCE(259); + if (lookahead == '[') ADVANCE(2581); if (lookahead == '\\') SKIP(2) - if (lookahead == ']') ADVANCE(2540); - if (lookahead == 'n') ADVANCE(519); - if (lookahead == 's') ADVANCE(525); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == ']') ADVANCE(2583); + if (lookahead == 'n') ADVANCE(543); + if (lookahead == 's') ADVANCE(549); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(361); + lookahead == 'a') ADVANCE(387); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(544); + lookahead == 'b') ADVANCE(570); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(262); + lookahead == 'c') ADVANCE(290); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(263); + lookahead == 'd') ADVANCE(291); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(264); + lookahead == 'e') ADVANCE(292); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(716); + lookahead == 'f') ADVANCE(741); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(526); + lookahead == 'g') ADVANCE(550); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(527); + lookahead == 'h') ADVANCE(551); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(854); + lookahead == 'i') ADVANCE(879); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(549); + lookahead == 'k') ADVANCE(577); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(265); + lookahead == 'l') ADVANCE(293); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(266); + lookahead == 'm') ADVANCE(294); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(655); + lookahead == 'o') ADVANCE(679); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(268); + lookahead == 'p') ADVANCE(296); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(387); + lookahead == 'r') ADVANCE(412); if (lookahead == 'T' || - lookahead == 't') ADVANCE(280); + lookahead == 't') ADVANCE(308); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(900); + lookahead == 'u') ADVANCE(925); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(965); + lookahead == 'v') ADVANCE(986); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(697); + lookahead == 'w') ADVANCE(722); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(859); + lookahead == 'x') ADVANCE(884); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2769); + lookahead == 'y') ADVANCE(2814); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12186,62 +13041,62 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(36); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2536); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2579); END_STATE(); case 37: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2561); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(249); - if (lookahead == '[') ADVANCE(2538); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2604); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(277); + if (lookahead == '[') ADVANCE(2581); if (lookahead == '\\') SKIP(6) - if (lookahead == 'n') ADVANCE(521); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == 'n') ADVANCE(545); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(363); + lookahead == 'a') ADVANCE(389); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(542); + lookahead == 'b') ADVANCE(568); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(960); + lookahead == 'c') ADVANCE(981); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(417); + lookahead == 'd') ADVANCE(442); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(924); + lookahead == 'e') ADVANCE(1077); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(690); + lookahead == 'f') ADVANCE(715); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(526); + lookahead == 'g') ADVANCE(550); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(527); + lookahead == 'h') ADVANCE(551); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(878); + lookahead == 'i') ADVANCE(903); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(347); + lookahead == 'l') ADVANCE(374); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(270); + lookahead == 'm') ADVANCE(298); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(656); + lookahead == 'o') ADVANCE(680); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(669); + lookahead == 'p') ADVANCE(694); if (lookahead == 'S' || - lookahead == 's') ADVANCE(643); + lookahead == 's') ADVANCE(669); if (lookahead == 'T' || - lookahead == 't') ADVANCE(961); + lookahead == 't') ADVANCE(982); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1148); + lookahead == 'u') ADVANCE(1172); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(699); + lookahead == 'w') ADVANCE(724); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(859); + lookahead == 'x') ADVANCE(884); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12252,61 +13107,61 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(37); END_STATE(); case 38: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2561); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(248); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2604); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(276); if (lookahead == '\\') SKIP(4) - if (lookahead == ']') ADVANCE(2540); - if (lookahead == 'n') ADVANCE(520); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == ']') ADVANCE(2583); + if (lookahead == 'n') ADVANCE(544); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(899); + lookahead == 'a') ADVANCE(924); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(544); + lookahead == 'b') ADVANCE(570); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(964); + lookahead == 'c') ADVANCE(985); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(566); + lookahead == 'd') ADVANCE(594); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(384); + lookahead == 'e') ADVANCE(409); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(718); + lookahead == 'f') ADVANCE(743); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(526); + lookahead == 'g') ADVANCE(550); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(527); + lookahead == 'h') ADVANCE(551); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(903); + lookahead == 'i') ADVANCE(928); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(549); + lookahead == 'k') ADVANCE(577); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(269); + lookahead == 'l') ADVANCE(297); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(267); + lookahead == 'm') ADVANCE(295); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(654); + lookahead == 'o') ADVANCE(678); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(331); + lookahead == 'p') ADVANCE(358); if (lookahead == 'S' || - lookahead == 's') ADVANCE(597); + lookahead == 's') ADVANCE(625); if (lookahead == 'T' || - lookahead == 't') ADVANCE(700); + lookahead == 't') ADVANCE(725); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(907); + lookahead == 'u') ADVANCE(931); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(713); + lookahead == 'w') ADVANCE(738); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(859); + lookahead == 'x') ADVANCE(884); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12317,124 +13172,126 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(38); END_STATE(); case 39: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2561); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '.') ADVANCE(1383); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2609); + if (lookahead == '>') ADVANCE(2613); + if (lookahead == '\\') SKIP(18) + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1049); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(789); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(368); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(951); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1310); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1105); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(39) + END_STATE(); + case 40: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2609); + if (lookahead == '>') ADVANCE(2613); if (lookahead == '\\') SKIP(10) - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(362); + lookahead == 'a') ADVANCE(388); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(545); + lookahead == 'b') ADVANCE(1136); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(967); + lookahead == 'c') ADVANCE(988); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(355); + lookahead == 'd') ADVANCE(351); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(449); + lookahead == 'e') ADVANCE(473); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(772); + lookahead == 'f') ADVANCE(797); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(481); + lookahead == 'g') ADVANCE(634); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(527); + lookahead == 'h') ADVANCE(551); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(862); + lookahead == 'i') ADVANCE(887); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(348); + lookahead == 'l') ADVANCE(376); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(353); + lookahead == 'm') ADVANCE(572); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(523); + lookahead == 'n') ADVANCE(558); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(656); + lookahead == 'o') ADVANCE(681); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(303); + lookahead == 'p') ADVANCE(301); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(1324); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(649); + lookahead == 'r') ADVANCE(559); if (lookahead == 'S' || - lookahead == 's') ADVANCE(647); + lookahead == 's') ADVANCE(673); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(610); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1148); + lookahead == 'u') ADVANCE(1172); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(344); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(715); + lookahead == 'w') ADVANCE(740); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(859); + lookahead == 'x') ADVANCE(884); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(39) - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(39); - END_STATE(); - case 40: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '.') ADVANCE(1361); - if (lookahead == '/') ADVANCE(140); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2566); - if (lookahead == '>') ADVANCE(2570); - if (lookahead == '\\') SKIP(18) - if (lookahead == '{') ADVANCE(1378); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1028); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(764); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(341); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(927); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1289); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1081); + lookahead == 65279) SKIP(40) if (lookahead == '\t' || lookahead == '\n' || - lookahead == '\f' || lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(40) + lookahead == ' ') ADVANCE(40); END_STATE(); case 41: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '<') ADVANCE(2566); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '<') ADVANCE(2609); if (lookahead == '\\') SKIP(16) - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1029); + lookahead == 'a') ADVANCE(1050); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(764); + lookahead == 'b') ADVANCE(789); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1309); + lookahead == 'e') ADVANCE(1331); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(882); + lookahead == 'i') ADVANCE(907); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1003); + lookahead == 'n') ADVANCE(1024); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(883); + lookahead == 'o') ADVANCE(908); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(610); + lookahead == 'p') ADVANCE(636); if (lookahead == 'S' || - lookahead == 's') ADVANCE(612); + lookahead == 's') ADVANCE(638); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12445,32 +13302,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(41); END_STATE(); case 42: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2483); + lookahead == 'a') ADVANCE(2526); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2193); + lookahead == 'c') ADVANCE(2233); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1530); + lookahead == 'd') ADVANCE(1556); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2124); + lookahead == 'i') ADVANCE(2164); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1558); + lookahead == 'm') ADVANCE(1587); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1754); + lookahead == 'n') ADVANCE(1788); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2452); + lookahead == 'o') ADVANCE(2495); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2448); + lookahead == 's') ADVANCE(2491); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1735); + lookahead == 't') ADVANCE(1766); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12479,30 +13336,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(42) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 43: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1530); + lookahead == 'd') ADVANCE(1556); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2124); + lookahead == 'i') ADVANCE(2164); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1754); + lookahead == 'n') ADVANCE(1788); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2452); + lookahead == 'o') ADVANCE(2495); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12511,38 +13368,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(43) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 44: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + lookahead == 'e') ADVANCE(2545); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1753); + lookahead == 'n') ADVANCE(1786); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1838); + lookahead == 'o') ADVANCE(1875); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1896); + lookahead == 's') ADVANCE(1936); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2351); + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1894); + lookahead == 'w') ADVANCE(1933); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12551,48 +13408,48 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(44) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 45: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == 'N') ADVANCE(1448); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1665); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1473); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1696); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1672); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12601,50 +13458,50 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(45) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 46: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1672); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12653,48 +13510,48 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(46) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 47: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1672); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12703,48 +13560,48 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(47) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 48: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1672); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1663); + lookahead == 'n') ADVANCE(1693); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12753,41 +13610,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(48) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 49: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1449); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1666); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1475); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1697); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12798,36 +13655,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(49); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 50: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1449); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1666); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1475); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1697); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12838,38 +13695,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(50); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 51: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1666); + lookahead == 'n') ADVANCE(1697); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12880,36 +13737,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(51); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 52: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1666); + lookahead == 'n') ADVANCE(1697); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12920,43 +13777,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(52); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 53: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1666); + lookahead == 'n') ADVANCE(1697); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12967,43 +13824,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(53) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 54: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13014,44 +13871,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(54) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 55: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == 'N') ADVANCE(1448); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1665); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1473); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1696); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1955); + lookahead == 'f') ADVANCE(1995); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2083); + lookahead == 'i') ADVANCE(2124); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13060,45 +13917,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(55); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 56: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == 'N') ADVANCE(1448); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1665); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1473); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1696); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13107,47 +13964,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(56); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 57: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1954); + lookahead == 'f') ADVANCE(1994); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2083); + lookahead == 'i') ADVANCE(2124); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13156,47 +14013,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 58: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13205,47 +14062,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(58); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 59: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1955); + lookahead == 'f') ADVANCE(1995); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2083); + lookahead == 'i') ADVANCE(2124); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13254,47 +14111,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(59); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 60: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1955); + lookahead == 'f') ADVANCE(1995); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2083); + lookahead == 'i') ADVANCE(2124); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1663); + lookahead == 'n') ADVANCE(1693); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13303,45 +14160,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(60); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 61: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13350,45 +14207,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(61); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 62: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1663); + lookahead == 'n') ADVANCE(1693); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13397,44 +14254,51 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(62); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 63: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == 'N') ADVANCE(1448); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1665); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1473); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1696); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1734); + lookahead == 't') ADVANCE(1767); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13443,46 +14307,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(63) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 64: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1473); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1696); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1734); + lookahead == 't') ADVANCE(1768); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13491,44 +14358,53 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(64) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 65: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1665); + lookahead == 'n') ADVANCE(1696); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1734); + lookahead == 't') ADVANCE(1767); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13537,44 +14413,51 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(65) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 66: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1663); + lookahead == 'n') ADVANCE(1696); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1734); + lookahead == 't') ADVANCE(1768); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13583,97 +14466,102 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(66) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 67: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2561); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(250); - if (lookahead == 'S') ADVANCE(232); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') SKIP(8) - if (lookahead == ']') ADVANCE(2540); - if (lookahead == 'n') ADVANCE(522); - if (lookahead == 's') ADVANCE(541); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1290); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(543); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(334); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(417); + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(925); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(689); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(481); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(527); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(880); + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(347); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(354); + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1696); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(883); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(302); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(386); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1013); + lookahead == 't') ADVANCE(1767); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(703); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(859); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2769); - if (lookahead == '\f' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(67) + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || + lookahead == '\f' || lookahead == '\r' || - lookahead == ' ') ADVANCE(67); + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(67) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 68: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(140); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2267); + lookahead == 'b') ADVANCE(1703); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1754); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13682,152 +14570,242 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(68) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 69: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '<') ADVANCE(2566); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1703); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); - if (lookahead == '\f' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(69) + lookahead == 'n') ADVANCE(1693); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1767); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || + lookahead == '\f' || lookahead == '\r' || - lookahead == ' ') ADVANCE(69); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2536); - if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(69) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 70: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == ']') ADVANCE(2540); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1703); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1754); + lookahead == 'n') ADVANCE(1693); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); - if (lookahead == '\f' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(70) + lookahead == 't') ADVANCE(1768); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || + lookahead == '\f' || lookahead == '\r' || - lookahead == ' ') ADVANCE(70); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(70) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 71: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2319); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == 'N') ADVANCE(1473); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1696); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1705); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1955); + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2083); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1754); + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); - if (lookahead == '\f' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(71) + lookahead == 't') ADVANCE(1765); if (lookahead == '\t' || lookahead == '\n' || + lookahead == '\f' || lookahead == '\r' || - lookahead == ' ') ADVANCE(71); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); - if (('B' <= lookahead && lookahead <= 'Z') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(71) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 72: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1705); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1955); + lookahead == 'f') ADVANCE(2344); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2083); + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1754); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); - if (lookahead == '\f' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(72) + lookahead == 't') ADVANCE(1765); if (lookahead == '\t' || lookahead == '\n' || + lookahead == '\f' || lookahead == '\r' || - lookahead == ' ') ADVANCE(72); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(72) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 73: - if (lookahead == '(') ADVANCE(2547); - if (lookahead == '-') ADVANCE(2552); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '?') ADVANCE(2533); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1705); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1754); + lookahead == 'n') ADVANCE(1696); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1734); + lookahead == 't') ADVANCE(1765); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13836,41 +14814,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(73) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2535); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 74: - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2211); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1670); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2178); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1693); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1765); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13879,85 +14860,112 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(74) - if (('D' <= lookahead && lookahead <= 'Z') || + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 75: - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2604); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'S') ADVANCE(260); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') SKIP(8) + if (lookahead == ']') ADVANCE(2583); + if (lookahead == 's') ADVANCE(566); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2211); + lookahead == 'a') ADVANCE(1311); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1670); + lookahead == 'b') ADVANCE(569); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(361); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(442); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(1078); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(714); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(505); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(551); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(905); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(374); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(381); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || + lookahead == 'n') ADVANCE(546); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(908); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(330); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(411); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1034); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(728); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(884); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2814); + if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(75) - if (('D' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(75); END_STATE(); case 76: - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2239); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'e') ADVANCE(2279); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1725); + lookahead == 'n') ADVANCE(1694); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1838); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1896); + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2351); + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1894); + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13968,41 +14976,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(76) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 77: - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2239); + lookahead == 'e') ADVANCE(2279); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1725); + lookahead == 'n') ADVANCE(1694); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1838); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1896); + lookahead == 's') ADVANCE(1936); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2351); + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1894); + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14013,76 +15023,512 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(77) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 78: - if (lookahead == ')') ADVANCE(2548); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '>') ADVANCE(2570); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1788); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1768); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(78) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 79: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '<') ADVANCE(2609); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1790); + if (lookahead == '\f' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(79) + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(79); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2579); + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 80: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == ']') ADVANCE(2583); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1788); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1768); + if (lookahead == '\f' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(80) + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(80); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 81: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2359); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1995); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2124); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1788); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1768); + if (lookahead == '\f' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(81) + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(81); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 82: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1995); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2124); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1788); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1768); + if (lookahead == '\f' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(82) + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(82); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 83: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1788); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1767); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(83) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 84: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1788); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1768); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(84) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 85: + if (lookahead == '(') ADVANCE(2590); + if (lookahead == '-') ADVANCE(2595); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '?') ADVANCE(2576); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2178); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1788); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1765); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(85) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2578); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 86: + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2604); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(278); if (lookahead == '\\') SKIP(14) - if (lookahead == '{') ADVANCE(1378); + if (lookahead == 'n') ADVANCE(547); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(364); + lookahead == 'a') ADVANCE(1049); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(763); + lookahead == 'b') ADVANCE(571); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(999); + lookahead == 'c') ADVANCE(992); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(324); + lookahead == 'd') ADVANCE(594); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(946); + lookahead == 'e') ADVANCE(967); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(769); + lookahead == 'f') ADVANCE(794); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(607); + lookahead == 'g') ADVANCE(505); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(527); + lookahead == 'h') ADVANCE(551); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(905); + lookahead == 'i') ADVANCE(928); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(349); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(535); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1291); + lookahead == 'l') ADVANCE(375); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(380); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(273); + lookahead == 'p') ADVANCE(331); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(1271); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(608); + lookahead == 'q') ADVANCE(1321); if (lookahead == 'S' || - lookahead == 's') ADVANCE(648); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(584); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(317); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1007); + lookahead == 's') ADVANCE(567); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(859); + lookahead == 'x') ADVANCE(884); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(78) + lookahead == 65279) SKIP(86) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(78); + lookahead == ' ') ADVANCE(86); END_STATE(); - case 79: - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 87: + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2251); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1701); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2344); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1759); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(87) + if (('D' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 88: + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2251); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1701); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1759); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(88) + if (('D' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 89: + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1705); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2279); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2344); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1752); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1875); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1933); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(89) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 90: + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1705); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2279); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1752); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1875); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1933); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(90) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 91: + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1580); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2138); + lookahead == 'i') ADVANCE(2164); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2452); + lookahead == 'o') ADVANCE(2495); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1586); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14090,206 +15536,206 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(79) + lookahead == 65279) SKIP(91) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 80: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 92: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1666); + lookahead == 'n') ADVANCE(1697); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(80) + lookahead == 65279) SKIP(92) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(80); + lookahead == ' ') ADVANCE(92); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 81: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 93: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1666); + lookahead == 'n') ADVANCE(1697); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(81) + lookahead == 65279) SKIP(93) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(81); + lookahead == ' ') ADVANCE(93); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 82: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 94: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1664); + lookahead == 'n') ADVANCE(1695); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(82) + lookahead == 65279) SKIP(94) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(82); + lookahead == ' ') ADVANCE(94); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 83: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 95: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1664); + lookahead == 'n') ADVANCE(1695); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(83) + lookahead == 65279) SKIP(95) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(83); + lookahead == ' ') ADVANCE(95); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 84: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 96: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1672); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2239); + lookahead == 'e') ADVANCE(2279); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1725); + lookahead == 'n') ADVANCE(1752); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1896); + lookahead == 's') ADVANCE(1936); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2351); + lookahead == 'u') ADVANCE(2391); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14297,43 +15743,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(84) + lookahead == 65279) SKIP(96) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 85: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 97: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1672); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2239); + lookahead == 'e') ADVANCE(2279); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1725); + lookahead == 'n') ADVANCE(1752); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1896); + lookahead == 's') ADVANCE(1936); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2351); + lookahead == 'u') ADVANCE(2391); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14341,44 +15787,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(85) + lookahead == 65279) SKIP(97) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 86: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1449); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1666); - if (lookahead == '{') ADVANCE(1378); + case 98: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1475); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1697); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14386,44 +15832,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(86) + lookahead == 65279) SKIP(98) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 87: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1450); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1728); - if (lookahead == '{') ADVANCE(1378); + case 99: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1476); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1759); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14431,44 +15877,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(87) + lookahead == 65279) SKIP(99) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 88: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 100: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1664); + lookahead == 'n') ADVANCE(1695); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14476,44 +15922,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(88) + lookahead == 65279) SKIP(100) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 89: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 101: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1726); + lookahead == 'n') ADVANCE(1757); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14521,42 +15967,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(89) + lookahead == 65279) SKIP(101) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 90: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 102: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1838); + lookahead == 'o') ADVANCE(1875); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14564,40 +16010,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(90) + lookahead == 65279) SKIP(102) if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 91: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 103: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1838); + lookahead == 'o') ADVANCE(1875); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14605,40 +16051,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(91) + lookahead == 65279) SKIP(103) if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 92: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 104: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1973); + lookahead == 'o') ADVANCE(2013); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14646,38 +16092,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(92) + lookahead == 65279) SKIP(104) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 93: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 105: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1973); + lookahead == 'o') ADVANCE(2013); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14685,1247 +16131,1345 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(93) + lookahead == 65279) SKIP(105) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 94: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2561); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(251); - if (lookahead == 'S') ADVANCE(233); + case 106: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2604); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(279); + if (lookahead == 'S') ADVANCE(261); if (lookahead == '\\') SKIP(12) - if (lookahead == 'n') ADVANCE(524); - if (lookahead == 's') ADVANCE(753); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == 'n') ADVANCE(548); + if (lookahead == 's') ADVANCE(779); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1290); + lookahead == 'a') ADVANCE(1311); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(543); + lookahead == 'b') ADVANCE(569); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(335); + lookahead == 'c') ADVANCE(362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(418); + lookahead == 'd') ADVANCE(443); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(926); + lookahead == 'e') ADVANCE(1079); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(691); + lookahead == 'f') ADVANCE(716); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(526); + lookahead == 'g') ADVANCE(550); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(879); + lookahead == 'i') ADVANCE(904); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(347); + lookahead == 'l') ADVANCE(374); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(354); + lookahead == 'm') ADVANCE(381); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(883); + lookahead == 'o') ADVANCE(908); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(669); + lookahead == 'p') ADVANCE(694); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(388); + lookahead == 'r') ADVANCE(413); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1013); + lookahead == 't') ADVANCE(1034); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(703); + lookahead == 'w') ADVANCE(728); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2767); + lookahead == 'x') ADVANCE(2812); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(94) + lookahead == 65279) SKIP(106) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(94); + lookahead == ' ') ADVANCE(106); END_STATE(); - case 95: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1449); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1666); - if (lookahead == '{') ADVANCE(1378); + case 107: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1475); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1697); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(95) + lookahead == 65279) SKIP(107) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(95); + lookahead == ' ') ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 96: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1449); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1666); - if (lookahead == '{') ADVANCE(1378); + case 108: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1475); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1697); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(96) + lookahead == 65279) SKIP(108) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(96); + lookahead == ' ') ADVANCE(108); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 97: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1452); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1664); - if (lookahead == '{') ADVANCE(1378); + case 109: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1478); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1695); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(97) + lookahead == 65279) SKIP(109) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(97); + lookahead == ' ') ADVANCE(109); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 98: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(1452); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1664); - if (lookahead == '{') ADVANCE(1378); + case 110: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1478); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1695); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(98) + lookahead == 65279) SKIP(110) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(98); + lookahead == ' ') ADVANCE(110); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 99: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 111: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2211); + lookahead == 'a') ADVANCE(2251); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2149); + lookahead == 'c') ADVANCE(2189); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1749); + lookahead == 'k') ADVANCE(1782); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1510); + lookahead == 'l') ADVANCE(1536); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1722); + lookahead == 'n') ADVANCE(1754); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1540); + lookahead == 'p') ADVANCE(1567); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2150); + lookahead == 's') ADVANCE(2190); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(99) + lookahead == 65279) SKIP(111) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(99); + lookahead == ' ') ADVANCE(111); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 100: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 112: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2211); + lookahead == 'a') ADVANCE(2251); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2149); + lookahead == 'c') ADVANCE(2189); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1749); + lookahead == 'k') ADVANCE(1782); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1510); + lookahead == 'l') ADVANCE(1536); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1722); + lookahead == 'n') ADVANCE(1754); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1540); + lookahead == 'p') ADVANCE(1567); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(100) + lookahead == 65279) SKIP(112) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(100); + lookahead == ' ') ADVANCE(112); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 101: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 113: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2211); + lookahead == 'a') ADVANCE(2251); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2149); + lookahead == 'c') ADVANCE(2189); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1749); + lookahead == 'k') ADVANCE(1782); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1510); + lookahead == 'l') ADVANCE(1536); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1722); + lookahead == 'n') ADVANCE(1754); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1540); + lookahead == 'p') ADVANCE(1567); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2150); + lookahead == 's') ADVANCE(2190); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(101) + lookahead == 65279) SKIP(113) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(101); + lookahead == ' ') ADVANCE(113); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 102: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 114: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2211); + lookahead == 'a') ADVANCE(2251); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2149); + lookahead == 'c') ADVANCE(2189); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1749); + lookahead == 'k') ADVANCE(1782); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1510); + lookahead == 'l') ADVANCE(1536); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1722); + lookahead == 'n') ADVANCE(1754); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1540); + lookahead == 'p') ADVANCE(1567); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(102) + lookahead == 65279) SKIP(114) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(102); + lookahead == ' ') ADVANCE(114); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 103: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 115: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2479); + lookahead == 'a') ADVANCE(2522); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1669); + lookahead == 'b') ADVANCE(1700); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2204); + lookahead == 'c') ADVANCE(2244); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1577); + lookahead == 'd') ADVANCE(1607); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1873); + lookahead == 'f') ADVANCE(1910); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2059); + lookahead == 'i') ADVANCE(2100); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1546); + lookahead == 'l') ADVANCE(1573); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1549); + lookahead == 'm') ADVANCE(1576); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1721); + lookahead == 'n') ADVANCE(1753); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1854); + lookahead == 'p') ADVANCE(1891); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1941); + lookahead == 's') ADVANCE(1981); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2196); + lookahead == 't') ADVANCE(2236); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(103) + lookahead == 65279) SKIP(115) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(103); + lookahead == ' ') ADVANCE(115); if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 104: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 116: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2479); + lookahead == 'a') ADVANCE(2522); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1669); + lookahead == 'b') ADVANCE(1700); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2204); + lookahead == 'c') ADVANCE(2244); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1577); + lookahead == 'd') ADVANCE(1607); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1874); + lookahead == 'f') ADVANCE(1911); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2059); + lookahead == 'i') ADVANCE(2100); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1546); + lookahead == 'l') ADVANCE(1573); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1549); + lookahead == 'm') ADVANCE(1576); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1721); + lookahead == 'n') ADVANCE(1753); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1854); + lookahead == 'p') ADVANCE(1891); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1941); + lookahead == 's') ADVANCE(1981); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2196); + lookahead == 't') ADVANCE(2236); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(104) + lookahead == 65279) SKIP(116) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(104); + lookahead == ' ') ADVANCE(116); if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 105: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 117: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2191); + lookahead == 'c') ADVANCE(2231); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1678); + lookahead == 'l') ADVANCE(1709); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1723); + lookahead == 'n') ADVANCE(1755); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2150); + lookahead == 's') ADVANCE(2190); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(105) + lookahead == 65279) SKIP(117) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(105); + lookahead == ' ') ADVANCE(117); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 106: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 118: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2191); + lookahead == 'c') ADVANCE(2231); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1678); + lookahead == 'l') ADVANCE(1709); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1723); + lookahead == 'n') ADVANCE(1755); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(106) + lookahead == 65279) SKIP(118) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(106); + lookahead == ' ') ADVANCE(118); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 107: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 119: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2191); + lookahead == 'c') ADVANCE(2231); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1678); + lookahead == 'l') ADVANCE(1709); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1723); + lookahead == 'n') ADVANCE(1755); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2150); + lookahead == 's') ADVANCE(2190); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(107) + lookahead == 65279) SKIP(119) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(107); + lookahead == ' ') ADVANCE(119); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 108: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 120: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1671); + lookahead == 'b') ADVANCE(1702); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2191); + lookahead == 'c') ADVANCE(2231); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1578); + lookahead == 'e') ADVANCE(1608); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1678); + lookahead == 'l') ADVANCE(1709); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1478); + lookahead == 'm') ADVANCE(1504); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1723); + lookahead == 'n') ADVANCE(1755); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2093); + lookahead == 'u') ADVANCE(2134); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(108) + lookahead == 65279) SKIP(120) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(108); + lookahead == ' ') ADVANCE(120); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 109: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 121: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2152); + lookahead == 'c') ADVANCE(2192); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1952); + lookahead == 'f') ADVANCE(1992); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1677); + lookahead == 'h') ADVANCE(1708); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2085); + lookahead == 'i') ADVANCE(2126); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1547); + lookahead == 'l') ADVANCE(1574); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1727); + lookahead == 'n') ADVANCE(1758); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1801); + lookahead == 's') ADVANCE(1835); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2043); + lookahead == 'x') ADVANCE(2084); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(109) + lookahead == 65279) SKIP(121) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(109); + lookahead == ' ') ADVANCE(121); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 110: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 122: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2152); + lookahead == 'c') ADVANCE(2192); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1952); + lookahead == 'f') ADVANCE(1992); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1677); + lookahead == 'h') ADVANCE(1708); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2127); + lookahead == 'i') ADVANCE(2167); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1547); + lookahead == 'l') ADVANCE(1574); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1727); + lookahead == 'n') ADVANCE(1758); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1801); + lookahead == 's') ADVANCE(1835); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2043); + lookahead == 'x') ADVANCE(2084); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(110) + lookahead == 65279) SKIP(122) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(110); + lookahead == ' ') ADVANCE(122); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 111: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 123: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2152); + lookahead == 'c') ADVANCE(2192); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2194); + lookahead == 'f') ADVANCE(2234); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2127); + lookahead == 'i') ADVANCE(2167); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1547); + lookahead == 'l') ADVANCE(1574); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1724); + lookahead == 'n') ADVANCE(1756); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(111) + lookahead == 65279) SKIP(123) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(111); + lookahead == ' ') ADVANCE(123); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 112: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 124: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2152); + lookahead == 'c') ADVANCE(2192); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1953); + lookahead == 'f') ADVANCE(1993); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1677); + lookahead == 'h') ADVANCE(1708); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2085); + lookahead == 'i') ADVANCE(2126); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1547); + lookahead == 'l') ADVANCE(1574); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1727); + lookahead == 'n') ADVANCE(1758); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1801); + lookahead == 's') ADVANCE(1835); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2043); + lookahead == 'x') ADVANCE(2084); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(112) + lookahead == 65279) SKIP(124) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(112); + lookahead == ' ') ADVANCE(124); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 113: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 125: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2152); + lookahead == 'c') ADVANCE(2192); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1953); + lookahead == 'f') ADVANCE(1993); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1677); + lookahead == 'h') ADVANCE(1708); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2127); + lookahead == 'i') ADVANCE(2167); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1547); + lookahead == 'l') ADVANCE(1574); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1727); + lookahead == 'n') ADVANCE(1758); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1801); + lookahead == 's') ADVANCE(1835); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2043); + lookahead == 'x') ADVANCE(2084); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(113) + lookahead == 65279) SKIP(125) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(113); + lookahead == ' ') ADVANCE(125); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 114: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 126: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2152); + lookahead == 'c') ADVANCE(2192); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2195); + lookahead == 'f') ADVANCE(2235); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2127); + lookahead == 'i') ADVANCE(2167); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1547); + lookahead == 'l') ADVANCE(1574); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1724); + lookahead == 'n') ADVANCE(1756); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(114) + lookahead == 65279) SKIP(126) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(114); + lookahead == ' ') ADVANCE(126); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 115: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 127: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1676); + lookahead == 'g') ADVANCE(1707); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2127); + lookahead == 'i') ADVANCE(2167); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1724); + lookahead == 'n') ADVANCE(1756); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1499); + lookahead == 'p') ADVANCE(1525); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1803); + lookahead == 's') ADVANCE(1837); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(115) + lookahead == 65279) SKIP(127) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(115); + lookahead == ' ') ADVANCE(127); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 116: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 128: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1777); + lookahead == 'd') ADVANCE(1811); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2240); + lookahead == 'e') ADVANCE(2280); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1676); + lookahead == 'g') ADVANCE(1707); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2127); + lookahead == 'i') ADVANCE(2167); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1724); + lookahead == 'n') ADVANCE(1756); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1499); + lookahead == 'p') ADVANCE(1525); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1803); + lookahead == 's') ADVANCE(1837); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(116) + lookahead == 65279) SKIP(128) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(116); + lookahead == ' ') ADVANCE(128); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 117: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 129: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2279); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'n') ADVANCE(1752); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(117) + lookahead == 65279) SKIP(129) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(117); + lookahead == ' ') ADVANCE(129); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 118: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 130: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2279); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'n') ADVANCE(1752); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(118) + lookahead == 65279) SKIP(130) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(118); + lookahead == ' ') ADVANCE(130); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 119: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 131: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2239); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1725); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1896); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2351); + lookahead == 'n') ADVANCE(1759); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1931); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(119) + lookahead == 65279) SKIP(131) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(119); + lookahead == ' ') ADVANCE(131); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 120: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 132: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2239); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1725); + lookahead == 'n') ADVANCE(1759); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1931); + if (lookahead == '\f' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(132) + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(132); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 133: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1474); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1694); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1703); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2279); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1896); + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2351); - if (lookahead == '\f' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(120) + lookahead == 65279) SKIP(133) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 134: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(1474); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1694); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1703); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2279); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || + lookahead == '\f' || lookahead == '\r' || - lookahead == ' ') ADVANCE(120); + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(134) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 121: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 135: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1673); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2114); + lookahead == 'e') ADVANCE(2279); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1694); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1897); + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15933,40 +17477,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(121) + lookahead == 65279) SKIP(135) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 122: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 136: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1673); + lookahead == 'b') ADVANCE(1703); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2114); + lookahead == 'e') ADVANCE(2279); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1694); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1897); + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15974,46 +17524,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(122) + lookahead == 65279) SKIP(136) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 123: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 137: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1673); + lookahead == 'b') ADVANCE(1704); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2437); + lookahead == 's') ADVANCE(2479); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2265); + lookahead == 't') ADVANCE(2305); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1898); + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16021,44 +17571,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(123) + lookahead == 65279) SKIP(137) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 124: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 138: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1673); + lookahead == 'b') ADVANCE(1704); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2437); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2265); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1898); + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16066,42 +17614,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(124) + lookahead == 65279) SKIP(138) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 125: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 139: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1704); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2114); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1908); + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16109,40 +17659,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(125) + lookahead == 65279) SKIP(139) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 126: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 140: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1704); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2114); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1908); + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16150,44 +17700,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(126) + lookahead == 65279) SKIP(140) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 127: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 141: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2437); + lookahead == 's') ADVANCE(2479); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2265); + lookahead == 't') ADVANCE(2305); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16195,40 +17745,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(127) + lookahead == 65279) SKIP(141) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 128: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 142: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1948); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16236,42 +17788,83 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(128) + lookahead == 65279) SKIP(142) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 129: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 143: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(143) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 144: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1705); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1759); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2437); + lookahead == 's') ADVANCE(2479); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2265); + lookahead == 't') ADVANCE(2305); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16279,38 +17872,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(129) + lookahead == 65279) SKIP(144) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 130: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 145: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1948); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16318,37 +17913,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(130) + lookahead == 65279) SKIP(145) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 131: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 146: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2281); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1760); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1710); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1577); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1759); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(146) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 147: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1705); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1985); + lookahead == 'e') ADVANCE(2025); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16356,35 +17990,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(131) + lookahead == 65279) SKIP(147) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 132: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 148: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1985); + lookahead == 'e') ADVANCE(2025); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16392,41 +18026,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(132) + lookahead == 65279) SKIP(148) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 133: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 149: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2142); + lookahead == 't') ADVANCE(2182); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16434,39 +18068,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(133) + lookahead == 65279) SKIP(149) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 134: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 150: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2142); + lookahead == 't') ADVANCE(2182); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16474,39 +18108,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(134) + lookahead == 65279) SKIP(150) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 135: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 151: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1891); + lookahead == 't') ADVANCE(1930); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16514,39 +18148,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(135) + lookahead == 65279) SKIP(151) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 136: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 152: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2142); + lookahead == 't') ADVANCE(2182); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1892); + lookahead == 'w') ADVANCE(1931); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16554,37 +18188,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(136) + lookahead == 65279) SKIP(152) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 137: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 153: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2142); + lookahead == 't') ADVANCE(2182); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16592,37 +18226,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(137) + lookahead == 65279) SKIP(153) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 138: - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == '-') ADVANCE(2562); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 154: + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == '-') ADVANCE(2605); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1674); + lookahead == 'b') ADVANCE(1705); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2189); + lookahead == 'c') ADVANCE(2228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2241); + lookahead == 'e') ADVANCE(2281); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + lookahead == 'g') ADVANCE(1760); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1679); + lookahead == 'l') ADVANCE(1710); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1550); + lookahead == 'm') ADVANCE(1577); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1728); + lookahead == 'n') ADVANCE(1759); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1891); + lookahead == 't') ADVANCE(1930); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16630,28 +18264,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(138) + lookahead == 65279) SKIP(154) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 139: - if (lookahead == '*') ADVANCE(1372); - if (lookahead == '.') ADVANCE(261); - if (lookahead == '/') ADVANCE(1365); + case 155: + if (lookahead == '*') ADVANCE(1394); + if (lookahead == '.') ADVANCE(289); + if (lookahead == '/') ADVANCE(1387); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(202); + lookahead == '|') ADVANCE(222); END_STATE(); - case 140: - if (lookahead == '*') ADVANCE(1372); - if (lookahead == '/') ADVANCE(1363); + case 156: + if (lookahead == '*') ADVANCE(1394); + if (lookahead == '/') ADVANCE(1385); END_STATE(); - case 141: - if (lookahead == '*') ADVANCE(1376); - if (lookahead == '/') ADVANCE(143); + case 157: + if (lookahead == '*') ADVANCE(1398); + if (lookahead == '/') ADVANCE(159); if (lookahead == '\\') ADVANCE(24); - if (lookahead == '{') ADVANCE(1379); + if (lookahead == '{') ADVANCE(1401); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16659,26 +18293,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(141); - if (lookahead != 0) ADVANCE(142); + lookahead == 65279) ADVANCE(157); + if (lookahead != 0) ADVANCE(158); END_STATE(); - case 142: - if (lookahead == '*') ADVANCE(1376); - if (lookahead != 0) ADVANCE(142); + case 158: + if (lookahead == '*') ADVANCE(1398); + if (lookahead != 0) ADVANCE(158); END_STATE(); - case 143: - if (lookahead == '*') ADVANCE(1373); - if (lookahead == '/') ADVANCE(1364); - if (lookahead != 0) ADVANCE(142); + case 159: + if (lookahead == '*') ADVANCE(1395); + if (lookahead == '/') ADVANCE(1386); + if (lookahead != 0) ADVANCE(158); END_STATE(); - case 144: - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '/') ADVANCE(140); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 160: + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2545); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1787); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(1874); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1919); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16686,27 +18334,149 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(144) + lookahead == 65279) SKIP(160) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 145: - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 161: + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2545); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1787); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1874); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1918); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(161) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 162: + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2545); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1787); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1919); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(162) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 163: + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2545); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1787); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1918); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(163) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 164: + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(164) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 165: + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1790); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16714,25 +18484,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(145) + lookahead == 65279) SKIP(165) if (lookahead == '-' || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 146: - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 166: + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2102); + lookahead == 'a') ADVANCE(2143); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16740,197 +18510,199 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(146) + lookahead == 65279) SKIP(166) if (lookahead == '-' || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2528); - END_STATE(); - case 147: - if (lookahead == '-') ADVANCE(234); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 148: - if (lookahead == '-') ADVANCE(278); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 149: - if (lookahead == '-') ADVANCE(1088); - END_STATE(); - case 150: - if (lookahead == '-') ADVANCE(732); - END_STATE(); - case 151: - if (lookahead == '-') ADVANCE(462); - END_STATE(); - case 152: - if (lookahead == '-') ADVANCE(1115); - END_STATE(); - case 153: - if (lookahead == '-') ADVANCE(929); - END_STATE(); - case 154: - if (lookahead == '-') ADVANCE(709); - END_STATE(); - case 155: - if (lookahead == '-') ADVANCE(235); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 156: - if (lookahead == '-') ADVANCE(394); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 157: - if (lookahead == '-') ADVANCE(238); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 158: - if (lookahead == '-') ADVANCE(434); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 159: - if (lookahead == '-') ADVANCE(327); - END_STATE(); - case 160: - if (lookahead == '-') ADVANCE(632); - END_STATE(); - case 161: - if (lookahead == '-') ADVANCE(230); - END_STATE(); - case 162: - if (lookahead == '-') ADVANCE(237); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 163: - if (lookahead == '-') ADVANCE(436); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 164: - if (lookahead == '-') ADVANCE(602); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); - END_STATE(); - case 165: - if (lookahead == '-') ADVANCE(236); - END_STATE(); - case 166: - if (lookahead == '-') ADVANCE(398); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); case 167: - if (lookahead == '-') ADVANCE(435); + if (lookahead == '-') ADVANCE(262); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 168: - if (lookahead == '-') ADVANCE(368); + if (lookahead == '-') ADVANCE(306); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 169: - if (lookahead == '-') ADVANCE(657); + if (lookahead == '-') ADVANCE(1112); END_STATE(); case 170: - if (lookahead == '-') ADVANCE(679); + if (lookahead == '-') ADVANCE(757); END_STATE(); case 171: - if (lookahead == '-') ADVANCE(455); + if (lookahead == '-') ADVANCE(486); END_STATE(); case 172: - if (lookahead == '-') ADVANCE(1041); + if (lookahead == '-') ADVANCE(1139); END_STATE(); case 173: - if (lookahead == '-') ADVANCE(714); + if (lookahead == '-') ADVANCE(1139); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(637); END_STATE(); case 174: - if (lookahead == '-') ADVANCE(1272); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(195); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + if (lookahead == '-') ADVANCE(949); END_STATE(); case 175: - if (lookahead == '-') ADVANCE(1049); + if (lookahead == '-') ADVANCE(734); END_STATE(); case 176: - if (lookahead == '-') ADVANCE(820); + if (lookahead == '-') ADVANCE(263); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 177: - if (lookahead == '-') ADVANCE(281); + if (lookahead == '-') ADVANCE(419); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 178: - if (lookahead == '-') ADVANCE(1045); + if (lookahead == '-') ADVANCE(266); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 179: - if (lookahead == '-') ADVANCE(1052); + if (lookahead == '-') ADVANCE(459); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 180: - if (lookahead == '-') ADVANCE(1212); + if (lookahead == '-') ADVANCE(354); END_STATE(); case 181: - if (lookahead == '-') ADVANCE(1162); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(611); + if (lookahead == '-') ADVANCE(658); END_STATE(); case 182: - if (lookahead == '-') ADVANCE(1244); + if (lookahead == '-') ADVANCE(258); END_STATE(); case 183: - if (lookahead == '-') ADVANCE(1114); + if (lookahead == '-') ADVANCE(460); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 184: - if (lookahead == '-') ADVANCE(1087); + if (lookahead == '-') ADVANCE(629); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(215); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1006); + lookahead == 't') ADVANCE(2596); END_STATE(); case 185: - if (lookahead == '-') ADVANCE(775); + if (lookahead == '-') ADVANCE(264); END_STATE(); case 186: - if (lookahead == '-') ADVANCE(815); + if (lookahead == '-') ADVANCE(265); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 187: - if (lookahead == '-') ADVANCE(1161); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2689); + if (lookahead == '-') ADVANCE(423); END_STATE(); case 188: - if (lookahead == '-') ADVANCE(1167); + if (lookahead == '-') ADVANCE(461); END_STATE(); case 189: - if (lookahead == '-') ADVANCE(866); + if (lookahead == '-') ADVANCE(393); END_STATE(); case 190: - if (lookahead == '-') ADVANCE(734); + if (lookahead == '-') ADVANCE(682); END_STATE(); case 191: - if (lookahead == '-') ADVANCE(816); + if (lookahead == '-') ADVANCE(704); END_STATE(); case 192: - if (lookahead == '-') ADVANCE(1267); + if (lookahead == '-') ADVANCE(479); END_STATE(); case 193: - if (lookahead == '-') ADVANCE(741); + if (lookahead == '-') ADVANCE(1062); END_STATE(); case 194: - if (lookahead == '-') ADVANCE(984); + if (lookahead == '-') ADVANCE(739); END_STATE(); case 195: - if (lookahead == '-') ADVANCE(1173); + if (lookahead == '-') ADVANCE(1293); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2596); END_STATE(); case 196: - if (lookahead == '-') ADVANCE(601); + if (lookahead == '-') ADVANCE(1070); END_STATE(); case 197: - if (lookahead == '-') ADVANCE(1899); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + if (lookahead == '-') ADVANCE(845); + END_STATE(); + case 198: + if (lookahead == '-') ADVANCE(309); + END_STATE(); + case 199: + if (lookahead == '-') ADVANCE(1066); + END_STATE(); + case 200: + if (lookahead == '-') ADVANCE(1073); + END_STATE(); + case 201: + if (lookahead == '-') ADVANCE(1234); + END_STATE(); + case 202: + if (lookahead == '-') ADVANCE(1267); + END_STATE(); + case 203: + if (lookahead == '-') ADVANCE(1111); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1028); + END_STATE(); + case 204: + if (lookahead == '-') ADVANCE(800); + END_STATE(); + case 205: + if (lookahead == '-') ADVANCE(840); + END_STATE(); + case 206: + if (lookahead == '-') ADVANCE(840); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2642); + END_STATE(); + case 207: + if (lookahead == '-') ADVANCE(1185); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2734); + END_STATE(); + case 208: + if (lookahead == '-') ADVANCE(1190); + END_STATE(); + case 209: + if (lookahead == '-') ADVANCE(890); + END_STATE(); + case 210: + if (lookahead == '-') ADVANCE(759); + END_STATE(); + case 211: + if (lookahead == '-') ADVANCE(841); + END_STATE(); + case 212: + if (lookahead == '-') ADVANCE(1289); + END_STATE(); + case 213: + if (lookahead == '-') ADVANCE(765); + END_STATE(); + case 214: + if (lookahead == '-') ADVANCE(1006); + END_STATE(); + case 215: + if (lookahead == '-') ADVANCE(1196); + END_STATE(); + case 216: + if (lookahead == '-') ADVANCE(628); + END_STATE(); + case 217: + if (lookahead == '-') ADVANCE(1939); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2188); + lookahead == 'f') ADVANCE(2229); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16938,78 +18710,88 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(223) + lookahead == 65279) SKIP(251) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 198: - if (lookahead == '-') ADVANCE(432); + case 218: + if (lookahead == '-') ADVANCE(457); END_STATE(); - case 199: - if (lookahead == '-') ADVANCE(1269); + case 219: + if (lookahead == '-') ADVANCE(1291); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(766); + lookahead == 'f') ADVANCE(791); END_STATE(); - case 200: - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == 'N') ADVANCE(1451); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == 'n') ADVANCE(1756); - if (lookahead == '{') ADVANCE(1378); + case 220: + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == 'N') ADVANCE(1477); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1790); + if (lookahead == '{') ADVANCE(1400); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(200) + lookahead == 65279) SKIP(220) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(200); + lookahead == ' ') ADVANCE(220); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 201: - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 221: + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2478); + lookahead == 'q') ADVANCE(2521); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(201) + lookahead == 65279) SKIP(221) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(201); + lookahead == ' ') ADVANCE(221); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 202: - if (lookahead == '.') ADVANCE(261); + case 222: + if (lookahead == '.') ADVANCE(289); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(202); + lookahead == '|') ADVANCE(222); END_STATE(); - case 203: - if (lookahead == '/') ADVANCE(140); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 223: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2155); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2115); + lookahead == 'e') ADVANCE(2545); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1787); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1897); + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17017,23 +18799,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(203) + lookahead == 65279) SKIP(223) if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || + ('C' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('c' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 204: - if (lookahead == '/') ADVANCE(140); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 224: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2155); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2115); + lookahead == 'e') ADVANCE(2545); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1787); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1908); + lookahead == 'w') ADVANCE(1919); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17041,27 +18835,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(204) + lookahead == 65279) SKIP(224) if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || + ('C' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('c' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 205: - if (lookahead == '/') ADVANCE(140); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 225: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2155); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2545); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1787); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2063); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2437); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2265); + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1898); + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17069,19 +18869,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(205) + lookahead == 65279) SKIP(225) if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || + ('C' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('c' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 206: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '<') ADVANCE(2566); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 226: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2155); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2507); + lookahead == 'e') ADVANCE(2545); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1787); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1918); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17089,34 +18903,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(206) + lookahead == 65279) SKIP(226) if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || + ('C' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('c' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 207: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1561); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1999); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1942); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1986); + case 227: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2545); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1787); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2486); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1499); + lookahead == 'o') ADVANCE(2104); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1900); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(2151); + lookahead == 's') ADVANCE(1935); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17124,22 +18937,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(207) + lookahead == 65279) SKIP(227) if (lookahead == '-' || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 208: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 228: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2480); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2188); + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2545); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1787); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1936); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2391); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17147,38 +18969,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(208) + lookahead == 65279) SKIP(228) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 209: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1467); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1757); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1983); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1935); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2081); + case 229: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1790); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2062); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2287); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1739); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2110); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1509); + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17186,38 +18999,216 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(209) + lookahead == 65279) SKIP(229) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 210: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 230: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2307); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1790); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(230) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 231: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1790); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2479); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2305); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1938); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(231) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 232: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1790); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1937); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(232) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 233: + if (lookahead == '/') ADVANCE(156); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2104); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1948); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(233) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 234: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '<') ADVANCE(2609); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2550); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(234) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 235: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1590); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2039); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1982); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2026); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1790); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2529); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1525); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1940); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(2191); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(235) + if (lookahead == '-' || + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 236: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2523); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1561); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2229); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(236) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 237: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1467); + lookahead == 'c') ADVANCE(1493); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1757); + lookahead == 'd') ADVANCE(1791); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2088); + lookahead == 'e') ADVANCE(2023); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1935); + lookahead == 'f') ADVANCE(1975); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2081); + lookahead == 'i') ADVANCE(2122); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1790); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2062); + lookahead == 'o') ADVANCE(2103); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2287); + lookahead == 'p') ADVANCE(2327); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1739); + lookahead == 'r') ADVANCE(1771); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2110); + lookahead == 'u') ADVANCE(2151); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1509); + lookahead == 'v') ADVANCE(1535); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17225,28 +19216,67 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(210) + lookahead == 65279) SKIP(237) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 211: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 238: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1493); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1791); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2129); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1975); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2122); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1790); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2103); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2327); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1771); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2151); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1535); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(238) + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); + END_STATE(); + case 239: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1999); + lookahead == 'c') ADVANCE(2039); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1986); + lookahead == 'g') ADVANCE(2026); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1755); + lookahead == 'n') ADVANCE(1789); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1499); + lookahead == 'p') ADVANCE(1525); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1829); + lookahead == 's') ADVANCE(1865); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(2151); + lookahead == 'v') ADVANCE(2191); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17254,20 +19284,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(211) + lookahead == 65279) SKIP(239) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 212: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 240: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1999); + lookahead == 'c') ADVANCE(2039); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(2151); + lookahead == 'v') ADVANCE(2191); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17275,18 +19305,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(212) + lookahead == 65279) SKIP(240) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 213: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 241: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1999); + lookahead == 'c') ADVANCE(2039); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17294,22 +19324,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(213) + lookahead == 65279) SKIP(241) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 214: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 242: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1954); + lookahead == 'f') ADVANCE(1994); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17317,20 +19347,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(214) + lookahead == 65279) SKIP(242) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 215: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 243: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1954); + lookahead == 'f') ADVANCE(1994); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17338,22 +19368,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(215) + lookahead == 65279) SKIP(243) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 216: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 244: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2061); + lookahead == 'i') ADVANCE(2102); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17361,20 +19391,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(216) + lookahead == 65279) SKIP(244) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 217: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 245: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2141); + lookahead == 'd') ADVANCE(2181); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17382,18 +19412,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(217) + lookahead == 65279) SKIP(245) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 218: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 246: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1535); + lookahead == 'd') ADVANCE(1580); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1586); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17401,22 +19433,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(218) + lookahead == 65279) SKIP(246) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 219: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 247: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1470); + lookahead == 'e') ADVANCE(1496); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1929); + lookahead == 'f') ADVANCE(1969); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1526); + lookahead == 'l') ADVANCE(1552); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17424,22 +19456,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(219) + lookahead == 65279) SKIP(247) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 220: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 248: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1929); + lookahead == 'f') ADVANCE(1969); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1526); + lookahead == 'l') ADVANCE(1552); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1806); + lookahead == 'n') ADVANCE(1841); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17447,20 +19479,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(220) + lookahead == 65279) SKIP(248) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 221: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 249: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1929); + lookahead == 'f') ADVANCE(1969); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1526); + lookahead == 'l') ADVANCE(1552); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17468,18 +19500,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(221) + lookahead == 65279) SKIP(249) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 222: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 250: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2304); + lookahead == 'f') ADVANCE(2344); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17487,18 +19519,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(222) + lookahead == 65279) SKIP(250) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 223: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 251: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2188); + lookahead == 'f') ADVANCE(2229); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17506,24 +19538,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(223) + lookahead == 65279) SKIP(251) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 224: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 252: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1986); + lookahead == 'g') ADVANCE(2026); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1790); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1499); + lookahead == 'p') ADVANCE(1525); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1900); + lookahead == 's') ADVANCE(1940); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17531,18 +19563,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(224) + lookahead == 65279) SKIP(252) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 225: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 253: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1499); + lookahead == 'p') ADVANCE(1525); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17550,18 +19582,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(225) + lookahead == 65279) SKIP(253) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 226: - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 254: + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1736); + lookahead == 't') ADVANCE(1768); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17569,16 +19601,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(226) + lookahead == 65279) SKIP(254) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 227: - if (lookahead == '/') ADVANCE(139); - if (lookahead == '\\') ADVANCE(21); - if (lookahead == '{') ADVANCE(1378); + case 255: + if (lookahead == '/') ADVANCE(155); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == '{') ADVANCE(1400); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17586,2998 +19618,2882 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(227) + lookahead == 65279) SKIP(255) if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= '|')) ADVANCE(202); + ('A' <= lookahead && lookahead <= '|')) ADVANCE(222); END_STATE(); - case 228: - if (lookahead == '/') ADVANCE(1353); + case 256: + if (lookahead == '/') ADVANCE(1375); END_STATE(); - case 229: - if (lookahead == '/') ADVANCE(1353); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(228); + case 257: + if (lookahead == '/') ADVANCE(1375); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(256); END_STATE(); - case 230: - if (lookahead == '3') ADVANCE(478); + case 258: + if (lookahead == '3') ADVANCE(502); END_STATE(); - case 231: - if (lookahead == 'C') ADVANCE(253); + case 259: + if (lookahead == 'C') ADVANCE(281); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1071); + lookahead == 'e') ADVANCE(1095); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(287); + lookahead == 'h') ADVANCE(315); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(672); + lookahead == 'i') ADVANCE(697); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1273); + lookahead == 'o') ADVANCE(1294); if (lookahead == 'T' || - lookahead == 't') ADVANCE(963); + lookahead == 't') ADVANCE(984); END_STATE(); - case 232: - if (lookahead == 'C') ADVANCE(253); + case 260: + if (lookahead == 'C') ADVANCE(281); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1090); + lookahead == 'e') ADVANCE(1114); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1345); + lookahead == 'i') ADVANCE(1367); if (lookahead == 'T' || - lookahead == 't') ADVANCE(962); + lookahead == 't') ADVANCE(983); END_STATE(); - case 233: - if (lookahead == 'C') ADVANCE(253); + case 261: + if (lookahead == 'C') ADVANCE(281); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1345); + lookahead == 'i') ADVANCE(1367); if (lookahead == 'T' || - lookahead == 't') ADVANCE(962); + lookahead == 't') ADVANCE(983); END_STATE(); - case 234: - if (lookahead == 'E') ADVANCE(255); - if (lookahead == 'e') ADVANCE(420); + case 262: + if (lookahead == 'E') ADVANCE(283); + if (lookahead == 'e') ADVANCE(445); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1035); + lookahead == 'a') ADVANCE(1056); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(975); + lookahead == 'c') ADVANCE(997); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(968); + lookahead == 'l') ADVANCE(989); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(288); + lookahead == 'm') ADVANCE(316); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1113); + lookahead == 'p') ADVANCE(1138); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); + lookahead == 'u') ADVANCE(938); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(320); + lookahead == 'w') ADVANCE(347); END_STATE(); - case 235: - if (lookahead == 'E') ADVANCE(260); - if (lookahead == 'e') ADVANCE(419); + case 263: + if (lookahead == 'E') ADVANCE(288); + if (lookahead == 'e') ADVANCE(444); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(975); + lookahead == 'c') ADVANCE(997); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(288); + lookahead == 'm') ADVANCE(316); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); + lookahead == 'u') ADVANCE(938); END_STATE(); - case 236: - if (lookahead == 'E') ADVANCE(259); + case 264: + if (lookahead == 'E') ADVANCE(287); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1024); + lookahead == 'c') ADVANCE(1045); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(979); + lookahead == 'f') ADVANCE(1001); END_STATE(); - case 237: - if (lookahead == 'E') ADVANCE(259); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1024); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(979); + case 265: + if (lookahead == 'E') ADVANCE(287); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); + lookahead == 'u') ADVANCE(938); END_STATE(); - case 238: - if (lookahead == 'E') ADVANCE(254); - if (lookahead == 'e') ADVANCE(1124); + case 266: + if (lookahead == 'E') ADVANCE(282); + if (lookahead == 'e') ADVANCE(1148); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1024); + lookahead == 'c') ADVANCE(1045); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(979); + lookahead == 'f') ADVANCE(1001); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(968); + lookahead == 'l') ADVANCE(989); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1113); + lookahead == 'p') ADVANCE(1138); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(320); + lookahead == 'w') ADVANCE(347); END_STATE(); - case 239: - if (lookahead == 'G') ADVANCE(2617); + case 267: + if (lookahead == 'G') ADVANCE(2660); END_STATE(); - case 240: - if (lookahead == 'I') ADVANCE(243); + case 268: + if (lookahead == 'I') ADVANCE(271); END_STATE(); - case 241: - if (lookahead == 'L') ADVANCE(240); + case 269: + if (lookahead == 'L') ADVANCE(268); END_STATE(); - case 242: - if (lookahead == 'L') ADVANCE(241); + case 270: + if (lookahead == 'L') ADVANCE(269); END_STATE(); - case 243: - if (lookahead == 'N') ADVANCE(239); + case 271: + if (lookahead == 'N') ADVANCE(267); END_STATE(); - case 244: - if (lookahead == 'O') ADVANCE(147); - if (lookahead == 'o') ADVANCE(148); + case 272: + if (lookahead == 'O') ADVANCE(167); + if (lookahead == 'o') ADVANCE(168); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); + lookahead == 'e') ADVANCE(2618); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(858); + lookahead == 'u') ADVANCE(883); END_STATE(); - case 245: - if (lookahead == 'O') ADVANCE(242); + case 273: + if (lookahead == 'O') ADVANCE(270); END_STATE(); - case 246: - if (lookahead == 'O') ADVANCE(257); + case 274: + if (lookahead == 'O') ADVANCE(285); END_STATE(); - case 247: - if (lookahead == 'O') ADVANCE(252); - if (lookahead == 'o') ADVANCE(1065); + case 275: + if (lookahead == 'O') ADVANCE(280); + if (lookahead == 'o') ADVANCE(1089); END_STATE(); - case 248: - if (lookahead == 'O') ADVANCE(155); - if (lookahead == 'o') ADVANCE(156); + case 276: + if (lookahead == 'O') ADVANCE(176); + if (lookahead == 'o') ADVANCE(177); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); + lookahead == 'e') ADVANCE(2618); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(858); + lookahead == 'u') ADVANCE(883); END_STATE(); - case 249: - if (lookahead == 'O') ADVANCE(157); - if (lookahead == 'o') ADVANCE(158); + case 277: + if (lookahead == 'O') ADVANCE(178); + if (lookahead == 'o') ADVANCE(179); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); + lookahead == 'e') ADVANCE(2618); END_STATE(); - case 250: - if (lookahead == 'O') ADVANCE(162); - if (lookahead == 'o') ADVANCE(163); + case 278: + if (lookahead == 'O') ADVANCE(186); + if (lookahead == 'o') ADVANCE(195); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); + lookahead == 'e') ADVANCE(2618); END_STATE(); - case 251: - if (lookahead == 'O') ADVANCE(165); - if (lookahead == 'o') ADVANCE(167); + case 279: + if (lookahead == 'O') ADVANCE(185); + if (lookahead == 'o') ADVANCE(188); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); + lookahead == 'e') ADVANCE(2618); END_STATE(); - case 252: - if (lookahead == 'R') ADVANCE(2633); - if (lookahead == 'r') ADVANCE(2633); + case 280: + if (lookahead == 'R') ADVANCE(2676); + if (lookahead == 'r') ADVANCE(2676); END_STATE(); - case 253: - if (lookahead == 'R') ADVANCE(245); + case 281: + if (lookahead == 'R') ADVANCE(273); END_STATE(); - case 254: - if (lookahead == 'R') ADVANCE(256); - if (lookahead == 'r') ADVANCE(1110); + case 282: + if (lookahead == 'R') ADVANCE(284); + if (lookahead == 'r') ADVANCE(1134); END_STATE(); - case 255: - if (lookahead == 'R') ADVANCE(256); - if (lookahead == 'r') ADVANCE(1110); + case 283: + if (lookahead == 'R') ADVANCE(284); + if (lookahead == 'r') ADVANCE(1134); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(701); + lookahead == 'c') ADVANCE(726); END_STATE(); - case 256: - if (lookahead == 'R') ADVANCE(247); - if (lookahead == 'r') ADVANCE(989); + case 284: + if (lookahead == 'R') ADVANCE(275); + if (lookahead == 'r') ADVANCE(1012); END_STATE(); - case 257: - if (lookahead == 'R') ADVANCE(2666); + case 285: + if (lookahead == 'R') ADVANCE(2711); END_STATE(); - case 258: - if (lookahead == 'R') ADVANCE(246); + case 286: + if (lookahead == 'R') ADVANCE(274); END_STATE(); - case 259: - if (lookahead == 'R') ADVANCE(258); + case 287: + if (lookahead == 'R') ADVANCE(286); END_STATE(); - case 260: - if (lookahead == 'R') ADVANCE(258); + case 288: + if (lookahead == 'R') ADVANCE(286); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(701); + lookahead == 'c') ADVANCE(726); END_STATE(); - case 261: - if (lookahead == 'i') ADVANCE(1362); + case 289: + if (lookahead == 'i') ADVANCE(1384); END_STATE(); - case 262: + case 290: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(412); + lookahead == 'a') ADVANCE(437); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(275); + lookahead == 'l') ADVANCE(303); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(795); + lookahead == 'o') ADVANCE(820); END_STATE(); - case 263: + case 291: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1210); + lookahead == 'a') ADVANCE(1232); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(414); + lookahead == 'e') ADVANCE(439); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2707); + lookahead == 'o') ADVANCE(2752); END_STATE(); - case 264: + case 292: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(390); + lookahead == 'a') ADVANCE(415); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(698); + lookahead == 'c') ADVANCE(723); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(724); + lookahead == 'd') ADVANCE(749); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1158); + lookahead == 'l') ADVANCE(1182); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(451); + lookahead == 'n') ADVANCE(475); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); + lookahead == 'q') ADVANCE(2620); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1078); + lookahead == 'r') ADVANCE(1102); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(385); + lookahead == 'x') ADVANCE(410); END_STATE(); - case 265: + case 293: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(374); + lookahead == 'a') ADVANCE(399); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); + lookahead == 'e') ADVANCE(2617); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(785); + lookahead == 'i') ADVANCE(810); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(367); + lookahead == 'o') ADVANCE(392); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 't') ADVANCE(2616); END_STATE(); - case 266: + case 294: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1025); + lookahead == 'a') ADVANCE(1046); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1240); + lookahead == 'e') ADVANCE(1263); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(452); + lookahead == 'o') ADVANCE(476); END_STATE(); - case 267: + case 295: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1025); + lookahead == 'a') ADVANCE(1046); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(452); + lookahead == 'o') ADVANCE(476); END_STATE(); - case 268: + case 296: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(676); + lookahead == 'a') ADVANCE(701); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1125); + lookahead == 'o') ADVANCE(1149); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(727); + lookahead == 'r') ADVANCE(752); END_STATE(); - case 269: + case 297: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(373); + lookahead == 'a') ADVANCE(398); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); + lookahead == 'e') ADVANCE(2617); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(367); + lookahead == 'o') ADVANCE(392); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 't') ADVANCE(2616); END_STATE(); - case 270: + case 298: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1247); + lookahead == 'a') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(947); + lookahead == 'i') ADVANCE(968); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(453); + lookahead == 'o') ADVANCE(477); END_STATE(); - case 271: + case 299: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(181); + lookahead == 'a') ADVANCE(173); END_STATE(); - case 272: + case 300: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(375); + lookahead == 'a') ADVANCE(400); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(154); + lookahead == 'e') ADVANCE(175); END_STATE(); - case 273: + case 301: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(396); + lookahead == 'a') ADVANCE(421); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(719); + lookahead == 'r') ADVANCE(744); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(371); + lookahead == 'u') ADVANCE(396); END_STATE(); - case 274: + case 302: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(674); + lookahead == 'a') ADVANCE(699); END_STATE(); - case 275: + case 303: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1155); + lookahead == 'a') ADVANCE(1179); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1164); + lookahead == 'o') ADVANCE(1187); END_STATE(); - case 276: + case 304: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(376); + lookahead == 'a') ADVANCE(401); END_STATE(); - case 277: + case 305: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(677); + lookahead == 'a') ADVANCE(702); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(819); + lookahead == 'p') ADVANCE(844); END_STATE(); - case 278: + case 306: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1035); + lookahead == 'a') ADVANCE(1056); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(975); + lookahead == 'c') ADVANCE(997); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(420); + lookahead == 'e') ADVANCE(445); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(968); + lookahead == 'l') ADVANCE(989); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(288); + lookahead == 'm') ADVANCE(316); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1113); + lookahead == 'p') ADVANCE(1138); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); + lookahead == 'u') ADVANCE(938); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(320); + lookahead == 'w') ADVANCE(347); END_STATE(); - case 279: + case 307: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(911); + lookahead == 'a') ADVANCE(935); END_STATE(); - case 280: + case 308: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1111); + lookahead == 'a') ADVANCE(1135); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(550); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2691); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(279); - END_STATE(); - case 281: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(667); - END_STATE(); - case 282: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(863); + lookahead == 'h') ADVANCE(578); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(849); - END_STATE(); - case 283: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(789); - END_STATE(); - case 284: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(780); - END_STATE(); - case 285: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1327); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(949); - END_STATE(); - case 286: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(401); - END_STATE(); - case 287: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1112); - END_STATE(); - case 288: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1030); - END_STATE(); - case 289: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(427); - END_STATE(); - case 290: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1283); - END_STATE(); - case 291: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(152); - END_STATE(); - case 292: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(811); - END_STATE(); - case 293: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(856); - END_STATE(); - case 294: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1245); - END_STATE(); - case 295: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1073); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2631); - END_STATE(); - case 296: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(835); - END_STATE(); - case 297: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(857); - END_STATE(); - case 298: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1232); - END_STATE(); - case 299: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(814); - END_STATE(); - case 300: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(797); - END_STATE(); - case 301: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1202); - END_STATE(); - case 302: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(395); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(430); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(720); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(371); - END_STATE(); - case 303: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(395); + lookahead == 'o') ADVANCE(2736); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(720); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(371); - END_STATE(); - case 304: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(180); - END_STATE(); - case 305: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1075); - END_STATE(); - case 306: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(818); - END_STATE(); - case 307: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(855); - END_STATE(); - case 308: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(836); + lookahead == 'r') ADVANCE(307); END_STATE(); case 309: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(798); + lookahead == 'a') ADVANCE(692); END_STATE(); case 310: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(792); + lookahead == 'a') ADVANCE(888); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(874); END_STATE(); case 311: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(183); + lookahead == 'a') ADVANCE(814); END_STATE(); case 312: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1226); + lookahead == 'a') ADVANCE(805); END_STATE(); case 313: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(791); + lookahead == 'a') ADVANCE(1349); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(970); END_STATE(); case 314: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(821); + lookahead == 'a') ADVANCE(426); END_STATE(); case 315: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1094); + lookahead == 'a') ADVANCE(1137); END_STATE(); case 316: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1096); + lookahead == 'a') ADVANCE(1051); END_STATE(); case 317: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1072); + lookahead == 'a') ADVANCE(452); END_STATE(); case 318: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1191); + lookahead == 'a') ADVANCE(1304); END_STATE(); case 319: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1046); + lookahead == 'a') ADVANCE(172); END_STATE(); case 320: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(735); + lookahead == 'a') ADVANCE(836); END_STATE(); case 321: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1215); + lookahead == 'a') ADVANCE(881); END_STATE(); case 322: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(406); + lookahead == 'a') ADVANCE(1268); END_STATE(); case 323: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1214); + lookahead == 'a') ADVANCE(1097); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2674); END_STATE(); case 324: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1230); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(413); + lookahead == 'a') ADVANCE(860); END_STATE(); case 325: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(922); + lookahead == 'a') ADVANCE(882); END_STATE(); case 326: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(740); + lookahead == 'a') ADVANCE(1255); END_STATE(); case 327: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1314); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(977); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(285); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1009); + lookahead == 'a') ADVANCE(839); END_STATE(); case 328: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(681); + lookahead == 'a') ADVANCE(822); END_STATE(); case 329: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(867); + lookahead == 'a') ADVANCE(1225); END_STATE(); case 330: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1236); + lookahead == 'a') ADVANCE(420); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(455); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(745); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(396); END_STATE(); case 331: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(675); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1125); + lookahead == 'a') ADVANCE(420); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(978); + lookahead == 'r') ADVANCE(745); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(396); END_STATE(); case 332: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(868); + lookahead == 'a') ADVANCE(201); END_STATE(); case 333: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1225); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1032); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(625); + lookahead == 'a') ADVANCE(880); END_STATE(); case 334: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(411); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(845); + lookahead == 'a') ADVANCE(1099); END_STATE(); case 335: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(411); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(846); + lookahead == 'a') ADVANCE(843); END_STATE(); case 336: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1307); + lookahead == 'a') ADVANCE(861); END_STATE(); case 337: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(682); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(819); + lookahead == 'a') ADVANCE(823); END_STATE(); case 338: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1238); + lookahead == 'a') ADVANCE(817); END_STATE(); case 339: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(683); + lookahead == 'a') ADVANCE(1249); END_STATE(); case 340: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1107); + lookahead == 'a') ADVANCE(816); END_STATE(); case 341: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1170); + lookahead == 'a') ADVANCE(846); END_STATE(); case 342: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(685); + lookahead == 'a') ADVANCE(1118); END_STATE(); case 343: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(686); + lookahead == 'a') ADVANCE(1120); END_STATE(); case 344: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(687); + lookahead == 'a') ADVANCE(1096); END_STATE(); case 345: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1241); + lookahead == 'a') ADVANCE(1214); END_STATE(); case 346: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(377); + lookahead == 'a') ADVANCE(1067); END_STATE(); case 347: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(372); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(785); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 'a') ADVANCE(760); END_STATE(); case 348: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(372); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 'a') ADVANCE(1237); END_STATE(); case 349: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(372); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(336); + lookahead == 'a') ADVANCE(431); END_STATE(); case 350: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(754); + lookahead == 'a') ADVANCE(1236); END_STATE(); case 351: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(754); + lookahead == 'a') ADVANCE(1253); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1324); + lookahead == 'e') ADVANCE(439); END_STATE(); case 352: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1122); + lookahead == 'a') ADVANCE(946); END_STATE(); case 353: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1246); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1240); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(452); + lookahead == 'a') ADVANCE(766); END_STATE(); case 354: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1246); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(453); + lookahead == 'a') ADVANCE(1336); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(999); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(313); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1030); END_STATE(); case 355: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1249); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(414); + lookahead == 'a') ADVANCE(706); END_STATE(); case 356: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(378); + lookahead == 'a') ADVANCE(892); END_STATE(); case 357: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1262); + lookahead == 'a') ADVANCE(1259); END_STATE(); case 358: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(379); + lookahead == 'a') ADVANCE(700); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1149); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1000); END_STATE(); case 359: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1264); + lookahead == 'a') ADVANCE(893); END_STATE(); case 360: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(380); + lookahead == 'a') ADVANCE(1248); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(651); END_STATE(); case 361: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1156); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1337); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1034); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2549); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(436); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(870); END_STATE(); case 362: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1156); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(437); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(436); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(871); END_STATE(); case 363: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1156); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(437); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1227); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(599); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1329); END_STATE(); case 364: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1156); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(707); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1034); + lookahead == 'p') ADVANCE(844); END_STATE(); case 365: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1270); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1261); END_STATE(); case 366: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1270); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(955); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1056); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(708); END_STATE(); case 367: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(171); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1131); END_STATE(); case 368: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1287); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1193); END_STATE(); case 369: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(159); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(710); END_STATE(); case 370: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(810); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(711); END_STATE(); case 371: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(817); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(712); END_STATE(); case 372: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(560); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1264); END_STATE(); case 373: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(560); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(454); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(402); END_STATE(); case 374: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(560); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(454); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1183); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(397); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2617); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(810); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2616); END_STATE(); case 375: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(826); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(397); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2617); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2616); END_STATE(); case 376: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(579); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(397); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(363); END_STATE(); case 377: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(828); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(780); END_STATE(); case 378: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(830); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(780); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1346); END_STATE(); case 379: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(831); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1146); END_STATE(); case 380: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(832); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1269); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(476); END_STATE(); case 381: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(313); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1269); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(477); END_STATE(); case 382: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2600); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(403); END_STATE(); case 383: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2603); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1284); END_STATE(); case 384: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(698); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1158); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1242); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(404); END_STATE(); case 385: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(559); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(562); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1286); END_STATE(); case 386: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(969); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(405); END_STATE(); case 387: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(969); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(663); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1180); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1359); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1055); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2592); END_STATE(); case 388: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(969); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1051); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1316); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1180); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(462); END_STATE(); case 389: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(781); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1180); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(462); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1250); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(626); END_STATE(); case 390: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(692); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1292); END_STATE(); case 391: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(782); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1292); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(976); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1080); END_STATE(); case 392: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(783); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(192); END_STATE(); case 393: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(694); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1308); END_STATE(); case 394: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(975); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(419); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(288); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(180); END_STATE(); case 395: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(788); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(835); END_STATE(); case 396: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(788); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(293); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(842); END_STATE(); case 397: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(696); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(588); END_STATE(); case 398: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(973); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(588); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(478); END_STATE(); case 399: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(711); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(726); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(588); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(478); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1206); END_STATE(); case 400: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(708); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(851); END_STATE(); case 401: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1196); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(607); END_STATE(); case 402: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(319); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(853); END_STATE(); case 403: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1248); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(855); END_STATE(); case 404: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(799); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(562); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(856); END_STATE(); case 405: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(491); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(857); END_STATE(); case 406: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(518); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(340); END_STATE(); case 407: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(509); + lookahead == 'c') ADVANCE(2643); END_STATE(); case 408: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(532); + lookahead == 'c') ADVANCE(2646); END_STATE(); case 409: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(558); + lookahead == 'c') ADVANCE(723); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1182); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1265); END_STATE(); case 410: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(598); + lookahead == 'c') ADVANCE(587); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(590); END_STATE(); case 411: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(702); + lookahead == 'c') ADVANCE(990); END_STATE(); case 412: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(702); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(561); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(393); + lookahead == 'c') ADVANCE(990); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(688); END_STATE(); case 413: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(745); + lookahead == 'c') ADVANCE(990); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1072); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1338); END_STATE(); case 414: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(745); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2609); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1217); + lookahead == 'c') ADVANCE(806); END_STATE(); case 415: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(745); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(290); + lookahead == 'c') ADVANCE(717); END_STATE(); case 416: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1282); + lookahead == 'c') ADVANCE(807); END_STATE(); case 417: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(990); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(415); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1011); + lookahead == 'c') ADVANCE(808); END_STATE(); case 418: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(990); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(660); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2707); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1011); + lookahead == 'c') ADVANCE(719); END_STATE(); case 419: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(701); + lookahead == 'c') ADVANCE(997); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(444); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(316); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(938); END_STATE(); case 420: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(701); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1110); + lookahead == 'c') ADVANCE(813); END_STATE(); case 421: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(705); + lookahead == 'c') ADVANCE(813); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(321); END_STATE(); case 422: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(582); + lookahead == 'c') ADVANCE(721); END_STATE(); case 423: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1237); + lookahead == 'c') ADVANCE(995); END_STATE(); case 424: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1239); + lookahead == 'c') ADVANCE(736); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(751); END_STATE(); case 425: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(712); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(773); + lookahead == 'c') ADVANCE(733); END_STATE(); case 426: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1251); + lookahead == 'c') ADVANCE(1219); END_STATE(); case 427: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1259); + lookahead == 'c') ADVANCE(346); END_STATE(); case 428: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1020); + lookahead == 'c') ADVANCE(1271); END_STATE(); case 429: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1021); + lookahead == 'c') ADVANCE(824); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(590); END_STATE(); case 430: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1022); + lookahead == 'c') ADVANCE(515); END_STATE(); case 431: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1265); + lookahead == 'c') ADVANCE(542); END_STATE(); case 432: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1023); + lookahead == 'c') ADVANCE(533); END_STATE(); case 433: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(651); + lookahead == 'c') ADVANCE(556); END_STATE(); case 434: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1024); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1124); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(979); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(968); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1113); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(320); + lookahead == 'c') ADVANCE(586); END_STATE(); case 435: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1024); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(979); + lookahead == 'c') ADVANCE(624); END_STATE(); case 436: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1024); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(979); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); + lookahead == 'c') ADVANCE(727); END_STATE(); case 437: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2722); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(727); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(589); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(418); END_STATE(); case 438: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2752); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(771); END_STATE(); case 439: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2631); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(771); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2652); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1239); END_STATE(); case 440: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2585); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(771); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(318); END_STATE(); case 441: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2744); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1303); END_STATE(); case 442: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2599); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1013); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(440); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1032); END_STATE(); case 443: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2632); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1013); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(685); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2752); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1032); END_STATE(); case 444: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2654); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(726); END_STATE(); case 445: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2602); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(726); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1134); END_STATE(); case 446: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2679); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(730); END_STATE(); case 447: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2782); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(611); END_STATE(); case 448: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2605); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1260); END_STATE(); case 449: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(724); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(404); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1262); END_STATE(); case 450: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2531); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(737); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(798); END_STATE(); case 451: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2531); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(848); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1273); END_STATE(); case 452: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2564); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1281); END_STATE(); case 453: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2564); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1172); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1041); END_STATE(); case 454: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1157); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1042); END_STATE(); case 455: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(739); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1043); END_STATE(); case 456: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(529); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(570); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1201); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1287); END_STATE(); case 457: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(529); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(570); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1201); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(571); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1044); END_STATE(); case 458: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(529); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1201); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(675); END_STATE(); case 459: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(529); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1201); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1045); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1148); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1001); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(989); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1292); + lookahead == 'p') ADVANCE(1138); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(347); END_STATE(); case 460: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(185); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1045); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1148); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1001); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(938); END_STATE(); case 461: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(959); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1045); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1001); END_STATE(); case 462: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(345); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1019); + lookahead == 'd') ADVANCE(2767); END_STATE(); case 463: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1145); + lookahead == 'd') ADVANCE(2797); END_STATE(); case 464: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(966); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(953); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(758); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1027); + lookahead == 'd') ADVANCE(2674); END_STATE(); case 465: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(966); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(953); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1027); + lookahead == 'd') ADVANCE(2628); END_STATE(); case 466: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1153); + lookahead == 'd') ADVANCE(2789); END_STATE(); case 467: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(546); + lookahead == 'd') ADVANCE(2675); END_STATE(); case 468: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(555); + lookahead == 'd') ADVANCE(2699); END_STATE(); case 469: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(498); + lookahead == 'd') ADVANCE(2645); END_STATE(); case 470: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(786); + lookahead == 'd') ADVANCE(2724); END_STATE(); case 471: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(787); + lookahead == 'd') ADVANCE(2827); END_STATE(); case 472: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(680); + lookahead == 'd') ADVANCE(2648); END_STATE(); case 473: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(640); + lookahead == 'd') ADVANCE(749); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(474); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(663); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(429); END_STATE(); case 474: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(827); + lookahead == 'd') ADVANCE(2574); END_STATE(); case 475: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(477); + lookahead == 'd') ADVANCE(2574); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(873); END_STATE(); case 476: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(577); + lookahead == 'd') ADVANCE(2607); END_STATE(); case 477: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(586); + lookahead == 'd') ADVANCE(2607); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1195); END_STATE(); case 478: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(198); + lookahead == 'd') ADVANCE(1181); END_STATE(); case 479: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1301); + lookahead == 'd') ADVANCE(764); END_STATE(); case 480: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1302); + lookahead == 'd') ADVANCE(553); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(597); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1224); END_STATE(); case 481: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2580); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2578); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(553); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(597); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1224); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1312); END_STATE(); case 482: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2708); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(553); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(597); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1224); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(599); END_STATE(); case 483: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2635); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(553); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1224); END_STATE(); case 484: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2762); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(204); END_STATE(); case 485: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2550); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(980); END_STATE(); case 486: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2616); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(372); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1040); END_STATE(); case 487: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2672); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1169); END_STATE(); case 488: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2559); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(987); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(974); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(784); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1048); END_STATE(); case 489: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2710); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(987); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(974); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1048); END_STATE(); case 490: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2636); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1177); END_STATE(); case 491: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2683); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(573); END_STATE(); case 492: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2608); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(583); END_STATE(); case 493: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2746); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(522); END_STATE(); case 494: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2725); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(811); END_STATE(); case 495: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2685); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(812); END_STATE(); case 496: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2601); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(705); END_STATE(); case 497: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2753); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(666); END_STATE(); case 498: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2647); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(852); END_STATE(); case 499: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2611); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(501); END_STATE(); case 500: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2749); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(605); END_STATE(); case 501: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2652); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(614); END_STATE(); case 502: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2686); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(218); END_STATE(); case 503: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2709); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1322); END_STATE(); case 504: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2690); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1323); END_STATE(); case 505: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2639); + lookahead == 'e') ADVANCE(2623); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2621); END_STATE(); case 506: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2554); + lookahead == 'e') ADVANCE(2753); END_STATE(); case 507: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2750); + lookahead == 'e') ADVANCE(2678); END_STATE(); case 508: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2730); + lookahead == 'e') ADVANCE(2807); END_STATE(); case 509: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2628); + lookahead == 'e') ADVANCE(2593); END_STATE(); case 510: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2606); + lookahead == 'e') ADVANCE(2659); END_STATE(); case 511: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2671); + lookahead == 'e') ADVANCE(2717); END_STATE(); case 512: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2739); + lookahead == 'e') ADVANCE(2602); END_STATE(); case 513: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2741); + lookahead == 'e') ADVANCE(2755); END_STATE(); case 514: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2740); + lookahead == 'e') ADVANCE(2679); END_STATE(); case 515: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2738); + lookahead == 'e') ADVANCE(2728); END_STATE(); case 516: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2604); + lookahead == 'e') ADVANCE(2651); END_STATE(); case 517: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2788); + lookahead == 'e') ADVANCE(2791); END_STATE(); case 518: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2645); + lookahead == 'e') ADVANCE(2770); END_STATE(); case 519: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(148); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(858); + lookahead == 'e') ADVANCE(2730); END_STATE(); case 520: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(156); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(858); + lookahead == 'e') ADVANCE(2644); END_STATE(); case 521: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(158); + lookahead == 'e') ADVANCE(2798); END_STATE(); case 522: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(163); + lookahead == 'e') ADVANCE(2692); END_STATE(); case 523: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(164); + lookahead == 'e') ADVANCE(2654); END_STATE(); case 524: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(167); + lookahead == 'e') ADVANCE(2794); END_STATE(); case 525: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1071); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(287); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(672); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1273); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(963); + lookahead == 'e') ADVANCE(2697); END_STATE(); case 526: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2579); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2578); + lookahead == 'e') ADVANCE(2731); END_STATE(); case 527: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(800); + lookahead == 'e') ADVANCE(2754); END_STATE(); case 528: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(886); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(822); + lookahead == 'e') ADVANCE(2735); END_STATE(); case 529: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1323); + lookahead == 'e') ADVANCE(2682); END_STATE(); case 530: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(187); + lookahead == 'e') ADVANCE(2597); END_STATE(); case 531: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2629); + lookahead == 'e') ADVANCE(2795); END_STATE(); case 532: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2630); + lookahead == 'e') ADVANCE(2775); END_STATE(); case 533: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2743); + lookahead == 'e') ADVANCE(2671); END_STATE(); case 534: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2607); + lookahead == 'e') ADVANCE(2649); END_STATE(); case 535: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1315); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(174); + lookahead == 'e') ADVANCE(2716); END_STATE(); case 536: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2695); + lookahead == 'e') ADVANCE(2784); END_STATE(); case 537: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2801); + lookahead == 'e') ADVANCE(2786); END_STATE(); case 538: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2775); + lookahead == 'e') ADVANCE(2785); END_STATE(); case 539: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2760); + lookahead == 'e') ADVANCE(2783); END_STATE(); case 540: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2764); + lookahead == 'e') ADVANCE(2647); END_STATE(); case 541: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1090); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1345); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(962); + lookahead == 'e') ADVANCE(2833); END_STATE(); case 542: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(673); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(428); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(593); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2706); + lookahead == 'e') ADVANCE(2690); END_STATE(); case 543: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(673); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(428); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2706); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(168); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(883); END_STATE(); case 544: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(673); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(901); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(149); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(177); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(883); END_STATE(); case 545: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(673); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(593); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2706); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(179); END_STATE(); case 546: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1321); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(183); END_STATE(); case 547: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(668); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(195); END_STATE(); case 548: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2757); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(188); END_STATE(); case 549: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(614); + lookahead == 'e') ADVANCE(1095); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(315); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(697); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1294); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(984); END_STATE(); case 550: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(884); + lookahead == 'e') ADVANCE(2622); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2621); END_STATE(); case 551: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(809); + lookahead == 'e') ADVANCE(825); END_STATE(); case 552: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(809); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(484); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(283); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1159); + lookahead == 'e') ADVANCE(911); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(847); END_STATE(); case 553: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(809); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(283); + lookahead == 'e') ADVANCE(1345); END_STATE(); case 554: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(809); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(306); + lookahead == 'e') ADVANCE(207); END_STATE(); case 555: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1322); + lookahead == 'e') ADVANCE(2672); END_STATE(); case 556: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2758); + lookahead == 'e') ADVANCE(2673); END_STATE(); case 557: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(150); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(908); + lookahead == 'e') ADVANCE(2788); END_STATE(); case 558: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1039); + lookahead == 'e') ADVANCE(1337); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(184); END_STATE(); case 559: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1039); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1275); + lookahead == 'e') ADVANCE(829); END_STATE(); case 560: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(790); + lookahead == 'e') ADVANCE(2740); END_STATE(); case 561: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(188); + lookahead == 'e') ADVANCE(2650); END_STATE(); case 562: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(919); + lookahead == 'e') ADVANCE(2846); END_STATE(); case 563: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1334); + lookahead == 'e') ADVANCE(2820); END_STATE(); case 564: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(184); + lookahead == 'e') ADVANCE(2805); END_STATE(); case 565: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1138); + lookahead == 'e') ADVANCE(2809); END_STATE(); case 566: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(413); + lookahead == 'e') ADVANCE(1114); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1367); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(983); END_STATE(); case 567: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(870); + lookahead == 'e') ADVANCE(1114); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1008); END_STATE(); case 568: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(186); + lookahead == 'e') ADVANCE(698); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(453); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(621); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2751); END_STATE(); case 569: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1331); + lookahead == 'e') ADVANCE(698); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(453); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2751); END_STATE(); case 570: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1116); + lookahead == 'e') ADVANCE(698); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(926); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(169); END_STATE(); case 571: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1077); + lookahead == 'e') ADVANCE(698); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(952); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(169); END_STATE(); case 572: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(446); + lookahead == 'e') ADVANCE(1263); END_STATE(); case 573: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(942); + lookahead == 'e') ADVANCE(1343); END_STATE(); case 574: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1192); + lookahead == 'e') ADVANCE(206); END_STATE(); case 575: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1074); + lookahead == 'e') ADVANCE(693); END_STATE(); case 576: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(847); + lookahead == 'e') ADVANCE(2802); END_STATE(); case 577: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(153); + lookahead == 'e') ADVANCE(640); END_STATE(); case 578: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1118); + lookahead == 'e') ADVANCE(909); END_STATE(); case 579: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(793); + lookahead == 'e') ADVANCE(834); END_STATE(); case 580: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1140); + lookahead == 'e') ADVANCE(834); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(508); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(311); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1183); END_STATE(); case 581: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(154); + lookahead == 'e') ADVANCE(834); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(311); END_STATE(); case 582: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(194); + lookahead == 'e') ADVANCE(834); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(335); END_STATE(); case 583: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1058); + lookahead == 'e') ADVANCE(1344); END_STATE(); case 584: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(876); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1098); + lookahead == 'e') ADVANCE(2803); END_STATE(); case 585: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1144); + lookahead == 'e') ADVANCE(170); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(932); END_STATE(); case 586: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(896); + lookahead == 'e') ADVANCE(1060); END_STATE(); case 587: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1250); + lookahead == 'e') ADVANCE(1060); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1296); END_STATE(); case 588: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1066); + lookahead == 'e') ADVANCE(815); END_STATE(); case 589: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(445); + lookahead == 'e') ADVANCE(208); END_STATE(); case 590: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(175); + lookahead == 'e') ADVANCE(943); END_STATE(); case 591: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1067); + lookahead == 'e') ADVANCE(1356); END_STATE(); case 592: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(448); + lookahead == 'e') ADVANCE(203); END_STATE(); case 593: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(284); + lookahead == 'e') ADVANCE(1162); END_STATE(); case 594: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(885); + lookahead == 'e') ADVANCE(438); END_STATE(); case 595: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1224); + lookahead == 'e') ADVANCE(895); END_STATE(); case 596: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(442); + lookahead == 'e') ADVANCE(205); END_STATE(); case 597: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1089); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1273); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(962); + lookahead == 'e') ADVANCE(1140); END_STATE(); case 598: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(479); + lookahead == 'e') ADVANCE(1353); END_STATE(); case 599: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1129); + lookahead == 'e') ADVANCE(1101); END_STATE(); case 600: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(178); + lookahead == 'e') ADVANCE(470); END_STATE(); case 601: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1124); + lookahead == 'e') ADVANCE(963); END_STATE(); case 602: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1124); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(968); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1113); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(320); + lookahead == 'e') ADVANCE(1215); END_STATE(); case 603: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1070); + lookahead == 'e') ADVANCE(1098); END_STATE(); case 604: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1200); + lookahead == 'e') ADVANCE(872); END_STATE(); case 605: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1105); + lookahead == 'e') ADVANCE(174); END_STATE(); case 606: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1084); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1184); + lookahead == 'e') ADVANCE(1142); END_STATE(); case 607: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1181); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(972); + lookahead == 'e') ADVANCE(818); END_STATE(); case 608: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1206); + lookahead == 'e') ADVANCE(1164); END_STATE(); case 609: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1059); + lookahead == 'e') ADVANCE(175); END_STATE(); case 610: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1119); + lookahead == 'e') ADVANCE(901); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1122); END_STATE(); case 611: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1195); + lookahead == 'e') ADVANCE(214); END_STATE(); case 612: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1180); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(912); + lookahead == 'e') ADVANCE(1082); END_STATE(); case 613: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(838); + lookahead == 'e') ADVANCE(1168); END_STATE(); case 614: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1037); + lookahead == 'e') ADVANCE(921); END_STATE(); case 615: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1163); + lookahead == 'e') ADVANCE(469); END_STATE(); case 616: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1092); + lookahead == 'e') ADVANCE(1272); END_STATE(); case 617: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(834); + lookahead == 'e') ADVANCE(1090); END_STATE(); case 618: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(874); + lookahead == 'e') ADVANCE(472); END_STATE(); case 619: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); + lookahead == 'e') ADVANCE(196); END_STATE(); case 620: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(916); + lookahead == 'e') ADVANCE(1091); END_STATE(); case 621: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(930); + lookahead == 'e') ADVANCE(312); END_STATE(); case 622: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(823); + lookahead == 'e') ADVANCE(910); END_STATE(); case 623: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(661); + lookahead == 'e') ADVANCE(1247); END_STATE(); case 624: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1095); + lookahead == 'e') ADVANCE(503); END_STATE(); case 625: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(307); + lookahead == 'e') ADVANCE(1113); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1294); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(983); END_STATE(); case 626: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(423); + lookahead == 'e') ADVANCE(1153); END_STATE(); case 627: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1099); + lookahead == 'e') ADVANCE(199); END_STATE(); case 628: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(824); + lookahead == 'e') ADVANCE(1148); END_STATE(); case 629: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(318); + lookahead == 'e') ADVANCE(1148); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(989); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1138); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(938); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(347); END_STATE(); case 630: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1103); + lookahead == 'e') ADVANCE(1094); END_STATE(); case 631: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(921); + lookahead == 'e') ADVANCE(1223); END_STATE(); case 632: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(928); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(957); + lookahead == 'e') ADVANCE(1128); END_STATE(); case 633: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1106); + lookahead == 'e') ADVANCE(1108); END_STATE(); case 634: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1104); + lookahead == 'e') ADVANCE(1204); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(994); END_STATE(); case 635: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1093); + lookahead == 'e') ADVANCE(1083); END_STATE(); case 636: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1093); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(822); + lookahead == 'e') ADVANCE(1143); END_STATE(); case 637: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(938); + lookahead == 'e') ADVANCE(1218); END_STATE(); case 638: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(939); + lookahead == 'e') ADVANCE(1203); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(936); END_STATE(); case 639: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(940); + lookahead == 'e') ADVANCE(863); END_STATE(); case 640: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(190); + lookahead == 'e') ADVANCE(1058); END_STATE(); case 641: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(191); + lookahead == 'e') ADVANCE(1186); END_STATE(); case 642: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(944); + lookahead == 'e') ADVANCE(1116); END_STATE(); case 643: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1127); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(287); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1345); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(962); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(369); + lookahead == 'e') ADVANCE(859); END_STATE(); case 644: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(837); + lookahead == 'e') ADVANCE(899); END_STATE(); case 645: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(424); + lookahead == 'e') ADVANCE(325); END_STATE(); case 646: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1131); + lookahead == 'e') ADVANCE(940); END_STATE(); case 647: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1128); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(287); + lookahead == 'e') ADVANCE(950); END_STATE(); case 648: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1128); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(340); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(333); + lookahead == 'e') ADVANCE(848); END_STATE(); case 649: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(804); + lookahead == 'e') ADVANCE(686); END_STATE(); case 650: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1130); + lookahead == 'e') ADVANCE(1119); END_STATE(); case 651: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(480); + lookahead == 'e') ADVANCE(333); END_STATE(); case 652: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1132); + lookahead == 'e') ADVANCE(448); END_STATE(); case 653: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(952); + lookahead == 'e') ADVANCE(1124); END_STATE(); case 654: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2721); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(438); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2692); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(849); END_STATE(); case 655: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2721); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(438); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2692); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(710); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(345); END_STATE(); case 656: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2721); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2692); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1127); END_STATE(); case 657: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(759); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(945); END_STATE(); case 658: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1018); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(948); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(978); END_STATE(); case 659: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(322); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1130); END_STATE(); case 660: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(290); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1129); END_STATE(); case 661: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(587); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1117); END_STATE(); case 662: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(666); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1117); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(847); END_STATE(); case 663: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(578); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(323); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1281); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(959); END_STATE(); case 664: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(609); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(960); END_STATE(); case 665: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(664); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1255); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(961); END_STATE(); case 666: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(634); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(210); END_STATE(); case 667: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1254); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(211); END_STATE(); case 668: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(650); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(965); END_STATE(); case 669: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(430); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1151); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(315); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1367); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(983); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(394); END_STATE(); case 670: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2657); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(862); END_STATE(); case 671: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2754); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(449); END_STATE(); case 672: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(915); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1155); END_STATE(); case 673: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(746); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1152); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(367); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(360); END_STATE(); case 674: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1136); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1154); END_STATE(); case 675: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(530); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(504); END_STATE(); case 676: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(530); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(293); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1156); END_STATE(); case 677: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(539); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(973); END_STATE(); case 678: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(574); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2766); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(463); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2737); END_STATE(); case 679: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(957); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2766); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(463); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2737); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(735); END_STATE(); case 680: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(595); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2766); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2737); END_STATE(); case 681: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(585); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2766); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2737); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1245); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(632); END_STATE(); case 682: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(548); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(785); END_STATE(); case 683: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(494); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1039); END_STATE(); case 684: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(604); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(349); END_STATE(); case 685: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(508); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(318); END_STATE(); case 686: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(556); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(616); END_STATE(); case 687: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(600); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(691); END_STATE(); case 688: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(833); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(606); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(350); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1302); END_STATE(); case 689: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(429); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(551); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(934); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(971); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(635); END_STATE(); case 690: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(429); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(553); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(312); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(934); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(971); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(689); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1277); END_STATE(); case 691: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(429); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(644); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(933); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(660); END_STATE(); case 692: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2718); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1276); END_STATE(); case 693: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2637); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(674); END_STATE(); case 694: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2723); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(455); END_STATE(); case 695: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2660); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2702); END_STATE(); case 696: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2715); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2799); END_STATE(); case 697: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(528); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1211); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1082); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(939); END_STATE(); case 698: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(954); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(772); END_STATE(); case 699: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(636); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1211); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1160); END_STATE(); case 700: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(550); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2691); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(279); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(554); END_STATE(); case 701: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(958); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(554); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(321); END_STATE(); case 702: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(486); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(564); END_STATE(); case 703: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(747); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1211); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(602); END_STATE(); case 704: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(627); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(978); END_STATE(); case 705: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(565); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(623); END_STATE(); case 706: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(981); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(613); END_STATE(); case 707: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(325); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(576); END_STATE(); case 708: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1123); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(518); END_STATE(); case 709: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(737); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(332); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(631); END_STATE(); case 710: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(575); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(532); END_STATE(); case 711: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(315); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(584); END_STATE(); case 712: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(316); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(627); END_STATE(); case 713: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(594); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1211); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(858); END_STATE(); case 714: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(613); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(454); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(579); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(955); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(993); END_STATE(); case 715: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(635); - END_STATE(); - case 716: + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(454); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(552); + lookahead == 'i') ADVANCE(581); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(274); + lookahead == 'l') ADVANCE(339); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1079); + lookahead == 'o') ADVANCE(955); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(282); + lookahead == 'r') ADVANCE(993); END_STATE(); - case 717: + case 716: + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(454); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1343); + lookahead == 'i') ADVANCE(670); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(954); + END_STATE(); + case 717: + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2763); END_STATE(); case 718: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(554); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1079); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2680); END_STATE(); case 719: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1308); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1055); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2768); END_STATE(); case 720: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1308); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1235); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2705); END_STATE(); case 721: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1308); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(433); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2760); END_STATE(); case 722: + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(552); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1344); + lookahead == 'i') ADVANCE(1233); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1106); END_STATE(); case 723: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1348); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(975); END_STATE(); case 724: + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(662); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1213); + lookahead == 'i') ADVANCE(1233); END_STATE(); case 725: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(440); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(578); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2736); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(307); END_STATE(); case 726: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1325); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(979); END_STATE(); case 727: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(869); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(510); END_STATE(); case 728: + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(773); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(910); + lookahead == 'i') ADVANCE(1233); END_STATE(); case 729: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(871); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(653); END_STATE(); case 730: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(472); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(593); END_STATE(); case 731: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1031); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1003); END_STATE(); case 732: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(941); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(730); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(352); END_STATE(); case 733: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(383); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1147); END_STATE(); case 734: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(909); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(762); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(359); END_STATE(); case 735: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1193); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(603); END_STATE(); case 736: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(382); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(342); END_STATE(); case 737: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(475); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(343); END_STATE(); case 738: + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(622); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1219); + lookahead == 'i') ADVANCE(1233); END_STATE(); case 739: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1063); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(639); END_STATE(); case 740: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1197); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(661); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1107); END_STATE(); case 741: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(447); + lookahead == 'i') ADVANCE(580); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(302); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1103); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(310); END_STATE(); case 742: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(580); + lookahead == 'i') ADVANCE(1365); END_STATE(); case 743: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1311); + lookahead == 'i') ADVANCE(582); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1103); END_STATE(); case 744: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1347); + lookahead == 'i') ADVANCE(1330); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1076); END_STATE(); case 745: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(873); + lookahead == 'i') ADVANCE(1330); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1258); END_STATE(); case 746: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(913); + lookahead == 'i') ADVANCE(1330); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(458); END_STATE(); case 747: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(822); + lookahead == 'i') ADVANCE(1366); END_STATE(); case 748: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(292); + lookahead == 'i') ADVANCE(1370); END_STATE(); case 749: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(292); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(583); + lookahead == 'i') ADVANCE(1235); END_STATE(); case 750: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1010); + lookahead == 'i') ADVANCE(465); END_STATE(); case 751: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1175); + lookahead == 'i') ADVANCE(1347); END_STATE(); case 752: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1305); + lookahead == 'i') ADVANCE(894); END_STATE(); case 753: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1345); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(962); + lookahead == 'i') ADVANCE(934); END_STATE(); case 754: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(917); + lookahead == 'i') ADVANCE(896); END_STATE(); case 755: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1260); + lookahead == 'i') ADVANCE(496); END_STATE(); case 756: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(982); + lookahead == 'i') ADVANCE(1052); END_STATE(); case 757: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1168); + lookahead == 'i') ADVANCE(962); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(755); END_STATE(); case 758: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1346); + lookahead == 'i') ADVANCE(408); END_STATE(); case 759: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(617); + lookahead == 'i') ADVANCE(933); END_STATE(); case 760: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1306); + lookahead == 'i') ADVANCE(1216); END_STATE(); case 761: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(469); + lookahead == 'i') ADVANCE(407); END_STATE(); case 762: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(986); + lookahead == 'i') ADVANCE(499); END_STATE(); case 763: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(931); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(665); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(149); + lookahead == 'i') ADVANCE(1243); END_STATE(); case 764: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(931); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(149); + lookahead == 'i') ADVANCE(1087); END_STATE(); case 765: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(948); + lookahead == 'i') ADVANCE(471); END_STATE(); case 766: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(829); + lookahead == 'i') ADVANCE(1220); END_STATE(); case 767: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(987); + lookahead == 'i') ADVANCE(608); END_STATE(); case 768: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(308); + lookahead == 'i') ADVANCE(1207); END_STATE(); case 769: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(551); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1079); + lookahead == 'i') ADVANCE(1333); END_STATE(); case 770: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(314); + lookahead == 'i') ADVANCE(1369); END_STATE(); case 771: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1008); + lookahead == 'i') ADVANCE(898); END_STATE(); case 772: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(553); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1079); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(282); + lookahead == 'i') ADVANCE(937); END_STATE(); case 773: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1326); + lookahead == 'i') ADVANCE(847); END_STATE(); case 774: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(872); + lookahead == 'i') ADVANCE(320); END_STATE(); case 775: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(943); + lookahead == 'i') ADVANCE(320); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(612); END_STATE(); case 776: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(875); + lookahead == 'i') ADVANCE(1031); END_STATE(); case 777: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(877); + lookahead == 'i') ADVANCE(1198); END_STATE(); case 778: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1312); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1268); + lookahead == 'i') ADVANCE(1327); END_STATE(); case 779: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1263); + lookahead == 'i') ADVANCE(1367); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(983); END_STATE(); case 780: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2717); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(941); END_STATE(); case 781: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2711); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1282); END_STATE(); case 782: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2712); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1004); END_STATE(); case 783: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2713); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1191); END_STATE(); case 784: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(199); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1368); END_STATE(); case 785: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(485); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(643); END_STATE(); case 786: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(563); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1328); END_STATE(); case 787: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(569); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(493); END_STATE(); case 788: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(344); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1009); END_STATE(); case 789: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2653); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(952); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(169); END_STATE(); case 790: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2592); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(969); END_STATE(); case 791: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2598); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(854); END_STATE(); case 792: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2734); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1010); END_STATE(); case 793: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2593); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(336); END_STATE(); case 794: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2665); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(579); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1103); END_STATE(); case 795: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(813); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1177); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(341); END_STATE(); case 796: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(813); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1218); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1029); END_STATE(); case 797: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2588); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(581); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1103); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(310); END_STATE(); case 798: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2729); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1348); END_STATE(); case 799: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1275); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(897); END_STATE(); case 800: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1026); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(964); END_STATE(); case 801: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1338); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(900); END_STATE(); case 802: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(151); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(902); END_STATE(); case 803: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1335); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1334); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1290); END_STATE(); case 804: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(323); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1285); END_STATE(); case 805: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1274); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2762); END_STATE(); case 806: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1274); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1176); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2756); END_STATE(); case 807: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1274); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1208); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(935); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2757); END_STATE(); case 808: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1336); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2758); END_STATE(); case 809: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(441); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(219); END_STATE(); case 810: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1339); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(509); END_STATE(); case 811: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(717); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(591); END_STATE(); case 812: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(956); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(598); END_STATE(); case 813: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(298); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(860); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(371); END_STATE(); case 814: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1149); + lookahead == 'l') ADVANCE(2698); END_STATE(); case 815: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(974); + lookahead == 'l') ADVANCE(2635); END_STATE(); case 816: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(976); + lookahead == 'l') ADVANCE(2641); END_STATE(); case 817: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(733); + lookahead == 'l') ADVANCE(2779); END_STATE(); case 818: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(808); + lookahead == 'l') ADVANCE(2636); END_STATE(); case 819: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(618); + lookahead == 'l') ADVANCE(2710); END_STATE(); case 820: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(276); + lookahead == 'l') ADVANCE(838); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1200); END_STATE(); case 821: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(723); + lookahead == 'l') ADVANCE(838); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1241); END_STATE(); case 822: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(490); + lookahead == 'l') ADVANCE(2631); END_STATE(); case 823: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1143); + lookahead == 'l') ADVANCE(2774); END_STATE(); case 824: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1147); + lookahead == 'l') ADVANCE(1296); END_STATE(); case 825: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1205); + lookahead == 'l') ADVANCE(1047); END_STATE(); case 826: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(510); + lookahead == 'l') ADVANCE(1360); END_STATE(); case 827: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(511); + lookahead == 'l') ADVANCE(171); END_STATE(); case 828: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(499); + lookahead == 'l') ADVANCE(1357); END_STATE(); case 829: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(500); + lookahead == 'l') ADVANCE(350); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1109); END_STATE(); case 830: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(506); + lookahead == 'l') ADVANCE(1295); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1230); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(956); END_STATE(); case 831: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(507); + lookahead == 'l') ADVANCE(1295); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1240); END_STATE(); case 832: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(534); + lookahead == 'l') ADVANCE(1295); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1199); END_STATE(); case 833: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(564); + lookahead == 'l') ADVANCE(1358); END_STATE(); case 834: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(463); + lookahead == 'l') ADVANCE(466); END_STATE(); case 835: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1286); + lookahead == 'l') ADVANCE(1361); END_STATE(); case 836: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(744); + lookahead == 'l') ADVANCE(742); END_STATE(); case 837: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(466); + lookahead == 'l') ADVANCE(977); END_STATE(); case 838: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1043); + lookahead == 'l') ADVANCE(326); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(885); END_STATE(); case 839: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1221); + lookahead == 'l') ADVANCE(1173); END_STATE(); case 840: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(997); + lookahead == 'l') ADVANCE(996); END_STATE(); case 841: if (lookahead == 'L' || @@ -20585,2246 +22501,2328 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 842: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1000); + lookahead == 'l') ADVANCE(758); END_STATE(); case 843: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1001); + lookahead == 'l') ADVANCE(833); END_STATE(); case 844: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1004); + lookahead == 'l') ADVANCE(644); END_STATE(); case 845: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1297); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1208); + lookahead == 'l') ADVANCE(304); END_STATE(); case 846: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1298); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1208); + lookahead == 'l') ADVANCE(748); END_STATE(); case 847: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(357); + lookahead == 'l') ADVANCE(514); END_STATE(); case 848: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2803); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1167); END_STATE(); case 849: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2658); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1171); END_STATE(); case 850: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2727); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1228); END_STATE(); case 851: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2728); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(534); END_STATE(); case 852: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2732); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(535); END_STATE(); case 853: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2733); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(523); END_STATE(); case 854: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(277); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(457); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(524); END_STATE(); case 855: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2668); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(530); END_STATE(); case 856: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2642); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(531); END_STATE(); case 857: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2669); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(561); END_STATE(); case 858: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(166); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(592); END_STATE(); case 859: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(802); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(487); END_STATE(); case 860: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(918); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1307); END_STATE(); case 861: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(301); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(770); END_STATE(); case 862: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1033); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(456); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(490); END_STATE(); case 863: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(488); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1064); END_STATE(); case 864: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(906); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1244); END_STATE(); case 865: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(904); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1020); END_STATE(); case 866: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(615); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1021); END_STATE(); case 867: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(513); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1023); END_STATE(); case 868: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(515); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1025); END_STATE(); case 869: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(305); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1026); END_STATE(); case 870: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(370); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1317); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1230); END_STATE(); case 871: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1277); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1318); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1230); END_STATE(); case 872: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1278); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(383); END_STATE(); case 873: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(299); + lookahead == 'm') ADVANCE(2848); END_STATE(); case 874: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(621); + lookahead == 'm') ADVANCE(2703); END_STATE(); case 875: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1279); + lookahead == 'm') ADVANCE(2772); END_STATE(); case 876: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1044); + lookahead == 'm') ADVANCE(2773); END_STATE(); case 877: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1280); + lookahead == 'm') ADVANCE(2777); END_STATE(); case 878: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(337); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(456); + lookahead == 'm') ADVANCE(2778); END_STATE(); case 879: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(343); + lookahead == 'm') ADVANCE(305); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(482); END_STATE(); case 880: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(343); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(458); + lookahead == 'm') ADVANCE(2713); END_STATE(); case 881: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(359); + lookahead == 'm') ADVANCE(2685); END_STATE(); case 882: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2751); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2714); END_STATE(); case 883: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2692); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(187); END_STATE(); case 884: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2634); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(827); END_STATE(); case 885: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2587); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(942); END_STATE(); case 886: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2587); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(489); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(329); END_STATE(); case 887: + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1054); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2795); + lookahead == 'n') ADVANCE(481); END_STATE(); case 888: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2625); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(512); END_STATE(); case 889: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2644); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(930); END_STATE(); case 890: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2798); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(641); END_STATE(); case 891: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2797); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(929); END_STATE(); case 892: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2787); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(537); END_STATE(); case 893: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2792); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(539); END_STATE(); case 894: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2705); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(334); END_STATE(); case 895: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2655); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(395); END_STATE(); case 896: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2737); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1298); END_STATE(); case 897: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2619); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1299); END_STATE(); case 898: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2624); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(327); END_STATE(); case 899: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1337); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1034); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1169); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(647); END_STATE(); case 900: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(366); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(557); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1300); END_STATE(); case 901: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(295); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1065); END_STATE(); case 902: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1310); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1301); END_STATE(); case 903: + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(364); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(458); + lookahead == 'n') ADVANCE(480); END_STATE(); case 904: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2771); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(370); END_STATE(); case 905: + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(370); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(459); + lookahead == 'n') ADVANCE(483); END_STATE(); case 906: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2773); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(385); END_STATE(); case 907: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(365); + lookahead == 'n') ADVANCE(2796); END_STATE(); case 908: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(670); + lookahead == 'n') ADVANCE(2737); END_STATE(); case 909: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(658); + lookahead == 'n') ADVANCE(2677); END_STATE(); case 910: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(671); + lookahead == 'n') ADVANCE(2630); END_STATE(); case 911: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1165); + lookahead == 'n') ADVANCE(2630); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(513); END_STATE(); case 912: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(688); + lookahead == 'n') ADVANCE(2840); END_STATE(); case 913: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1137); + lookahead == 'n') ADVANCE(2668); END_STATE(); case 914: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(461); + lookahead == 'n') ADVANCE(2687); END_STATE(); case 915: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(294); + lookahead == 'n') ADVANCE(2843); END_STATE(); case 916: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(443); + lookahead == 'n') ADVANCE(2842); END_STATE(); case 917: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1139); + lookahead == 'n') ADVANCE(2832); END_STATE(); case 918: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(176); + lookahead == 'n') ADVANCE(2837); END_STATE(); case 919: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1189); + lookahead == 'n') ADVANCE(2750); END_STATE(); case 920: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(169); + lookahead == 'n') ADVANCE(2700); END_STATE(); case 921: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1174); + lookahead == 'n') ADVANCE(2782); END_STATE(); case 922: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(474); + lookahead == 'n') ADVANCE(2662); END_STATE(); case 923: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(803); + lookahead == 'n') ADVANCE(2667); END_STATE(); case 924: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(404); + lookahead == 'n') ADVANCE(1359); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1055); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1192); END_STATE(); case 925: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1242); + lookahead == 'n') ADVANCE(391); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(585); END_STATE(); case 926: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(409); + lookahead == 'n') ADVANCE(323); END_STATE(); case 927: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1242); + lookahead == 'n') ADVANCE(1332); END_STATE(); case 928: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(470); + lookahead == 'n') ADVANCE(483); END_STATE(); case 929: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(329); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1342); + lookahead == 'n') ADVANCE(2816); END_STATE(); case 930: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1223); + lookahead == 'n') ADVANCE(2818); END_STATE(); case 931: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(439); + lookahead == 'n') ADVANCE(390); END_STATE(); case 932: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(492); + lookahead == 'n') ADVANCE(695); END_STATE(); case 933: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1182); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2615); + lookahead == 'n') ADVANCE(683); END_STATE(); case 934: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1182); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(861); + lookahead == 'n') ADVANCE(696); END_STATE(); case 935: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1185); + lookahead == 'n') ADVANCE(1188); END_STATE(); case 936: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1012); + lookahead == 'n') ADVANCE(713); END_STATE(); case 937: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1198); + lookahead == 'n') ADVANCE(1161); END_STATE(); case 938: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1186); + lookahead == 'n') ADVANCE(485); END_STATE(); case 939: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1233); + lookahead == 'n') ADVANCE(322); END_STATE(); case 940: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1199); + lookahead == 'n') ADVANCE(467); END_STATE(); case 941: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(467); + lookahead == 'n') ADVANCE(1163); END_STATE(); case 942: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(422); + lookahead == 'n') ADVANCE(197); END_STATE(); case 943: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(468); + lookahead == 'n') ADVANCE(1212); END_STATE(); case 944: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(408); + lookahead == 'n') ADVANCE(190); END_STATE(); case 945: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(400); + lookahead == 'n') ADVANCE(1197); END_STATE(); case 946: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(471); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1078); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(637); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1242); + lookahead == 'n') ADVANCE(498); END_STATE(); case 947: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(774); + lookahead == 'n') ADVANCE(828); END_STATE(); case 948: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1258); + lookahead == 'n') ADVANCE(494); END_STATE(); case 949: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(777); + lookahead == 'n') ADVANCE(356); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1364); END_STATE(); case 950: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1313); + lookahead == 'n') ADVANCE(1246); END_STATE(); case 951: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(431); + lookahead == 'n') ADVANCE(474); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1265); END_STATE(); case 952: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1178); + lookahead == 'n') ADVANCE(464); END_STATE(); case 953: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1179); + lookahead == 'n') ADVANCE(516); END_STATE(); case 954: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2675); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1205); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2658); END_STATE(); case 955: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2694); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1205); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(886); END_STATE(); case 956: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2563); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1208); END_STATE(); case 957: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2778); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1033); END_STATE(); case 958: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2676); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1221); END_STATE(); case 959: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2596); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1209); END_STATE(); case 960: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(807); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1256); END_STATE(); case 961: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(994); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(279); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1222); END_STATE(); case 962: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1036); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(491); END_STATE(); case 963: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1036); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(619); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(447); END_STATE(); case 964: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(796); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(492); END_STATE(); case 965: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(725); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(433); END_STATE(); case 966: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1319); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(425); END_STATE(); case 967: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(806); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(495); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1102); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1265); END_STATE(); case 968: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(389); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(799); END_STATE(); case 969: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(473); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1280); END_STATE(); case 970: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1317); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(802); END_STATE(); case 971: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(849); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1335); END_STATE(); case 972: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(381); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(456); END_STATE(); case 973: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1040); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1201); END_STATE(); case 974: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(391); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1202); END_STATE(); case 975: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(902); + lookahead == 'o') ADVANCE(2720); END_STATE(); case 976: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(392); + lookahead == 'o') ADVANCE(2739); END_STATE(); case 977: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1300); + lookahead == 'o') ADVANCE(2606); END_STATE(); case 978: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1042); + lookahead == 'o') ADVANCE(2823); END_STATE(); case 979: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(416); + lookahead == 'o') ADVANCE(2721); END_STATE(); case 980: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1057); + lookahead == 'o') ADVANCE(2639); END_STATE(); case 981: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(444); + lookahead == 'o') ADVANCE(830); END_STATE(); case 982: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(894); + lookahead == 'o') ADVANCE(1017); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(307); END_STATE(); case 983: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(985); + lookahead == 'o') ADVANCE(1057); END_STATE(); case 984: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(923); + lookahead == 'o') ADVANCE(1057); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(645); END_STATE(); case 985: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(794); + lookahead == 'o') ADVANCE(821); END_STATE(); case 986: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(895); + lookahead == 'o') ADVANCE(750); END_STATE(); case 987: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(897); + lookahead == 'o') ADVANCE(1341); END_STATE(); case 988: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(160); + lookahead == 'o') ADVANCE(832); END_STATE(); case 989: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1065); + lookahead == 'o') ADVANCE(414); END_STATE(); case 990: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(840); + lookahead == 'o') ADVANCE(497); END_STATE(); case 991: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1068); + lookahead == 'o') ADVANCE(1339); END_STATE(); case 992: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1069); + lookahead == 'o') ADVANCE(831); END_STATE(); case 993: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(839); + lookahead == 'o') ADVANCE(874); END_STATE(); case 994: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(839); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(309); + lookahead == 'o') ADVANCE(406); END_STATE(); case 995: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(170); + lookahead == 'o') ADVANCE(1061); END_STATE(); case 996: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(893); + lookahead == 'o') ADVANCE(416); END_STATE(); case 997: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1060); + lookahead == 'o') ADVANCE(927); END_STATE(); case 998: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1061); + lookahead == 'o') ADVANCE(417); END_STATE(); case 999: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(805); + lookahead == 'o') ADVANCE(1320); END_STATE(); case 1000: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1062); + lookahead == 'o') ADVANCE(1063); END_STATE(); case 1001: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1064); + lookahead == 'o') ADVANCE(441); END_STATE(); case 1002: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(887); + lookahead == 'o') ADVANCE(1081); END_STATE(); case 1003: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(196); + lookahead == 'o') ADVANCE(468); END_STATE(); case 1004: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1097); + lookahead == 'o') ADVANCE(919); END_STATE(); case 1005: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(936); + lookahead == 'o') ADVANCE(1007); END_STATE(); case 1006: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(890); + lookahead == 'o') ADVANCE(947); END_STATE(); case 1007: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1083); + lookahead == 'o') ADVANCE(819); END_STATE(); case 1008: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(889); + lookahead == 'o') ADVANCE(1053); END_STATE(); case 1009: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1256); + lookahead == 'o') ADVANCE(920); END_STATE(); case 1010: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(920); + lookahead == 'o') ADVANCE(922); END_STATE(); case 1011: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1050); + lookahead == 'o') ADVANCE(181); END_STATE(); case 1012: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1285); + lookahead == 'o') ADVANCE(1089); END_STATE(); case 1013: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(993); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(279); + lookahead == 'o') ADVANCE(865); END_STATE(); case 1014: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(765); + lookahead == 'o') ADVANCE(1092); END_STATE(); case 1015: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1303); + lookahead == 'o') ADVANCE(1093); END_STATE(); case 1016: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(410); + lookahead == 'o') ADVANCE(864); END_STATE(); case 1017: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1296); + lookahead == 'o') ADVANCE(864); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(337); END_STATE(); case 1018: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1117); + lookahead == 'o') ADVANCE(191); END_STATE(); case 1019: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(476); + lookahead == 'o') ADVANCE(918); END_STATE(); case 1020: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(841); + lookahead == 'o') ADVANCE(1084); END_STATE(); case 1021: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(842); + lookahead == 'o') ADVANCE(1085); END_STATE(); case 1022: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(843); + lookahead == 'o') ADVANCE(912); END_STATE(); case 1023: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(844); + lookahead == 'o') ADVANCE(1086); END_STATE(); case 1024: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(950); + lookahead == 'o') ADVANCE(216); END_STATE(); case 1025: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2677); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(421); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1088); END_STATE(); case 1026: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2742); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1121); END_STATE(); case 1027: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2761); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(957); END_STATE(); case 1028: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1034); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(915); END_STATE(); case 1029: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1034); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1340); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(914); END_STATE(); case 1030: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2678); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1278); END_STATE(); case 1031: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2794); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(944); END_STATE(); case 1032: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2700); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1071); END_STATE(); case 1033: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(819); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1306); END_STATE(); case 1034: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(620); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1016); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(307); END_STATE(); case 1035: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1038); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(790); END_STATE(); case 1036: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(177); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1325); END_STATE(); case 1037: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(189); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(435); END_STATE(); case 1038: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(801); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1316); END_STATE(); case 1039: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1188); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1141); END_STATE(); case 1040: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(742); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(500); END_STATE(); case 1041: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(983); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(866); END_STATE(); case 1042: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(321); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(867); END_STATE(); case 1043: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(193); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(868); END_STATE(); case 1044: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(192); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(869); END_STATE(); case 1045: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1133); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(971); END_STATE(); case 1046: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(502); + lookahead == 'p') ADVANCE(2722); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(446); END_STATE(); case 1047: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(512); + lookahead == 'p') ADVANCE(2787); END_STATE(); case 1048: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(514); + lookahead == 'p') ADVANCE(2806); END_STATE(); case 1049: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1014); + lookahead == 'p') ADVANCE(1055); END_STATE(); case 1050: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(182); + lookahead == 'p') ADVANCE(1055); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1362); END_STATE(); case 1051: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(629); + lookahead == 'p') ADVANCE(2723); END_STATE(); case 1052: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1101); + lookahead == 'p') ADVANCE(2839); END_STATE(); case 1053: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1293); + lookahead == 'p') ADVANCE(2745); END_STATE(); case 1054: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1294); + lookahead == 'p') ADVANCE(844); END_STATE(); case 1055: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(633); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(626); + lookahead == 'p') ADVANCE(646); END_STATE(); case 1056: - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(1284); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1059); END_STATE(); case 1057: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2693); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(198); END_STATE(); case 1058: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2800); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(209); END_STATE(); case 1059: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2614); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(826); END_STATE(); case 1060: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2783); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1211); END_STATE(); case 1061: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2781); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(767); END_STATE(); case 1062: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2785); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1005); END_STATE(); case 1063: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2673); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(348); END_STATE(); case 1064: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2790); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(213); END_STATE(); case 1065: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2633); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(212); END_STATE(); case 1066: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2640); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1157); END_STATE(); case 1067: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2704); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(526); END_STATE(); case 1068: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2662); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(536); END_STATE(); case 1069: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2661); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(538); END_STATE(); case 1070: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2789); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1035); END_STATE(); case 1071: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(749); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2649); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(202); END_STATE(); case 1072: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2613); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(655); END_STATE(); case 1073: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1330); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1125); END_STATE(); case 1074: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1318); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1313); END_STATE(); case 1075: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1332); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1314); END_STATE(); case 1076: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(405); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(659); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(652); END_STATE(); case 1077: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(659); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(429); END_STATE(); case 1078: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(980); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1265); END_STATE(); case 1079: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(861); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(434); END_STATE(); case 1080: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1295); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(1305); END_STATE(); case 1081: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(721); + lookahead == 'r') ADVANCE(2738); END_STATE(); case 1082: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(460); + lookahead == 'r') ADVANCE(2845); END_STATE(); case 1083: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(784); + lookahead == 'r') ADVANCE(2657); END_STATE(); case 1084: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1328); + lookahead == 'r') ADVANCE(2828); END_STATE(); case 1085: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1329); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1100); + lookahead == 'r') ADVANCE(2826); END_STATE(); case 1086: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(888); + lookahead == 'r') ADVANCE(2830); END_STATE(); case 1087: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1288); + lookahead == 'r') ADVANCE(2718); END_STATE(); case 1088: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(547); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(296); + lookahead == 'r') ADVANCE(2835); END_STATE(); case 1089: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(768); + lookahead == 'r') ADVANCE(2676); END_STATE(); case 1090: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(768); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2649); + lookahead == 'r') ADVANCE(2683); END_STATE(); case 1091: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(286); + lookahead == 'r') ADVANCE(2749); END_STATE(); case 1092: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1194); + lookahead == 'r') ADVANCE(2707); END_STATE(); case 1093: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(489); + lookahead == 'r') ADVANCE(2706); END_STATE(); case 1094: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1141); + lookahead == 'r') ADVANCE(2834); END_STATE(); case 1095: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1203); + lookahead == 'r') ADVANCE(775); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2694); END_STATE(); case 1096: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1146); + lookahead == 'r') ADVANCE(2656); END_STATE(); case 1097: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1152); + lookahead == 'r') ADVANCE(1352); END_STATE(); case 1098: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(970); + lookahead == 'r') ADVANCE(1340); END_STATE(); case 1099: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(497); + lookahead == 'r') ADVANCE(1354); END_STATE(); case 1100: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(898); + lookahead == 'r') ADVANCE(430); END_STATE(); case 1101: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1016); + lookahead == 'r') ADVANCE(684); END_STATE(); case 1102: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(501); + lookahead == 'r') ADVANCE(1002); END_STATE(); case 1103: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1229); + lookahead == 'r') ADVANCE(886); END_STATE(); case 1104: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(572); + lookahead == 'r') ADVANCE(1315); END_STATE(); case 1105: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1121); + lookahead == 'r') ADVANCE(746); END_STATE(); case 1106: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1220); + lookahead == 'r') ADVANCE(484); END_STATE(); case 1107: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(596); + lookahead == 'r') ADVANCE(809); END_STATE(); case 1108: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(537); + lookahead == 'r') ADVANCE(1350); END_STATE(); case 1109: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(505); + lookahead == 'r') ADVANCE(1351); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1123); END_STATE(); case 1110: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(989); + lookahead == 'r') ADVANCE(913); END_STATE(); case 1111: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(678); + lookahead == 'r') ADVANCE(1309); END_STATE(); case 1112: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(568); + lookahead == 'r') ADVANCE(575); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(324); END_STATE(); case 1113: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(623); + lookahead == 'r') ADVANCE(793); END_STATE(); case 1114: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(576); + lookahead == 'r') ADVANCE(793); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2694); END_STATE(); case 1115: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(576); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1017); + lookahead == 'r') ADVANCE(314); END_STATE(); case 1116: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(738); + lookahead == 'r') ADVANCE(1217); END_STATE(); case 1117: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(881); + lookahead == 'r') ADVANCE(513); END_STATE(); case 1118: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(573); + lookahead == 'r') ADVANCE(1165); END_STATE(); case 1119: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1166); + lookahead == 'r') ADVANCE(1226); END_STATE(); case 1120: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(407); + lookahead == 'r') ADVANCE(1170); END_STATE(); case 1121: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(761); + lookahead == 'r') ADVANCE(1176); END_STATE(); case 1122: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(684); + lookahead == 'r') ADVANCE(991); END_STATE(); case 1123: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1005); + lookahead == 'r') ADVANCE(923); END_STATE(); case 1124: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1110); + lookahead == 'r') ADVANCE(521); END_STATE(); case 1125: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1243); + lookahead == 'r') ADVANCE(1037); END_STATE(); case 1126: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(326); + lookahead == 'r') ADVANCE(525); END_STATE(); case 1127: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(748); + lookahead == 'r') ADVANCE(1252); END_STATE(); case 1128: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(748); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2649); + lookahead == 'r') ADVANCE(1145); END_STATE(); case 1129: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(339); + lookahead == 'r') ADVANCE(600); END_STATE(); case 1130: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(642); + lookahead == 'r') ADVANCE(1242); END_STATE(); case 1131: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(770); + lookahead == 'r') ADVANCE(574); END_STATE(); case 1132: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(342); + lookahead == 'r') ADVANCE(562); END_STATE(); case 1133: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(778); + lookahead == 'r') ADVANCE(529); END_STATE(); case 1134: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1304); + lookahead == 'r') ADVANCE(1012); END_STATE(); case 1135: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2586); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(703); END_STATE(); case 1136: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2804); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(621); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(690); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2751); END_STATE(); case 1137: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2581); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(596); END_STATE(); case 1138: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2582); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(649); END_STATE(); case 1139: + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(604); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2583); + lookahead == 's') ADVANCE(1038); END_STATE(); case 1140: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2684); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(763); END_STATE(); case 1141: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2776); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(906); END_STATE(); case 1142: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2664); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(601); END_STATE(); case 1143: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2777); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1189); END_STATE(); case 1144: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2688); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(432); END_STATE(); case 1145: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2656); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(787); END_STATE(); case 1146: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2765); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(709); END_STATE(); case 1147: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2766); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1027); END_STATE(); case 1148: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(557); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1134); END_STATE(); case 1149: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2594); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1266); END_STATE(); case 1150: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2663); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(353); END_STATE(); case 1151: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2791); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(774); END_STATE(); case 1152: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2793); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(774); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2694); END_STATE(); case 1153: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2621); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(366); END_STATE(); case 1154: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2799); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(668); END_STATE(); case 1155: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1135); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(795); END_STATE(); case 1156: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1216); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(369); END_STATE(); case 1157: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(402); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(803); END_STATE(); case 1158: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(483); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1326); END_STATE(); case 1159: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1187); + lookahead == 's') ADVANCE(2629); END_STATE(); case 1160: if (lookahead == 'S' || - lookahead == 's') ADVANCE(743); + lookahead == 's') ADVANCE(2849); END_STATE(); case 1161: if (lookahead == 'S' || - lookahead == 's') ADVANCE(722); + lookahead == 's') ADVANCE(2624); END_STATE(); case 1162: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1017); + lookahead == 's') ADVANCE(2625); END_STATE(); case 1163: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1171); + lookahead == 's') ADVANCE(2626); END_STATE(); case 1164: if (lookahead == 'S' || - lookahead == 's') ADVANCE(487); + lookahead == 's') ADVANCE(2729); END_STATE(); case 1165: if (lookahead == 'S' || - lookahead == 's') ADVANCE(289); + lookahead == 's') ADVANCE(2821); END_STATE(); case 1166: if (lookahead == 'S' || - lookahead == 's') ADVANCE(751); + lookahead == 's') ADVANCE(2709); END_STATE(); case 1167: if (lookahead == 'S' || - lookahead == 's') ADVANCE(631); + lookahead == 's') ADVANCE(2822); END_STATE(); case 1168: if (lookahead == 'S' || - lookahead == 's') ADVANCE(503); + lookahead == 's') ADVANCE(2733); END_STATE(); case 1169: if (lookahead == 'S' || - lookahead == 's') ADVANCE(567); + lookahead == 's') ADVANCE(2701); END_STATE(); case 1170: if (lookahead == 'S' || - lookahead == 's') ADVANCE(482); + lookahead == 's') ADVANCE(2810); END_STATE(); case 1171: if (lookahead == 'S' || - lookahead == 's') ADVANCE(328); + lookahead == 's') ADVANCE(2811); END_STATE(); case 1172: if (lookahead == 'S' || - lookahead == 's') ADVANCE(590); + lookahead == 's') ADVANCE(585); END_STATE(); case 1173: if (lookahead == 'S' || - lookahead == 's') ADVANCE(646); + lookahead == 's') ADVANCE(2637); END_STATE(); case 1174: if (lookahead == 'S' || - lookahead == 's') ADVANCE(755); + lookahead == 's') ADVANCE(2708); END_STATE(); case 1175: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1257); + lookahead == 's') ADVANCE(2836); END_STATE(); case 1176: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1266); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(350); + lookahead == 's') ADVANCE(2838); END_STATE(); case 1177: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1266); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(350); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(616); + lookahead == 's') ADVANCE(2664); END_STATE(); case 1178: if (lookahead == 'S' || - lookahead == 's') ADVANCE(779); + lookahead == 's') ADVANCE(2844); END_STATE(); case 1179: if (lookahead == 'S' || - lookahead == 's') ADVANCE(653); + lookahead == 's') ADVANCE(1159); END_STATE(); case 1180: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2649); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1238); END_STATE(); case 1181: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2648); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(427); END_STATE(); case 1182: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2786); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(507); END_STATE(); case 1183: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2720); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1210); END_STATE(); case 1184: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2702); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(769); END_STATE(); case 1185: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2726); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(747); END_STATE(); case 1186: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2651); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1194); END_STATE(); case 1187: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2719); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(511); END_STATE(); case 1188: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2622); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(317); END_STATE(); case 1189: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2595); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(777); END_STATE(); case 1190: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2626); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(657); END_STATE(); case 1191: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2638); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(527); END_STATE(); case 1192: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2682); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(595); END_STATE(); case 1193: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2714); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(506); END_STATE(); case 1194: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2681); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(355); END_STATE(); case 1195: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2555); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(619); END_STATE(); case 1196: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2646); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(672); END_STATE(); case 1197: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2687); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(781); END_STATE(); case 1198: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2731); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1279); END_STATE(); case 1199: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2796); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1288); END_STATE(); case 1200: + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1288); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2784); + lookahead == 't') ADVANCE(377); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(642); END_STATE(); case 1201: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2589); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(804); END_STATE(); case 1202: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2591); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(677); END_STATE(); case 1203: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2680); + lookahead == 't') ADVANCE(2694); END_STATE(); case 1204: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2627); + lookahead == 't') ADVANCE(2693); END_STATE(); case 1205: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2780); + lookahead == 't') ADVANCE(2831); END_STATE(); case 1206: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1085); + lookahead == 't') ADVANCE(2765); END_STATE(); case 1207: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2696); + lookahead == 't') ADVANCE(2747); END_STATE(); case 1208: if (lookahead == 'T' || - lookahead == 't') ADVANCE(351); + lookahead == 't') ADVANCE(2771); END_STATE(); case 1209: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2558); + lookahead == 't') ADVANCE(2696); END_STATE(); case 1210: if (lookahead == 'T' || - lookahead == 't') ADVANCE(291); + lookahead == 't') ADVANCE(2764); END_STATE(); case 1211: if (lookahead == 'T' || - lookahead == 't') ADVANCE(693); + lookahead == 't') ADVANCE(2665); END_STATE(); case 1212: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1341); + lookahead == 't') ADVANCE(2638); END_STATE(); case 1213: if (lookahead == 'T' || - lookahead == 't') ADVANCE(728); + lookahead == 't') ADVANCE(2669); END_STATE(); case 1214: if (lookahead == 'T' || - lookahead == 't') ADVANCE(750); + lookahead == 't') ADVANCE(2681); END_STATE(); case 1215: if (lookahead == 'T' || - lookahead == 't') ADVANCE(695); + lookahead == 't') ADVANCE(2727); END_STATE(); case 1216: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1091); + lookahead == 't') ADVANCE(2759); END_STATE(); case 1217: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1080); + lookahead == 't') ADVANCE(2726); END_STATE(); case 1218: if (lookahead == 'T' || - lookahead == 't') ADVANCE(350); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(616); + lookahead == 't') ADVANCE(2598); END_STATE(); case 1219: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1150); + lookahead == 't') ADVANCE(2691); END_STATE(); case 1220: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1333); + lookahead == 't') ADVANCE(2732); END_STATE(); case 1221: if (lookahead == 'T' || - lookahead == 't') ADVANCE(731); + lookahead == 't') ADVANCE(2776); END_STATE(); case 1222: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1053); + lookahead == 't') ADVANCE(2841); END_STATE(); case 1223: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1142); + lookahead == 't') ADVANCE(2829); END_STATE(); case 1224: if (lookahead == 'T' || - lookahead == 't') ADVANCE(172); + lookahead == 't') ADVANCE(2632); END_STATE(); case 1225: if (lookahead == 'T' || - lookahead == 't') ADVANCE(736); + lookahead == 't') ADVANCE(2634); END_STATE(); case 1226: if (lookahead == 'T' || - lookahead == 't') ADVANCE(168); + lookahead == 't') ADVANCE(2725); END_STATE(); case 1227: if (lookahead == 'T' || - lookahead == 't') ADVANCE(988); + lookahead == 't') ADVANCE(2670); END_STATE(); case 1228: if (lookahead == 'T' || - lookahead == 't') ADVANCE(173); + lookahead == 't') ADVANCE(2825); END_STATE(); case 1229: if (lookahead == 'T' || - lookahead == 't') ADVANCE(161); + lookahead == 't') ADVANCE(2741); END_STATE(); case 1230: if (lookahead == 'T' || - lookahead == 't') ADVANCE(271); + lookahead == 't') ADVANCE(378); END_STATE(); case 1231: if (lookahead == 'T' || - lookahead == 't') ADVANCE(995); + lookahead == 't') ADVANCE(2601); END_STATE(); case 1232: if (lookahead == 'T' || - lookahead == 't') ADVANCE(495); + lookahead == 't') ADVANCE(319); END_STATE(); case 1233: if (lookahead == 'T' || - lookahead == 't') ADVANCE(179); + lookahead == 't') ADVANCE(718); END_STATE(); case 1234: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1253); + lookahead == 't') ADVANCE(1363); END_STATE(); case 1235: if (lookahead == 'T' || - lookahead == 't') ADVANCE(626); + lookahead == 't') ADVANCE(753); END_STATE(); case 1236: if (lookahead == 'T' || - lookahead == 't') ADVANCE(496); + lookahead == 't') ADVANCE(776); END_STATE(); case 1237: if (lookahead == 'T' || - lookahead == 't') ADVANCE(589); + lookahead == 't') ADVANCE(720); END_STATE(); case 1238: if (lookahead == 'T' || - lookahead == 't') ADVANCE(516); + lookahead == 't') ADVANCE(1115); END_STATE(); case 1239: if (lookahead == 'T' || - lookahead == 't') ADVANCE(592); + lookahead == 't') ADVANCE(1104); END_STATE(); case 1240: if (lookahead == 'T' || - lookahead == 't') ADVANCE(706); + lookahead == 't') ADVANCE(377); END_STATE(); case 1241: if (lookahead == 'T' || - lookahead == 't') ADVANCE(304); + lookahead == 't') ADVANCE(377); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(642); END_STATE(); case 1242: if (lookahead == 'T' || - lookahead == 't') ADVANCE(562); + lookahead == 't') ADVANCE(1355); END_STATE(); case 1243: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1126); + lookahead == 't') ADVANCE(1174); END_STATE(); case 1244: if (lookahead == 'T' || - lookahead == 't') ADVANCE(352); + lookahead == 't') ADVANCE(756); END_STATE(); case 1245: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1299); + lookahead == 't') ADVANCE(1074); END_STATE(); case 1246: if (lookahead == 'T' || - lookahead == 't') ADVANCE(421); + lookahead == 't') ADVANCE(1166); END_STATE(); case 1247: if (lookahead == 'T' || - lookahead == 't') ADVANCE(421); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(729); + lookahead == 't') ADVANCE(193); END_STATE(); case 1248: if (lookahead == 'T' || - lookahead == 't') ADVANCE(991); + lookahead == 't') ADVANCE(761); END_STATE(); case 1249: if (lookahead == 'T' || - lookahead == 't') ADVANCE(311); + lookahead == 't') ADVANCE(189); END_STATE(); case 1250: if (lookahead == 'T' || - lookahead == 't') ADVANCE(397); + lookahead == 't') ADVANCE(1011); END_STATE(); case 1251: if (lookahead == 'T' || - lookahead == 't') ADVANCE(992); + lookahead == 't') ADVANCE(194); END_STATE(); case 1252: if (lookahead == 'T' || - lookahead == 't') ADVANCE(588); + lookahead == 't') ADVANCE(182); END_STATE(); case 1253: if (lookahead == 'T' || - lookahead == 't') ADVANCE(996); + lookahead == 't') ADVANCE(299); END_STATE(); case 1254: if (lookahead == 'T' || - lookahead == 't') ADVANCE(591); + lookahead == 't') ADVANCE(1018); END_STATE(); case 1255: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1002); + lookahead == 't') ADVANCE(519); END_STATE(); case 1256: if (lookahead == 'T' || - lookahead == 't') ADVANCE(310); + lookahead == 't') ADVANCE(200); END_STATE(); case 1257: if (lookahead == 'T' || - lookahead == 't') ADVANCE(639); + lookahead == 't') ADVANCE(1275); END_STATE(); case 1258: if (lookahead == 'T' || - lookahead == 't') ADVANCE(603); + lookahead == 't') ADVANCE(652); END_STATE(); case 1259: if (lookahead == 'T' || - lookahead == 't') ADVANCE(756); + lookahead == 't') ADVANCE(520); END_STATE(); case 1260: if (lookahead == 'T' || - lookahead == 't') ADVANCE(752); + lookahead == 't') ADVANCE(615); END_STATE(); case 1261: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1054); + lookahead == 't') ADVANCE(540); END_STATE(); case 1262: if (lookahead == 'T' || - lookahead == 't') ADVANCE(762); + lookahead == 't') ADVANCE(618); END_STATE(); case 1263: if (lookahead == 'T' || - lookahead == 't') ADVANCE(760); + lookahead == 't') ADVANCE(731); END_STATE(); case 1264: if (lookahead == 'T' || - lookahead == 't') ADVANCE(767); + lookahead == 't') ADVANCE(332); END_STATE(); case 1265: if (lookahead == 'T' || - lookahead == 't') ADVANCE(771); + lookahead == 't') ADVANCE(590); END_STATE(); case 1266: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1134); + lookahead == 't') ADVANCE(1150); END_STATE(); case 1267: if (lookahead == 'T' || - lookahead == 't') ADVANCE(356); + lookahead == 't') ADVANCE(379); END_STATE(); case 1268: if (lookahead == 'T' || - lookahead == 't') ADVANCE(645); + lookahead == 't') ADVANCE(1319); END_STATE(); case 1269: if (lookahead == 'T' || - lookahead == 't') ADVANCE(358); + lookahead == 't') ADVANCE(446); END_STATE(); case 1270: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(662); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(446); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(754); END_STATE(); case 1271: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(606); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1014); END_STATE(); case 1272: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(914); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(422); END_STATE(); case 1273: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1076); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1015); END_STATE(); case 1274: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(860); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(617); END_STATE(); case 1275: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1160); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1019); END_STATE(); case 1276: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1027); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(620); END_STATE(); case 1277: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(850); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1022); END_STATE(); case 1278: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(851); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(338); END_STATE(); case 1279: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(852); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(665); END_STATE(); case 1280: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(853); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(630); END_STATE(); case 1281: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1086); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(782); END_STATE(); case 1282: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1151); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(778); END_STATE(); case 1283: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(825); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1075); END_STATE(); case 1284: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(493); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(788); END_STATE(); case 1285: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1154); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(786); END_STATE(); case 1286: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(531); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(792); END_STATE(); case 1287: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1234); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(796); END_STATE(); case 1288: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(891); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1158); END_STATE(); case 1289: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(951); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(382); END_STATE(); case 1290: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1231); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(671); END_STATE(); case 1291: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1222); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(605); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(384); END_STATE(); case 1292: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1209); + lookahead == 'u') ADVANCE(687); END_STATE(); case 1293: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1190); + lookahead == 'u') ADVANCE(938); END_STATE(); case 1294: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1204); + lookahead == 'u') ADVANCE(1100); END_STATE(); case 1295: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(403); + lookahead == 'u') ADVANCE(885); END_STATE(); case 1296: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1120); + lookahead == 'u') ADVANCE(1184); END_STATE(); case 1297: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(864); + lookahead == 'u') ADVANCE(1048); END_STATE(); case 1298: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(865); + lookahead == 'u') ADVANCE(875); END_STATE(); case 1299: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1102); + lookahead == 'u') ADVANCE(876); END_STATE(); case 1300: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(937); + lookahead == 'u') ADVANCE(877); END_STATE(); case 1301: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1108); + lookahead == 'u') ADVANCE(878); END_STATE(); case 1302: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1109); + lookahead == 'u') ADVANCE(1110); END_STATE(); case 1303: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1261); + lookahead == 'u') ADVANCE(1175); END_STATE(); case 1304: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(426); + lookahead == 'u') ADVANCE(850); END_STATE(); case 1305: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(533); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(517); END_STATE(); case 1306: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(517); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1178); END_STATE(); case 1307: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(536); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(555); END_STATE(); case 1308: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(330); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1257); END_STATE(); case 1309: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(638); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1242); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(916); END_STATE(); case 1310: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(624); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(972); END_STATE(); case 1311: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(641); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1254); END_STATE(); case 1312: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(338); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1231); END_STATE(); case 1313: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(630); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1213); END_STATE(); case 1314: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(652); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1227); END_STATE(); case 1315: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2597); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1207); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(428); END_STATE(); case 1316: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2770); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1144); END_STATE(); case 1317: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2699); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(889); END_STATE(); case 1318: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(757); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(891); END_STATE(); case 1319: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(892); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1126); END_STATE(); case 1320: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(704); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(958); END_STATE(); case 1321: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2716); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(768); END_STATE(); case 1322: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2747); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1132); END_STATE(); case 1323: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2748); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1133); END_STATE(); case 1324: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1228); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(633); END_STATE(); case 1325: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(622); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1283); END_STATE(); case 1326: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(628); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(451); END_STATE(); case 1327: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(776); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(557); END_STATE(); case 1328: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2620); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(541); END_STATE(); case 1329: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2697); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(560); END_STATE(); case 1330: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2674); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(357); END_STATE(); case 1331: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2703); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(664); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1265); END_STATE(); case 1332: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2745); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(650); END_STATE(); case 1333: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2650); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(667); END_STATE(); case 1334: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2779); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(365); END_STATE(); case 1335: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2736); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(656); END_STATE(); case 1336: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2724); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(676); END_STATE(); case 1337: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1320); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2640); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1229); END_STATE(); case 1338: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2698); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2815); END_STATE(); case 1339: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2659); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2744); END_STATE(); case 1340: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(945); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(783); END_STATE(); case 1341: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1047); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(917); END_STATE(); case 1342: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1048); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(729); END_STATE(); case 1343: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(272); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2761); END_STATE(); case 1344: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(504); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2792); END_STATE(); case 1345: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(538); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2793); END_STATE(); case 1346: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(540); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1251); END_STATE(); case 1347: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(581); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(648); END_STATE(); case 1348: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(360); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(654); END_STATE(); case 1349: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(229); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(801); END_STATE(); case 1350: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2537); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2663); END_STATE(); case 1351: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1350); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2742); END_STATE(); case 1352: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1351); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2719); END_STATE(); case 1353: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1352); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2748); END_STATE(); case 1354: - if (eof) ADVANCE(1359); - if (lookahead == '\n') SKIP(1356) + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2790); END_STATE(); case 1355: - if (eof) ADVANCE(1359); - if (lookahead == '\n') SKIP(1356) - if (lookahead == '\r') SKIP(1354) + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2695); END_STATE(); case 1356: - if (eof) ADVANCE(1359); - if (lookahead == '(') ADVANCE(2547); - if (lookahead == ')') ADVANCE(2548); - if (lookahead == '*') ADVANCE(2529); - if (lookahead == '+') ADVANCE(2560); - if (lookahead == ',') ADVANCE(2539); - if (lookahead == '-') ADVANCE(2561); - if (lookahead == '.') ADVANCE(2530); - if (lookahead == '/') ADVANCE(1377); - if (lookahead == ':') ADVANCE(1360); - if (lookahead == '<') ADVANCE(2567); - if (lookahead == '=') ADVANCE(2551); - if (lookahead == '>') ADVANCE(2571); - if (lookahead == 'N') ADVANCE(244); - if (lookahead == 'S') ADVANCE(231); - if (lookahead == '[') ADVANCE(2538); - if (lookahead == '\\') SKIP(1355) - if (lookahead == ']') ADVANCE(2540); - if (lookahead == 'n') ADVANCE(519); - if (lookahead == 's') ADVANCE(525); - if (lookahead == '{') ADVANCE(1378); - if (lookahead == '}') ADVANCE(1383); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2824); + END_STATE(); + case 1357: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2781); + END_STATE(); + case 1358: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2769); + END_STATE(); + case 1359: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1342); + END_STATE(); + case 1360: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2743); + END_STATE(); + case 1361: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2704); + END_STATE(); + case 1362: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(966); + END_STATE(); + case 1363: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1068); + END_STATE(); + case 1364: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1069); + END_STATE(); + case 1365: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(300); + END_STATE(); + case 1366: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(528); + END_STATE(); + case 1367: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(563); + END_STATE(); + case 1368: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(565); + END_STATE(); + case 1369: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(609); + END_STATE(); + case 1370: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(386); + END_STATE(); + case 1371: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(257); + END_STATE(); + case 1372: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2580); + END_STATE(); + case 1373: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1372); + END_STATE(); + case 1374: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1373); + END_STATE(); + case 1375: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1374); + END_STATE(); + case 1376: + if (eof) ADVANCE(1381); + if (lookahead == '\n') SKIP(1378) + END_STATE(); + case 1377: + if (eof) ADVANCE(1381); + if (lookahead == '\n') SKIP(1378) + if (lookahead == '\r') SKIP(1376) + END_STATE(); + case 1378: + if (eof) ADVANCE(1381); + if (lookahead == '(') ADVANCE(2590); + if (lookahead == ')') ADVANCE(2591); + if (lookahead == '*') ADVANCE(2572); + if (lookahead == '+') ADVANCE(2603); + if (lookahead == ',') ADVANCE(2582); + if (lookahead == '-') ADVANCE(2604); + if (lookahead == '.') ADVANCE(2573); + if (lookahead == '/') ADVANCE(1399); + if (lookahead == ':') ADVANCE(1382); + if (lookahead == '<') ADVANCE(2610); + if (lookahead == '=') ADVANCE(2594); + if (lookahead == '>') ADVANCE(2614); + if (lookahead == 'N') ADVANCE(272); + if (lookahead == 'S') ADVANCE(259); + if (lookahead == '[') ADVANCE(2581); + if (lookahead == '\\') SKIP(1377) + if (lookahead == ']') ADVANCE(2583); + if (lookahead == 'n') ADVANCE(543); + if (lookahead == 's') ADVANCE(549); + if (lookahead == '{') ADVANCE(1400); + if (lookahead == '}') ADVANCE(1405); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(361); + lookahead == 'a') ADVANCE(387); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(544); + lookahead == 'b') ADVANCE(570); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(262); + lookahead == 'c') ADVANCE(290); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(263); + lookahead == 'd') ADVANCE(291); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(264); + lookahead == 'e') ADVANCE(292); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(716); + lookahead == 'f') ADVANCE(741); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(526); + lookahead == 'g') ADVANCE(550); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(527); + lookahead == 'h') ADVANCE(551); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(854); + lookahead == 'i') ADVANCE(879); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(549); + lookahead == 'k') ADVANCE(577); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(265); + lookahead == 'l') ADVANCE(293); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(266); + lookahead == 'm') ADVANCE(294); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(655); + lookahead == 'o') ADVANCE(679); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(268); + lookahead == 'p') ADVANCE(296); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(387); + lookahead == 'r') ADVANCE(412); if (lookahead == 'T' || - lookahead == 't') ADVANCE(280); + lookahead == 't') ADVANCE(308); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(900); + lookahead == 'u') ADVANCE(925); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(965); + lookahead == 'v') ADVANCE(986); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(697); + lookahead == 'w') ADVANCE(722); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(859); + lookahead == 'x') ADVANCE(884); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2769); + lookahead == 'y') ADVANCE(2814); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(1356) + lookahead == 65279) SKIP(1378) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(36); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2536); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2579); END_STATE(); - case 1357: - if (eof) ADVANCE(1359); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 1379: + if (eof) ADVANCE(1381); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1467); + lookahead == 'c') ADVANCE(1493); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1757); + lookahead == 'd') ADVANCE(1791); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1984); + lookahead == 'e') ADVANCE(2024); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1935); + lookahead == 'f') ADVANCE(1975); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2081); + lookahead == 'i') ADVANCE(2122); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1790); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2062); + lookahead == 'o') ADVANCE(2103); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2287); + lookahead == 'p') ADVANCE(2327); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1739); + lookahead == 'r') ADVANCE(1771); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2110); + lookahead == 'u') ADVANCE(2151); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1509); + lookahead == 'v') ADVANCE(1535); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -22832,39 +24830,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(1357) + lookahead == 65279) SKIP(1379) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 1358: - if (eof) ADVANCE(1359); - if (lookahead == '/') ADVANCE(140); - if (lookahead == '\\') ADVANCE(2528); - if (lookahead == '{') ADVANCE(1378); + case 1380: + if (eof) ADVANCE(1381); + if (lookahead == '/') ADVANCE(156); + if (lookahead == '\\') ADVANCE(2571); + if (lookahead == '{') ADVANCE(1400); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1467); + lookahead == 'c') ADVANCE(1493); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1757); + lookahead == 'd') ADVANCE(1791); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2099); + lookahead == 'e') ADVANCE(2140); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1935); + lookahead == 'f') ADVANCE(1975); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2081); + lookahead == 'i') ADVANCE(2122); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1756); + lookahead == 'n') ADVANCE(1790); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2062); + lookahead == 'o') ADVANCE(2103); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2287); + lookahead == 'p') ADVANCE(2327); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1739); + lookahead == 'r') ADVANCE(1771); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2110); + lookahead == 'u') ADVANCE(2151); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1509); + lookahead == 'v') ADVANCE(1535); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -22872,14260 +24870,14522 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(1358) + lookahead == 65279) SKIP(1380) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2528); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2571); END_STATE(); - case 1359: + case 1381: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 1360: + case 1382: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 1361: + case 1383: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 1362: + case 1384: ACCEPT_TOKEN(sym_file_name); END_STATE(); - case 1363: + case 1385: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 1364: + case 1386: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '*') ADVANCE(1376); - if (lookahead != 0) ADVANCE(142); + if (lookahead == '*') ADVANCE(1398); + if (lookahead != 0) ADVANCE(158); END_STATE(); - case 1365: + case 1387: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '.') ADVANCE(261); + if (lookahead == '.') ADVANCE(289); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(202); + lookahead == '|') ADVANCE(222); END_STATE(); - case 1366: + case 1388: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2544); + lookahead != '\\') ADVANCE(2587); END_STATE(); - case 1367: + case 1389: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1371); + lookahead != '\n') ADVANCE(1393); END_STATE(); - case 1368: + case 1390: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '\r') ADVANCE(1371); + if (lookahead == '\r') ADVANCE(1393); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1371); + lookahead != '\n') ADVANCE(1393); END_STATE(); - case 1369: + case 1391: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '*') ADVANCE(1375); - if (lookahead == '/') ADVANCE(1367); + if (lookahead == '*') ADVANCE(1397); + if (lookahead == '/') ADVANCE(1389); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1371); + lookahead != '\n') ADVANCE(1393); END_STATE(); - case 1370: + case 1392: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '/') ADVANCE(1369); - if (lookahead == '\\') ADVANCE(1368); - if (lookahead == '{') ADVANCE(1381); + if (lookahead == '/') ADVANCE(1391); + if (lookahead == '\\') ADVANCE(1390); + if (lookahead == '{') ADVANCE(1403); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(1370); + lookahead == 65279) ADVANCE(1392); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1371); + lookahead != '\n') ADVANCE(1393); END_STATE(); - case 1371: + case 1393: ACCEPT_TOKEN(aux_sym_comment_token1); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1371); + lookahead != '\n') ADVANCE(1393); END_STATE(); - case 1372: + case 1394: ACCEPT_TOKEN(anon_sym_SLASH_STAR); END_STATE(); - case 1373: + case 1395: ACCEPT_TOKEN(anon_sym_SLASH_STAR); - if (lookahead == '*') ADVANCE(1376); + if (lookahead == '*') ADVANCE(1398); if (lookahead != 0 && - lookahead != '/') ADVANCE(142); + lookahead != '/') ADVANCE(158); END_STATE(); - case 1374: + case 1396: ACCEPT_TOKEN(anon_sym_SLASH_STAR); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2544); + lookahead != '\\') ADVANCE(2587); END_STATE(); - case 1375: + case 1397: ACCEPT_TOKEN(anon_sym_SLASH_STAR); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1371); + lookahead != '\n') ADVANCE(1393); END_STATE(); - case 1376: + case 1398: ACCEPT_TOKEN(aux_sym_comment_token2); - if (lookahead == '*') ADVANCE(1376); + if (lookahead == '*') ADVANCE(1398); if (lookahead != 0 && - lookahead != '/') ADVANCE(142); + lookahead != '/') ADVANCE(158); END_STATE(); - case 1377: + case 1399: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(1372); - if (lookahead == '/') ADVANCE(1363); + if (lookahead == '*') ADVANCE(1394); + if (lookahead == '/') ADVANCE(1385); END_STATE(); - case 1378: + case 1400: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 1379: + case 1401: ACCEPT_TOKEN(anon_sym_LBRACE); - if (lookahead == '*') ADVANCE(1376); - if (lookahead != 0) ADVANCE(142); + if (lookahead == '*') ADVANCE(1398); + if (lookahead != 0) ADVANCE(158); END_STATE(); - case 1380: + case 1402: ACCEPT_TOKEN(anon_sym_LBRACE); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2544); + lookahead != '\\') ADVANCE(2587); END_STATE(); - case 1381: + case 1403: ACCEPT_TOKEN(anon_sym_LBRACE); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1371); + lookahead != '\n') ADVANCE(1393); END_STATE(); - case 1382: + case 1404: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); - case 1383: + case 1405: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 1384: + case 1406: ACCEPT_TOKEN(sym_identifier); - if (lookahead == ' ') ADVANCE(2755); + if (lookahead == ' ') ADVANCE(2800); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1385: + case 1407: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1436); + if (lookahead == ' ') ADVANCE(2688); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 1408: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == ' ') ADVANCE(2689); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 1409: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(1461); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + lookahead == 't') ADVANCE(2596); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1386: + case 1410: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(1461); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 1411: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1769); + if (lookahead == '-') ADVANCE(1803); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + lookahead == 't') ADVANCE(2596); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1387: + case 1412: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1769); + if (lookahead == '-') ADVANCE(1803); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1388: + case 1413: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1466); + if (lookahead == '-') ADVANCE(1492); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1389: + case 1414: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1917); + if (lookahead == '-') ADVANCE(1957); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1390: + case 1415: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1642); + if (lookahead == '-') ADVANCE(1672); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1391: + case 1416: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1779); + if (lookahead == '-') ADVANCE(1813); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1392: + case 1417: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2306); + if (lookahead == '-') ADVANCE(2346); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1792); + lookahead == 's') ADVANCE(1826); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1393: + case 1418: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2109); + if (lookahead == '-') ADVANCE(2150); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1394: + case 1419: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1889); + if (lookahead == '-') ADVANCE(1928); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1395: + case 1420: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1438); + if (lookahead == '-') ADVANCE(1463); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + lookahead == 't') ADVANCE(2596); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1396: + case 1421: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1438); + if (lookahead == '-') ADVANCE(1463); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1397: + case 1422: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2305); + if (lookahead == '-') ADVANCE(2345); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1398: + case 1423: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1613); + if (lookahead == '-') ADVANCE(1643); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1399: + case 1424: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1434); + if (lookahead == '-') ADVANCE(1459); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1400: + case 1425: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1618); + if (lookahead == '-') ADVANCE(1648); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1401: + case 1426: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1437); + if (lookahead == '-') ADVANCE(1462); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1402: + case 1427: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1569); + if (lookahead == '-') ADVANCE(1598); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1403: + case 1428: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1843); + if (lookahead == '-') ADVANCE(1880); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1404: + case 1429: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1861); + if (lookahead == '-') ADVANCE(1898); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1405: + case 1430: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1639); + if (lookahead == '-') ADVANCE(1669); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1406: + case 1431: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2226); + if (lookahead == '-') ADVANCE(2267); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1407: + case 1432: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1895); + if (lookahead == '-') ADVANCE(1934); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1408: + case 1433: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2229); + if (lookahead == '-') ADVANCE(2269); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1409: + case 1434: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1997); + if (lookahead == '-') ADVANCE(2037); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1410: + case 1435: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1477); + if (lookahead == '-') ADVANCE(1503); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1411: + case 1436: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2424); + if (lookahead == '-') ADVANCE(2466); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1412: + case 1437: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2347); + if (lookahead == '-') ADVANCE(2387); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1792); + lookahead == 's') ADVANCE(1826); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1413: + case 1438: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2275); + if (lookahead == '-') ADVANCE(2315); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2172); + lookahead == 't') ADVANCE(2212); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1414: + case 1439: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2398); + if (lookahead == '-') ADVANCE(2440); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1415: + case 1440: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1603); + if (lookahead == '-') ADVANCE(1633); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1416: + case 1441: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2444); + if (lookahead == '-') ADVANCE(2487); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1417: + case 1442: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2227); + if (lookahead == '-') ADVANCE(2268); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1418: + case 1443: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2469); + if (lookahead == '-') ADVANCE(2512); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1419: + case 1444: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1961); + if (lookahead == '-') ADVANCE(2001); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1420: + case 1445: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2002); + if (lookahead == '-') ADVANCE(2042); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2599); + lookahead == 'd') ADVANCE(2642); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1421: + case 1446: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2002); + if (lookahead == '-') ADVANCE(2042); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1422: + case 1447: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2047); + if (lookahead == '-') ADVANCE(2088); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1423: + case 1448: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2345); + if (lookahead == '-') ADVANCE(2385); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2689); + lookahead == 'd') ADVANCE(2734); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1424: + case 1449: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1923); + if (lookahead == '-') ADVANCE(1963); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1425: + case 1450: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2004); + if (lookahead == '-') ADVANCE(2044); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1426: + case 1451: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1920); + if (lookahead == '-') ADVANCE(1960); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1427: + case 1452: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2180); + if (lookahead == '-') ADVANCE(2220); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1428: + case 1453: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2357); + if (lookahead == '-') ADVANCE(2398); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1429: + case 1454: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1770); + if (lookahead == '-') ADVANCE(1804); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + lookahead == 't') ADVANCE(2596); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1430: + case 1455: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1770); + if (lookahead == '-') ADVANCE(1804); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1431: + case 1456: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1918); + if (lookahead == '-') ADVANCE(1958); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1432: + case 1457: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1614); + if (lookahead == '-') ADVANCE(1644); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1433: + case 1458: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2446); + if (lookahead == '-') ADVANCE(2489); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1947); + lookahead == 'f') ADVANCE(1987); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1434: + case 1459: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '3') ADVANCE(1655); + if (lookahead == '3') ADVANCE(1685); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1435: + case 1460: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(1453); + if (lookahead == 'C') ADVANCE(1479); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2243); + lookahead == 'e') ADVANCE(2283); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1487); + lookahead == 'h') ADVANCE(1513); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1858); + lookahead == 'i') ADVANCE(1895); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2454); + lookahead == 'o') ADVANCE(2497); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1484); + lookahead == 't') ADVANCE(1510); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1562); + lookahead == 'u') ADVANCE(1591); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1436: + case 1461: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(1458); - if (lookahead == 'e') ADVANCE(2311); + if (lookahead == 'E') ADVANCE(1484); + if (lookahead == 'e') ADVANCE(2351); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2158); + lookahead == 'l') ADVANCE(2198); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2288); + lookahead == 'p') ADVANCE(2328); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1513); + lookahead == 'w') ADVANCE(1539); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1437: + case 1462: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(1458); - if (lookahead == 'e') ADVANCE(2311); + if (lookahead == 'E') ADVANCE(1484); + if (lookahead == 'e') ADVANCE(2351); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1438: + case 1463: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(1459); + if (lookahead == 'E') ADVANCE(1485); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1439: + case 1464: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G') ADVANCE(2618); + if (lookahead == 'G') ADVANCE(2661); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1440: + case 1465: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(1443); + if (lookahead == 'I') ADVANCE(1468); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1441: + case 1466: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(1440); + if (lookahead == 'L') ADVANCE(1465); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1442: + case 1467: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(1441); + if (lookahead == 'L') ADVANCE(1466); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1443: + case 1468: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(1439); + if (lookahead == 'N') ADVANCE(1464); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1444: + case 1469: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1385); - if (lookahead == 'o') ADVANCE(1386); + if (lookahead == 'O') ADVANCE(1409); + if (lookahead == 'o') ADVANCE(1411); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); + lookahead == 'e') ADVANCE(2619); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2075); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1445: + case 1470: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1442); + if (lookahead == 'O') ADVANCE(1467); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1446: + case 1471: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1456); + if (lookahead == 'O') ADVANCE(1482); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1447: + case 1472: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1455); - if (lookahead == 'o') ADVANCE(2256); + if (lookahead == 'O') ADVANCE(1481); + if (lookahead == 'o') ADVANCE(2296); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1448: + case 1473: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1395); - if (lookahead == 'o') ADVANCE(2360); + if (lookahead == 'O') ADVANCE(1420); + if (lookahead == 'o') ADVANCE(2401); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); + lookahead == 'e') ADVANCE(2619); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1449: + case 1474: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1396); + if (lookahead == 'O') ADVANCE(1410); + if (lookahead == 'o') ADVANCE(1412); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); + lookahead == 'e') ADVANCE(2619); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1450: + case 1475: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1396); + if (lookahead == 'O') ADVANCE(1421); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); + lookahead == 'e') ADVANCE(2619); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1451: + case 1476: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1396); + if (lookahead == 'O') ADVANCE(1421); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2492); + lookahead == 'e') ADVANCE(2618); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1452: + case 1477: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1401); - if (lookahead == 'o') ADVANCE(1430); + if (lookahead == 'O') ADVANCE(1421); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); + lookahead == 'e') ADVANCE(2535); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1453: + case 1478: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1445); + if (lookahead == 'O') ADVANCE(1426); + if (lookahead == 'o') ADVANCE(1455); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2619); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1454: + case 1479: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1447); - if (lookahead == 'r') ADVANCE(2183); + if (lookahead == 'R') ADVANCE(1470); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1455: + case 1480: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(2633); - if (lookahead == 'r') ADVANCE(2633); + if (lookahead == 'R') ADVANCE(1472); + if (lookahead == 'r') ADVANCE(2223); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1456: + case 1481: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(2667); + if (lookahead == 'R') ADVANCE(2676); + if (lookahead == 'r') ADVANCE(2676); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1457: + case 1482: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1446); + if (lookahead == 'R') ADVANCE(2712); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1458: + case 1483: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1454); - if (lookahead == 'r') ADVANCE(2310); + if (lookahead == 'R') ADVANCE(1471); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1459: + case 1484: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1457); + if (lookahead == 'R') ADVANCE(1480); + if (lookahead == 'r') ADVANCE(2350); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1460: + case 1485: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'R') ADVANCE(1483); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 1486: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1604); + lookahead == 'a') ADVANCE(1634); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1473); + lookahead == 'l') ADVANCE(1499); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1974); + lookahead == 'o') ADVANCE(2014); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1461: + case 1487: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1567); + lookahead == 'a') ADVANCE(1596); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); + lookahead == 'e') ADVANCE(2617); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1970); + lookahead == 'i') ADVANCE(2010); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1565); + lookahead == 'o') ADVANCE(1594); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 't') ADVANCE(2616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1462: + case 1488: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2212); + lookahead == 'a') ADVANCE(2252); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2417); + lookahead == 'e') ADVANCE(2459); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2139); + lookahead == 'i') ADVANCE(2179); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1623); + lookahead == 'o') ADVANCE(1654); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1463: + case 1489: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1582); + lookahead == 'a') ADVANCE(1612); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2268); + lookahead == 'e') ADVANCE(2308); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1620); + lookahead == 'f') ADVANCE(1650); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2308); + lookahead == 'o') ADVANCE(2348); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1901); + lookahead == 'r') ADVANCE(1941); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1566); + lookahead == 'u') ADVANCE(1595); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1464: + case 1490: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1859); + lookahead == 'a') ADVANCE(1896); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1465: + case 1491: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1392); + lookahead == 'a') ADVANCE(1417); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1466: + case 1492: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2491); + lookahead == 'a') ADVANCE(2534); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2163); + lookahead == 'c') ADVANCE(2203); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1472); + lookahead == 'm') ADVANCE(1498); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2197); + lookahead == 't') ADVANCE(2237); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1467: + case 1493: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2340); + lookahead == 'a') ADVANCE(2380); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1474); + lookahead == 'l') ADVANCE(1500); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1468: + case 1494: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2391); + lookahead == 'a') ADVANCE(2433); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2155); + lookahead == 'c') ADVANCE(2195); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1841); + lookahead == 'e') ADVANCE(1878); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2707); + lookahead == 'o') ADVANCE(2752); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2154); + lookahead == 'r') ADVANCE(2194); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 1469: + case 1495: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1584); + lookahead == 'a') ADVANCE(1614); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1881); + lookahead == 'c') ADVANCE(1920); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1911); + lookahead == 'd') ADVANCE(1951); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2341); + lookahead == 'l') ADVANCE(2381); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1622); + lookahead == 'n') ADVANCE(1653); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); + lookahead == 'q') ADVANCE(2620); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2273); + lookahead == 'r') ADVANCE(2313); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1813); + lookahead == 'v') ADVANCE(1848); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1579); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1470: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1584); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1471: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1412); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1472: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2508); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2140); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1473: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2336); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2346); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1474: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2336); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1475: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1862); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1998); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1476: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1966); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1477: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1852); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1478: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2213); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1624); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1479: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2046); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2036); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1480: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2046); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1481: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2302); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2053); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1751); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2691); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1486); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1482: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1572); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1483: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2245); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1907); + lookahead == 'x') ADVANCE(1609); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1484: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2394); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2214); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1814); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1485: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2394); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1486: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2095); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1487: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2277); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1488: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1975); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1489: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2037); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1490: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2038); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1491: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1992); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1492: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1977); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1493: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2217); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1494: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2266); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2631); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); - END_STATE(); - case 1495: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2266); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1496: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1978); + lookahead == 'a') ADVANCE(1614); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1497: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2474); + lookahead == 'a') ADVANCE(1437); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1498: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2418); + lookahead == 'a') ADVANCE(2551); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2180); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1499: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1583); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1958); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1566); + lookahead == 'a') ADVANCE(2376); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2386); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1500: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2412); + lookahead == 'a') ADVANCE(2376); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1501: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2003); + lookahead == 'a') ADVANCE(1899); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2038); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1502: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1982); + lookahead == 'a') ADVANCE(2006); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1503: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2396); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2290); + lookahead == 'a') ADVANCE(1889); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1504: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2372); + lookahead == 'a') ADVANCE(2253); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1655); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1505: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2105); + lookahead == 'a') ADVANCE(2087); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2077); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1506: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2271); + lookahead == 'a') ADVANCE(2087); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1507: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2021); + lookahead == 'a') ADVANCE(2342); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2094); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1784); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2736); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1512); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1508: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1981); + lookahead == 'a') ADVANCE(1601); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1509: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2262); + lookahead == 'a') ADVANCE(2285); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1947); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1510: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2086); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); + lookahead == 'a') ADVANCE(2436); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1565); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 'o') ADVANCE(2254); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1849); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1511: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2383); + lookahead == 'a') ADVANCE(2436); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1512: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2230); + lookahead == 'a') ADVANCE(2136); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1513: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1925); + lookahead == 'a') ADVANCE(2317); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1514: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1571); + lookahead == 'a') ADVANCE(2015); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1515: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2279); + lookahead == 'a') ADVANCE(2078); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1516: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1414); + lookahead == 'a') ADVANCE(2079); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1517: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2029); + lookahead == 'a') ADVANCE(2032); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1518: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2421); + lookahead == 'a') ADVANCE(2017); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1519: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2413); + lookahead == 'a') ADVANCE(2257); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1520: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1927); + lookahead == 'a') ADVANCE(2306); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2674); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1521: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2284); + lookahead == 'a') ADVANCE(2306); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1522: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1864); + lookahead == 'a') ADVANCE(2018); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1523: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1598); + lookahead == 'a') ADVANCE(2517); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1524: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2000); + lookahead == 'a') ADVANCE(2460); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1525: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2006); + lookahead == 'a') ADVANCE(1613); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1998); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1595); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1526: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2342); + lookahead == 'a') ADVANCE(2454); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1527: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2403); + lookahead == 'a') ADVANCE(2043); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1528: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1865); + lookahead == 'a') ADVANCE(2022); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1529: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2049); + lookahead == 'a') ADVANCE(2438); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2330); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1530: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2406); + lookahead == 'a') ADVANCE(2413); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1531: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2050); + lookahead == 'a') ADVANCE(2146); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1532: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1601); + lookahead == 'a') ADVANCE(2311); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1533: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2415); + lookahead == 'a') ADVANCE(2062); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1534: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2354); + lookahead == 'a') ADVANCE(2021); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1535: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2408); + lookahead == 'a') ADVANCE(2302); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1536: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1866); + lookahead == 'a') ADVANCE(2127); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2617); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1594); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1537: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1867); + lookahead == 'a') ADVANCE(2424); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1538: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2314); + lookahead == 'a') ADVANCE(2270); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1539: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1868); + lookahead == 'a') ADVANCE(1965); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1540: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1860); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2308); + lookahead == 'a') ADVANCE(1600); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1541: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2299); + lookahead == 'a') ADVANCE(2319); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1542: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1610); + lookahead == 'a') ADVANCE(1439); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1543: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1943); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); + lookahead == 'a') ADVANCE(2070); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1544: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1943); + lookahead == 'a') ADVANCE(2463); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1545: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2309); + lookahead == 'a') ADVANCE(2455); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1546: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1568); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1970); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 'a') ADVANCE(1967); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1547: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1568); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + lookahead == 'a') ADVANCE(2324); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1548: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2135); + lookahead == 'a') ADVANCE(1901); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1549: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2425); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1623); + lookahead == 'a') ADVANCE(1628); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1550: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2425); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1624); + lookahead == 'a') ADVANCE(2040); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1551: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1573); + lookahead == 'a') ADVANCE(2046); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1552: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2441); + lookahead == 'a') ADVANCE(2382); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1553: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1574); + lookahead == 'a') ADVANCE(2445); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1554: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2442); + lookahead == 'a') ADVANCE(1902); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1555: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1575); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1394); + lookahead == 'a') ADVANCE(2090); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1556: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1575); + lookahead == 'a') ADVANCE(2448); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1557: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1576); + lookahead == 'a') ADVANCE(2091); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1558: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2501); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2139); + lookahead == 'a') ADVANCE(1631); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1559: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2032); + lookahead == 'a') ADVANCE(2457); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1560: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2338); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1621); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2233); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2549); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2393); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1762); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2394); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1561: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2338); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2450); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1562: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1388); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1903); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1563: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2450); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2144); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2242); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2397); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1564: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2450); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1904); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1565: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1405); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2354); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1566: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2020); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1905); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1567: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1760); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1638); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2364); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1897); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2348); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1568: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1760); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2339); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1569: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2464); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1640); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1570: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1492); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1983); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2546); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1571: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2009); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1983); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1572: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1778); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2349); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1573: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2013); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1597); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2617); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2010); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1574: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2014); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1597); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2617); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1575: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2015); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2175); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1576: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2017); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2467); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1654); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1577: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2155); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1845); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2154); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2467); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1655); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1578: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1881); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1602); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1579: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1750); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1816); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2484); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1580: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2600); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2482); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1581: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2603); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1603); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1582: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1972); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1685); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1489); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2485); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1583: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1972); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1604); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1419); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1584: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1875); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1604); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1585: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2156); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1847); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2493); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1605); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1586: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1967); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1606); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1587: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1877); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2544); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2179); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1588: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1968); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2073); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1589: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1888); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2378); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1651); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1905); + lookahead == 'p') ADVANCE(2273); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2592); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2435); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1796); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1590: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1969); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2378); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1591: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1879); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1413); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1592: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1512); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2493); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2184); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2282); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1593: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2397); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2493); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1594: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1763); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1503); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1810); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1430); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1595: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1763); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2061); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1596: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1987); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1794); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1668); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2405); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1597: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1692); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1794); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1598: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2377); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2507); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1599: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1787); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1518); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1600: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1711); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2049); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1601: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1720); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1812); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1602: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1731); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2053); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1603: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2161); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2054); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1604: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1883); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1681); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1587); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2055); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1605: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2462); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2057); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1606: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1921); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2058); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1607: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2432); + lookahead == 'c') ADVANCE(2195); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1882); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2194); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1608: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1885); + lookahead == 'c') ADVANCE(1920); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1609: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1884); + lookahead == 'c') ADVANCE(1783); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1851); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1610: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2426); + lookahead == 'c') ADVANCE(2643); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1611: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2414); + lookahead == 'c') ADVANCE(2646); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1612: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2416); + lookahead == 'c') ADVANCE(2012); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1716); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1515); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1613: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2190); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2167); + lookahead == 'c') ADVANCE(2012); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1614: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2203); + lookahead == 'c') ADVANCE(1912); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1615: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1890); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1959); + lookahead == 'c') ADVANCE(2196); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1884); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2536); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1616: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2433); + lookahead == 'c') ADVANCE(2007); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1617: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2206); + lookahead == 'c') ADVANCE(1914); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1618: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2210); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1608); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1493); + lookahead == 'c') ADVANCE(2008); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1619: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2208); + lookahead == 'c') ADVANCE(1927); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1945); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1620: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2209); + lookahead == 'c') ADVANCE(2009); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1621: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2722); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2497); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1916); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1622: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2532); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2035); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1538); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1623: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2565); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2348); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2439); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1624: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2565); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1797); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1529); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1845); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1625: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2752); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1797); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1626: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2631); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2027); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1627: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2585); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1723); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1628: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2744); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2418); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1629: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2599); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1821); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1630: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2632); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1742); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1631: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2654); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1751); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1632: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2602); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1762); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1633: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2679); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2201); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1634: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2782); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1922); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1712); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1617); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1635: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2605); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2505); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1636: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2531); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2035); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1961); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1637: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2531); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2474); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1638: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2339); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1924); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1639: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1926); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1923); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1640: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2144); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2468); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1641: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1419); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1433); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2456); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1642: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1527); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2199); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2458); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1643: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2330); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2230); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2207); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1644: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2159); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2128); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1933); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2216); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2243); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1645: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2159); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2128); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2216); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1929); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1999); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1646: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1827); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2475); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1647: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2148); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2246); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1648: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1699); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2250); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1638); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1519); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1649: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1746); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2248); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1650: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1781); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2249); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1651: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1747); + lookahead == 'd') ADVANCE(2767); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2540); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1652: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1759); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2389); + lookahead == 'd') ADVANCE(2767); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1653: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1759); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2466); + lookahead == 'd') ADVANCE(2575); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2076); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1654: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1971); + lookahead == 'd') ADVANCE(2608); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2388); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1655: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1432); + lookahead == 'd') ADVANCE(2608); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1656: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1793); + lookahead == 'd') ADVANCE(2797); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1657: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1870); + lookahead == 'd') ADVANCE(2674); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1658: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1656); + lookahead == 'd') ADVANCE(2628); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1659: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2016); + lookahead == 'd') ADVANCE(2789); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1660: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2018); + lookahead == 'd') ADVANCE(2642); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1661: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2477); + lookahead == 'd') ADVANCE(2675); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1662: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1386); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2699); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1663: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1429); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2645); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1664: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1430); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2724); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1665: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2360); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2827); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1666: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2576); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2648); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1667: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2243); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1487); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1858); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2454); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1484); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2574); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1562); + lookahead == 'u') ADVANCE(2076); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1668: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1857); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1617); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2065); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1741); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1839); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2706); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2379); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1669: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1857); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1617); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1966); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1670: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1857); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2112); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1397); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2184); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1671: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1857); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2132); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1444); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1458); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1672: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1857); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1741); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2706); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1553); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2239); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1673: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1857); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2706); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2370); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1674: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1857); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2199); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2168); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1973); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2256); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1675: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2580); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2153); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2578); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2199); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2168); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2256); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1676: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2580); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2578); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1863); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1677: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1988); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2188); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1678: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1565); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1730); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1679: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2574); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2573); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1779); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1680: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2774); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1815); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1681: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2708); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1780); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1682: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2635); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1793); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2430); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1683: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2762); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1793); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2509); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1684: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2550); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2011); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1685: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1423); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1457); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1686: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2616); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1827); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1687: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2672); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1907); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1688: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2559); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1686); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1689: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2756); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2056); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1690: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2710); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2059); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1691: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2636); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2520); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1692: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2683); + lookahead == 'e') ADVANCE(2619); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1411); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2075); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1693: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2608); + lookahead == 'e') ADVANCE(2619); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1454); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1694: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2746); + lookahead == 'e') ADVANCE(2619); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1412); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1695: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2725); + lookahead == 'e') ADVANCE(2619); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1455); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1696: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2685); + lookahead == 'e') ADVANCE(2619); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2401); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1697: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2601); + lookahead == 'e') ADVANCE(2619); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1698: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2753); + lookahead == 'e') ADVANCE(2283); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1513); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1895); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2497); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1510); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1591); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1699: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2647); + lookahead == 'e') ADVANCE(1894); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1647); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2106); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1774); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1876); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2751); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1700: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2611); + lookahead == 'e') ADVANCE(1894); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1647); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1701: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2749); + lookahead == 'e') ADVANCE(1894); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2153); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1422); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1702: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2652); + lookahead == 'e') ADVANCE(1894); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2172); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1703: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2686); + lookahead == 'e') ADVANCE(1894); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1774); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2751); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1704: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2709); + lookahead == 'e') ADVANCE(1894); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2751); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1705: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2690); + lookahead == 'e') ADVANCE(1894); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1706: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2639); + lookahead == 'e') ADVANCE(2623); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2193); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2621); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1707: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2763); + lookahead == 'e') ADVANCE(2623); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2621); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1708: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2554); + lookahead == 'e') ADVANCE(2028); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1709: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2750); + lookahead == 'e') ADVANCE(2617); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1594); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1710: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2730); + lookahead == 'e') ADVANCE(2617); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1711: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2628); + lookahead == 'e') ADVANCE(2819); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1712: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2606); + lookahead == 'e') ADVANCE(2753); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1713: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2671); + lookahead == 'e') ADVANCE(2678); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1714: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2739); + lookahead == 'e') ADVANCE(2807); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1715: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2741); + lookahead == 'e') ADVANCE(2593); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1716: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2740); + lookahead == 'e') ADVANCE(1448); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1717: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2738); + lookahead == 'e') ADVANCE(2659); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1718: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2604); + lookahead == 'e') ADVANCE(2717); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1719: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2788); + lookahead == 'e') ADVANCE(2602); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1720: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2645); + lookahead == 'e') ADVANCE(2801); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1721: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1398); + lookahead == 'e') ADVANCE(2755); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1722: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1400); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'e') ADVANCE(2679); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1723: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1400); + lookahead == 'e') ADVANCE(2728); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1724: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1418); + lookahead == 'e') ADVANCE(2651); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1725: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1387); + lookahead == 'e') ADVANCE(2791); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1726: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1430); + lookahead == 'e') ADVANCE(2770); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1727: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2360); + lookahead == 'e') ADVANCE(2730); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1728: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2575); + lookahead == 'e') ADVANCE(2644); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1729: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2579); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2578); + lookahead == 'e') ADVANCE(2798); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1730: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2629); + lookahead == 'e') ADVANCE(2692); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1731: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2630); + lookahead == 'e') ADVANCE(2654); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1732: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2607); + lookahead == 'e') ADVANCE(2794); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1733: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2643); + lookahead == 'e') ADVANCE(2697); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1734: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2053); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1752); + lookahead == 'e') ADVANCE(2731); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1735: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2053); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2431); + lookahead == 'e') ADVANCE(2754); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1736: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2053); + lookahead == 'e') ADVANCE(2735); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1737: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2067); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2005); + lookahead == 'e') ADVANCE(2682); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1738: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1420); + lookahead == 'e') ADVANCE(2808); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1739: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2234); + lookahead == 'e') ADVANCE(2597); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1740: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1413); + lookahead == 'e') ADVANCE(2795); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1741: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1476); + lookahead == 'e') ADVANCE(2775); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1742: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1989); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1683); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1488); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2344); + lookahead == 'e') ADVANCE(2671); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1743: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1989); + lookahead == 'e') ADVANCE(2649); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1744: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1389); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2089); + lookahead == 'e') ADVANCE(2716); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1745: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2512); + lookahead == 'e') ADVANCE(2784); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1746: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2498); + lookahead == 'e') ADVANCE(2786); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1747: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2499); + lookahead == 'e') ADVANCE(2785); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1748: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2759); + lookahead == 'e') ADVANCE(2783); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1749: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1809); + lookahead == 'e') ADVANCE(2647); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1750: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2224); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2471); + lookahead == 'e') ADVANCE(2833); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1751: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2066); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2157); + lookahead == 'e') ADVANCE(2690); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1752: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2066); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1412); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1753: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2492); + lookahead == 'e') ADVANCE(2618); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1386); + lookahead == 'o') ADVANCE(1423); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1754: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2492); + lookahead == 'e') ADVANCE(2618); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2360); + lookahead == 'o') ADVANCE(1425); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2075); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1755: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2492); + lookahead == 'e') ADVANCE(2618); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2117); + lookahead == 'o') ADVANCE(1425); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1756: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2492); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1443); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1757: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1842); + lookahead == 'e') ADVANCE(2618); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2707); + lookahead == 'o') ADVANCE(1455); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1758: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2515); + lookahead == 'e') ADVANCE(2618); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2401); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1759: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2500); + lookahead == 'e') ADVANCE(2618); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1760: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1976); + lookahead == 'e') ADVANCE(2622); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2621); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1761: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2094); + lookahead == 'e') ADVANCE(2672); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1762: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2276); + lookahead == 'e') ADVANCE(2673); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1763: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1661); + lookahead == 'e') ADVANCE(2650); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1764: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2323); + lookahead == 'e') ADVANCE(2686); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1765: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2282); + lookahead == 'e') ADVANCE(2094); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1785); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1766: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2247); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2365); + lookahead == 'e') ADVANCE(2094); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2473); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1767: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2247); + lookahead == 'e') ADVANCE(2094); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1512); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1768: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2325); + lookahead == 'e') ADVANCE(2094); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1769: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2311); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2158); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2288); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1513); + lookahead == 'e') ADVANCE(2108); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2045); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1770: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2311); + lookahead == 'e') ADVANCE(1445); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1771: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2031); + lookahead == 'e') ADVANCE(2274); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1772: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1632); + lookahead == 'e') ADVANCE(1407); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1773: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1406); + lookahead == 'e') ADVANCE(1438); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1774: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1633); + lookahead == 'e') ADVANCE(1502); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1775: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1994); + lookahead == 'e') ADVANCE(2029); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1714); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1514); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2384); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1776: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1408); + lookahead == 'e') ADVANCE(2029); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1777: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1606); + lookahead == 'e') ADVANCE(1414); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2130); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1778: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1979); + lookahead == 'e') ADVANCE(2555); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1779: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2101); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2146); + lookahead == 'e') ADVANCE(2541); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1780: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2270); + lookahead == 'e') ADVANCE(2542); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1781: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1393); + lookahead == 'e') ADVANCE(2804); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1782: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2329); + lookahead == 'e') ADVANCE(1844); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1783: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2019); + lookahead == 'e') ADVANCE(2264); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2514); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1784: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1635); + lookahead == 'e') ADVANCE(2107); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2197); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1785: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1394); + lookahead == 'e') ADVANCE(2107); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1786: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1425); + lookahead == 'e') ADVANCE(2535); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1411); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1787: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1427); + lookahead == 'e') ADVANCE(2535); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1412); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1788: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2249); + lookahead == 'e') ADVANCE(2535); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2401); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1789: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2250); + lookahead == 'e') ADVANCE(2535); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2158); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1790: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1629); + lookahead == 'e') ADVANCE(2535); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1791: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2373); + lookahead == 'e') ADVANCE(1879); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2752); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1792: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2376); + lookahead == 'e') ADVANCE(2558); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1793: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2079); + lookahead == 'e') ADVANCE(2543); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1794: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2257); + lookahead == 'e') ADVANCE(2016); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1795: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2258); + lookahead == 'e') ADVANCE(2135); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1796: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2429); + lookahead == 'e') ADVANCE(2316); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1797: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2261); + lookahead == 'e') ADVANCE(1691); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1798: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2423); + lookahead == 'e') ADVANCE(2363); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1799: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2274); + lookahead == 'e') ADVANCE(2322); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1800: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2381); + lookahead == 'e') ADVANCE(2287); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2406); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1801: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2283); + lookahead == 'e') ADVANCE(2287); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1802: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2068); + lookahead == 'e') ADVANCE(2365); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1803: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2361); + lookahead == 'e') ADVANCE(2351); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2198); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2328); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1539); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1804: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2027); + lookahead == 'e') ADVANCE(2351); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1805: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1846); + lookahead == 'e') ADVANCE(2072); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1806: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2504); + lookahead == 'e') ADVANCE(1663); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1807: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2123); + lookahead == 'e') ADVANCE(1431); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1808: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2352); + lookahead == 'e') ADVANCE(1664); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1809: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2221); + lookahead == 'e') ADVANCE(2034); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1810: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1611); + lookahead == 'e') ADVANCE(1433); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1811: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2289); + lookahead == 'e') ADVANCE(1636); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1812: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2058); + lookahead == 'e') ADVANCE(2019); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1813: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2104); + lookahead == 'e') ADVANCE(2142); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2186); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1814: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1490); + lookahead == 'e') ADVANCE(2310); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1815: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2001); + lookahead == 'e') ADVANCE(1418); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1816: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2111); + lookahead == 'e') ADVANCE(2369); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1817: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2291); + lookahead == 'e') ADVANCE(2060); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1818: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2295); + lookahead == 'e') ADVANCE(1666); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1819: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2107); + lookahead == 'e') ADVANCE(1419); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1820: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2293); + lookahead == 'e') ADVANCE(1450); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1821: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2296); + lookahead == 'e') ADVANCE(1452); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1822: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2120); + lookahead == 'e') ADVANCE(2289); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1823: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1504); + lookahead == 'e') ADVANCE(2290); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1824: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2121); + lookahead == 'e') ADVANCE(1660); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1825: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2298); + lookahead == 'e') ADVANCE(2414); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1826: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2285); + lookahead == 'e') ADVANCE(2417); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1827: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1424); + lookahead == 'e') ADVANCE(2120); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1828: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1421); + lookahead == 'e') ADVANCE(2297); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1829: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2313); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1541); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1485); + lookahead == 'e') ADVANCE(2298); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1830: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2131); + lookahead == 'e') ADVANCE(2471); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1831: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1612); + lookahead == 'e') ADVANCE(2301); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1832: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1853); + lookahead == 'e') ADVANCE(2465); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1833: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2315); + lookahead == 'e') ADVANCE(2314); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1834: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1431); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2089); + lookahead == 'e') ADVANCE(2422); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1835: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2316); + lookahead == 'e') ADVANCE(2323); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1836: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2318); + lookahead == 'e') ADVANCE(2109); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1837: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2721); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1625); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2692); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1887); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2392); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1765); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2402); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1838: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2721); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2431); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1839: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1848); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2399); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2068); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1840: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1848); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1883); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1841: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2610); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2402); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2547); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1842: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2610); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2163); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1843: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1948); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2392); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1844: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1532); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2261); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1845: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1497); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1641); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1846: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1796); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2329); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1847: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1817); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1518); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1823); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2264); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2099); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1848: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1789); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2145); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1849: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1825); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1516); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1850: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2187); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2041); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1851: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1849); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2152); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1852: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2435); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2331); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1853: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1835); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2335); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1854: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1620); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2148); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1855: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2657); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2333); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1856: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2754); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2336); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1857: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1938); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2160); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1858: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2125); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1869); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1680); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1530); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Y') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1859: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2321); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1402); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2161); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1860: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1685); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2338); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1861: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2146); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2325); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2045); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1862: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1689); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2325); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1863: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1791); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1449); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1864: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1695); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1446); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1865: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1776); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2353); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1568); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1511); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1866: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1710); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2171); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1867: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1782); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1642); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1868: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1748); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1890); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1869: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2007); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2355); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1870: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1798); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1456); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2130); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1871: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1800); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2356); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1872: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1619); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1742); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1464); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2097); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1479); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2087); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2358); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1873: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1619); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2098); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1480); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2766); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1656); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2737); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1926); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2434); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1799); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1874: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1619); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2098); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2766); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2737); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1875: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2718); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2766); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1876: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2637); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1885); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2441); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1877: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2723); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1885); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1878: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2660); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2653); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2444); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1879: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2715); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2653); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1880: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1737); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2390); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2246); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1988); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1881: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2143); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1558); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1882: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2162); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1523); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1883: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1686); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1830); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1884: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1764); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1852); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1544); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1858); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2304); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1885: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2147); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1823); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1886: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1505); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1860); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1887: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1780); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2227); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1888: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1515); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1886); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1889: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1919); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1531); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2477); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1890: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1521); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1871); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1891: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1752); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1650); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1892: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1802); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2702); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1893: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1820); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2799); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1894: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1826); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1978); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1895: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1804); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2165); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1906); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1711); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + ('a' <= lookahead && lookahead <= 'y') || + lookahead == '|') ADVANCE(2571); END_STATE(); case 1896: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1538); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2361); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1427); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1897: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1936); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2390); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1716); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1898: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1936); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2186); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1899: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1548); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1720); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1900: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1541); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1485); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1825); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1901: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2051); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1594); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1726); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1902: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2521); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1810); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1903: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2488); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2445); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1741); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1904: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2523); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1816); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1905: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2505); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1781); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1906: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2526); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2047); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1907: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1627); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1832); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1908: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2390); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1834); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1909: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1649); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1580); + lookahead == 'i') ADVANCE(1775); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1490); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2138); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1505); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2128); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1910: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2044); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1649); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2139); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1911: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2419); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1649); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2139); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1912: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1581); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2763); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1913: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2089); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2680); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1914: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1657); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2768); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1915: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2218); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2705); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1916: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2091); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2760); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1917: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1769); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2126); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1914); + lookahead == 'i') ADVANCE(2432); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2286); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1918: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1861); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2126); + lookahead == 'i') ADVANCE(2432); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1919: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1658); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1861); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1920: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1634); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2183); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1921: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2057); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2202); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1922: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2169); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1717); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1923: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2090); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1798); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1924: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2171); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2187); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1925: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2374); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1531); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1926: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2254); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1814); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1927: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2378); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1541); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1928: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2439); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1959); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1557); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1929: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2300); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1547); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1930: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1768); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1785); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1931: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2389); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1836); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1932: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2484); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1855); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1933: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2524); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1862); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1934: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1648); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1839); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1935: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2130); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2244); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2087); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1565); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2241); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1936: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2005); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1565); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1937: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1976); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1491); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1788); + lookahead == 'i') ADVANCE(2432); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1938: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2096); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1976); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1939: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2349); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1575); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1940: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2485); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1568); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1511); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1941: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2522); + lookahead == 'i') ADVANCE(2092); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1624); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1942: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2092); + lookahead == 'i') ADVANCE(2564); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1943: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2100); + lookahead == 'i') ADVANCE(2531); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2488); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1944: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2350); + lookahead == 'i') ADVANCE(2566); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1945: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2525); + lookahead == 'i') ADVANCE(2548); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1946: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2179); + lookahead == 'i') ADVANCE(2569); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1947: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2010); + lookahead == 'i') ADVANCE(1658); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1948: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1783); + lookahead == 'i') ADVANCE(2432); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1949: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2182); + lookahead == 'i') ADVANCE(1610); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1950: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2137); + lookahead == 'i') ADVANCE(2085); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1951: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2184); + lookahead == 'i') ADVANCE(2461); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1952: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1743); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2303); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1480); + lookahead == 'i') ADVANCE(1611); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1953: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1743); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2303); + lookahead == 'i') ADVANCE(2130); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1954: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1743); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1480); + lookahead == 'i') ADVANCE(1687); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1955: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1743); + lookahead == 'i') ADVANCE(2258); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1956: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1517); + lookahead == 'i') ADVANCE(2132); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1957: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1524); + lookahead == 'i') ADVANCE(2166); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1954); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1958: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2487); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2407); + lookahead == 'i') ADVANCE(2166); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1959: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2506); + lookahead == 'i') ADVANCE(1688); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1960: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2052); + lookahead == 'i') ADVANCE(1665); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1961: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2129); + lookahead == 'i') ADVANCE(2098); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1962: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2054); + lookahead == 'i') ADVANCE(2209); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1963: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2055); + lookahead == 'i') ADVANCE(2131); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1964: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2527); + lookahead == 'i') ADVANCE(2211); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1965: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1559); + lookahead == 'i') ADVANCE(2415); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1966: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2717); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2294); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1967: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2711); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2419); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1968: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2712); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2481); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1969: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2713); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2340); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1970: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1684); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1802); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1971: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1758); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2430); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1972: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1528); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2527); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1973: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1625); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2567); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1974: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2025); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2359); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2103); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1678); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1975: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2653); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2170); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2284); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2128); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1976: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2592); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2045); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1977: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2598); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1517); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1822); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1978: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2734); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2137); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1979: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2593); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2389); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1980: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2665); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2528); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1981: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2588); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2565); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1982: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2729); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2133); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1983: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2341); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1636); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2141); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1984: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2341); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2451); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2390); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1985: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2341); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2568); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1986: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2153); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2219); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1987: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2471); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2050); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1988: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2215); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1817); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1989: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1628); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2222); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1990: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1390); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2177); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1991: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2516); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2224); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1992: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1902); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1776); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2343); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1993: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2517); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1776); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2343); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1994: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2328); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1776); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1995: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2145); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1776); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1996: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2472); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2410); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1543); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1997: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1482); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1550); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1998: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1812); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2530); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2449); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 1999: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1474); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2549); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2000: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1906); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2093); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2001: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2332); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2169); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2002: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2164); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2095); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2003: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1993); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2096); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2004: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2165); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2570); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2005: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1691); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1588); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2006: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2333); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2762); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2007: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1740); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2756); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2008: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2198); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2757); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2009: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1700); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2758); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2010: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1701); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1715); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2011: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2404); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1792); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2012: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2387); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1554); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2013: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1708); + lookahead == 'l') ADVANCE(1656); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2014: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1709); + lookahead == 'l') ADVANCE(2066); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2400); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2144); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2015: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1712); + lookahead == 'l') ADVANCE(2698); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2016: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1713); + lookahead == 'l') ADVANCE(2635); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2017: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1732); + lookahead == 'l') ADVANCE(2641); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2018: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1733); + lookahead == 'l') ADVANCE(2779); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2019: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1643); + lookahead == 'l') ADVANCE(2636); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2020: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1912); + lookahead == 'l') ADVANCE(2710); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2021: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2470); + lookahead == 'l') ADVANCE(2631); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2022: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2173); + lookahead == 'l') ADVANCE(2774); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2023: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2026); + lookahead == 'l') ADVANCE(2381); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2409); + lookahead == 'n') ADVANCE(1667); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2024: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2175); + lookahead == 'l') ADVANCE(2381); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2494); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2025: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1500); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2045); + lookahead == 'l') ADVANCE(2381); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2026: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1500); + lookahead == 'l') ADVANCE(2193); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2027: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2225); + lookahead == 'l') ADVANCE(2514); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2028: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2178); + lookahead == 'l') ADVANCE(2255); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2029: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1945); + lookahead == 'l') ADVANCE(1659); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2030: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2181); + lookahead == 'l') ADVANCE(1415); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2031: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1552); + lookahead == 'l') ADVANCE(2559); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2032: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1964); + lookahead == 'l') ADVANCE(1942); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2033: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2751); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2560); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2034: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1415); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2368); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2035: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2803); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2185); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2036: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2658); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2515); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2452); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2037: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2641); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1508); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2038: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2670); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1847); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2039: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2727); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1500); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2040: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2728); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1946); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2041: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2732); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2372); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2042: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2733); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2204); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2043: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1990); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2033); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2044: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2456); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2205); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2045: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2070); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1722); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2046: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1688); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2373); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2047: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1808); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1773); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2048: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2116); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2238); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2049: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1715); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1731); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2050: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1717); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1732); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2051: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1506); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1519); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2446); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2052: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2457); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2428); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2053: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2222); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1739); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2054: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2458); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1740); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2055: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2459); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1743); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2056: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1511); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1744); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2057: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1525); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1763); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2058: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1822); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1772); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2059: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1539); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1764); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2060: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1554); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1673); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2061: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2751); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1952); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2062: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2692); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2392); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2513); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2063: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2692); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2213); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2064: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2067); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1563); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1744); + lookahead == 'n') ADVANCE(2451); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2065: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1494); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2214); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2066: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2634); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1526); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2086); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2067: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2587); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1690); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1526); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2068: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2587); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2265); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2069: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2795); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2217); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2070: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2772); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1985); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2071: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2625); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2221); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2072: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2644); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1579); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2073: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2798); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2004); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2074: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1501); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2797); + lookahead == 'n') ADVANCE(2796); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2075: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2787); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1440); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2076: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2792); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2848); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2077: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2705); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2703); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2078: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2655); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2684); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2079: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2737); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2715); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2080: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2619); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2772); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2081: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2235); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2773); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2082: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2624); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2777); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2083: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1653); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2778); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2084: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2409); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2030); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2085: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1652); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2499); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2086: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1638); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2111); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2087: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1593); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1719); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2088: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1636); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1843); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2089: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1855); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2156); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2090: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1850); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1746); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2091: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1856); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1748); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2092: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1488); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1532); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1545); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2093: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1564); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2500); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2094: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1630); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2262); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2095: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2353); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2501); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2096: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2322); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2502); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2097: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2363); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2615); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1537); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2098: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2363); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1551); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2099: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2451); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1857); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2100: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2324); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1566); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2101: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1654); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1582); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2102: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2518); + lookahead == 'n') ADVANCE(2796); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2103: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2366); + lookahead == 'n') ADVANCE(2737); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2434); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2104: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2367); + lookahead == 'n') ADVANCE(2737); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2105: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1659); + lookahead == 'n') ADVANCE(1592); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1777); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2106: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1403); + lookahead == 'n') ADVANCE(1520); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2107: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2356); + lookahead == 'n') ADVANCE(2677); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2108: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1991); + lookahead == 'n') ADVANCE(2630); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1721); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2109: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1529); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2520); + lookahead == 'n') ADVANCE(2630); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2110: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1640); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1913); + lookahead == 'n') ADVANCE(2840); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2111: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2370); + lookahead == 'n') ADVANCE(2817); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2112: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1626); + lookahead == 'n') ADVANCE(2668); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2113: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1647); + lookahead == 'n') ADVANCE(2687); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2114: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1637); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); + lookahead == 'n') ADVANCE(2843); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2115: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1637); + lookahead == 'n') ADVANCE(2842); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2116: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1409); + lookahead == 'n') ADVANCE(2832); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2117: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1428); + lookahead == 'n') ADVANCE(2837); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2118: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1693); + lookahead == 'n') ADVANCE(2750); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2119: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2379); + lookahead == 'n') ADVANCE(2700); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2120: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2401); + lookahead == 'n') ADVANCE(2782); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2121: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2380); + lookahead == 'n') ADVANCE(2662); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2122: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2362); + lookahead == 'n') ADVANCE(2275); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2123: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1599); + lookahead == 'n') ADVANCE(2667); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2124: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2237); + lookahead == 'n') ADVANCE(1683); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2125: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1498); + lookahead == 'n') ADVANCE(2451); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2126: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1649); + lookahead == 'n') ADVANCE(1682); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2127: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1931); + lookahead == 'n') ADVANCE(1668); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2128: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2355); + lookahead == 'n') ADVANCE(1623); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2129: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1651); + lookahead == 'n') ADVANCE(1667); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2130: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1501); + lookahead == 'n') ADVANCE(1892); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2131: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1602); + lookahead == 'n') ADVANCE(1887); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2132: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1495); + lookahead == 'n') ADVANCE(1893); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2133: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2410); + lookahead == 'n') ADVANCE(1514); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2134: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2489); + lookahead == 'n') ADVANCE(1593); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2135: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1660); + lookahead == 'n') ADVANCE(1661); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2136: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2490); + lookahead == 'n') ADVANCE(2393); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2137: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2436); + lookahead == 'n') ADVANCE(2362); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2138: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2236); + lookahead == 'n') ADVANCE(2404); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2658); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2139: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1960); + lookahead == 'n') ADVANCE(2404); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2140: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1963); + lookahead == 'n') ADVANCE(2494); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2141: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2707); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2364); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2142: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2691); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1684); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2143: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2675); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2561); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2144: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2694); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2407); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2145: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2563); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2408); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2146: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2778); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1689); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2147: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2676); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1428); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2148: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2596); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2396); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2149: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2023); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2031); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2150: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2454); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1555); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2563); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2151: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1907); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1670); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1953); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2152: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1996); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2411); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2153: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1570); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1657); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2154: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2220); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1677); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2155: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2022); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1652); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2156: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1646); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1434); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2157: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2494); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1724); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2158: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1586); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1453); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2159: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2496); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2420); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2160: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1391); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2443); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2161: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2223); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2421); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2162: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1631); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2403); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2163: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2475); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1629); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2164: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1588); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2277); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2165: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1590); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1524); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2166: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2069); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1679); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2167: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1605); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1971); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2168: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2248); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2395); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2169: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2072); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1681); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2170: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1980); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1527); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2171: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2106); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1632); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2172: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2073); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1521); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2173: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2251); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2452); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2174: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1404); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2532); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2175: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2252); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1690); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2176: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2011); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2533); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2177: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2076); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2478); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2178: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2253); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2276); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2179: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2077); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2000); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2180: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2108); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2003); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2181: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2255); + lookahead == 'o') ADVANCE(2752); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2182: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2078); + lookahead == 'o') ADVANCE(2736); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2183: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2256); + lookahead == 'o') ADVANCE(2720); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2184: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2080); + lookahead == 'o') ADVANCE(2739); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2185: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2259); + lookahead == 'o') ADVANCE(2606); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2186: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2260); + lookahead == 'o') ADVANCE(2823); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2187: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2280); + lookahead == 'o') ADVANCE(2721); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2188: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2244); + lookahead == 'o') ADVANCE(2639); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2189: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2133); + lookahead == 'o') ADVANCE(2064); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2190: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2134); + lookahead == 'o') ADVANCE(2497); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2191: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2084); + lookahead == 'o') ADVANCE(1947); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2192: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2170); + lookahead == 'o') ADVANCE(2036); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2193: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2453); + lookahead == 'o') ADVANCE(1599); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2194: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2303); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1480); + lookahead == 'o') ADVANCE(2260); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2195: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2303); + lookahead == 'o') ADVANCE(2063); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2196: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2176); + lookahead == 'o') ADVANCE(1676); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2197: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2430); + lookahead == 'o') ADVANCE(2537); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2198: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2286); + lookahead == 'o') ADVANCE(1616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2199: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1650); + lookahead == 'o') ADVANCE(2539); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2200: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1595); + lookahead == 'o') ADVANCE(1416); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2201: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2228); + lookahead == 'o') ADVANCE(2263); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2202: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1950); + lookahead == 'o') ADVANCE(1662); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2203: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2008); + lookahead == 'o') ADVANCE(2518); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2204: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2122); + lookahead == 'o') ADVANCE(1618); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2205: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2473); + lookahead == 'o') ADVANCE(1620); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2206: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2024); + lookahead == 'o') ADVANCE(2110); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2207: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2481); + lookahead == 'o') ADVANCE(1635); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2208: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2028); + lookahead == 'o') ADVANCE(2288); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2209: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2030); + lookahead == 'o') ADVANCE(2113); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2210: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2136); + lookahead == 'o') ADVANCE(2020); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2211: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2233); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2147); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2212: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2677); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1609); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1910); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2114); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2213: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2677); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1609); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2291); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2214: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2701); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2292); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2215: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2742); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2051); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2216: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2761); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2117); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2217: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2678); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2293); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2218: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2794); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1429); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2219: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2460); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2118); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2220: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1411); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2149); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2221: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1422); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2295); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2222: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1416); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2119); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2223: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1930); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2296); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2224: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2369); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2121); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2225: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1426); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2299); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2226: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2202); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2300); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2227: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2192); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2320); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2228: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1410); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2173); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2229: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2263); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2284); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2230: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1703); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2174); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2231: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1714); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2125); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2232: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1716); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2210); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2233: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1761); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2496); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2234: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1823); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2465); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2343); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2235: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2466); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1799); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2343); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2236: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2466); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2215); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2237: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2467); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2472); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2238: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2468); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2326); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2239: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1596); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1680); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2240: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2438); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1625); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2241: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2577); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2266); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2242: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2463); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1990); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2243: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1937); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2649); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2048); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2244: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2615); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2162); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2245: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2612); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2516); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2246: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1641); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2065); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2247: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2509); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2524); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2248: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2693); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2069); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2249: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2800); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2071); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2250: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2614); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2176); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2251: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2783); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2273); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2252: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2781); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2722); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1639); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1950); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2253: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2785); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2722); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1639); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2254: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2673); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2746); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2255: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2790); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2787); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2256: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2633); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2806); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2257: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2640); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2723); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2258: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2704); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2839); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2259: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2662); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2503); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2260: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2661); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1436); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2261: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2789); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1447); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2262: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1384); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1441); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2263: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1903); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1970); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2264: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2510); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2281); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2410); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2265: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1486); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1451); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2266: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2511); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1435); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2267: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1741); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2706); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2242); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2268: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2337); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2232); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2269: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1597); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2303); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2270: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2495); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1734); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2271: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2513); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1745); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2272: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2455); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1747); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2273: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2168); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1795); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2274: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1844); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1858); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2508); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2275: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2461); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2509); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1833); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2276: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1522); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2509); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2277: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1738); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2510); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2278: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1523); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2511); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2279: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2326); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1626); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2280: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2060); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2480); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2281: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2071); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2620); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2282: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2301); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2283: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1956); + lookahead == 'r') ADVANCE(1977); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2694); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2284: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2331); + lookahead == 'r') ADVANCE(2658); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2285: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1690); + lookahead == 'r') ADVANCE(2655); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2286: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2335); + lookahead == 'r') ADVANCE(1671); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2287: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2200); + lookahead == 'r') ADVANCE(2552); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2288: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1805); + lookahead == 'r') ADVANCE(2738); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2289: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2375); + lookahead == 'r') ADVANCE(2845); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2290: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2395); + lookahead == 'r') ADVANCE(2657); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2291: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1807); + lookahead == 'r') ADVANCE(2828); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2292: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2082); + lookahead == 'r') ADVANCE(2826); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2293: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1698); + lookahead == 'r') ADVANCE(2830); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2294: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1702); + lookahead == 'r') ADVANCE(2718); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2295: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2411); + lookahead == 'r') ADVANCE(2835); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2296: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2384); + lookahead == 'r') ADVANCE(2676); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2297: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1706); + lookahead == 'r') ADVANCE(2683); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2298: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1774); + lookahead == 'r') ADVANCE(2749); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2299: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1790); + lookahead == 'r') ADVANCE(2707); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2300: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2344); + lookahead == 'r') ADVANCE(2706); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2301: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1934); + lookahead == 'r') ADVANCE(2834); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2302: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1863); + lookahead == 'r') ADVANCE(1406); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2303: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2056); + lookahead == 'r') ADVANCE(1943); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2304: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1480); + lookahead == 'r') ADVANCE(2553); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2321); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2305: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1832); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1507); + lookahead == 'r') ADVANCE(1512); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2306: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1771); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2205); + lookahead == 'r') ADVANCE(2554); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2307: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1600); + lookahead == 'r') ADVANCE(1774); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2751); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2308: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2405); + lookahead == 'r') ADVANCE(2377); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2309: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1871); + lookahead == 'r') ADVANCE(1627); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2310: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2183); + lookahead == 'r') ADVANCE(2538); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2311: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2310); + lookahead == 'r') ADVANCE(2556); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2312: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1520); + lookahead == 'r') ADVANCE(2498); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2313: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1957); + lookahead == 'r') ADVANCE(2208); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2314: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1828); + lookahead == 'r') ADVANCE(1881); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2315: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1536); + lookahead == 'r') ADVANCE(2504); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2316: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1830); + lookahead == 'r') ADVANCE(1548); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2317: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2482); + lookahead == 'r') ADVANCE(1770); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2318: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1965); + lookahead == 'r') ADVANCE(1549); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2319: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2549); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2366); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2320: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2586); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2101); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2321: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2804); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2112); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2322: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2581); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2341); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2323: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2582); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1996); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2324: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2583); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2371); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2325: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2684); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1721); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2326: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2776); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2375); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2327: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2664); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2240); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2328: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2777); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1840); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2329: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2688); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2416); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2330: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2656); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2437); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2331: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2765); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1842); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2332: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2766); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2123); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2333: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2594); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1729); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2334: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2791); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1733); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2335: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2793); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2453); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2336: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2320); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2425); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2337: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1939); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1737); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2338: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2422); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1808); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2339: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1592); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1824); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2340: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1681); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1587); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2384); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2341: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1682); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1974); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2342: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2364); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1900); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2343: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1932); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2097); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2344: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2368); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2345: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1904); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1868); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1533); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2346: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1805); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1687); + lookahead == 's') ADVANCE(2245); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2347: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2205); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1630); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2348: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1773); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2447); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2349: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2443); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1908); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2350: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1704); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2223); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2351: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1834); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2350); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2352: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2358); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1546); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2353: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1542); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1997); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2354: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1792); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1864); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2355: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1819); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1562); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2356: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1928); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1866); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2357: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1836); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2525); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2358: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1537); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2005); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2359: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2447); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1543); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1811); + lookahead == 's') ADVANCE(2592); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2360: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2629); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2361: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2649); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2849); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2362: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1543); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2624); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2363: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2786); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2625); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2364: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2720); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2626); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2365: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2702); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2729); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2366: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2726); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2821); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2367: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2651); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2709); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2368: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2719); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2822); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2369: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2622); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2733); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2370: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2595); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2701); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2371: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2626); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2810); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2372: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2638); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2811); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2373: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2682); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2637); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2374: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2714); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2836); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2375: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2681); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2838); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2376: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2555); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2360); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2377: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2646); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1979); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2378: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2687); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2464); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2379: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2731); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1622); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2380: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1712); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2796); + lookahead == 't') ADVANCE(1617); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2381: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2784); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1713); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2382: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2556); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2405); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2383: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2591); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1972); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2384: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2680); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2409); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2385: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2557); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1944); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2386: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2627); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1718); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2387: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2780); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2245); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2388: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2696); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1807); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2389: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2590); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2486); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2390: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1876); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1735); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2391: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1465); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1870); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2392: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2219); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2399); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2393: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2160); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1569); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2394: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1909); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1826); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2395: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2514); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1854); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2396: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1878); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1968); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2397: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1922); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1838); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2398: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2519); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1872); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2399: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2166); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1564); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2400: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2490); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1407); + lookahead == 't') ADVANCE(1570); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1846); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2401: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2327); + lookahead == 't') ADVANCE(2596); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2402: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2272); + lookahead == 't') ADVANCE(2694); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2403: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1516); + lookahead == 't') ADVANCE(1570); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2404: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1915); + lookahead == 't') ADVANCE(2831); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2405: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2312); + lookahead == 't') ADVANCE(2765); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2406: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1471); + lookahead == 't') ADVANCE(2747); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2407: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1810); + lookahead == 't') ADVANCE(2771); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2408: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1534); + lookahead == 't') ADVANCE(2696); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2409: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1544); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1811); + lookahead == 't') ADVANCE(2764); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2410: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1544); + lookahead == 't') ADVANCE(2665); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2411: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1399); + lookahead == 't') ADVANCE(2638); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2412: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1696); + lookahead == 't') ADVANCE(2669); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2413: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1697); + lookahead == 't') ADVANCE(2681); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2414: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1772); + lookahead == 't') ADVANCE(2727); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2415: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1718); + lookahead == 't') ADVANCE(2759); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2416: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1784); + lookahead == 't') ADVANCE(2726); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2417: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1882); + lookahead == 't') ADVANCE(2598); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2418: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2476); + lookahead == 't') ADVANCE(2691); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2419: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1916); + lookahead == 't') ADVANCE(2732); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2420: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2174); + lookahead == 't') ADVANCE(2776); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2421: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1924); + lookahead == 't') ADVANCE(2841); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2422: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2278); + lookahead == 't') ADVANCE(2829); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2423: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1417); + lookahead == 't') ADVANCE(2599); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2424: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1545); + lookahead == 't') ADVANCE(2634); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2425: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1609); + lookahead == 't') ADVANCE(2725); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2426: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1946); + lookahead == 't') ADVANCE(2600); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2427: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2177); + lookahead == 't') ADVANCE(2670); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2428: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2427); + lookahead == 't') ADVANCE(2825); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2429: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1591); + lookahead == 't') ADVANCE(2741); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2430: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1496); + lookahead == 't') ADVANCE(2633); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2431: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1502); + lookahead == 't') ADVANCE(1408); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2432: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2185); + lookahead == 't') ADVANCE(1913); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2433: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2186); + lookahead == 't') ADVANCE(1491); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2434: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1794); + lookahead == 't') ADVANCE(2259); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2435: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1795); + lookahead == 't') ADVANCE(2200); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2436: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1797); + lookahead == 't') ADVANCE(1949); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2437: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2201); + lookahead == 't') ADVANCE(2557); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2438: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1816); + lookahead == 't') ADVANCE(1915); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2439: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1940); + lookahead == 't') ADVANCE(1962); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2440: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2238); + lookahead == 't') ADVANCE(2562); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2441: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1949); + lookahead == 't') ADVANCE(2206); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2442: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1951); + lookahead == 't') ADVANCE(1432); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2443: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1824); + lookahead == 't') ADVANCE(2367); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2444: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1551); + lookahead == 't') ADVANCE(2312); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2445: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1831); + lookahead == 't') ADVANCE(1542); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2446: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1553); + lookahead == 't') ADVANCE(1955); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2447: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2317); + lookahead == 't') ADVANCE(2352); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2448: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1562); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1497); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2449: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1766); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1845); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2450: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1851); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1560); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2451: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2035); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1571); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1846); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2452: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2392); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1571); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2453: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2103); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1424); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2454: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2269); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1727); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2455: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1607); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1728); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2456: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2039); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1806); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2457: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2040); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1749); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2458: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2041); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1818); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2459: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2042); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1921); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2460: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2371); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2519); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2461: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2074); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1956); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2462: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2334); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2218); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2463: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1694); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1964); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2464: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2428); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2318); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2465: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2292); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1442); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2466: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2382); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1572); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2467: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2385); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1639); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2468: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2386); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1986); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2469: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2113); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2216); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2470: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1730); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2469); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2471: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2343); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1621); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2472: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2048); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1522); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2473: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2307); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1528); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2474: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2012); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2225); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2475: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2119); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2226); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2476: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2294); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1828); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2477: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2297); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1829); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2478: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1767); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1831); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2479: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2420); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2241); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2480: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1840); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1851); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2481: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2440); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1980); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2482: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1616); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1563); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2483: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1762); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2278); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2484: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1786); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1989); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2485: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1719); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1991); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2486: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1765); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1859); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2487: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1519); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1578); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2488: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1533); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1867); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2489: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1818); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1581); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2490: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1821); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2357); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2491: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1833); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1591); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2492: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2597); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1800); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2493: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2770); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1888); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2494: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2699); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2076); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2495: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1944); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2434); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2496: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2075); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2144); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2497: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1893); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2309); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2498: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2716); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1637); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2499: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2747); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2080); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2500: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2748); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2081); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2501: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1910); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2082); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2502: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1596); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2083); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2503: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2400); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2412); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2504: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2388); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2115); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2505: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1775); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2374); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2506: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1815); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1725); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2507: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2438); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2470); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2508: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1962); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2332); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2509: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2620); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2423); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2510: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2697); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2426); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2511: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2674); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2427); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2512: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2703); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2154); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2513: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2745); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1761); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2514: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2650); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2383); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2515: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2779); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2089); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2516: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2736); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2347); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2517: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2724); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2052); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2518: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2497); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2159); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2519: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2231); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2334); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2520: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2232); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2337); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); case 2521: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1801); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2522: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2462); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2523: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1877); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2524: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2483); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2525: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1646); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2526: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1796); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2527: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1820); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2528: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1750); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2529: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1799); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2530: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1545); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2531: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1559); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2532: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1853); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2533: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1856); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2534: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1869); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2535: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2640); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2536: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2815); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2537: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2744); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2538: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1984); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2539: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2116); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2540: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1932); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2541: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2761); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2542: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2792); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2543: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2793); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2544: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1950); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2545: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1626); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2546: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2442); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2547: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2429); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2548: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1809); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2549: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1850); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2550: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2480); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2551: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2002); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2552: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2663); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2553: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2742); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2554: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2719); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2555: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2748); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2556: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2790); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2557: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2695); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2558: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2824); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2559: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2781); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2560: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2769); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2561: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2540); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2562: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2271); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2563: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2272); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2571); + END_STATE(); + case 2564: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1555); + lookahead == 'z') ADVANCE(1583); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2522: + case 2565: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1680); + lookahead == 'z') ADVANCE(1711); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2523: + case 2566: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1705); + lookahead == 'z') ADVANCE(1736); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2524: + case 2567: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1707); + lookahead == 'z') ADVANCE(1738); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2525: + case 2568: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1785); + lookahead == 'z') ADVANCE(1819); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2526: + case 2569: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1556); + lookahead == 'z') ADVANCE(1584); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2527: + case 2570: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1557); + lookahead == 'z') ADVANCE(1585); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2528: + case 2571: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -37133,67 +39393,67 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2529: + case 2572: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 2530: + case 2573: ACCEPT_TOKEN(sym__terminator); END_STATE(); - case 2531: + case 2574: ACCEPT_TOKEN(aux_sym__block_terminator_token1); END_STATE(); - case 2532: + case 2575: ACCEPT_TOKEN(aux_sym__block_terminator_token1); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1745); + lookahead == 'k') ADVANCE(1778); END_STATE(); - case 2533: + case 2576: ACCEPT_TOKEN(sym_null_expression); END_STATE(); - case 2534: + case 2577: ACCEPT_TOKEN(sym__integer_literal); - if (lookahead == '/') ADVANCE(1349); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2536); + if (lookahead == '/') ADVANCE(1371); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2579); END_STATE(); - case 2535: + case 2578: ACCEPT_TOKEN(sym__integer_literal); - if (lookahead == '/') ADVANCE(1349); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2534); + if (lookahead == '/') ADVANCE(1371); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2577); END_STATE(); - case 2536: + case 2579: ACCEPT_TOKEN(sym__integer_literal); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2536); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2579); END_STATE(); - case 2537: + case 2580: ACCEPT_TOKEN(sym_date_literal); END_STATE(); - case 2538: + case 2581: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 2539: + case 2582: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 2540: + case 2583: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 2541: + case 2584: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 2542: + case 2585: ACCEPT_TOKEN(aux_sym_double_quoted_string_token1); - if (lookahead == '*') ADVANCE(1374); - if (lookahead == '/') ADVANCE(1366); + if (lookahead == '*') ADVANCE(1396); + if (lookahead == '/') ADVANCE(1388); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2544); + lookahead != '\\') ADVANCE(2587); END_STATE(); - case 2543: + case 2586: ACCEPT_TOKEN(aux_sym_double_quoted_string_token1); - if (lookahead == '/') ADVANCE(2542); + if (lookahead == '/') ADVANCE(2585); if (lookahead == '\\') ADVANCE(19); - if (lookahead == '{') ADVANCE(1380); + if (lookahead == '{') ADVANCE(1402); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -37201,70 +39461,70 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(2543); + lookahead == 65279) ADVANCE(2586); if (lookahead != 0 && - lookahead != '"') ADVANCE(2544); + lookahead != '"') ADVANCE(2587); END_STATE(); - case 2544: + case 2587: ACCEPT_TOKEN(aux_sym_double_quoted_string_token1); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2544); + lookahead != '\\') ADVANCE(2587); END_STATE(); - case 2545: + case 2588: ACCEPT_TOKEN(aux_sym_double_quoted_string_token2); END_STATE(); - case 2546: + case 2589: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); - case 2547: + case 2590: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 2548: + case 2591: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 2549: + case 2592: ACCEPT_TOKEN(aux_sym_type_tuning_token1); END_STATE(); - case 2550: + case 2593: ACCEPT_TOKEN(aux_sym_type_tuning_token2); END_STATE(); - case 2551: + case 2594: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 2552: + case 2595: ACCEPT_TOKEN(aux_sym_unary_expression_token1); END_STATE(); - case 2553: + case 2596: ACCEPT_TOKEN(aux_sym_unary_expression_token2); END_STATE(); - case 2554: + case 2597: ACCEPT_TOKEN(aux_sym_temp_table_expression_token1); END_STATE(); - case 2555: + case 2598: ACCEPT_TOKEN(aux_sym_dataset_expression_token1); END_STATE(); - case 2556: + case 2599: ACCEPT_TOKEN(aux_sym_input_expression_token1); END_STATE(); - case 2557: + case 2600: ACCEPT_TOKEN(aux_sym_input_expression_token1); - if (lookahead == '-') ADVANCE(2207); + if (lookahead == '-') ADVANCE(2247); END_STATE(); - case 2558: + case 2601: ACCEPT_TOKEN(aux_sym_input_expression_token1); - if (lookahead == '-') ADVANCE(1015); + if (lookahead == '-') ADVANCE(1036); END_STATE(); - case 2559: + case 2602: ACCEPT_TOKEN(aux_sym_input_expression_token2); END_STATE(); - case 2560: + case 2603: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); - case 2561: + case 2604: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 2562: + case 2605: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -37272,197 +39532,197 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2563: + case 2606: ACCEPT_TOKEN(aux_sym__multiplicative_operator_token1); END_STATE(); - case 2564: + case 2607: ACCEPT_TOKEN(aux_sym__multiplicative_operator_token2); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(812); + lookahead == 'u') ADVANCE(837); END_STATE(); - case 2565: + case 2608: ACCEPT_TOKEN(aux_sym__multiplicative_operator_token2); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1995); + lookahead == 'u') ADVANCE(2035); END_STATE(); - case 2566: + case 2609: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); - case 2567: + case 2610: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '=') ADVANCE(2568); - if (lookahead == '>') ADVANCE(2569); + if (lookahead == '=') ADVANCE(2611); + if (lookahead == '>') ADVANCE(2612); END_STATE(); - case 2568: + case 2611: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 2569: + case 2612: ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); - case 2570: + case 2613: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); - case 2571: + case 2614: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(2572); + if (lookahead == '=') ADVANCE(2615); END_STATE(); - case 2572: + case 2615: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 2573: + case 2616: ACCEPT_TOKEN(aux_sym__comparison_operator_token1); END_STATE(); - case 2574: + case 2617: ACCEPT_TOKEN(aux_sym__comparison_operator_token2); END_STATE(); - case 2575: + case 2618: ACCEPT_TOKEN(aux_sym__comparison_operator_token3); END_STATE(); - case 2576: + case 2619: ACCEPT_TOKEN(aux_sym__comparison_operator_token3); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2597); + lookahead == 'w') ADVANCE(2640); END_STATE(); - case 2577: + case 2620: ACCEPT_TOKEN(aux_sym__comparison_operator_token4); END_STATE(); - case 2578: + case 2621: ACCEPT_TOKEN(aux_sym__comparison_operator_token5); END_STATE(); - case 2579: + case 2622: ACCEPT_TOKEN(aux_sym__comparison_operator_token6); END_STATE(); - case 2580: + case 2623: ACCEPT_TOKEN(aux_sym__comparison_operator_token6); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2648); + lookahead == 't') ADVANCE(2693); END_STATE(); - case 2581: + case 2624: ACCEPT_TOKEN(aux_sym__comparison_operator_token7); END_STATE(); - case 2582: + case 2625: ACCEPT_TOKEN(aux_sym__comparison_operator_token8); END_STATE(); - case 2583: + case 2626: ACCEPT_TOKEN(aux_sym__comparison_operator_token9); END_STATE(); - case 2584: + case 2627: ACCEPT_TOKEN(aux_sym_include_argument_token1); END_STATE(); - case 2585: + case 2628: ACCEPT_TOKEN(aux_sym_primitive_type_token1); END_STATE(); - case 2586: + case 2629: ACCEPT_TOKEN(aux_sym_class_type_token1); END_STATE(); - case 2587: + case 2630: ACCEPT_TOKEN(aux_sym_when_expression_token1); END_STATE(); - case 2588: + case 2631: ACCEPT_TOKEN(aux_sym_variable_tuning_token1); END_STATE(); - case 2589: + case 2632: ACCEPT_TOKEN(aux_sym_variable_tuning_token2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(300); + lookahead == 'i') ADVANCE(328); END_STATE(); - case 2590: + case 2633: ACCEPT_TOKEN(aux_sym_variable_tuning_token2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1508); + lookahead == 'i') ADVANCE(1534); END_STATE(); - case 2591: + case 2634: ACCEPT_TOKEN(aux_sym_variable_tuning_token3); END_STATE(); - case 2592: + case 2635: ACCEPT_TOKEN(aux_sym_variable_tuning_token4); END_STATE(); - case 2593: + case 2636: ACCEPT_TOKEN(aux_sym_variable_tuning_token5); END_STATE(); - case 2594: + case 2637: ACCEPT_TOKEN(aux_sym_variable_tuning_token6); END_STATE(); - case 2595: + case 2638: ACCEPT_TOKEN(aux_sym_variable_tuning_token7); END_STATE(); - case 2596: + case 2639: ACCEPT_TOKEN(aux_sym_variable_tuning_token8); END_STATE(); - case 2597: + case 2640: ACCEPT_TOKEN(aux_sym_scope_tuning_token1); END_STATE(); - case 2598: + case 2641: ACCEPT_TOKEN(aux_sym_scope_tuning_token2); END_STATE(); - case 2599: + case 2642: ACCEPT_TOKEN(aux_sym_scope_tuning_token3); END_STATE(); - case 2600: + case 2643: ACCEPT_TOKEN(aux_sym_scope_tuning_token4); END_STATE(); - case 2601: + case 2644: ACCEPT_TOKEN(aux_sym_access_tuning_token1); END_STATE(); - case 2602: + case 2645: ACCEPT_TOKEN(aux_sym_access_tuning_token2); END_STATE(); - case 2603: + case 2646: ACCEPT_TOKEN(aux_sym_access_tuning_token3); END_STATE(); - case 2604: + case 2647: ACCEPT_TOKEN(aux_sym_access_tuning_token4); END_STATE(); - case 2605: + case 2648: ACCEPT_TOKEN(aux_sym_access_tuning_token5); END_STATE(); - case 2606: + case 2649: ACCEPT_TOKEN(aux_sym_serialization_tuning_token1); END_STATE(); - case 2607: + case 2650: ACCEPT_TOKEN(aux_sym_serialization_tuning_token2); END_STATE(); - case 2608: + case 2651: ACCEPT_TOKEN(aux_sym_variable_definition_token1); END_STATE(); - case 2609: + case 2652: ACCEPT_TOKEN(aux_sym_variable_definition_token2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(932); + lookahead == 'i') ADVANCE(953); END_STATE(); - case 2610: + case 2653: ACCEPT_TOKEN(aux_sym_variable_definition_token2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2118); + lookahead == 'i') ADVANCE(2157); END_STATE(); - case 2611: + case 2654: ACCEPT_TOKEN(aux_sym_variable_definition_token3); END_STATE(); - case 2612: + case 2655: ACCEPT_TOKEN(aux_sym_variable_definition_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1514); + lookahead == 'i') ADVANCE(1540); END_STATE(); - case 2613: + case 2656: ACCEPT_TOKEN(aux_sym_variable_definition_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(346); + lookahead == 'i') ADVANCE(373); END_STATE(); - case 2614: + case 2657: ACCEPT_TOKEN(aux_sym_buffer_definition_token1); END_STATE(); - case 2615: + case 2658: ACCEPT_TOKEN(aux_sym_buffer_definition_token2); END_STATE(); - case 2616: + case 2659: ACCEPT_TOKEN(aux_sym_query_definition_tuning_token1); END_STATE(); - case 2617: + case 2660: ACCEPT_TOKEN(anon_sym_SCROLLING); END_STATE(); - case 2618: + case 2661: ACCEPT_TOKEN(anon_sym_SCROLLING); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -37470,87 +39730,87 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2619: + case 2662: ACCEPT_TOKEN(aux_sym_query_definition_tuning_token2); END_STATE(); - case 2620: + case 2663: ACCEPT_TOKEN(aux_sym_query_definition_token1); END_STATE(); - case 2621: + case 2664: ACCEPT_TOKEN(aux_sym_query_definition_token2); END_STATE(); - case 2622: + case 2665: ACCEPT_TOKEN(aux_sym_query_definition_token3); END_STATE(); - case 2623: + case 2666: ACCEPT_TOKEN(aux_sym_return_type_token1); END_STATE(); - case 2624: + case 2667: ACCEPT_TOKEN(aux_sym_return_type_token2); END_STATE(); - case 2625: + case 2668: ACCEPT_TOKEN(aux_sym_return_type_token2); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2623); + lookahead == 's') ADVANCE(2666); END_STATE(); - case 2626: + case 2669: ACCEPT_TOKEN(aux_sym_argument_mode_token1); END_STATE(); - case 2627: + case 2670: ACCEPT_TOKEN(aux_sym_argument_mode_token2); END_STATE(); - case 2628: + case 2671: ACCEPT_TOKEN(aux_sym_argument_mode_token3); END_STATE(); - case 2629: + case 2672: ACCEPT_TOKEN(aux_sym_argument_tuning_token1); END_STATE(); - case 2630: + case 2673: ACCEPT_TOKEN(aux_sym_argument_tuning_token2); END_STATE(); - case 2631: + case 2674: ACCEPT_TOKEN(aux_sym_argument_tuning_token3); END_STATE(); - case 2632: + case 2675: ACCEPT_TOKEN(aux_sym_argument_tuning_token4); END_STATE(); - case 2633: + case 2676: ACCEPT_TOKEN(aux_sym_function_call_token1); END_STATE(); - case 2634: + case 2677: ACCEPT_TOKEN(aux_sym_if_statement_token2); END_STATE(); - case 2635: + case 2678: ACCEPT_TOKEN(aux_sym_else_statement_token1); END_STATE(); - case 2636: + case 2679: ACCEPT_TOKEN(aux_sym_while_phrase_token1); END_STATE(); - case 2637: + case 2680: ACCEPT_TOKEN(aux_sym_repeat_tuning_token1); END_STATE(); - case 2638: + case 2681: ACCEPT_TOKEN(aux_sym_repeat_statement_token1); END_STATE(); - case 2639: + case 2682: ACCEPT_TOKEN(aux_sym__procedure_terminator_token1); END_STATE(); - case 2640: + case 2683: ACCEPT_TOKEN(aux_sym_procedure_parameter_definition_token1); END_STATE(); - case 2641: + case 2684: ACCEPT_TOKEN(aux_sym_procedure_parameter_definition_token2); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2434); + lookahead == 'e') ADVANCE(2476); END_STATE(); - case 2642: + case 2685: ACCEPT_TOKEN(aux_sym_procedure_parameter_definition_token2); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1252); + lookahead == 'e') ADVANCE(1274); END_STATE(); - case 2643: + case 2686: ACCEPT_TOKEN(aux_sym_procedure_parameter_definition_token3); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -37558,78 +39818,84 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2644: + case 2687: ACCEPT_TOKEN(aux_sym__function_terminator_token1); END_STATE(); - case 2645: + case 2688: + ACCEPT_TOKEN(aux_sym_function_parameter_token1); + END_STATE(); + case 2689: + ACCEPT_TOKEN(aux_sym_function_parameter_token2); + END_STATE(); + case 2690: ACCEPT_TOKEN(aux_sym_interface_statement_token1); END_STATE(); - case 2646: + case 2691: ACCEPT_TOKEN(aux_sym_property_type_token1); END_STATE(); - case 2647: + case 2692: ACCEPT_TOKEN(aux_sym_property_type_token2); END_STATE(); - case 2648: + case 2693: ACCEPT_TOKEN(aux_sym_getter_token1); END_STATE(); - case 2649: + case 2694: ACCEPT_TOKEN(aux_sym_setter_token1); END_STATE(); - case 2650: + case 2695: ACCEPT_TOKEN(aux_sym_property_definition_token1); END_STATE(); - case 2651: + case 2696: ACCEPT_TOKEN(aux_sym_event_definition_token1); END_STATE(); - case 2652: + case 2697: ACCEPT_TOKEN(aux_sym_event_definition_token2); END_STATE(); - case 2653: + case 2698: ACCEPT_TOKEN(aux_sym_method_tuning_token1); END_STATE(); - case 2654: + case 2699: ACCEPT_TOKEN(aux_sym_method_definition_token1); END_STATE(); - case 2655: + case 2700: ACCEPT_TOKEN(aux_sym_data_relation_token1); END_STATE(); - case 2656: + case 2701: ACCEPT_TOKEN(aux_sym_data_relation_token2); END_STATE(); - case 2657: + case 2702: ACCEPT_TOKEN(aux_sym_using_statement_token1); END_STATE(); - case 2658: + case 2703: ACCEPT_TOKEN(aux_sym_using_statement_token2); END_STATE(); - case 2659: + case 2704: ACCEPT_TOKEN(aux_sym_using_statement_token3); END_STATE(); - case 2660: + case 2705: ACCEPT_TOKEN(aux_sym_using_statement_token4); END_STATE(); - case 2661: + case 2706: ACCEPT_TOKEN(aux_sym_constructor_definition_token1); END_STATE(); - case 2662: + case 2707: ACCEPT_TOKEN(aux_sym_destructor_definition_token1); END_STATE(); - case 2663: + case 2708: ACCEPT_TOKEN(aux_sym_inherits_token1); END_STATE(); - case 2664: + case 2709: ACCEPT_TOKEN(aux_sym_implements_token1); END_STATE(); - case 2665: + case 2710: ACCEPT_TOKEN(aux_sym_use_widget_pool_token1); END_STATE(); - case 2666: + case 2711: ACCEPT_TOKEN(anon_sym_NO_DASHERROR); END_STATE(); - case 2667: + case 2712: ACCEPT_TOKEN(anon_sym_NO_DASHERROR); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -37637,434 +39903,434 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2528); + lookahead == '|') ADVANCE(2571); END_STATE(); - case 2668: + case 2713: ACCEPT_TOKEN(aux_sym_stream_definition_token1); END_STATE(); - case 2669: + case 2714: ACCEPT_TOKEN(aux_sym_stream_definition_token1); - if (lookahead == '-') ADVANCE(707); + if (lookahead == '-') ADVANCE(732); END_STATE(); - case 2670: + case 2715: ACCEPT_TOKEN(aux_sym_stream_definition_token1); - if (lookahead == '-') ADVANCE(1886); + if (lookahead == '-') ADVANCE(1925); END_STATE(); - case 2671: + case 2716: ACCEPT_TOKEN(aux_sym_input_close_statement_token1); END_STATE(); - case 2672: + case 2717: ACCEPT_TOKEN(aux_sym_input_close_statement_token2); END_STATE(); - case 2673: + case 2718: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token1); END_STATE(); - case 2674: + case 2719: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token2); END_STATE(); - case 2675: + case 2720: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token3); END_STATE(); - case 2676: + case 2721: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token4); END_STATE(); - case 2677: + case 2722: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token5); END_STATE(); - case 2678: + case 2723: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token6); END_STATE(); - case 2679: + case 2724: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token7); END_STATE(); - case 2680: + case 2725: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token8); END_STATE(); - case 2681: + case 2726: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token9); END_STATE(); - case 2682: + case 2727: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token10); END_STATE(); - case 2683: + case 2728: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token11); END_STATE(); - case 2684: + case 2729: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token1); END_STATE(); - case 2685: + case 2730: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token2); END_STATE(); - case 2686: + case 2731: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token3); END_STATE(); - case 2687: + case 2732: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token4); END_STATE(); - case 2688: + case 2733: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token5); END_STATE(); - case 2689: + case 2734: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token6); END_STATE(); - case 2690: + case 2735: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token7); END_STATE(); - case 2691: + case 2736: ACCEPT_TOKEN(aux_sym_output_stream_statement_token1); END_STATE(); - case 2692: + case 2737: ACCEPT_TOKEN(aux_sym_on_error_phrase_token1); END_STATE(); - case 2693: + case 2738: ACCEPT_TOKEN(aux_sym_on_error_phrase_token2); END_STATE(); - case 2694: + case 2739: ACCEPT_TOKEN(aux_sym_on_error_phrase_token3); END_STATE(); - case 2695: + case 2740: ACCEPT_TOKEN(aux_sym_on_error_phrase_token4); END_STATE(); - case 2696: + case 2741: ACCEPT_TOKEN(aux_sym_on_error_phrase_token5); END_STATE(); - case 2697: + case 2742: ACCEPT_TOKEN(aux_sym_on_error_phrase_token6); END_STATE(); - case 2698: + case 2743: ACCEPT_TOKEN(aux_sym_on_error_phrase_token7); END_STATE(); - case 2699: + case 2744: ACCEPT_TOKEN(aux_sym_on_error_phrase_token8); END_STATE(); - case 2700: + case 2745: ACCEPT_TOKEN(aux_sym_on_stop_phrase_token1); END_STATE(); - case 2701: + case 2746: ACCEPT_TOKEN(aux_sym_on_stop_phrase_token1); - if (lookahead == '-') ADVANCE(1477); + if (lookahead == '-') ADVANCE(1503); END_STATE(); - case 2702: + case 2747: ACCEPT_TOKEN(aux_sym_on_quit_phrase_token1); END_STATE(); - case 2703: + case 2748: ACCEPT_TOKEN(aux_sym_on_endkey_phrase_token1); END_STATE(); - case 2704: + case 2749: ACCEPT_TOKEN(aux_sym_stop_after_phrase_token1); END_STATE(); - case 2705: + case 2750: ACCEPT_TOKEN(aux_sym_do_tuning_token1); END_STATE(); - case 2706: + case 2751: ACCEPT_TOKEN(aux_sym_to_phrase_token1); END_STATE(); - case 2707: + case 2752: ACCEPT_TOKEN(aux_sym_do_block_token1); END_STATE(); - case 2708: + case 2753: ACCEPT_TOKEN(aux_sym__case_terminator_token1); END_STATE(); - case 2709: + case 2754: ACCEPT_TOKEN(aux_sym_case_otherwise_branch_token1); END_STATE(); - case 2710: + case 2755: ACCEPT_TOKEN(aux_sym_where_clause_token1); END_STATE(); - case 2711: + case 2756: ACCEPT_TOKEN(aux_sym_query_tuning_token1); END_STATE(); - case 2712: + case 2757: ACCEPT_TOKEN(aux_sym_query_tuning_token2); END_STATE(); - case 2713: + case 2758: ACCEPT_TOKEN(aux_sym_query_tuning_token3); END_STATE(); - case 2714: + case 2759: ACCEPT_TOKEN(aux_sym_query_tuning_token4); END_STATE(); - case 2715: + case 2760: ACCEPT_TOKEN(aux_sym_query_tuning_token5); END_STATE(); - case 2716: + case 2761: ACCEPT_TOKEN(aux_sym_query_tuning_token6); END_STATE(); - case 2717: + case 2762: ACCEPT_TOKEN(aux_sym_sort_clause_token1); END_STATE(); - case 2718: + case 2763: ACCEPT_TOKEN(aux_sym_for_phrase_token1); END_STATE(); - case 2719: + case 2764: ACCEPT_TOKEN(aux_sym_for_phrase_token2); END_STATE(); - case 2720: + case 2765: ACCEPT_TOKEN(aux_sym_for_phrase_token3); END_STATE(); - case 2721: + case 2766: ACCEPT_TOKEN(aux_sym_of_token1); END_STATE(); - case 2722: + case 2767: ACCEPT_TOKEN(aux_sym_using_token1); END_STATE(); - case 2723: + case 2768: ACCEPT_TOKEN(aux_sym_catch_statement_token1); END_STATE(); - case 2724: + case 2769: ACCEPT_TOKEN(aux_sym_finally_statement_token1); END_STATE(); - case 2725: + case 2770: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token1); END_STATE(); - case 2726: + case 2771: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token2); END_STATE(); - case 2727: + case 2772: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token3); END_STATE(); - case 2728: + case 2773: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token4); END_STATE(); - case 2729: + case 2774: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token5); END_STATE(); - case 2730: + case 2775: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token6); END_STATE(); - case 2731: + case 2776: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token7); END_STATE(); - case 2732: + case 2777: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token8); END_STATE(); - case 2733: + case 2778: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token9); END_STATE(); - case 2734: + case 2779: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token10); END_STATE(); - case 2735: + case 2780: ACCEPT_TOKEN(anon_sym_); - if (lookahead == ' ') ADVANCE(2735); + if (lookahead == ' ') ADVANCE(2780); END_STATE(); - case 2736: + case 2781: ACCEPT_TOKEN(aux_sym_temp_table_tuning_token1); END_STATE(); - case 2737: + case 2782: ACCEPT_TOKEN(aux_sym_field_option_token1); END_STATE(); - case 2738: + case 2783: ACCEPT_TOKEN(aux_sym_field_option_token2); END_STATE(); - case 2739: + case 2784: ACCEPT_TOKEN(aux_sym_field_option_token3); END_STATE(); - case 2740: + case 2785: ACCEPT_TOKEN(aux_sym_field_option_token4); END_STATE(); - case 2741: + case 2786: ACCEPT_TOKEN(aux_sym_field_option_token5); END_STATE(); - case 2742: + case 2787: ACCEPT_TOKEN(aux_sym_field_option_token6); END_STATE(); - case 2743: + case 2788: ACCEPT_TOKEN(aux_sym_field_option_token7); END_STATE(); - case 2744: + case 2789: ACCEPT_TOKEN(aux_sym_field_definition_token1); END_STATE(); - case 2745: + case 2790: ACCEPT_TOKEN(aux_sym_index_tuning_token2); END_STATE(); - case 2746: + case 2791: ACCEPT_TOKEN(aux_sym_index_tuning_token3); END_STATE(); - case 2747: + case 2792: ACCEPT_TOKEN(aux_sym_index_tuning_token4); END_STATE(); - case 2748: + case 2793: ACCEPT_TOKEN(aux_sym_index_definition_token1); END_STATE(); - case 2749: + case 2794: ACCEPT_TOKEN(aux_sym_workfile_definition_token1); END_STATE(); - case 2750: + case 2795: ACCEPT_TOKEN(aux_sym_workfile_definition_token2); END_STATE(); - case 2751: + case 2796: ACCEPT_TOKEN(aux_sym_widget_field_token1); END_STATE(); - case 2752: + case 2797: ACCEPT_TOKEN(aux_sym_of_phrase_token1); END_STATE(); - case 2753: + case 2798: ACCEPT_TOKEN(aux_sym_of_phrase_token2); END_STATE(); - case 2754: + case 2799: ACCEPT_TOKEN(aux_sym_prompt_for_statement_token2); END_STATE(); - case 2755: + case 2800: ACCEPT_TOKEN(aux_sym_var_statement_token1); END_STATE(); - case 2756: + case 2801: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(1644); + if (lookahead == '-') ADVANCE(1674); END_STATE(); - case 2757: + case 2802: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(464); + if (lookahead == '-') ADVANCE(488); END_STATE(); - case 2758: + case 2803: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(465); + if (lookahead == '-') ADVANCE(489); END_STATE(); - case 2759: + case 2804: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(1645); + if (lookahead == '-') ADVANCE(1675); END_STATE(); - case 2760: + case 2805: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(1276); + if (lookahead == '-') ADVANCE(1297); END_STATE(); - case 2761: + case 2806: ACCEPT_TOKEN(aux_sym_image_phrase_token2); END_STATE(); - case 2762: + case 2807: ACCEPT_TOKEN(aux_sym_image_phrase_token3); END_STATE(); - case 2763: + case 2808: ACCEPT_TOKEN(aux_sym_image_phrase_token4); - if (lookahead == '-') ADVANCE(1615); + if (lookahead == '-') ADVANCE(1645); END_STATE(); - case 2764: + case 2809: ACCEPT_TOKEN(aux_sym_image_phrase_token4); - if (lookahead == '-') ADVANCE(425); + if (lookahead == '-') ADVANCE(450); END_STATE(); - case 2765: + case 2810: ACCEPT_TOKEN(aux_sym_image_phrase_token5); END_STATE(); - case 2766: + case 2811: ACCEPT_TOKEN(aux_sym_image_phrase_token6); END_STATE(); - case 2767: + case 2812: ACCEPT_TOKEN(aux_sym_image_phrase_token7); END_STATE(); - case 2768: + case 2813: ACCEPT_TOKEN(aux_sym_image_phrase_token7); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1990); + lookahead == 'm') ADVANCE(2030); END_STATE(); - case 2769: + case 2814: ACCEPT_TOKEN(aux_sym_image_phrase_token8); END_STATE(); - case 2770: + case 2815: ACCEPT_TOKEN(aux_sym_image_phrase_token9); END_STATE(); - case 2771: + case 2816: ACCEPT_TOKEN(aux_sym_image_phrase_token10); END_STATE(); - case 2772: + case 2817: ACCEPT_TOKEN(aux_sym_image_phrase_token10); - if (lookahead == '-') ADVANCE(1997); + if (lookahead == '-') ADVANCE(2037); END_STATE(); - case 2773: + case 2818: ACCEPT_TOKEN(aux_sym_image_phrase_token10); - if (lookahead == '-') ADVANCE(820); + if (lookahead == '-') ADVANCE(845); END_STATE(); - case 2774: + case 2819: ACCEPT_TOKEN(aux_sym_size_phrase_token1); - if (lookahead == '-') ADVANCE(1589); + if (lookahead == '-') ADVANCE(1619); END_STATE(); - case 2775: + case 2820: ACCEPT_TOKEN(aux_sym_size_phrase_token1); - if (lookahead == '-') ADVANCE(399); + if (lookahead == '-') ADVANCE(424); END_STATE(); - case 2776: + case 2821: ACCEPT_TOKEN(aux_sym_size_phrase_token2); END_STATE(); - case 2777: + case 2822: ACCEPT_TOKEN(aux_sym_size_phrase_token3); END_STATE(); - case 2778: + case 2823: ACCEPT_TOKEN(aux_sym_button_tuning_token1); END_STATE(); - case 2779: + case 2824: ACCEPT_TOKEN(aux_sym_button_tuning_token2); END_STATE(); - case 2780: + case 2825: ACCEPT_TOKEN(aux_sym_button_tuning_token3); END_STATE(); - case 2781: + case 2826: ACCEPT_TOKEN(aux_sym_button_tuning_token4); END_STATE(); - case 2782: + case 2827: ACCEPT_TOKEN(aux_sym_button_tuning_token5); END_STATE(); - case 2783: + case 2828: ACCEPT_TOKEN(aux_sym_button_tuning_token6); END_STATE(); - case 2784: + case 2829: ACCEPT_TOKEN(aux_sym_button_tuning_token7); END_STATE(); - case 2785: + case 2830: ACCEPT_TOKEN(aux_sym_button_tuning_token8); END_STATE(); - case 2786: + case 2831: ACCEPT_TOKEN(aux_sym_button_tuning_token9); END_STATE(); - case 2787: + case 2832: ACCEPT_TOKEN(aux_sym_button_tuning_token10); END_STATE(); - case 2788: + case 2833: ACCEPT_TOKEN(aux_sym_button_tuning_token11); END_STATE(); - case 2789: + case 2834: ACCEPT_TOKEN(aux_sym_button_tuning_token12); END_STATE(); - case 2790: + case 2835: ACCEPT_TOKEN(aux_sym_button_tuning_token13); END_STATE(); - case 2791: + case 2836: ACCEPT_TOKEN(aux_sym_button_tuning_token14); END_STATE(); - case 2792: + case 2837: ACCEPT_TOKEN(aux_sym_button_tuning_token15); END_STATE(); - case 2793: + case 2838: ACCEPT_TOKEN(aux_sym_button_tuning_token16); END_STATE(); - case 2794: + case 2839: ACCEPT_TOKEN(aux_sym_button_tuning_token17); END_STATE(); - case 2795: + case 2840: ACCEPT_TOKEN(aux_sym_button_definition_token1); END_STATE(); - case 2796: + case 2841: ACCEPT_TOKEN(aux_sym_run_tuning_token1); END_STATE(); - case 2797: + case 2842: ACCEPT_TOKEN(aux_sym_run_tuning_token2); END_STATE(); - case 2798: + case 2843: ACCEPT_TOKEN(aux_sym_run_tuning_token3); END_STATE(); - case 2799: + case 2844: ACCEPT_TOKEN(aux_sym_run_tuning_token4); END_STATE(); - case 2800: + case 2845: ACCEPT_TOKEN(aux_sym_run_tuning_token5); END_STATE(); - case 2801: + case 2846: ACCEPT_TOKEN(aux_sym_run_tuning_token7); END_STATE(); - case 2802: + case 2847: ACCEPT_TOKEN(aux_sym_enum_member_token1); END_STATE(); - case 2803: + case 2848: ACCEPT_TOKEN(aux_sym_enum_definition_token1); END_STATE(); - case 2804: + case 2849: ACCEPT_TOKEN(aux_sym_enum_tuning_token1); END_STATE(); default: @@ -38430,676 +40696,701 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 'p') ADVANCE(102); END_STATE(); case 69: + if (lookahead == 'S' || + lookahead == 's') ADVANCE(103); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(103); + lookahead == 'v') ADVANCE(104); END_STATE(); case 70: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(104); + lookahead == 'm') ADVANCE(105); END_STATE(); case 71: ACCEPT_TOKEN(aux_sym_primitive_type_token14); END_STATE(); case 72: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(105); + lookahead == 'i') ADVANCE(106); END_STATE(); case 73: if (lookahead == 'T' || - lookahead == 't') ADVANCE(106); + lookahead == 't') ADVANCE(107); END_STATE(); case 74: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(107); + lookahead == 'i') ADVANCE(108); END_STATE(); case 75: ACCEPT_TOKEN(aux_sym_run_statement_token1); END_STATE(); case 76: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(108); + lookahead == 'l') ADVANCE(109); END_STATE(); case 77: if (lookahead == 'S' || - lookahead == 's') ADVANCE(109); + lookahead == 's') ADVANCE(110); END_STATE(); case 78: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(110); + lookahead == 'e') ADVANCE(111); END_STATE(); case 79: ACCEPT_TOKEN(aux_sym_boolean_literal_token3); END_STATE(); case 80: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(111); + lookahead == 'm') ADVANCE(112); END_STATE(); case 81: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(112); + lookahead == 'g') ADVANCE(113); END_STATE(); case 82: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(113); + lookahead == 'n') ADVANCE(114); END_STATE(); case 83: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(114); + lookahead == 'g') ADVANCE(115); END_STATE(); case 84: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(115); + lookahead == 'l') ADVANCE(116); END_STATE(); case 85: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(116); + lookahead == 'k') ADVANCE(117); END_STATE(); case 86: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(117); + lookahead == 'f') ADVANCE(118); END_STATE(); case 87: ACCEPT_TOKEN(aux_sym_primitive_type_token6); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(118); + lookahead == 'a') ADVANCE(119); END_STATE(); case 88: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(119); + lookahead == 'h') ADVANCE(120); END_STATE(); case 89: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(120); + lookahead == 'e') ADVANCE(121); END_STATE(); case 90: if (lookahead == 'S' || - lookahead == 's') ADVANCE(121); + lookahead == 's') ADVANCE(122); END_STATE(); case 91: ACCEPT_TOKEN(aux_sym_primitive_type_token8); if (lookahead == 'T' || - lookahead == 't') ADVANCE(122); + lookahead == 't') ADVANCE(123); END_STATE(); case 92: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(123); + lookahead == 'm') ADVANCE(124); END_STATE(); case 93: ACCEPT_TOKEN(aux_sym_sort_order_token3); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(124); + lookahead == 'e') ADVANCE(125); END_STATE(); case 94: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(125); + lookahead == 'e') ADVANCE(126); END_STATE(); case 95: ACCEPT_TOKEN(aux_sym_find_statement_token1); END_STATE(); case 96: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(126); + lookahead == 'l') ADVANCE(127); END_STATE(); case 97: - if (lookahead == '4') ADVANCE(127); + if (lookahead == '4') ADVANCE(128); END_STATE(); case 98: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(128); + lookahead == 'g') ADVANCE(129); END_STATE(); case 99: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(129); + lookahead == 'e') ADVANCE(130); END_STATE(); case 100: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(130); + lookahead == 'c') ADVANCE(131); END_STATE(); case 101: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(131); + lookahead == 'c') ADVANCE(132); END_STATE(); case 102: if (lookahead == 'T' || - lookahead == 't') ADVANCE(132); + lookahead == 't') ADVANCE(133); END_STATE(); case 103: - ACCEPT_TOKEN(aux_sym__find_type_token1); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(134); END_STATE(); case 104: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(133); + ACCEPT_TOKEN(aux_sym__find_type_token1); END_STATE(); case 105: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(134); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(135); END_STATE(); case 106: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(135); - END_STATE(); - case 107: if (lookahead == 'D' || lookahead == 'd') ADVANCE(136); END_STATE(); + case 107: + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(137); + END_STATE(); case 108: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(137); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(138); END_STATE(); case 109: - if (lookahead == '-') ADVANCE(138); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(139); END_STATE(); case 110: - ACCEPT_TOKEN(aux_sym_boolean_literal_token1); + if (lookahead == '-') ADVANCE(140); END_STATE(); case 111: - ACCEPT_TOKEN(aux_sym_accumulate_expression_token1); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(139); + ACCEPT_TOKEN(aux_sym_boolean_literal_token1); END_STATE(); case 112: + ACCEPT_TOKEN(aux_sym_accumulate_expression_token1); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(140); + lookahead == 'u') ADVANCE(141); END_STATE(); case 113: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(141); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(142); END_STATE(); case 114: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(142); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(143); END_STATE(); case 115: - ACCEPT_TOKEN(aux_sym_available_expression_token1); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(143); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(144); END_STATE(); case 116: - if (lookahead == '-') ADVANCE(144); + ACCEPT_TOKEN(aux_sym_available_expression_token1); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(145); END_STATE(); case 117: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(145); + if (lookahead == '-') ADVANCE(146); END_STATE(); case 118: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(146); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(147); END_STATE(); case 119: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(147); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(148); END_STATE(); case 120: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(148); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(149); END_STATE(); case 121: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(149); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(150); END_STATE(); case 122: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(150); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(151); END_STATE(); case 123: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(151); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(152); END_STATE(); case 124: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(152); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(153); END_STATE(); case 125: - ACCEPT_TOKEN(aux_sym_boolean_literal_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(154); END_STATE(); case 126: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(153); + ACCEPT_TOKEN(aux_sym_boolean_literal_token2); END_STATE(); case 127: - ACCEPT_TOKEN(aux_sym_primitive_type_token11); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(155); END_STATE(); case 128: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(154); + ACCEPT_TOKEN(aux_sym_primitive_type_token11); END_STATE(); case 129: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(155); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(156); END_STATE(); case 130: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(156); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(157); END_STATE(); case 131: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(157); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(158); END_STATE(); case 132: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(158); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(159); END_STATE(); case 133: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(159); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(160); END_STATE(); case 134: - ACCEPT_TOKEN(aux_sym_primitive_type_token15); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(161); END_STATE(); case 135: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(160); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(162); END_STATE(); case 136: - ACCEPT_TOKEN(aux_sym_primitive_type_token16); + ACCEPT_TOKEN(aux_sym_primitive_type_token15); END_STATE(); case 137: - ACCEPT_TOKEN(aux_sym_function_call_argument_token1); - if (lookahead == '-') ADVANCE(161); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(163); END_STATE(); case 138: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(162); + ACCEPT_TOKEN(aux_sym_primitive_type_token16); END_STATE(); case 139: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(163); + ACCEPT_TOKEN(aux_sym_function_call_argument_token1); + if (lookahead == '-') ADVANCE(164); END_STATE(); case 140: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(164); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(165); END_STATE(); case 141: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(165); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(166); END_STATE(); case 142: - ACCEPT_TOKEN(aux_sym_assign_statement_token1); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(167); END_STATE(); case 143: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(166); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(168); END_STATE(); case 144: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(167); + ACCEPT_TOKEN(aux_sym_assign_statement_token1); END_STATE(); case 145: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(168); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(169); END_STATE(); case 146: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(169); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(170); END_STATE(); case 147: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(170); + lookahead == 'n') ADVANCE(171); END_STATE(); case 148: if (lookahead == 'T' || - lookahead == 't') ADVANCE(171); + lookahead == 't') ADVANCE(172); END_STATE(); case 149: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(172); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(173); END_STATE(); case 150: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(173); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(174); END_STATE(); case 151: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(174); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(175); END_STATE(); case 152: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(175); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(176); END_STATE(); case 153: - ACCEPT_TOKEN(aux_sym_primitive_type_token17); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(177); END_STATE(); case 154: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(176); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(178); END_STATE(); case 155: - ACCEPT_TOKEN(aux_sym_locked_expression_token1); + ACCEPT_TOKEN(aux_sym_primitive_type_token17); END_STATE(); case 156: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(177); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(179); END_STATE(); case 157: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(178); + ACCEPT_TOKEN(aux_sym_locked_expression_token1); END_STATE(); case 158: - ACCEPT_TOKEN(aux_sym_primitive_type_token13); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(180); END_STATE(); case 159: - if (lookahead == '-') ADVANCE(179); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(181); END_STATE(); case 160: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(180); + ACCEPT_TOKEN(aux_sym_primitive_type_token13); END_STATE(); case 161: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(181); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(182); END_STATE(); case 162: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(182); + if (lookahead == '-') ADVANCE(183); END_STATE(); case 163: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(183); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(184); END_STATE(); case 164: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(184); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(185); END_STATE(); case 165: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(185); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(186); END_STATE(); case 166: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(186); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(187); END_STATE(); case 167: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(187); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(188); END_STATE(); case 168: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(188); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(189); END_STATE(); case 169: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(189); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(190); END_STATE(); case 170: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(190); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(191); END_STATE(); case 171: - ACCEPT_TOKEN(aux_sym__find_type_token2); - if (lookahead == '-') ADVANCE(191); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(192); END_STATE(); case 172: - if (lookahead == '-') ADVANCE(192); - END_STATE(); - case 173: if (lookahead == 'E' || lookahead == 'e') ADVANCE(193); END_STATE(); + case 173: + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(194); + END_STATE(); case 174: - ACCEPT_TOKEN(aux_sym_primitive_type_token7); + ACCEPT_TOKEN(aux_sym__find_type_token2); + if (lookahead == '-') ADVANCE(195); END_STATE(); case 175: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(194); + if (lookahead == '-') ADVANCE(196); END_STATE(); case 176: - ACCEPT_TOKEN(aux_sym_primitive_type_token3); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(197); END_STATE(); case 177: - ACCEPT_TOKEN(aux_sym_primitive_type_token2); + ACCEPT_TOKEN(aux_sym_primitive_type_token7); END_STATE(); case 178: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(195); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(198); END_STATE(); case 179: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(196); + ACCEPT_TOKEN(aux_sym_primitive_type_token3); END_STATE(); case 180: - if (lookahead == '-') ADVANCE(197); + ACCEPT_TOKEN(aux_sym_primitive_type_token2); END_STATE(); case 181: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(198); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(199); END_STATE(); case 182: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(199); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(200); END_STATE(); case 183: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(200); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(201); END_STATE(); case 184: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(201); + if (lookahead == '-') ADVANCE(202); END_STATE(); case 185: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(202); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(203); END_STATE(); case 186: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(203); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(204); END_STATE(); case 187: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(204); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(205); END_STATE(); case 188: - ACCEPT_TOKEN(aux_sym_can_find_expression_token1); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(206); END_STATE(); case 189: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(205); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(207); END_STATE(); case 190: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(206); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(208); END_STATE(); case 191: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(207); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(209); END_STATE(); case 192: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(208); + ACCEPT_TOKEN(aux_sym_can_find_expression_token1); END_STATE(); case 193: - ACCEPT_TOKEN(aux_sym_primitive_type_token9); - if (lookahead == '-') ADVANCE(209); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(210); END_STATE(); case 194: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(210); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(211); END_STATE(); case 195: - ACCEPT_TOKEN(aux_sym_primitive_type_token12); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(212); END_STATE(); case 196: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(211); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(213); END_STATE(); case 197: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(212); + ACCEPT_TOKEN(aux_sym_primitive_type_token9); + if (lookahead == '-') ADVANCE(214); END_STATE(); case 198: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(213); + lookahead == 'n') ADVANCE(215); END_STATE(); case 199: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(214); + ACCEPT_TOKEN(aux_sym_primitive_type_token12); END_STATE(); case 200: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(215); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(216); END_STATE(); case 201: - ACCEPT_TOKEN(aux_sym_ambiguous_expression_token1); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(217); END_STATE(); case 202: - ACCEPT_TOKEN(aux_sym_sort_order_token1); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(218); END_STATE(); case 203: - ACCEPT_TOKEN(aux_sym_available_expression_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(219); END_STATE(); case 204: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(216); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(220); END_STATE(); case 205: - ACCEPT_TOKEN(aux_sym_primitive_type_token5); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(221); END_STATE(); case 206: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(217); + ACCEPT_TOKEN(aux_sym_ambiguous_expression_token1); END_STATE(); case 207: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(218); + ACCEPT_TOKEN(aux_sym_sort_order_token1); END_STATE(); case 208: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(219); + ACCEPT_TOKEN(aux_sym_available_expression_token2); END_STATE(); case 209: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(220); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(222); END_STATE(); case 210: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(221); + ACCEPT_TOKEN(aux_sym_primitive_type_token5); END_STATE(); case 211: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(222); - END_STATE(); - case 212: if (lookahead == 'E' || lookahead == 'e') ADVANCE(223); END_STATE(); + case 212: + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(224); + END_STATE(); case 213: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(224); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(225); END_STATE(); case 214: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(225); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(226); END_STATE(); case 215: - ACCEPT_TOKEN(aux_sym_accumulate_statement_token1); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(227); END_STATE(); case 216: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(226); + ACCEPT_TOKEN(aux_sym_preselect_phrase_token1); END_STATE(); case 217: - ACCEPT_TOKEN(aux_sym_primitive_type_token18); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(228); END_STATE(); case 218: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(227); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(229); END_STATE(); case 219: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(228); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(230); END_STATE(); case 220: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(229); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(231); END_STATE(); case 221: - ACCEPT_TOKEN(aux_sym_sort_order_token2); + ACCEPT_TOKEN(aux_sym_accumulate_statement_token1); END_STATE(); case 222: - ACCEPT_TOKEN(aux_sym_prompt_for_statement_token1); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(232); END_STATE(); case 223: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(230); + ACCEPT_TOKEN(aux_sym_primitive_type_token18); END_STATE(); case 224: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(231); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(233); END_STATE(); case 225: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(232); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(234); END_STATE(); case 226: - ACCEPT_TOKEN(aux_sym_error_scope_statement_token2); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(235); END_STATE(); case 227: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(233); + ACCEPT_TOKEN(aux_sym_sort_order_token2); END_STATE(); case 228: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(234); + ACCEPT_TOKEN(aux_sym_prompt_for_statement_token1); END_STATE(); case 229: - ACCEPT_TOKEN(aux_sym_primitive_type_token10); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(236); END_STATE(); case 230: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(235); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(237); END_STATE(); case 231: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(236); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(238); END_STATE(); case 232: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(237); + ACCEPT_TOKEN(aux_sym_error_scope_statement_token2); END_STATE(); case 233: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(238); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(239); END_STATE(); case 234: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(239); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(240); END_STATE(); case 235: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(240); + ACCEPT_TOKEN(aux_sym_primitive_type_token10); END_STATE(); case 236: - ACCEPT_TOKEN(aux_sym_function_call_argument_token2); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(241); END_STATE(); case 237: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(241); - END_STATE(); - case 238: if (lookahead == 'E' || lookahead == 'e') ADVANCE(242); END_STATE(); + case 238: + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(243); + END_STATE(); case 239: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(243); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(244); END_STATE(); case 240: - ACCEPT_TOKEN(aux_sym_error_scope_statement_token1); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(245); END_STATE(); case 241: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(244); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(246); END_STATE(); case 242: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(245); + ACCEPT_TOKEN(aux_sym_function_call_argument_token2); END_STATE(); case 243: - ACCEPT_TOKEN(aux_sym_function_call_argument_token3); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(247); END_STATE(); case 244: - ACCEPT_TOKEN(aux_sym_run_tuning_token6); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(248); END_STATE(); case 245: + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(249); + END_STATE(); + case 246: + ACCEPT_TOKEN(aux_sym_error_scope_statement_token1); + END_STATE(); + case 247: + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(250); + END_STATE(); + case 248: + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(251); + END_STATE(); + case 249: + ACCEPT_TOKEN(aux_sym_function_call_argument_token3); + END_STATE(); + case 250: + ACCEPT_TOKEN(aux_sym_run_tuning_token6); + END_STATE(); + case 251: ACCEPT_TOKEN(aux_sym_current_changed_expression_token1); END_STATE(); default: @@ -39109,85 +41400,85 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 1358}, - [2] = {.lex_state = 1356, .external_lex_state = 2}, - [3] = {.lex_state = 1356, .external_lex_state = 2}, - [4] = {.lex_state = 1356, .external_lex_state = 3}, - [5] = {.lex_state = 1356, .external_lex_state = 3}, - [6] = {.lex_state = 1356, .external_lex_state = 3}, - [7] = {.lex_state = 1356, .external_lex_state = 4}, - [8] = {.lex_state = 1356, .external_lex_state = 3}, - [9] = {.lex_state = 1356, .external_lex_state = 4}, - [10] = {.lex_state = 1356, .external_lex_state = 4}, - [11] = {.lex_state = 1356, .external_lex_state = 3}, - [12] = {.lex_state = 1356, .external_lex_state = 5}, - [13] = {.lex_state = 1356, .external_lex_state = 4}, - [14] = {.lex_state = 1356, .external_lex_state = 6}, - [15] = {.lex_state = 1356, .external_lex_state = 3}, - [16] = {.lex_state = 1356, .external_lex_state = 3}, - [17] = {.lex_state = 1356, .external_lex_state = 3}, - [18] = {.lex_state = 1356, .external_lex_state = 4}, - [19] = {.lex_state = 1356, .external_lex_state = 5}, - [20] = {.lex_state = 1356, .external_lex_state = 3}, - [21] = {.lex_state = 1356, .external_lex_state = 3}, - [22] = {.lex_state = 1356, .external_lex_state = 3}, - [23] = {.lex_state = 1356, .external_lex_state = 3}, - [24] = {.lex_state = 1356, .external_lex_state = 5}, - [25] = {.lex_state = 1356, .external_lex_state = 4}, - [26] = {.lex_state = 1356, .external_lex_state = 6}, - [27] = {.lex_state = 1356, .external_lex_state = 3}, - [28] = {.lex_state = 1356, .external_lex_state = 6}, - [29] = {.lex_state = 1356, .external_lex_state = 6}, - [30] = {.lex_state = 1356, .external_lex_state = 6}, - [31] = {.lex_state = 1356, .external_lex_state = 6}, - [32] = {.lex_state = 1356, .external_lex_state = 6}, - [33] = {.lex_state = 1356, .external_lex_state = 6}, - [34] = {.lex_state = 1356, .external_lex_state = 6}, - [35] = {.lex_state = 1356, .external_lex_state = 6}, - [36] = {.lex_state = 1356, .external_lex_state = 6}, - [37] = {.lex_state = 1356, .external_lex_state = 6}, - [38] = {.lex_state = 1356, .external_lex_state = 6}, - [39] = {.lex_state = 1356, .external_lex_state = 6}, - [40] = {.lex_state = 1356, .external_lex_state = 6}, - [41] = {.lex_state = 1356, .external_lex_state = 6}, - [42] = {.lex_state = 1356, .external_lex_state = 6}, - [43] = {.lex_state = 1356, .external_lex_state = 6}, - [44] = {.lex_state = 1356, .external_lex_state = 6}, - [45] = {.lex_state = 1356, .external_lex_state = 6}, - [46] = {.lex_state = 1356, .external_lex_state = 6}, - [47] = {.lex_state = 1356, .external_lex_state = 6}, - [48] = {.lex_state = 1356, .external_lex_state = 6}, - [49] = {.lex_state = 1356, .external_lex_state = 6}, - [50] = {.lex_state = 1356, .external_lex_state = 6}, - [51] = {.lex_state = 1356, .external_lex_state = 6}, - [52] = {.lex_state = 1356, .external_lex_state = 6}, - [53] = {.lex_state = 1356, .external_lex_state = 6}, - [54] = {.lex_state = 210}, - [55] = {.lex_state = 38, .external_lex_state = 3}, - [56] = {.lex_state = 210}, - [57] = {.lex_state = 38, .external_lex_state = 3}, - [58] = {.lex_state = 210}, - [59] = {.lex_state = 210}, - [60] = {.lex_state = 1358}, - [61] = {.lex_state = 38, .external_lex_state = 3}, - [62] = {.lex_state = 38, .external_lex_state = 3}, - [63] = {.lex_state = 210}, - [64] = {.lex_state = 1358}, - [65] = {.lex_state = 1358}, - [66] = {.lex_state = 1358}, - [67] = {.lex_state = 1358}, - [68] = {.lex_state = 1358}, - [69] = {.lex_state = 1358}, - [70] = {.lex_state = 1358}, - [71] = {.lex_state = 1358}, - [72] = {.lex_state = 1358}, - [73] = {.lex_state = 1358}, - [74] = {.lex_state = 1358}, - [75] = {.lex_state = 1358}, - [76] = {.lex_state = 1358}, - [77] = {.lex_state = 1358}, - [78] = {.lex_state = 1358}, - [79] = {.lex_state = 1358}, + [1] = {.lex_state = 1380}, + [2] = {.lex_state = 1378, .external_lex_state = 2}, + [3] = {.lex_state = 1378, .external_lex_state = 2}, + [4] = {.lex_state = 1378, .external_lex_state = 3}, + [5] = {.lex_state = 1378, .external_lex_state = 3}, + [6] = {.lex_state = 1378, .external_lex_state = 3}, + [7] = {.lex_state = 1378, .external_lex_state = 4}, + [8] = {.lex_state = 1378, .external_lex_state = 4}, + [9] = {.lex_state = 1378, .external_lex_state = 3}, + [10] = {.lex_state = 1378, .external_lex_state = 4}, + [11] = {.lex_state = 1378, .external_lex_state = 3}, + [12] = {.lex_state = 1378, .external_lex_state = 4}, + [13] = {.lex_state = 1378, .external_lex_state = 3}, + [14] = {.lex_state = 1378, .external_lex_state = 3}, + [15] = {.lex_state = 1378, .external_lex_state = 5}, + [16] = {.lex_state = 1378, .external_lex_state = 3}, + [17] = {.lex_state = 1378, .external_lex_state = 3}, + [18] = {.lex_state = 1378, .external_lex_state = 4}, + [19] = {.lex_state = 1378, .external_lex_state = 3}, + [20] = {.lex_state = 1378, .external_lex_state = 5}, + [21] = {.lex_state = 1378, .external_lex_state = 6}, + [22] = {.lex_state = 1378, .external_lex_state = 3}, + [23] = {.lex_state = 1378, .external_lex_state = 3}, + [24] = {.lex_state = 1378, .external_lex_state = 6}, + [25] = {.lex_state = 1378, .external_lex_state = 4}, + [26] = {.lex_state = 1378, .external_lex_state = 3}, + [27] = {.lex_state = 1378, .external_lex_state = 5}, + [28] = {.lex_state = 1378, .external_lex_state = 6}, + [29] = {.lex_state = 1378, .external_lex_state = 6}, + [30] = {.lex_state = 1378, .external_lex_state = 6}, + [31] = {.lex_state = 1378, .external_lex_state = 6}, + [32] = {.lex_state = 1378, .external_lex_state = 6}, + [33] = {.lex_state = 1378, .external_lex_state = 6}, + [34] = {.lex_state = 1378, .external_lex_state = 6}, + [35] = {.lex_state = 1378, .external_lex_state = 6}, + [36] = {.lex_state = 1378, .external_lex_state = 6}, + [37] = {.lex_state = 1378, .external_lex_state = 6}, + [38] = {.lex_state = 1378, .external_lex_state = 6}, + [39] = {.lex_state = 1378, .external_lex_state = 6}, + [40] = {.lex_state = 1378, .external_lex_state = 6}, + [41] = {.lex_state = 1378, .external_lex_state = 6}, + [42] = {.lex_state = 1378, .external_lex_state = 6}, + [43] = {.lex_state = 1378, .external_lex_state = 6}, + [44] = {.lex_state = 1378, .external_lex_state = 6}, + [45] = {.lex_state = 1378, .external_lex_state = 6}, + [46] = {.lex_state = 1378, .external_lex_state = 6}, + [47] = {.lex_state = 1378, .external_lex_state = 6}, + [48] = {.lex_state = 1378, .external_lex_state = 6}, + [49] = {.lex_state = 1378, .external_lex_state = 6}, + [50] = {.lex_state = 1378, .external_lex_state = 6}, + [51] = {.lex_state = 1378, .external_lex_state = 6}, + [52] = {.lex_state = 1378, .external_lex_state = 6}, + [53] = {.lex_state = 1378, .external_lex_state = 6}, + [54] = {.lex_state = 238}, + [55] = {.lex_state = 1380}, + [56] = {.lex_state = 238}, + [57] = {.lex_state = 238}, + [58] = {.lex_state = 238}, + [59] = {.lex_state = 238}, + [60] = {.lex_state = 1380}, + [61] = {.lex_state = 1380}, + [62] = {.lex_state = 1380}, + [63] = {.lex_state = 1380}, + [64] = {.lex_state = 38, .external_lex_state = 3}, + [65] = {.lex_state = 1380}, + [66] = {.lex_state = 1380}, + [67] = {.lex_state = 38, .external_lex_state = 3}, + [68] = {.lex_state = 38, .external_lex_state = 3}, + [69] = {.lex_state = 1380}, + [70] = {.lex_state = 1380}, + [71] = {.lex_state = 1380}, + [72] = {.lex_state = 1380}, + [73] = {.lex_state = 1380}, + [74] = {.lex_state = 1380}, + [75] = {.lex_state = 1380}, + [76] = {.lex_state = 1380}, + [77] = {.lex_state = 1380}, + [78] = {.lex_state = 38, .external_lex_state = 3}, + [79] = {.lex_state = 1380}, [80] = {.lex_state = 42, .external_lex_state = 7}, [81] = {.lex_state = 42, .external_lex_state = 7}, [82] = {.lex_state = 42, .external_lex_state = 7}, @@ -39196,7 +41487,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [85] = {.lex_state = 44, .external_lex_state = 8}, [86] = {.lex_state = 44, .external_lex_state = 8}, [87] = {.lex_state = 44, .external_lex_state = 8}, - [88] = {.lex_state = 37, .external_lex_state = 2}, + [88] = {.lex_state = 44, .external_lex_state = 8}, [89] = {.lex_state = 44, .external_lex_state = 8}, [90] = {.lex_state = 44, .external_lex_state = 8}, [91] = {.lex_state = 44, .external_lex_state = 8}, @@ -39222,19 +41513,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [111] = {.lex_state = 44, .external_lex_state = 8}, [112] = {.lex_state = 44, .external_lex_state = 8}, [113] = {.lex_state = 44, .external_lex_state = 8}, - [114] = {.lex_state = 37, .external_lex_state = 2}, - [115] = {.lex_state = 44, .external_lex_state = 7}, - [116] = {.lex_state = 44, .external_lex_state = 7}, - [117] = {.lex_state = 44, .external_lex_state = 7}, - [118] = {.lex_state = 44, .external_lex_state = 7}, - [119] = {.lex_state = 44, .external_lex_state = 7}, - [120] = {.lex_state = 44, .external_lex_state = 7}, - [121] = {.lex_state = 44, .external_lex_state = 7}, + [114] = {.lex_state = 44, .external_lex_state = 8}, + [115] = {.lex_state = 44, .external_lex_state = 8}, + [116] = {.lex_state = 44, .external_lex_state = 8}, + [117] = {.lex_state = 44, .external_lex_state = 8}, + [118] = {.lex_state = 44, .external_lex_state = 8}, + [119] = {.lex_state = 44, .external_lex_state = 8}, + [120] = {.lex_state = 44, .external_lex_state = 8}, + [121] = {.lex_state = 37, .external_lex_state = 2}, [122] = {.lex_state = 44, .external_lex_state = 7}, [123] = {.lex_state = 44, .external_lex_state = 7}, [124] = {.lex_state = 44, .external_lex_state = 7}, [125] = {.lex_state = 44, .external_lex_state = 7}, - [126] = {.lex_state = 44, .external_lex_state = 7}, + [126] = {.lex_state = 37, .external_lex_state = 2}, [127] = {.lex_state = 44, .external_lex_state = 7}, [128] = {.lex_state = 44, .external_lex_state = 7}, [129] = {.lex_state = 44, .external_lex_state = 7}, @@ -39251,7110 +41542,7913 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [140] = {.lex_state = 44, .external_lex_state = 7}, [141] = {.lex_state = 44, .external_lex_state = 7}, [142] = {.lex_state = 44, .external_lex_state = 7}, - [143] = {.lex_state = 70, .external_lex_state = 9}, - [144] = {.lex_state = 37, .external_lex_state = 3}, - [145] = {.lex_state = 37, .external_lex_state = 3}, - [146] = {.lex_state = 70, .external_lex_state = 9}, - [147] = {.lex_state = 70, .external_lex_state = 9}, - [148] = {.lex_state = 37, .external_lex_state = 3}, - [149] = {.lex_state = 70, .external_lex_state = 9}, - [150] = {.lex_state = 70, .external_lex_state = 9}, - [151] = {.lex_state = 37, .external_lex_state = 3}, - [152] = {.lex_state = 37, .external_lex_state = 3}, - [153] = {.lex_state = 37, .external_lex_state = 6}, - [154] = {.lex_state = 37, .external_lex_state = 4}, - [155] = {.lex_state = 37, .external_lex_state = 4}, - [156] = {.lex_state = 37, .external_lex_state = 3}, - [157] = {.lex_state = 37, .external_lex_state = 5}, - [158] = {.lex_state = 37, .external_lex_state = 3}, - [159] = {.lex_state = 37, .external_lex_state = 4}, - [160] = {.lex_state = 37, .external_lex_state = 6}, - [161] = {.lex_state = 37, .external_lex_state = 4}, - [162] = {.lex_state = 37, .external_lex_state = 3}, - [163] = {.lex_state = 37, .external_lex_state = 5}, + [143] = {.lex_state = 44, .external_lex_state = 7}, + [144] = {.lex_state = 44, .external_lex_state = 7}, + [145] = {.lex_state = 44, .external_lex_state = 7}, + [146] = {.lex_state = 44, .external_lex_state = 7}, + [147] = {.lex_state = 44, .external_lex_state = 7}, + [148] = {.lex_state = 44, .external_lex_state = 7}, + [149] = {.lex_state = 44, .external_lex_state = 7}, + [150] = {.lex_state = 44, .external_lex_state = 7}, + [151] = {.lex_state = 44, .external_lex_state = 7}, + [152] = {.lex_state = 44, .external_lex_state = 7}, + [153] = {.lex_state = 44, .external_lex_state = 7}, + [154] = {.lex_state = 44, .external_lex_state = 7}, + [155] = {.lex_state = 44, .external_lex_state = 7}, + [156] = {.lex_state = 44, .external_lex_state = 7}, + [157] = {.lex_state = 44, .external_lex_state = 7}, + [158] = {.lex_state = 44, .external_lex_state = 7}, + [159] = {.lex_state = 80, .external_lex_state = 9}, + [160] = {.lex_state = 80, .external_lex_state = 9}, + [161] = {.lex_state = 80, .external_lex_state = 9}, + [162] = {.lex_state = 80, .external_lex_state = 9}, + [163] = {.lex_state = 80, .external_lex_state = 9}, [164] = {.lex_state = 37, .external_lex_state = 3}, [165] = {.lex_state = 37, .external_lex_state = 3}, [166] = {.lex_state = 37, .external_lex_state = 3}, - [167] = {.lex_state = 37, .external_lex_state = 3}, - [168] = {.lex_state = 37, .external_lex_state = 4}, - [169] = {.lex_state = 37, .external_lex_state = 4}, - [170] = {.lex_state = 37, .external_lex_state = 5}, - [171] = {.lex_state = 37, .external_lex_state = 3}, - [172] = {.lex_state = 43, .external_lex_state = 7}, - [173] = {.lex_state = 37, .external_lex_state = 6}, - [174] = {.lex_state = 43, .external_lex_state = 7}, - [175] = {.lex_state = 71, .external_lex_state = 7}, - [176] = {.lex_state = 43, .external_lex_state = 7}, - [177] = {.lex_state = 43, .external_lex_state = 7}, - [178] = {.lex_state = 43, .external_lex_state = 7}, - [179] = {.lex_state = 43, .external_lex_state = 7}, - [180] = {.lex_state = 43, .external_lex_state = 7}, - [181] = {.lex_state = 71, .external_lex_state = 7}, - [182] = {.lex_state = 43, .external_lex_state = 7}, - [183] = {.lex_state = 43, .external_lex_state = 7}, - [184] = {.lex_state = 37, .external_lex_state = 6}, - [185] = {.lex_state = 37, .external_lex_state = 6}, - [186] = {.lex_state = 37, .external_lex_state = 6}, - [187] = {.lex_state = 37, .external_lex_state = 6}, - [188] = {.lex_state = 43, .external_lex_state = 7}, + [167] = {.lex_state = 67, .external_lex_state = 10}, + [168] = {.lex_state = 37, .external_lex_state = 3}, + [169] = {.lex_state = 37, .external_lex_state = 3}, + [170] = {.lex_state = 67, .external_lex_state = 10}, + [171] = {.lex_state = 37, .external_lex_state = 6}, + [172] = {.lex_state = 37, .external_lex_state = 6}, + [173] = {.lex_state = 37, .external_lex_state = 4}, + [174] = {.lex_state = 37, .external_lex_state = 3}, + [175] = {.lex_state = 37, .external_lex_state = 3}, + [176] = {.lex_state = 37, .external_lex_state = 3}, + [177] = {.lex_state = 68, .external_lex_state = 10}, + [178] = {.lex_state = 37, .external_lex_state = 3}, + [179] = {.lex_state = 37, .external_lex_state = 4}, + [180] = {.lex_state = 37, .external_lex_state = 3}, + [181] = {.lex_state = 68, .external_lex_state = 10}, + [182] = {.lex_state = 37, .external_lex_state = 5}, + [183] = {.lex_state = 37, .external_lex_state = 4}, + [184] = {.lex_state = 37, .external_lex_state = 5}, + [185] = {.lex_state = 37, .external_lex_state = 4}, + [186] = {.lex_state = 43, .external_lex_state = 7}, + [187] = {.lex_state = 43, .external_lex_state = 7}, + [188] = {.lex_state = 37, .external_lex_state = 5}, [189] = {.lex_state = 43, .external_lex_state = 7}, - [190] = {.lex_state = 37, .external_lex_state = 6}, - [191] = {.lex_state = 37, .external_lex_state = 6}, - [192] = {.lex_state = 47, .external_lex_state = 10}, + [190] = {.lex_state = 43, .external_lex_state = 7}, + [191] = {.lex_state = 43, .external_lex_state = 7}, + [192] = {.lex_state = 37, .external_lex_state = 3}, [193] = {.lex_state = 43, .external_lex_state = 7}, [194] = {.lex_state = 43, .external_lex_state = 7}, - [195] = {.lex_state = 43, .external_lex_state = 7}, + [195] = {.lex_state = 37, .external_lex_state = 4}, [196] = {.lex_state = 43, .external_lex_state = 7}, [197] = {.lex_state = 43, .external_lex_state = 7}, [198] = {.lex_state = 43, .external_lex_state = 7}, - [199] = {.lex_state = 43, .external_lex_state = 7}, + [199] = {.lex_state = 37, .external_lex_state = 3}, [200] = {.lex_state = 43, .external_lex_state = 7}, - [201] = {.lex_state = 43, .external_lex_state = 7}, - [202] = {.lex_state = 43, .external_lex_state = 7}, - [203] = {.lex_state = 37, .external_lex_state = 6}, + [201] = {.lex_state = 37, .external_lex_state = 3}, + [202] = {.lex_state = 81, .external_lex_state = 7}, + [203] = {.lex_state = 43, .external_lex_state = 7}, [204] = {.lex_state = 43, .external_lex_state = 7}, - [205] = {.lex_state = 37, .external_lex_state = 6}, - [206] = {.lex_state = 37, .external_lex_state = 6}, - [207] = {.lex_state = 43, .external_lex_state = 7}, - [208] = {.lex_state = 47, .external_lex_state = 10}, - [209] = {.lex_state = 43, .external_lex_state = 7}, + [205] = {.lex_state = 83, .external_lex_state = 7}, + [206] = {.lex_state = 83, .external_lex_state = 7}, + [207] = {.lex_state = 83, .external_lex_state = 7}, + [208] = {.lex_state = 67, .external_lex_state = 11}, + [209] = {.lex_state = 47, .external_lex_state = 10}, [210] = {.lex_state = 43, .external_lex_state = 7}, - [211] = {.lex_state = 37, .external_lex_state = 6}, - [212] = {.lex_state = 37, .external_lex_state = 6}, + [211] = {.lex_state = 43, .external_lex_state = 7}, + [212] = {.lex_state = 43, .external_lex_state = 7}, [213] = {.lex_state = 43, .external_lex_state = 7}, - [214] = {.lex_state = 37, .external_lex_state = 6}, - [215] = {.lex_state = 37, .external_lex_state = 6}, - [216] = {.lex_state = 37, .external_lex_state = 6}, + [214] = {.lex_state = 47, .external_lex_state = 10}, + [215] = {.lex_state = 43, .external_lex_state = 7}, + [216] = {.lex_state = 43, .external_lex_state = 7}, [217] = {.lex_state = 43, .external_lex_state = 7}, - [218] = {.lex_state = 43, .external_lex_state = 7}, - [219] = {.lex_state = 37, .external_lex_state = 6}, - [220] = {.lex_state = 37, .external_lex_state = 6}, + [218] = {.lex_state = 37, .external_lex_state = 4}, + [219] = {.lex_state = 43, .external_lex_state = 7}, + [220] = {.lex_state = 43, .external_lex_state = 7}, [221] = {.lex_state = 43, .external_lex_state = 7}, - [222] = {.lex_state = 37, .external_lex_state = 6}, - [223] = {.lex_state = 37, .external_lex_state = 6}, + [222] = {.lex_state = 43, .external_lex_state = 7}, + [223] = {.lex_state = 43, .external_lex_state = 7}, [224] = {.lex_state = 43, .external_lex_state = 7}, - [225] = {.lex_state = 37, .external_lex_state = 6}, - [226] = {.lex_state = 37, .external_lex_state = 6}, - [227] = {.lex_state = 37, .external_lex_state = 6}, - [228] = {.lex_state = 37, .external_lex_state = 6}, + [225] = {.lex_state = 43, .external_lex_state = 7}, + [226] = {.lex_state = 43, .external_lex_state = 7}, + [227] = {.lex_state = 43, .external_lex_state = 7}, + [228] = {.lex_state = 43, .external_lex_state = 7}, [229] = {.lex_state = 43, .external_lex_state = 7}, - [230] = {.lex_state = 37, .external_lex_state = 6}, - [231] = {.lex_state = 37, .external_lex_state = 6}, - [232] = {.lex_state = 37, .external_lex_state = 6}, - [233] = {.lex_state = 43, .external_lex_state = 7}, - [234] = {.lex_state = 68, .external_lex_state = 7}, - [235] = {.lex_state = 59, .external_lex_state = 10}, - [236] = {.lex_state = 68, .external_lex_state = 7}, - [237] = {.lex_state = 47, .external_lex_state = 11}, - [238] = {.lex_state = 59, .external_lex_state = 10}, - [239] = {.lex_state = 68, .external_lex_state = 7}, - [240] = {.lex_state = 67, .external_lex_state = 12}, - [241] = {.lex_state = 47, .external_lex_state = 11}, - [242] = {.lex_state = 47, .external_lex_state = 11}, - [243] = {.lex_state = 47, .external_lex_state = 11}, - [244] = {.lex_state = 47, .external_lex_state = 11}, - [245] = {.lex_state = 47, .external_lex_state = 11}, - [246] = {.lex_state = 67}, - [247] = {.lex_state = 47, .external_lex_state = 11}, - [248] = {.lex_state = 47, .external_lex_state = 11}, - [249] = {.lex_state = 67}, - [250] = {.lex_state = 47, .external_lex_state = 11}, - [251] = {.lex_state = 47, .external_lex_state = 11}, - [252] = {.lex_state = 47, .external_lex_state = 11}, - [253] = {.lex_state = 47, .external_lex_state = 11}, - [254] = {.lex_state = 47, .external_lex_state = 11}, - [255] = {.lex_state = 72, .external_lex_state = 7}, - [256] = {.lex_state = 59, .external_lex_state = 11}, - [257] = {.lex_state = 72, .external_lex_state = 7}, - [258] = {.lex_state = 72, .external_lex_state = 7}, - [259] = {.lex_state = 47, .external_lex_state = 13}, - [260] = {.lex_state = 73, .external_lex_state = 7}, - [261] = {.lex_state = 59, .external_lex_state = 11}, - [262] = {.lex_state = 73, .external_lex_state = 7}, - [263] = {.lex_state = 47, .external_lex_state = 14}, - [264] = {.lex_state = 59, .external_lex_state = 11}, - [265] = {.lex_state = 59, .external_lex_state = 11}, - [266] = {.lex_state = 59, .external_lex_state = 11}, - [267] = {.lex_state = 59, .external_lex_state = 11}, - [268] = {.lex_state = 45, .external_lex_state = 14}, - [269] = {.lex_state = 59, .external_lex_state = 11}, - [270] = {.lex_state = 59, .external_lex_state = 11}, - [271] = {.lex_state = 45, .external_lex_state = 14}, - [272] = {.lex_state = 59, .external_lex_state = 11}, - [273] = {.lex_state = 45, .external_lex_state = 14}, - [274] = {.lex_state = 46, .external_lex_state = 11}, - [275] = {.lex_state = 48, .external_lex_state = 14}, - [276] = {.lex_state = 47, .external_lex_state = 14}, - [277] = {.lex_state = 47, .external_lex_state = 15}, - [278] = {.lex_state = 47, .external_lex_state = 13}, - [279] = {.lex_state = 59, .external_lex_state = 11}, - [280] = {.lex_state = 35, .external_lex_state = 11}, - [281] = {.lex_state = 59, .external_lex_state = 11}, - [282] = {.lex_state = 48, .external_lex_state = 14}, - [283] = {.lex_state = 73, .external_lex_state = 7}, - [284] = {.lex_state = 45, .external_lex_state = 14}, - [285] = {.lex_state = 47, .external_lex_state = 14}, - [286] = {.lex_state = 47, .external_lex_state = 13}, - [287] = {.lex_state = 47, .external_lex_state = 14}, - [288] = {.lex_state = 47, .external_lex_state = 14}, - [289] = {.lex_state = 59, .external_lex_state = 11}, - [290] = {.lex_state = 47, .external_lex_state = 14}, - [291] = {.lex_state = 48, .external_lex_state = 14}, - [292] = {.lex_state = 47, .external_lex_state = 15}, - [293] = {.lex_state = 47, .external_lex_state = 13}, - [294] = {.lex_state = 59, .external_lex_state = 11}, - [295] = {.lex_state = 48, .external_lex_state = 14}, - [296] = {.lex_state = 39, .external_lex_state = 12}, - [297] = {.lex_state = 47, .external_lex_state = 11}, - [298] = {.lex_state = 47, .external_lex_state = 15}, - [299] = {.lex_state = 47, .external_lex_state = 14}, - [300] = {.lex_state = 47, .external_lex_state = 13}, - [301] = {.lex_state = 47, .external_lex_state = 14}, - [302] = {.lex_state = 47, .external_lex_state = 14}, - [303] = {.lex_state = 70, .external_lex_state = 7}, - [304] = {.lex_state = 39, .external_lex_state = 12}, + [230] = {.lex_state = 43, .external_lex_state = 7}, + [231] = {.lex_state = 43, .external_lex_state = 7}, + [232] = {.lex_state = 43, .external_lex_state = 7}, + [233] = {.lex_state = 81, .external_lex_state = 7}, + [234] = {.lex_state = 43, .external_lex_state = 7}, + [235] = {.lex_state = 43, .external_lex_state = 7}, + [236] = {.lex_state = 43, .external_lex_state = 7}, + [237] = {.lex_state = 43, .external_lex_state = 7}, + [238] = {.lex_state = 43, .external_lex_state = 7}, + [239] = {.lex_state = 37, .external_lex_state = 6}, + [240] = {.lex_state = 37, .external_lex_state = 6}, + [241] = {.lex_state = 43, .external_lex_state = 7}, + [242] = {.lex_state = 37, .external_lex_state = 6}, + [243] = {.lex_state = 37, .external_lex_state = 6}, + [244] = {.lex_state = 84, .external_lex_state = 7}, + [245] = {.lex_state = 37, .external_lex_state = 6}, + [246] = {.lex_state = 37, .external_lex_state = 6}, + [247] = {.lex_state = 37, .external_lex_state = 6}, + [248] = {.lex_state = 37, .external_lex_state = 6}, + [249] = {.lex_state = 37, .external_lex_state = 6}, + [250] = {.lex_state = 37, .external_lex_state = 6}, + [251] = {.lex_state = 37, .external_lex_state = 6}, + [252] = {.lex_state = 67, .external_lex_state = 11}, + [253] = {.lex_state = 67, .external_lex_state = 11}, + [254] = {.lex_state = 37, .external_lex_state = 6}, + [255] = {.lex_state = 37, .external_lex_state = 6}, + [256] = {.lex_state = 84, .external_lex_state = 7}, + [257] = {.lex_state = 37, .external_lex_state = 6}, + [258] = {.lex_state = 37, .external_lex_state = 6}, + [259] = {.lex_state = 67, .external_lex_state = 11}, + [260] = {.lex_state = 37, .external_lex_state = 6}, + [261] = {.lex_state = 67, .external_lex_state = 11}, + [262] = {.lex_state = 67, .external_lex_state = 11}, + [263] = {.lex_state = 37, .external_lex_state = 6}, + [264] = {.lex_state = 37, .external_lex_state = 6}, + [265] = {.lex_state = 67, .external_lex_state = 11}, + [266] = {.lex_state = 37, .external_lex_state = 6}, + [267] = {.lex_state = 37, .external_lex_state = 6}, + [268] = {.lex_state = 67, .external_lex_state = 11}, + [269] = {.lex_state = 37, .external_lex_state = 6}, + [270] = {.lex_state = 37, .external_lex_state = 6}, + [271] = {.lex_state = 67, .external_lex_state = 11}, + [272] = {.lex_state = 67, .external_lex_state = 11}, + [273] = {.lex_state = 37, .external_lex_state = 6}, + [274] = {.lex_state = 68, .external_lex_state = 11}, + [275] = {.lex_state = 84, .external_lex_state = 7}, + [276] = {.lex_state = 37, .external_lex_state = 6}, + [277] = {.lex_state = 67, .external_lex_state = 11}, + [278] = {.lex_state = 37, .external_lex_state = 6}, + [279] = {.lex_state = 67, .external_lex_state = 11}, + [280] = {.lex_state = 67, .external_lex_state = 11}, + [281] = {.lex_state = 37, .external_lex_state = 6}, + [282] = {.lex_state = 78, .external_lex_state = 7}, + [283] = {.lex_state = 68, .external_lex_state = 11}, + [284] = {.lex_state = 68, .external_lex_state = 11}, + [285] = {.lex_state = 68, .external_lex_state = 11}, + [286] = {.lex_state = 68, .external_lex_state = 11}, + [287] = {.lex_state = 68, .external_lex_state = 11}, + [288] = {.lex_state = 68, .external_lex_state = 11}, + [289] = {.lex_state = 68, .external_lex_state = 11}, + [290] = {.lex_state = 78, .external_lex_state = 7}, + [291] = {.lex_state = 47, .external_lex_state = 11}, + [292] = {.lex_state = 68, .external_lex_state = 11}, + [293] = {.lex_state = 68, .external_lex_state = 11}, + [294] = {.lex_state = 59, .external_lex_state = 10}, + [295] = {.lex_state = 68, .external_lex_state = 11}, + [296] = {.lex_state = 59, .external_lex_state = 10}, + [297] = {.lex_state = 78, .external_lex_state = 7}, + [298] = {.lex_state = 68, .external_lex_state = 11}, + [299] = {.lex_state = 68, .external_lex_state = 11}, + [300] = {.lex_state = 47, .external_lex_state = 11}, + [301] = {.lex_state = 67, .external_lex_state = 12}, + [302] = {.lex_state = 63, .external_lex_state = 13}, + [303] = {.lex_state = 67, .external_lex_state = 12}, + [304] = {.lex_state = 63, .external_lex_state = 13}, [305] = {.lex_state = 47, .external_lex_state = 11}, - [306] = {.lex_state = 47, .external_lex_state = 13}, - [307] = {.lex_state = 47, .external_lex_state = 11}, + [306] = {.lex_state = 67, .external_lex_state = 12}, + [307] = {.lex_state = 63, .external_lex_state = 13}, [308] = {.lex_state = 47, .external_lex_state = 11}, - [309] = {.lex_state = 65, .external_lex_state = 10}, - [310] = {.lex_state = 65, .external_lex_state = 10}, - [311] = {.lex_state = 59, .external_lex_state = 13}, + [309] = {.lex_state = 67, .external_lex_state = 13}, + [310] = {.lex_state = 67, .external_lex_state = 13}, + [311] = {.lex_state = 69, .external_lex_state = 13}, [312] = {.lex_state = 47, .external_lex_state = 11}, [313] = {.lex_state = 47, .external_lex_state = 11}, - [314] = {.lex_state = 70, .external_lex_state = 7}, - [315] = {.lex_state = 47, .external_lex_state = 11}, - [316] = {.lex_state = 47, .external_lex_state = 11}, - [317] = {.lex_state = 47, .external_lex_state = 11}, - [318] = {.lex_state = 47, .external_lex_state = 11}, - [319] = {.lex_state = 59, .external_lex_state = 13}, - [320] = {.lex_state = 59, .external_lex_state = 15}, - [321] = {.lex_state = 39, .external_lex_state = 12}, - [322] = {.lex_state = 47, .external_lex_state = 11}, + [314] = {.lex_state = 47, .external_lex_state = 11}, + [315] = {.lex_state = 75, .external_lex_state = 14}, + [316] = {.lex_state = 67, .external_lex_state = 15}, + [317] = {.lex_state = 65, .external_lex_state = 11}, + [318] = {.lex_state = 67, .external_lex_state = 15}, + [319] = {.lex_state = 69, .external_lex_state = 13}, + [320] = {.lex_state = 47, .external_lex_state = 11}, + [321] = {.lex_state = 67, .external_lex_state = 13}, + [322] = {.lex_state = 67, .external_lex_state = 13}, [323] = {.lex_state = 47, .external_lex_state = 11}, [324] = {.lex_state = 47, .external_lex_state = 11}, - [325] = {.lex_state = 59, .external_lex_state = 15}, - [326] = {.lex_state = 60, .external_lex_state = 14}, - [327] = {.lex_state = 59, .external_lex_state = 14}, - [328] = {.lex_state = 47, .external_lex_state = 11}, + [325] = {.lex_state = 47, .external_lex_state = 11}, + [326] = {.lex_state = 67, .external_lex_state = 13}, + [327] = {.lex_state = 63, .external_lex_state = 13}, + [328] = {.lex_state = 67, .external_lex_state = 12}, [329] = {.lex_state = 47, .external_lex_state = 11}, - [330] = {.lex_state = 70, .external_lex_state = 7}, + [330] = {.lex_state = 67, .external_lex_state = 13}, [331] = {.lex_state = 47, .external_lex_state = 11}, - [332] = {.lex_state = 59, .external_lex_state = 14}, - [333] = {.lex_state = 70, .external_lex_state = 7}, - [334] = {.lex_state = 59, .external_lex_state = 14}, - [335] = {.lex_state = 47, .external_lex_state = 11}, - [336] = {.lex_state = 47, .external_lex_state = 11}, - [337] = {.lex_state = 47, .external_lex_state = 11}, - [338] = {.lex_state = 59, .external_lex_state = 14}, - [339] = {.lex_state = 47, .external_lex_state = 11}, - [340] = {.lex_state = 47, .external_lex_state = 11}, - [341] = {.lex_state = 59, .external_lex_state = 14}, - [342] = {.lex_state = 57, .external_lex_state = 11}, - [343] = {.lex_state = 47, .external_lex_state = 11}, - [344] = {.lex_state = 55, .external_lex_state = 14}, - [345] = {.lex_state = 47, .external_lex_state = 11}, - [346] = {.lex_state = 47, .external_lex_state = 11}, - [347] = {.lex_state = 55, .external_lex_state = 14}, - [348] = {.lex_state = 55, .external_lex_state = 14}, - [349] = {.lex_state = 70, .external_lex_state = 7}, - [350] = {.lex_state = 70, .external_lex_state = 7}, - [351] = {.lex_state = 59, .external_lex_state = 13}, - [352] = {.lex_state = 55, .external_lex_state = 14}, - [353] = {.lex_state = 47, .external_lex_state = 11}, - [354] = {.lex_state = 47, .external_lex_state = 11}, - [355] = {.lex_state = 70, .external_lex_state = 7}, - [356] = {.lex_state = 60, .external_lex_state = 14}, - [357] = {.lex_state = 60, .external_lex_state = 14}, - [358] = {.lex_state = 47, .external_lex_state = 11}, - [359] = {.lex_state = 60, .external_lex_state = 14}, - [360] = {.lex_state = 70, .external_lex_state = 7}, - [361] = {.lex_state = 59, .external_lex_state = 14}, - [362] = {.lex_state = 70, .external_lex_state = 7}, - [363] = {.lex_state = 59, .external_lex_state = 13}, - [364] = {.lex_state = 47, .external_lex_state = 11}, - [365] = {.lex_state = 47, .external_lex_state = 11}, - [366] = {.lex_state = 59, .external_lex_state = 13}, - [367] = {.lex_state = 70, .external_lex_state = 7}, - [368] = {.lex_state = 70, .external_lex_state = 7}, - [369] = {.lex_state = 94, .external_lex_state = 3}, - [370] = {.lex_state = 70, .external_lex_state = 7}, - [371] = {.lex_state = 70, .external_lex_state = 7}, - [372] = {.lex_state = 61, .external_lex_state = 10}, - [373] = {.lex_state = 70, .external_lex_state = 7}, - [374] = {.lex_state = 70, .external_lex_state = 7}, - [375] = {.lex_state = 70, .external_lex_state = 7}, - [376] = {.lex_state = 59, .external_lex_state = 11}, - [377] = {.lex_state = 59, .external_lex_state = 11}, - [378] = {.lex_state = 59, .external_lex_state = 14}, - [379] = {.lex_state = 94, .external_lex_state = 3}, - [380] = {.lex_state = 70, .external_lex_state = 7}, - [381] = {.lex_state = 70, .external_lex_state = 7}, - [382] = {.lex_state = 59, .external_lex_state = 14}, - [383] = {.lex_state = 70, .external_lex_state = 7}, - [384] = {.lex_state = 70, .external_lex_state = 7}, - [385] = {.lex_state = 70, .external_lex_state = 7}, - [386] = {.lex_state = 94, .external_lex_state = 3}, - [387] = {.lex_state = 70, .external_lex_state = 7}, - [388] = {.lex_state = 61, .external_lex_state = 10}, - [389] = {.lex_state = 59, .external_lex_state = 14}, - [390] = {.lex_state = 70, .external_lex_state = 7}, - [391] = {.lex_state = 70, .external_lex_state = 7}, - [392] = {.lex_state = 70, .external_lex_state = 7}, - [393] = {.lex_state = 59, .external_lex_state = 15}, - [394] = {.lex_state = 70, .external_lex_state = 7}, - [395] = {.lex_state = 59, .external_lex_state = 13}, - [396] = {.lex_state = 94, .external_lex_state = 3}, - [397] = {.lex_state = 70, .external_lex_state = 7}, - [398] = {.lex_state = 70, .external_lex_state = 7}, - [399] = {.lex_state = 70, .external_lex_state = 7}, - [400] = {.lex_state = 59, .external_lex_state = 11}, - [401] = {.lex_state = 70, .external_lex_state = 7}, - [402] = {.lex_state = 70, .external_lex_state = 7}, - [403] = {.lex_state = 70, .external_lex_state = 7}, - [404] = {.lex_state = 70, .external_lex_state = 7}, - [405] = {.lex_state = 70, .external_lex_state = 7}, - [406] = {.lex_state = 70, .external_lex_state = 7}, - [407] = {.lex_state = 70, .external_lex_state = 7}, - [408] = {.lex_state = 70, .external_lex_state = 7}, - [409] = {.lex_state = 70, .external_lex_state = 7}, - [410] = {.lex_state = 70, .external_lex_state = 7}, - [411] = {.lex_state = 70, .external_lex_state = 7}, - [412] = {.lex_state = 70, .external_lex_state = 7}, - [413] = {.lex_state = 70, .external_lex_state = 7}, - [414] = {.lex_state = 70, .external_lex_state = 7}, - [415] = {.lex_state = 70, .external_lex_state = 7}, - [416] = {.lex_state = 70, .external_lex_state = 7}, - [417] = {.lex_state = 70, .external_lex_state = 7}, - [418] = {.lex_state = 70, .external_lex_state = 7}, - [419] = {.lex_state = 70, .external_lex_state = 7}, - [420] = {.lex_state = 70, .external_lex_state = 7}, - [421] = {.lex_state = 70, .external_lex_state = 7}, - [422] = {.lex_state = 70, .external_lex_state = 7}, - [423] = {.lex_state = 70, .external_lex_state = 7}, - [424] = {.lex_state = 70, .external_lex_state = 7}, - [425] = {.lex_state = 70, .external_lex_state = 7}, - [426] = {.lex_state = 70, .external_lex_state = 7}, - [427] = {.lex_state = 70, .external_lex_state = 7}, - [428] = {.lex_state = 70, .external_lex_state = 7}, - [429] = {.lex_state = 70, .external_lex_state = 7}, - [430] = {.lex_state = 70, .external_lex_state = 7}, - [431] = {.lex_state = 70, .external_lex_state = 7}, - [432] = {.lex_state = 70, .external_lex_state = 7}, - [433] = {.lex_state = 70, .external_lex_state = 7}, - [434] = {.lex_state = 70, .external_lex_state = 7}, - [435] = {.lex_state = 70, .external_lex_state = 7}, - [436] = {.lex_state = 70, .external_lex_state = 7}, - [437] = {.lex_state = 70, .external_lex_state = 7}, - [438] = {.lex_state = 70, .external_lex_state = 7}, - [439] = {.lex_state = 70, .external_lex_state = 7}, - [440] = {.lex_state = 70, .external_lex_state = 7}, - [441] = {.lex_state = 70, .external_lex_state = 7}, - [442] = {.lex_state = 70, .external_lex_state = 7}, - [443] = {.lex_state = 70, .external_lex_state = 7}, - [444] = {.lex_state = 70, .external_lex_state = 7}, - [445] = {.lex_state = 70, .external_lex_state = 7}, - [446] = {.lex_state = 70, .external_lex_state = 7}, - [447] = {.lex_state = 70, .external_lex_state = 7}, - [448] = {.lex_state = 70, .external_lex_state = 7}, - [449] = {.lex_state = 70, .external_lex_state = 7}, - [450] = {.lex_state = 70, .external_lex_state = 7}, - [451] = {.lex_state = 70, .external_lex_state = 7}, - [452] = {.lex_state = 70, .external_lex_state = 7}, - [453] = {.lex_state = 70, .external_lex_state = 7}, - [454] = {.lex_state = 70, .external_lex_state = 7}, - [455] = {.lex_state = 70, .external_lex_state = 7}, - [456] = {.lex_state = 70, .external_lex_state = 7}, - [457] = {.lex_state = 70, .external_lex_state = 7}, - [458] = {.lex_state = 70, .external_lex_state = 7}, - [459] = {.lex_state = 70, .external_lex_state = 7}, - [460] = {.lex_state = 70, .external_lex_state = 7}, - [461] = {.lex_state = 70, .external_lex_state = 7}, - [462] = {.lex_state = 70, .external_lex_state = 7}, - [463] = {.lex_state = 70, .external_lex_state = 7}, - [464] = {.lex_state = 70, .external_lex_state = 7}, - [465] = {.lex_state = 70, .external_lex_state = 7}, - [466] = {.lex_state = 70, .external_lex_state = 7}, - [467] = {.lex_state = 70, .external_lex_state = 7}, - [468] = {.lex_state = 70, .external_lex_state = 7}, - [469] = {.lex_state = 70, .external_lex_state = 7}, - [470] = {.lex_state = 70, .external_lex_state = 7}, - [471] = {.lex_state = 70, .external_lex_state = 7}, - [472] = {.lex_state = 70, .external_lex_state = 7}, - [473] = {.lex_state = 70, .external_lex_state = 7}, - [474] = {.lex_state = 70, .external_lex_state = 7}, - [475] = {.lex_state = 70, .external_lex_state = 7}, - [476] = {.lex_state = 70, .external_lex_state = 7}, - [477] = {.lex_state = 70, .external_lex_state = 7}, - [478] = {.lex_state = 70, .external_lex_state = 7}, - [479] = {.lex_state = 70, .external_lex_state = 7}, - [480] = {.lex_state = 70, .external_lex_state = 7}, - [481] = {.lex_state = 70, .external_lex_state = 7}, - [482] = {.lex_state = 70, .external_lex_state = 7}, - [483] = {.lex_state = 70, .external_lex_state = 7}, - [484] = {.lex_state = 70, .external_lex_state = 7}, - [485] = {.lex_state = 70, .external_lex_state = 7}, - [486] = {.lex_state = 70, .external_lex_state = 7}, - [487] = {.lex_state = 70, .external_lex_state = 7}, - [488] = {.lex_state = 70, .external_lex_state = 7}, - [489] = {.lex_state = 70, .external_lex_state = 7}, - [490] = {.lex_state = 70, .external_lex_state = 7}, - [491] = {.lex_state = 70, .external_lex_state = 7}, - [492] = {.lex_state = 70, .external_lex_state = 7}, - [493] = {.lex_state = 70, .external_lex_state = 7}, - [494] = {.lex_state = 70, .external_lex_state = 7}, - [495] = {.lex_state = 70, .external_lex_state = 7}, - [496] = {.lex_state = 70, .external_lex_state = 7}, - [497] = {.lex_state = 70, .external_lex_state = 7}, - [498] = {.lex_state = 70, .external_lex_state = 7}, - [499] = {.lex_state = 70, .external_lex_state = 7}, - [500] = {.lex_state = 70, .external_lex_state = 7}, - [501] = {.lex_state = 70, .external_lex_state = 7}, - [502] = {.lex_state = 70, .external_lex_state = 7}, - [503] = {.lex_state = 70, .external_lex_state = 7}, - [504] = {.lex_state = 70, .external_lex_state = 7}, - [505] = {.lex_state = 70, .external_lex_state = 7}, - [506] = {.lex_state = 70, .external_lex_state = 7}, - [507] = {.lex_state = 70, .external_lex_state = 7}, - [508] = {.lex_state = 70, .external_lex_state = 7}, - [509] = {.lex_state = 70, .external_lex_state = 7}, - [510] = {.lex_state = 70, .external_lex_state = 7}, - [511] = {.lex_state = 70, .external_lex_state = 7}, - [512] = {.lex_state = 70, .external_lex_state = 7}, - [513] = {.lex_state = 70, .external_lex_state = 7}, - [514] = {.lex_state = 70, .external_lex_state = 7}, - [515] = {.lex_state = 70, .external_lex_state = 7}, - [516] = {.lex_state = 70, .external_lex_state = 7}, - [517] = {.lex_state = 70, .external_lex_state = 7}, - [518] = {.lex_state = 70, .external_lex_state = 7}, - [519] = {.lex_state = 70, .external_lex_state = 7}, - [520] = {.lex_state = 70, .external_lex_state = 7}, - [521] = {.lex_state = 70, .external_lex_state = 7}, - [522] = {.lex_state = 70, .external_lex_state = 7}, - [523] = {.lex_state = 70, .external_lex_state = 7}, - [524] = {.lex_state = 70, .external_lex_state = 7}, - [525] = {.lex_state = 70, .external_lex_state = 7}, - [526] = {.lex_state = 70, .external_lex_state = 7}, - [527] = {.lex_state = 70, .external_lex_state = 7}, - [528] = {.lex_state = 70, .external_lex_state = 7}, - [529] = {.lex_state = 70, .external_lex_state = 7}, - [530] = {.lex_state = 70, .external_lex_state = 7}, - [531] = {.lex_state = 70, .external_lex_state = 7}, - [532] = {.lex_state = 70, .external_lex_state = 7}, - [533] = {.lex_state = 70, .external_lex_state = 7}, - [534] = {.lex_state = 70, .external_lex_state = 7}, - [535] = {.lex_state = 70, .external_lex_state = 7}, - [536] = {.lex_state = 70, .external_lex_state = 7}, - [537] = {.lex_state = 70, .external_lex_state = 7}, - [538] = {.lex_state = 70, .external_lex_state = 7}, - [539] = {.lex_state = 70, .external_lex_state = 7}, - [540] = {.lex_state = 70, .external_lex_state = 7}, - [541] = {.lex_state = 70, .external_lex_state = 7}, - [542] = {.lex_state = 70, .external_lex_state = 7}, - [543] = {.lex_state = 70, .external_lex_state = 7}, - [544] = {.lex_state = 70, .external_lex_state = 7}, - [545] = {.lex_state = 70, .external_lex_state = 7}, - [546] = {.lex_state = 70, .external_lex_state = 7}, - [547] = {.lex_state = 70, .external_lex_state = 7}, - [548] = {.lex_state = 70, .external_lex_state = 7}, - [549] = {.lex_state = 70, .external_lex_state = 7}, - [550] = {.lex_state = 70, .external_lex_state = 7}, - [551] = {.lex_state = 70, .external_lex_state = 7}, - [552] = {.lex_state = 70, .external_lex_state = 7}, - [553] = {.lex_state = 70, .external_lex_state = 7}, - [554] = {.lex_state = 70, .external_lex_state = 7}, - [555] = {.lex_state = 70, .external_lex_state = 7}, - [556] = {.lex_state = 70, .external_lex_state = 7}, - [557] = {.lex_state = 70, .external_lex_state = 7}, - [558] = {.lex_state = 70, .external_lex_state = 7}, - [559] = {.lex_state = 70, .external_lex_state = 7}, - [560] = {.lex_state = 70, .external_lex_state = 7}, - [561] = {.lex_state = 70, .external_lex_state = 7}, - [562] = {.lex_state = 70, .external_lex_state = 7}, - [563] = {.lex_state = 70, .external_lex_state = 7}, - [564] = {.lex_state = 70, .external_lex_state = 7}, - [565] = {.lex_state = 70, .external_lex_state = 7}, - [566] = {.lex_state = 70, .external_lex_state = 7}, - [567] = {.lex_state = 70, .external_lex_state = 7}, - [568] = {.lex_state = 70, .external_lex_state = 7}, - [569] = {.lex_state = 70, .external_lex_state = 7}, - [570] = {.lex_state = 70, .external_lex_state = 7}, - [571] = {.lex_state = 70, .external_lex_state = 7}, - [572] = {.lex_state = 70, .external_lex_state = 7}, - [573] = {.lex_state = 70, .external_lex_state = 7}, - [574] = {.lex_state = 70, .external_lex_state = 7}, - [575] = {.lex_state = 70, .external_lex_state = 7}, - [576] = {.lex_state = 70, .external_lex_state = 7}, - [577] = {.lex_state = 70, .external_lex_state = 7}, - [578] = {.lex_state = 70, .external_lex_state = 7}, - [579] = {.lex_state = 70, .external_lex_state = 7}, - [580] = {.lex_state = 70, .external_lex_state = 7}, - [581] = {.lex_state = 70, .external_lex_state = 7}, - [582] = {.lex_state = 70, .external_lex_state = 7}, - [583] = {.lex_state = 70, .external_lex_state = 7}, - [584] = {.lex_state = 70, .external_lex_state = 7}, - [585] = {.lex_state = 70, .external_lex_state = 7}, - [586] = {.lex_state = 70, .external_lex_state = 7}, - [587] = {.lex_state = 70, .external_lex_state = 7}, - [588] = {.lex_state = 70, .external_lex_state = 7}, - [589] = {.lex_state = 70, .external_lex_state = 7}, - [590] = {.lex_state = 70, .external_lex_state = 7}, - [591] = {.lex_state = 70, .external_lex_state = 7}, - [592] = {.lex_state = 70, .external_lex_state = 7}, - [593] = {.lex_state = 70, .external_lex_state = 7}, - [594] = {.lex_state = 70, .external_lex_state = 7}, - [595] = {.lex_state = 70, .external_lex_state = 7}, - [596] = {.lex_state = 70, .external_lex_state = 7}, - [597] = {.lex_state = 70, .external_lex_state = 7}, - [598] = {.lex_state = 70, .external_lex_state = 7}, - [599] = {.lex_state = 70, .external_lex_state = 7}, - [600] = {.lex_state = 70, .external_lex_state = 7}, - [601] = {.lex_state = 70, .external_lex_state = 7}, - [602] = {.lex_state = 70, .external_lex_state = 7}, - [603] = {.lex_state = 70, .external_lex_state = 7}, - [604] = {.lex_state = 70, .external_lex_state = 7}, - [605] = {.lex_state = 70, .external_lex_state = 7}, - [606] = {.lex_state = 70, .external_lex_state = 7}, - [607] = {.lex_state = 70, .external_lex_state = 7}, - [608] = {.lex_state = 70, .external_lex_state = 7}, - [609] = {.lex_state = 70, .external_lex_state = 7}, - [610] = {.lex_state = 70, .external_lex_state = 7}, - [611] = {.lex_state = 70, .external_lex_state = 7}, - [612] = {.lex_state = 70, .external_lex_state = 7}, - [613] = {.lex_state = 70, .external_lex_state = 7}, - [614] = {.lex_state = 70, .external_lex_state = 7}, - [615] = {.lex_state = 70, .external_lex_state = 7}, - [616] = {.lex_state = 70, .external_lex_state = 7}, - [617] = {.lex_state = 70, .external_lex_state = 7}, - [618] = {.lex_state = 70, .external_lex_state = 7}, - [619] = {.lex_state = 70, .external_lex_state = 7}, - [620] = {.lex_state = 70, .external_lex_state = 7}, - [621] = {.lex_state = 70, .external_lex_state = 7}, - [622] = {.lex_state = 70, .external_lex_state = 7}, - [623] = {.lex_state = 70, .external_lex_state = 7}, - [624] = {.lex_state = 70, .external_lex_state = 7}, - [625] = {.lex_state = 70, .external_lex_state = 7}, - [626] = {.lex_state = 70, .external_lex_state = 7}, - [627] = {.lex_state = 70, .external_lex_state = 7}, - [628] = {.lex_state = 70, .external_lex_state = 7}, - [629] = {.lex_state = 70, .external_lex_state = 7}, - [630] = {.lex_state = 70, .external_lex_state = 7}, - [631] = {.lex_state = 70, .external_lex_state = 7}, - [632] = {.lex_state = 70, .external_lex_state = 7}, - [633] = {.lex_state = 70, .external_lex_state = 7}, - [634] = {.lex_state = 70, .external_lex_state = 7}, - [635] = {.lex_state = 70, .external_lex_state = 7}, - [636] = {.lex_state = 70, .external_lex_state = 7}, - [637] = {.lex_state = 70, .external_lex_state = 7}, - [638] = {.lex_state = 70, .external_lex_state = 7}, - [639] = {.lex_state = 70, .external_lex_state = 7}, - [640] = {.lex_state = 70, .external_lex_state = 7}, - [641] = {.lex_state = 70, .external_lex_state = 7}, - [642] = {.lex_state = 70, .external_lex_state = 7}, - [643] = {.lex_state = 70, .external_lex_state = 7}, - [644] = {.lex_state = 70, .external_lex_state = 7}, - [645] = {.lex_state = 70, .external_lex_state = 7}, - [646] = {.lex_state = 70, .external_lex_state = 7}, - [647] = {.lex_state = 70, .external_lex_state = 7}, - [648] = {.lex_state = 70, .external_lex_state = 7}, - [649] = {.lex_state = 70, .external_lex_state = 7}, - [650] = {.lex_state = 70, .external_lex_state = 7}, - [651] = {.lex_state = 70, .external_lex_state = 7}, - [652] = {.lex_state = 70, .external_lex_state = 7}, - [653] = {.lex_state = 70, .external_lex_state = 7}, - [654] = {.lex_state = 70, .external_lex_state = 7}, - [655] = {.lex_state = 70, .external_lex_state = 7}, - [656] = {.lex_state = 70, .external_lex_state = 7}, - [657] = {.lex_state = 70, .external_lex_state = 7}, - [658] = {.lex_state = 70, .external_lex_state = 7}, - [659] = {.lex_state = 70, .external_lex_state = 7}, - [660] = {.lex_state = 70, .external_lex_state = 7}, - [661] = {.lex_state = 70, .external_lex_state = 7}, - [662] = {.lex_state = 70, .external_lex_state = 7}, - [663] = {.lex_state = 70, .external_lex_state = 7}, - [664] = {.lex_state = 70, .external_lex_state = 7}, - [665] = {.lex_state = 70, .external_lex_state = 7}, - [666] = {.lex_state = 70, .external_lex_state = 7}, - [667] = {.lex_state = 70, .external_lex_state = 7}, - [668] = {.lex_state = 70, .external_lex_state = 7}, - [669] = {.lex_state = 70, .external_lex_state = 7}, - [670] = {.lex_state = 70, .external_lex_state = 7}, - [671] = {.lex_state = 70, .external_lex_state = 7}, - [672] = {.lex_state = 70, .external_lex_state = 7}, - [673] = {.lex_state = 70, .external_lex_state = 7}, - [674] = {.lex_state = 70, .external_lex_state = 7}, - [675] = {.lex_state = 70, .external_lex_state = 7}, - [676] = {.lex_state = 70, .external_lex_state = 7}, - [677] = {.lex_state = 70, .external_lex_state = 7}, - [678] = {.lex_state = 70, .external_lex_state = 7}, - [679] = {.lex_state = 70, .external_lex_state = 7}, - [680] = {.lex_state = 70, .external_lex_state = 7}, - [681] = {.lex_state = 70, .external_lex_state = 7}, - [682] = {.lex_state = 70, .external_lex_state = 7}, - [683] = {.lex_state = 70, .external_lex_state = 7}, - [684] = {.lex_state = 70, .external_lex_state = 7}, - [685] = {.lex_state = 70, .external_lex_state = 7}, - [686] = {.lex_state = 70, .external_lex_state = 7}, - [687] = {.lex_state = 70, .external_lex_state = 7}, - [688] = {.lex_state = 70, .external_lex_state = 7}, - [689] = {.lex_state = 70, .external_lex_state = 7}, - [690] = {.lex_state = 70, .external_lex_state = 7}, - [691] = {.lex_state = 70, .external_lex_state = 7}, - [692] = {.lex_state = 70, .external_lex_state = 7}, - [693] = {.lex_state = 70, .external_lex_state = 7}, - [694] = {.lex_state = 70, .external_lex_state = 7}, - [695] = {.lex_state = 70, .external_lex_state = 7}, - [696] = {.lex_state = 70, .external_lex_state = 7}, - [697] = {.lex_state = 70, .external_lex_state = 7}, - [698] = {.lex_state = 70, .external_lex_state = 7}, - [699] = {.lex_state = 70, .external_lex_state = 7}, - [700] = {.lex_state = 70, .external_lex_state = 7}, - [701] = {.lex_state = 70, .external_lex_state = 7}, - [702] = {.lex_state = 70, .external_lex_state = 7}, - [703] = {.lex_state = 70, .external_lex_state = 7}, - [704] = {.lex_state = 70, .external_lex_state = 7}, - [705] = {.lex_state = 70, .external_lex_state = 7}, - [706] = {.lex_state = 70, .external_lex_state = 7}, - [707] = {.lex_state = 70, .external_lex_state = 7}, - [708] = {.lex_state = 70, .external_lex_state = 7}, - [709] = {.lex_state = 70, .external_lex_state = 7}, - [710] = {.lex_state = 70, .external_lex_state = 7}, - [711] = {.lex_state = 70, .external_lex_state = 7}, - [712] = {.lex_state = 70, .external_lex_state = 7}, - [713] = {.lex_state = 70, .external_lex_state = 7}, - [714] = {.lex_state = 70, .external_lex_state = 7}, - [715] = {.lex_state = 70, .external_lex_state = 7}, - [716] = {.lex_state = 70, .external_lex_state = 7}, - [717] = {.lex_state = 70, .external_lex_state = 7}, - [718] = {.lex_state = 70, .external_lex_state = 7}, - [719] = {.lex_state = 70, .external_lex_state = 7}, - [720] = {.lex_state = 70, .external_lex_state = 7}, - [721] = {.lex_state = 70, .external_lex_state = 7}, - [722] = {.lex_state = 70, .external_lex_state = 7}, - [723] = {.lex_state = 70, .external_lex_state = 7}, - [724] = {.lex_state = 70, .external_lex_state = 7}, - [725] = {.lex_state = 70, .external_lex_state = 7}, - [726] = {.lex_state = 70, .external_lex_state = 7}, - [727] = {.lex_state = 70, .external_lex_state = 7}, - [728] = {.lex_state = 70, .external_lex_state = 7}, - [729] = {.lex_state = 70, .external_lex_state = 7}, - [730] = {.lex_state = 70, .external_lex_state = 7}, - [731] = {.lex_state = 70, .external_lex_state = 7}, - [732] = {.lex_state = 70, .external_lex_state = 7}, - [733] = {.lex_state = 70, .external_lex_state = 7}, - [734] = {.lex_state = 70, .external_lex_state = 7}, - [735] = {.lex_state = 70, .external_lex_state = 7}, - [736] = {.lex_state = 70, .external_lex_state = 7}, - [737] = {.lex_state = 70, .external_lex_state = 7}, - [738] = {.lex_state = 70, .external_lex_state = 7}, - [739] = {.lex_state = 70, .external_lex_state = 7}, - [740] = {.lex_state = 70, .external_lex_state = 7}, - [741] = {.lex_state = 70, .external_lex_state = 7}, - [742] = {.lex_state = 70, .external_lex_state = 7}, - [743] = {.lex_state = 70, .external_lex_state = 7}, - [744] = {.lex_state = 70, .external_lex_state = 7}, - [745] = {.lex_state = 70, .external_lex_state = 7}, - [746] = {.lex_state = 70, .external_lex_state = 7}, - [747] = {.lex_state = 70, .external_lex_state = 7}, - [748] = {.lex_state = 70, .external_lex_state = 7}, - [749] = {.lex_state = 70, .external_lex_state = 7}, - [750] = {.lex_state = 70, .external_lex_state = 7}, - [751] = {.lex_state = 70, .external_lex_state = 7}, - [752] = {.lex_state = 70, .external_lex_state = 7}, - [753] = {.lex_state = 70, .external_lex_state = 7}, - [754] = {.lex_state = 70, .external_lex_state = 7}, - [755] = {.lex_state = 70, .external_lex_state = 7}, - [756] = {.lex_state = 70, .external_lex_state = 7}, - [757] = {.lex_state = 70, .external_lex_state = 7}, - [758] = {.lex_state = 70, .external_lex_state = 7}, - [759] = {.lex_state = 70, .external_lex_state = 7}, - [760] = {.lex_state = 70, .external_lex_state = 7}, - [761] = {.lex_state = 70, .external_lex_state = 7}, - [762] = {.lex_state = 70, .external_lex_state = 7}, - [763] = {.lex_state = 70, .external_lex_state = 7}, - [764] = {.lex_state = 70, .external_lex_state = 7}, - [765] = {.lex_state = 70, .external_lex_state = 7}, - [766] = {.lex_state = 70, .external_lex_state = 7}, - [767] = {.lex_state = 70, .external_lex_state = 7}, - [768] = {.lex_state = 70, .external_lex_state = 7}, - [769] = {.lex_state = 70, .external_lex_state = 7}, - [770] = {.lex_state = 70, .external_lex_state = 7}, - [771] = {.lex_state = 70, .external_lex_state = 7}, - [772] = {.lex_state = 70, .external_lex_state = 7}, - [773] = {.lex_state = 70, .external_lex_state = 7}, - [774] = {.lex_state = 70, .external_lex_state = 7}, - [775] = {.lex_state = 70, .external_lex_state = 7}, - [776] = {.lex_state = 70, .external_lex_state = 7}, - [777] = {.lex_state = 70, .external_lex_state = 7}, - [778] = {.lex_state = 70, .external_lex_state = 7}, - [779] = {.lex_state = 70, .external_lex_state = 7}, - [780] = {.lex_state = 70, .external_lex_state = 7}, - [781] = {.lex_state = 70, .external_lex_state = 7}, - [782] = {.lex_state = 70, .external_lex_state = 7}, - [783] = {.lex_state = 70, .external_lex_state = 7}, - [784] = {.lex_state = 70, .external_lex_state = 7}, - [785] = {.lex_state = 70, .external_lex_state = 7}, - [786] = {.lex_state = 70, .external_lex_state = 7}, - [787] = {.lex_state = 70, .external_lex_state = 7}, - [788] = {.lex_state = 70, .external_lex_state = 7}, - [789] = {.lex_state = 70, .external_lex_state = 7}, - [790] = {.lex_state = 70, .external_lex_state = 7}, - [791] = {.lex_state = 70, .external_lex_state = 7}, - [792] = {.lex_state = 70, .external_lex_state = 7}, - [793] = {.lex_state = 70, .external_lex_state = 7}, - [794] = {.lex_state = 70, .external_lex_state = 7}, - [795] = {.lex_state = 70, .external_lex_state = 7}, - [796] = {.lex_state = 70, .external_lex_state = 7}, - [797] = {.lex_state = 70, .external_lex_state = 7}, - [798] = {.lex_state = 70, .external_lex_state = 7}, - [799] = {.lex_state = 70, .external_lex_state = 7}, - [800] = {.lex_state = 70, .external_lex_state = 7}, - [801] = {.lex_state = 70, .external_lex_state = 7}, - [802] = {.lex_state = 59, .external_lex_state = 11}, - [803] = {.lex_state = 70, .external_lex_state = 7}, - [804] = {.lex_state = 70, .external_lex_state = 7}, - [805] = {.lex_state = 70, .external_lex_state = 7}, - [806] = {.lex_state = 70, .external_lex_state = 7}, - [807] = {.lex_state = 59, .external_lex_state = 11}, - [808] = {.lex_state = 70, .external_lex_state = 7}, - [809] = {.lex_state = 70, .external_lex_state = 7}, - [810] = {.lex_state = 59, .external_lex_state = 11}, - [811] = {.lex_state = 70, .external_lex_state = 7}, - [812] = {.lex_state = 70, .external_lex_state = 7}, - [813] = {.lex_state = 70, .external_lex_state = 7}, - [814] = {.lex_state = 70, .external_lex_state = 7}, - [815] = {.lex_state = 70, .external_lex_state = 7}, - [816] = {.lex_state = 70, .external_lex_state = 7}, - [817] = {.lex_state = 70, .external_lex_state = 7}, - [818] = {.lex_state = 70, .external_lex_state = 7}, - [819] = {.lex_state = 70, .external_lex_state = 7}, - [820] = {.lex_state = 70, .external_lex_state = 7}, - [821] = {.lex_state = 70, .external_lex_state = 7}, - [822] = {.lex_state = 70, .external_lex_state = 7}, - [823] = {.lex_state = 70, .external_lex_state = 7}, - [824] = {.lex_state = 70, .external_lex_state = 7}, - [825] = {.lex_state = 70, .external_lex_state = 7}, - [826] = {.lex_state = 70, .external_lex_state = 7}, - [827] = {.lex_state = 70, .external_lex_state = 7}, - [828] = {.lex_state = 59, .external_lex_state = 11}, - [829] = {.lex_state = 70, .external_lex_state = 7}, - [830] = {.lex_state = 59, .external_lex_state = 11}, - [831] = {.lex_state = 70, .external_lex_state = 7}, - [832] = {.lex_state = 70, .external_lex_state = 7}, - [833] = {.lex_state = 70, .external_lex_state = 7}, - [834] = {.lex_state = 70, .external_lex_state = 7}, - [835] = {.lex_state = 70, .external_lex_state = 7}, - [836] = {.lex_state = 70, .external_lex_state = 7}, - [837] = {.lex_state = 70, .external_lex_state = 7}, - [838] = {.lex_state = 70, .external_lex_state = 7}, - [839] = {.lex_state = 59, .external_lex_state = 11}, - [840] = {.lex_state = 70, .external_lex_state = 7}, - [841] = {.lex_state = 59, .external_lex_state = 11}, - [842] = {.lex_state = 59, .external_lex_state = 11}, - [843] = {.lex_state = 59, .external_lex_state = 11}, - [844] = {.lex_state = 59, .external_lex_state = 11}, - [845] = {.lex_state = 70, .external_lex_state = 7}, - [846] = {.lex_state = 59, .external_lex_state = 11}, - [847] = {.lex_state = 59, .external_lex_state = 11}, - [848] = {.lex_state = 59, .external_lex_state = 11}, - [849] = {.lex_state = 70, .external_lex_state = 7}, - [850] = {.lex_state = 70, .external_lex_state = 7}, - [851] = {.lex_state = 59, .external_lex_state = 11}, - [852] = {.lex_state = 59, .external_lex_state = 11}, - [853] = {.lex_state = 70, .external_lex_state = 7}, - [854] = {.lex_state = 59, .external_lex_state = 11}, - [855] = {.lex_state = 59, .external_lex_state = 11}, - [856] = {.lex_state = 70, .external_lex_state = 7}, - [857] = {.lex_state = 70, .external_lex_state = 7}, - [858] = {.lex_state = 70, .external_lex_state = 7}, - [859] = {.lex_state = 70, .external_lex_state = 7}, - [860] = {.lex_state = 70, .external_lex_state = 7}, - [861] = {.lex_state = 59, .external_lex_state = 11}, - [862] = {.lex_state = 70, .external_lex_state = 7}, - [863] = {.lex_state = 70, .external_lex_state = 7}, - [864] = {.lex_state = 70, .external_lex_state = 7}, - [865] = {.lex_state = 70, .external_lex_state = 7}, - [866] = {.lex_state = 70, .external_lex_state = 7}, - [867] = {.lex_state = 59, .external_lex_state = 11}, - [868] = {.lex_state = 70, .external_lex_state = 7}, - [869] = {.lex_state = 70, .external_lex_state = 7}, - [870] = {.lex_state = 59, .external_lex_state = 11}, - [871] = {.lex_state = 70, .external_lex_state = 7}, - [872] = {.lex_state = 70, .external_lex_state = 7}, - [873] = {.lex_state = 70, .external_lex_state = 7}, - [874] = {.lex_state = 70, .external_lex_state = 7}, - [875] = {.lex_state = 70, .external_lex_state = 7}, - [876] = {.lex_state = 70, .external_lex_state = 7}, - [877] = {.lex_state = 70, .external_lex_state = 7}, - [878] = {.lex_state = 70, .external_lex_state = 7}, - [879] = {.lex_state = 70, .external_lex_state = 7}, - [880] = {.lex_state = 70, .external_lex_state = 7}, - [881] = {.lex_state = 70, .external_lex_state = 7}, - [882] = {.lex_state = 70, .external_lex_state = 7}, - [883] = {.lex_state = 59, .external_lex_state = 11}, - [884] = {.lex_state = 59, .external_lex_state = 11}, - [885] = {.lex_state = 70, .external_lex_state = 7}, - [886] = {.lex_state = 59, .external_lex_state = 11}, - [887] = {.lex_state = 70, .external_lex_state = 7}, - [888] = {.lex_state = 70, .external_lex_state = 7}, - [889] = {.lex_state = 59, .external_lex_state = 11}, - [890] = {.lex_state = 59, .external_lex_state = 11}, - [891] = {.lex_state = 59, .external_lex_state = 11}, - [892] = {.lex_state = 70, .external_lex_state = 7}, - [893] = {.lex_state = 70, .external_lex_state = 7}, - [894] = {.lex_state = 70, .external_lex_state = 7}, - [895] = {.lex_state = 70, .external_lex_state = 7}, - [896] = {.lex_state = 70, .external_lex_state = 7}, - [897] = {.lex_state = 70, .external_lex_state = 7}, - [898] = {.lex_state = 70, .external_lex_state = 7}, - [899] = {.lex_state = 70, .external_lex_state = 7}, - [900] = {.lex_state = 70, .external_lex_state = 7}, - [901] = {.lex_state = 70, .external_lex_state = 7}, - [902] = {.lex_state = 70, .external_lex_state = 7}, - [903] = {.lex_state = 70, .external_lex_state = 7}, - [904] = {.lex_state = 70, .external_lex_state = 7}, - [905] = {.lex_state = 70, .external_lex_state = 7}, - [906] = {.lex_state = 70, .external_lex_state = 7}, - [907] = {.lex_state = 70, .external_lex_state = 7}, - [908] = {.lex_state = 70, .external_lex_state = 7}, - [909] = {.lex_state = 70, .external_lex_state = 7}, - [910] = {.lex_state = 70, .external_lex_state = 7}, - [911] = {.lex_state = 70, .external_lex_state = 7}, - [912] = {.lex_state = 70, .external_lex_state = 7}, - [913] = {.lex_state = 70, .external_lex_state = 7}, - [914] = {.lex_state = 70, .external_lex_state = 7}, - [915] = {.lex_state = 70, .external_lex_state = 7}, - [916] = {.lex_state = 70, .external_lex_state = 7}, - [917] = {.lex_state = 70, .external_lex_state = 7}, - [918] = {.lex_state = 70, .external_lex_state = 7}, - [919] = {.lex_state = 70, .external_lex_state = 7}, - [920] = {.lex_state = 70, .external_lex_state = 7}, - [921] = {.lex_state = 70, .external_lex_state = 7}, - [922] = {.lex_state = 70, .external_lex_state = 7}, - [923] = {.lex_state = 70, .external_lex_state = 7}, - [924] = {.lex_state = 70, .external_lex_state = 7}, - [925] = {.lex_state = 70, .external_lex_state = 7}, - [926] = {.lex_state = 70, .external_lex_state = 7}, - [927] = {.lex_state = 70, .external_lex_state = 7}, - [928] = {.lex_state = 70, .external_lex_state = 7}, - [929] = {.lex_state = 70, .external_lex_state = 7}, - [930] = {.lex_state = 70, .external_lex_state = 7}, - [931] = {.lex_state = 70, .external_lex_state = 7}, - [932] = {.lex_state = 70, .external_lex_state = 7}, - [933] = {.lex_state = 70, .external_lex_state = 7}, - [934] = {.lex_state = 70, .external_lex_state = 7}, - [935] = {.lex_state = 70, .external_lex_state = 7}, - [936] = {.lex_state = 70, .external_lex_state = 7}, - [937] = {.lex_state = 70, .external_lex_state = 7}, - [938] = {.lex_state = 70, .external_lex_state = 7}, - [939] = {.lex_state = 70, .external_lex_state = 7}, - [940] = {.lex_state = 70, .external_lex_state = 7}, - [941] = {.lex_state = 70, .external_lex_state = 7}, - [942] = {.lex_state = 70, .external_lex_state = 7}, - [943] = {.lex_state = 70, .external_lex_state = 7}, - [944] = {.lex_state = 70, .external_lex_state = 7}, - [945] = {.lex_state = 70, .external_lex_state = 7}, - [946] = {.lex_state = 70, .external_lex_state = 7}, - [947] = {.lex_state = 70, .external_lex_state = 7}, - [948] = {.lex_state = 70, .external_lex_state = 7}, - [949] = {.lex_state = 70, .external_lex_state = 7}, - [950] = {.lex_state = 70, .external_lex_state = 7}, - [951] = {.lex_state = 70, .external_lex_state = 7}, - [952] = {.lex_state = 70, .external_lex_state = 7}, - [953] = {.lex_state = 70, .external_lex_state = 7}, - [954] = {.lex_state = 70, .external_lex_state = 7}, - [955] = {.lex_state = 70, .external_lex_state = 7}, - [956] = {.lex_state = 70, .external_lex_state = 7}, - [957] = {.lex_state = 70, .external_lex_state = 7}, - [958] = {.lex_state = 70, .external_lex_state = 7}, - [959] = {.lex_state = 70, .external_lex_state = 7}, - [960] = {.lex_state = 70, .external_lex_state = 7}, - [961] = {.lex_state = 70, .external_lex_state = 7}, - [962] = {.lex_state = 70, .external_lex_state = 7}, - [963] = {.lex_state = 70, .external_lex_state = 7}, - [964] = {.lex_state = 70, .external_lex_state = 7}, - [965] = {.lex_state = 70, .external_lex_state = 7}, - [966] = {.lex_state = 70, .external_lex_state = 7}, - [967] = {.lex_state = 70, .external_lex_state = 7}, - [968] = {.lex_state = 70, .external_lex_state = 7}, - [969] = {.lex_state = 70, .external_lex_state = 7}, - [970] = {.lex_state = 70, .external_lex_state = 7}, - [971] = {.lex_state = 70, .external_lex_state = 7}, - [972] = {.lex_state = 70, .external_lex_state = 7}, - [973] = {.lex_state = 70, .external_lex_state = 7}, - [974] = {.lex_state = 70, .external_lex_state = 7}, - [975] = {.lex_state = 70, .external_lex_state = 7}, - [976] = {.lex_state = 70, .external_lex_state = 7}, - [977] = {.lex_state = 70, .external_lex_state = 7}, - [978] = {.lex_state = 70, .external_lex_state = 7}, - [979] = {.lex_state = 70, .external_lex_state = 7}, - [980] = {.lex_state = 70, .external_lex_state = 7}, - [981] = {.lex_state = 70, .external_lex_state = 7}, - [982] = {.lex_state = 70, .external_lex_state = 7}, - [983] = {.lex_state = 70, .external_lex_state = 7}, - [984] = {.lex_state = 70, .external_lex_state = 7}, - [985] = {.lex_state = 70, .external_lex_state = 7}, - [986] = {.lex_state = 70, .external_lex_state = 7}, - [987] = {.lex_state = 70, .external_lex_state = 7}, - [988] = {.lex_state = 70, .external_lex_state = 7}, - [989] = {.lex_state = 70, .external_lex_state = 7}, - [990] = {.lex_state = 70, .external_lex_state = 7}, - [991] = {.lex_state = 70, .external_lex_state = 7}, - [992] = {.lex_state = 70, .external_lex_state = 7}, - [993] = {.lex_state = 70, .external_lex_state = 7}, - [994] = {.lex_state = 70, .external_lex_state = 7}, - [995] = {.lex_state = 70, .external_lex_state = 7}, - [996] = {.lex_state = 70, .external_lex_state = 7}, - [997] = {.lex_state = 70, .external_lex_state = 7}, - [998] = {.lex_state = 70, .external_lex_state = 7}, - [999] = {.lex_state = 70, .external_lex_state = 7}, - [1000] = {.lex_state = 70, .external_lex_state = 7}, - [1001] = {.lex_state = 70, .external_lex_state = 7}, - [1002] = {.lex_state = 70, .external_lex_state = 7}, - [1003] = {.lex_state = 70, .external_lex_state = 7}, - [1004] = {.lex_state = 70, .external_lex_state = 7}, - [1005] = {.lex_state = 70, .external_lex_state = 7}, - [1006] = {.lex_state = 70, .external_lex_state = 7}, - [1007] = {.lex_state = 70, .external_lex_state = 7}, - [1008] = {.lex_state = 70, .external_lex_state = 7}, - [1009] = {.lex_state = 70, .external_lex_state = 7}, - [1010] = {.lex_state = 70, .external_lex_state = 7}, - [1011] = {.lex_state = 70, .external_lex_state = 7}, - [1012] = {.lex_state = 70, .external_lex_state = 7}, - [1013] = {.lex_state = 70, .external_lex_state = 7}, - [1014] = {.lex_state = 70, .external_lex_state = 7}, - [1015] = {.lex_state = 70, .external_lex_state = 7}, - [1016] = {.lex_state = 70, .external_lex_state = 7}, - [1017] = {.lex_state = 70, .external_lex_state = 7}, - [1018] = {.lex_state = 70, .external_lex_state = 7}, - [1019] = {.lex_state = 70, .external_lex_state = 7}, - [1020] = {.lex_state = 70, .external_lex_state = 7}, - [1021] = {.lex_state = 70, .external_lex_state = 7}, - [1022] = {.lex_state = 70, .external_lex_state = 7}, - [1023] = {.lex_state = 70, .external_lex_state = 7}, - [1024] = {.lex_state = 70, .external_lex_state = 7}, - [1025] = {.lex_state = 70, .external_lex_state = 7}, - [1026] = {.lex_state = 70, .external_lex_state = 7}, - [1027] = {.lex_state = 70, .external_lex_state = 7}, - [1028] = {.lex_state = 70, .external_lex_state = 7}, - [1029] = {.lex_state = 70, .external_lex_state = 7}, - [1030] = {.lex_state = 70, .external_lex_state = 7}, - [1031] = {.lex_state = 70, .external_lex_state = 7}, - [1032] = {.lex_state = 70, .external_lex_state = 7}, - [1033] = {.lex_state = 70, .external_lex_state = 7}, - [1034] = {.lex_state = 70, .external_lex_state = 7}, - [1035] = {.lex_state = 70, .external_lex_state = 7}, - [1036] = {.lex_state = 70, .external_lex_state = 7}, - [1037] = {.lex_state = 70, .external_lex_state = 7}, - [1038] = {.lex_state = 70, .external_lex_state = 7}, - [1039] = {.lex_state = 70, .external_lex_state = 7}, - [1040] = {.lex_state = 70, .external_lex_state = 7}, - [1041] = {.lex_state = 70, .external_lex_state = 7}, - [1042] = {.lex_state = 70, .external_lex_state = 7}, - [1043] = {.lex_state = 70, .external_lex_state = 7}, - [1044] = {.lex_state = 70, .external_lex_state = 7}, - [1045] = {.lex_state = 70, .external_lex_state = 7}, - [1046] = {.lex_state = 70, .external_lex_state = 7}, - [1047] = {.lex_state = 70, .external_lex_state = 7}, - [1048] = {.lex_state = 70, .external_lex_state = 7}, - [1049] = {.lex_state = 70, .external_lex_state = 7}, - [1050] = {.lex_state = 70, .external_lex_state = 7}, - [1051] = {.lex_state = 70, .external_lex_state = 7}, - [1052] = {.lex_state = 70, .external_lex_state = 7}, - [1053] = {.lex_state = 70, .external_lex_state = 7}, - [1054] = {.lex_state = 70, .external_lex_state = 7}, - [1055] = {.lex_state = 70, .external_lex_state = 7}, - [1056] = {.lex_state = 70, .external_lex_state = 7}, - [1057] = {.lex_state = 70, .external_lex_state = 7}, - [1058] = {.lex_state = 70, .external_lex_state = 7}, - [1059] = {.lex_state = 70, .external_lex_state = 7}, - [1060] = {.lex_state = 70, .external_lex_state = 7}, - [1061] = {.lex_state = 70, .external_lex_state = 7}, - [1062] = {.lex_state = 70, .external_lex_state = 7}, - [1063] = {.lex_state = 70, .external_lex_state = 7}, - [1064] = {.lex_state = 70, .external_lex_state = 7}, - [1065] = {.lex_state = 70, .external_lex_state = 7}, - [1066] = {.lex_state = 70, .external_lex_state = 7}, - [1067] = {.lex_state = 70, .external_lex_state = 7}, - [1068] = {.lex_state = 70, .external_lex_state = 7}, - [1069] = {.lex_state = 70, .external_lex_state = 7}, - [1070] = {.lex_state = 70, .external_lex_state = 7}, - [1071] = {.lex_state = 70, .external_lex_state = 7}, - [1072] = {.lex_state = 70, .external_lex_state = 7}, - [1073] = {.lex_state = 70, .external_lex_state = 7}, - [1074] = {.lex_state = 65, .external_lex_state = 11}, - [1075] = {.lex_state = 65, .external_lex_state = 11}, - [1076] = {.lex_state = 65, .external_lex_state = 11}, - [1077] = {.lex_state = 65, .external_lex_state = 11}, - [1078] = {.lex_state = 65, .external_lex_state = 11}, - [1079] = {.lex_state = 65, .external_lex_state = 11}, - [1080] = {.lex_state = 65, .external_lex_state = 11}, - [1081] = {.lex_state = 65, .external_lex_state = 11}, - [1082] = {.lex_state = 65, .external_lex_state = 11}, - [1083] = {.lex_state = 65, .external_lex_state = 11}, - [1084] = {.lex_state = 65, .external_lex_state = 11}, - [1085] = {.lex_state = 65, .external_lex_state = 11}, - [1086] = {.lex_state = 65, .external_lex_state = 11}, - [1087] = {.lex_state = 65, .external_lex_state = 11}, - [1088] = {.lex_state = 61, .external_lex_state = 11}, - [1089] = {.lex_state = 61, .external_lex_state = 11}, - [1090] = {.lex_state = 61, .external_lex_state = 11}, - [1091] = {.lex_state = 61, .external_lex_state = 11}, - [1092] = {.lex_state = 61, .external_lex_state = 11}, - [1093] = {.lex_state = 61, .external_lex_state = 11}, - [1094] = {.lex_state = 61, .external_lex_state = 11}, - [1095] = {.lex_state = 37}, - [1096] = {.lex_state = 61, .external_lex_state = 11}, - [1097] = {.lex_state = 61, .external_lex_state = 11}, - [1098] = {.lex_state = 61, .external_lex_state = 11}, - [1099] = {.lex_state = 61, .external_lex_state = 11}, - [1100] = {.lex_state = 61, .external_lex_state = 11}, - [1101] = {.lex_state = 61, .external_lex_state = 11}, - [1102] = {.lex_state = 63, .external_lex_state = 14}, - [1103] = {.lex_state = 66, .external_lex_state = 14}, - [1104] = {.lex_state = 65, .external_lex_state = 13}, - [1105] = {.lex_state = 65, .external_lex_state = 14}, - [1106] = {.lex_state = 66, .external_lex_state = 14}, - [1107] = {.lex_state = 65, .external_lex_state = 13}, - [1108] = {.lex_state = 66, .external_lex_state = 14}, - [1109] = {.lex_state = 65, .external_lex_state = 14}, - [1110] = {.lex_state = 65, .external_lex_state = 14}, - [1111] = {.lex_state = 63, .external_lex_state = 14}, - [1112] = {.lex_state = 65, .external_lex_state = 14}, - [1113] = {.lex_state = 63, .external_lex_state = 14}, - [1114] = {.lex_state = 63, .external_lex_state = 14}, - [1115] = {.lex_state = 64, .external_lex_state = 11}, - [1116] = {.lex_state = 65, .external_lex_state = 14}, - [1117] = {.lex_state = 65, .external_lex_state = 14}, - [1118] = {.lex_state = 66, .external_lex_state = 14}, - [1119] = {.lex_state = 65, .external_lex_state = 15}, - [1120] = {.lex_state = 65, .external_lex_state = 15}, - [1121] = {.lex_state = 65, .external_lex_state = 13}, - [1122] = {.lex_state = 65, .external_lex_state = 13}, - [1123] = {.lex_state = 62, .external_lex_state = 14}, - [1124] = {.lex_state = 65, .external_lex_state = 13}, - [1125] = {.lex_state = 58, .external_lex_state = 11}, - [1126] = {.lex_state = 62, .external_lex_state = 14}, - [1127] = {.lex_state = 61, .external_lex_state = 14}, - [1128] = {.lex_state = 61, .external_lex_state = 14}, - [1129] = {.lex_state = 61, .external_lex_state = 15}, - [1130] = {.lex_state = 61, .external_lex_state = 14}, - [1131] = {.lex_state = 61, .external_lex_state = 13}, - [1132] = {.lex_state = 65, .external_lex_state = 14}, - [1133] = {.lex_state = 62, .external_lex_state = 14}, - [1134] = {.lex_state = 65, .external_lex_state = 14}, - [1135] = {.lex_state = 61, .external_lex_state = 14}, - [1136] = {.lex_state = 61, .external_lex_state = 13}, - [1137] = {.lex_state = 56, .external_lex_state = 14}, - [1138] = {.lex_state = 65, .external_lex_state = 11}, - [1139] = {.lex_state = 65, .external_lex_state = 14}, - [1140] = {.lex_state = 61, .external_lex_state = 13}, - [1141] = {.lex_state = 56, .external_lex_state = 14}, - [1142] = {.lex_state = 61, .external_lex_state = 14}, - [1143] = {.lex_state = 62, .external_lex_state = 14}, - [1144] = {.lex_state = 65, .external_lex_state = 13}, - [1145] = {.lex_state = 65, .external_lex_state = 11}, - [1146] = {.lex_state = 65, .external_lex_state = 11}, - [1147] = {.lex_state = 61, .external_lex_state = 14}, - [1148] = {.lex_state = 56, .external_lex_state = 14}, - [1149] = {.lex_state = 56, .external_lex_state = 14}, - [1150] = {.lex_state = 61, .external_lex_state = 15}, - [1151] = {.lex_state = 61, .external_lex_state = 13}, - [1152] = {.lex_state = 65, .external_lex_state = 15}, - [1153] = {.lex_state = 37, .external_lex_state = 6}, - [1154] = {.lex_state = 37, .external_lex_state = 6}, - [1155] = {.lex_state = 61, .external_lex_state = 14}, - [1156] = {.lex_state = 65, .external_lex_state = 11}, - [1157] = {.lex_state = 61, .external_lex_state = 11}, - [1158] = {.lex_state = 37, .external_lex_state = 6}, - [1159] = {.lex_state = 37, .external_lex_state = 6}, - [1160] = {.lex_state = 65, .external_lex_state = 11}, - [1161] = {.lex_state = 37, .external_lex_state = 6}, - [1162] = {.lex_state = 61, .external_lex_state = 13}, - [1163] = {.lex_state = 37, .external_lex_state = 6}, - [1164] = {.lex_state = 37, .external_lex_state = 6}, - [1165] = {.lex_state = 65, .external_lex_state = 11}, - [1166] = {.lex_state = 65, .external_lex_state = 11}, - [1167] = {.lex_state = 65, .external_lex_state = 11}, - [1168] = {.lex_state = 65, .external_lex_state = 11}, - [1169] = {.lex_state = 65, .external_lex_state = 11}, - [1170] = {.lex_state = 65, .external_lex_state = 11}, - [1171] = {.lex_state = 65, .external_lex_state = 11}, - [1172] = {.lex_state = 65, .external_lex_state = 11}, - [1173] = {.lex_state = 65, .external_lex_state = 11}, - [1174] = {.lex_state = 65, .external_lex_state = 11}, - [1175] = {.lex_state = 61, .external_lex_state = 15}, - [1176] = {.lex_state = 65, .external_lex_state = 11}, - [1177] = {.lex_state = 37, .external_lex_state = 6}, - [1178] = {.lex_state = 65, .external_lex_state = 11}, - [1179] = {.lex_state = 61, .external_lex_state = 14}, - [1180] = {.lex_state = 61, .external_lex_state = 13}, - [1181] = {.lex_state = 37, .external_lex_state = 6}, - [1182] = {.lex_state = 37, .external_lex_state = 6}, - [1183] = {.lex_state = 61, .external_lex_state = 11}, - [1184] = {.lex_state = 65, .external_lex_state = 11}, - [1185] = {.lex_state = 65, .external_lex_state = 11}, - [1186] = {.lex_state = 37, .external_lex_state = 6}, - [1187] = {.lex_state = 65, .external_lex_state = 11}, - [1188] = {.lex_state = 65, .external_lex_state = 11}, - [1189] = {.lex_state = 61, .external_lex_state = 14}, - [1190] = {.lex_state = 65, .external_lex_state = 11}, - [1191] = {.lex_state = 65, .external_lex_state = 11}, - [1192] = {.lex_state = 65, .external_lex_state = 11}, - [1193] = {.lex_state = 65, .external_lex_state = 11}, - [1194] = {.lex_state = 37, .external_lex_state = 6}, - [1195] = {.lex_state = 61, .external_lex_state = 16}, - [1196] = {.lex_state = 65, .external_lex_state = 11}, - [1197] = {.lex_state = 61, .external_lex_state = 11}, - [1198] = {.lex_state = 65, .external_lex_state = 11}, - [1199] = {.lex_state = 65, .external_lex_state = 11}, - [1200] = {.lex_state = 37, .external_lex_state = 6}, - [1201] = {.lex_state = 65, .external_lex_state = 11}, - [1202] = {.lex_state = 61, .external_lex_state = 11}, - [1203] = {.lex_state = 103, .external_lex_state = 6}, - [1204] = {.lex_state = 61, .external_lex_state = 11}, - [1205] = {.lex_state = 61, .external_lex_state = 11}, - [1206] = {.lex_state = 61, .external_lex_state = 11}, - [1207] = {.lex_state = 61, .external_lex_state = 11}, - [1208] = {.lex_state = 61, .external_lex_state = 11}, - [1209] = {.lex_state = 61, .external_lex_state = 11}, - [1210] = {.lex_state = 61, .external_lex_state = 11}, - [1211] = {.lex_state = 61, .external_lex_state = 11}, - [1212] = {.lex_state = 61, .external_lex_state = 11}, - [1213] = {.lex_state = 61, .external_lex_state = 11}, - [1214] = {.lex_state = 61, .external_lex_state = 11}, - [1215] = {.lex_state = 61, .external_lex_state = 11}, - [1216] = {.lex_state = 61, .external_lex_state = 11}, - [1217] = {.lex_state = 61, .external_lex_state = 11}, - [1218] = {.lex_state = 61, .external_lex_state = 11}, - [1219] = {.lex_state = 61, .external_lex_state = 11}, - [1220] = {.lex_state = 61, .external_lex_state = 11}, - [1221] = {.lex_state = 61, .external_lex_state = 11}, - [1222] = {.lex_state = 61, .external_lex_state = 11}, - [1223] = {.lex_state = 61, .external_lex_state = 11}, - [1224] = {.lex_state = 61, .external_lex_state = 11}, - [1225] = {.lex_state = 61, .external_lex_state = 11}, - [1226] = {.lex_state = 61, .external_lex_state = 11}, - [1227] = {.lex_state = 61, .external_lex_state = 11}, - [1228] = {.lex_state = 61, .external_lex_state = 11}, - [1229] = {.lex_state = 104, .external_lex_state = 6}, - [1230] = {.lex_state = 1356, .external_lex_state = 6}, - [1231] = {.lex_state = 1356, .external_lex_state = 6}, - [1232] = {.lex_state = 1356, .external_lex_state = 6}, - [1233] = {.lex_state = 1356, .external_lex_state = 6}, - [1234] = {.lex_state = 1356, .external_lex_state = 6}, - [1235] = {.lex_state = 1356, .external_lex_state = 6}, - [1236] = {.lex_state = 1356, .external_lex_state = 6}, - [1237] = {.lex_state = 1356, .external_lex_state = 6}, - [1238] = {.lex_state = 1356, .external_lex_state = 6}, - [1239] = {.lex_state = 1356, .external_lex_state = 6}, - [1240] = {.lex_state = 1356, .external_lex_state = 6}, - [1241] = {.lex_state = 1356, .external_lex_state = 6}, - [1242] = {.lex_state = 1356, .external_lex_state = 6}, - [1243] = {.lex_state = 1356, .external_lex_state = 6}, - [1244] = {.lex_state = 1356, .external_lex_state = 6}, - [1245] = {.lex_state = 1356, .external_lex_state = 6}, - [1246] = {.lex_state = 1356, .external_lex_state = 6}, - [1247] = {.lex_state = 1356, .external_lex_state = 6}, - [1248] = {.lex_state = 1356, .external_lex_state = 6}, - [1249] = {.lex_state = 1356, .external_lex_state = 6}, - [1250] = {.lex_state = 1356, .external_lex_state = 6}, - [1251] = {.lex_state = 1356, .external_lex_state = 6}, - [1252] = {.lex_state = 1356, .external_lex_state = 6}, - [1253] = {.lex_state = 1356, .external_lex_state = 6}, - [1254] = {.lex_state = 1356, .external_lex_state = 6}, - [1255] = {.lex_state = 1356, .external_lex_state = 6}, - [1256] = {.lex_state = 1356, .external_lex_state = 6}, - [1257] = {.lex_state = 1356, .external_lex_state = 6}, - [1258] = {.lex_state = 1356, .external_lex_state = 6}, - [1259] = {.lex_state = 99, .external_lex_state = 6}, - [1260] = {.lex_state = 1356, .external_lex_state = 6}, - [1261] = {.lex_state = 67, .external_lex_state = 2}, - [1262] = {.lex_state = 1356, .external_lex_state = 6}, - [1263] = {.lex_state = 1356, .external_lex_state = 6}, - [1264] = {.lex_state = 1356, .external_lex_state = 6}, - [1265] = {.lex_state = 1356, .external_lex_state = 6}, - [1266] = {.lex_state = 1356, .external_lex_state = 6}, - [1267] = {.lex_state = 1356, .external_lex_state = 6}, - [1268] = {.lex_state = 1356, .external_lex_state = 6}, - [1269] = {.lex_state = 1356, .external_lex_state = 6}, - [1270] = {.lex_state = 1356, .external_lex_state = 6}, - [1271] = {.lex_state = 1356, .external_lex_state = 6}, - [1272] = {.lex_state = 1356, .external_lex_state = 6}, - [1273] = {.lex_state = 1356, .external_lex_state = 6}, - [1274] = {.lex_state = 1356, .external_lex_state = 6}, - [1275] = {.lex_state = 100, .external_lex_state = 6}, - [1276] = {.lex_state = 67, .external_lex_state = 2}, - [1277] = {.lex_state = 1356, .external_lex_state = 6}, - [1278] = {.lex_state = 1356, .external_lex_state = 6}, - [1279] = {.lex_state = 101, .external_lex_state = 6}, - [1280] = {.lex_state = 1356, .external_lex_state = 6}, - [1281] = {.lex_state = 1356, .external_lex_state = 6}, - [1282] = {.lex_state = 1356, .external_lex_state = 6}, - [1283] = {.lex_state = 1356, .external_lex_state = 6}, - [1284] = {.lex_state = 1356, .external_lex_state = 6}, - [1285] = {.lex_state = 1356, .external_lex_state = 6}, - [1286] = {.lex_state = 1356, .external_lex_state = 6}, - [1287] = {.lex_state = 1356, .external_lex_state = 6}, - [1288] = {.lex_state = 1356, .external_lex_state = 6}, - [1289] = {.lex_state = 1356, .external_lex_state = 6}, - [1290] = {.lex_state = 1356, .external_lex_state = 6}, - [1291] = {.lex_state = 109, .external_lex_state = 6}, - [1292] = {.lex_state = 1356, .external_lex_state = 6}, - [1293] = {.lex_state = 1356, .external_lex_state = 6}, - [1294] = {.lex_state = 1356, .external_lex_state = 6}, - [1295] = {.lex_state = 1356, .external_lex_state = 6}, - [1296] = {.lex_state = 1356, .external_lex_state = 6}, - [1297] = {.lex_state = 1356, .external_lex_state = 6}, - [1298] = {.lex_state = 1356, .external_lex_state = 6}, - [1299] = {.lex_state = 1356, .external_lex_state = 6}, - [1300] = {.lex_state = 1356, .external_lex_state = 6}, - [1301] = {.lex_state = 102, .external_lex_state = 6}, - [1302] = {.lex_state = 1356, .external_lex_state = 6}, - [1303] = {.lex_state = 1356, .external_lex_state = 6}, - [1304] = {.lex_state = 1356, .external_lex_state = 6}, - [1305] = {.lex_state = 1356, .external_lex_state = 6}, - [1306] = {.lex_state = 1356, .external_lex_state = 6}, - [1307] = {.lex_state = 1356, .external_lex_state = 6}, - [1308] = {.lex_state = 1356, .external_lex_state = 6}, - [1309] = {.lex_state = 1356, .external_lex_state = 6}, - [1310] = {.lex_state = 1356, .external_lex_state = 6}, - [1311] = {.lex_state = 1356, .external_lex_state = 6}, - [1312] = {.lex_state = 1356, .external_lex_state = 6}, - [1313] = {.lex_state = 1356, .external_lex_state = 6}, - [1314] = {.lex_state = 1356, .external_lex_state = 6}, - [1315] = {.lex_state = 1356, .external_lex_state = 6}, - [1316] = {.lex_state = 1356, .external_lex_state = 6}, - [1317] = {.lex_state = 1356, .external_lex_state = 6}, - [1318] = {.lex_state = 1356, .external_lex_state = 6}, - [1319] = {.lex_state = 1356, .external_lex_state = 6}, - [1320] = {.lex_state = 1356, .external_lex_state = 6}, - [1321] = {.lex_state = 1356, .external_lex_state = 6}, - [1322] = {.lex_state = 1356, .external_lex_state = 6}, - [1323] = {.lex_state = 1356, .external_lex_state = 6}, - [1324] = {.lex_state = 1356, .external_lex_state = 6}, - [1325] = {.lex_state = 1356, .external_lex_state = 6}, - [1326] = {.lex_state = 1356, .external_lex_state = 6}, - [1327] = {.lex_state = 1356, .external_lex_state = 6}, - [1328] = {.lex_state = 1356, .external_lex_state = 6}, - [1329] = {.lex_state = 1356, .external_lex_state = 2}, - [1330] = {.lex_state = 1356, .external_lex_state = 2}, - [1331] = {.lex_state = 112, .external_lex_state = 6}, - [1332] = {.lex_state = 110, .external_lex_state = 6}, - [1333] = {.lex_state = 211, .external_lex_state = 7}, - [1334] = {.lex_state = 211, .external_lex_state = 7}, - [1335] = {.lex_state = 211, .external_lex_state = 7}, - [1336] = {.lex_state = 207}, - [1337] = {.lex_state = 211, .external_lex_state = 7}, - [1338] = {.lex_state = 211, .external_lex_state = 7}, - [1339] = {.lex_state = 207}, - [1340] = {.lex_state = 113, .external_lex_state = 6}, - [1341] = {.lex_state = 67, .external_lex_state = 3}, - [1342] = {.lex_state = 67, .external_lex_state = 6}, - [1343] = {.lex_state = 37, .external_lex_state = 6}, - [1344] = {.lex_state = 37, .external_lex_state = 6}, - [1345] = {.lex_state = 37, .external_lex_state = 6}, - [1346] = {.lex_state = 67, .external_lex_state = 6}, - [1347] = {.lex_state = 67, .external_lex_state = 6}, - [1348] = {.lex_state = 67, .external_lex_state = 6}, - [1349] = {.lex_state = 37, .external_lex_state = 6}, - [1350] = {.lex_state = 67, .external_lex_state = 6}, - [1351] = {.lex_state = 67, .external_lex_state = 6}, - [1352] = {.lex_state = 67, .external_lex_state = 6}, - [1353] = {.lex_state = 67, .external_lex_state = 6}, - [1354] = {.lex_state = 67, .external_lex_state = 6}, - [1355] = {.lex_state = 67, .external_lex_state = 6}, - [1356] = {.lex_state = 37, .external_lex_state = 6}, - [1357] = {.lex_state = 67, .external_lex_state = 6}, - [1358] = {.lex_state = 37, .external_lex_state = 6}, - [1359] = {.lex_state = 37, .external_lex_state = 6}, - [1360] = {.lex_state = 37, .external_lex_state = 6}, - [1361] = {.lex_state = 37, .external_lex_state = 6}, - [1362] = {.lex_state = 67, .external_lex_state = 3}, - [1363] = {.lex_state = 37, .external_lex_state = 6}, - [1364] = {.lex_state = 37, .external_lex_state = 6}, - [1365] = {.lex_state = 67, .external_lex_state = 3}, - [1366] = {.lex_state = 37, .external_lex_state = 6}, - [1367] = {.lex_state = 37, .external_lex_state = 6}, - [1368] = {.lex_state = 67, .external_lex_state = 6}, - [1369] = {.lex_state = 67, .external_lex_state = 6}, - [1370] = {.lex_state = 115, .external_lex_state = 6}, - [1371] = {.lex_state = 67, .external_lex_state = 3}, - [1372] = {.lex_state = 1356, .external_lex_state = 6}, - [1373] = {.lex_state = 1356, .external_lex_state = 6}, - [1374] = {.lex_state = 1356, .external_lex_state = 6}, - [1375] = {.lex_state = 1356, .external_lex_state = 6}, - [1376] = {.lex_state = 67, .external_lex_state = 6}, - [1377] = {.lex_state = 1356, .external_lex_state = 6}, - [1378] = {.lex_state = 1356, .external_lex_state = 6}, - [1379] = {.lex_state = 1356, .external_lex_state = 6}, - [1380] = {.lex_state = 1356, .external_lex_state = 6}, - [1381] = {.lex_state = 1356, .external_lex_state = 6}, - [1382] = {.lex_state = 1356, .external_lex_state = 6}, - [1383] = {.lex_state = 53, .external_lex_state = 2}, - [1384] = {.lex_state = 84, .external_lex_state = 6}, - [1385] = {.lex_state = 67, .external_lex_state = 3}, - [1386] = {.lex_state = 1356, .external_lex_state = 6}, - [1387] = {.lex_state = 116, .external_lex_state = 6}, - [1388] = {.lex_state = 67, .external_lex_state = 3}, - [1389] = {.lex_state = 39, .external_lex_state = 3}, - [1390] = {.lex_state = 39, .external_lex_state = 3}, - [1391] = {.lex_state = 39, .external_lex_state = 3}, - [1392] = {.lex_state = 1356, .external_lex_state = 6}, - [1393] = {.lex_state = 1356, .external_lex_state = 6}, - [1394] = {.lex_state = 1356, .external_lex_state = 6}, - [1395] = {.lex_state = 1356, .external_lex_state = 6}, - [1396] = {.lex_state = 85, .external_lex_state = 6}, - [1397] = {.lex_state = 67, .external_lex_state = 3}, - [1398] = {.lex_state = 1356, .external_lex_state = 6}, - [1399] = {.lex_state = 1356, .external_lex_state = 6}, - [1400] = {.lex_state = 1356, .external_lex_state = 6}, - [1401] = {.lex_state = 1356, .external_lex_state = 6}, - [1402] = {.lex_state = 1356, .external_lex_state = 6}, - [1403] = {.lex_state = 1356, .external_lex_state = 6}, - [1404] = {.lex_state = 67, .external_lex_state = 3}, - [1405] = {.lex_state = 67, .external_lex_state = 3}, - [1406] = {.lex_state = 44, .external_lex_state = 8}, - [1407] = {.lex_state = 67, .external_lex_state = 4}, - [1408] = {.lex_state = 67, .external_lex_state = 5}, - [1409] = {.lex_state = 1356, .external_lex_state = 6}, - [1410] = {.lex_state = 1356, .external_lex_state = 6}, - [1411] = {.lex_state = 39, .external_lex_state = 3}, - [1412] = {.lex_state = 44, .external_lex_state = 8}, - [1413] = {.lex_state = 67, .external_lex_state = 4}, - [1414] = {.lex_state = 67, .external_lex_state = 6}, - [1415] = {.lex_state = 37, .external_lex_state = 3}, - [1416] = {.lex_state = 53, .external_lex_state = 2}, - [1417] = {.lex_state = 1356, .external_lex_state = 6}, - [1418] = {.lex_state = 67, .external_lex_state = 4}, - [1419] = {.lex_state = 67, .external_lex_state = 3}, - [1420] = {.lex_state = 1356, .external_lex_state = 6}, - [1421] = {.lex_state = 1356, .external_lex_state = 6}, - [1422] = {.lex_state = 1356, .external_lex_state = 6}, - [1423] = {.lex_state = 1356, .external_lex_state = 6}, - [1424] = {.lex_state = 1356, .external_lex_state = 6}, - [1425] = {.lex_state = 1356, .external_lex_state = 6}, - [1426] = {.lex_state = 1356, .external_lex_state = 6}, - [1427] = {.lex_state = 1356, .external_lex_state = 6}, - [1428] = {.lex_state = 1356, .external_lex_state = 6}, - [1429] = {.lex_state = 1356, .external_lex_state = 6}, - [1430] = {.lex_state = 1356, .external_lex_state = 6}, - [1431] = {.lex_state = 67, .external_lex_state = 3}, - [1432] = {.lex_state = 67, .external_lex_state = 5}, - [1433] = {.lex_state = 67, .external_lex_state = 4}, - [1434] = {.lex_state = 1356, .external_lex_state = 6}, - [1435] = {.lex_state = 54, .external_lex_state = 2}, - [1436] = {.lex_state = 1356, .external_lex_state = 6}, - [1437] = {.lex_state = 67, .external_lex_state = 3}, - [1438] = {.lex_state = 1356, .external_lex_state = 6}, - [1439] = {.lex_state = 1356, .external_lex_state = 3}, - [1440] = {.lex_state = 1356, .external_lex_state = 6}, - [1441] = {.lex_state = 76, .external_lex_state = 6}, - [1442] = {.lex_state = 1356, .external_lex_state = 6}, - [1443] = {.lex_state = 67, .external_lex_state = 4}, - [1444] = {.lex_state = 44, .external_lex_state = 8}, - [1445] = {.lex_state = 1356, .external_lex_state = 6}, - [1446] = {.lex_state = 1356, .external_lex_state = 6}, - [1447] = {.lex_state = 1356, .external_lex_state = 6}, - [1448] = {.lex_state = 1356, .external_lex_state = 6}, - [1449] = {.lex_state = 1356, .external_lex_state = 6}, - [1450] = {.lex_state = 51, .external_lex_state = 2}, - [1451] = {.lex_state = 1356, .external_lex_state = 6}, - [1452] = {.lex_state = 1356, .external_lex_state = 6}, - [1453] = {.lex_state = 1356, .external_lex_state = 6}, - [1454] = {.lex_state = 1356, .external_lex_state = 6}, - [1455] = {.lex_state = 1356, .external_lex_state = 6}, - [1456] = {.lex_state = 105, .external_lex_state = 6}, - [1457] = {.lex_state = 54, .external_lex_state = 2}, - [1458] = {.lex_state = 1356, .external_lex_state = 6}, - [1459] = {.lex_state = 67, .external_lex_state = 4}, - [1460] = {.lex_state = 67, .external_lex_state = 5}, - [1461] = {.lex_state = 49, .external_lex_state = 2}, - [1462] = {.lex_state = 67, .external_lex_state = 3}, - [1463] = {.lex_state = 67, .external_lex_state = 6}, - [1464] = {.lex_state = 1356, .external_lex_state = 6}, - [1465] = {.lex_state = 67, .external_lex_state = 6}, - [1466] = {.lex_state = 67, .external_lex_state = 6}, - [1467] = {.lex_state = 67, .external_lex_state = 6}, - [1468] = {.lex_state = 52, .external_lex_state = 2}, - [1469] = {.lex_state = 67, .external_lex_state = 6}, - [1470] = {.lex_state = 28, .external_lex_state = 2}, - [1471] = {.lex_state = 67, .external_lex_state = 6}, - [1472] = {.lex_state = 67, .external_lex_state = 6}, - [1473] = {.lex_state = 67, .external_lex_state = 6}, - [1474] = {.lex_state = 67, .external_lex_state = 6}, - [1475] = {.lex_state = 67, .external_lex_state = 6}, - [1476] = {.lex_state = 51, .external_lex_state = 2}, - [1477] = {.lex_state = 1356, .external_lex_state = 6}, - [1478] = {.lex_state = 1356, .external_lex_state = 6}, - [1479] = {.lex_state = 1356, .external_lex_state = 6}, - [1480] = {.lex_state = 1356, .external_lex_state = 6}, - [1481] = {.lex_state = 67, .external_lex_state = 6}, - [1482] = {.lex_state = 1356, .external_lex_state = 6}, - [1483] = {.lex_state = 67, .external_lex_state = 6}, - [1484] = {.lex_state = 207}, - [1485] = {.lex_state = 106, .external_lex_state = 6}, - [1486] = {.lex_state = 67, .external_lex_state = 6}, - [1487] = {.lex_state = 67, .external_lex_state = 6}, - [1488] = {.lex_state = 1356, .external_lex_state = 6}, - [1489] = {.lex_state = 1356, .external_lex_state = 6}, - [1490] = {.lex_state = 1356, .external_lex_state = 6}, - [1491] = {.lex_state = 67, .external_lex_state = 6}, - [1492] = {.lex_state = 1356, .external_lex_state = 6}, - [1493] = {.lex_state = 67, .external_lex_state = 6}, - [1494] = {.lex_state = 67, .external_lex_state = 6}, - [1495] = {.lex_state = 1356, .external_lex_state = 6}, - [1496] = {.lex_state = 67, .external_lex_state = 6}, - [1497] = {.lex_state = 50, .external_lex_state = 2}, - [1498] = {.lex_state = 67, .external_lex_state = 6}, - [1499] = {.lex_state = 1356, .external_lex_state = 6}, - [1500] = {.lex_state = 1356, .external_lex_state = 6}, - [1501] = {.lex_state = 1356, .external_lex_state = 6}, - [1502] = {.lex_state = 67, .external_lex_state = 6}, - [1503] = {.lex_state = 67, .external_lex_state = 6}, - [1504] = {.lex_state = 67, .external_lex_state = 6}, - [1505] = {.lex_state = 67, .external_lex_state = 6}, - [1506] = {.lex_state = 67, .external_lex_state = 6}, - [1507] = {.lex_state = 1356, .external_lex_state = 6}, - [1508] = {.lex_state = 77, .external_lex_state = 6}, - [1509] = {.lex_state = 67, .external_lex_state = 6}, - [1510] = {.lex_state = 1356, .external_lex_state = 6}, - [1511] = {.lex_state = 1356, .external_lex_state = 6}, - [1512] = {.lex_state = 107, .external_lex_state = 6}, - [1513] = {.lex_state = 1356, .external_lex_state = 6}, - [1514] = {.lex_state = 1356, .external_lex_state = 6}, - [1515] = {.lex_state = 67, .external_lex_state = 6}, - [1516] = {.lex_state = 1356, .external_lex_state = 6}, - [1517] = {.lex_state = 1356, .external_lex_state = 6}, - [1518] = {.lex_state = 49, .external_lex_state = 2}, - [1519] = {.lex_state = 1356, .external_lex_state = 6}, - [1520] = {.lex_state = 1356, .external_lex_state = 6}, - [1521] = {.lex_state = 1356, .external_lex_state = 6}, - [1522] = {.lex_state = 1356, .external_lex_state = 6}, - [1523] = {.lex_state = 1356, .external_lex_state = 6}, - [1524] = {.lex_state = 1356, .external_lex_state = 6}, - [1525] = {.lex_state = 1356, .external_lex_state = 6}, - [1526] = {.lex_state = 53, .external_lex_state = 6}, - [1527] = {.lex_state = 50, .external_lex_state = 2}, - [1528] = {.lex_state = 28, .external_lex_state = 2}, - [1529] = {.lex_state = 108, .external_lex_state = 6}, - [1530] = {.lex_state = 52, .external_lex_state = 2}, - [1531] = {.lex_state = 111, .external_lex_state = 6}, - [1532] = {.lex_state = 119, .external_lex_state = 6}, - [1533] = {.lex_state = 209}, - [1534] = {.lex_state = 53, .external_lex_state = 6}, - [1535] = {.lex_state = 53, .external_lex_state = 3}, - [1536] = {.lex_state = 209}, - [1537] = {.lex_state = 53, .external_lex_state = 6}, - [1538] = {.lex_state = 54, .external_lex_state = 6}, - [1539] = {.lex_state = 53, .external_lex_state = 6}, - [1540] = {.lex_state = 53, .external_lex_state = 3}, - [1541] = {.lex_state = 53, .external_lex_state = 6}, - [1542] = {.lex_state = 120, .external_lex_state = 6}, - [1543] = {.lex_state = 1357}, - [1544] = {.lex_state = 1357}, - [1545] = {.lex_state = 1357}, - [1546] = {.lex_state = 53, .external_lex_state = 6}, - [1547] = {.lex_state = 1357}, - [1548] = {.lex_state = 209}, - [1549] = {.lex_state = 53, .external_lex_state = 6}, - [1550] = {.lex_state = 53, .external_lex_state = 6}, - [1551] = {.lex_state = 53, .external_lex_state = 6}, - [1552] = {.lex_state = 114, .external_lex_state = 6}, - [1553] = {.lex_state = 209}, - [1554] = {.lex_state = 53, .external_lex_state = 6}, - [1555] = {.lex_state = 53, .external_lex_state = 6}, - [1556] = {.lex_state = 53, .external_lex_state = 3}, - [1557] = {.lex_state = 1357}, - [1558] = {.lex_state = 1356, .external_lex_state = 6}, - [1559] = {.lex_state = 1356, .external_lex_state = 6}, - [1560] = {.lex_state = 1356, .external_lex_state = 6}, - [1561] = {.lex_state = 209}, - [1562] = {.lex_state = 209}, - [1563] = {.lex_state = 1356, .external_lex_state = 6}, - [1564] = {.lex_state = 1357}, - [1565] = {.lex_state = 54, .external_lex_state = 6}, - [1566] = {.lex_state = 53, .external_lex_state = 6}, - [1567] = {.lex_state = 54, .external_lex_state = 6}, - [1568] = {.lex_state = 1356, .external_lex_state = 6}, - [1569] = {.lex_state = 209}, - [1570] = {.lex_state = 53, .external_lex_state = 6}, - [1571] = {.lex_state = 1357}, - [1572] = {.lex_state = 1356, .external_lex_state = 6}, - [1573] = {.lex_state = 1357}, - [1574] = {.lex_state = 1357}, - [1575] = {.lex_state = 209}, - [1576] = {.lex_state = 209}, - [1577] = {.lex_state = 53, .external_lex_state = 6}, - [1578] = {.lex_state = 37, .external_lex_state = 6}, - [1579] = {.lex_state = 37, .external_lex_state = 6}, - [1580] = {.lex_state = 37, .external_lex_state = 6}, - [1581] = {.lex_state = 37, .external_lex_state = 6}, - [1582] = {.lex_state = 37, .external_lex_state = 6}, - [1583] = {.lex_state = 37, .external_lex_state = 6}, - [1584] = {.lex_state = 54, .external_lex_state = 3}, - [1585] = {.lex_state = 1356, .external_lex_state = 6}, - [1586] = {.lex_state = 37, .external_lex_state = 6}, - [1587] = {.lex_state = 54, .external_lex_state = 3}, - [1588] = {.lex_state = 1356, .external_lex_state = 6}, - [1589] = {.lex_state = 1356, .external_lex_state = 6}, - [1590] = {.lex_state = 37, .external_lex_state = 6}, - [1591] = {.lex_state = 37, .external_lex_state = 6}, - [1592] = {.lex_state = 78}, - [1593] = {.lex_state = 1356, .external_lex_state = 6}, - [1594] = {.lex_state = 37, .external_lex_state = 6}, - [1595] = {.lex_state = 37, .external_lex_state = 6}, - [1596] = {.lex_state = 1356, .external_lex_state = 6}, - [1597] = {.lex_state = 54, .external_lex_state = 3}, - [1598] = {.lex_state = 37, .external_lex_state = 6}, - [1599] = {.lex_state = 37, .external_lex_state = 6}, - [1600] = {.lex_state = 1356, .external_lex_state = 6}, - [1601] = {.lex_state = 49, .external_lex_state = 6}, - [1602] = {.lex_state = 37, .external_lex_state = 6}, - [1603] = {.lex_state = 1356, .external_lex_state = 6}, - [1604] = {.lex_state = 1356, .external_lex_state = 6}, - [1605] = {.lex_state = 1356, .external_lex_state = 6}, - [1606] = {.lex_state = 1356, .external_lex_state = 6}, - [1607] = {.lex_state = 1356, .external_lex_state = 6}, - [1608] = {.lex_state = 1356, .external_lex_state = 6}, - [1609] = {.lex_state = 78}, - [1610] = {.lex_state = 53, .external_lex_state = 3}, - [1611] = {.lex_state = 1356, .external_lex_state = 6}, - [1612] = {.lex_state = 1356, .external_lex_state = 6}, - [1613] = {.lex_state = 1356, .external_lex_state = 6}, - [1614] = {.lex_state = 1356, .external_lex_state = 6}, - [1615] = {.lex_state = 1356, .external_lex_state = 6}, - [1616] = {.lex_state = 53, .external_lex_state = 3}, - [1617] = {.lex_state = 1356, .external_lex_state = 6}, - [1618] = {.lex_state = 1356, .external_lex_state = 6}, - [1619] = {.lex_state = 37, .external_lex_state = 6}, - [1620] = {.lex_state = 37, .external_lex_state = 6}, - [1621] = {.lex_state = 1356, .external_lex_state = 6}, - [1622] = {.lex_state = 1356, .external_lex_state = 6}, - [1623] = {.lex_state = 1356, .external_lex_state = 6}, - [1624] = {.lex_state = 1356, .external_lex_state = 6}, - [1625] = {.lex_state = 1356, .external_lex_state = 6}, - [1626] = {.lex_state = 37, .external_lex_state = 6}, - [1627] = {.lex_state = 37, .external_lex_state = 6}, - [1628] = {.lex_state = 37, .external_lex_state = 6}, - [1629] = {.lex_state = 37, .external_lex_state = 6}, - [1630] = {.lex_state = 1356, .external_lex_state = 6}, - [1631] = {.lex_state = 54, .external_lex_state = 6}, - [1632] = {.lex_state = 54, .external_lex_state = 6}, - [1633] = {.lex_state = 54, .external_lex_state = 6}, - [1634] = {.lex_state = 54, .external_lex_state = 6}, - [1635] = {.lex_state = 54, .external_lex_state = 6}, - [1636] = {.lex_state = 54, .external_lex_state = 6}, - [1637] = {.lex_state = 54, .external_lex_state = 6}, - [1638] = {.lex_state = 54, .external_lex_state = 6}, - [1639] = {.lex_state = 54, .external_lex_state = 6}, - [1640] = {.lex_state = 54, .external_lex_state = 6}, - [1641] = {.lex_state = 54, .external_lex_state = 6}, - [1642] = {.lex_state = 54, .external_lex_state = 6}, - [1643] = {.lex_state = 37, .external_lex_state = 6}, - [1644] = {.lex_state = 51, .external_lex_state = 6}, - [1645] = {.lex_state = 54, .external_lex_state = 6}, - [1646] = {.lex_state = 78}, - [1647] = {.lex_state = 78}, - [1648] = {.lex_state = 37, .external_lex_state = 6}, - [1649] = {.lex_state = 78}, - [1650] = {.lex_state = 1356, .external_lex_state = 6}, - [1651] = {.lex_state = 37, .external_lex_state = 6}, - [1652] = {.lex_state = 37, .external_lex_state = 6}, - [1653] = {.lex_state = 53, .external_lex_state = 6}, - [1654] = {.lex_state = 37, .external_lex_state = 6}, - [1655] = {.lex_state = 37, .external_lex_state = 6}, - [1656] = {.lex_state = 1357}, - [1657] = {.lex_state = 1357}, - [1658] = {.lex_state = 51, .external_lex_state = 3}, - [1659] = {.lex_state = 88, .external_lex_state = 3}, - [1660] = {.lex_state = 88, .external_lex_state = 3}, - [1661] = {.lex_state = 88, .external_lex_state = 3}, - [1662] = {.lex_state = 51, .external_lex_state = 3}, - [1663] = {.lex_state = 51, .external_lex_state = 3}, - [1664] = {.lex_state = 53, .external_lex_state = 4}, - [1665] = {.lex_state = 53, .external_lex_state = 4}, - [1666] = {.lex_state = 51, .external_lex_state = 6}, - [1667] = {.lex_state = 74, .external_lex_state = 6}, - [1668] = {.lex_state = 51, .external_lex_state = 6}, - [1669] = {.lex_state = 51, .external_lex_state = 6}, - [1670] = {.lex_state = 51, .external_lex_state = 6}, - [1671] = {.lex_state = 51, .external_lex_state = 6}, - [1672] = {.lex_state = 51, .external_lex_state = 6}, - [1673] = {.lex_state = 51, .external_lex_state = 6}, - [1674] = {.lex_state = 51, .external_lex_state = 6}, - [1675] = {.lex_state = 51, .external_lex_state = 6}, - [1676] = {.lex_state = 51, .external_lex_state = 6}, - [1677] = {.lex_state = 51, .external_lex_state = 6}, - [1678] = {.lex_state = 51, .external_lex_state = 6}, - [1679] = {.lex_state = 1356, .external_lex_state = 2}, - [1680] = {.lex_state = 1356, .external_lex_state = 6}, - [1681] = {.lex_state = 1357}, - [1682] = {.lex_state = 71, .external_lex_state = 7}, - [1683] = {.lex_state = 1356, .external_lex_state = 6}, - [1684] = {.lex_state = 49, .external_lex_state = 3}, - [1685] = {.lex_state = 29, .external_lex_state = 6}, - [1686] = {.lex_state = 1356, .external_lex_state = 2}, - [1687] = {.lex_state = 54, .external_lex_state = 6}, - [1688] = {.lex_state = 49, .external_lex_state = 3}, - [1689] = {.lex_state = 37, .external_lex_state = 12}, - [1690] = {.lex_state = 49, .external_lex_state = 3}, - [1691] = {.lex_state = 209}, - [1692] = {.lex_state = 209}, - [1693] = {.lex_state = 209}, - [1694] = {.lex_state = 86, .external_lex_state = 3}, - [1695] = {.lex_state = 209}, - [1696] = {.lex_state = 209}, - [1697] = {.lex_state = 209}, - [1698] = {.lex_state = 209}, - [1699] = {.lex_state = 209}, - [1700] = {.lex_state = 86, .external_lex_state = 3}, - [1701] = {.lex_state = 209}, - [1702] = {.lex_state = 209}, - [1703] = {.lex_state = 209}, - [1704] = {.lex_state = 209}, - [1705] = {.lex_state = 209}, - [1706] = {.lex_state = 209}, - [1707] = {.lex_state = 86, .external_lex_state = 3}, - [1708] = {.lex_state = 1356, .external_lex_state = 2}, - [1709] = {.lex_state = 121, .external_lex_state = 6}, - [1710] = {.lex_state = 209}, - [1711] = {.lex_state = 209}, - [1712] = {.lex_state = 209}, - [1713] = {.lex_state = 209}, - [1714] = {.lex_state = 209}, - [1715] = {.lex_state = 209}, - [1716] = {.lex_state = 209}, - [1717] = {.lex_state = 209}, - [1718] = {.lex_state = 1356, .external_lex_state = 2}, - [1719] = {.lex_state = 209}, - [1720] = {.lex_state = 209}, - [1721] = {.lex_state = 209}, - [1722] = {.lex_state = 209}, - [1723] = {.lex_state = 209}, - [1724] = {.lex_state = 209}, - [1725] = {.lex_state = 54, .external_lex_state = 3}, - [1726] = {.lex_state = 54, .external_lex_state = 3}, - [1727] = {.lex_state = 209}, - [1728] = {.lex_state = 209}, - [1729] = {.lex_state = 209}, - [1730] = {.lex_state = 123, .external_lex_state = 6}, - [1731] = {.lex_state = 209}, - [1732] = {.lex_state = 209}, - [1733] = {.lex_state = 88, .external_lex_state = 3}, - [1734] = {.lex_state = 209}, - [1735] = {.lex_state = 209}, - [1736] = {.lex_state = 209}, - [1737] = {.lex_state = 1357}, - [1738] = {.lex_state = 209}, - [1739] = {.lex_state = 209}, - [1740] = {.lex_state = 1357}, - [1741] = {.lex_state = 1357}, - [1742] = {.lex_state = 209}, - [1743] = {.lex_state = 209}, - [1744] = {.lex_state = 1357}, - [1745] = {.lex_state = 1357}, - [1746] = {.lex_state = 209}, - [1747] = {.lex_state = 209}, - [1748] = {.lex_state = 209}, - [1749] = {.lex_state = 209}, - [1750] = {.lex_state = 209}, - [1751] = {.lex_state = 209}, - [1752] = {.lex_state = 1357}, - [1753] = {.lex_state = 1357}, - [1754] = {.lex_state = 209}, - [1755] = {.lex_state = 1357}, - [1756] = {.lex_state = 209}, - [1757] = {.lex_state = 209}, - [1758] = {.lex_state = 209}, - [1759] = {.lex_state = 209}, - [1760] = {.lex_state = 209}, - [1761] = {.lex_state = 209}, - [1762] = {.lex_state = 209}, - [1763] = {.lex_state = 209}, - [1764] = {.lex_state = 209}, - [1765] = {.lex_state = 209}, - [1766] = {.lex_state = 209}, - [1767] = {.lex_state = 209}, - [1768] = {.lex_state = 209}, - [1769] = {.lex_state = 1357}, - [1770] = {.lex_state = 1357}, - [1771] = {.lex_state = 1357}, - [1772] = {.lex_state = 1357}, - [1773] = {.lex_state = 209}, - [1774] = {.lex_state = 209}, - [1775] = {.lex_state = 1357}, - [1776] = {.lex_state = 209}, - [1777] = {.lex_state = 209}, - [1778] = {.lex_state = 209}, - [1779] = {.lex_state = 209}, - [1780] = {.lex_state = 209}, - [1781] = {.lex_state = 1357}, - [1782] = {.lex_state = 209}, - [1783] = {.lex_state = 209}, - [1784] = {.lex_state = 209}, - [1785] = {.lex_state = 209}, - [1786] = {.lex_state = 209}, - [1787] = {.lex_state = 209}, - [1788] = {.lex_state = 1356, .external_lex_state = 6}, - [1789] = {.lex_state = 209}, - [1790] = {.lex_state = 209}, - [1791] = {.lex_state = 209}, - [1792] = {.lex_state = 209}, - [1793] = {.lex_state = 209}, - [1794] = {.lex_state = 209}, - [1795] = {.lex_state = 209}, - [1796] = {.lex_state = 209}, - [1797] = {.lex_state = 209}, - [1798] = {.lex_state = 209}, - [1799] = {.lex_state = 209}, - [1800] = {.lex_state = 209}, - [1801] = {.lex_state = 1357}, - [1802] = {.lex_state = 1357}, - [1803] = {.lex_state = 1357}, - [1804] = {.lex_state = 1357}, - [1805] = {.lex_state = 209}, - [1806] = {.lex_state = 209}, - [1807] = {.lex_state = 209}, - [1808] = {.lex_state = 1357}, - [1809] = {.lex_state = 1357}, - [1810] = {.lex_state = 209}, - [1811] = {.lex_state = 209}, - [1812] = {.lex_state = 209}, - [1813] = {.lex_state = 209}, - [1814] = {.lex_state = 1357}, - [1815] = {.lex_state = 1357}, - [1816] = {.lex_state = 209}, - [1817] = {.lex_state = 209}, - [1818] = {.lex_state = 49, .external_lex_state = 6}, - [1819] = {.lex_state = 209}, - [1820] = {.lex_state = 209}, - [1821] = {.lex_state = 209}, - [1822] = {.lex_state = 209}, - [1823] = {.lex_state = 209}, - [1824] = {.lex_state = 209}, - [1825] = {.lex_state = 209}, - [1826] = {.lex_state = 209}, - [1827] = {.lex_state = 209}, - [1828] = {.lex_state = 209}, - [1829] = {.lex_state = 209}, - [1830] = {.lex_state = 209}, - [1831] = {.lex_state = 209}, - [1832] = {.lex_state = 209}, - [1833] = {.lex_state = 209}, - [1834] = {.lex_state = 37, .external_lex_state = 12}, - [1835] = {.lex_state = 209}, - [1836] = {.lex_state = 209}, - [1837] = {.lex_state = 209}, - [1838] = {.lex_state = 209}, - [1839] = {.lex_state = 209}, - [1840] = {.lex_state = 209}, - [1841] = {.lex_state = 209}, - [1842] = {.lex_state = 1357}, - [1843] = {.lex_state = 209}, - [1844] = {.lex_state = 209}, - [1845] = {.lex_state = 209}, - [1846] = {.lex_state = 209}, - [1847] = {.lex_state = 1357}, - [1848] = {.lex_state = 1357}, - [1849] = {.lex_state = 1357}, - [1850] = {.lex_state = 209}, - [1851] = {.lex_state = 209}, - [1852] = {.lex_state = 1357}, - [1853] = {.lex_state = 1357}, - [1854] = {.lex_state = 209}, - [1855] = {.lex_state = 209}, - [1856] = {.lex_state = 209}, - [1857] = {.lex_state = 209}, - [1858] = {.lex_state = 209}, - [1859] = {.lex_state = 209}, - [1860] = {.lex_state = 209}, - [1861] = {.lex_state = 209}, - [1862] = {.lex_state = 209}, - [1863] = {.lex_state = 209}, - [1864] = {.lex_state = 209}, - [1865] = {.lex_state = 209}, - [1866] = {.lex_state = 209}, - [1867] = {.lex_state = 209}, - [1868] = {.lex_state = 209}, - [1869] = {.lex_state = 209}, - [1870] = {.lex_state = 209}, - [1871] = {.lex_state = 209}, - [1872] = {.lex_state = 209}, - [1873] = {.lex_state = 209}, - [1874] = {.lex_state = 209}, - [1875] = {.lex_state = 209}, - [1876] = {.lex_state = 209}, - [1877] = {.lex_state = 209}, - [1878] = {.lex_state = 209}, - [1879] = {.lex_state = 209}, - [1880] = {.lex_state = 209}, - [1881] = {.lex_state = 1357}, - [1882] = {.lex_state = 209}, - [1883] = {.lex_state = 209}, - [1884] = {.lex_state = 209}, - [1885] = {.lex_state = 209}, - [1886] = {.lex_state = 1357}, - [1887] = {.lex_state = 209}, - [1888] = {.lex_state = 1357}, - [1889] = {.lex_state = 209}, - [1890] = {.lex_state = 209}, - [1891] = {.lex_state = 209}, - [1892] = {.lex_state = 209}, - [1893] = {.lex_state = 209}, - [1894] = {.lex_state = 209}, - [1895] = {.lex_state = 209}, - [1896] = {.lex_state = 209}, - [1897] = {.lex_state = 209}, - [1898] = {.lex_state = 209}, - [1899] = {.lex_state = 209}, - [1900] = {.lex_state = 209}, - [1901] = {.lex_state = 209}, - [1902] = {.lex_state = 209}, - [1903] = {.lex_state = 209}, - [1904] = {.lex_state = 209}, - [1905] = {.lex_state = 209}, - [1906] = {.lex_state = 209}, - [1907] = {.lex_state = 209}, - [1908] = {.lex_state = 209}, - [1909] = {.lex_state = 209}, - [1910] = {.lex_state = 209}, - [1911] = {.lex_state = 209}, - [1912] = {.lex_state = 209}, - [1913] = {.lex_state = 209}, - [1914] = {.lex_state = 1357}, - [1915] = {.lex_state = 209}, - [1916] = {.lex_state = 1357}, - [1917] = {.lex_state = 209}, - [1918] = {.lex_state = 49, .external_lex_state = 6}, - [1919] = {.lex_state = 49, .external_lex_state = 6}, - [1920] = {.lex_state = 37, .external_lex_state = 12}, - [1921] = {.lex_state = 49, .external_lex_state = 6}, - [1922] = {.lex_state = 49, .external_lex_state = 6}, - [1923] = {.lex_state = 49, .external_lex_state = 6}, - [1924] = {.lex_state = 209}, - [1925] = {.lex_state = 209}, - [1926] = {.lex_state = 209}, - [1927] = {.lex_state = 209}, - [1928] = {.lex_state = 209}, - [1929] = {.lex_state = 209}, - [1930] = {.lex_state = 209}, - [1931] = {.lex_state = 209}, - [1932] = {.lex_state = 209}, - [1933] = {.lex_state = 207}, - [1934] = {.lex_state = 209}, - [1935] = {.lex_state = 209}, - [1936] = {.lex_state = 209}, - [1937] = {.lex_state = 209}, - [1938] = {.lex_state = 86, .external_lex_state = 3}, - [1939] = {.lex_state = 209}, - [1940] = {.lex_state = 209}, - [1941] = {.lex_state = 53, .external_lex_state = 5}, - [1942] = {.lex_state = 207}, - [1943] = {.lex_state = 49, .external_lex_state = 6}, - [1944] = {.lex_state = 49, .external_lex_state = 6}, - [1945] = {.lex_state = 49, .external_lex_state = 6}, - [1946] = {.lex_state = 1356, .external_lex_state = 2}, - [1947] = {.lex_state = 49, .external_lex_state = 6}, - [1948] = {.lex_state = 49, .external_lex_state = 6}, - [1949] = {.lex_state = 49, .external_lex_state = 6}, - [1950] = {.lex_state = 209}, - [1951] = {.lex_state = 209}, - [1952] = {.lex_state = 209}, - [1953] = {.lex_state = 209}, - [1954] = {.lex_state = 209}, - [1955] = {.lex_state = 37, .external_lex_state = 12}, - [1956] = {.lex_state = 53, .external_lex_state = 5}, - [1957] = {.lex_state = 209}, - [1958] = {.lex_state = 209}, - [1959] = {.lex_state = 209}, - [1960] = {.lex_state = 1357}, - [1961] = {.lex_state = 1357}, - [1962] = {.lex_state = 1357}, - [1963] = {.lex_state = 1357}, - [1964] = {.lex_state = 1357}, - [1965] = {.lex_state = 37, .external_lex_state = 12}, - [1966] = {.lex_state = 1357}, - [1967] = {.lex_state = 1357}, - [1968] = {.lex_state = 1357}, - [1969] = {.lex_state = 1357}, - [1970] = {.lex_state = 1357}, - [1971] = {.lex_state = 1357}, - [1972] = {.lex_state = 1357}, - [1973] = {.lex_state = 1357}, - [1974] = {.lex_state = 1356, .external_lex_state = 6}, - [1975] = {.lex_state = 1357}, - [1976] = {.lex_state = 1357}, - [1977] = {.lex_state = 1357}, - [1978] = {.lex_state = 1357}, - [1979] = {.lex_state = 1357}, - [1980] = {.lex_state = 1357}, - [1981] = {.lex_state = 1357}, - [1982] = {.lex_state = 1357}, - [1983] = {.lex_state = 1357}, - [1984] = {.lex_state = 1357}, - [1985] = {.lex_state = 1357}, - [1986] = {.lex_state = 1357}, - [1987] = {.lex_state = 1357}, - [1988] = {.lex_state = 1357}, - [1989] = {.lex_state = 1357}, - [1990] = {.lex_state = 1357}, - [1991] = {.lex_state = 1357}, - [1992] = {.lex_state = 1357}, - [1993] = {.lex_state = 1357}, - [1994] = {.lex_state = 1357}, - [1995] = {.lex_state = 1357}, - [1996] = {.lex_state = 1357}, - [1997] = {.lex_state = 1357}, - [1998] = {.lex_state = 1357}, - [1999] = {.lex_state = 1357}, - [2000] = {.lex_state = 1357}, - [2001] = {.lex_state = 1357}, - [2002] = {.lex_state = 1357}, - [2003] = {.lex_state = 1357}, - [2004] = {.lex_state = 1357}, - [2005] = {.lex_state = 1357}, - [2006] = {.lex_state = 1357}, - [2007] = {.lex_state = 1357}, - [2008] = {.lex_state = 1357}, - [2009] = {.lex_state = 1357}, - [2010] = {.lex_state = 1357}, - [2011] = {.lex_state = 1357}, - [2012] = {.lex_state = 1357}, - [2013] = {.lex_state = 1357}, - [2014] = {.lex_state = 1357}, - [2015] = {.lex_state = 1357}, - [2016] = {.lex_state = 1357}, - [2017] = {.lex_state = 1357}, - [2018] = {.lex_state = 1357}, - [2019] = {.lex_state = 1357}, - [2020] = {.lex_state = 37, .external_lex_state = 12}, - [2021] = {.lex_state = 1357}, - [2022] = {.lex_state = 1357}, - [2023] = {.lex_state = 1357}, - [2024] = {.lex_state = 1357}, - [2025] = {.lex_state = 1357}, - [2026] = {.lex_state = 1357}, - [2027] = {.lex_state = 1357}, - [2028] = {.lex_state = 1357}, - [2029] = {.lex_state = 1357}, - [2030] = {.lex_state = 1357}, - [2031] = {.lex_state = 53, .external_lex_state = 3}, - [2032] = {.lex_state = 1357}, - [2033] = {.lex_state = 1357}, - [2034] = {.lex_state = 1357}, - [2035] = {.lex_state = 1357}, - [2036] = {.lex_state = 207}, - [2037] = {.lex_state = 207}, - [2038] = {.lex_state = 1357}, - [2039] = {.lex_state = 1357}, - [2040] = {.lex_state = 1357}, - [2041] = {.lex_state = 1357}, - [2042] = {.lex_state = 1357}, - [2043] = {.lex_state = 1357}, - [2044] = {.lex_state = 1357}, - [2045] = {.lex_state = 1357}, - [2046] = {.lex_state = 1357}, - [2047] = {.lex_state = 1357}, - [2048] = {.lex_state = 1357}, - [2049] = {.lex_state = 1357}, - [2050] = {.lex_state = 1357}, - [2051] = {.lex_state = 1357}, - [2052] = {.lex_state = 1357}, - [2053] = {.lex_state = 37, .external_lex_state = 12}, - [2054] = {.lex_state = 1357}, - [2055] = {.lex_state = 1357}, - [2056] = {.lex_state = 1357}, - [2057] = {.lex_state = 53, .external_lex_state = 3}, - [2058] = {.lex_state = 53, .external_lex_state = 6}, - [2059] = {.lex_state = 1357}, - [2060] = {.lex_state = 1357}, - [2061] = {.lex_state = 1357}, - [2062] = {.lex_state = 1357}, - [2063] = {.lex_state = 1357}, - [2064] = {.lex_state = 1357}, - [2065] = {.lex_state = 53, .external_lex_state = 4}, - [2066] = {.lex_state = 1357}, - [2067] = {.lex_state = 1357}, - [2068] = {.lex_state = 1357}, - [2069] = {.lex_state = 1357}, - [2070] = {.lex_state = 1357}, - [2071] = {.lex_state = 1357}, - [2072] = {.lex_state = 1357}, - [2073] = {.lex_state = 1357}, - [2074] = {.lex_state = 1357}, - [2075] = {.lex_state = 1357}, - [2076] = {.lex_state = 1357}, - [2077] = {.lex_state = 1356, .external_lex_state = 6}, - [2078] = {.lex_state = 1357}, - [2079] = {.lex_state = 1357}, - [2080] = {.lex_state = 1357}, - [2081] = {.lex_state = 1357}, - [2082] = {.lex_state = 1357}, - [2083] = {.lex_state = 1357}, - [2084] = {.lex_state = 1357}, - [2085] = {.lex_state = 1357}, - [2086] = {.lex_state = 37, .external_lex_state = 12}, - [2087] = {.lex_state = 1357}, - [2088] = {.lex_state = 1357}, - [2089] = {.lex_state = 1357}, - [2090] = {.lex_state = 1357}, - [2091] = {.lex_state = 1357}, - [2092] = {.lex_state = 1357}, - [2093] = {.lex_state = 1357}, - [2094] = {.lex_state = 1357}, - [2095] = {.lex_state = 1357}, - [2096] = {.lex_state = 1357}, - [2097] = {.lex_state = 1357}, - [2098] = {.lex_state = 1357}, - [2099] = {.lex_state = 1357}, - [2100] = {.lex_state = 1357}, - [2101] = {.lex_state = 1357}, - [2102] = {.lex_state = 1357}, - [2103] = {.lex_state = 1357}, - [2104] = {.lex_state = 1357}, - [2105] = {.lex_state = 1357}, - [2106] = {.lex_state = 37, .external_lex_state = 12}, - [2107] = {.lex_state = 1357}, - [2108] = {.lex_state = 1357}, - [2109] = {.lex_state = 1357}, - [2110] = {.lex_state = 1357}, - [2111] = {.lex_state = 1357}, - [2112] = {.lex_state = 1357}, - [2113] = {.lex_state = 1357}, - [2114] = {.lex_state = 1357}, - [2115] = {.lex_state = 78}, - [2116] = {.lex_state = 1357}, - [2117] = {.lex_state = 1357}, - [2118] = {.lex_state = 53, .external_lex_state = 4}, - [2119] = {.lex_state = 1357}, - [2120] = {.lex_state = 1357}, - [2121] = {.lex_state = 1357}, - [2122] = {.lex_state = 1357}, - [2123] = {.lex_state = 1357}, - [2124] = {.lex_state = 1357}, - [2125] = {.lex_state = 1357}, - [2126] = {.lex_state = 1357}, - [2127] = {.lex_state = 1357}, - [2128] = {.lex_state = 37, .external_lex_state = 12}, - [2129] = {.lex_state = 1357}, - [2130] = {.lex_state = 1357}, - [2131] = {.lex_state = 1357}, - [2132] = {.lex_state = 1357}, - [2133] = {.lex_state = 1357}, - [2134] = {.lex_state = 1357}, - [2135] = {.lex_state = 1357}, - [2136] = {.lex_state = 1357}, - [2137] = {.lex_state = 1357}, - [2138] = {.lex_state = 1357}, - [2139] = {.lex_state = 1357}, - [2140] = {.lex_state = 1357}, - [2141] = {.lex_state = 1357}, - [2142] = {.lex_state = 1357}, - [2143] = {.lex_state = 1357}, - [2144] = {.lex_state = 1358}, - [2145] = {.lex_state = 1356, .external_lex_state = 6}, - [2146] = {.lex_state = 1358}, - [2147] = {.lex_state = 1358}, - [2148] = {.lex_state = 1358}, - [2149] = {.lex_state = 1358}, - [2150] = {.lex_state = 1358}, - [2151] = {.lex_state = 1358}, - [2152] = {.lex_state = 1358}, - [2153] = {.lex_state = 1358}, - [2154] = {.lex_state = 1358}, - [2155] = {.lex_state = 1358}, - [2156] = {.lex_state = 1358}, - [2157] = {.lex_state = 1358}, - [2158] = {.lex_state = 1358}, - [2159] = {.lex_state = 1358}, - [2160] = {.lex_state = 1358}, - [2161] = {.lex_state = 1358}, - [2162] = {.lex_state = 1358}, - [2163] = {.lex_state = 1358}, - [2164] = {.lex_state = 1358}, - [2165] = {.lex_state = 52, .external_lex_state = 6}, - [2166] = {.lex_state = 51, .external_lex_state = 3}, - [2167] = {.lex_state = 51, .external_lex_state = 3}, - [2168] = {.lex_state = 1358}, - [2169] = {.lex_state = 1358}, - [2170] = {.lex_state = 28, .external_lex_state = 3}, - [2171] = {.lex_state = 1358}, - [2172] = {.lex_state = 28, .external_lex_state = 3}, - [2173] = {.lex_state = 1358}, - [2174] = {.lex_state = 1358}, - [2175] = {.lex_state = 1358}, - [2176] = {.lex_state = 1358}, - [2177] = {.lex_state = 28, .external_lex_state = 6}, - [2178] = {.lex_state = 50, .external_lex_state = 6}, - [2179] = {.lex_state = 50, .external_lex_state = 6}, - [2180] = {.lex_state = 1358}, - [2181] = {.lex_state = 1358}, - [2182] = {.lex_state = 50, .external_lex_state = 6}, - [2183] = {.lex_state = 50, .external_lex_state = 6}, - [2184] = {.lex_state = 50, .external_lex_state = 6}, - [2185] = {.lex_state = 1358}, - [2186] = {.lex_state = 50, .external_lex_state = 6}, - [2187] = {.lex_state = 28, .external_lex_state = 6}, - [2188] = {.lex_state = 28, .external_lex_state = 6}, - [2189] = {.lex_state = 28, .external_lex_state = 6}, - [2190] = {.lex_state = 1358}, - [2191] = {.lex_state = 28, .external_lex_state = 6}, - [2192] = {.lex_state = 28, .external_lex_state = 6}, - [2193] = {.lex_state = 1358}, - [2194] = {.lex_state = 1358}, - [2195] = {.lex_state = 1358}, - [2196] = {.lex_state = 1358}, - [2197] = {.lex_state = 28, .external_lex_state = 3}, - [2198] = {.lex_state = 1358}, - [2199] = {.lex_state = 1358}, - [2200] = {.lex_state = 50, .external_lex_state = 6}, - [2201] = {.lex_state = 50, .external_lex_state = 6}, - [2202] = {.lex_state = 50, .external_lex_state = 6}, - [2203] = {.lex_state = 28, .external_lex_state = 6}, - [2204] = {.lex_state = 28, .external_lex_state = 6}, - [2205] = {.lex_state = 28, .external_lex_state = 6}, - [2206] = {.lex_state = 28, .external_lex_state = 6}, - [2207] = {.lex_state = 28, .external_lex_state = 6}, - [2208] = {.lex_state = 28, .external_lex_state = 6}, - [2209] = {.lex_state = 50, .external_lex_state = 6}, - [2210] = {.lex_state = 50, .external_lex_state = 6}, - [2211] = {.lex_state = 1358}, - [2212] = {.lex_state = 1358}, - [2213] = {.lex_state = 1358}, - [2214] = {.lex_state = 1358}, - [2215] = {.lex_state = 53, .external_lex_state = 4}, - [2216] = {.lex_state = 1358}, - [2217] = {.lex_state = 1358}, - [2218] = {.lex_state = 50, .external_lex_state = 6}, - [2219] = {.lex_state = 1358}, - [2220] = {.lex_state = 1358}, - [2221] = {.lex_state = 1358}, - [2222] = {.lex_state = 1358}, - [2223] = {.lex_state = 1358}, - [2224] = {.lex_state = 1358}, - [2225] = {.lex_state = 210}, - [2226] = {.lex_state = 1358}, - [2227] = {.lex_state = 1358}, - [2228] = {.lex_state = 210}, - [2229] = {.lex_state = 210}, - [2230] = {.lex_state = 1358}, - [2231] = {.lex_state = 210}, - [2232] = {.lex_state = 1358}, - [2233] = {.lex_state = 1358}, - [2234] = {.lex_state = 1358}, - [2235] = {.lex_state = 210}, - [2236] = {.lex_state = 1358}, - [2237] = {.lex_state = 1358}, - [2238] = {.lex_state = 1358}, - [2239] = {.lex_state = 1358}, - [2240] = {.lex_state = 1358}, - [2241] = {.lex_state = 1358}, - [2242] = {.lex_state = 52, .external_lex_state = 6}, - [2243] = {.lex_state = 52, .external_lex_state = 6}, - [2244] = {.lex_state = 52, .external_lex_state = 6}, - [2245] = {.lex_state = 1358}, - [2246] = {.lex_state = 1358}, - [2247] = {.lex_state = 52, .external_lex_state = 6}, - [2248] = {.lex_state = 1358}, - [2249] = {.lex_state = 1358}, - [2250] = {.lex_state = 51, .external_lex_state = 6}, - [2251] = {.lex_state = 52, .external_lex_state = 6}, - [2252] = {.lex_state = 52, .external_lex_state = 6}, - [2253] = {.lex_state = 1358}, - [2254] = {.lex_state = 1358}, - [2255] = {.lex_state = 1358}, - [2256] = {.lex_state = 53, .external_lex_state = 4}, - [2257] = {.lex_state = 1358}, - [2258] = {.lex_state = 1358}, - [2259] = {.lex_state = 52, .external_lex_state = 6}, - [2260] = {.lex_state = 1358}, - [2261] = {.lex_state = 1358}, - [2262] = {.lex_state = 52, .external_lex_state = 6}, - [2263] = {.lex_state = 52, .external_lex_state = 6}, - [2264] = {.lex_state = 1358}, - [2265] = {.lex_state = 52, .external_lex_state = 6}, - [2266] = {.lex_state = 210}, - [2267] = {.lex_state = 210}, - [2268] = {.lex_state = 210}, - [2269] = {.lex_state = 210}, - [2270] = {.lex_state = 210}, - [2271] = {.lex_state = 210}, - [2272] = {.lex_state = 210}, - [2273] = {.lex_state = 210}, - [2274] = {.lex_state = 210}, - [2275] = {.lex_state = 210}, - [2276] = {.lex_state = 210}, - [2277] = {.lex_state = 210}, - [2278] = {.lex_state = 210}, - [2279] = {.lex_state = 210}, - [2280] = {.lex_state = 210}, - [2281] = {.lex_state = 52, .external_lex_state = 6}, - [2282] = {.lex_state = 1358}, - [2283] = {.lex_state = 210}, - [2284] = {.lex_state = 210}, - [2285] = {.lex_state = 1358}, - [2286] = {.lex_state = 1358}, - [2287] = {.lex_state = 210}, - [2288] = {.lex_state = 1358}, - [2289] = {.lex_state = 210}, - [2290] = {.lex_state = 210}, - [2291] = {.lex_state = 1358}, - [2292] = {.lex_state = 52, .external_lex_state = 6}, - [2293] = {.lex_state = 1358}, - [2294] = {.lex_state = 1358}, - [2295] = {.lex_state = 210}, - [2296] = {.lex_state = 210}, - [2297] = {.lex_state = 210}, - [2298] = {.lex_state = 210}, - [2299] = {.lex_state = 210}, - [2300] = {.lex_state = 210}, - [2301] = {.lex_state = 210}, - [2302] = {.lex_state = 210}, - [2303] = {.lex_state = 210}, - [2304] = {.lex_state = 210}, - [2305] = {.lex_state = 210}, - [2306] = {.lex_state = 210}, - [2307] = {.lex_state = 210}, - [2308] = {.lex_state = 1358}, - [2309] = {.lex_state = 210}, - [2310] = {.lex_state = 1356, .external_lex_state = 6}, - [2311] = {.lex_state = 210}, - [2312] = {.lex_state = 210}, - [2313] = {.lex_state = 1358}, - [2314] = {.lex_state = 1358}, - [2315] = {.lex_state = 210}, - [2316] = {.lex_state = 210}, - [2317] = {.lex_state = 210}, - [2318] = {.lex_state = 210}, - [2319] = {.lex_state = 210}, - [2320] = {.lex_state = 1358}, - [2321] = {.lex_state = 1356, .external_lex_state = 6}, - [2322] = {.lex_state = 210}, - [2323] = {.lex_state = 210}, - [2324] = {.lex_state = 54, .external_lex_state = 3}, - [2325] = {.lex_state = 210}, - [2326] = {.lex_state = 210}, - [2327] = {.lex_state = 210}, - [2328] = {.lex_state = 49, .external_lex_state = 3}, - [2329] = {.lex_state = 210}, - [2330] = {.lex_state = 210}, - [2331] = {.lex_state = 1358}, - [2332] = {.lex_state = 210}, - [2333] = {.lex_state = 210}, - [2334] = {.lex_state = 1358}, - [2335] = {.lex_state = 49, .external_lex_state = 3}, - [2336] = {.lex_state = 210}, - [2337] = {.lex_state = 1358}, - [2338] = {.lex_state = 1356, .external_lex_state = 6}, - [2339] = {.lex_state = 1356, .external_lex_state = 6}, - [2340] = {.lex_state = 1358}, - [2341] = {.lex_state = 1358}, - [2342] = {.lex_state = 1358}, - [2343] = {.lex_state = 50, .external_lex_state = 3}, - [2344] = {.lex_state = 1356, .external_lex_state = 6}, - [2345] = {.lex_state = 28, .external_lex_state = 6}, - [2346] = {.lex_state = 50, .external_lex_state = 3}, - [2347] = {.lex_state = 1358}, - [2348] = {.lex_state = 1358}, - [2349] = {.lex_state = 210}, - [2350] = {.lex_state = 1356, .external_lex_state = 6}, - [2351] = {.lex_state = 54, .external_lex_state = 3}, - [2352] = {.lex_state = 49, .external_lex_state = 6}, - [2353] = {.lex_state = 54, .external_lex_state = 6}, - [2354] = {.lex_state = 1356, .external_lex_state = 6}, - [2355] = {.lex_state = 210}, - [2356] = {.lex_state = 210}, - [2357] = {.lex_state = 210}, - [2358] = {.lex_state = 210}, - [2359] = {.lex_state = 210}, - [2360] = {.lex_state = 210}, - [2361] = {.lex_state = 210}, - [2362] = {.lex_state = 1358}, - [2363] = {.lex_state = 1358}, - [2364] = {.lex_state = 1356, .external_lex_state = 6}, - [2365] = {.lex_state = 210}, - [2366] = {.lex_state = 210}, - [2367] = {.lex_state = 1356, .external_lex_state = 6}, - [2368] = {.lex_state = 1358}, - [2369] = {.lex_state = 1358}, - [2370] = {.lex_state = 1358}, - [2371] = {.lex_state = 53, .external_lex_state = 5}, - [2372] = {.lex_state = 1356, .external_lex_state = 6}, - [2373] = {.lex_state = 1356, .external_lex_state = 6}, - [2374] = {.lex_state = 1358}, - [2375] = {.lex_state = 1358}, - [2376] = {.lex_state = 54, .external_lex_state = 4}, - [2377] = {.lex_state = 50, .external_lex_state = 3}, - [2378] = {.lex_state = 1358}, - [2379] = {.lex_state = 210}, - [2380] = {.lex_state = 210}, - [2381] = {.lex_state = 210}, - [2382] = {.lex_state = 210}, - [2383] = {.lex_state = 210}, - [2384] = {.lex_state = 210}, - [2385] = {.lex_state = 210}, - [2386] = {.lex_state = 1358}, - [2387] = {.lex_state = 1358}, - [2388] = {.lex_state = 1358}, - [2389] = {.lex_state = 1358}, - [2390] = {.lex_state = 1358}, - [2391] = {.lex_state = 54, .external_lex_state = 4}, - [2392] = {.lex_state = 1358}, - [2393] = {.lex_state = 1358}, - [2394] = {.lex_state = 1358}, - [2395] = {.lex_state = 1358}, - [2396] = {.lex_state = 1356, .external_lex_state = 6}, - [2397] = {.lex_state = 1358}, - [2398] = {.lex_state = 210}, - [2399] = {.lex_state = 210}, - [2400] = {.lex_state = 210}, - [2401] = {.lex_state = 210}, - [2402] = {.lex_state = 210}, - [2403] = {.lex_state = 210}, - [2404] = {.lex_state = 1358}, - [2405] = {.lex_state = 210}, - [2406] = {.lex_state = 1358}, - [2407] = {.lex_state = 210}, - [2408] = {.lex_state = 210}, - [2409] = {.lex_state = 210}, - [2410] = {.lex_state = 210}, - [2411] = {.lex_state = 210}, - [2412] = {.lex_state = 210}, - [2413] = {.lex_state = 210}, - [2414] = {.lex_state = 1358}, - [2415] = {.lex_state = 1358}, - [2416] = {.lex_state = 1358}, - [2417] = {.lex_state = 210}, - [2418] = {.lex_state = 210}, - [2419] = {.lex_state = 1358}, - [2420] = {.lex_state = 1358}, - [2421] = {.lex_state = 1358}, - [2422] = {.lex_state = 52, .external_lex_state = 3}, - [2423] = {.lex_state = 54, .external_lex_state = 5}, - [2424] = {.lex_state = 210}, - [2425] = {.lex_state = 210}, - [2426] = {.lex_state = 210}, - [2427] = {.lex_state = 210}, - [2428] = {.lex_state = 52, .external_lex_state = 3}, - [2429] = {.lex_state = 1358}, - [2430] = {.lex_state = 53, .external_lex_state = 3}, - [2431] = {.lex_state = 1358}, - [2432] = {.lex_state = 210}, - [2433] = {.lex_state = 210}, - [2434] = {.lex_state = 210}, - [2435] = {.lex_state = 210}, - [2436] = {.lex_state = 1358}, - [2437] = {.lex_state = 210}, - [2438] = {.lex_state = 1358}, - [2439] = {.lex_state = 1358}, - [2440] = {.lex_state = 210}, - [2441] = {.lex_state = 87, .external_lex_state = 3}, - [2442] = {.lex_state = 1358}, - [2443] = {.lex_state = 1358}, - [2444] = {.lex_state = 87, .external_lex_state = 3}, - [2445] = {.lex_state = 210}, - [2446] = {.lex_state = 87, .external_lex_state = 3}, - [2447] = {.lex_state = 210}, - [2448] = {.lex_state = 1358}, - [2449] = {.lex_state = 210}, - [2450] = {.lex_state = 210}, - [2451] = {.lex_state = 210}, - [2452] = {.lex_state = 1358}, - [2453] = {.lex_state = 210}, - [2454] = {.lex_state = 210}, - [2455] = {.lex_state = 210}, - [2456] = {.lex_state = 210}, - [2457] = {.lex_state = 78}, - [2458] = {.lex_state = 210}, - [2459] = {.lex_state = 1358}, - [2460] = {.lex_state = 210}, - [2461] = {.lex_state = 210}, - [2462] = {.lex_state = 52, .external_lex_state = 3}, - [2463] = {.lex_state = 54, .external_lex_state = 5}, - [2464] = {.lex_state = 122, .external_lex_state = 6}, - [2465] = {.lex_state = 1358}, - [2466] = {.lex_state = 1356, .external_lex_state = 6}, - [2467] = {.lex_state = 1356, .external_lex_state = 6}, - [2468] = {.lex_state = 1356, .external_lex_state = 6}, - [2469] = {.lex_state = 1358}, - [2470] = {.lex_state = 1356, .external_lex_state = 6}, - [2471] = {.lex_state = 1358}, - [2472] = {.lex_state = 1358}, - [2473] = {.lex_state = 1356, .external_lex_state = 6}, - [2474] = {.lex_state = 210}, - [2475] = {.lex_state = 210}, - [2476] = {.lex_state = 1356, .external_lex_state = 6}, - [2477] = {.lex_state = 1358}, - [2478] = {.lex_state = 1356, .external_lex_state = 6}, - [2479] = {.lex_state = 210}, - [2480] = {.lex_state = 210}, - [2481] = {.lex_state = 210}, - [2482] = {.lex_state = 210}, - [2483] = {.lex_state = 210}, - [2484] = {.lex_state = 210}, - [2485] = {.lex_state = 210}, - [2486] = {.lex_state = 1358}, - [2487] = {.lex_state = 210}, - [2488] = {.lex_state = 210}, - [2489] = {.lex_state = 210}, - [2490] = {.lex_state = 210}, - [2491] = {.lex_state = 1358}, - [2492] = {.lex_state = 1358}, - [2493] = {.lex_state = 210}, - [2494] = {.lex_state = 210}, - [2495] = {.lex_state = 210}, - [2496] = {.lex_state = 210}, - [2497] = {.lex_state = 1358}, - [2498] = {.lex_state = 1356, .external_lex_state = 6}, - [2499] = {.lex_state = 1356, .external_lex_state = 6}, - [2500] = {.lex_state = 1356, .external_lex_state = 6}, - [2501] = {.lex_state = 210}, - [2502] = {.lex_state = 210}, - [2503] = {.lex_state = 210}, - [2504] = {.lex_state = 210}, - [2505] = {.lex_state = 89, .external_lex_state = 3}, - [2506] = {.lex_state = 1358}, - [2507] = {.lex_state = 210}, - [2508] = {.lex_state = 210}, - [2509] = {.lex_state = 210}, - [2510] = {.lex_state = 1358}, - [2511] = {.lex_state = 1356, .external_lex_state = 6}, - [2512] = {.lex_state = 1358}, - [2513] = {.lex_state = 1358}, - [2514] = {.lex_state = 210}, - [2515] = {.lex_state = 210}, - [2516] = {.lex_state = 210}, - [2517] = {.lex_state = 210}, - [2518] = {.lex_state = 210}, - [2519] = {.lex_state = 210}, - [2520] = {.lex_state = 210}, - [2521] = {.lex_state = 210}, - [2522] = {.lex_state = 210}, - [2523] = {.lex_state = 1358}, - [2524] = {.lex_state = 1358}, - [2525] = {.lex_state = 210}, - [2526] = {.lex_state = 1358}, - [2527] = {.lex_state = 1358}, - [2528] = {.lex_state = 210}, - [2529] = {.lex_state = 210}, - [2530] = {.lex_state = 210}, - [2531] = {.lex_state = 1356, .external_lex_state = 6}, - [2532] = {.lex_state = 1358}, - [2533] = {.lex_state = 1358}, - [2534] = {.lex_state = 210}, - [2535] = {.lex_state = 210}, - [2536] = {.lex_state = 210}, - [2537] = {.lex_state = 210}, - [2538] = {.lex_state = 1358}, - [2539] = {.lex_state = 53, .external_lex_state = 6}, - [2540] = {.lex_state = 210}, - [2541] = {.lex_state = 210}, - [2542] = {.lex_state = 210}, - [2543] = {.lex_state = 210}, - [2544] = {.lex_state = 89, .external_lex_state = 3}, - [2545] = {.lex_state = 210}, - [2546] = {.lex_state = 210}, - [2547] = {.lex_state = 210}, - [2548] = {.lex_state = 210}, - [2549] = {.lex_state = 210}, - [2550] = {.lex_state = 210}, - [2551] = {.lex_state = 210}, - [2552] = {.lex_state = 1358}, - [2553] = {.lex_state = 1358}, - [2554] = {.lex_state = 1358}, - [2555] = {.lex_state = 1358}, - [2556] = {.lex_state = 210}, - [2557] = {.lex_state = 50, .external_lex_state = 6}, - [2558] = {.lex_state = 1358}, - [2559] = {.lex_state = 1358}, - [2560] = {.lex_state = 1358}, - [2561] = {.lex_state = 1358}, - [2562] = {.lex_state = 53, .external_lex_state = 6}, - [2563] = {.lex_state = 1358}, - [2564] = {.lex_state = 1358}, - [2565] = {.lex_state = 210}, - [2566] = {.lex_state = 210}, - [2567] = {.lex_state = 210}, - [2568] = {.lex_state = 210}, - [2569] = {.lex_state = 210}, - [2570] = {.lex_state = 210}, - [2571] = {.lex_state = 210}, - [2572] = {.lex_state = 210}, - [2573] = {.lex_state = 210}, - [2574] = {.lex_state = 1358}, - [2575] = {.lex_state = 210}, - [2576] = {.lex_state = 210}, - [2577] = {.lex_state = 1358}, - [2578] = {.lex_state = 210}, - [2579] = {.lex_state = 1358}, - [2580] = {.lex_state = 1358}, - [2581] = {.lex_state = 210}, - [2582] = {.lex_state = 1358}, - [2583] = {.lex_state = 210}, - [2584] = {.lex_state = 1358}, - [2585] = {.lex_state = 210}, - [2586] = {.lex_state = 1358}, - [2587] = {.lex_state = 210}, - [2588] = {.lex_state = 1358}, - [2589] = {.lex_state = 1358}, - [2590] = {.lex_state = 1358}, - [2591] = {.lex_state = 210}, - [2592] = {.lex_state = 1358}, - [2593] = {.lex_state = 210}, - [2594] = {.lex_state = 210}, - [2595] = {.lex_state = 210}, - [2596] = {.lex_state = 210}, - [2597] = {.lex_state = 210}, - [2598] = {.lex_state = 1358}, - [2599] = {.lex_state = 210}, - [2600] = {.lex_state = 1358}, - [2601] = {.lex_state = 1358}, - [2602] = {.lex_state = 1358}, - [2603] = {.lex_state = 1358}, - [2604] = {.lex_state = 1358}, - [2605] = {.lex_state = 1358}, - [2606] = {.lex_state = 28, .external_lex_state = 6}, - [2607] = {.lex_state = 1358}, - [2608] = {.lex_state = 1358}, - [2609] = {.lex_state = 1358}, - [2610] = {.lex_state = 1358}, - [2611] = {.lex_state = 210}, - [2612] = {.lex_state = 210}, - [2613] = {.lex_state = 1358}, - [2614] = {.lex_state = 1358}, - [2615] = {.lex_state = 87, .external_lex_state = 3}, - [2616] = {.lex_state = 210}, - [2617] = {.lex_state = 210}, - [2618] = {.lex_state = 210}, - [2619] = {.lex_state = 210}, - [2620] = {.lex_state = 210}, - [2621] = {.lex_state = 210}, - [2622] = {.lex_state = 210}, - [2623] = {.lex_state = 1358}, - [2624] = {.lex_state = 1358}, - [2625] = {.lex_state = 1358}, - [2626] = {.lex_state = 210}, - [2627] = {.lex_state = 210}, - [2628] = {.lex_state = 210}, - [2629] = {.lex_state = 210}, - [2630] = {.lex_state = 1358}, - [2631] = {.lex_state = 75, .external_lex_state = 6}, - [2632] = {.lex_state = 124, .external_lex_state = 6}, - [2633] = {.lex_state = 210}, - [2634] = {.lex_state = 210}, - [2635] = {.lex_state = 1358}, - [2636] = {.lex_state = 1358}, - [2637] = {.lex_state = 1358}, - [2638] = {.lex_state = 1358}, - [2639] = {.lex_state = 89, .external_lex_state = 3}, - [2640] = {.lex_state = 89, .external_lex_state = 3}, - [2641] = {.lex_state = 1358}, - [2642] = {.lex_state = 1358}, - [2643] = {.lex_state = 54, .external_lex_state = 4}, - [2644] = {.lex_state = 1356, .external_lex_state = 6}, - [2645] = {.lex_state = 1358}, - [2646] = {.lex_state = 54, .external_lex_state = 4}, - [2647] = {.lex_state = 53, .external_lex_state = 3}, - [2648] = {.lex_state = 1358}, - [2649] = {.lex_state = 1358}, - [2650] = {.lex_state = 1358}, - [2651] = {.lex_state = 1358}, - [2652] = {.lex_state = 1358}, - [2653] = {.lex_state = 1358}, - [2654] = {.lex_state = 1358}, - [2655] = {.lex_state = 1358}, - [2656] = {.lex_state = 1358}, - [2657] = {.lex_state = 37, .external_lex_state = 12}, - [2658] = {.lex_state = 1356, .external_lex_state = 6}, - [2659] = {.lex_state = 49, .external_lex_state = 4}, - [2660] = {.lex_state = 53, .external_lex_state = 6}, - [2661] = {.lex_state = 37}, - [2662] = {.lex_state = 68, .external_lex_state = 7}, - [2663] = {.lex_state = 53, .external_lex_state = 6}, - [2664] = {.lex_state = 53, .external_lex_state = 6}, - [2665] = {.lex_state = 53, .external_lex_state = 6}, - [2666] = {.lex_state = 49, .external_lex_state = 4}, - [2667] = {.lex_state = 50, .external_lex_state = 6}, - [2668] = {.lex_state = 82, .external_lex_state = 3}, - [2669] = {.lex_state = 127, .external_lex_state = 6}, - [2670] = {.lex_state = 49, .external_lex_state = 5}, - [2671] = {.lex_state = 28, .external_lex_state = 3}, - [2672] = {.lex_state = 1356, .external_lex_state = 6}, - [2673] = {.lex_state = 28, .external_lex_state = 3}, - [2674] = {.lex_state = 97, .external_lex_state = 3}, - [2675] = {.lex_state = 37}, - [2676] = {.lex_state = 53, .external_lex_state = 6}, - [2677] = {.lex_state = 53, .external_lex_state = 6}, - [2678] = {.lex_state = 1356, .external_lex_state = 6}, - [2679] = {.lex_state = 37}, - [2680] = {.lex_state = 1356, .external_lex_state = 6}, - [2681] = {.lex_state = 68, .external_lex_state = 7}, - [2682] = {.lex_state = 80, .external_lex_state = 6}, - [2683] = {.lex_state = 51, .external_lex_state = 5}, - [2684] = {.lex_state = 53, .external_lex_state = 6}, - [2685] = {.lex_state = 49, .external_lex_state = 3}, - [2686] = {.lex_state = 97, .external_lex_state = 3}, - [2687] = {.lex_state = 54, .external_lex_state = 4}, - [2688] = {.lex_state = 53, .external_lex_state = 6}, - [2689] = {.lex_state = 53, .external_lex_state = 6}, - [2690] = {.lex_state = 53, .external_lex_state = 6}, - [2691] = {.lex_state = 49, .external_lex_state = 5}, - [2692] = {.lex_state = 53, .external_lex_state = 6}, - [2693] = {.lex_state = 53, .external_lex_state = 6}, - [2694] = {.lex_state = 97, .external_lex_state = 3}, - [2695] = {.lex_state = 51, .external_lex_state = 5}, - [2696] = {.lex_state = 53, .external_lex_state = 6}, - [2697] = {.lex_state = 95, .external_lex_state = 6}, - [2698] = {.lex_state = 53, .external_lex_state = 6}, - [2699] = {.lex_state = 28, .external_lex_state = 6}, - [2700] = {.lex_state = 125, .external_lex_state = 6}, - [2701] = {.lex_state = 1356, .external_lex_state = 6}, - [2702] = {.lex_state = 53, .external_lex_state = 6}, - [2703] = {.lex_state = 51, .external_lex_state = 4}, - [2704] = {.lex_state = 37}, - [2705] = {.lex_state = 52, .external_lex_state = 6}, - [2706] = {.lex_state = 51, .external_lex_state = 4}, - [2707] = {.lex_state = 53, .external_lex_state = 6}, - [2708] = {.lex_state = 1356, .external_lex_state = 6}, - [2709] = {.lex_state = 51, .external_lex_state = 6}, - [2710] = {.lex_state = 51, .external_lex_state = 3}, - [2711] = {.lex_state = 53, .external_lex_state = 6}, - [2712] = {.lex_state = 82, .external_lex_state = 3}, - [2713] = {.lex_state = 53, .external_lex_state = 6}, - [2714] = {.lex_state = 53, .external_lex_state = 6}, - [2715] = {.lex_state = 53, .external_lex_state = 6}, - [2716] = {.lex_state = 82, .external_lex_state = 3}, - [2717] = {.lex_state = 53, .external_lex_state = 6}, - [2718] = {.lex_state = 51, .external_lex_state = 3}, - [2719] = {.lex_state = 1356, .external_lex_state = 6}, - [2720] = {.lex_state = 37}, - [2721] = {.lex_state = 53, .external_lex_state = 6}, - [2722] = {.lex_state = 71, .external_lex_state = 7}, - [2723] = {.lex_state = 53, .external_lex_state = 6}, - [2724] = {.lex_state = 1356, .external_lex_state = 6}, - [2725] = {.lex_state = 53, .external_lex_state = 6}, - [2726] = {.lex_state = 37}, - [2727] = {.lex_state = 37}, - [2728] = {.lex_state = 82, .external_lex_state = 3}, - [2729] = {.lex_state = 97, .external_lex_state = 3}, - [2730] = {.lex_state = 37, .external_lex_state = 12}, - [2731] = {.lex_state = 1356, .external_lex_state = 6}, - [2732] = {.lex_state = 50, .external_lex_state = 3}, - [2733] = {.lex_state = 50, .external_lex_state = 3}, - [2734] = {.lex_state = 1356, .external_lex_state = 6}, - [2735] = {.lex_state = 1356, .external_lex_state = 6}, - [2736] = {.lex_state = 49, .external_lex_state = 3}, - [2737] = {.lex_state = 37}, - [2738] = {.lex_state = 54, .external_lex_state = 6}, - [2739] = {.lex_state = 54, .external_lex_state = 6}, - [2740] = {.lex_state = 49, .external_lex_state = 3}, - [2741] = {.lex_state = 49, .external_lex_state = 6}, - [2742] = {.lex_state = 49, .external_lex_state = 3}, - [2743] = {.lex_state = 49, .external_lex_state = 4}, - [2744] = {.lex_state = 37}, - [2745] = {.lex_state = 1356, .external_lex_state = 6}, - [2746] = {.lex_state = 1356, .external_lex_state = 6}, - [2747] = {.lex_state = 51, .external_lex_state = 4}, - [2748] = {.lex_state = 1356, .external_lex_state = 6}, - [2749] = {.lex_state = 52, .external_lex_state = 3}, - [2750] = {.lex_state = 52, .external_lex_state = 3}, - [2751] = {.lex_state = 54, .external_lex_state = 5}, - [2752] = {.lex_state = 1356, .external_lex_state = 6}, - [2753] = {.lex_state = 1356, .external_lex_state = 6}, - [2754] = {.lex_state = 1356, .external_lex_state = 6}, - [2755] = {.lex_state = 53, .external_lex_state = 6}, - [2756] = {.lex_state = 49, .external_lex_state = 3}, - [2757] = {.lex_state = 1356, .external_lex_state = 6}, - [2758] = {.lex_state = 1356, .external_lex_state = 6}, - [2759] = {.lex_state = 1356, .external_lex_state = 6}, - [2760] = {.lex_state = 1356, .external_lex_state = 6}, - [2761] = {.lex_state = 51, .external_lex_state = 4}, - [2762] = {.lex_state = 53, .external_lex_state = 6}, - [2763] = {.lex_state = 49, .external_lex_state = 4}, - [2764] = {.lex_state = 54, .external_lex_state = 3}, - [2765] = {.lex_state = 1356, .external_lex_state = 6}, - [2766] = {.lex_state = 1356, .external_lex_state = 6}, - [2767] = {.lex_state = 1356, .external_lex_state = 6}, - [2768] = {.lex_state = 1356, .external_lex_state = 6}, - [2769] = {.lex_state = 54, .external_lex_state = 3}, - [2770] = {.lex_state = 1356, .external_lex_state = 6}, - [2771] = {.lex_state = 1356, .external_lex_state = 6}, - [2772] = {.lex_state = 1356, .external_lex_state = 6}, - [2773] = {.lex_state = 71, .external_lex_state = 7}, - [2774] = {.lex_state = 37}, - [2775] = {.lex_state = 1356, .external_lex_state = 6}, - [2776] = {.lex_state = 49, .external_lex_state = 3}, - [2777] = {.lex_state = 1356, .external_lex_state = 6}, - [2778] = {.lex_state = 1356, .external_lex_state = 6}, - [2779] = {.lex_state = 68, .external_lex_state = 7}, - [2780] = {.lex_state = 54, .external_lex_state = 4}, - [2781] = {.lex_state = 1356, .external_lex_state = 6}, - [2782] = {.lex_state = 1356, .external_lex_state = 6}, - [2783] = {.lex_state = 1356, .external_lex_state = 6}, - [2784] = {.lex_state = 31, .external_lex_state = 3}, - [2785] = {.lex_state = 28, .external_lex_state = 4}, - [2786] = {.lex_state = 31, .external_lex_state = 3}, - [2787] = {.lex_state = 54, .external_lex_state = 6}, - [2788] = {.lex_state = 51, .external_lex_state = 3}, - [2789] = {.lex_state = 126, .external_lex_state = 6}, - [2790] = {.lex_state = 1356, .external_lex_state = 6}, - [2791] = {.lex_state = 31, .external_lex_state = 3}, - [2792] = {.lex_state = 49, .external_lex_state = 5}, - [2793] = {.lex_state = 32, .external_lex_state = 3}, - [2794] = {.lex_state = 28, .external_lex_state = 5}, - [2795] = {.lex_state = 49, .external_lex_state = 4}, - [2796] = {.lex_state = 1356, .external_lex_state = 6}, - [2797] = {.lex_state = 28, .external_lex_state = 5}, - [2798] = {.lex_state = 50, .external_lex_state = 3}, - [2799] = {.lex_state = 50, .external_lex_state = 3}, - [2800] = {.lex_state = 98, .external_lex_state = 3}, - [2801] = {.lex_state = 1356, .external_lex_state = 6}, - [2802] = {.lex_state = 98, .external_lex_state = 3}, - [2803] = {.lex_state = 98, .external_lex_state = 3}, - [2804] = {.lex_state = 50, .external_lex_state = 3}, - [2805] = {.lex_state = 50, .external_lex_state = 6}, - [2806] = {.lex_state = 50, .external_lex_state = 3}, - [2807] = {.lex_state = 28, .external_lex_state = 4}, - [2808] = {.lex_state = 50, .external_lex_state = 4}, - [2809] = {.lex_state = 54, .external_lex_state = 6}, - [2810] = {.lex_state = 51, .external_lex_state = 3}, - [2811] = {.lex_state = 1356, .external_lex_state = 6}, - [2812] = {.lex_state = 1356, .external_lex_state = 6}, - [2813] = {.lex_state = 1356, .external_lex_state = 6}, - [2814] = {.lex_state = 1356, .external_lex_state = 6}, - [2815] = {.lex_state = 83, .external_lex_state = 3}, - [2816] = {.lex_state = 83, .external_lex_state = 3}, - [2817] = {.lex_state = 51, .external_lex_state = 6}, - [2818] = {.lex_state = 83, .external_lex_state = 3}, - [2819] = {.lex_state = 129, .external_lex_state = 6}, - [2820] = {.lex_state = 49, .external_lex_state = 6}, - [2821] = {.lex_state = 52, .external_lex_state = 4}, - [2822] = {.lex_state = 1356, .external_lex_state = 6}, - [2823] = {.lex_state = 28, .external_lex_state = 4}, - [2824] = {.lex_state = 29, .external_lex_state = 6}, - [2825] = {.lex_state = 28, .external_lex_state = 4}, - [2826] = {.lex_state = 1356, .external_lex_state = 6}, - [2827] = {.lex_state = 28, .external_lex_state = 6}, - [2828] = {.lex_state = 28, .external_lex_state = 3}, - [2829] = {.lex_state = 1356, .external_lex_state = 6}, - [2830] = {.lex_state = 1356, .external_lex_state = 6}, - [2831] = {.lex_state = 50, .external_lex_state = 3}, - [2832] = {.lex_state = 1356, .external_lex_state = 6}, - [2833] = {.lex_state = 54, .external_lex_state = 6}, - [2834] = {.lex_state = 1356, .external_lex_state = 6}, - [2835] = {.lex_state = 51, .external_lex_state = 5}, - [2836] = {.lex_state = 1356, .external_lex_state = 6}, - [2837] = {.lex_state = 54, .external_lex_state = 6}, - [2838] = {.lex_state = 1356, .external_lex_state = 6}, - [2839] = {.lex_state = 50, .external_lex_state = 4}, - [2840] = {.lex_state = 52, .external_lex_state = 4}, - [2841] = {.lex_state = 32, .external_lex_state = 3}, - [2842] = {.lex_state = 28, .external_lex_state = 3}, - [2843] = {.lex_state = 51, .external_lex_state = 4}, - [2844] = {.lex_state = 1356, .external_lex_state = 6}, - [2845] = {.lex_state = 1356, .external_lex_state = 6}, - [2846] = {.lex_state = 51, .external_lex_state = 4}, - [2847] = {.lex_state = 32, .external_lex_state = 3}, - [2848] = {.lex_state = 52, .external_lex_state = 3}, - [2849] = {.lex_state = 1356, .external_lex_state = 6}, - [2850] = {.lex_state = 32, .external_lex_state = 3}, - [2851] = {.lex_state = 50, .external_lex_state = 3}, - [2852] = {.lex_state = 1356, .external_lex_state = 6}, - [2853] = {.lex_state = 1356, .external_lex_state = 6}, - [2854] = {.lex_state = 1356, .external_lex_state = 6}, - [2855] = {.lex_state = 1356, .external_lex_state = 6}, - [2856] = {.lex_state = 1356, .external_lex_state = 6}, - [2857] = {.lex_state = 1356, .external_lex_state = 6}, - [2858] = {.lex_state = 50, .external_lex_state = 5}, - [2859] = {.lex_state = 1356, .external_lex_state = 6}, - [2860] = {.lex_state = 1356, .external_lex_state = 6}, - [2861] = {.lex_state = 52, .external_lex_state = 3}, - [2862] = {.lex_state = 83, .external_lex_state = 3}, - [2863] = {.lex_state = 1356, .external_lex_state = 6}, - [2864] = {.lex_state = 50, .external_lex_state = 4}, - [2865] = {.lex_state = 1356, .external_lex_state = 6}, - [2866] = {.lex_state = 1356, .external_lex_state = 6}, - [2867] = {.lex_state = 52, .external_lex_state = 6}, - [2868] = {.lex_state = 96, .external_lex_state = 6}, - [2869] = {.lex_state = 54, .external_lex_state = 6}, - [2870] = {.lex_state = 54, .external_lex_state = 6}, - [2871] = {.lex_state = 54, .external_lex_state = 6}, - [2872] = {.lex_state = 54, .external_lex_state = 6}, - [2873] = {.lex_state = 1356, .external_lex_state = 6}, - [2874] = {.lex_state = 54, .external_lex_state = 6}, - [2875] = {.lex_state = 54, .external_lex_state = 6}, - [2876] = {.lex_state = 54, .external_lex_state = 6}, - [2877] = {.lex_state = 54, .external_lex_state = 6}, - [2878] = {.lex_state = 54, .external_lex_state = 6}, - [2879] = {.lex_state = 81, .external_lex_state = 6}, - [2880] = {.lex_state = 1356, .external_lex_state = 6}, - [2881] = {.lex_state = 1356, .external_lex_state = 6}, - [2882] = {.lex_state = 54, .external_lex_state = 6}, - [2883] = {.lex_state = 54, .external_lex_state = 6}, - [2884] = {.lex_state = 49, .external_lex_state = 3}, - [2885] = {.lex_state = 1356, .external_lex_state = 6}, - [2886] = {.lex_state = 52, .external_lex_state = 4}, - [2887] = {.lex_state = 1356, .external_lex_state = 6}, - [2888] = {.lex_state = 50, .external_lex_state = 5}, - [2889] = {.lex_state = 1356, .external_lex_state = 6}, - [2890] = {.lex_state = 54, .external_lex_state = 6}, - [2891] = {.lex_state = 1356, .external_lex_state = 6}, - [2892] = {.lex_state = 1356, .external_lex_state = 6}, - [2893] = {.lex_state = 1356, .external_lex_state = 6}, - [2894] = {.lex_state = 1356, .external_lex_state = 6}, - [2895] = {.lex_state = 54, .external_lex_state = 6}, - [2896] = {.lex_state = 1356, .external_lex_state = 6}, - [2897] = {.lex_state = 52, .external_lex_state = 5}, - [2898] = {.lex_state = 1356, .external_lex_state = 6}, - [2899] = {.lex_state = 31, .external_lex_state = 3}, - [2900] = {.lex_state = 54, .external_lex_state = 6}, - [2901] = {.lex_state = 54, .external_lex_state = 6}, - [2902] = {.lex_state = 1356, .external_lex_state = 6}, - [2903] = {.lex_state = 1356, .external_lex_state = 6}, - [2904] = {.lex_state = 1356, .external_lex_state = 6}, - [2905] = {.lex_state = 1356, .external_lex_state = 6}, - [2906] = {.lex_state = 49, .external_lex_state = 3}, - [2907] = {.lex_state = 1356, .external_lex_state = 6}, - [2908] = {.lex_state = 1356, .external_lex_state = 6}, - [2909] = {.lex_state = 39, .external_lex_state = 12}, - [2910] = {.lex_state = 52, .external_lex_state = 4}, - [2911] = {.lex_state = 49, .external_lex_state = 3}, - [2912] = {.lex_state = 1356, .external_lex_state = 6}, - [2913] = {.lex_state = 54, .external_lex_state = 6}, - [2914] = {.lex_state = 54, .external_lex_state = 6}, - [2915] = {.lex_state = 54, .external_lex_state = 6}, - [2916] = {.lex_state = 54, .external_lex_state = 6}, - [2917] = {.lex_state = 54, .external_lex_state = 6}, - [2918] = {.lex_state = 1356, .external_lex_state = 6}, - [2919] = {.lex_state = 1356, .external_lex_state = 6}, - [2920] = {.lex_state = 54, .external_lex_state = 6}, - [2921] = {.lex_state = 54, .external_lex_state = 6}, - [2922] = {.lex_state = 1356, .external_lex_state = 6}, - [2923] = {.lex_state = 98, .external_lex_state = 3}, - [2924] = {.lex_state = 1356, .external_lex_state = 6}, - [2925] = {.lex_state = 90, .external_lex_state = 6}, - [2926] = {.lex_state = 1356, .external_lex_state = 6}, - [2927] = {.lex_state = 1356, .external_lex_state = 6}, - [2928] = {.lex_state = 49, .external_lex_state = 4}, - [2929] = {.lex_state = 50, .external_lex_state = 4}, - [2930] = {.lex_state = 52, .external_lex_state = 5}, - [2931] = {.lex_state = 1356, .external_lex_state = 6}, - [2932] = {.lex_state = 1356, .external_lex_state = 6}, - [2933] = {.lex_state = 1356, .external_lex_state = 6}, - [2934] = {.lex_state = 1356, .external_lex_state = 6}, - [2935] = {.lex_state = 1356, .external_lex_state = 6}, - [2936] = {.lex_state = 37}, - [2937] = {.lex_state = 1356, .external_lex_state = 6}, - [2938] = {.lex_state = 37}, - [2939] = {.lex_state = 49, .external_lex_state = 6}, - [2940] = {.lex_state = 49, .external_lex_state = 6}, - [2941] = {.lex_state = 1356, .external_lex_state = 6}, - [2942] = {.lex_state = 49, .external_lex_state = 6}, - [2943] = {.lex_state = 1356, .external_lex_state = 6}, - [2944] = {.lex_state = 1356, .external_lex_state = 6}, - [2945] = {.lex_state = 1356, .external_lex_state = 6}, - [2946] = {.lex_state = 1356, .external_lex_state = 6}, - [2947] = {.lex_state = 1356, .external_lex_state = 6}, - [2948] = {.lex_state = 1356, .external_lex_state = 6}, - [2949] = {.lex_state = 1356, .external_lex_state = 6}, - [2950] = {.lex_state = 1356, .external_lex_state = 6}, - [2951] = {.lex_state = 1356, .external_lex_state = 6}, - [2952] = {.lex_state = 52, .external_lex_state = 5}, - [2953] = {.lex_state = 1356, .external_lex_state = 6}, - [2954] = {.lex_state = 49, .external_lex_state = 6}, - [2955] = {.lex_state = 133, .external_lex_state = 6}, - [2956] = {.lex_state = 1356, .external_lex_state = 6}, - [2957] = {.lex_state = 1356, .external_lex_state = 6}, - [2958] = {.lex_state = 49, .external_lex_state = 6}, - [2959] = {.lex_state = 1356, .external_lex_state = 6}, - [2960] = {.lex_state = 1356, .external_lex_state = 6}, - [2961] = {.lex_state = 1356, .external_lex_state = 6}, - [2962] = {.lex_state = 1356, .external_lex_state = 6}, - [2963] = {.lex_state = 1356, .external_lex_state = 6}, - [2964] = {.lex_state = 1356, .external_lex_state = 6}, - [2965] = {.lex_state = 1356, .external_lex_state = 6}, - [2966] = {.lex_state = 1356, .external_lex_state = 6}, - [2967] = {.lex_state = 1356, .external_lex_state = 6}, - [2968] = {.lex_state = 50, .external_lex_state = 3}, - [2969] = {.lex_state = 1356, .external_lex_state = 6}, - [2970] = {.lex_state = 1356, .external_lex_state = 6}, - [2971] = {.lex_state = 70, .external_lex_state = 7}, - [2972] = {.lex_state = 1356, .external_lex_state = 6}, - [2973] = {.lex_state = 1356, .external_lex_state = 6}, - [2974] = {.lex_state = 49, .external_lex_state = 6}, - [2975] = {.lex_state = 1356, .external_lex_state = 6}, - [2976] = {.lex_state = 1356, .external_lex_state = 6}, - [2977] = {.lex_state = 37}, - [2978] = {.lex_state = 1356, .external_lex_state = 6}, - [2979] = {.lex_state = 1356, .external_lex_state = 6}, - [2980] = {.lex_state = 1356, .external_lex_state = 6}, - [2981] = {.lex_state = 1356, .external_lex_state = 6}, - [2982] = {.lex_state = 1356, .external_lex_state = 6}, - [2983] = {.lex_state = 49, .external_lex_state = 6}, - [2984] = {.lex_state = 49, .external_lex_state = 6}, - [2985] = {.lex_state = 1356, .external_lex_state = 6}, - [2986] = {.lex_state = 1356, .external_lex_state = 6}, - [2987] = {.lex_state = 1356, .external_lex_state = 6}, - [2988] = {.lex_state = 49, .external_lex_state = 6}, - [2989] = {.lex_state = 49, .external_lex_state = 6}, - [2990] = {.lex_state = 50, .external_lex_state = 3}, - [2991] = {.lex_state = 49, .external_lex_state = 6}, - [2992] = {.lex_state = 1356, .external_lex_state = 6}, - [2993] = {.lex_state = 1356, .external_lex_state = 6}, - [2994] = {.lex_state = 1356, .external_lex_state = 6}, - [2995] = {.lex_state = 37}, - [2996] = {.lex_state = 49, .external_lex_state = 6}, - [2997] = {.lex_state = 1356, .external_lex_state = 6}, - [2998] = {.lex_state = 49, .external_lex_state = 6}, - [2999] = {.lex_state = 1356, .external_lex_state = 6}, - [3000] = {.lex_state = 1356, .external_lex_state = 6}, - [3001] = {.lex_state = 1356, .external_lex_state = 6}, - [3002] = {.lex_state = 52, .external_lex_state = 3}, - [3003] = {.lex_state = 1356, .external_lex_state = 6}, - [3004] = {.lex_state = 1356, .external_lex_state = 6}, - [3005] = {.lex_state = 37}, + [332] = {.lex_state = 69, .external_lex_state = 13}, + [333] = {.lex_state = 69, .external_lex_state = 13}, + [334] = {.lex_state = 68, .external_lex_state = 13}, + [335] = {.lex_state = 59, .external_lex_state = 11}, + [336] = {.lex_state = 64, .external_lex_state = 13}, + [337] = {.lex_state = 70, .external_lex_state = 13}, + [338] = {.lex_state = 68, .external_lex_state = 13}, + [339] = {.lex_state = 70, .external_lex_state = 13}, + [340] = {.lex_state = 70, .external_lex_state = 13}, + [341] = {.lex_state = 64, .external_lex_state = 13}, + [342] = {.lex_state = 67, .external_lex_state = 11}, + [343] = {.lex_state = 68, .external_lex_state = 13}, + [344] = {.lex_state = 67, .external_lex_state = 11}, + [345] = {.lex_state = 68, .external_lex_state = 13}, + [346] = {.lex_state = 68, .external_lex_state = 13}, + [347] = {.lex_state = 68, .external_lex_state = 12}, + [348] = {.lex_state = 68, .external_lex_state = 13}, + [349] = {.lex_state = 67, .external_lex_state = 11}, + [350] = {.lex_state = 70, .external_lex_state = 13}, + [351] = {.lex_state = 75}, + [352] = {.lex_state = 68, .external_lex_state = 12}, + [353] = {.lex_state = 68, .external_lex_state = 12}, + [354] = {.lex_state = 68, .external_lex_state = 12}, + [355] = {.lex_state = 67, .external_lex_state = 13}, + [356] = {.lex_state = 82, .external_lex_state = 7}, + [357] = {.lex_state = 82, .external_lex_state = 7}, + [358] = {.lex_state = 68, .external_lex_state = 15}, + [359] = {.lex_state = 67, .external_lex_state = 12}, + [360] = {.lex_state = 67, .external_lex_state = 13}, + [361] = {.lex_state = 67, .external_lex_state = 13}, + [362] = {.lex_state = 82, .external_lex_state = 7}, + [363] = {.lex_state = 68, .external_lex_state = 15}, + [364] = {.lex_state = 75}, + [365] = {.lex_state = 64, .external_lex_state = 13}, + [366] = {.lex_state = 67, .external_lex_state = 12}, + [367] = {.lex_state = 64, .external_lex_state = 13}, + [368] = {.lex_state = 67, .external_lex_state = 15}, + [369] = {.lex_state = 66, .external_lex_state = 11}, + [370] = {.lex_state = 47, .external_lex_state = 12}, + [371] = {.lex_state = 67, .external_lex_state = 11}, + [372] = {.lex_state = 48, .external_lex_state = 13}, + [373] = {.lex_state = 48, .external_lex_state = 13}, + [374] = {.lex_state = 47, .external_lex_state = 15}, + [375] = {.lex_state = 68, .external_lex_state = 11}, + [376] = {.lex_state = 67, .external_lex_state = 11}, + [377] = {.lex_state = 48, .external_lex_state = 13}, + [378] = {.lex_state = 47, .external_lex_state = 13}, + [379] = {.lex_state = 67, .external_lex_state = 11}, + [380] = {.lex_state = 47, .external_lex_state = 13}, + [381] = {.lex_state = 47, .external_lex_state = 13}, + [382] = {.lex_state = 68, .external_lex_state = 12}, + [383] = {.lex_state = 68, .external_lex_state = 11}, + [384] = {.lex_state = 67, .external_lex_state = 11}, + [385] = {.lex_state = 68, .external_lex_state = 15}, + [386] = {.lex_state = 67, .external_lex_state = 11}, + [387] = {.lex_state = 47, .external_lex_state = 12}, + [388] = {.lex_state = 68, .external_lex_state = 13}, + [389] = {.lex_state = 67, .external_lex_state = 11}, + [390] = {.lex_state = 67, .external_lex_state = 11}, + [391] = {.lex_state = 59, .external_lex_state = 11}, + [392] = {.lex_state = 59, .external_lex_state = 11}, + [393] = {.lex_state = 67, .external_lex_state = 11}, + [394] = {.lex_state = 47, .external_lex_state = 13}, + [395] = {.lex_state = 67, .external_lex_state = 11}, + [396] = {.lex_state = 59, .external_lex_state = 11}, + [397] = {.lex_state = 45, .external_lex_state = 13}, + [398] = {.lex_state = 59, .external_lex_state = 11}, + [399] = {.lex_state = 59, .external_lex_state = 11}, + [400] = {.lex_state = 46, .external_lex_state = 11}, + [401] = {.lex_state = 59, .external_lex_state = 11}, + [402] = {.lex_state = 47, .external_lex_state = 12}, + [403] = {.lex_state = 59, .external_lex_state = 11}, + [404] = {.lex_state = 47, .external_lex_state = 12}, + [405] = {.lex_state = 67, .external_lex_state = 11}, + [406] = {.lex_state = 67, .external_lex_state = 11}, + [407] = {.lex_state = 67, .external_lex_state = 11}, + [408] = {.lex_state = 85, .external_lex_state = 7}, + [409] = {.lex_state = 67, .external_lex_state = 11}, + [410] = {.lex_state = 59, .external_lex_state = 11}, + [411] = {.lex_state = 59, .external_lex_state = 11}, + [412] = {.lex_state = 68, .external_lex_state = 11}, + [413] = {.lex_state = 47, .external_lex_state = 15}, + [414] = {.lex_state = 59, .external_lex_state = 11}, + [415] = {.lex_state = 59, .external_lex_state = 11}, + [416] = {.lex_state = 67, .external_lex_state = 11}, + [417] = {.lex_state = 48, .external_lex_state = 13}, + [418] = {.lex_state = 45, .external_lex_state = 13}, + [419] = {.lex_state = 67, .external_lex_state = 11}, + [420] = {.lex_state = 45, .external_lex_state = 13}, + [421] = {.lex_state = 47, .external_lex_state = 13}, + [422] = {.lex_state = 67, .external_lex_state = 11}, + [423] = {.lex_state = 59, .external_lex_state = 11}, + [424] = {.lex_state = 67, .external_lex_state = 11}, + [425] = {.lex_state = 68, .external_lex_state = 13}, + [426] = {.lex_state = 67, .external_lex_state = 11}, + [427] = {.lex_state = 47, .external_lex_state = 13}, + [428] = {.lex_state = 67, .external_lex_state = 11}, + [429] = {.lex_state = 85, .external_lex_state = 7}, + [430] = {.lex_state = 45, .external_lex_state = 13}, + [431] = {.lex_state = 68, .external_lex_state = 13}, + [432] = {.lex_state = 67, .external_lex_state = 11}, + [433] = {.lex_state = 67, .external_lex_state = 11}, + [434] = {.lex_state = 35, .external_lex_state = 11}, + [435] = {.lex_state = 67, .external_lex_state = 11}, + [436] = {.lex_state = 67, .external_lex_state = 11}, + [437] = {.lex_state = 67, .external_lex_state = 11}, + [438] = {.lex_state = 68, .external_lex_state = 12}, + [439] = {.lex_state = 67, .external_lex_state = 11}, + [440] = {.lex_state = 85, .external_lex_state = 7}, + [441] = {.lex_state = 67, .external_lex_state = 11}, + [442] = {.lex_state = 68, .external_lex_state = 11}, + [443] = {.lex_state = 47, .external_lex_state = 11}, + [444] = {.lex_state = 68, .external_lex_state = 11}, + [445] = {.lex_state = 68, .external_lex_state = 11}, + [446] = {.lex_state = 47, .external_lex_state = 15}, + [447] = {.lex_state = 68, .external_lex_state = 11}, + [448] = {.lex_state = 68, .external_lex_state = 11}, + [449] = {.lex_state = 68, .external_lex_state = 11}, + [450] = {.lex_state = 68, .external_lex_state = 11}, + [451] = {.lex_state = 68, .external_lex_state = 11}, + [452] = {.lex_state = 68, .external_lex_state = 11}, + [453] = {.lex_state = 68, .external_lex_state = 11}, + [454] = {.lex_state = 68, .external_lex_state = 11}, + [455] = {.lex_state = 68, .external_lex_state = 11}, + [456] = {.lex_state = 80, .external_lex_state = 7}, + [457] = {.lex_state = 68, .external_lex_state = 11}, + [458] = {.lex_state = 47, .external_lex_state = 12}, + [459] = {.lex_state = 68, .external_lex_state = 11}, + [460] = {.lex_state = 68, .external_lex_state = 11}, + [461] = {.lex_state = 40, .external_lex_state = 14}, + [462] = {.lex_state = 47, .external_lex_state = 13}, + [463] = {.lex_state = 68, .external_lex_state = 11}, + [464] = {.lex_state = 68, .external_lex_state = 11}, + [465] = {.lex_state = 68, .external_lex_state = 11}, + [466] = {.lex_state = 47, .external_lex_state = 13}, + [467] = {.lex_state = 47, .external_lex_state = 12}, + [468] = {.lex_state = 68, .external_lex_state = 11}, + [469] = {.lex_state = 47, .external_lex_state = 11}, + [470] = {.lex_state = 68, .external_lex_state = 11}, + [471] = {.lex_state = 68, .external_lex_state = 11}, + [472] = {.lex_state = 47, .external_lex_state = 13}, + [473] = {.lex_state = 68, .external_lex_state = 11}, + [474] = {.lex_state = 68, .external_lex_state = 11}, + [475] = {.lex_state = 68, .external_lex_state = 11}, + [476] = {.lex_state = 68, .external_lex_state = 11}, + [477] = {.lex_state = 47, .external_lex_state = 11}, + [478] = {.lex_state = 40, .external_lex_state = 14}, + [479] = {.lex_state = 68, .external_lex_state = 11}, + [480] = {.lex_state = 73, .external_lex_state = 10}, + [481] = {.lex_state = 59, .external_lex_state = 12}, + [482] = {.lex_state = 59, .external_lex_state = 12}, + [483] = {.lex_state = 80, .external_lex_state = 7}, + [484] = {.lex_state = 80, .external_lex_state = 7}, + [485] = {.lex_state = 47, .external_lex_state = 11}, + [486] = {.lex_state = 60, .external_lex_state = 13}, + [487] = {.lex_state = 57, .external_lex_state = 11}, + [488] = {.lex_state = 55, .external_lex_state = 13}, + [489] = {.lex_state = 55, .external_lex_state = 13}, + [490] = {.lex_state = 55, .external_lex_state = 13}, + [491] = {.lex_state = 40, .external_lex_state = 14}, + [492] = {.lex_state = 47, .external_lex_state = 11}, + [493] = {.lex_state = 47, .external_lex_state = 11}, + [494] = {.lex_state = 47, .external_lex_state = 11}, + [495] = {.lex_state = 47, .external_lex_state = 11}, + [496] = {.lex_state = 47, .external_lex_state = 11}, + [497] = {.lex_state = 59, .external_lex_state = 12}, + [498] = {.lex_state = 47, .external_lex_state = 11}, + [499] = {.lex_state = 47, .external_lex_state = 11}, + [500] = {.lex_state = 80, .external_lex_state = 7}, + [501] = {.lex_state = 47, .external_lex_state = 11}, + [502] = {.lex_state = 59, .external_lex_state = 12}, + [503] = {.lex_state = 60, .external_lex_state = 13}, + [504] = {.lex_state = 47, .external_lex_state = 11}, + [505] = {.lex_state = 47, .external_lex_state = 11}, + [506] = {.lex_state = 47, .external_lex_state = 11}, + [507] = {.lex_state = 47, .external_lex_state = 11}, + [508] = {.lex_state = 47, .external_lex_state = 11}, + [509] = {.lex_state = 80, .external_lex_state = 7}, + [510] = {.lex_state = 80, .external_lex_state = 7}, + [511] = {.lex_state = 47, .external_lex_state = 11}, + [512] = {.lex_state = 59, .external_lex_state = 15}, + [513] = {.lex_state = 80, .external_lex_state = 7}, + [514] = {.lex_state = 80, .external_lex_state = 7}, + [515] = {.lex_state = 59, .external_lex_state = 13}, + [516] = {.lex_state = 47, .external_lex_state = 11}, + [517] = {.lex_state = 80, .external_lex_state = 7}, + [518] = {.lex_state = 47, .external_lex_state = 11}, + [519] = {.lex_state = 80, .external_lex_state = 7}, + [520] = {.lex_state = 59, .external_lex_state = 13}, + [521] = {.lex_state = 59, .external_lex_state = 15}, + [522] = {.lex_state = 60, .external_lex_state = 13}, + [523] = {.lex_state = 59, .external_lex_state = 13}, + [524] = {.lex_state = 47, .external_lex_state = 11}, + [525] = {.lex_state = 47, .external_lex_state = 11}, + [526] = {.lex_state = 47, .external_lex_state = 11}, + [527] = {.lex_state = 47, .external_lex_state = 11}, + [528] = {.lex_state = 59, .external_lex_state = 13}, + [529] = {.lex_state = 59, .external_lex_state = 13}, + [530] = {.lex_state = 80, .external_lex_state = 7}, + [531] = {.lex_state = 73, .external_lex_state = 10}, + [532] = {.lex_state = 47, .external_lex_state = 11}, + [533] = {.lex_state = 47, .external_lex_state = 11}, + [534] = {.lex_state = 80, .external_lex_state = 7}, + [535] = {.lex_state = 59, .external_lex_state = 13}, + [536] = {.lex_state = 60, .external_lex_state = 13}, + [537] = {.lex_state = 80, .external_lex_state = 7}, + [538] = {.lex_state = 47, .external_lex_state = 11}, + [539] = {.lex_state = 55, .external_lex_state = 13}, + [540] = {.lex_state = 47, .external_lex_state = 11}, + [541] = {.lex_state = 47, .external_lex_state = 11}, + [542] = {.lex_state = 80, .external_lex_state = 7}, + [543] = {.lex_state = 80, .external_lex_state = 7}, + [544] = {.lex_state = 80, .external_lex_state = 7}, + [545] = {.lex_state = 59, .external_lex_state = 11}, + [546] = {.lex_state = 80, .external_lex_state = 7}, + [547] = {.lex_state = 59, .external_lex_state = 11}, + [548] = {.lex_state = 59, .external_lex_state = 12}, + [549] = {.lex_state = 59, .external_lex_state = 15}, + [550] = {.lex_state = 59, .external_lex_state = 13}, + [551] = {.lex_state = 59, .external_lex_state = 13}, + [552] = {.lex_state = 59, .external_lex_state = 13}, + [553] = {.lex_state = 61, .external_lex_state = 10}, + [554] = {.lex_state = 80, .external_lex_state = 7}, + [555] = {.lex_state = 80, .external_lex_state = 7}, + [556] = {.lex_state = 59, .external_lex_state = 12}, + [557] = {.lex_state = 59, .external_lex_state = 11}, + [558] = {.lex_state = 61, .external_lex_state = 10}, + [559] = {.lex_state = 80, .external_lex_state = 7}, + [560] = {.lex_state = 80, .external_lex_state = 7}, + [561] = {.lex_state = 80, .external_lex_state = 7}, + [562] = {.lex_state = 80, .external_lex_state = 7}, + [563] = {.lex_state = 80, .external_lex_state = 7}, + [564] = {.lex_state = 80, .external_lex_state = 7}, + [565] = {.lex_state = 80, .external_lex_state = 7}, + [566] = {.lex_state = 80, .external_lex_state = 7}, + [567] = {.lex_state = 80, .external_lex_state = 7}, + [568] = {.lex_state = 80, .external_lex_state = 7}, + [569] = {.lex_state = 80, .external_lex_state = 7}, + [570] = {.lex_state = 80, .external_lex_state = 7}, + [571] = {.lex_state = 80, .external_lex_state = 7}, + [572] = {.lex_state = 80, .external_lex_state = 7}, + [573] = {.lex_state = 80, .external_lex_state = 7}, + [574] = {.lex_state = 80, .external_lex_state = 7}, + [575] = {.lex_state = 80, .external_lex_state = 7}, + [576] = {.lex_state = 80, .external_lex_state = 7}, + [577] = {.lex_state = 80, .external_lex_state = 7}, + [578] = {.lex_state = 80, .external_lex_state = 7}, + [579] = {.lex_state = 80, .external_lex_state = 7}, + [580] = {.lex_state = 80, .external_lex_state = 7}, + [581] = {.lex_state = 80, .external_lex_state = 7}, + [582] = {.lex_state = 80, .external_lex_state = 7}, + [583] = {.lex_state = 80, .external_lex_state = 7}, + [584] = {.lex_state = 80, .external_lex_state = 7}, + [585] = {.lex_state = 80, .external_lex_state = 7}, + [586] = {.lex_state = 80, .external_lex_state = 7}, + [587] = {.lex_state = 80, .external_lex_state = 7}, + [588] = {.lex_state = 80, .external_lex_state = 7}, + [589] = {.lex_state = 80, .external_lex_state = 7}, + [590] = {.lex_state = 80, .external_lex_state = 7}, + [591] = {.lex_state = 80, .external_lex_state = 7}, + [592] = {.lex_state = 80, .external_lex_state = 7}, + [593] = {.lex_state = 80, .external_lex_state = 7}, + [594] = {.lex_state = 80, .external_lex_state = 7}, + [595] = {.lex_state = 80, .external_lex_state = 7}, + [596] = {.lex_state = 80, .external_lex_state = 7}, + [597] = {.lex_state = 80, .external_lex_state = 7}, + [598] = {.lex_state = 80, .external_lex_state = 7}, + [599] = {.lex_state = 80, .external_lex_state = 7}, + [600] = {.lex_state = 80, .external_lex_state = 7}, + [601] = {.lex_state = 80, .external_lex_state = 7}, + [602] = {.lex_state = 80, .external_lex_state = 7}, + [603] = {.lex_state = 80, .external_lex_state = 7}, + [604] = {.lex_state = 80, .external_lex_state = 7}, + [605] = {.lex_state = 80, .external_lex_state = 7}, + [606] = {.lex_state = 80, .external_lex_state = 7}, + [607] = {.lex_state = 80, .external_lex_state = 7}, + [608] = {.lex_state = 80, .external_lex_state = 7}, + [609] = {.lex_state = 80, .external_lex_state = 7}, + [610] = {.lex_state = 80, .external_lex_state = 7}, + [611] = {.lex_state = 80, .external_lex_state = 7}, + [612] = {.lex_state = 80, .external_lex_state = 7}, + [613] = {.lex_state = 80, .external_lex_state = 7}, + [614] = {.lex_state = 80, .external_lex_state = 7}, + [615] = {.lex_state = 80, .external_lex_state = 7}, + [616] = {.lex_state = 80, .external_lex_state = 7}, + [617] = {.lex_state = 80, .external_lex_state = 7}, + [618] = {.lex_state = 80, .external_lex_state = 7}, + [619] = {.lex_state = 80, .external_lex_state = 7}, + [620] = {.lex_state = 80, .external_lex_state = 7}, + [621] = {.lex_state = 80, .external_lex_state = 7}, + [622] = {.lex_state = 80, .external_lex_state = 7}, + [623] = {.lex_state = 80, .external_lex_state = 7}, + [624] = {.lex_state = 80, .external_lex_state = 7}, + [625] = {.lex_state = 80, .external_lex_state = 7}, + [626] = {.lex_state = 80, .external_lex_state = 7}, + [627] = {.lex_state = 80, .external_lex_state = 7}, + [628] = {.lex_state = 80, .external_lex_state = 7}, + [629] = {.lex_state = 80, .external_lex_state = 7}, + [630] = {.lex_state = 80, .external_lex_state = 7}, + [631] = {.lex_state = 80, .external_lex_state = 7}, + [632] = {.lex_state = 80, .external_lex_state = 7}, + [633] = {.lex_state = 80, .external_lex_state = 7}, + [634] = {.lex_state = 80, .external_lex_state = 7}, + [635] = {.lex_state = 80, .external_lex_state = 7}, + [636] = {.lex_state = 80, .external_lex_state = 7}, + [637] = {.lex_state = 80, .external_lex_state = 7}, + [638] = {.lex_state = 80, .external_lex_state = 7}, + [639] = {.lex_state = 80, .external_lex_state = 7}, + [640] = {.lex_state = 80, .external_lex_state = 7}, + [641] = {.lex_state = 80, .external_lex_state = 7}, + [642] = {.lex_state = 80, .external_lex_state = 7}, + [643] = {.lex_state = 80, .external_lex_state = 7}, + [644] = {.lex_state = 80, .external_lex_state = 7}, + [645] = {.lex_state = 80, .external_lex_state = 7}, + [646] = {.lex_state = 80, .external_lex_state = 7}, + [647] = {.lex_state = 80, .external_lex_state = 7}, + [648] = {.lex_state = 80, .external_lex_state = 7}, + [649] = {.lex_state = 80, .external_lex_state = 7}, + [650] = {.lex_state = 80, .external_lex_state = 7}, + [651] = {.lex_state = 80, .external_lex_state = 7}, + [652] = {.lex_state = 80, .external_lex_state = 7}, + [653] = {.lex_state = 80, .external_lex_state = 7}, + [654] = {.lex_state = 80, .external_lex_state = 7}, + [655] = {.lex_state = 80, .external_lex_state = 7}, + [656] = {.lex_state = 80, .external_lex_state = 7}, + [657] = {.lex_state = 80, .external_lex_state = 7}, + [658] = {.lex_state = 80, .external_lex_state = 7}, + [659] = {.lex_state = 80, .external_lex_state = 7}, + [660] = {.lex_state = 80, .external_lex_state = 7}, + [661] = {.lex_state = 80, .external_lex_state = 7}, + [662] = {.lex_state = 80, .external_lex_state = 7}, + [663] = {.lex_state = 80, .external_lex_state = 7}, + [664] = {.lex_state = 80, .external_lex_state = 7}, + [665] = {.lex_state = 80, .external_lex_state = 7}, + [666] = {.lex_state = 80, .external_lex_state = 7}, + [667] = {.lex_state = 80, .external_lex_state = 7}, + [668] = {.lex_state = 80, .external_lex_state = 7}, + [669] = {.lex_state = 80, .external_lex_state = 7}, + [670] = {.lex_state = 80, .external_lex_state = 7}, + [671] = {.lex_state = 80, .external_lex_state = 7}, + [672] = {.lex_state = 80, .external_lex_state = 7}, + [673] = {.lex_state = 80, .external_lex_state = 7}, + [674] = {.lex_state = 80, .external_lex_state = 7}, + [675] = {.lex_state = 80, .external_lex_state = 7}, + [676] = {.lex_state = 80, .external_lex_state = 7}, + [677] = {.lex_state = 80, .external_lex_state = 7}, + [678] = {.lex_state = 80, .external_lex_state = 7}, + [679] = {.lex_state = 80, .external_lex_state = 7}, + [680] = {.lex_state = 80, .external_lex_state = 7}, + [681] = {.lex_state = 80, .external_lex_state = 7}, + [682] = {.lex_state = 80, .external_lex_state = 7}, + [683] = {.lex_state = 80, .external_lex_state = 7}, + [684] = {.lex_state = 80, .external_lex_state = 7}, + [685] = {.lex_state = 80, .external_lex_state = 7}, + [686] = {.lex_state = 80, .external_lex_state = 7}, + [687] = {.lex_state = 80, .external_lex_state = 7}, + [688] = {.lex_state = 80, .external_lex_state = 7}, + [689] = {.lex_state = 80, .external_lex_state = 7}, + [690] = {.lex_state = 80, .external_lex_state = 7}, + [691] = {.lex_state = 80, .external_lex_state = 7}, + [692] = {.lex_state = 80, .external_lex_state = 7}, + [693] = {.lex_state = 80, .external_lex_state = 7}, + [694] = {.lex_state = 80, .external_lex_state = 7}, + [695] = {.lex_state = 80, .external_lex_state = 7}, + [696] = {.lex_state = 80, .external_lex_state = 7}, + [697] = {.lex_state = 80, .external_lex_state = 7}, + [698] = {.lex_state = 80, .external_lex_state = 7}, + [699] = {.lex_state = 80, .external_lex_state = 7}, + [700] = {.lex_state = 80, .external_lex_state = 7}, + [701] = {.lex_state = 80, .external_lex_state = 7}, + [702] = {.lex_state = 80, .external_lex_state = 7}, + [703] = {.lex_state = 80, .external_lex_state = 7}, + [704] = {.lex_state = 80, .external_lex_state = 7}, + [705] = {.lex_state = 80, .external_lex_state = 7}, + [706] = {.lex_state = 80, .external_lex_state = 7}, + [707] = {.lex_state = 80, .external_lex_state = 7}, + [708] = {.lex_state = 80, .external_lex_state = 7}, + [709] = {.lex_state = 80, .external_lex_state = 7}, + [710] = {.lex_state = 80, .external_lex_state = 7}, + [711] = {.lex_state = 80, .external_lex_state = 7}, + [712] = {.lex_state = 80, .external_lex_state = 7}, + [713] = {.lex_state = 80, .external_lex_state = 7}, + [714] = {.lex_state = 80, .external_lex_state = 7}, + [715] = {.lex_state = 80, .external_lex_state = 7}, + [716] = {.lex_state = 80, .external_lex_state = 7}, + [717] = {.lex_state = 80, .external_lex_state = 7}, + [718] = {.lex_state = 80, .external_lex_state = 7}, + [719] = {.lex_state = 80, .external_lex_state = 7}, + [720] = {.lex_state = 80, .external_lex_state = 7}, + [721] = {.lex_state = 80, .external_lex_state = 7}, + [722] = {.lex_state = 80, .external_lex_state = 7}, + [723] = {.lex_state = 80, .external_lex_state = 7}, + [724] = {.lex_state = 80, .external_lex_state = 7}, + [725] = {.lex_state = 80, .external_lex_state = 7}, + [726] = {.lex_state = 80, .external_lex_state = 7}, + [727] = {.lex_state = 80, .external_lex_state = 7}, + [728] = {.lex_state = 80, .external_lex_state = 7}, + [729] = {.lex_state = 80, .external_lex_state = 7}, + [730] = {.lex_state = 80, .external_lex_state = 7}, + [731] = {.lex_state = 80, .external_lex_state = 7}, + [732] = {.lex_state = 80, .external_lex_state = 7}, + [733] = {.lex_state = 80, .external_lex_state = 7}, + [734] = {.lex_state = 80, .external_lex_state = 7}, + [735] = {.lex_state = 80, .external_lex_state = 7}, + [736] = {.lex_state = 80, .external_lex_state = 7}, + [737] = {.lex_state = 80, .external_lex_state = 7}, + [738] = {.lex_state = 80, .external_lex_state = 7}, + [739] = {.lex_state = 80, .external_lex_state = 7}, + [740] = {.lex_state = 80, .external_lex_state = 7}, + [741] = {.lex_state = 80, .external_lex_state = 7}, + [742] = {.lex_state = 80, .external_lex_state = 7}, + [743] = {.lex_state = 80, .external_lex_state = 7}, + [744] = {.lex_state = 80, .external_lex_state = 7}, + [745] = {.lex_state = 80, .external_lex_state = 7}, + [746] = {.lex_state = 80, .external_lex_state = 7}, + [747] = {.lex_state = 80, .external_lex_state = 7}, + [748] = {.lex_state = 80, .external_lex_state = 7}, + [749] = {.lex_state = 80, .external_lex_state = 7}, + [750] = {.lex_state = 80, .external_lex_state = 7}, + [751] = {.lex_state = 80, .external_lex_state = 7}, + [752] = {.lex_state = 80, .external_lex_state = 7}, + [753] = {.lex_state = 80, .external_lex_state = 7}, + [754] = {.lex_state = 80, .external_lex_state = 7}, + [755] = {.lex_state = 80, .external_lex_state = 7}, + [756] = {.lex_state = 80, .external_lex_state = 7}, + [757] = {.lex_state = 80, .external_lex_state = 7}, + [758] = {.lex_state = 80, .external_lex_state = 7}, + [759] = {.lex_state = 80, .external_lex_state = 7}, + [760] = {.lex_state = 80, .external_lex_state = 7}, + [761] = {.lex_state = 80, .external_lex_state = 7}, + [762] = {.lex_state = 80, .external_lex_state = 7}, + [763] = {.lex_state = 80, .external_lex_state = 7}, + [764] = {.lex_state = 80, .external_lex_state = 7}, + [765] = {.lex_state = 80, .external_lex_state = 7}, + [766] = {.lex_state = 80, .external_lex_state = 7}, + [767] = {.lex_state = 80, .external_lex_state = 7}, + [768] = {.lex_state = 80, .external_lex_state = 7}, + [769] = {.lex_state = 80, .external_lex_state = 7}, + [770] = {.lex_state = 80, .external_lex_state = 7}, + [771] = {.lex_state = 80, .external_lex_state = 7}, + [772] = {.lex_state = 80, .external_lex_state = 7}, + [773] = {.lex_state = 80, .external_lex_state = 7}, + [774] = {.lex_state = 80, .external_lex_state = 7}, + [775] = {.lex_state = 80, .external_lex_state = 7}, + [776] = {.lex_state = 80, .external_lex_state = 7}, + [777] = {.lex_state = 80, .external_lex_state = 7}, + [778] = {.lex_state = 80, .external_lex_state = 7}, + [779] = {.lex_state = 80, .external_lex_state = 7}, + [780] = {.lex_state = 80, .external_lex_state = 7}, + [781] = {.lex_state = 80, .external_lex_state = 7}, + [782] = {.lex_state = 80, .external_lex_state = 7}, + [783] = {.lex_state = 80, .external_lex_state = 7}, + [784] = {.lex_state = 80, .external_lex_state = 7}, + [785] = {.lex_state = 80, .external_lex_state = 7}, + [786] = {.lex_state = 80, .external_lex_state = 7}, + [787] = {.lex_state = 80, .external_lex_state = 7}, + [788] = {.lex_state = 80, .external_lex_state = 7}, + [789] = {.lex_state = 80, .external_lex_state = 7}, + [790] = {.lex_state = 80, .external_lex_state = 7}, + [791] = {.lex_state = 80, .external_lex_state = 7}, + [792] = {.lex_state = 80, .external_lex_state = 7}, + [793] = {.lex_state = 80, .external_lex_state = 7}, + [794] = {.lex_state = 80, .external_lex_state = 7}, + [795] = {.lex_state = 80, .external_lex_state = 7}, + [796] = {.lex_state = 80, .external_lex_state = 7}, + [797] = {.lex_state = 80, .external_lex_state = 7}, + [798] = {.lex_state = 80, .external_lex_state = 7}, + [799] = {.lex_state = 80, .external_lex_state = 7}, + [800] = {.lex_state = 80, .external_lex_state = 7}, + [801] = {.lex_state = 80, .external_lex_state = 7}, + [802] = {.lex_state = 80, .external_lex_state = 7}, + [803] = {.lex_state = 80, .external_lex_state = 7}, + [804] = {.lex_state = 80, .external_lex_state = 7}, + [805] = {.lex_state = 80, .external_lex_state = 7}, + [806] = {.lex_state = 80, .external_lex_state = 7}, + [807] = {.lex_state = 80, .external_lex_state = 7}, + [808] = {.lex_state = 80, .external_lex_state = 7}, + [809] = {.lex_state = 80, .external_lex_state = 7}, + [810] = {.lex_state = 80, .external_lex_state = 7}, + [811] = {.lex_state = 80, .external_lex_state = 7}, + [812] = {.lex_state = 80, .external_lex_state = 7}, + [813] = {.lex_state = 80, .external_lex_state = 7}, + [814] = {.lex_state = 80, .external_lex_state = 7}, + [815] = {.lex_state = 80, .external_lex_state = 7}, + [816] = {.lex_state = 80, .external_lex_state = 7}, + [817] = {.lex_state = 80, .external_lex_state = 7}, + [818] = {.lex_state = 80, .external_lex_state = 7}, + [819] = {.lex_state = 80, .external_lex_state = 7}, + [820] = {.lex_state = 80, .external_lex_state = 7}, + [821] = {.lex_state = 80, .external_lex_state = 7}, + [822] = {.lex_state = 80, .external_lex_state = 7}, + [823] = {.lex_state = 80, .external_lex_state = 7}, + [824] = {.lex_state = 80, .external_lex_state = 7}, + [825] = {.lex_state = 80, .external_lex_state = 7}, + [826] = {.lex_state = 80, .external_lex_state = 7}, + [827] = {.lex_state = 80, .external_lex_state = 7}, + [828] = {.lex_state = 80, .external_lex_state = 7}, + [829] = {.lex_state = 80, .external_lex_state = 7}, + [830] = {.lex_state = 80, .external_lex_state = 7}, + [831] = {.lex_state = 80, .external_lex_state = 7}, + [832] = {.lex_state = 80, .external_lex_state = 7}, + [833] = {.lex_state = 80, .external_lex_state = 7}, + [834] = {.lex_state = 80, .external_lex_state = 7}, + [835] = {.lex_state = 80, .external_lex_state = 7}, + [836] = {.lex_state = 80, .external_lex_state = 7}, + [837] = {.lex_state = 80, .external_lex_state = 7}, + [838] = {.lex_state = 80, .external_lex_state = 7}, + [839] = {.lex_state = 80, .external_lex_state = 7}, + [840] = {.lex_state = 80, .external_lex_state = 7}, + [841] = {.lex_state = 80, .external_lex_state = 7}, + [842] = {.lex_state = 80, .external_lex_state = 7}, + [843] = {.lex_state = 80, .external_lex_state = 7}, + [844] = {.lex_state = 80, .external_lex_state = 7}, + [845] = {.lex_state = 80, .external_lex_state = 7}, + [846] = {.lex_state = 80, .external_lex_state = 7}, + [847] = {.lex_state = 80, .external_lex_state = 7}, + [848] = {.lex_state = 80, .external_lex_state = 7}, + [849] = {.lex_state = 80, .external_lex_state = 7}, + [850] = {.lex_state = 80, .external_lex_state = 7}, + [851] = {.lex_state = 80, .external_lex_state = 7}, + [852] = {.lex_state = 80, .external_lex_state = 7}, + [853] = {.lex_state = 80, .external_lex_state = 7}, + [854] = {.lex_state = 80, .external_lex_state = 7}, + [855] = {.lex_state = 80, .external_lex_state = 7}, + [856] = {.lex_state = 80, .external_lex_state = 7}, + [857] = {.lex_state = 80, .external_lex_state = 7}, + [858] = {.lex_state = 80, .external_lex_state = 7}, + [859] = {.lex_state = 80, .external_lex_state = 7}, + [860] = {.lex_state = 80, .external_lex_state = 7}, + [861] = {.lex_state = 80, .external_lex_state = 7}, + [862] = {.lex_state = 80, .external_lex_state = 7}, + [863] = {.lex_state = 80, .external_lex_state = 7}, + [864] = {.lex_state = 80, .external_lex_state = 7}, + [865] = {.lex_state = 80, .external_lex_state = 7}, + [866] = {.lex_state = 80, .external_lex_state = 7}, + [867] = {.lex_state = 80, .external_lex_state = 7}, + [868] = {.lex_state = 80, .external_lex_state = 7}, + [869] = {.lex_state = 80, .external_lex_state = 7}, + [870] = {.lex_state = 80, .external_lex_state = 7}, + [871] = {.lex_state = 80, .external_lex_state = 7}, + [872] = {.lex_state = 80, .external_lex_state = 7}, + [873] = {.lex_state = 80, .external_lex_state = 7}, + [874] = {.lex_state = 80, .external_lex_state = 7}, + [875] = {.lex_state = 80, .external_lex_state = 7}, + [876] = {.lex_state = 80, .external_lex_state = 7}, + [877] = {.lex_state = 80, .external_lex_state = 7}, + [878] = {.lex_state = 80, .external_lex_state = 7}, + [879] = {.lex_state = 80, .external_lex_state = 7}, + [880] = {.lex_state = 80, .external_lex_state = 7}, + [881] = {.lex_state = 80, .external_lex_state = 7}, + [882] = {.lex_state = 80, .external_lex_state = 7}, + [883] = {.lex_state = 80, .external_lex_state = 7}, + [884] = {.lex_state = 80, .external_lex_state = 7}, + [885] = {.lex_state = 80, .external_lex_state = 7}, + [886] = {.lex_state = 80, .external_lex_state = 7}, + [887] = {.lex_state = 80, .external_lex_state = 7}, + [888] = {.lex_state = 80, .external_lex_state = 7}, + [889] = {.lex_state = 80, .external_lex_state = 7}, + [890] = {.lex_state = 80, .external_lex_state = 7}, + [891] = {.lex_state = 80, .external_lex_state = 7}, + [892] = {.lex_state = 80, .external_lex_state = 7}, + [893] = {.lex_state = 80, .external_lex_state = 7}, + [894] = {.lex_state = 80, .external_lex_state = 7}, + [895] = {.lex_state = 80, .external_lex_state = 7}, + [896] = {.lex_state = 80, .external_lex_state = 7}, + [897] = {.lex_state = 80, .external_lex_state = 7}, + [898] = {.lex_state = 80, .external_lex_state = 7}, + [899] = {.lex_state = 80, .external_lex_state = 7}, + [900] = {.lex_state = 80, .external_lex_state = 7}, + [901] = {.lex_state = 80, .external_lex_state = 7}, + [902] = {.lex_state = 80, .external_lex_state = 7}, + [903] = {.lex_state = 80, .external_lex_state = 7}, + [904] = {.lex_state = 80, .external_lex_state = 7}, + [905] = {.lex_state = 80, .external_lex_state = 7}, + [906] = {.lex_state = 80, .external_lex_state = 7}, + [907] = {.lex_state = 80, .external_lex_state = 7}, + [908] = {.lex_state = 80, .external_lex_state = 7}, + [909] = {.lex_state = 80, .external_lex_state = 7}, + [910] = {.lex_state = 80, .external_lex_state = 7}, + [911] = {.lex_state = 80, .external_lex_state = 7}, + [912] = {.lex_state = 80, .external_lex_state = 7}, + [913] = {.lex_state = 80, .external_lex_state = 7}, + [914] = {.lex_state = 80, .external_lex_state = 7}, + [915] = {.lex_state = 80, .external_lex_state = 7}, + [916] = {.lex_state = 80, .external_lex_state = 7}, + [917] = {.lex_state = 80, .external_lex_state = 7}, + [918] = {.lex_state = 80, .external_lex_state = 7}, + [919] = {.lex_state = 80, .external_lex_state = 7}, + [920] = {.lex_state = 80, .external_lex_state = 7}, + [921] = {.lex_state = 80, .external_lex_state = 7}, + [922] = {.lex_state = 80, .external_lex_state = 7}, + [923] = {.lex_state = 80, .external_lex_state = 7}, + [924] = {.lex_state = 80, .external_lex_state = 7}, + [925] = {.lex_state = 80, .external_lex_state = 7}, + [926] = {.lex_state = 80, .external_lex_state = 7}, + [927] = {.lex_state = 80, .external_lex_state = 7}, + [928] = {.lex_state = 80, .external_lex_state = 7}, + [929] = {.lex_state = 80, .external_lex_state = 7}, + [930] = {.lex_state = 80, .external_lex_state = 7}, + [931] = {.lex_state = 80, .external_lex_state = 7}, + [932] = {.lex_state = 80, .external_lex_state = 7}, + [933] = {.lex_state = 80, .external_lex_state = 7}, + [934] = {.lex_state = 80, .external_lex_state = 7}, + [935] = {.lex_state = 80, .external_lex_state = 7}, + [936] = {.lex_state = 80, .external_lex_state = 7}, + [937] = {.lex_state = 80, .external_lex_state = 7}, + [938] = {.lex_state = 80, .external_lex_state = 7}, + [939] = {.lex_state = 80, .external_lex_state = 7}, + [940] = {.lex_state = 80, .external_lex_state = 7}, + [941] = {.lex_state = 80, .external_lex_state = 7}, + [942] = {.lex_state = 80, .external_lex_state = 7}, + [943] = {.lex_state = 80, .external_lex_state = 7}, + [944] = {.lex_state = 80, .external_lex_state = 7}, + [945] = {.lex_state = 80, .external_lex_state = 7}, + [946] = {.lex_state = 80, .external_lex_state = 7}, + [947] = {.lex_state = 80, .external_lex_state = 7}, + [948] = {.lex_state = 80, .external_lex_state = 7}, + [949] = {.lex_state = 80, .external_lex_state = 7}, + [950] = {.lex_state = 80, .external_lex_state = 7}, + [951] = {.lex_state = 80, .external_lex_state = 7}, + [952] = {.lex_state = 80, .external_lex_state = 7}, + [953] = {.lex_state = 80, .external_lex_state = 7}, + [954] = {.lex_state = 80, .external_lex_state = 7}, + [955] = {.lex_state = 80, .external_lex_state = 7}, + [956] = {.lex_state = 80, .external_lex_state = 7}, + [957] = {.lex_state = 80, .external_lex_state = 7}, + [958] = {.lex_state = 80, .external_lex_state = 7}, + [959] = {.lex_state = 80, .external_lex_state = 7}, + [960] = {.lex_state = 80, .external_lex_state = 7}, + [961] = {.lex_state = 80, .external_lex_state = 7}, + [962] = {.lex_state = 80, .external_lex_state = 7}, + [963] = {.lex_state = 80, .external_lex_state = 7}, + [964] = {.lex_state = 80, .external_lex_state = 7}, + [965] = {.lex_state = 80, .external_lex_state = 7}, + [966] = {.lex_state = 80, .external_lex_state = 7}, + [967] = {.lex_state = 80, .external_lex_state = 7}, + [968] = {.lex_state = 80, .external_lex_state = 7}, + [969] = {.lex_state = 80, .external_lex_state = 7}, + [970] = {.lex_state = 80, .external_lex_state = 7}, + [971] = {.lex_state = 80, .external_lex_state = 7}, + [972] = {.lex_state = 80, .external_lex_state = 7}, + [973] = {.lex_state = 80, .external_lex_state = 7}, + [974] = {.lex_state = 80, .external_lex_state = 7}, + [975] = {.lex_state = 80, .external_lex_state = 7}, + [976] = {.lex_state = 80, .external_lex_state = 7}, + [977] = {.lex_state = 80, .external_lex_state = 7}, + [978] = {.lex_state = 80, .external_lex_state = 7}, + [979] = {.lex_state = 80, .external_lex_state = 7}, + [980] = {.lex_state = 80, .external_lex_state = 7}, + [981] = {.lex_state = 80, .external_lex_state = 7}, + [982] = {.lex_state = 80, .external_lex_state = 7}, + [983] = {.lex_state = 80, .external_lex_state = 7}, + [984] = {.lex_state = 80, .external_lex_state = 7}, + [985] = {.lex_state = 80, .external_lex_state = 7}, + [986] = {.lex_state = 80, .external_lex_state = 7}, + [987] = {.lex_state = 80, .external_lex_state = 7}, + [988] = {.lex_state = 80, .external_lex_state = 7}, + [989] = {.lex_state = 80, .external_lex_state = 7}, + [990] = {.lex_state = 59, .external_lex_state = 11}, + [991] = {.lex_state = 80, .external_lex_state = 7}, + [992] = {.lex_state = 80, .external_lex_state = 7}, + [993] = {.lex_state = 80, .external_lex_state = 7}, + [994] = {.lex_state = 80, .external_lex_state = 7}, + [995] = {.lex_state = 80, .external_lex_state = 7}, + [996] = {.lex_state = 80, .external_lex_state = 7}, + [997] = {.lex_state = 80, .external_lex_state = 7}, + [998] = {.lex_state = 80, .external_lex_state = 7}, + [999] = {.lex_state = 80, .external_lex_state = 7}, + [1000] = {.lex_state = 80, .external_lex_state = 7}, + [1001] = {.lex_state = 80, .external_lex_state = 7}, + [1002] = {.lex_state = 80, .external_lex_state = 7}, + [1003] = {.lex_state = 80, .external_lex_state = 7}, + [1004] = {.lex_state = 80, .external_lex_state = 7}, + [1005] = {.lex_state = 80, .external_lex_state = 7}, + [1006] = {.lex_state = 80, .external_lex_state = 7}, + [1007] = {.lex_state = 80, .external_lex_state = 7}, + [1008] = {.lex_state = 80, .external_lex_state = 7}, + [1009] = {.lex_state = 80, .external_lex_state = 7}, + [1010] = {.lex_state = 80, .external_lex_state = 7}, + [1011] = {.lex_state = 80, .external_lex_state = 7}, + [1012] = {.lex_state = 80, .external_lex_state = 7}, + [1013] = {.lex_state = 80, .external_lex_state = 7}, + [1014] = {.lex_state = 80, .external_lex_state = 7}, + [1015] = {.lex_state = 80, .external_lex_state = 7}, + [1016] = {.lex_state = 59, .external_lex_state = 11}, + [1017] = {.lex_state = 80, .external_lex_state = 7}, + [1018] = {.lex_state = 80, .external_lex_state = 7}, + [1019] = {.lex_state = 80, .external_lex_state = 7}, + [1020] = {.lex_state = 80, .external_lex_state = 7}, + [1021] = {.lex_state = 80, .external_lex_state = 7}, + [1022] = {.lex_state = 80, .external_lex_state = 7}, + [1023] = {.lex_state = 80, .external_lex_state = 7}, + [1024] = {.lex_state = 80, .external_lex_state = 7}, + [1025] = {.lex_state = 80, .external_lex_state = 7}, + [1026] = {.lex_state = 80, .external_lex_state = 7}, + [1027] = {.lex_state = 80, .external_lex_state = 7}, + [1028] = {.lex_state = 80, .external_lex_state = 7}, + [1029] = {.lex_state = 80, .external_lex_state = 7}, + [1030] = {.lex_state = 80, .external_lex_state = 7}, + [1031] = {.lex_state = 80, .external_lex_state = 7}, + [1032] = {.lex_state = 80, .external_lex_state = 7}, + [1033] = {.lex_state = 80, .external_lex_state = 7}, + [1034] = {.lex_state = 80, .external_lex_state = 7}, + [1035] = {.lex_state = 80, .external_lex_state = 7}, + [1036] = {.lex_state = 80, .external_lex_state = 7}, + [1037] = {.lex_state = 80, .external_lex_state = 7}, + [1038] = {.lex_state = 80, .external_lex_state = 7}, + [1039] = {.lex_state = 80, .external_lex_state = 7}, + [1040] = {.lex_state = 80, .external_lex_state = 7}, + [1041] = {.lex_state = 80, .external_lex_state = 7}, + [1042] = {.lex_state = 80, .external_lex_state = 7}, + [1043] = {.lex_state = 80, .external_lex_state = 7}, + [1044] = {.lex_state = 80, .external_lex_state = 7}, + [1045] = {.lex_state = 80, .external_lex_state = 7}, + [1046] = {.lex_state = 80, .external_lex_state = 7}, + [1047] = {.lex_state = 80, .external_lex_state = 7}, + [1048] = {.lex_state = 80, .external_lex_state = 7}, + [1049] = {.lex_state = 80, .external_lex_state = 7}, + [1050] = {.lex_state = 80, .external_lex_state = 7}, + [1051] = {.lex_state = 80, .external_lex_state = 7}, + [1052] = {.lex_state = 80, .external_lex_state = 7}, + [1053] = {.lex_state = 59, .external_lex_state = 11}, + [1054] = {.lex_state = 80, .external_lex_state = 7}, + [1055] = {.lex_state = 80, .external_lex_state = 7}, + [1056] = {.lex_state = 80, .external_lex_state = 7}, + [1057] = {.lex_state = 80, .external_lex_state = 7}, + [1058] = {.lex_state = 80, .external_lex_state = 7}, + [1059] = {.lex_state = 80, .external_lex_state = 7}, + [1060] = {.lex_state = 80, .external_lex_state = 7}, + [1061] = {.lex_state = 80, .external_lex_state = 7}, + [1062] = {.lex_state = 80, .external_lex_state = 7}, + [1063] = {.lex_state = 80, .external_lex_state = 7}, + [1064] = {.lex_state = 80, .external_lex_state = 7}, + [1065] = {.lex_state = 80, .external_lex_state = 7}, + [1066] = {.lex_state = 80, .external_lex_state = 7}, + [1067] = {.lex_state = 80, .external_lex_state = 7}, + [1068] = {.lex_state = 80, .external_lex_state = 7}, + [1069] = {.lex_state = 80, .external_lex_state = 7}, + [1070] = {.lex_state = 80, .external_lex_state = 7}, + [1071] = {.lex_state = 80, .external_lex_state = 7}, + [1072] = {.lex_state = 80, .external_lex_state = 7}, + [1073] = {.lex_state = 80, .external_lex_state = 7}, + [1074] = {.lex_state = 80, .external_lex_state = 7}, + [1075] = {.lex_state = 80, .external_lex_state = 7}, + [1076] = {.lex_state = 80, .external_lex_state = 7}, + [1077] = {.lex_state = 106, .external_lex_state = 3}, + [1078] = {.lex_state = 80, .external_lex_state = 7}, + [1079] = {.lex_state = 80, .external_lex_state = 7}, + [1080] = {.lex_state = 80, .external_lex_state = 7}, + [1081] = {.lex_state = 80, .external_lex_state = 7}, + [1082] = {.lex_state = 106, .external_lex_state = 3}, + [1083] = {.lex_state = 59, .external_lex_state = 11}, + [1084] = {.lex_state = 106, .external_lex_state = 3}, + [1085] = {.lex_state = 80, .external_lex_state = 7}, + [1086] = {.lex_state = 59, .external_lex_state = 11}, + [1087] = {.lex_state = 59, .external_lex_state = 11}, + [1088] = {.lex_state = 80, .external_lex_state = 7}, + [1089] = {.lex_state = 80, .external_lex_state = 7}, + [1090] = {.lex_state = 80, .external_lex_state = 7}, + [1091] = {.lex_state = 80, .external_lex_state = 7}, + [1092] = {.lex_state = 80, .external_lex_state = 7}, + [1093] = {.lex_state = 80, .external_lex_state = 7}, + [1094] = {.lex_state = 80, .external_lex_state = 7}, + [1095] = {.lex_state = 80, .external_lex_state = 7}, + [1096] = {.lex_state = 80, .external_lex_state = 7}, + [1097] = {.lex_state = 80, .external_lex_state = 7}, + [1098] = {.lex_state = 80, .external_lex_state = 7}, + [1099] = {.lex_state = 80, .external_lex_state = 7}, + [1100] = {.lex_state = 80, .external_lex_state = 7}, + [1101] = {.lex_state = 80, .external_lex_state = 7}, + [1102] = {.lex_state = 80, .external_lex_state = 7}, + [1103] = {.lex_state = 80, .external_lex_state = 7}, + [1104] = {.lex_state = 80, .external_lex_state = 7}, + [1105] = {.lex_state = 80, .external_lex_state = 7}, + [1106] = {.lex_state = 80, .external_lex_state = 7}, + [1107] = {.lex_state = 80, .external_lex_state = 7}, + [1108] = {.lex_state = 80, .external_lex_state = 7}, + [1109] = {.lex_state = 80, .external_lex_state = 7}, + [1110] = {.lex_state = 80, .external_lex_state = 7}, + [1111] = {.lex_state = 80, .external_lex_state = 7}, + [1112] = {.lex_state = 80, .external_lex_state = 7}, + [1113] = {.lex_state = 80, .external_lex_state = 7}, + [1114] = {.lex_state = 80, .external_lex_state = 7}, + [1115] = {.lex_state = 80, .external_lex_state = 7}, + [1116] = {.lex_state = 80, .external_lex_state = 7}, + [1117] = {.lex_state = 80, .external_lex_state = 7}, + [1118] = {.lex_state = 80, .external_lex_state = 7}, + [1119] = {.lex_state = 80, .external_lex_state = 7}, + [1120] = {.lex_state = 80, .external_lex_state = 7}, + [1121] = {.lex_state = 80, .external_lex_state = 7}, + [1122] = {.lex_state = 80, .external_lex_state = 7}, + [1123] = {.lex_state = 80, .external_lex_state = 7}, + [1124] = {.lex_state = 80, .external_lex_state = 7}, + [1125] = {.lex_state = 80, .external_lex_state = 7}, + [1126] = {.lex_state = 80, .external_lex_state = 7}, + [1127] = {.lex_state = 80, .external_lex_state = 7}, + [1128] = {.lex_state = 80, .external_lex_state = 7}, + [1129] = {.lex_state = 80, .external_lex_state = 7}, + [1130] = {.lex_state = 80, .external_lex_state = 7}, + [1131] = {.lex_state = 80, .external_lex_state = 7}, + [1132] = {.lex_state = 80, .external_lex_state = 7}, + [1133] = {.lex_state = 80, .external_lex_state = 7}, + [1134] = {.lex_state = 80, .external_lex_state = 7}, + [1135] = {.lex_state = 80, .external_lex_state = 7}, + [1136] = {.lex_state = 80, .external_lex_state = 7}, + [1137] = {.lex_state = 80, .external_lex_state = 7}, + [1138] = {.lex_state = 80, .external_lex_state = 7}, + [1139] = {.lex_state = 80, .external_lex_state = 7}, + [1140] = {.lex_state = 80, .external_lex_state = 7}, + [1141] = {.lex_state = 80, .external_lex_state = 7}, + [1142] = {.lex_state = 80, .external_lex_state = 7}, + [1143] = {.lex_state = 80, .external_lex_state = 7}, + [1144] = {.lex_state = 80, .external_lex_state = 7}, + [1145] = {.lex_state = 80, .external_lex_state = 7}, + [1146] = {.lex_state = 80, .external_lex_state = 7}, + [1147] = {.lex_state = 80, .external_lex_state = 7}, + [1148] = {.lex_state = 80, .external_lex_state = 7}, + [1149] = {.lex_state = 80, .external_lex_state = 7}, + [1150] = {.lex_state = 80, .external_lex_state = 7}, + [1151] = {.lex_state = 80, .external_lex_state = 7}, + [1152] = {.lex_state = 80, .external_lex_state = 7}, + [1153] = {.lex_state = 80, .external_lex_state = 7}, + [1154] = {.lex_state = 80, .external_lex_state = 7}, + [1155] = {.lex_state = 80, .external_lex_state = 7}, + [1156] = {.lex_state = 106, .external_lex_state = 3}, + [1157] = {.lex_state = 80, .external_lex_state = 7}, + [1158] = {.lex_state = 80, .external_lex_state = 7}, + [1159] = {.lex_state = 80, .external_lex_state = 7}, + [1160] = {.lex_state = 80, .external_lex_state = 7}, + [1161] = {.lex_state = 80, .external_lex_state = 7}, + [1162] = {.lex_state = 80, .external_lex_state = 7}, + [1163] = {.lex_state = 80, .external_lex_state = 7}, + [1164] = {.lex_state = 80, .external_lex_state = 7}, + [1165] = {.lex_state = 80, .external_lex_state = 7}, + [1166] = {.lex_state = 80, .external_lex_state = 7}, + [1167] = {.lex_state = 80, .external_lex_state = 7}, + [1168] = {.lex_state = 80, .external_lex_state = 7}, + [1169] = {.lex_state = 80, .external_lex_state = 7}, + [1170] = {.lex_state = 80, .external_lex_state = 7}, + [1171] = {.lex_state = 80, .external_lex_state = 7}, + [1172] = {.lex_state = 80, .external_lex_state = 7}, + [1173] = {.lex_state = 80, .external_lex_state = 7}, + [1174] = {.lex_state = 80, .external_lex_state = 7}, + [1175] = {.lex_state = 80, .external_lex_state = 7}, + [1176] = {.lex_state = 80, .external_lex_state = 7}, + [1177] = {.lex_state = 80, .external_lex_state = 7}, + [1178] = {.lex_state = 80, .external_lex_state = 7}, + [1179] = {.lex_state = 80, .external_lex_state = 7}, + [1180] = {.lex_state = 80, .external_lex_state = 7}, + [1181] = {.lex_state = 80, .external_lex_state = 7}, + [1182] = {.lex_state = 80, .external_lex_state = 7}, + [1183] = {.lex_state = 80, .external_lex_state = 7}, + [1184] = {.lex_state = 80, .external_lex_state = 7}, + [1185] = {.lex_state = 80, .external_lex_state = 7}, + [1186] = {.lex_state = 80, .external_lex_state = 7}, + [1187] = {.lex_state = 80, .external_lex_state = 7}, + [1188] = {.lex_state = 80, .external_lex_state = 7}, + [1189] = {.lex_state = 80, .external_lex_state = 7}, + [1190] = {.lex_state = 80, .external_lex_state = 7}, + [1191] = {.lex_state = 59, .external_lex_state = 11}, + [1192] = {.lex_state = 80, .external_lex_state = 7}, + [1193] = {.lex_state = 80, .external_lex_state = 7}, + [1194] = {.lex_state = 80, .external_lex_state = 7}, + [1195] = {.lex_state = 80, .external_lex_state = 7}, + [1196] = {.lex_state = 80, .external_lex_state = 7}, + [1197] = {.lex_state = 80, .external_lex_state = 7}, + [1198] = {.lex_state = 80, .external_lex_state = 7}, + [1199] = {.lex_state = 80, .external_lex_state = 7}, + [1200] = {.lex_state = 80, .external_lex_state = 7}, + [1201] = {.lex_state = 80, .external_lex_state = 7}, + [1202] = {.lex_state = 80, .external_lex_state = 7}, + [1203] = {.lex_state = 80, .external_lex_state = 7}, + [1204] = {.lex_state = 80, .external_lex_state = 7}, + [1205] = {.lex_state = 80, .external_lex_state = 7}, + [1206] = {.lex_state = 80, .external_lex_state = 7}, + [1207] = {.lex_state = 80, .external_lex_state = 7}, + [1208] = {.lex_state = 80, .external_lex_state = 7}, + [1209] = {.lex_state = 80, .external_lex_state = 7}, + [1210] = {.lex_state = 80, .external_lex_state = 7}, + [1211] = {.lex_state = 80, .external_lex_state = 7}, + [1212] = {.lex_state = 80, .external_lex_state = 7}, + [1213] = {.lex_state = 80, .external_lex_state = 7}, + [1214] = {.lex_state = 80, .external_lex_state = 7}, + [1215] = {.lex_state = 80, .external_lex_state = 7}, + [1216] = {.lex_state = 80, .external_lex_state = 7}, + [1217] = {.lex_state = 80, .external_lex_state = 7}, + [1218] = {.lex_state = 80, .external_lex_state = 7}, + [1219] = {.lex_state = 80, .external_lex_state = 7}, + [1220] = {.lex_state = 80, .external_lex_state = 7}, + [1221] = {.lex_state = 80, .external_lex_state = 7}, + [1222] = {.lex_state = 80, .external_lex_state = 7}, + [1223] = {.lex_state = 80, .external_lex_state = 7}, + [1224] = {.lex_state = 80, .external_lex_state = 7}, + [1225] = {.lex_state = 80, .external_lex_state = 7}, + [1226] = {.lex_state = 80, .external_lex_state = 7}, + [1227] = {.lex_state = 80, .external_lex_state = 7}, + [1228] = {.lex_state = 80, .external_lex_state = 7}, + [1229] = {.lex_state = 80, .external_lex_state = 7}, + [1230] = {.lex_state = 80, .external_lex_state = 7}, + [1231] = {.lex_state = 80, .external_lex_state = 7}, + [1232] = {.lex_state = 80, .external_lex_state = 7}, + [1233] = {.lex_state = 80, .external_lex_state = 7}, + [1234] = {.lex_state = 80, .external_lex_state = 7}, + [1235] = {.lex_state = 80, .external_lex_state = 7}, + [1236] = {.lex_state = 59, .external_lex_state = 11}, + [1237] = {.lex_state = 80, .external_lex_state = 7}, + [1238] = {.lex_state = 80, .external_lex_state = 7}, + [1239] = {.lex_state = 80, .external_lex_state = 7}, + [1240] = {.lex_state = 80, .external_lex_state = 7}, + [1241] = {.lex_state = 80, .external_lex_state = 7}, + [1242] = {.lex_state = 80, .external_lex_state = 7}, + [1243] = {.lex_state = 80, .external_lex_state = 7}, + [1244] = {.lex_state = 80, .external_lex_state = 7}, + [1245] = {.lex_state = 80, .external_lex_state = 7}, + [1246] = {.lex_state = 80, .external_lex_state = 7}, + [1247] = {.lex_state = 80, .external_lex_state = 7}, + [1248] = {.lex_state = 80, .external_lex_state = 7}, + [1249] = {.lex_state = 80, .external_lex_state = 7}, + [1250] = {.lex_state = 59, .external_lex_state = 11}, + [1251] = {.lex_state = 80, .external_lex_state = 7}, + [1252] = {.lex_state = 80, .external_lex_state = 7}, + [1253] = {.lex_state = 80, .external_lex_state = 7}, + [1254] = {.lex_state = 80, .external_lex_state = 7}, + [1255] = {.lex_state = 80, .external_lex_state = 7}, + [1256] = {.lex_state = 80, .external_lex_state = 7}, + [1257] = {.lex_state = 80, .external_lex_state = 7}, + [1258] = {.lex_state = 80, .external_lex_state = 7}, + [1259] = {.lex_state = 80, .external_lex_state = 7}, + [1260] = {.lex_state = 80, .external_lex_state = 7}, + [1261] = {.lex_state = 80, .external_lex_state = 7}, + [1262] = {.lex_state = 80, .external_lex_state = 7}, + [1263] = {.lex_state = 80, .external_lex_state = 7}, + [1264] = {.lex_state = 80, .external_lex_state = 7}, + [1265] = {.lex_state = 80, .external_lex_state = 7}, + [1266] = {.lex_state = 80, .external_lex_state = 7}, + [1267] = {.lex_state = 59, .external_lex_state = 11}, + [1268] = {.lex_state = 59, .external_lex_state = 11}, + [1269] = {.lex_state = 80, .external_lex_state = 7}, + [1270] = {.lex_state = 59, .external_lex_state = 11}, + [1271] = {.lex_state = 59, .external_lex_state = 11}, + [1272] = {.lex_state = 59, .external_lex_state = 11}, + [1273] = {.lex_state = 59, .external_lex_state = 11}, + [1274] = {.lex_state = 59, .external_lex_state = 11}, + [1275] = {.lex_state = 80, .external_lex_state = 7}, + [1276] = {.lex_state = 80, .external_lex_state = 7}, + [1277] = {.lex_state = 80, .external_lex_state = 7}, + [1278] = {.lex_state = 80, .external_lex_state = 7}, + [1279] = {.lex_state = 80, .external_lex_state = 7}, + [1280] = {.lex_state = 80, .external_lex_state = 7}, + [1281] = {.lex_state = 80, .external_lex_state = 7}, + [1282] = {.lex_state = 80, .external_lex_state = 7}, + [1283] = {.lex_state = 80, .external_lex_state = 7}, + [1284] = {.lex_state = 80, .external_lex_state = 7}, + [1285] = {.lex_state = 59, .external_lex_state = 11}, + [1286] = {.lex_state = 59, .external_lex_state = 11}, + [1287] = {.lex_state = 80, .external_lex_state = 7}, + [1288] = {.lex_state = 59, .external_lex_state = 11}, + [1289] = {.lex_state = 59, .external_lex_state = 11}, + [1290] = {.lex_state = 80, .external_lex_state = 7}, + [1291] = {.lex_state = 80, .external_lex_state = 7}, + [1292] = {.lex_state = 80, .external_lex_state = 7}, + [1293] = {.lex_state = 80, .external_lex_state = 7}, + [1294] = {.lex_state = 80, .external_lex_state = 7}, + [1295] = {.lex_state = 80, .external_lex_state = 7}, + [1296] = {.lex_state = 80, .external_lex_state = 7}, + [1297] = {.lex_state = 80, .external_lex_state = 7}, + [1298] = {.lex_state = 59, .external_lex_state = 11}, + [1299] = {.lex_state = 80, .external_lex_state = 7}, + [1300] = {.lex_state = 59, .external_lex_state = 11}, + [1301] = {.lex_state = 80, .external_lex_state = 7}, + [1302] = {.lex_state = 59, .external_lex_state = 11}, + [1303] = {.lex_state = 80, .external_lex_state = 7}, + [1304] = {.lex_state = 80, .external_lex_state = 7}, + [1305] = {.lex_state = 80, .external_lex_state = 7}, + [1306] = {.lex_state = 80, .external_lex_state = 7}, + [1307] = {.lex_state = 80, .external_lex_state = 7}, + [1308] = {.lex_state = 80, .external_lex_state = 7}, + [1309] = {.lex_state = 80, .external_lex_state = 7}, + [1310] = {.lex_state = 80, .external_lex_state = 7}, + [1311] = {.lex_state = 80, .external_lex_state = 7}, + [1312] = {.lex_state = 59, .external_lex_state = 11}, + [1313] = {.lex_state = 59, .external_lex_state = 11}, + [1314] = {.lex_state = 80, .external_lex_state = 7}, + [1315] = {.lex_state = 59, .external_lex_state = 11}, + [1316] = {.lex_state = 80, .external_lex_state = 7}, + [1317] = {.lex_state = 80, .external_lex_state = 7}, + [1318] = {.lex_state = 80, .external_lex_state = 7}, + [1319] = {.lex_state = 80, .external_lex_state = 7}, + [1320] = {.lex_state = 73, .external_lex_state = 11}, + [1321] = {.lex_state = 73, .external_lex_state = 11}, + [1322] = {.lex_state = 73, .external_lex_state = 11}, + [1323] = {.lex_state = 73, .external_lex_state = 11}, + [1324] = {.lex_state = 73, .external_lex_state = 11}, + [1325] = {.lex_state = 73, .external_lex_state = 11}, + [1326] = {.lex_state = 73, .external_lex_state = 11}, + [1327] = {.lex_state = 73, .external_lex_state = 11}, + [1328] = {.lex_state = 73, .external_lex_state = 11}, + [1329] = {.lex_state = 73, .external_lex_state = 11}, + [1330] = {.lex_state = 73, .external_lex_state = 11}, + [1331] = {.lex_state = 73, .external_lex_state = 11}, + [1332] = {.lex_state = 73, .external_lex_state = 11}, + [1333] = {.lex_state = 73, .external_lex_state = 11}, + [1334] = {.lex_state = 61, .external_lex_state = 11}, + [1335] = {.lex_state = 61, .external_lex_state = 11}, + [1336] = {.lex_state = 61, .external_lex_state = 11}, + [1337] = {.lex_state = 61, .external_lex_state = 11}, + [1338] = {.lex_state = 61, .external_lex_state = 11}, + [1339] = {.lex_state = 61, .external_lex_state = 11}, + [1340] = {.lex_state = 61, .external_lex_state = 11}, + [1341] = {.lex_state = 61, .external_lex_state = 11}, + [1342] = {.lex_state = 61, .external_lex_state = 11}, + [1343] = {.lex_state = 61, .external_lex_state = 11}, + [1344] = {.lex_state = 61, .external_lex_state = 11}, + [1345] = {.lex_state = 61, .external_lex_state = 11}, + [1346] = {.lex_state = 61, .external_lex_state = 11}, + [1347] = {.lex_state = 74, .external_lex_state = 13}, + [1348] = {.lex_state = 73, .external_lex_state = 13}, + [1349] = {.lex_state = 73, .external_lex_state = 15}, + [1350] = {.lex_state = 73, .external_lex_state = 12}, + [1351] = {.lex_state = 73, .external_lex_state = 15}, + [1352] = {.lex_state = 73, .external_lex_state = 12}, + [1353] = {.lex_state = 72, .external_lex_state = 11}, + [1354] = {.lex_state = 71, .external_lex_state = 13}, + [1355] = {.lex_state = 71, .external_lex_state = 13}, + [1356] = {.lex_state = 74, .external_lex_state = 13}, + [1357] = {.lex_state = 71, .external_lex_state = 13}, + [1358] = {.lex_state = 73, .external_lex_state = 12}, + [1359] = {.lex_state = 73, .external_lex_state = 12}, + [1360] = {.lex_state = 74, .external_lex_state = 13}, + [1361] = {.lex_state = 74, .external_lex_state = 13}, + [1362] = {.lex_state = 73, .external_lex_state = 13}, + [1363] = {.lex_state = 71, .external_lex_state = 13}, + [1364] = {.lex_state = 73, .external_lex_state = 13}, + [1365] = {.lex_state = 73, .external_lex_state = 13}, + [1366] = {.lex_state = 73, .external_lex_state = 13}, + [1367] = {.lex_state = 73, .external_lex_state = 13}, + [1368] = {.lex_state = 37}, + [1369] = {.lex_state = 56, .external_lex_state = 13}, + [1370] = {.lex_state = 62, .external_lex_state = 13}, + [1371] = {.lex_state = 56, .external_lex_state = 13}, + [1372] = {.lex_state = 58, .external_lex_state = 11}, + [1373] = {.lex_state = 61, .external_lex_state = 12}, + [1374] = {.lex_state = 61, .external_lex_state = 13}, + [1375] = {.lex_state = 61, .external_lex_state = 15}, + [1376] = {.lex_state = 62, .external_lex_state = 13}, + [1377] = {.lex_state = 61, .external_lex_state = 13}, + [1378] = {.lex_state = 73, .external_lex_state = 13}, + [1379] = {.lex_state = 62, .external_lex_state = 13}, + [1380] = {.lex_state = 56, .external_lex_state = 13}, + [1381] = {.lex_state = 73, .external_lex_state = 13}, + [1382] = {.lex_state = 61, .external_lex_state = 13}, + [1383] = {.lex_state = 62, .external_lex_state = 13}, + [1384] = {.lex_state = 73, .external_lex_state = 11}, + [1385] = {.lex_state = 61, .external_lex_state = 12}, + [1386] = {.lex_state = 73, .external_lex_state = 11}, + [1387] = {.lex_state = 61, .external_lex_state = 13}, + [1388] = {.lex_state = 73, .external_lex_state = 13}, + [1389] = {.lex_state = 73, .external_lex_state = 11}, + [1390] = {.lex_state = 61, .external_lex_state = 12}, + [1391] = {.lex_state = 73, .external_lex_state = 12}, + [1392] = {.lex_state = 61, .external_lex_state = 13}, + [1393] = {.lex_state = 61, .external_lex_state = 12}, + [1394] = {.lex_state = 61, .external_lex_state = 15}, + [1395] = {.lex_state = 61, .external_lex_state = 13}, + [1396] = {.lex_state = 56, .external_lex_state = 13}, + [1397] = {.lex_state = 73, .external_lex_state = 12}, + [1398] = {.lex_state = 73, .external_lex_state = 15}, + [1399] = {.lex_state = 73, .external_lex_state = 11}, + [1400] = {.lex_state = 37, .external_lex_state = 6}, + [1401] = {.lex_state = 61, .external_lex_state = 12}, + [1402] = {.lex_state = 73, .external_lex_state = 11}, + [1403] = {.lex_state = 61, .external_lex_state = 13}, + [1404] = {.lex_state = 61, .external_lex_state = 15}, + [1405] = {.lex_state = 73, .external_lex_state = 11}, + [1406] = {.lex_state = 61, .external_lex_state = 12}, + [1407] = {.lex_state = 73, .external_lex_state = 11}, + [1408] = {.lex_state = 37, .external_lex_state = 6}, + [1409] = {.lex_state = 73, .external_lex_state = 11}, + [1410] = {.lex_state = 61, .external_lex_state = 13}, + [1411] = {.lex_state = 37, .external_lex_state = 6}, + [1412] = {.lex_state = 37, .external_lex_state = 6}, + [1413] = {.lex_state = 73, .external_lex_state = 11}, + [1414] = {.lex_state = 61, .external_lex_state = 11}, + [1415] = {.lex_state = 37, .external_lex_state = 6}, + [1416] = {.lex_state = 37, .external_lex_state = 6}, + [1417] = {.lex_state = 37, .external_lex_state = 6}, + [1418] = {.lex_state = 37, .external_lex_state = 6}, + [1419] = {.lex_state = 37, .external_lex_state = 6}, + [1420] = {.lex_state = 61, .external_lex_state = 13}, + [1421] = {.lex_state = 61, .external_lex_state = 11}, + [1422] = {.lex_state = 61, .external_lex_state = 11}, + [1423] = {.lex_state = 37, .external_lex_state = 6}, + [1424] = {.lex_state = 37, .external_lex_state = 6}, + [1425] = {.lex_state = 73, .external_lex_state = 11}, + [1426] = {.lex_state = 61, .external_lex_state = 16}, + [1427] = {.lex_state = 73, .external_lex_state = 11}, + [1428] = {.lex_state = 73, .external_lex_state = 11}, + [1429] = {.lex_state = 73, .external_lex_state = 11}, + [1430] = {.lex_state = 73, .external_lex_state = 11}, + [1431] = {.lex_state = 73, .external_lex_state = 11}, + [1432] = {.lex_state = 73, .external_lex_state = 11}, + [1433] = {.lex_state = 73, .external_lex_state = 11}, + [1434] = {.lex_state = 73, .external_lex_state = 11}, + [1435] = {.lex_state = 73, .external_lex_state = 11}, + [1436] = {.lex_state = 73, .external_lex_state = 11}, + [1437] = {.lex_state = 37, .external_lex_state = 6}, + [1438] = {.lex_state = 73, .external_lex_state = 11}, + [1439] = {.lex_state = 73, .external_lex_state = 11}, + [1440] = {.lex_state = 37, .external_lex_state = 6}, + [1441] = {.lex_state = 73, .external_lex_state = 11}, + [1442] = {.lex_state = 73, .external_lex_state = 11}, + [1443] = {.lex_state = 73, .external_lex_state = 11}, + [1444] = {.lex_state = 73, .external_lex_state = 11}, + [1445] = {.lex_state = 73, .external_lex_state = 11}, + [1446] = {.lex_state = 73, .external_lex_state = 11}, + [1447] = {.lex_state = 73, .external_lex_state = 11}, + [1448] = {.lex_state = 61, .external_lex_state = 11}, + [1449] = {.lex_state = 61, .external_lex_state = 11}, + [1450] = {.lex_state = 61, .external_lex_state = 11}, + [1451] = {.lex_state = 61, .external_lex_state = 11}, + [1452] = {.lex_state = 61, .external_lex_state = 11}, + [1453] = {.lex_state = 61, .external_lex_state = 11}, + [1454] = {.lex_state = 61, .external_lex_state = 11}, + [1455] = {.lex_state = 61, .external_lex_state = 11}, + [1456] = {.lex_state = 61, .external_lex_state = 11}, + [1457] = {.lex_state = 61, .external_lex_state = 11}, + [1458] = {.lex_state = 61, .external_lex_state = 11}, + [1459] = {.lex_state = 61, .external_lex_state = 11}, + [1460] = {.lex_state = 61, .external_lex_state = 11}, + [1461] = {.lex_state = 61, .external_lex_state = 11}, + [1462] = {.lex_state = 61, .external_lex_state = 11}, + [1463] = {.lex_state = 76, .external_lex_state = 2}, + [1464] = {.lex_state = 61, .external_lex_state = 11}, + [1465] = {.lex_state = 61, .external_lex_state = 11}, + [1466] = {.lex_state = 61, .external_lex_state = 11}, + [1467] = {.lex_state = 61, .external_lex_state = 11}, + [1468] = {.lex_state = 115, .external_lex_state = 6}, + [1469] = {.lex_state = 61, .external_lex_state = 11}, + [1470] = {.lex_state = 61, .external_lex_state = 11}, + [1471] = {.lex_state = 61, .external_lex_state = 11}, + [1472] = {.lex_state = 61, .external_lex_state = 11}, + [1473] = {.lex_state = 61, .external_lex_state = 11}, + [1474] = {.lex_state = 61, .external_lex_state = 11}, + [1475] = {.lex_state = 61, .external_lex_state = 11}, + [1476] = {.lex_state = 116, .external_lex_state = 6}, + [1477] = {.lex_state = 77, .external_lex_state = 2}, + [1478] = {.lex_state = 76, .external_lex_state = 2}, + [1479] = {.lex_state = 1378, .external_lex_state = 6}, + [1480] = {.lex_state = 1378, .external_lex_state = 6}, + [1481] = {.lex_state = 1378, .external_lex_state = 6}, + [1482] = {.lex_state = 1378, .external_lex_state = 6}, + [1483] = {.lex_state = 1378, .external_lex_state = 6}, + [1484] = {.lex_state = 1378, .external_lex_state = 6}, + [1485] = {.lex_state = 1378, .external_lex_state = 6}, + [1486] = {.lex_state = 1378, .external_lex_state = 6}, + [1487] = {.lex_state = 1378, .external_lex_state = 6}, + [1488] = {.lex_state = 77, .external_lex_state = 2}, + [1489] = {.lex_state = 1378, .external_lex_state = 6}, + [1490] = {.lex_state = 1378, .external_lex_state = 6}, + [1491] = {.lex_state = 1378, .external_lex_state = 6}, + [1492] = {.lex_state = 1378, .external_lex_state = 6}, + [1493] = {.lex_state = 1378, .external_lex_state = 6}, + [1494] = {.lex_state = 1378, .external_lex_state = 6}, + [1495] = {.lex_state = 1378, .external_lex_state = 6}, + [1496] = {.lex_state = 1378, .external_lex_state = 6}, + [1497] = {.lex_state = 1378, .external_lex_state = 6}, + [1498] = {.lex_state = 1378, .external_lex_state = 6}, + [1499] = {.lex_state = 1378, .external_lex_state = 6}, + [1500] = {.lex_state = 1378, .external_lex_state = 6}, + [1501] = {.lex_state = 1378, .external_lex_state = 6}, + [1502] = {.lex_state = 1378, .external_lex_state = 6}, + [1503] = {.lex_state = 1378, .external_lex_state = 6}, + [1504] = {.lex_state = 1378, .external_lex_state = 6}, + [1505] = {.lex_state = 111, .external_lex_state = 6}, + [1506] = {.lex_state = 1378, .external_lex_state = 6}, + [1507] = {.lex_state = 1378, .external_lex_state = 6}, + [1508] = {.lex_state = 75, .external_lex_state = 2}, + [1509] = {.lex_state = 1378, .external_lex_state = 6}, + [1510] = {.lex_state = 1378, .external_lex_state = 6}, + [1511] = {.lex_state = 1378, .external_lex_state = 6}, + [1512] = {.lex_state = 1378, .external_lex_state = 6}, + [1513] = {.lex_state = 1378, .external_lex_state = 6}, + [1514] = {.lex_state = 1378, .external_lex_state = 6}, + [1515] = {.lex_state = 1378, .external_lex_state = 6}, + [1516] = {.lex_state = 1378, .external_lex_state = 6}, + [1517] = {.lex_state = 1378, .external_lex_state = 6}, + [1518] = {.lex_state = 1378, .external_lex_state = 6}, + [1519] = {.lex_state = 1378, .external_lex_state = 6}, + [1520] = {.lex_state = 76, .external_lex_state = 6}, + [1521] = {.lex_state = 1378, .external_lex_state = 6}, + [1522] = {.lex_state = 1378, .external_lex_state = 6}, + [1523] = {.lex_state = 1378, .external_lex_state = 6}, + [1524] = {.lex_state = 1378, .external_lex_state = 6}, + [1525] = {.lex_state = 76, .external_lex_state = 6}, + [1526] = {.lex_state = 1378, .external_lex_state = 6}, + [1527] = {.lex_state = 76, .external_lex_state = 6}, + [1528] = {.lex_state = 76, .external_lex_state = 6}, + [1529] = {.lex_state = 76, .external_lex_state = 6}, + [1530] = {.lex_state = 1378, .external_lex_state = 6}, + [1531] = {.lex_state = 1378, .external_lex_state = 6}, + [1532] = {.lex_state = 76, .external_lex_state = 6}, + [1533] = {.lex_state = 76, .external_lex_state = 6}, + [1534] = {.lex_state = 76, .external_lex_state = 6}, + [1535] = {.lex_state = 76, .external_lex_state = 6}, + [1536] = {.lex_state = 76, .external_lex_state = 6}, + [1537] = {.lex_state = 76, .external_lex_state = 6}, + [1538] = {.lex_state = 76, .external_lex_state = 3}, + [1539] = {.lex_state = 75, .external_lex_state = 2}, + [1540] = {.lex_state = 76, .external_lex_state = 3}, + [1541] = {.lex_state = 113, .external_lex_state = 6}, + [1542] = {.lex_state = 1378, .external_lex_state = 6}, + [1543] = {.lex_state = 1378, .external_lex_state = 6}, + [1544] = {.lex_state = 1378, .external_lex_state = 6}, + [1545] = {.lex_state = 76, .external_lex_state = 6}, + [1546] = {.lex_state = 76, .external_lex_state = 3}, + [1547] = {.lex_state = 1378, .external_lex_state = 6}, + [1548] = {.lex_state = 112, .external_lex_state = 6}, + [1549] = {.lex_state = 1378, .external_lex_state = 6}, + [1550] = {.lex_state = 76, .external_lex_state = 6}, + [1551] = {.lex_state = 1378, .external_lex_state = 6}, + [1552] = {.lex_state = 1378, .external_lex_state = 6}, + [1553] = {.lex_state = 1378, .external_lex_state = 6}, + [1554] = {.lex_state = 77, .external_lex_state = 3}, + [1555] = {.lex_state = 1378, .external_lex_state = 6}, + [1556] = {.lex_state = 1378, .external_lex_state = 6}, + [1557] = {.lex_state = 77, .external_lex_state = 3}, + [1558] = {.lex_state = 1378, .external_lex_state = 6}, + [1559] = {.lex_state = 77, .external_lex_state = 3}, + [1560] = {.lex_state = 1378, .external_lex_state = 6}, + [1561] = {.lex_state = 76, .external_lex_state = 6}, + [1562] = {.lex_state = 1378, .external_lex_state = 6}, + [1563] = {.lex_state = 1378, .external_lex_state = 6}, + [1564] = {.lex_state = 1378, .external_lex_state = 6}, + [1565] = {.lex_state = 1378, .external_lex_state = 6}, + [1566] = {.lex_state = 1378, .external_lex_state = 6}, + [1567] = {.lex_state = 1378, .external_lex_state = 6}, + [1568] = {.lex_state = 1378, .external_lex_state = 6}, + [1569] = {.lex_state = 1378, .external_lex_state = 6}, + [1570] = {.lex_state = 1378, .external_lex_state = 6}, + [1571] = {.lex_state = 1378, .external_lex_state = 6}, + [1572] = {.lex_state = 1378, .external_lex_state = 6}, + [1573] = {.lex_state = 1378, .external_lex_state = 6}, + [1574] = {.lex_state = 1378, .external_lex_state = 6}, + [1575] = {.lex_state = 1378, .external_lex_state = 6}, + [1576] = {.lex_state = 1378, .external_lex_state = 6}, + [1577] = {.lex_state = 1378, .external_lex_state = 6}, + [1578] = {.lex_state = 1378, .external_lex_state = 6}, + [1579] = {.lex_state = 1378, .external_lex_state = 6}, + [1580] = {.lex_state = 77, .external_lex_state = 6}, + [1581] = {.lex_state = 1378, .external_lex_state = 6}, + [1582] = {.lex_state = 1378, .external_lex_state = 6}, + [1583] = {.lex_state = 1378, .external_lex_state = 6}, + [1584] = {.lex_state = 1378, .external_lex_state = 6}, + [1585] = {.lex_state = 1378, .external_lex_state = 6}, + [1586] = {.lex_state = 1378, .external_lex_state = 6}, + [1587] = {.lex_state = 1378, .external_lex_state = 6}, + [1588] = {.lex_state = 1378, .external_lex_state = 6}, + [1589] = {.lex_state = 1378, .external_lex_state = 6}, + [1590] = {.lex_state = 1378, .external_lex_state = 6}, + [1591] = {.lex_state = 1378, .external_lex_state = 6}, + [1592] = {.lex_state = 1378, .external_lex_state = 6}, + [1593] = {.lex_state = 1378, .external_lex_state = 6}, + [1594] = {.lex_state = 114, .external_lex_state = 6}, + [1595] = {.lex_state = 1378, .external_lex_state = 6}, + [1596] = {.lex_state = 1378, .external_lex_state = 6}, + [1597] = {.lex_state = 1378, .external_lex_state = 6}, + [1598] = {.lex_state = 1378, .external_lex_state = 6}, + [1599] = {.lex_state = 1378, .external_lex_state = 6}, + [1600] = {.lex_state = 77, .external_lex_state = 6}, + [1601] = {.lex_state = 77, .external_lex_state = 6}, + [1602] = {.lex_state = 77, .external_lex_state = 6}, + [1603] = {.lex_state = 77, .external_lex_state = 6}, + [1604] = {.lex_state = 77, .external_lex_state = 6}, + [1605] = {.lex_state = 77, .external_lex_state = 6}, + [1606] = {.lex_state = 1378, .external_lex_state = 6}, + [1607] = {.lex_state = 1378, .external_lex_state = 6}, + [1608] = {.lex_state = 1378, .external_lex_state = 6}, + [1609] = {.lex_state = 1378, .external_lex_state = 6}, + [1610] = {.lex_state = 1378, .external_lex_state = 6}, + [1611] = {.lex_state = 1378, .external_lex_state = 6}, + [1612] = {.lex_state = 77, .external_lex_state = 6}, + [1613] = {.lex_state = 77, .external_lex_state = 6}, + [1614] = {.lex_state = 77, .external_lex_state = 6}, + [1615] = {.lex_state = 77, .external_lex_state = 6}, + [1616] = {.lex_state = 77, .external_lex_state = 6}, + [1617] = {.lex_state = 1378, .external_lex_state = 6}, + [1618] = {.lex_state = 76, .external_lex_state = 3}, + [1619] = {.lex_state = 121, .external_lex_state = 6}, + [1620] = {.lex_state = 76, .external_lex_state = 3}, + [1621] = {.lex_state = 77, .external_lex_state = 6}, + [1622] = {.lex_state = 76, .external_lex_state = 6}, + [1623] = {.lex_state = 133, .external_lex_state = 3}, + [1624] = {.lex_state = 76, .external_lex_state = 3}, + [1625] = {.lex_state = 77, .external_lex_state = 3}, + [1626] = {.lex_state = 133, .external_lex_state = 3}, + [1627] = {.lex_state = 77, .external_lex_state = 3}, + [1628] = {.lex_state = 76, .external_lex_state = 3}, + [1629] = {.lex_state = 76, .external_lex_state = 4}, + [1630] = {.lex_state = 76, .external_lex_state = 4}, + [1631] = {.lex_state = 77, .external_lex_state = 6}, + [1632] = {.lex_state = 1378, .external_lex_state = 2}, + [1633] = {.lex_state = 76, .external_lex_state = 4}, + [1634] = {.lex_state = 76, .external_lex_state = 4}, + [1635] = {.lex_state = 1378, .external_lex_state = 2}, + [1636] = {.lex_state = 133, .external_lex_state = 3}, + [1637] = {.lex_state = 76, .external_lex_state = 5}, + [1638] = {.lex_state = 133, .external_lex_state = 3}, + [1639] = {.lex_state = 135, .external_lex_state = 6}, + [1640] = {.lex_state = 76, .external_lex_state = 5}, + [1641] = {.lex_state = 124, .external_lex_state = 6}, + [1642] = {.lex_state = 122, .external_lex_state = 6}, + [1643] = {.lex_state = 136, .external_lex_state = 6}, + [1644] = {.lex_state = 134, .external_lex_state = 3}, + [1645] = {.lex_state = 76, .external_lex_state = 3}, + [1646] = {.lex_state = 76, .external_lex_state = 3}, + [1647] = {.lex_state = 239, .external_lex_state = 7}, + [1648] = {.lex_state = 235}, + [1649] = {.lex_state = 76, .external_lex_state = 3}, + [1650] = {.lex_state = 76, .external_lex_state = 3}, + [1651] = {.lex_state = 76, .external_lex_state = 3}, + [1652] = {.lex_state = 76, .external_lex_state = 3}, + [1653] = {.lex_state = 239, .external_lex_state = 7}, + [1654] = {.lex_state = 134, .external_lex_state = 3}, + [1655] = {.lex_state = 77, .external_lex_state = 4}, + [1656] = {.lex_state = 77, .external_lex_state = 3}, + [1657] = {.lex_state = 77, .external_lex_state = 4}, + [1658] = {.lex_state = 125, .external_lex_state = 6}, + [1659] = {.lex_state = 239, .external_lex_state = 7}, + [1660] = {.lex_state = 239, .external_lex_state = 7}, + [1661] = {.lex_state = 235}, + [1662] = {.lex_state = 77, .external_lex_state = 5}, + [1663] = {.lex_state = 77, .external_lex_state = 5}, + [1664] = {.lex_state = 77, .external_lex_state = 6}, + [1665] = {.lex_state = 77, .external_lex_state = 3}, + [1666] = {.lex_state = 76, .external_lex_state = 6}, + [1667] = {.lex_state = 134, .external_lex_state = 3}, + [1668] = {.lex_state = 76, .external_lex_state = 4}, + [1669] = {.lex_state = 77, .external_lex_state = 4}, + [1670] = {.lex_state = 239, .external_lex_state = 7}, + [1671] = {.lex_state = 76, .external_lex_state = 5}, + [1672] = {.lex_state = 134, .external_lex_state = 3}, + [1673] = {.lex_state = 77, .external_lex_state = 4}, + [1674] = {.lex_state = 76, .external_lex_state = 4}, + [1675] = {.lex_state = 76, .external_lex_state = 6}, + [1676] = {.lex_state = 75, .external_lex_state = 6}, + [1677] = {.lex_state = 75, .external_lex_state = 6}, + [1678] = {.lex_state = 75, .external_lex_state = 6}, + [1679] = {.lex_state = 75, .external_lex_state = 6}, + [1680] = {.lex_state = 37, .external_lex_state = 6}, + [1681] = {.lex_state = 37, .external_lex_state = 6}, + [1682] = {.lex_state = 77, .external_lex_state = 6}, + [1683] = {.lex_state = 75, .external_lex_state = 6}, + [1684] = {.lex_state = 75, .external_lex_state = 6}, + [1685] = {.lex_state = 76, .external_lex_state = 6}, + [1686] = {.lex_state = 76, .external_lex_state = 6}, + [1687] = {.lex_state = 75, .external_lex_state = 6}, + [1688] = {.lex_state = 77, .external_lex_state = 3}, + [1689] = {.lex_state = 76, .external_lex_state = 6}, + [1690] = {.lex_state = 77, .external_lex_state = 3}, + [1691] = {.lex_state = 75, .external_lex_state = 6}, + [1692] = {.lex_state = 76, .external_lex_state = 6}, + [1693] = {.lex_state = 76, .external_lex_state = 6}, + [1694] = {.lex_state = 76, .external_lex_state = 6}, + [1695] = {.lex_state = 75, .external_lex_state = 6}, + [1696] = {.lex_state = 76, .external_lex_state = 6}, + [1697] = {.lex_state = 76, .external_lex_state = 6}, + [1698] = {.lex_state = 76, .external_lex_state = 6}, + [1699] = {.lex_state = 75, .external_lex_state = 6}, + [1700] = {.lex_state = 75, .external_lex_state = 6}, + [1701] = {.lex_state = 75, .external_lex_state = 6}, + [1702] = {.lex_state = 76, .external_lex_state = 6}, + [1703] = {.lex_state = 76, .external_lex_state = 6}, + [1704] = {.lex_state = 37, .external_lex_state = 6}, + [1705] = {.lex_state = 77, .external_lex_state = 4}, + [1706] = {.lex_state = 37, .external_lex_state = 6}, + [1707] = {.lex_state = 76, .external_lex_state = 6}, + [1708] = {.lex_state = 77, .external_lex_state = 3}, + [1709] = {.lex_state = 76, .external_lex_state = 6}, + [1710] = {.lex_state = 37, .external_lex_state = 6}, + [1711] = {.lex_state = 37, .external_lex_state = 6}, + [1712] = {.lex_state = 37, .external_lex_state = 6}, + [1713] = {.lex_state = 37, .external_lex_state = 6}, + [1714] = {.lex_state = 37, .external_lex_state = 6}, + [1715] = {.lex_state = 37, .external_lex_state = 6}, + [1716] = {.lex_state = 37, .external_lex_state = 6}, + [1717] = {.lex_state = 37, .external_lex_state = 6}, + [1718] = {.lex_state = 76, .external_lex_state = 6}, + [1719] = {.lex_state = 37, .external_lex_state = 6}, + [1720] = {.lex_state = 76, .external_lex_state = 6}, + [1721] = {.lex_state = 75, .external_lex_state = 3}, + [1722] = {.lex_state = 76, .external_lex_state = 6}, + [1723] = {.lex_state = 77, .external_lex_state = 3}, + [1724] = {.lex_state = 76, .external_lex_state = 6}, + [1725] = {.lex_state = 75, .external_lex_state = 6}, + [1726] = {.lex_state = 76, .external_lex_state = 6}, + [1727] = {.lex_state = 77, .external_lex_state = 5}, + [1728] = {.lex_state = 75, .external_lex_state = 3}, + [1729] = {.lex_state = 75, .external_lex_state = 3}, + [1730] = {.lex_state = 76, .external_lex_state = 6}, + [1731] = {.lex_state = 76, .external_lex_state = 6}, + [1732] = {.lex_state = 76, .external_lex_state = 6}, + [1733] = {.lex_state = 76, .external_lex_state = 6}, + [1734] = {.lex_state = 77, .external_lex_state = 4}, + [1735] = {.lex_state = 77, .external_lex_state = 3}, + [1736] = {.lex_state = 76, .external_lex_state = 6}, + [1737] = {.lex_state = 76, .external_lex_state = 6}, + [1738] = {.lex_state = 77, .external_lex_state = 3}, + [1739] = {.lex_state = 76, .external_lex_state = 6}, + [1740] = {.lex_state = 77, .external_lex_state = 6}, + [1741] = {.lex_state = 1378, .external_lex_state = 6}, + [1742] = {.lex_state = 53, .external_lex_state = 2}, + [1743] = {.lex_state = 1378, .external_lex_state = 6}, + [1744] = {.lex_state = 1378, .external_lex_state = 6}, + [1745] = {.lex_state = 77, .external_lex_state = 6}, + [1746] = {.lex_state = 77, .external_lex_state = 6}, + [1747] = {.lex_state = 77, .external_lex_state = 6}, + [1748] = {.lex_state = 1378, .external_lex_state = 6}, + [1749] = {.lex_state = 77, .external_lex_state = 6}, + [1750] = {.lex_state = 77, .external_lex_state = 6}, + [1751] = {.lex_state = 77, .external_lex_state = 6}, + [1752] = {.lex_state = 77, .external_lex_state = 6}, + [1753] = {.lex_state = 77, .external_lex_state = 6}, + [1754] = {.lex_state = 77, .external_lex_state = 6}, + [1755] = {.lex_state = 75, .external_lex_state = 6}, + [1756] = {.lex_state = 77, .external_lex_state = 6}, + [1757] = {.lex_state = 77, .external_lex_state = 6}, + [1758] = {.lex_state = 77, .external_lex_state = 6}, + [1759] = {.lex_state = 127, .external_lex_state = 6}, + [1760] = {.lex_state = 77, .external_lex_state = 6}, + [1761] = {.lex_state = 1378, .external_lex_state = 6}, + [1762] = {.lex_state = 77, .external_lex_state = 6}, + [1763] = {.lex_state = 1378, .external_lex_state = 6}, + [1764] = {.lex_state = 1378, .external_lex_state = 6}, + [1765] = {.lex_state = 1378, .external_lex_state = 6}, + [1766] = {.lex_state = 77, .external_lex_state = 6}, + [1767] = {.lex_state = 77, .external_lex_state = 6}, + [1768] = {.lex_state = 96, .external_lex_state = 6}, + [1769] = {.lex_state = 1378, .external_lex_state = 6}, + [1770] = {.lex_state = 77, .external_lex_state = 6}, + [1771] = {.lex_state = 77, .external_lex_state = 6}, + [1772] = {.lex_state = 77, .external_lex_state = 6}, + [1773] = {.lex_state = 77, .external_lex_state = 6}, + [1774] = {.lex_state = 75, .external_lex_state = 3}, + [1775] = {.lex_state = 75, .external_lex_state = 3}, + [1776] = {.lex_state = 77, .external_lex_state = 6}, + [1777] = {.lex_state = 77, .external_lex_state = 6}, + [1778] = {.lex_state = 77, .external_lex_state = 6}, + [1779] = {.lex_state = 1378, .external_lex_state = 6}, + [1780] = {.lex_state = 77, .external_lex_state = 6}, + [1781] = {.lex_state = 77, .external_lex_state = 6}, + [1782] = {.lex_state = 1378, .external_lex_state = 6}, + [1783] = {.lex_state = 1378, .external_lex_state = 6}, + [1784] = {.lex_state = 75, .external_lex_state = 3}, + [1785] = {.lex_state = 53, .external_lex_state = 2}, + [1786] = {.lex_state = 54, .external_lex_state = 2}, + [1787] = {.lex_state = 75, .external_lex_state = 3}, + [1788] = {.lex_state = 44, .external_lex_state = 8}, + [1789] = {.lex_state = 75, .external_lex_state = 3}, + [1790] = {.lex_state = 75, .external_lex_state = 6}, + [1791] = {.lex_state = 128, .external_lex_state = 6}, + [1792] = {.lex_state = 75, .external_lex_state = 4}, + [1793] = {.lex_state = 86, .external_lex_state = 3}, + [1794] = {.lex_state = 44, .external_lex_state = 8}, + [1795] = {.lex_state = 86, .external_lex_state = 3}, + [1796] = {.lex_state = 75, .external_lex_state = 4}, + [1797] = {.lex_state = 97, .external_lex_state = 6}, + [1798] = {.lex_state = 1378, .external_lex_state = 6}, + [1799] = {.lex_state = 1378, .external_lex_state = 6}, + [1800] = {.lex_state = 86, .external_lex_state = 3}, + [1801] = {.lex_state = 1378, .external_lex_state = 6}, + [1802] = {.lex_state = 1378, .external_lex_state = 6}, + [1803] = {.lex_state = 75, .external_lex_state = 5}, + [1804] = {.lex_state = 1378, .external_lex_state = 6}, + [1805] = {.lex_state = 1378, .external_lex_state = 6}, + [1806] = {.lex_state = 1378, .external_lex_state = 6}, + [1807] = {.lex_state = 1378, .external_lex_state = 6}, + [1808] = {.lex_state = 1378, .external_lex_state = 6}, + [1809] = {.lex_state = 1378, .external_lex_state = 6}, + [1810] = {.lex_state = 75, .external_lex_state = 5}, + [1811] = {.lex_state = 75, .external_lex_state = 3}, + [1812] = {.lex_state = 1378, .external_lex_state = 6}, + [1813] = {.lex_state = 1378, .external_lex_state = 6}, + [1814] = {.lex_state = 1378, .external_lex_state = 6}, + [1815] = {.lex_state = 75, .external_lex_state = 3}, + [1816] = {.lex_state = 1378, .external_lex_state = 6}, + [1817] = {.lex_state = 1378, .external_lex_state = 6}, + [1818] = {.lex_state = 1378, .external_lex_state = 6}, + [1819] = {.lex_state = 37, .external_lex_state = 3}, + [1820] = {.lex_state = 75, .external_lex_state = 4}, + [1821] = {.lex_state = 75, .external_lex_state = 3}, + [1822] = {.lex_state = 1378, .external_lex_state = 6}, + [1823] = {.lex_state = 75, .external_lex_state = 4}, + [1824] = {.lex_state = 86, .external_lex_state = 3}, + [1825] = {.lex_state = 1378, .external_lex_state = 6}, + [1826] = {.lex_state = 1378, .external_lex_state = 6}, + [1827] = {.lex_state = 1378, .external_lex_state = 6}, + [1828] = {.lex_state = 1378, .external_lex_state = 6}, + [1829] = {.lex_state = 1378, .external_lex_state = 6}, + [1830] = {.lex_state = 1378, .external_lex_state = 6}, + [1831] = {.lex_state = 1378, .external_lex_state = 6}, + [1832] = {.lex_state = 1378, .external_lex_state = 6}, + [1833] = {.lex_state = 75, .external_lex_state = 5}, + [1834] = {.lex_state = 51, .external_lex_state = 2}, + [1835] = {.lex_state = 89, .external_lex_state = 6}, + [1836] = {.lex_state = 1378, .external_lex_state = 6}, + [1837] = {.lex_state = 1378, .external_lex_state = 6}, + [1838] = {.lex_state = 75, .external_lex_state = 3}, + [1839] = {.lex_state = 1378, .external_lex_state = 6}, + [1840] = {.lex_state = 54, .external_lex_state = 2}, + [1841] = {.lex_state = 1378, .external_lex_state = 6}, + [1842] = {.lex_state = 1378, .external_lex_state = 6}, + [1843] = {.lex_state = 1378, .external_lex_state = 6}, + [1844] = {.lex_state = 1378, .external_lex_state = 6}, + [1845] = {.lex_state = 1378, .external_lex_state = 6}, + [1846] = {.lex_state = 1378, .external_lex_state = 6}, + [1847] = {.lex_state = 49, .external_lex_state = 2}, + [1848] = {.lex_state = 1378, .external_lex_state = 6}, + [1849] = {.lex_state = 1378, .external_lex_state = 6}, + [1850] = {.lex_state = 1378, .external_lex_state = 6}, + [1851] = {.lex_state = 1378, .external_lex_state = 3}, + [1852] = {.lex_state = 1378, .external_lex_state = 6}, + [1853] = {.lex_state = 117, .external_lex_state = 6}, + [1854] = {.lex_state = 44, .external_lex_state = 8}, + [1855] = {.lex_state = 1378, .external_lex_state = 6}, + [1856] = {.lex_state = 75, .external_lex_state = 4}, + [1857] = {.lex_state = 75, .external_lex_state = 3}, + [1858] = {.lex_state = 75, .external_lex_state = 4}, + [1859] = {.lex_state = 119, .external_lex_state = 6}, + [1860] = {.lex_state = 1378, .external_lex_state = 6}, + [1861] = {.lex_state = 75, .external_lex_state = 6}, + [1862] = {.lex_state = 1378, .external_lex_state = 6}, + [1863] = {.lex_state = 75, .external_lex_state = 6}, + [1864] = {.lex_state = 28, .external_lex_state = 2}, + [1865] = {.lex_state = 75, .external_lex_state = 6}, + [1866] = {.lex_state = 75, .external_lex_state = 6}, + [1867] = {.lex_state = 1378, .external_lex_state = 6}, + [1868] = {.lex_state = 75, .external_lex_state = 6}, + [1869] = {.lex_state = 1378, .external_lex_state = 6}, + [1870] = {.lex_state = 1378, .external_lex_state = 6}, + [1871] = {.lex_state = 1378, .external_lex_state = 6}, + [1872] = {.lex_state = 1378, .external_lex_state = 6}, + [1873] = {.lex_state = 1378, .external_lex_state = 6}, + [1874] = {.lex_state = 1378, .external_lex_state = 6}, + [1875] = {.lex_state = 1378, .external_lex_state = 6}, + [1876] = {.lex_state = 1378, .external_lex_state = 6}, + [1877] = {.lex_state = 75, .external_lex_state = 6}, + [1878] = {.lex_state = 75, .external_lex_state = 6}, + [1879] = {.lex_state = 75, .external_lex_state = 6}, + [1880] = {.lex_state = 75, .external_lex_state = 6}, + [1881] = {.lex_state = 1378, .external_lex_state = 6}, + [1882] = {.lex_state = 1378, .external_lex_state = 6}, + [1883] = {.lex_state = 1378, .external_lex_state = 6}, + [1884] = {.lex_state = 1378, .external_lex_state = 6}, + [1885] = {.lex_state = 1378, .external_lex_state = 6}, + [1886] = {.lex_state = 1378, .external_lex_state = 6}, + [1887] = {.lex_state = 75, .external_lex_state = 6}, + [1888] = {.lex_state = 75, .external_lex_state = 6}, + [1889] = {.lex_state = 50, .external_lex_state = 2}, + [1890] = {.lex_state = 1378, .external_lex_state = 6}, + [1891] = {.lex_state = 51, .external_lex_state = 2}, + [1892] = {.lex_state = 52, .external_lex_state = 2}, + [1893] = {.lex_state = 49, .external_lex_state = 2}, + [1894] = {.lex_state = 118, .external_lex_state = 6}, + [1895] = {.lex_state = 1378, .external_lex_state = 6}, + [1896] = {.lex_state = 235}, + [1897] = {.lex_state = 75, .external_lex_state = 6}, + [1898] = {.lex_state = 75, .external_lex_state = 6}, + [1899] = {.lex_state = 75, .external_lex_state = 6}, + [1900] = {.lex_state = 75, .external_lex_state = 6}, + [1901] = {.lex_state = 75, .external_lex_state = 6}, + [1902] = {.lex_state = 75, .external_lex_state = 6}, + [1903] = {.lex_state = 75, .external_lex_state = 6}, + [1904] = {.lex_state = 75, .external_lex_state = 6}, + [1905] = {.lex_state = 75, .external_lex_state = 6}, + [1906] = {.lex_state = 75, .external_lex_state = 6}, + [1907] = {.lex_state = 1378, .external_lex_state = 6}, + [1908] = {.lex_state = 75, .external_lex_state = 6}, + [1909] = {.lex_state = 75, .external_lex_state = 6}, + [1910] = {.lex_state = 75, .external_lex_state = 6}, + [1911] = {.lex_state = 75, .external_lex_state = 6}, + [1912] = {.lex_state = 75, .external_lex_state = 6}, + [1913] = {.lex_state = 90, .external_lex_state = 6}, + [1914] = {.lex_state = 1378, .external_lex_state = 6}, + [1915] = {.lex_state = 1378, .external_lex_state = 6}, + [1916] = {.lex_state = 1378, .external_lex_state = 6}, + [1917] = {.lex_state = 1378, .external_lex_state = 6}, + [1918] = {.lex_state = 1378, .external_lex_state = 6}, + [1919] = {.lex_state = 1378, .external_lex_state = 6}, + [1920] = {.lex_state = 1378, .external_lex_state = 6}, + [1921] = {.lex_state = 1378, .external_lex_state = 6}, + [1922] = {.lex_state = 129, .external_lex_state = 6}, + [1923] = {.lex_state = 123, .external_lex_state = 6}, + [1924] = {.lex_state = 52, .external_lex_state = 2}, + [1925] = {.lex_state = 120, .external_lex_state = 6}, + [1926] = {.lex_state = 50, .external_lex_state = 2}, + [1927] = {.lex_state = 53, .external_lex_state = 6}, + [1928] = {.lex_state = 28, .external_lex_state = 2}, + [1929] = {.lex_state = 237}, + [1930] = {.lex_state = 54, .external_lex_state = 6}, + [1931] = {.lex_state = 1379}, + [1932] = {.lex_state = 1379}, + [1933] = {.lex_state = 1379}, + [1934] = {.lex_state = 237}, + [1935] = {.lex_state = 53, .external_lex_state = 6}, + [1936] = {.lex_state = 53, .external_lex_state = 6}, + [1937] = {.lex_state = 53, .external_lex_state = 6}, + [1938] = {.lex_state = 53, .external_lex_state = 6}, + [1939] = {.lex_state = 53, .external_lex_state = 6}, + [1940] = {.lex_state = 53, .external_lex_state = 6}, + [1941] = {.lex_state = 53, .external_lex_state = 6}, + [1942] = {.lex_state = 53, .external_lex_state = 6}, + [1943] = {.lex_state = 53, .external_lex_state = 6}, + [1944] = {.lex_state = 53, .external_lex_state = 6}, + [1945] = {.lex_state = 53, .external_lex_state = 6}, + [1946] = {.lex_state = 53, .external_lex_state = 6}, + [1947] = {.lex_state = 54, .external_lex_state = 6}, + [1948] = {.lex_state = 130, .external_lex_state = 6}, + [1949] = {.lex_state = 1379}, + [1950] = {.lex_state = 1379}, + [1951] = {.lex_state = 1378, .external_lex_state = 6}, + [1952] = {.lex_state = 237}, + [1953] = {.lex_state = 1378, .external_lex_state = 6}, + [1954] = {.lex_state = 1379}, + [1955] = {.lex_state = 237}, + [1956] = {.lex_state = 1379}, + [1957] = {.lex_state = 53, .external_lex_state = 3}, + [1958] = {.lex_state = 53, .external_lex_state = 3}, + [1959] = {.lex_state = 1378, .external_lex_state = 6}, + [1960] = {.lex_state = 53, .external_lex_state = 6}, + [1961] = {.lex_state = 1378, .external_lex_state = 6}, + [1962] = {.lex_state = 53, .external_lex_state = 3}, + [1963] = {.lex_state = 237}, + [1964] = {.lex_state = 237}, + [1965] = {.lex_state = 237}, + [1966] = {.lex_state = 237}, + [1967] = {.lex_state = 126, .external_lex_state = 6}, + [1968] = {.lex_state = 1378, .external_lex_state = 6}, + [1969] = {.lex_state = 1379}, + [1970] = {.lex_state = 54, .external_lex_state = 6}, + [1971] = {.lex_state = 237}, + [1972] = {.lex_state = 1379}, + [1973] = {.lex_state = 1378, .external_lex_state = 6}, + [1974] = {.lex_state = 1378, .external_lex_state = 6}, + [1975] = {.lex_state = 37, .external_lex_state = 6}, + [1976] = {.lex_state = 37, .external_lex_state = 6}, + [1977] = {.lex_state = 54, .external_lex_state = 3}, + [1978] = {.lex_state = 54, .external_lex_state = 3}, + [1979] = {.lex_state = 54, .external_lex_state = 3}, + [1980] = {.lex_state = 40}, + [1981] = {.lex_state = 1378, .external_lex_state = 6}, + [1982] = {.lex_state = 40}, + [1983] = {.lex_state = 40}, + [1984] = {.lex_state = 54, .external_lex_state = 6}, + [1985] = {.lex_state = 54, .external_lex_state = 6}, + [1986] = {.lex_state = 54, .external_lex_state = 6}, + [1987] = {.lex_state = 54, .external_lex_state = 6}, + [1988] = {.lex_state = 54, .external_lex_state = 6}, + [1989] = {.lex_state = 54, .external_lex_state = 6}, + [1990] = {.lex_state = 54, .external_lex_state = 6}, + [1991] = {.lex_state = 54, .external_lex_state = 6}, + [1992] = {.lex_state = 54, .external_lex_state = 6}, + [1993] = {.lex_state = 54, .external_lex_state = 6}, + [1994] = {.lex_state = 1378, .external_lex_state = 6}, + [1995] = {.lex_state = 1378, .external_lex_state = 6}, + [1996] = {.lex_state = 1378, .external_lex_state = 6}, + [1997] = {.lex_state = 1378, .external_lex_state = 6}, + [1998] = {.lex_state = 1378, .external_lex_state = 6}, + [1999] = {.lex_state = 1378, .external_lex_state = 6}, + [2000] = {.lex_state = 1378, .external_lex_state = 6}, + [2001] = {.lex_state = 1378, .external_lex_state = 6}, + [2002] = {.lex_state = 1378, .external_lex_state = 6}, + [2003] = {.lex_state = 1378, .external_lex_state = 6}, + [2004] = {.lex_state = 1378, .external_lex_state = 6}, + [2005] = {.lex_state = 54, .external_lex_state = 6}, + [2006] = {.lex_state = 54, .external_lex_state = 6}, + [2007] = {.lex_state = 54, .external_lex_state = 6}, + [2008] = {.lex_state = 40}, + [2009] = {.lex_state = 51, .external_lex_state = 6}, + [2010] = {.lex_state = 1378, .external_lex_state = 6}, + [2011] = {.lex_state = 53, .external_lex_state = 6}, + [2012] = {.lex_state = 1378, .external_lex_state = 6}, + [2013] = {.lex_state = 37, .external_lex_state = 6}, + [2014] = {.lex_state = 1378, .external_lex_state = 6}, + [2015] = {.lex_state = 1378, .external_lex_state = 6}, + [2016] = {.lex_state = 37, .external_lex_state = 6}, + [2017] = {.lex_state = 53, .external_lex_state = 3}, + [2018] = {.lex_state = 49, .external_lex_state = 6}, + [2019] = {.lex_state = 1378, .external_lex_state = 6}, + [2020] = {.lex_state = 1378, .external_lex_state = 6}, + [2021] = {.lex_state = 1378, .external_lex_state = 6}, + [2022] = {.lex_state = 1378, .external_lex_state = 6}, + [2023] = {.lex_state = 1378, .external_lex_state = 6}, + [2024] = {.lex_state = 1378, .external_lex_state = 6}, + [2025] = {.lex_state = 37, .external_lex_state = 6}, + [2026] = {.lex_state = 37, .external_lex_state = 6}, + [2027] = {.lex_state = 37, .external_lex_state = 6}, + [2028] = {.lex_state = 37, .external_lex_state = 6}, + [2029] = {.lex_state = 37, .external_lex_state = 6}, + [2030] = {.lex_state = 37, .external_lex_state = 6}, + [2031] = {.lex_state = 37, .external_lex_state = 6}, + [2032] = {.lex_state = 1378, .external_lex_state = 6}, + [2033] = {.lex_state = 40}, + [2034] = {.lex_state = 37, .external_lex_state = 6}, + [2035] = {.lex_state = 1378, .external_lex_state = 6}, + [2036] = {.lex_state = 37, .external_lex_state = 6}, + [2037] = {.lex_state = 1378, .external_lex_state = 6}, + [2038] = {.lex_state = 53, .external_lex_state = 3}, + [2039] = {.lex_state = 53, .external_lex_state = 4}, + [2040] = {.lex_state = 237}, + [2041] = {.lex_state = 237}, + [2042] = {.lex_state = 49, .external_lex_state = 3}, + [2043] = {.lex_state = 1378, .external_lex_state = 2}, + [2044] = {.lex_state = 1378, .external_lex_state = 6}, + [2045] = {.lex_state = 49, .external_lex_state = 3}, + [2046] = {.lex_state = 37, .external_lex_state = 14}, + [2047] = {.lex_state = 37, .external_lex_state = 14}, + [2048] = {.lex_state = 237}, + [2049] = {.lex_state = 237}, + [2050] = {.lex_state = 237}, + [2051] = {.lex_state = 237}, + [2052] = {.lex_state = 237}, + [2053] = {.lex_state = 237}, + [2054] = {.lex_state = 29, .external_lex_state = 6}, + [2055] = {.lex_state = 137, .external_lex_state = 6}, + [2056] = {.lex_state = 98, .external_lex_state = 3}, + [2057] = {.lex_state = 1378, .external_lex_state = 2}, + [2058] = {.lex_state = 37, .external_lex_state = 14}, + [2059] = {.lex_state = 37, .external_lex_state = 14}, + [2060] = {.lex_state = 1379}, + [2061] = {.lex_state = 237}, + [2062] = {.lex_state = 1378, .external_lex_state = 6}, + [2063] = {.lex_state = 237}, + [2064] = {.lex_state = 237}, + [2065] = {.lex_state = 1378, .external_lex_state = 2}, + [2066] = {.lex_state = 1378, .external_lex_state = 2}, + [2067] = {.lex_state = 235}, + [2068] = {.lex_state = 235}, + [2069] = {.lex_state = 1378, .external_lex_state = 6}, + [2070] = {.lex_state = 237}, + [2071] = {.lex_state = 1378, .external_lex_state = 2}, + [2072] = {.lex_state = 86}, + [2073] = {.lex_state = 237}, + [2074] = {.lex_state = 237}, + [2075] = {.lex_state = 1379}, + [2076] = {.lex_state = 1379}, + [2077] = {.lex_state = 37, .external_lex_state = 14}, + [2078] = {.lex_state = 100, .external_lex_state = 3}, + [2079] = {.lex_state = 100, .external_lex_state = 3}, + [2080] = {.lex_state = 237}, + [2081] = {.lex_state = 237}, + [2082] = {.lex_state = 237}, + [2083] = {.lex_state = 1379}, + [2084] = {.lex_state = 237}, + [2085] = {.lex_state = 237}, + [2086] = {.lex_state = 1379}, + [2087] = {.lex_state = 1379}, + [2088] = {.lex_state = 237}, + [2089] = {.lex_state = 237}, + [2090] = {.lex_state = 237}, + [2091] = {.lex_state = 1379}, + [2092] = {.lex_state = 1379}, + [2093] = {.lex_state = 237}, + [2094] = {.lex_state = 237}, + [2095] = {.lex_state = 237}, + [2096] = {.lex_state = 237}, + [2097] = {.lex_state = 237}, + [2098] = {.lex_state = 1379}, + [2099] = {.lex_state = 237}, + [2100] = {.lex_state = 1379}, + [2101] = {.lex_state = 1379}, + [2102] = {.lex_state = 237}, + [2103] = {.lex_state = 1379}, + [2104] = {.lex_state = 237}, + [2105] = {.lex_state = 237}, + [2106] = {.lex_state = 237}, + [2107] = {.lex_state = 237}, + [2108] = {.lex_state = 237}, + [2109] = {.lex_state = 237}, + [2110] = {.lex_state = 237}, + [2111] = {.lex_state = 237}, + [2112] = {.lex_state = 1379}, + [2113] = {.lex_state = 1379}, + [2114] = {.lex_state = 237}, + [2115] = {.lex_state = 237}, + [2116] = {.lex_state = 1379}, + [2117] = {.lex_state = 237}, + [2118] = {.lex_state = 98, .external_lex_state = 3}, + [2119] = {.lex_state = 237}, + [2120] = {.lex_state = 237}, + [2121] = {.lex_state = 1379}, + [2122] = {.lex_state = 1379}, + [2123] = {.lex_state = 1379}, + [2124] = {.lex_state = 1379}, + [2125] = {.lex_state = 237}, + [2126] = {.lex_state = 237}, + [2127] = {.lex_state = 1379}, + [2128] = {.lex_state = 54, .external_lex_state = 6}, + [2129] = {.lex_state = 237}, + [2130] = {.lex_state = 237}, + [2131] = {.lex_state = 53, .external_lex_state = 3}, + [2132] = {.lex_state = 237}, + [2133] = {.lex_state = 237}, + [2134] = {.lex_state = 237}, + [2135] = {.lex_state = 237}, + [2136] = {.lex_state = 235}, + [2137] = {.lex_state = 235}, + [2138] = {.lex_state = 1379}, + [2139] = {.lex_state = 1379}, + [2140] = {.lex_state = 1379}, + [2141] = {.lex_state = 237}, + [2142] = {.lex_state = 237}, + [2143] = {.lex_state = 237}, + [2144] = {.lex_state = 1379}, + [2145] = {.lex_state = 1379}, + [2146] = {.lex_state = 237}, + [2147] = {.lex_state = 237}, + [2148] = {.lex_state = 1379}, + [2149] = {.lex_state = 237}, + [2150] = {.lex_state = 237}, + [2151] = {.lex_state = 237}, + [2152] = {.lex_state = 237}, + [2153] = {.lex_state = 37, .external_lex_state = 14}, + [2154] = {.lex_state = 237}, + [2155] = {.lex_state = 237}, + [2156] = {.lex_state = 98, .external_lex_state = 3}, + [2157] = {.lex_state = 53, .external_lex_state = 3}, + [2158] = {.lex_state = 53, .external_lex_state = 6}, + [2159] = {.lex_state = 237}, + [2160] = {.lex_state = 237}, + [2161] = {.lex_state = 237}, + [2162] = {.lex_state = 237}, + [2163] = {.lex_state = 237}, + [2164] = {.lex_state = 237}, + [2165] = {.lex_state = 53, .external_lex_state = 4}, + [2166] = {.lex_state = 237}, + [2167] = {.lex_state = 237}, + [2168] = {.lex_state = 1379}, + [2169] = {.lex_state = 237}, + [2170] = {.lex_state = 1379}, + [2171] = {.lex_state = 1379}, + [2172] = {.lex_state = 1379}, + [2173] = {.lex_state = 237}, + [2174] = {.lex_state = 237}, + [2175] = {.lex_state = 237}, + [2176] = {.lex_state = 1379}, + [2177] = {.lex_state = 1379}, + [2178] = {.lex_state = 1379}, + [2179] = {.lex_state = 1379}, + [2180] = {.lex_state = 237}, + [2181] = {.lex_state = 1379}, + [2182] = {.lex_state = 1379}, + [2183] = {.lex_state = 1379}, + [2184] = {.lex_state = 1379}, + [2185] = {.lex_state = 1379}, + [2186] = {.lex_state = 1379}, + [2187] = {.lex_state = 1379}, + [2188] = {.lex_state = 237}, + [2189] = {.lex_state = 237}, + [2190] = {.lex_state = 1379}, + [2191] = {.lex_state = 1379}, + [2192] = {.lex_state = 1379}, + [2193] = {.lex_state = 237}, + [2194] = {.lex_state = 1379}, + [2195] = {.lex_state = 237}, + [2196] = {.lex_state = 1379}, + [2197] = {.lex_state = 1379}, + [2198] = {.lex_state = 237}, + [2199] = {.lex_state = 1379}, + [2200] = {.lex_state = 237}, + [2201] = {.lex_state = 237}, + [2202] = {.lex_state = 237}, + [2203] = {.lex_state = 237}, + [2204] = {.lex_state = 100, .external_lex_state = 3}, + [2205] = {.lex_state = 49, .external_lex_state = 6}, + [2206] = {.lex_state = 237}, + [2207] = {.lex_state = 237}, + [2208] = {.lex_state = 237}, + [2209] = {.lex_state = 1379}, + [2210] = {.lex_state = 237}, + [2211] = {.lex_state = 237}, + [2212] = {.lex_state = 1379}, + [2213] = {.lex_state = 237}, + [2214] = {.lex_state = 1379}, + [2215] = {.lex_state = 1379}, + [2216] = {.lex_state = 237}, + [2217] = {.lex_state = 1378, .external_lex_state = 6}, + [2218] = {.lex_state = 1379}, + [2219] = {.lex_state = 51, .external_lex_state = 3}, + [2220] = {.lex_state = 37, .external_lex_state = 14}, + [2221] = {.lex_state = 1379}, + [2222] = {.lex_state = 1379}, + [2223] = {.lex_state = 1379}, + [2224] = {.lex_state = 237}, + [2225] = {.lex_state = 237}, + [2226] = {.lex_state = 1379}, + [2227] = {.lex_state = 237}, + [2228] = {.lex_state = 1379}, + [2229] = {.lex_state = 100, .external_lex_state = 3}, + [2230] = {.lex_state = 237}, + [2231] = {.lex_state = 1379}, + [2232] = {.lex_state = 237}, + [2233] = {.lex_state = 1379}, + [2234] = {.lex_state = 1379}, + [2235] = {.lex_state = 237}, + [2236] = {.lex_state = 1379}, + [2237] = {.lex_state = 1379}, + [2238] = {.lex_state = 237}, + [2239] = {.lex_state = 237}, + [2240] = {.lex_state = 237}, + [2241] = {.lex_state = 237}, + [2242] = {.lex_state = 237}, + [2243] = {.lex_state = 237}, + [2244] = {.lex_state = 237}, + [2245] = {.lex_state = 1379}, + [2246] = {.lex_state = 237}, + [2247] = {.lex_state = 237}, + [2248] = {.lex_state = 1379}, + [2249] = {.lex_state = 1379}, + [2250] = {.lex_state = 1379}, + [2251] = {.lex_state = 1379}, + [2252] = {.lex_state = 1379}, + [2253] = {.lex_state = 1379}, + [2254] = {.lex_state = 51, .external_lex_state = 3}, + [2255] = {.lex_state = 51, .external_lex_state = 3}, + [2256] = {.lex_state = 237}, + [2257] = {.lex_state = 237}, + [2258] = {.lex_state = 49, .external_lex_state = 6}, + [2259] = {.lex_state = 237}, + [2260] = {.lex_state = 37, .external_lex_state = 14}, + [2261] = {.lex_state = 237}, + [2262] = {.lex_state = 1379}, + [2263] = {.lex_state = 1379}, + [2264] = {.lex_state = 1379}, + [2265] = {.lex_state = 1379}, + [2266] = {.lex_state = 237}, + [2267] = {.lex_state = 1379}, + [2268] = {.lex_state = 237}, + [2269] = {.lex_state = 1379}, + [2270] = {.lex_state = 1379}, + [2271] = {.lex_state = 1379}, + [2272] = {.lex_state = 1379}, + [2273] = {.lex_state = 1379}, + [2274] = {.lex_state = 1379}, + [2275] = {.lex_state = 83, .external_lex_state = 7}, + [2276] = {.lex_state = 237}, + [2277] = {.lex_state = 237}, + [2278] = {.lex_state = 1379}, + [2279] = {.lex_state = 237}, + [2280] = {.lex_state = 1379}, + [2281] = {.lex_state = 1379}, + [2282] = {.lex_state = 1379}, + [2283] = {.lex_state = 237}, + [2284] = {.lex_state = 1379}, + [2285] = {.lex_state = 1379}, + [2286] = {.lex_state = 1379}, + [2287] = {.lex_state = 237}, + [2288] = {.lex_state = 1379}, + [2289] = {.lex_state = 1379}, + [2290] = {.lex_state = 1379}, + [2291] = {.lex_state = 237}, + [2292] = {.lex_state = 237}, + [2293] = {.lex_state = 49, .external_lex_state = 3}, + [2294] = {.lex_state = 1379}, + [2295] = {.lex_state = 1379}, + [2296] = {.lex_state = 1379}, + [2297] = {.lex_state = 1379}, + [2298] = {.lex_state = 1379}, + [2299] = {.lex_state = 1379}, + [2300] = {.lex_state = 1379}, + [2301] = {.lex_state = 1379}, + [2302] = {.lex_state = 1379}, + [2303] = {.lex_state = 1379}, + [2304] = {.lex_state = 1379}, + [2305] = {.lex_state = 1379}, + [2306] = {.lex_state = 1379}, + [2307] = {.lex_state = 1379}, + [2308] = {.lex_state = 237}, + [2309] = {.lex_state = 1379}, + [2310] = {.lex_state = 1379}, + [2311] = {.lex_state = 1379}, + [2312] = {.lex_state = 1379}, + [2313] = {.lex_state = 237}, + [2314] = {.lex_state = 237}, + [2315] = {.lex_state = 237}, + [2316] = {.lex_state = 237}, + [2317] = {.lex_state = 1379}, + [2318] = {.lex_state = 1379}, + [2319] = {.lex_state = 237}, + [2320] = {.lex_state = 237}, + [2321] = {.lex_state = 1379}, + [2322] = {.lex_state = 1379}, + [2323] = {.lex_state = 237}, + [2324] = {.lex_state = 237}, + [2325] = {.lex_state = 237}, + [2326] = {.lex_state = 1379}, + [2327] = {.lex_state = 1379}, + [2328] = {.lex_state = 1379}, + [2329] = {.lex_state = 1379}, + [2330] = {.lex_state = 1378, .external_lex_state = 6}, + [2331] = {.lex_state = 1379}, + [2332] = {.lex_state = 83, .external_lex_state = 7}, + [2333] = {.lex_state = 83, .external_lex_state = 7}, + [2334] = {.lex_state = 237}, + [2335] = {.lex_state = 237}, + [2336] = {.lex_state = 1379}, + [2337] = {.lex_state = 1379}, + [2338] = {.lex_state = 237}, + [2339] = {.lex_state = 51, .external_lex_state = 6}, + [2340] = {.lex_state = 53, .external_lex_state = 4}, + [2341] = {.lex_state = 237}, + [2342] = {.lex_state = 1379}, + [2343] = {.lex_state = 1379}, + [2344] = {.lex_state = 1379}, + [2345] = {.lex_state = 237}, + [2346] = {.lex_state = 1379}, + [2347] = {.lex_state = 1379}, + [2348] = {.lex_state = 1379}, + [2349] = {.lex_state = 1379}, + [2350] = {.lex_state = 1379}, + [2351] = {.lex_state = 1379}, + [2352] = {.lex_state = 237}, + [2353] = {.lex_state = 237}, + [2354] = {.lex_state = 237}, + [2355] = {.lex_state = 237}, + [2356] = {.lex_state = 1379}, + [2357] = {.lex_state = 1379}, + [2358] = {.lex_state = 1379}, + [2359] = {.lex_state = 37, .external_lex_state = 14}, + [2360] = {.lex_state = 1379}, + [2361] = {.lex_state = 1379}, + [2362] = {.lex_state = 1379}, + [2363] = {.lex_state = 1379}, + [2364] = {.lex_state = 1379}, + [2365] = {.lex_state = 1379}, + [2366] = {.lex_state = 237}, + [2367] = {.lex_state = 51, .external_lex_state = 6}, + [2368] = {.lex_state = 51, .external_lex_state = 6}, + [2369] = {.lex_state = 51, .external_lex_state = 6}, + [2370] = {.lex_state = 1379}, + [2371] = {.lex_state = 1379}, + [2372] = {.lex_state = 51, .external_lex_state = 6}, + [2373] = {.lex_state = 237}, + [2374] = {.lex_state = 1379}, + [2375] = {.lex_state = 1379}, + [2376] = {.lex_state = 1379}, + [2377] = {.lex_state = 1379}, + [2378] = {.lex_state = 37, .external_lex_state = 6}, + [2379] = {.lex_state = 51, .external_lex_state = 6}, + [2380] = {.lex_state = 1379}, + [2381] = {.lex_state = 1379}, + [2382] = {.lex_state = 1379}, + [2383] = {.lex_state = 237}, + [2384] = {.lex_state = 237}, + [2385] = {.lex_state = 237}, + [2386] = {.lex_state = 237}, + [2387] = {.lex_state = 1379}, + [2388] = {.lex_state = 1379}, + [2389] = {.lex_state = 1379}, + [2390] = {.lex_state = 237}, + [2391] = {.lex_state = 1379}, + [2392] = {.lex_state = 1379}, + [2393] = {.lex_state = 1379}, + [2394] = {.lex_state = 1379}, + [2395] = {.lex_state = 1379}, + [2396] = {.lex_state = 1379}, + [2397] = {.lex_state = 1379}, + [2398] = {.lex_state = 1379}, + [2399] = {.lex_state = 1379}, + [2400] = {.lex_state = 1379}, + [2401] = {.lex_state = 1379}, + [2402] = {.lex_state = 1379}, + [2403] = {.lex_state = 1379}, + [2404] = {.lex_state = 1379}, + [2405] = {.lex_state = 1379}, + [2406] = {.lex_state = 237}, + [2407] = {.lex_state = 237}, + [2408] = {.lex_state = 1379}, + [2409] = {.lex_state = 1379}, + [2410] = {.lex_state = 1379}, + [2411] = {.lex_state = 1379}, + [2412] = {.lex_state = 1379}, + [2413] = {.lex_state = 237}, + [2414] = {.lex_state = 1379}, + [2415] = {.lex_state = 1379}, + [2416] = {.lex_state = 237}, + [2417] = {.lex_state = 237}, + [2418] = {.lex_state = 1379}, + [2419] = {.lex_state = 51, .external_lex_state = 6}, + [2420] = {.lex_state = 1379}, + [2421] = {.lex_state = 1379}, + [2422] = {.lex_state = 1379}, + [2423] = {.lex_state = 1379}, + [2424] = {.lex_state = 1379}, + [2425] = {.lex_state = 1379}, + [2426] = {.lex_state = 1379}, + [2427] = {.lex_state = 1379}, + [2428] = {.lex_state = 1379}, + [2429] = {.lex_state = 1379}, + [2430] = {.lex_state = 1379}, + [2431] = {.lex_state = 1379}, + [2432] = {.lex_state = 1379}, + [2433] = {.lex_state = 51, .external_lex_state = 6}, + [2434] = {.lex_state = 1379}, + [2435] = {.lex_state = 51, .external_lex_state = 6}, + [2436] = {.lex_state = 51, .external_lex_state = 6}, + [2437] = {.lex_state = 1379}, + [2438] = {.lex_state = 51, .external_lex_state = 6}, + [2439] = {.lex_state = 51, .external_lex_state = 6}, + [2440] = {.lex_state = 1379}, + [2441] = {.lex_state = 1379}, + [2442] = {.lex_state = 1379}, + [2443] = {.lex_state = 1379}, + [2444] = {.lex_state = 1379}, + [2445] = {.lex_state = 1379}, + [2446] = {.lex_state = 237}, + [2447] = {.lex_state = 237}, + [2448] = {.lex_state = 1379}, + [2449] = {.lex_state = 1379}, + [2450] = {.lex_state = 1379}, + [2451] = {.lex_state = 237}, + [2452] = {.lex_state = 237}, + [2453] = {.lex_state = 1379}, + [2454] = {.lex_state = 1379}, + [2455] = {.lex_state = 1379}, + [2456] = {.lex_state = 1379}, + [2457] = {.lex_state = 1379}, + [2458] = {.lex_state = 1379}, + [2459] = {.lex_state = 237}, + [2460] = {.lex_state = 237}, + [2461] = {.lex_state = 237}, + [2462] = {.lex_state = 1379}, + [2463] = {.lex_state = 237}, + [2464] = {.lex_state = 237}, + [2465] = {.lex_state = 237}, + [2466] = {.lex_state = 87, .external_lex_state = 6}, + [2467] = {.lex_state = 237}, + [2468] = {.lex_state = 237}, + [2469] = {.lex_state = 37, .external_lex_state = 6}, + [2470] = {.lex_state = 37, .external_lex_state = 6}, + [2471] = {.lex_state = 37, .external_lex_state = 6}, + [2472] = {.lex_state = 37, .external_lex_state = 6}, + [2473] = {.lex_state = 37, .external_lex_state = 6}, + [2474] = {.lex_state = 237}, + [2475] = {.lex_state = 237}, + [2476] = {.lex_state = 237}, + [2477] = {.lex_state = 237}, + [2478] = {.lex_state = 237}, + [2479] = {.lex_state = 237}, + [2480] = {.lex_state = 237}, + [2481] = {.lex_state = 237}, + [2482] = {.lex_state = 53, .external_lex_state = 5}, + [2483] = {.lex_state = 237}, + [2484] = {.lex_state = 237}, + [2485] = {.lex_state = 237}, + [2486] = {.lex_state = 237}, + [2487] = {.lex_state = 54, .external_lex_state = 3}, + [2488] = {.lex_state = 237}, + [2489] = {.lex_state = 54, .external_lex_state = 3}, + [2490] = {.lex_state = 237}, + [2491] = {.lex_state = 237}, + [2492] = {.lex_state = 237}, + [2493] = {.lex_state = 37, .external_lex_state = 14}, + [2494] = {.lex_state = 237}, + [2495] = {.lex_state = 237}, + [2496] = {.lex_state = 237}, + [2497] = {.lex_state = 237}, + [2498] = {.lex_state = 237}, + [2499] = {.lex_state = 237}, + [2500] = {.lex_state = 81, .external_lex_state = 7}, + [2501] = {.lex_state = 237}, + [2502] = {.lex_state = 237}, + [2503] = {.lex_state = 237}, + [2504] = {.lex_state = 237}, + [2505] = {.lex_state = 237}, + [2506] = {.lex_state = 49, .external_lex_state = 6}, + [2507] = {.lex_state = 49, .external_lex_state = 6}, + [2508] = {.lex_state = 49, .external_lex_state = 6}, + [2509] = {.lex_state = 49, .external_lex_state = 6}, + [2510] = {.lex_state = 49, .external_lex_state = 6}, + [2511] = {.lex_state = 49, .external_lex_state = 6}, + [2512] = {.lex_state = 237}, + [2513] = {.lex_state = 37, .external_lex_state = 6}, + [2514] = {.lex_state = 237}, + [2515] = {.lex_state = 37, .external_lex_state = 6}, + [2516] = {.lex_state = 37, .external_lex_state = 6}, + [2517] = {.lex_state = 1379}, + [2518] = {.lex_state = 237}, + [2519] = {.lex_state = 1379}, + [2520] = {.lex_state = 237}, + [2521] = {.lex_state = 49, .external_lex_state = 6}, + [2522] = {.lex_state = 49, .external_lex_state = 6}, + [2523] = {.lex_state = 53, .external_lex_state = 5}, + [2524] = {.lex_state = 237}, + [2525] = {.lex_state = 237}, + [2526] = {.lex_state = 98, .external_lex_state = 3}, + [2527] = {.lex_state = 237}, + [2528] = {.lex_state = 237}, + [2529] = {.lex_state = 237}, + [2530] = {.lex_state = 237}, + [2531] = {.lex_state = 237}, + [2532] = {.lex_state = 237}, + [2533] = {.lex_state = 237}, + [2534] = {.lex_state = 37, .external_lex_state = 6}, + [2535] = {.lex_state = 237}, + [2536] = {.lex_state = 237}, + [2537] = {.lex_state = 237}, + [2538] = {.lex_state = 37, .external_lex_state = 6}, + [2539] = {.lex_state = 37, .external_lex_state = 6}, + [2540] = {.lex_state = 237}, + [2541] = {.lex_state = 237}, + [2542] = {.lex_state = 37, .external_lex_state = 6}, + [2543] = {.lex_state = 53, .external_lex_state = 4}, + [2544] = {.lex_state = 49, .external_lex_state = 6}, + [2545] = {.lex_state = 49, .external_lex_state = 6}, + [2546] = {.lex_state = 1380}, + [2547] = {.lex_state = 1380}, + [2548] = {.lex_state = 1380}, + [2549] = {.lex_state = 1380}, + [2550] = {.lex_state = 1380}, + [2551] = {.lex_state = 1380}, + [2552] = {.lex_state = 1380}, + [2553] = {.lex_state = 238}, + [2554] = {.lex_state = 53, .external_lex_state = 3}, + [2555] = {.lex_state = 238}, + [2556] = {.lex_state = 238}, + [2557] = {.lex_state = 238}, + [2558] = {.lex_state = 238}, + [2559] = {.lex_state = 238}, + [2560] = {.lex_state = 1380}, + [2561] = {.lex_state = 238}, + [2562] = {.lex_state = 50, .external_lex_state = 6}, + [2563] = {.lex_state = 238}, + [2564] = {.lex_state = 1380}, + [2565] = {.lex_state = 1380}, + [2566] = {.lex_state = 1380}, + [2567] = {.lex_state = 1380}, + [2568] = {.lex_state = 1380}, + [2569] = {.lex_state = 1380}, + [2570] = {.lex_state = 238}, + [2571] = {.lex_state = 238}, + [2572] = {.lex_state = 1380}, + [2573] = {.lex_state = 1380}, + [2574] = {.lex_state = 53, .external_lex_state = 5}, + [2575] = {.lex_state = 1380}, + [2576] = {.lex_state = 1380}, + [2577] = {.lex_state = 238}, + [2578] = {.lex_state = 238}, + [2579] = {.lex_state = 1380}, + [2580] = {.lex_state = 1380}, + [2581] = {.lex_state = 1378, .external_lex_state = 6}, + [2582] = {.lex_state = 1380}, + [2583] = {.lex_state = 1380}, + [2584] = {.lex_state = 238}, + [2585] = {.lex_state = 49, .external_lex_state = 6}, + [2586] = {.lex_state = 101, .external_lex_state = 3}, + [2587] = {.lex_state = 1380}, + [2588] = {.lex_state = 1380}, + [2589] = {.lex_state = 1380}, + [2590] = {.lex_state = 1380}, + [2591] = {.lex_state = 238}, + [2592] = {.lex_state = 84, .external_lex_state = 7}, + [2593] = {.lex_state = 238}, + [2594] = {.lex_state = 238}, + [2595] = {.lex_state = 1380}, + [2596] = {.lex_state = 53, .external_lex_state = 4}, + [2597] = {.lex_state = 238}, + [2598] = {.lex_state = 238}, + [2599] = {.lex_state = 1380}, + [2600] = {.lex_state = 1380}, + [2601] = {.lex_state = 1380}, + [2602] = {.lex_state = 238}, + [2603] = {.lex_state = 51, .external_lex_state = 6}, + [2604] = {.lex_state = 1380}, + [2605] = {.lex_state = 1380}, + [2606] = {.lex_state = 1380}, + [2607] = {.lex_state = 1380}, + [2608] = {.lex_state = 1380}, + [2609] = {.lex_state = 1380}, + [2610] = {.lex_state = 1380}, + [2611] = {.lex_state = 238}, + [2612] = {.lex_state = 1380}, + [2613] = {.lex_state = 1380}, + [2614] = {.lex_state = 1380}, + [2615] = {.lex_state = 1380}, + [2616] = {.lex_state = 238}, + [2617] = {.lex_state = 54, .external_lex_state = 5}, + [2618] = {.lex_state = 1380}, + [2619] = {.lex_state = 1380}, + [2620] = {.lex_state = 52, .external_lex_state = 3}, + [2621] = {.lex_state = 1380}, + [2622] = {.lex_state = 1380}, + [2623] = {.lex_state = 1380}, + [2624] = {.lex_state = 28, .external_lex_state = 6}, + [2625] = {.lex_state = 1380}, + [2626] = {.lex_state = 40}, + [2627] = {.lex_state = 1380}, + [2628] = {.lex_state = 1380}, + [2629] = {.lex_state = 1380}, + [2630] = {.lex_state = 1380}, + [2631] = {.lex_state = 1380}, + [2632] = {.lex_state = 1380}, + [2633] = {.lex_state = 1380}, + [2634] = {.lex_state = 1380}, + [2635] = {.lex_state = 1380}, + [2636] = {.lex_state = 52, .external_lex_state = 3}, + [2637] = {.lex_state = 99, .external_lex_state = 3}, + [2638] = {.lex_state = 54, .external_lex_state = 5}, + [2639] = {.lex_state = 52, .external_lex_state = 3}, + [2640] = {.lex_state = 1380}, + [2641] = {.lex_state = 28, .external_lex_state = 6}, + [2642] = {.lex_state = 238}, + [2643] = {.lex_state = 1380}, + [2644] = {.lex_state = 1380}, + [2645] = {.lex_state = 28, .external_lex_state = 6}, + [2646] = {.lex_state = 28, .external_lex_state = 6}, + [2647] = {.lex_state = 28, .external_lex_state = 6}, + [2648] = {.lex_state = 28, .external_lex_state = 6}, + [2649] = {.lex_state = 28, .external_lex_state = 6}, + [2650] = {.lex_state = 1380}, + [2651] = {.lex_state = 1380}, + [2652] = {.lex_state = 1380}, + [2653] = {.lex_state = 1380}, + [2654] = {.lex_state = 1380}, + [2655] = {.lex_state = 238}, + [2656] = {.lex_state = 28, .external_lex_state = 6}, + [2657] = {.lex_state = 1380}, + [2658] = {.lex_state = 1380}, + [2659] = {.lex_state = 28, .external_lex_state = 6}, + [2660] = {.lex_state = 28, .external_lex_state = 6}, + [2661] = {.lex_state = 1380}, + [2662] = {.lex_state = 1380}, + [2663] = {.lex_state = 238}, + [2664] = {.lex_state = 28, .external_lex_state = 6}, + [2665] = {.lex_state = 1380}, + [2666] = {.lex_state = 52, .external_lex_state = 6}, + [2667] = {.lex_state = 28, .external_lex_state = 6}, + [2668] = {.lex_state = 54, .external_lex_state = 4}, + [2669] = {.lex_state = 1380}, + [2670] = {.lex_state = 138, .external_lex_state = 6}, + [2671] = {.lex_state = 1380}, + [2672] = {.lex_state = 51, .external_lex_state = 3}, + [2673] = {.lex_state = 51, .external_lex_state = 3}, + [2674] = {.lex_state = 1380}, + [2675] = {.lex_state = 1380}, + [2676] = {.lex_state = 1380}, + [2677] = {.lex_state = 238}, + [2678] = {.lex_state = 1380}, + [2679] = {.lex_state = 1380}, + [2680] = {.lex_state = 50, .external_lex_state = 3}, + [2681] = {.lex_state = 54, .external_lex_state = 4}, + [2682] = {.lex_state = 1380}, + [2683] = {.lex_state = 1380}, + [2684] = {.lex_state = 1380}, + [2685] = {.lex_state = 1380}, + [2686] = {.lex_state = 1380}, + [2687] = {.lex_state = 1380}, + [2688] = {.lex_state = 1380}, + [2689] = {.lex_state = 1380}, + [2690] = {.lex_state = 238}, + [2691] = {.lex_state = 1380}, + [2692] = {.lex_state = 1380}, + [2693] = {.lex_state = 238}, + [2694] = {.lex_state = 1380}, + [2695] = {.lex_state = 238}, + [2696] = {.lex_state = 1380}, + [2697] = {.lex_state = 1380}, + [2698] = {.lex_state = 1380}, + [2699] = {.lex_state = 1380}, + [2700] = {.lex_state = 54, .external_lex_state = 6}, + [2701] = {.lex_state = 54, .external_lex_state = 3}, + [2702] = {.lex_state = 1380}, + [2703] = {.lex_state = 238}, + [2704] = {.lex_state = 1380}, + [2705] = {.lex_state = 53, .external_lex_state = 6}, + [2706] = {.lex_state = 238}, + [2707] = {.lex_state = 238}, + [2708] = {.lex_state = 238}, + [2709] = {.lex_state = 238}, + [2710] = {.lex_state = 238}, + [2711] = {.lex_state = 1380}, + [2712] = {.lex_state = 238}, + [2713] = {.lex_state = 28, .external_lex_state = 3}, + [2714] = {.lex_state = 238}, + [2715] = {.lex_state = 1380}, + [2716] = {.lex_state = 28, .external_lex_state = 3}, + [2717] = {.lex_state = 238}, + [2718] = {.lex_state = 238}, + [2719] = {.lex_state = 50, .external_lex_state = 3}, + [2720] = {.lex_state = 50, .external_lex_state = 3}, + [2721] = {.lex_state = 238}, + [2722] = {.lex_state = 50, .external_lex_state = 6}, + [2723] = {.lex_state = 238}, + [2724] = {.lex_state = 238}, + [2725] = {.lex_state = 238}, + [2726] = {.lex_state = 238}, + [2727] = {.lex_state = 50, .external_lex_state = 6}, + [2728] = {.lex_state = 50, .external_lex_state = 6}, + [2729] = {.lex_state = 1380}, + [2730] = {.lex_state = 50, .external_lex_state = 6}, + [2731] = {.lex_state = 50, .external_lex_state = 6}, + [2732] = {.lex_state = 238}, + [2733] = {.lex_state = 238}, + [2734] = {.lex_state = 238}, + [2735] = {.lex_state = 238}, + [2736] = {.lex_state = 50, .external_lex_state = 6}, + [2737] = {.lex_state = 28, .external_lex_state = 3}, + [2738] = {.lex_state = 238}, + [2739] = {.lex_state = 238}, + [2740] = {.lex_state = 238}, + [2741] = {.lex_state = 238}, + [2742] = {.lex_state = 238}, + [2743] = {.lex_state = 238}, + [2744] = {.lex_state = 54, .external_lex_state = 3}, + [2745] = {.lex_state = 53, .external_lex_state = 4}, + [2746] = {.lex_state = 53, .external_lex_state = 6}, + [2747] = {.lex_state = 238}, + [2748] = {.lex_state = 238}, + [2749] = {.lex_state = 238}, + [2750] = {.lex_state = 238}, + [2751] = {.lex_state = 238}, + [2752] = {.lex_state = 238}, + [2753] = {.lex_state = 238}, + [2754] = {.lex_state = 238}, + [2755] = {.lex_state = 238}, + [2756] = {.lex_state = 238}, + [2757] = {.lex_state = 238}, + [2758] = {.lex_state = 238}, + [2759] = {.lex_state = 238}, + [2760] = {.lex_state = 238}, + [2761] = {.lex_state = 238}, + [2762] = {.lex_state = 238}, + [2763] = {.lex_state = 238}, + [2764] = {.lex_state = 238}, + [2765] = {.lex_state = 238}, + [2766] = {.lex_state = 238}, + [2767] = {.lex_state = 238}, + [2768] = {.lex_state = 238}, + [2769] = {.lex_state = 238}, + [2770] = {.lex_state = 238}, + [2771] = {.lex_state = 238}, + [2772] = {.lex_state = 238}, + [2773] = {.lex_state = 238}, + [2774] = {.lex_state = 238}, + [2775] = {.lex_state = 238}, + [2776] = {.lex_state = 238}, + [2777] = {.lex_state = 238}, + [2778] = {.lex_state = 238}, + [2779] = {.lex_state = 238}, + [2780] = {.lex_state = 1380}, + [2781] = {.lex_state = 1380}, + [2782] = {.lex_state = 1380}, + [2783] = {.lex_state = 238}, + [2784] = {.lex_state = 1380}, + [2785] = {.lex_state = 1380}, + [2786] = {.lex_state = 238}, + [2787] = {.lex_state = 1380}, + [2788] = {.lex_state = 1380}, + [2789] = {.lex_state = 1380}, + [2790] = {.lex_state = 1380}, + [2791] = {.lex_state = 238}, + [2792] = {.lex_state = 1380}, + [2793] = {.lex_state = 1380}, + [2794] = {.lex_state = 1380}, + [2795] = {.lex_state = 1380}, + [2796] = {.lex_state = 1380}, + [2797] = {.lex_state = 1380}, + [2798] = {.lex_state = 1380}, + [2799] = {.lex_state = 1380}, + [2800] = {.lex_state = 238}, + [2801] = {.lex_state = 1380}, + [2802] = {.lex_state = 238}, + [2803] = {.lex_state = 238}, + [2804] = {.lex_state = 1380}, + [2805] = {.lex_state = 238}, + [2806] = {.lex_state = 238}, + [2807] = {.lex_state = 1380}, + [2808] = {.lex_state = 238}, + [2809] = {.lex_state = 1380}, + [2810] = {.lex_state = 54, .external_lex_state = 4}, + [2811] = {.lex_state = 238}, + [2812] = {.lex_state = 238}, + [2813] = {.lex_state = 54, .external_lex_state = 4}, + [2814] = {.lex_state = 238}, + [2815] = {.lex_state = 1380}, + [2816] = {.lex_state = 238}, + [2817] = {.lex_state = 1380}, + [2818] = {.lex_state = 238}, + [2819] = {.lex_state = 1380}, + [2820] = {.lex_state = 1380}, + [2821] = {.lex_state = 238}, + [2822] = {.lex_state = 238}, + [2823] = {.lex_state = 238}, + [2824] = {.lex_state = 1380}, + [2825] = {.lex_state = 53, .external_lex_state = 3}, + [2826] = {.lex_state = 1380}, + [2827] = {.lex_state = 1380}, + [2828] = {.lex_state = 1380}, + [2829] = {.lex_state = 1380}, + [2830] = {.lex_state = 101, .external_lex_state = 3}, + [2831] = {.lex_state = 101, .external_lex_state = 3}, + [2832] = {.lex_state = 101, .external_lex_state = 3}, + [2833] = {.lex_state = 1380}, + [2834] = {.lex_state = 99, .external_lex_state = 3}, + [2835] = {.lex_state = 1380}, + [2836] = {.lex_state = 1380}, + [2837] = {.lex_state = 1380}, + [2838] = {.lex_state = 1378, .external_lex_state = 6}, + [2839] = {.lex_state = 1378, .external_lex_state = 6}, + [2840] = {.lex_state = 1378, .external_lex_state = 6}, + [2841] = {.lex_state = 1378, .external_lex_state = 6}, + [2842] = {.lex_state = 1378, .external_lex_state = 6}, + [2843] = {.lex_state = 1378, .external_lex_state = 6}, + [2844] = {.lex_state = 99, .external_lex_state = 3}, + [2845] = {.lex_state = 1378, .external_lex_state = 6}, + [2846] = {.lex_state = 1378, .external_lex_state = 6}, + [2847] = {.lex_state = 1378, .external_lex_state = 6}, + [2848] = {.lex_state = 1378, .external_lex_state = 6}, + [2849] = {.lex_state = 1380}, + [2850] = {.lex_state = 1378, .external_lex_state = 6}, + [2851] = {.lex_state = 50, .external_lex_state = 6}, + [2852] = {.lex_state = 99, .external_lex_state = 3}, + [2853] = {.lex_state = 88, .external_lex_state = 6}, + [2854] = {.lex_state = 238}, + [2855] = {.lex_state = 238}, + [2856] = {.lex_state = 1380}, + [2857] = {.lex_state = 238}, + [2858] = {.lex_state = 238}, + [2859] = {.lex_state = 238}, + [2860] = {.lex_state = 1380}, + [2861] = {.lex_state = 238}, + [2862] = {.lex_state = 1380}, + [2863] = {.lex_state = 238}, + [2864] = {.lex_state = 238}, + [2865] = {.lex_state = 238}, + [2866] = {.lex_state = 238}, + [2867] = {.lex_state = 1380}, + [2868] = {.lex_state = 1380}, + [2869] = {.lex_state = 1380}, + [2870] = {.lex_state = 1380}, + [2871] = {.lex_state = 1380}, + [2872] = {.lex_state = 238}, + [2873] = {.lex_state = 1380}, + [2874] = {.lex_state = 1380}, + [2875] = {.lex_state = 238}, + [2876] = {.lex_state = 238}, + [2877] = {.lex_state = 1380}, + [2878] = {.lex_state = 1378, .external_lex_state = 6}, + [2879] = {.lex_state = 1380}, + [2880] = {.lex_state = 1380}, + [2881] = {.lex_state = 1380}, + [2882] = {.lex_state = 1380}, + [2883] = {.lex_state = 1380}, + [2884] = {.lex_state = 238}, + [2885] = {.lex_state = 238}, + [2886] = {.lex_state = 238}, + [2887] = {.lex_state = 1380}, + [2888] = {.lex_state = 1380}, + [2889] = {.lex_state = 1380}, + [2890] = {.lex_state = 1380}, + [2891] = {.lex_state = 1380}, + [2892] = {.lex_state = 1380}, + [2893] = {.lex_state = 1380}, + [2894] = {.lex_state = 1380}, + [2895] = {.lex_state = 1380}, + [2896] = {.lex_state = 1380}, + [2897] = {.lex_state = 1380}, + [2898] = {.lex_state = 238}, + [2899] = {.lex_state = 238}, + [2900] = {.lex_state = 238}, + [2901] = {.lex_state = 238}, + [2902] = {.lex_state = 238}, + [2903] = {.lex_state = 1380}, + [2904] = {.lex_state = 1380}, + [2905] = {.lex_state = 1380}, + [2906] = {.lex_state = 1380}, + [2907] = {.lex_state = 238}, + [2908] = {.lex_state = 238}, + [2909] = {.lex_state = 238}, + [2910] = {.lex_state = 238}, + [2911] = {.lex_state = 238}, + [2912] = {.lex_state = 1380}, + [2913] = {.lex_state = 238}, + [2914] = {.lex_state = 238}, + [2915] = {.lex_state = 1380}, + [2916] = {.lex_state = 238}, + [2917] = {.lex_state = 1380}, + [2918] = {.lex_state = 1380}, + [2919] = {.lex_state = 1380}, + [2920] = {.lex_state = 238}, + [2921] = {.lex_state = 1380}, + [2922] = {.lex_state = 1380}, + [2923] = {.lex_state = 238}, + [2924] = {.lex_state = 238}, + [2925] = {.lex_state = 238}, + [2926] = {.lex_state = 238}, + [2927] = {.lex_state = 1380}, + [2928] = {.lex_state = 238}, + [2929] = {.lex_state = 1380}, + [2930] = {.lex_state = 1380}, + [2931] = {.lex_state = 1380}, + [2932] = {.lex_state = 238}, + [2933] = {.lex_state = 238}, + [2934] = {.lex_state = 50, .external_lex_state = 6}, + [2935] = {.lex_state = 238}, + [2936] = {.lex_state = 1380}, + [2937] = {.lex_state = 1380}, + [2938] = {.lex_state = 1380}, + [2939] = {.lex_state = 1380}, + [2940] = {.lex_state = 50, .external_lex_state = 6}, + [2941] = {.lex_state = 50, .external_lex_state = 6}, + [2942] = {.lex_state = 1380}, + [2943] = {.lex_state = 238}, + [2944] = {.lex_state = 238}, + [2945] = {.lex_state = 238}, + [2946] = {.lex_state = 50, .external_lex_state = 6}, + [2947] = {.lex_state = 50, .external_lex_state = 6}, + [2948] = {.lex_state = 238}, + [2949] = {.lex_state = 238}, + [2950] = {.lex_state = 1380}, + [2951] = {.lex_state = 238}, + [2952] = {.lex_state = 238}, + [2953] = {.lex_state = 238}, + [2954] = {.lex_state = 238}, + [2955] = {.lex_state = 238}, + [2956] = {.lex_state = 238}, + [2957] = {.lex_state = 238}, + [2958] = {.lex_state = 1380}, + [2959] = {.lex_state = 1380}, + [2960] = {.lex_state = 1380}, + [2961] = {.lex_state = 1380}, + [2962] = {.lex_state = 238}, + [2963] = {.lex_state = 238}, + [2964] = {.lex_state = 238}, + [2965] = {.lex_state = 238}, + [2966] = {.lex_state = 238}, + [2967] = {.lex_state = 238}, + [2968] = {.lex_state = 238}, + [2969] = {.lex_state = 238}, + [2970] = {.lex_state = 238}, + [2971] = {.lex_state = 238}, + [2972] = {.lex_state = 1380}, + [2973] = {.lex_state = 238}, + [2974] = {.lex_state = 238}, + [2975] = {.lex_state = 238}, + [2976] = {.lex_state = 238}, + [2977] = {.lex_state = 238}, + [2978] = {.lex_state = 238}, + [2979] = {.lex_state = 238}, + [2980] = {.lex_state = 238}, + [2981] = {.lex_state = 238}, + [2982] = {.lex_state = 238}, + [2983] = {.lex_state = 238}, + [2984] = {.lex_state = 1380}, + [2985] = {.lex_state = 49, .external_lex_state = 3}, + [2986] = {.lex_state = 49, .external_lex_state = 3}, + [2987] = {.lex_state = 1380}, + [2988] = {.lex_state = 1380}, + [2989] = {.lex_state = 238}, + [2990] = {.lex_state = 28, .external_lex_state = 6}, + [2991] = {.lex_state = 238}, + [2992] = {.lex_state = 238}, + [2993] = {.lex_state = 1380}, + [2994] = {.lex_state = 238}, + [2995] = {.lex_state = 238}, + [2996] = {.lex_state = 238}, + [2997] = {.lex_state = 1380}, + [2998] = {.lex_state = 1380}, + [2999] = {.lex_state = 238}, + [3000] = {.lex_state = 238}, + [3001] = {.lex_state = 238}, + [3002] = {.lex_state = 238}, + [3003] = {.lex_state = 238}, + [3004] = {.lex_state = 1380}, + [3005] = {.lex_state = 1380}, [3006] = {.lex_state = 52, .external_lex_state = 6}, - [3007] = {.lex_state = 51, .external_lex_state = 6}, - [3008] = {.lex_state = 51, .external_lex_state = 6}, - [3009] = {.lex_state = 1356, .external_lex_state = 6}, - [3010] = {.lex_state = 1356, .external_lex_state = 6}, - [3011] = {.lex_state = 1356, .external_lex_state = 6}, - [3012] = {.lex_state = 51, .external_lex_state = 6}, - [3013] = {.lex_state = 1356, .external_lex_state = 6}, - [3014] = {.lex_state = 1356, .external_lex_state = 6}, - [3015] = {.lex_state = 1356, .external_lex_state = 6}, - [3016] = {.lex_state = 1356, .external_lex_state = 6}, - [3017] = {.lex_state = 1356, .external_lex_state = 6}, - [3018] = {.lex_state = 1356, .external_lex_state = 6}, - [3019] = {.lex_state = 1356, .external_lex_state = 6}, - [3020] = {.lex_state = 1356, .external_lex_state = 6}, - [3021] = {.lex_state = 1356, .external_lex_state = 6}, - [3022] = {.lex_state = 50, .external_lex_state = 6}, - [3023] = {.lex_state = 1356, .external_lex_state = 6}, - [3024] = {.lex_state = 51, .external_lex_state = 6}, - [3025] = {.lex_state = 1356, .external_lex_state = 6}, - [3026] = {.lex_state = 92, .external_lex_state = 6}, - [3027] = {.lex_state = 51, .external_lex_state = 6}, - [3028] = {.lex_state = 51, .external_lex_state = 6}, - [3029] = {.lex_state = 1356, .external_lex_state = 6}, - [3030] = {.lex_state = 1356, .external_lex_state = 6}, - [3031] = {.lex_state = 52, .external_lex_state = 4}, - [3032] = {.lex_state = 78}, - [3033] = {.lex_state = 37}, - [3034] = {.lex_state = 1356, .external_lex_state = 6}, - [3035] = {.lex_state = 1356, .external_lex_state = 6}, - [3036] = {.lex_state = 1356, .external_lex_state = 6}, - [3037] = {.lex_state = 1356, .external_lex_state = 6}, - [3038] = {.lex_state = 51, .external_lex_state = 6}, - [3039] = {.lex_state = 1356, .external_lex_state = 6}, - [3040] = {.lex_state = 51, .external_lex_state = 6}, - [3041] = {.lex_state = 1356, .external_lex_state = 6}, - [3042] = {.lex_state = 37}, - [3043] = {.lex_state = 1356, .external_lex_state = 6}, - [3044] = {.lex_state = 50, .external_lex_state = 5}, - [3045] = {.lex_state = 1356, .external_lex_state = 6}, - [3046] = {.lex_state = 1356, .external_lex_state = 6}, - [3047] = {.lex_state = 37}, - [3048] = {.lex_state = 1356, .external_lex_state = 6}, - [3049] = {.lex_state = 1356, .external_lex_state = 6}, - [3050] = {.lex_state = 50, .external_lex_state = 4}, - [3051] = {.lex_state = 1356, .external_lex_state = 6}, - [3052] = {.lex_state = 1356, .external_lex_state = 6}, - [3053] = {.lex_state = 51, .external_lex_state = 6}, - [3054] = {.lex_state = 1356, .external_lex_state = 6}, - [3055] = {.lex_state = 1356, .external_lex_state = 6}, - [3056] = {.lex_state = 49, .external_lex_state = 6}, - [3057] = {.lex_state = 1356, .external_lex_state = 6}, - [3058] = {.lex_state = 1356, .external_lex_state = 6}, - [3059] = {.lex_state = 49, .external_lex_state = 6}, - [3060] = {.lex_state = 91, .external_lex_state = 6}, - [3061] = {.lex_state = 51, .external_lex_state = 6}, - [3062] = {.lex_state = 1356, .external_lex_state = 6}, - [3063] = {.lex_state = 1356, .external_lex_state = 6}, - [3064] = {.lex_state = 51, .external_lex_state = 6}, - [3065] = {.lex_state = 1356, .external_lex_state = 6}, - [3066] = {.lex_state = 1356, .external_lex_state = 6}, - [3067] = {.lex_state = 51, .external_lex_state = 6}, - [3068] = {.lex_state = 51, .external_lex_state = 6}, - [3069] = {.lex_state = 1356, .external_lex_state = 6}, - [3070] = {.lex_state = 51, .external_lex_state = 6}, - [3071] = {.lex_state = 51, .external_lex_state = 6}, - [3072] = {.lex_state = 51, .external_lex_state = 6}, - [3073] = {.lex_state = 1356, .external_lex_state = 6}, - [3074] = {.lex_state = 51, .external_lex_state = 6}, - [3075] = {.lex_state = 51, .external_lex_state = 6}, - [3076] = {.lex_state = 51, .external_lex_state = 6}, - [3077] = {.lex_state = 51, .external_lex_state = 6}, - [3078] = {.lex_state = 1356, .external_lex_state = 6}, - [3079] = {.lex_state = 1356, .external_lex_state = 6}, - [3080] = {.lex_state = 50, .external_lex_state = 4}, - [3081] = {.lex_state = 37}, - [3082] = {.lex_state = 1356, .external_lex_state = 6}, - [3083] = {.lex_state = 37}, - [3084] = {.lex_state = 51, .external_lex_state = 6}, - [3085] = {.lex_state = 1356, .external_lex_state = 6}, - [3086] = {.lex_state = 1356, .external_lex_state = 6}, - [3087] = {.lex_state = 1356, .external_lex_state = 6}, - [3088] = {.lex_state = 1356, .external_lex_state = 6}, - [3089] = {.lex_state = 1356, .external_lex_state = 6}, - [3090] = {.lex_state = 1356, .external_lex_state = 6}, - [3091] = {.lex_state = 49, .external_lex_state = 6}, - [3092] = {.lex_state = 49, .external_lex_state = 6}, - [3093] = {.lex_state = 52, .external_lex_state = 4}, - [3094] = {.lex_state = 1356, .external_lex_state = 6}, - [3095] = {.lex_state = 1356, .external_lex_state = 6}, - [3096] = {.lex_state = 1356, .external_lex_state = 6}, - [3097] = {.lex_state = 1356, .external_lex_state = 6}, - [3098] = {.lex_state = 1356, .external_lex_state = 6}, - [3099] = {.lex_state = 1356, .external_lex_state = 6}, - [3100] = {.lex_state = 1356, .external_lex_state = 6}, - [3101] = {.lex_state = 1356, .external_lex_state = 6}, - [3102] = {.lex_state = 1356, .external_lex_state = 6}, - [3103] = {.lex_state = 1356, .external_lex_state = 6}, - [3104] = {.lex_state = 1356, .external_lex_state = 6}, - [3105] = {.lex_state = 1356, .external_lex_state = 6}, - [3106] = {.lex_state = 1356, .external_lex_state = 6}, - [3107] = {.lex_state = 52, .external_lex_state = 3}, - [3108] = {.lex_state = 1356, .external_lex_state = 6}, - [3109] = {.lex_state = 1356, .external_lex_state = 6}, - [3110] = {.lex_state = 1356, .external_lex_state = 6}, - [3111] = {.lex_state = 1356, .external_lex_state = 6}, - [3112] = {.lex_state = 50, .external_lex_state = 3}, - [3113] = {.lex_state = 1356, .external_lex_state = 6}, - [3114] = {.lex_state = 1356, .external_lex_state = 6}, - [3115] = {.lex_state = 49, .external_lex_state = 6}, - [3116] = {.lex_state = 1356, .external_lex_state = 6}, - [3117] = {.lex_state = 49, .external_lex_state = 6}, - [3118] = {.lex_state = 1356, .external_lex_state = 6}, - [3119] = {.lex_state = 1356, .external_lex_state = 6}, - [3120] = {.lex_state = 49, .external_lex_state = 6}, - [3121] = {.lex_state = 117, .external_lex_state = 6}, - [3122] = {.lex_state = 1356, .external_lex_state = 6}, - [3123] = {.lex_state = 1356, .external_lex_state = 6}, - [3124] = {.lex_state = 51, .external_lex_state = 6}, - [3125] = {.lex_state = 1356, .external_lex_state = 6}, - [3126] = {.lex_state = 28, .external_lex_state = 3}, - [3127] = {.lex_state = 1356, .external_lex_state = 6}, - [3128] = {.lex_state = 1356, .external_lex_state = 6}, - [3129] = {.lex_state = 1356, .external_lex_state = 6}, - [3130] = {.lex_state = 1356, .external_lex_state = 6}, - [3131] = {.lex_state = 49, .external_lex_state = 6}, - [3132] = {.lex_state = 1356, .external_lex_state = 6}, - [3133] = {.lex_state = 1356, .external_lex_state = 6}, - [3134] = {.lex_state = 1356, .external_lex_state = 6}, - [3135] = {.lex_state = 51, .external_lex_state = 6}, - [3136] = {.lex_state = 1356, .external_lex_state = 6}, - [3137] = {.lex_state = 1356, .external_lex_state = 6}, - [3138] = {.lex_state = 1356, .external_lex_state = 6}, - [3139] = {.lex_state = 1356, .external_lex_state = 6}, - [3140] = {.lex_state = 1356, .external_lex_state = 6}, - [3141] = {.lex_state = 1356, .external_lex_state = 6}, - [3142] = {.lex_state = 1356, .external_lex_state = 6}, - [3143] = {.lex_state = 1356, .external_lex_state = 6}, - [3144] = {.lex_state = 1356, .external_lex_state = 6}, - [3145] = {.lex_state = 49, .external_lex_state = 6}, - [3146] = {.lex_state = 1356, .external_lex_state = 6}, - [3147] = {.lex_state = 72, .external_lex_state = 7}, - [3148] = {.lex_state = 1356, .external_lex_state = 6}, - [3149] = {.lex_state = 1356, .external_lex_state = 6}, - [3150] = {.lex_state = 1356, .external_lex_state = 6}, - [3151] = {.lex_state = 72, .external_lex_state = 7}, - [3152] = {.lex_state = 1356, .external_lex_state = 6}, - [3153] = {.lex_state = 1356, .external_lex_state = 6}, - [3154] = {.lex_state = 1356, .external_lex_state = 6}, - [3155] = {.lex_state = 28, .external_lex_state = 4}, - [3156] = {.lex_state = 1356, .external_lex_state = 6}, - [3157] = {.lex_state = 49, .external_lex_state = 6}, - [3158] = {.lex_state = 1356, .external_lex_state = 6}, - [3159] = {.lex_state = 1356, .external_lex_state = 6}, - [3160] = {.lex_state = 1356, .external_lex_state = 6}, - [3161] = {.lex_state = 1356, .external_lex_state = 6}, - [3162] = {.lex_state = 28, .external_lex_state = 4}, - [3163] = {.lex_state = 1356, .external_lex_state = 6}, - [3164] = {.lex_state = 49, .external_lex_state = 6}, - [3165] = {.lex_state = 1356, .external_lex_state = 6}, - [3166] = {.lex_state = 1356, .external_lex_state = 6}, - [3167] = {.lex_state = 1356, .external_lex_state = 6}, - [3168] = {.lex_state = 49, .external_lex_state = 6}, - [3169] = {.lex_state = 28, .external_lex_state = 5}, - [3170] = {.lex_state = 49, .external_lex_state = 6}, - [3171] = {.lex_state = 1356, .external_lex_state = 6}, - [3172] = {.lex_state = 128, .external_lex_state = 6}, - [3173] = {.lex_state = 1356, .external_lex_state = 6}, - [3174] = {.lex_state = 51, .external_lex_state = 6}, - [3175] = {.lex_state = 1356, .external_lex_state = 6}, - [3176] = {.lex_state = 1356, .external_lex_state = 6}, - [3177] = {.lex_state = 1356, .external_lex_state = 6}, - [3178] = {.lex_state = 1356, .external_lex_state = 6}, - [3179] = {.lex_state = 1356, .external_lex_state = 6}, - [3180] = {.lex_state = 51, .external_lex_state = 6}, - [3181] = {.lex_state = 28, .external_lex_state = 3}, - [3182] = {.lex_state = 1356, .external_lex_state = 6}, - [3183] = {.lex_state = 37}, - [3184] = {.lex_state = 37}, - [3185] = {.lex_state = 1356, .external_lex_state = 6}, - [3186] = {.lex_state = 1356, .external_lex_state = 6}, - [3187] = {.lex_state = 1356, .external_lex_state = 6}, - [3188] = {.lex_state = 1356, .external_lex_state = 6}, - [3189] = {.lex_state = 1356, .external_lex_state = 6}, - [3190] = {.lex_state = 51, .external_lex_state = 6}, - [3191] = {.lex_state = 72, .external_lex_state = 7}, - [3192] = {.lex_state = 28, .external_lex_state = 6}, - [3193] = {.lex_state = 1356, .external_lex_state = 6}, - [3194] = {.lex_state = 52, .external_lex_state = 6}, - [3195] = {.lex_state = 131, .external_lex_state = 6}, - [3196] = {.lex_state = 212, .external_lex_state = 7}, - [3197] = {.lex_state = 73, .external_lex_state = 7}, - [3198] = {.lex_state = 212, .external_lex_state = 7}, - [3199] = {.lex_state = 28, .external_lex_state = 6}, - [3200] = {.lex_state = 135, .external_lex_state = 6}, - [3201] = {.lex_state = 52, .external_lex_state = 6}, - [3202] = {.lex_state = 50, .external_lex_state = 6}, - [3203] = {.lex_state = 37}, - [3204] = {.lex_state = 37}, - [3205] = {.lex_state = 37}, - [3206] = {.lex_state = 37}, - [3207] = {.lex_state = 52, .external_lex_state = 6}, - [3208] = {.lex_state = 212, .external_lex_state = 7}, - [3209] = {.lex_state = 52, .external_lex_state = 6}, - [3210] = {.lex_state = 37}, - [3211] = {.lex_state = 28, .external_lex_state = 6}, - [3212] = {.lex_state = 39, .external_lex_state = 12}, - [3213] = {.lex_state = 93, .external_lex_state = 6}, - [3214] = {.lex_state = 37}, - [3215] = {.lex_state = 118, .external_lex_state = 6}, - [3216] = {.lex_state = 52, .external_lex_state = 6}, - [3217] = {.lex_state = 52, .external_lex_state = 6}, - [3218] = {.lex_state = 37}, - [3219] = {.lex_state = 37}, - [3220] = {.lex_state = 52, .external_lex_state = 6}, - [3221] = {.lex_state = 37}, - [3222] = {.lex_state = 52, .external_lex_state = 6}, - [3223] = {.lex_state = 50, .external_lex_state = 6}, - [3224] = {.lex_state = 52, .external_lex_state = 6}, - [3225] = {.lex_state = 52, .external_lex_state = 6}, - [3226] = {.lex_state = 50, .external_lex_state = 6}, - [3227] = {.lex_state = 50, .external_lex_state = 6}, - [3228] = {.lex_state = 37}, - [3229] = {.lex_state = 37}, - [3230] = {.lex_state = 37}, - [3231] = {.lex_state = 50, .external_lex_state = 6}, - [3232] = {.lex_state = 52, .external_lex_state = 6}, - [3233] = {.lex_state = 52, .external_lex_state = 6}, - [3234] = {.lex_state = 52, .external_lex_state = 6}, - [3235] = {.lex_state = 37}, - [3236] = {.lex_state = 37}, - [3237] = {.lex_state = 28, .external_lex_state = 6}, - [3238] = {.lex_state = 37}, - [3239] = {.lex_state = 52, .external_lex_state = 6}, - [3240] = {.lex_state = 50, .external_lex_state = 6}, - [3241] = {.lex_state = 212, .external_lex_state = 7}, - [3242] = {.lex_state = 50, .external_lex_state = 6}, - [3243] = {.lex_state = 50, .external_lex_state = 6}, - [3244] = {.lex_state = 28, .external_lex_state = 6}, - [3245] = {.lex_state = 28, .external_lex_state = 6}, - [3246] = {.lex_state = 50, .external_lex_state = 6}, - [3247] = {.lex_state = 50, .external_lex_state = 6}, - [3248] = {.lex_state = 28, .external_lex_state = 6}, - [3249] = {.lex_state = 28, .external_lex_state = 6}, - [3250] = {.lex_state = 28, .external_lex_state = 6}, - [3251] = {.lex_state = 28, .external_lex_state = 6}, - [3252] = {.lex_state = 28, .external_lex_state = 6}, - [3253] = {.lex_state = 28, .external_lex_state = 6}, - [3254] = {.lex_state = 28, .external_lex_state = 6}, - [3255] = {.lex_state = 52, .external_lex_state = 6}, - [3256] = {.lex_state = 28, .external_lex_state = 6}, - [3257] = {.lex_state = 50, .external_lex_state = 6}, - [3258] = {.lex_state = 136, .external_lex_state = 6}, - [3259] = {.lex_state = 50, .external_lex_state = 6}, - [3260] = {.lex_state = 28, .external_lex_state = 6}, + [3007] = {.lex_state = 238}, + [3008] = {.lex_state = 238}, + [3009] = {.lex_state = 238}, + [3010] = {.lex_state = 1380}, + [3011] = {.lex_state = 52, .external_lex_state = 6}, + [3012] = {.lex_state = 52, .external_lex_state = 6}, + [3013] = {.lex_state = 52, .external_lex_state = 6}, + [3014] = {.lex_state = 238}, + [3015] = {.lex_state = 238}, + [3016] = {.lex_state = 238}, + [3017] = {.lex_state = 238}, + [3018] = {.lex_state = 238}, + [3019] = {.lex_state = 238}, + [3020] = {.lex_state = 52, .external_lex_state = 6}, + [3021] = {.lex_state = 1380}, + [3022] = {.lex_state = 1380}, + [3023] = {.lex_state = 238}, + [3024] = {.lex_state = 52, .external_lex_state = 6}, + [3025] = {.lex_state = 52, .external_lex_state = 6}, + [3026] = {.lex_state = 238}, + [3027] = {.lex_state = 1380}, + [3028] = {.lex_state = 1380}, + [3029] = {.lex_state = 238}, + [3030] = {.lex_state = 139, .external_lex_state = 6}, + [3031] = {.lex_state = 52, .external_lex_state = 6}, + [3032] = {.lex_state = 1380}, + [3033] = {.lex_state = 52, .external_lex_state = 6}, + [3034] = {.lex_state = 238}, + [3035] = {.lex_state = 1380}, + [3036] = {.lex_state = 52, .external_lex_state = 6}, + [3037] = {.lex_state = 52, .external_lex_state = 6}, + [3038] = {.lex_state = 52, .external_lex_state = 6}, + [3039] = {.lex_state = 1380}, + [3040] = {.lex_state = 1380}, + [3041] = {.lex_state = 1380}, + [3042] = {.lex_state = 1380}, + [3043] = {.lex_state = 238}, + [3044] = {.lex_state = 28, .external_lex_state = 6}, + [3045] = {.lex_state = 1380}, + [3046] = {.lex_state = 238}, + [3047] = {.lex_state = 84, .external_lex_state = 7}, + [3048] = {.lex_state = 84, .external_lex_state = 7}, + [3049] = {.lex_state = 238}, + [3050] = {.lex_state = 238}, + [3051] = {.lex_state = 238}, + [3052] = {.lex_state = 238}, + [3053] = {.lex_state = 1378, .external_lex_state = 6}, + [3054] = {.lex_state = 1378, .external_lex_state = 6}, + [3055] = {.lex_state = 53, .external_lex_state = 6}, + [3056] = {.lex_state = 1378, .external_lex_state = 6}, + [3057] = {.lex_state = 51, .external_lex_state = 4}, + [3058] = {.lex_state = 51, .external_lex_state = 4}, + [3059] = {.lex_state = 1378, .external_lex_state = 6}, + [3060] = {.lex_state = 37}, + [3061] = {.lex_state = 78, .external_lex_state = 7}, + [3062] = {.lex_state = 49, .external_lex_state = 5}, + [3063] = {.lex_state = 1378, .external_lex_state = 6}, + [3064] = {.lex_state = 92, .external_lex_state = 6}, + [3065] = {.lex_state = 94, .external_lex_state = 3}, + [3066] = {.lex_state = 141, .external_lex_state = 6}, + [3067] = {.lex_state = 94, .external_lex_state = 3}, + [3068] = {.lex_state = 94, .external_lex_state = 3}, + [3069] = {.lex_state = 37}, + [3070] = {.lex_state = 49, .external_lex_state = 3}, + [3071] = {.lex_state = 54, .external_lex_state = 4}, + [3072] = {.lex_state = 52, .external_lex_state = 6}, + [3073] = {.lex_state = 1378, .external_lex_state = 6}, + [3074] = {.lex_state = 1378, .external_lex_state = 6}, + [3075] = {.lex_state = 109, .external_lex_state = 3}, + [3076] = {.lex_state = 1378, .external_lex_state = 6}, + [3077] = {.lex_state = 1378, .external_lex_state = 6}, + [3078] = {.lex_state = 1378, .external_lex_state = 6}, + [3079] = {.lex_state = 49, .external_lex_state = 4}, + [3080] = {.lex_state = 49, .external_lex_state = 3}, + [3081] = {.lex_state = 1378, .external_lex_state = 6}, + [3082] = {.lex_state = 81, .external_lex_state = 7}, + [3083] = {.lex_state = 53, .external_lex_state = 6}, + [3084] = {.lex_state = 54, .external_lex_state = 3}, + [3085] = {.lex_state = 1378, .external_lex_state = 6}, + [3086] = {.lex_state = 1378, .external_lex_state = 6}, + [3087] = {.lex_state = 109, .external_lex_state = 3}, + [3088] = {.lex_state = 1378, .external_lex_state = 6}, + [3089] = {.lex_state = 37}, + [3090] = {.lex_state = 1378, .external_lex_state = 6}, + [3091] = {.lex_state = 1378, .external_lex_state = 6}, + [3092] = {.lex_state = 109, .external_lex_state = 3}, + [3093] = {.lex_state = 49, .external_lex_state = 5}, + [3094] = {.lex_state = 49, .external_lex_state = 4}, + [3095] = {.lex_state = 1378, .external_lex_state = 6}, + [3096] = {.lex_state = 1378, .external_lex_state = 6}, + [3097] = {.lex_state = 53, .external_lex_state = 6}, + [3098] = {.lex_state = 49, .external_lex_state = 6}, + [3099] = {.lex_state = 1378, .external_lex_state = 6}, + [3100] = {.lex_state = 49, .external_lex_state = 3}, + [3101] = {.lex_state = 1378, .external_lex_state = 6}, + [3102] = {.lex_state = 53, .external_lex_state = 6}, + [3103] = {.lex_state = 1378, .external_lex_state = 6}, + [3104] = {.lex_state = 53, .external_lex_state = 6}, + [3105] = {.lex_state = 49, .external_lex_state = 3}, + [3106] = {.lex_state = 53, .external_lex_state = 6}, + [3107] = {.lex_state = 53, .external_lex_state = 6}, + [3108] = {.lex_state = 49, .external_lex_state = 3}, + [3109] = {.lex_state = 53, .external_lex_state = 6}, + [3110] = {.lex_state = 53, .external_lex_state = 6}, + [3111] = {.lex_state = 53, .external_lex_state = 6}, + [3112] = {.lex_state = 37}, + [3113] = {.lex_state = 37}, + [3114] = {.lex_state = 28, .external_lex_state = 3}, + [3115] = {.lex_state = 109, .external_lex_state = 3}, + [3116] = {.lex_state = 28, .external_lex_state = 3}, + [3117] = {.lex_state = 53, .external_lex_state = 6}, + [3118] = {.lex_state = 53, .external_lex_state = 6}, + [3119] = {.lex_state = 50, .external_lex_state = 3}, + [3120] = {.lex_state = 50, .external_lex_state = 6}, + [3121] = {.lex_state = 1378, .external_lex_state = 6}, + [3122] = {.lex_state = 49, .external_lex_state = 3}, + [3123] = {.lex_state = 54, .external_lex_state = 4}, + [3124] = {.lex_state = 50, .external_lex_state = 3}, + [3125] = {.lex_state = 37}, + [3126] = {.lex_state = 1378, .external_lex_state = 6}, + [3127] = {.lex_state = 1378, .external_lex_state = 6}, + [3128] = {.lex_state = 54, .external_lex_state = 6}, + [3129] = {.lex_state = 37}, + [3130] = {.lex_state = 51, .external_lex_state = 3}, + [3131] = {.lex_state = 53, .external_lex_state = 6}, + [3132] = {.lex_state = 1378, .external_lex_state = 6}, + [3133] = {.lex_state = 54, .external_lex_state = 6}, + [3134] = {.lex_state = 49, .external_lex_state = 4}, + [3135] = {.lex_state = 53, .external_lex_state = 6}, + [3136] = {.lex_state = 53, .external_lex_state = 6}, + [3137] = {.lex_state = 1378, .external_lex_state = 6}, + [3138] = {.lex_state = 1378, .external_lex_state = 6}, + [3139] = {.lex_state = 140, .external_lex_state = 6}, + [3140] = {.lex_state = 1378, .external_lex_state = 6}, + [3141] = {.lex_state = 54, .external_lex_state = 3}, + [3142] = {.lex_state = 53, .external_lex_state = 6}, + [3143] = {.lex_state = 78, .external_lex_state = 7}, + [3144] = {.lex_state = 1378, .external_lex_state = 6}, + [3145] = {.lex_state = 1378, .external_lex_state = 6}, + [3146] = {.lex_state = 51, .external_lex_state = 3}, + [3147] = {.lex_state = 1378, .external_lex_state = 6}, + [3148] = {.lex_state = 81, .external_lex_state = 7}, + [3149] = {.lex_state = 51, .external_lex_state = 6}, + [3150] = {.lex_state = 51, .external_lex_state = 4}, + [3151] = {.lex_state = 1378, .external_lex_state = 6}, + [3152] = {.lex_state = 49, .external_lex_state = 4}, + [3153] = {.lex_state = 1378, .external_lex_state = 6}, + [3154] = {.lex_state = 37}, + [3155] = {.lex_state = 37, .external_lex_state = 14}, + [3156] = {.lex_state = 53, .external_lex_state = 6}, + [3157] = {.lex_state = 37}, + [3158] = {.lex_state = 1378, .external_lex_state = 6}, + [3159] = {.lex_state = 1378, .external_lex_state = 6}, + [3160] = {.lex_state = 37}, + [3161] = {.lex_state = 1378, .external_lex_state = 6}, + [3162] = {.lex_state = 53, .external_lex_state = 6}, + [3163] = {.lex_state = 1378, .external_lex_state = 6}, + [3164] = {.lex_state = 53, .external_lex_state = 6}, + [3165] = {.lex_state = 1378, .external_lex_state = 6}, + [3166] = {.lex_state = 1378, .external_lex_state = 6}, + [3167] = {.lex_state = 53, .external_lex_state = 6}, + [3168] = {.lex_state = 51, .external_lex_state = 4}, + [3169] = {.lex_state = 78, .external_lex_state = 7}, + [3170] = {.lex_state = 94, .external_lex_state = 3}, + [3171] = {.lex_state = 53, .external_lex_state = 6}, + [3172] = {.lex_state = 37, .external_lex_state = 14}, + [3173] = {.lex_state = 1378, .external_lex_state = 6}, + [3174] = {.lex_state = 1378, .external_lex_state = 6}, + [3175] = {.lex_state = 1378, .external_lex_state = 6}, + [3176] = {.lex_state = 1378, .external_lex_state = 6}, + [3177] = {.lex_state = 53, .external_lex_state = 6}, + [3178] = {.lex_state = 1378, .external_lex_state = 6}, + [3179] = {.lex_state = 1378, .external_lex_state = 6}, + [3180] = {.lex_state = 28, .external_lex_state = 6}, + [3181] = {.lex_state = 54, .external_lex_state = 5}, + [3182] = {.lex_state = 1378, .external_lex_state = 6}, + [3183] = {.lex_state = 51, .external_lex_state = 5}, + [3184] = {.lex_state = 53, .external_lex_state = 6}, + [3185] = {.lex_state = 1378, .external_lex_state = 6}, + [3186] = {.lex_state = 52, .external_lex_state = 3}, + [3187] = {.lex_state = 52, .external_lex_state = 3}, + [3188] = {.lex_state = 51, .external_lex_state = 5}, + [3189] = {.lex_state = 1378, .external_lex_state = 6}, + [3190] = {.lex_state = 1378, .external_lex_state = 6}, + [3191] = {.lex_state = 107, .external_lex_state = 6}, + [3192] = {.lex_state = 53, .external_lex_state = 6}, + [3193] = {.lex_state = 53, .external_lex_state = 6}, + [3194] = {.lex_state = 53, .external_lex_state = 6}, + [3195] = {.lex_state = 28, .external_lex_state = 4}, + [3196] = {.lex_state = 95, .external_lex_state = 3}, + [3197] = {.lex_state = 54, .external_lex_state = 6}, + [3198] = {.lex_state = 28, .external_lex_state = 6}, + [3199] = {.lex_state = 28, .external_lex_state = 3}, + [3200] = {.lex_state = 51, .external_lex_state = 5}, + [3201] = {.lex_state = 54, .external_lex_state = 6}, + [3202] = {.lex_state = 54, .external_lex_state = 6}, + [3203] = {.lex_state = 54, .external_lex_state = 6}, + [3204] = {.lex_state = 51, .external_lex_state = 3}, + [3205] = {.lex_state = 54, .external_lex_state = 6}, + [3206] = {.lex_state = 28, .external_lex_state = 4}, + [3207] = {.lex_state = 54, .external_lex_state = 6}, + [3208] = {.lex_state = 54, .external_lex_state = 6}, + [3209] = {.lex_state = 1378, .external_lex_state = 6}, + [3210] = {.lex_state = 54, .external_lex_state = 6}, + [3211] = {.lex_state = 28, .external_lex_state = 3}, + [3212] = {.lex_state = 51, .external_lex_state = 4}, + [3213] = {.lex_state = 1378, .external_lex_state = 6}, + [3214] = {.lex_state = 54, .external_lex_state = 6}, + [3215] = {.lex_state = 1378, .external_lex_state = 6}, + [3216] = {.lex_state = 54, .external_lex_state = 6}, + [3217] = {.lex_state = 28, .external_lex_state = 5}, + [3218] = {.lex_state = 54, .external_lex_state = 6}, + [3219] = {.lex_state = 1378, .external_lex_state = 6}, + [3220] = {.lex_state = 1378, .external_lex_state = 6}, + [3221] = {.lex_state = 54, .external_lex_state = 6}, + [3222] = {.lex_state = 52, .external_lex_state = 5}, + [3223] = {.lex_state = 54, .external_lex_state = 6}, + [3224] = {.lex_state = 54, .external_lex_state = 6}, + [3225] = {.lex_state = 1378, .external_lex_state = 6}, + [3226] = {.lex_state = 1378, .external_lex_state = 6}, + [3227] = {.lex_state = 1378, .external_lex_state = 6}, + [3228] = {.lex_state = 49, .external_lex_state = 6}, + [3229] = {.lex_state = 51, .external_lex_state = 3}, + [3230] = {.lex_state = 1378, .external_lex_state = 6}, + [3231] = {.lex_state = 1378, .external_lex_state = 6}, + [3232] = {.lex_state = 1378, .external_lex_state = 6}, + [3233] = {.lex_state = 142, .external_lex_state = 6}, + [3234] = {.lex_state = 28, .external_lex_state = 5}, + [3235] = {.lex_state = 49, .external_lex_state = 4}, + [3236] = {.lex_state = 1378, .external_lex_state = 6}, + [3237] = {.lex_state = 1378, .external_lex_state = 6}, + [3238] = {.lex_state = 1378, .external_lex_state = 6}, + [3239] = {.lex_state = 1378, .external_lex_state = 6}, + [3240] = {.lex_state = 54, .external_lex_state = 6}, + [3241] = {.lex_state = 1378, .external_lex_state = 6}, + [3242] = {.lex_state = 1378, .external_lex_state = 6}, + [3243] = {.lex_state = 54, .external_lex_state = 6}, + [3244] = {.lex_state = 54, .external_lex_state = 6}, + [3245] = {.lex_state = 54, .external_lex_state = 6}, + [3246] = {.lex_state = 49, .external_lex_state = 3}, + [3247] = {.lex_state = 49, .external_lex_state = 4}, + [3248] = {.lex_state = 102, .external_lex_state = 6}, + [3249] = {.lex_state = 49, .external_lex_state = 3}, + [3250] = {.lex_state = 32, .external_lex_state = 3}, + [3251] = {.lex_state = 93, .external_lex_state = 6}, + [3252] = {.lex_state = 54, .external_lex_state = 6}, + [3253] = {.lex_state = 108, .external_lex_state = 6}, + [3254] = {.lex_state = 50, .external_lex_state = 3}, + [3255] = {.lex_state = 40, .external_lex_state = 14}, + [3256] = {.lex_state = 49, .external_lex_state = 3}, + [3257] = {.lex_state = 52, .external_lex_state = 5}, + [3258] = {.lex_state = 1378, .external_lex_state = 6}, + [3259] = {.lex_state = 1378, .external_lex_state = 6}, + [3260] = {.lex_state = 50, .external_lex_state = 3}, [3261] = {.lex_state = 50, .external_lex_state = 6}, - [3262] = {.lex_state = 37}, - [3263] = {.lex_state = 130, .external_lex_state = 6}, - [3264] = {.lex_state = 39}, - [3265] = {.lex_state = 37}, - [3266] = {.lex_state = 28, .external_lex_state = 6}, - [3267] = {.lex_state = 52, .external_lex_state = 6}, - [3268] = {.lex_state = 37}, - [3269] = {.lex_state = 28, .external_lex_state = 6}, - [3270] = {.lex_state = 134, .external_lex_state = 6}, - [3271] = {.lex_state = 212, .external_lex_state = 7}, - [3272] = {.lex_state = 50, .external_lex_state = 6}, - [3273] = {.lex_state = 52, .external_lex_state = 6}, - [3274] = {.lex_state = 37}, - [3275] = {.lex_state = 28, .external_lex_state = 6}, - [3276] = {.lex_state = 52, .external_lex_state = 6}, - [3277] = {.lex_state = 28, .external_lex_state = 6}, - [3278] = {.lex_state = 28, .external_lex_state = 6}, - [3279] = {.lex_state = 28, .external_lex_state = 6}, - [3280] = {.lex_state = 50, .external_lex_state = 6}, - [3281] = {.lex_state = 52, .external_lex_state = 6}, - [3282] = {.lex_state = 28, .external_lex_state = 6}, - [3283] = {.lex_state = 50, .external_lex_state = 6}, - [3284] = {.lex_state = 28, .external_lex_state = 6}, - [3285] = {.lex_state = 52, .external_lex_state = 6}, - [3286] = {.lex_state = 50, .external_lex_state = 6}, - [3287] = {.lex_state = 50, .external_lex_state = 6}, - [3288] = {.lex_state = 52, .external_lex_state = 6}, - [3289] = {.lex_state = 50, .external_lex_state = 6}, - [3290] = {.lex_state = 50, .external_lex_state = 6}, - [3291] = {.lex_state = 50, .external_lex_state = 6}, - [3292] = {.lex_state = 37}, - [3293] = {.lex_state = 50, .external_lex_state = 6}, - [3294] = {.lex_state = 50, .external_lex_state = 6}, - [3295] = {.lex_state = 50, .external_lex_state = 6}, - [3296] = {.lex_state = 50, .external_lex_state = 6}, - [3297] = {.lex_state = 28, .external_lex_state = 6}, - [3298] = {.lex_state = 28, .external_lex_state = 6}, - [3299] = {.lex_state = 52, .external_lex_state = 6}, - [3300] = {.lex_state = 52, .external_lex_state = 6}, - [3301] = {.lex_state = 28, .external_lex_state = 6}, - [3302] = {.lex_state = 28, .external_lex_state = 6}, - [3303] = {.lex_state = 50, .external_lex_state = 6}, - [3304] = {.lex_state = 52, .external_lex_state = 6}, - [3305] = {.lex_state = 52, .external_lex_state = 6}, - [3306] = {.lex_state = 37}, - [3307] = {.lex_state = 52, .external_lex_state = 6}, - [3308] = {.lex_state = 137, .external_lex_state = 6}, - [3309] = {.lex_state = 37}, - [3310] = {.lex_state = 37}, - [3311] = {.lex_state = 138, .external_lex_state = 6}, - [3312] = {.lex_state = 37}, - [3313] = {.lex_state = 132, .external_lex_state = 6}, - [3314] = {.lex_state = 37}, - [3315] = {.lex_state = 37}, - [3316] = {.lex_state = 37}, - [3317] = {.lex_state = 37}, - [3318] = {.lex_state = 37}, - [3319] = {.lex_state = 37}, - [3320] = {.lex_state = 37}, - [3321] = {.lex_state = 37}, - [3322] = {.lex_state = 37}, - [3323] = {.lex_state = 37}, - [3324] = {.lex_state = 37}, - [3325] = {.lex_state = 37}, - [3326] = {.lex_state = 37}, - [3327] = {.lex_state = 37}, - [3328] = {.lex_state = 37}, - [3329] = {.lex_state = 37}, - [3330] = {.lex_state = 37}, - [3331] = {.lex_state = 37}, - [3332] = {.lex_state = 37}, - [3333] = {.lex_state = 37}, - [3334] = {.lex_state = 37}, - [3335] = {.lex_state = 37}, - [3336] = {.lex_state = 205}, - [3337] = {.lex_state = 212}, - [3338] = {.lex_state = 37}, - [3339] = {.lex_state = 203}, - [3340] = {.lex_state = 205}, - [3341] = {.lex_state = 203}, - [3342] = {.lex_state = 37}, - [3343] = {.lex_state = 212}, - [3344] = {.lex_state = 37}, - [3345] = {.lex_state = 37}, - [3346] = {.lex_state = 37}, - [3347] = {.lex_state = 37}, - [3348] = {.lex_state = 37}, - [3349] = {.lex_state = 37}, - [3350] = {.lex_state = 39}, - [3351] = {.lex_state = 37}, - [3352] = {.lex_state = 37}, - [3353] = {.lex_state = 37}, - [3354] = {.lex_state = 37}, - [3355] = {.lex_state = 205}, - [3356] = {.lex_state = 37}, - [3357] = {.lex_state = 203}, - [3358] = {.lex_state = 37}, - [3359] = {.lex_state = 203}, - [3360] = {.lex_state = 37}, - [3361] = {.lex_state = 37}, - [3362] = {.lex_state = 37}, - [3363] = {.lex_state = 37}, - [3364] = {.lex_state = 37}, - [3365] = {.lex_state = 37}, - [3366] = {.lex_state = 37}, - [3367] = {.lex_state = 37}, - [3368] = {.lex_state = 37}, - [3369] = {.lex_state = 205}, - [3370] = {.lex_state = 37}, - [3371] = {.lex_state = 37}, - [3372] = {.lex_state = 203}, - [3373] = {.lex_state = 37}, - [3374] = {.lex_state = 39}, - [3375] = {.lex_state = 37}, - [3376] = {.lex_state = 37}, - [3377] = {.lex_state = 205}, - [3378] = {.lex_state = 205}, - [3379] = {.lex_state = 37}, - [3380] = {.lex_state = 37}, - [3381] = {.lex_state = 39}, - [3382] = {.lex_state = 203}, - [3383] = {.lex_state = 37}, - [3384] = {.lex_state = 37}, - [3385] = {.lex_state = 37}, - [3386] = {.lex_state = 37}, - [3387] = {.lex_state = 37}, - [3388] = {.lex_state = 37}, - [3389] = {.lex_state = 205}, - [3390] = {.lex_state = 37}, - [3391] = {.lex_state = 37}, - [3392] = {.lex_state = 37}, - [3393] = {.lex_state = 212}, - [3394] = {.lex_state = 37}, - [3395] = {.lex_state = 37}, - [3396] = {.lex_state = 37}, - [3397] = {.lex_state = 70, .external_lex_state = 7}, - [3398] = {.lex_state = 37}, - [3399] = {.lex_state = 37}, - [3400] = {.lex_state = 70, .external_lex_state = 7}, - [3401] = {.lex_state = 37}, - [3402] = {.lex_state = 37}, - [3403] = {.lex_state = 37}, - [3404] = {.lex_state = 78}, - [3405] = {.lex_state = 37}, - [3406] = {.lex_state = 37}, - [3407] = {.lex_state = 37}, - [3408] = {.lex_state = 203}, - [3409] = {.lex_state = 37}, - [3410] = {.lex_state = 37}, - [3411] = {.lex_state = 37}, - [3412] = {.lex_state = 39}, - [3413] = {.lex_state = 205}, - [3414] = {.lex_state = 37}, - [3415] = {.lex_state = 37}, - [3416] = {.lex_state = 37}, - [3417] = {.lex_state = 37}, - [3418] = {.lex_state = 70, .external_lex_state = 7}, - [3419] = {.lex_state = 203}, - [3420] = {.lex_state = 37}, - [3421] = {.lex_state = 205}, - [3422] = {.lex_state = 37}, - [3423] = {.lex_state = 37}, - [3424] = {.lex_state = 203}, - [3425] = {.lex_state = 212}, - [3426] = {.lex_state = 203}, - [3427] = {.lex_state = 37}, - [3428] = {.lex_state = 39}, - [3429] = {.lex_state = 37}, - [3430] = {.lex_state = 37}, - [3431] = {.lex_state = 37}, - [3432] = {.lex_state = 70, .external_lex_state = 7}, - [3433] = {.lex_state = 37}, - [3434] = {.lex_state = 37}, - [3435] = {.lex_state = 39}, + [3262] = {.lex_state = 50, .external_lex_state = 4}, + [3263] = {.lex_state = 110, .external_lex_state = 3}, + [3264] = {.lex_state = 1378, .external_lex_state = 6}, + [3265] = {.lex_state = 1378, .external_lex_state = 6}, + [3266] = {.lex_state = 144, .external_lex_state = 6}, + [3267] = {.lex_state = 1378, .external_lex_state = 6}, + [3268] = {.lex_state = 1378, .external_lex_state = 6}, + [3269] = {.lex_state = 95, .external_lex_state = 3}, + [3270] = {.lex_state = 54, .external_lex_state = 6}, + [3271] = {.lex_state = 32, .external_lex_state = 3}, + [3272] = {.lex_state = 54, .external_lex_state = 6}, + [3273] = {.lex_state = 1378, .external_lex_state = 6}, + [3274] = {.lex_state = 95, .external_lex_state = 3}, + [3275] = {.lex_state = 50, .external_lex_state = 4}, + [3276] = {.lex_state = 1378, .external_lex_state = 6}, + [3277] = {.lex_state = 95, .external_lex_state = 3}, + [3278] = {.lex_state = 50, .external_lex_state = 3}, + [3279] = {.lex_state = 50, .external_lex_state = 3}, + [3280] = {.lex_state = 54, .external_lex_state = 6}, + [3281] = {.lex_state = 50, .external_lex_state = 3}, + [3282] = {.lex_state = 54, .external_lex_state = 6}, + [3283] = {.lex_state = 54, .external_lex_state = 6}, + [3284] = {.lex_state = 1378, .external_lex_state = 6}, + [3285] = {.lex_state = 50, .external_lex_state = 3}, + [3286] = {.lex_state = 1378, .external_lex_state = 6}, + [3287] = {.lex_state = 52, .external_lex_state = 3}, + [3288] = {.lex_state = 1378, .external_lex_state = 6}, + [3289] = {.lex_state = 54, .external_lex_state = 6}, + [3290] = {.lex_state = 1378, .external_lex_state = 6}, + [3291] = {.lex_state = 50, .external_lex_state = 5}, + [3292] = {.lex_state = 1378, .external_lex_state = 6}, + [3293] = {.lex_state = 31, .external_lex_state = 3}, + [3294] = {.lex_state = 1378, .external_lex_state = 6}, + [3295] = {.lex_state = 1378, .external_lex_state = 6}, + [3296] = {.lex_state = 1378, .external_lex_state = 6}, + [3297] = {.lex_state = 31, .external_lex_state = 3}, + [3298] = {.lex_state = 1378, .external_lex_state = 6}, + [3299] = {.lex_state = 54, .external_lex_state = 6}, + [3300] = {.lex_state = 1378, .external_lex_state = 6}, + [3301] = {.lex_state = 52, .external_lex_state = 4}, + [3302] = {.lex_state = 31, .external_lex_state = 3}, + [3303] = {.lex_state = 1378, .external_lex_state = 6}, + [3304] = {.lex_state = 52, .external_lex_state = 3}, + [3305] = {.lex_state = 1378, .external_lex_state = 6}, + [3306] = {.lex_state = 52, .external_lex_state = 6}, + [3307] = {.lex_state = 52, .external_lex_state = 4}, + [3308] = {.lex_state = 29, .external_lex_state = 6}, + [3309] = {.lex_state = 110, .external_lex_state = 3}, + [3310] = {.lex_state = 1378, .external_lex_state = 6}, + [3311] = {.lex_state = 1378, .external_lex_state = 6}, + [3312] = {.lex_state = 51, .external_lex_state = 6}, + [3313] = {.lex_state = 110, .external_lex_state = 3}, + [3314] = {.lex_state = 49, .external_lex_state = 5}, + [3315] = {.lex_state = 1378, .external_lex_state = 6}, + [3316] = {.lex_state = 50, .external_lex_state = 4}, + [3317] = {.lex_state = 110, .external_lex_state = 3}, + [3318] = {.lex_state = 50, .external_lex_state = 4}, + [3319] = {.lex_state = 1378, .external_lex_state = 6}, + [3320] = {.lex_state = 1378, .external_lex_state = 6}, + [3321] = {.lex_state = 1378, .external_lex_state = 6}, + [3322] = {.lex_state = 1378, .external_lex_state = 6}, + [3323] = {.lex_state = 1378, .external_lex_state = 6}, + [3324] = {.lex_state = 1378, .external_lex_state = 6}, + [3325] = {.lex_state = 1378, .external_lex_state = 6}, + [3326] = {.lex_state = 52, .external_lex_state = 4}, + [3327] = {.lex_state = 28, .external_lex_state = 4}, + [3328] = {.lex_state = 50, .external_lex_state = 5}, + [3329] = {.lex_state = 28, .external_lex_state = 4}, + [3330] = {.lex_state = 31, .external_lex_state = 3}, + [3331] = {.lex_state = 1378, .external_lex_state = 6}, + [3332] = {.lex_state = 51, .external_lex_state = 4}, + [3333] = {.lex_state = 1378, .external_lex_state = 6}, + [3334] = {.lex_state = 52, .external_lex_state = 4}, + [3335] = {.lex_state = 1378, .external_lex_state = 6}, + [3336] = {.lex_state = 1378, .external_lex_state = 6}, + [3337] = {.lex_state = 1378, .external_lex_state = 6}, + [3338] = {.lex_state = 32, .external_lex_state = 3}, + [3339] = {.lex_state = 1378, .external_lex_state = 6}, + [3340] = {.lex_state = 32, .external_lex_state = 3}, + [3341] = {.lex_state = 1378, .external_lex_state = 6}, + [3342] = {.lex_state = 1378, .external_lex_state = 6}, + [3343] = {.lex_state = 1378, .external_lex_state = 6}, + [3344] = {.lex_state = 1378, .external_lex_state = 6}, + [3345] = {.lex_state = 1378, .external_lex_state = 6}, + [3346] = {.lex_state = 50, .external_lex_state = 4}, + [3347] = {.lex_state = 1378, .external_lex_state = 6}, + [3348] = {.lex_state = 49, .external_lex_state = 6}, + [3349] = {.lex_state = 49, .external_lex_state = 6}, + [3350] = {.lex_state = 145, .external_lex_state = 6}, + [3351] = {.lex_state = 49, .external_lex_state = 6}, + [3352] = {.lex_state = 49, .external_lex_state = 6}, + [3353] = {.lex_state = 1378, .external_lex_state = 6}, + [3354] = {.lex_state = 1378, .external_lex_state = 6}, + [3355] = {.lex_state = 1378, .external_lex_state = 6}, + [3356] = {.lex_state = 1378, .external_lex_state = 6}, + [3357] = {.lex_state = 1378, .external_lex_state = 6}, + [3358] = {.lex_state = 1378, .external_lex_state = 6}, + [3359] = {.lex_state = 1378, .external_lex_state = 6}, + [3360] = {.lex_state = 1378, .external_lex_state = 6}, + [3361] = {.lex_state = 1378, .external_lex_state = 6}, + [3362] = {.lex_state = 1378, .external_lex_state = 6}, + [3363] = {.lex_state = 1378, .external_lex_state = 6}, + [3364] = {.lex_state = 1378, .external_lex_state = 6}, + [3365] = {.lex_state = 131, .external_lex_state = 6}, + [3366] = {.lex_state = 1378, .external_lex_state = 6}, + [3367] = {.lex_state = 1378, .external_lex_state = 6}, + [3368] = {.lex_state = 1378, .external_lex_state = 6}, + [3369] = {.lex_state = 1378, .external_lex_state = 6}, + [3370] = {.lex_state = 28, .external_lex_state = 4}, + [3371] = {.lex_state = 82, .external_lex_state = 7}, + [3372] = {.lex_state = 82, .external_lex_state = 7}, + [3373] = {.lex_state = 49, .external_lex_state = 6}, + [3374] = {.lex_state = 49, .external_lex_state = 6}, + [3375] = {.lex_state = 1378, .external_lex_state = 6}, + [3376] = {.lex_state = 1378, .external_lex_state = 6}, + [3377] = {.lex_state = 1378, .external_lex_state = 6}, + [3378] = {.lex_state = 1378, .external_lex_state = 6}, + [3379] = {.lex_state = 143, .external_lex_state = 6}, + [3380] = {.lex_state = 49, .external_lex_state = 6}, + [3381] = {.lex_state = 50, .external_lex_state = 3}, + [3382] = {.lex_state = 1378, .external_lex_state = 6}, + [3383] = {.lex_state = 52, .external_lex_state = 4}, + [3384] = {.lex_state = 1378, .external_lex_state = 6}, + [3385] = {.lex_state = 1378, .external_lex_state = 6}, + [3386] = {.lex_state = 1378, .external_lex_state = 6}, + [3387] = {.lex_state = 1378, .external_lex_state = 6}, + [3388] = {.lex_state = 49, .external_lex_state = 6}, + [3389] = {.lex_state = 1378, .external_lex_state = 6}, + [3390] = {.lex_state = 82, .external_lex_state = 7}, + [3391] = {.lex_state = 28, .external_lex_state = 6}, + [3392] = {.lex_state = 1378, .external_lex_state = 6}, + [3393] = {.lex_state = 49, .external_lex_state = 6}, + [3394] = {.lex_state = 1378, .external_lex_state = 6}, + [3395] = {.lex_state = 49, .external_lex_state = 6}, + [3396] = {.lex_state = 1378, .external_lex_state = 6}, + [3397] = {.lex_state = 49, .external_lex_state = 6}, + [3398] = {.lex_state = 1378, .external_lex_state = 6}, + [3399] = {.lex_state = 1378, .external_lex_state = 6}, + [3400] = {.lex_state = 1378, .external_lex_state = 6}, + [3401] = {.lex_state = 1378, .external_lex_state = 6}, + [3402] = {.lex_state = 1378, .external_lex_state = 6}, + [3403] = {.lex_state = 1378, .external_lex_state = 6}, + [3404] = {.lex_state = 1378, .external_lex_state = 6}, + [3405] = {.lex_state = 1378, .external_lex_state = 6}, + [3406] = {.lex_state = 1378, .external_lex_state = 6}, + [3407] = {.lex_state = 1378, .external_lex_state = 6}, + [3408] = {.lex_state = 1378, .external_lex_state = 6}, + [3409] = {.lex_state = 1378, .external_lex_state = 6}, + [3410] = {.lex_state = 1378, .external_lex_state = 6}, + [3411] = {.lex_state = 1378, .external_lex_state = 6}, + [3412] = {.lex_state = 1378, .external_lex_state = 6}, + [3413] = {.lex_state = 49, .external_lex_state = 6}, + [3414] = {.lex_state = 103, .external_lex_state = 6}, + [3415] = {.lex_state = 49, .external_lex_state = 6}, + [3416] = {.lex_state = 1378, .external_lex_state = 6}, + [3417] = {.lex_state = 1378, .external_lex_state = 6}, + [3418] = {.lex_state = 49, .external_lex_state = 6}, + [3419] = {.lex_state = 1378, .external_lex_state = 6}, + [3420] = {.lex_state = 1378, .external_lex_state = 6}, + [3421] = {.lex_state = 1378, .external_lex_state = 6}, + [3422] = {.lex_state = 1378, .external_lex_state = 6}, + [3423] = {.lex_state = 1378, .external_lex_state = 6}, + [3424] = {.lex_state = 49, .external_lex_state = 6}, + [3425] = {.lex_state = 49, .external_lex_state = 6}, + [3426] = {.lex_state = 1378, .external_lex_state = 6}, + [3427] = {.lex_state = 1378, .external_lex_state = 6}, + [3428] = {.lex_state = 37}, + [3429] = {.lex_state = 49, .external_lex_state = 6}, + [3430] = {.lex_state = 1378, .external_lex_state = 6}, + [3431] = {.lex_state = 49, .external_lex_state = 6}, + [3432] = {.lex_state = 37}, + [3433] = {.lex_state = 1378, .external_lex_state = 6}, + [3434] = {.lex_state = 104, .external_lex_state = 6}, + [3435] = {.lex_state = 1378, .external_lex_state = 6}, [3436] = {.lex_state = 37}, - [3437] = {.lex_state = 205}, - [3438] = {.lex_state = 37}, - [3439] = {.lex_state = 37}, - [3440] = {.lex_state = 78}, - [3441] = {.lex_state = 70, .external_lex_state = 7}, - [3442] = {.lex_state = 37}, - [3443] = {.lex_state = 37}, - [3444] = {.lex_state = 70, .external_lex_state = 7}, - [3445] = {.lex_state = 37}, - [3446] = {.lex_state = 37}, - [3447] = {.lex_state = 78}, - [3448] = {.lex_state = 37}, - [3449] = {.lex_state = 37}, - [3450] = {.lex_state = 37}, - [3451] = {.lex_state = 37}, - [3452] = {.lex_state = 37}, - [3453] = {.lex_state = 37}, - [3454] = {.lex_state = 37}, - [3455] = {.lex_state = 37}, - [3456] = {.lex_state = 37}, - [3457] = {.lex_state = 37}, - [3458] = {.lex_state = 37}, - [3459] = {.lex_state = 37}, - [3460] = {.lex_state = 37}, + [3437] = {.lex_state = 1378, .external_lex_state = 6}, + [3438] = {.lex_state = 1378, .external_lex_state = 6}, + [3439] = {.lex_state = 1378, .external_lex_state = 6}, + [3440] = {.lex_state = 50, .external_lex_state = 6}, + [3441] = {.lex_state = 37}, + [3442] = {.lex_state = 52, .external_lex_state = 6}, + [3443] = {.lex_state = 1378, .external_lex_state = 6}, + [3444] = {.lex_state = 50, .external_lex_state = 5}, + [3445] = {.lex_state = 49, .external_lex_state = 6}, + [3446] = {.lex_state = 49, .external_lex_state = 6}, + [3447] = {.lex_state = 1378, .external_lex_state = 6}, + [3448] = {.lex_state = 1378, .external_lex_state = 6}, + [3449] = {.lex_state = 51, .external_lex_state = 6}, + [3450] = {.lex_state = 51, .external_lex_state = 6}, + [3451] = {.lex_state = 49, .external_lex_state = 6}, + [3452] = {.lex_state = 1378, .external_lex_state = 6}, + [3453] = {.lex_state = 1378, .external_lex_state = 6}, + [3454] = {.lex_state = 51, .external_lex_state = 6}, + [3455] = {.lex_state = 49, .external_lex_state = 6}, + [3456] = {.lex_state = 1378, .external_lex_state = 6}, + [3457] = {.lex_state = 49, .external_lex_state = 6}, + [3458] = {.lex_state = 1378, .external_lex_state = 6}, + [3459] = {.lex_state = 50, .external_lex_state = 4}, + [3460] = {.lex_state = 1378, .external_lex_state = 6}, [3461] = {.lex_state = 37}, - [3462] = {.lex_state = 37}, - [3463] = {.lex_state = 78}, + [3462] = {.lex_state = 40}, + [3463] = {.lex_state = 1378, .external_lex_state = 6}, [3464] = {.lex_state = 37}, - [3465] = {.lex_state = 37}, - [3466] = {.lex_state = 37}, - [3467] = {.lex_state = 37}, - [3468] = {.lex_state = 37}, - [3469] = {.lex_state = 37}, - [3470] = {.lex_state = 37}, - [3471] = {.lex_state = 212, .external_lex_state = 7}, - [3472] = {.lex_state = 78}, - [3473] = {.lex_state = 78}, - [3474] = {.lex_state = 212, .external_lex_state = 7}, - [3475] = {.lex_state = 78}, - [3476] = {.lex_state = 78}, - [3477] = {.lex_state = 41, .external_lex_state = 12}, - [3478] = {.lex_state = 212, .external_lex_state = 7}, - [3479] = {.lex_state = 41, .external_lex_state = 12}, - [3480] = {.lex_state = 78}, - [3481] = {.lex_state = 1356}, - [3482] = {.lex_state = 41, .external_lex_state = 12}, - [3483] = {.lex_state = 1356}, - [3484] = {.lex_state = 1356}, - [3485] = {.lex_state = 1356}, - [3486] = {.lex_state = 1356}, - [3487] = {.lex_state = 78}, - [3488] = {.lex_state = 37, .external_lex_state = 12}, - [3489] = {.lex_state = 1356}, - [3490] = {.lex_state = 1356}, - [3491] = {.lex_state = 1356}, - [3492] = {.lex_state = 1356}, - [3493] = {.lex_state = 37, .external_lex_state = 12}, - [3494] = {.lex_state = 1356}, - [3495] = {.lex_state = 1356}, - [3496] = {.lex_state = 1356}, - [3497] = {.lex_state = 1356}, - [3498] = {.lex_state = 67}, - [3499] = {.lex_state = 1356}, - [3500] = {.lex_state = 1356, .external_lex_state = 12}, - [3501] = {.lex_state = 1356, .external_lex_state = 12}, - [3502] = {.lex_state = 78}, - [3503] = {.lex_state = 1356, .external_lex_state = 12}, - [3504] = {.lex_state = 1356, .external_lex_state = 12}, - [3505] = {.lex_state = 1356}, - [3506] = {.lex_state = 78}, - [3507] = {.lex_state = 1356}, - [3508] = {.lex_state = 37}, - [3509] = {.lex_state = 78}, - [3510] = {.lex_state = 1356, .external_lex_state = 12}, - [3511] = {.lex_state = 67}, - [3512] = {.lex_state = 78}, - [3513] = {.lex_state = 37}, - [3514] = {.lex_state = 1356}, - [3515] = {.lex_state = 78}, - [3516] = {.lex_state = 1356}, - [3517] = {.lex_state = 37}, - [3518] = {.lex_state = 67}, - [3519] = {.lex_state = 1356, .external_lex_state = 12}, - [3520] = {.lex_state = 1356, .external_lex_state = 12}, - [3521] = {.lex_state = 67}, - [3522] = {.lex_state = 1356, .external_lex_state = 12}, - [3523] = {.lex_state = 78}, - [3524] = {.lex_state = 78}, - [3525] = {.lex_state = 1356, .external_lex_state = 12}, - [3526] = {.lex_state = 78}, - [3527] = {.lex_state = 1356, .external_lex_state = 12}, - [3528] = {.lex_state = 37, .external_lex_state = 12}, - [3529] = {.lex_state = 37}, - [3530] = {.lex_state = 37}, - [3531] = {.lex_state = 41, .external_lex_state = 17}, - [3532] = {.lex_state = 78}, - [3533] = {.lex_state = 1356, .external_lex_state = 12}, - [3534] = {.lex_state = 1356}, - [3535] = {.lex_state = 78}, - [3536] = {.lex_state = 41, .external_lex_state = 17}, - [3537] = {.lex_state = 1356}, - [3538] = {.lex_state = 41, .external_lex_state = 17}, - [3539] = {.lex_state = 1356, .external_lex_state = 12}, - [3540] = {.lex_state = 37}, - [3541] = {.lex_state = 41, .external_lex_state = 17}, - [3542] = {.lex_state = 1356, .external_lex_state = 12}, - [3543] = {.lex_state = 1356, .external_lex_state = 12}, - [3544] = {.lex_state = 1356}, - [3545] = {.lex_state = 1356}, - [3546] = {.lex_state = 1356, .external_lex_state = 12}, - [3547] = {.lex_state = 1356}, - [3548] = {.lex_state = 41, .external_lex_state = 17}, - [3549] = {.lex_state = 1356}, - [3550] = {.lex_state = 1356}, - [3551] = {.lex_state = 37}, - [3552] = {.lex_state = 1356}, - [3553] = {.lex_state = 1356}, - [3554] = {.lex_state = 39}, - [3555] = {.lex_state = 39}, - [3556] = {.lex_state = 1356}, - [3557] = {.lex_state = 1356}, - [3558] = {.lex_state = 1356}, - [3559] = {.lex_state = 1356}, + [3465] = {.lex_state = 1378, .external_lex_state = 6}, + [3466] = {.lex_state = 51, .external_lex_state = 6}, + [3467] = {.lex_state = 1378, .external_lex_state = 6}, + [3468] = {.lex_state = 1378, .external_lex_state = 6}, + [3469] = {.lex_state = 51, .external_lex_state = 6}, + [3470] = {.lex_state = 51, .external_lex_state = 6}, + [3471] = {.lex_state = 1378, .external_lex_state = 6}, + [3472] = {.lex_state = 1378, .external_lex_state = 6}, + [3473] = {.lex_state = 1378, .external_lex_state = 6}, + [3474] = {.lex_state = 1378, .external_lex_state = 6}, + [3475] = {.lex_state = 1378, .external_lex_state = 6}, + [3476] = {.lex_state = 1378, .external_lex_state = 6}, + [3477] = {.lex_state = 1378, .external_lex_state = 6}, + [3478] = {.lex_state = 1378, .external_lex_state = 6}, + [3479] = {.lex_state = 37}, + [3480] = {.lex_state = 51, .external_lex_state = 6}, + [3481] = {.lex_state = 1378, .external_lex_state = 6}, + [3482] = {.lex_state = 51, .external_lex_state = 6}, + [3483] = {.lex_state = 1378, .external_lex_state = 6}, + [3484] = {.lex_state = 1378, .external_lex_state = 6}, + [3485] = {.lex_state = 1378, .external_lex_state = 6}, + [3486] = {.lex_state = 1378, .external_lex_state = 6}, + [3487] = {.lex_state = 1378, .external_lex_state = 6}, + [3488] = {.lex_state = 1378, .external_lex_state = 6}, + [3489] = {.lex_state = 1378, .external_lex_state = 6}, + [3490] = {.lex_state = 50, .external_lex_state = 3}, + [3491] = {.lex_state = 1378, .external_lex_state = 6}, + [3492] = {.lex_state = 1378, .external_lex_state = 6}, + [3493] = {.lex_state = 1378, .external_lex_state = 6}, + [3494] = {.lex_state = 1378, .external_lex_state = 6}, + [3495] = {.lex_state = 51, .external_lex_state = 6}, + [3496] = {.lex_state = 1378, .external_lex_state = 6}, + [3497] = {.lex_state = 1378, .external_lex_state = 6}, + [3498] = {.lex_state = 1378, .external_lex_state = 6}, + [3499] = {.lex_state = 1378, .external_lex_state = 6}, + [3500] = {.lex_state = 28, .external_lex_state = 3}, + [3501] = {.lex_state = 1378, .external_lex_state = 6}, + [3502] = {.lex_state = 52, .external_lex_state = 3}, + [3503] = {.lex_state = 51, .external_lex_state = 6}, + [3504] = {.lex_state = 1378, .external_lex_state = 6}, + [3505] = {.lex_state = 1378, .external_lex_state = 6}, + [3506] = {.lex_state = 51, .external_lex_state = 6}, + [3507] = {.lex_state = 1378, .external_lex_state = 6}, + [3508] = {.lex_state = 1378, .external_lex_state = 6}, + [3509] = {.lex_state = 51, .external_lex_state = 6}, + [3510] = {.lex_state = 51, .external_lex_state = 6}, + [3511] = {.lex_state = 1378, .external_lex_state = 6}, + [3512] = {.lex_state = 51, .external_lex_state = 6}, + [3513] = {.lex_state = 51, .external_lex_state = 6}, + [3514] = {.lex_state = 51, .external_lex_state = 6}, + [3515] = {.lex_state = 1378, .external_lex_state = 6}, + [3516] = {.lex_state = 51, .external_lex_state = 6}, + [3517] = {.lex_state = 51, .external_lex_state = 6}, + [3518] = {.lex_state = 51, .external_lex_state = 6}, + [3519] = {.lex_state = 51, .external_lex_state = 6}, + [3520] = {.lex_state = 1378, .external_lex_state = 6}, + [3521] = {.lex_state = 1378, .external_lex_state = 6}, + [3522] = {.lex_state = 1378, .external_lex_state = 6}, + [3523] = {.lex_state = 1378, .external_lex_state = 6}, + [3524] = {.lex_state = 1378, .external_lex_state = 6}, + [3525] = {.lex_state = 149, .external_lex_state = 6}, + [3526] = {.lex_state = 51, .external_lex_state = 6}, + [3527] = {.lex_state = 1378, .external_lex_state = 6}, + [3528] = {.lex_state = 1378, .external_lex_state = 6}, + [3529] = {.lex_state = 1378, .external_lex_state = 6}, + [3530] = {.lex_state = 1378, .external_lex_state = 6}, + [3531] = {.lex_state = 1378, .external_lex_state = 6}, + [3532] = {.lex_state = 1378, .external_lex_state = 6}, + [3533] = {.lex_state = 1378, .external_lex_state = 6}, + [3534] = {.lex_state = 1378, .external_lex_state = 6}, + [3535] = {.lex_state = 1378, .external_lex_state = 6}, + [3536] = {.lex_state = 1378, .external_lex_state = 6}, + [3537] = {.lex_state = 1378, .external_lex_state = 6}, + [3538] = {.lex_state = 1378, .external_lex_state = 6}, + [3539] = {.lex_state = 37}, + [3540] = {.lex_state = 1378, .external_lex_state = 6}, + [3541] = {.lex_state = 1378, .external_lex_state = 6}, + [3542] = {.lex_state = 1378, .external_lex_state = 6}, + [3543] = {.lex_state = 49, .external_lex_state = 6}, + [3544] = {.lex_state = 1378, .external_lex_state = 6}, + [3545] = {.lex_state = 1378, .external_lex_state = 6}, + [3546] = {.lex_state = 1378, .external_lex_state = 6}, + [3547] = {.lex_state = 1378, .external_lex_state = 6}, + [3548] = {.lex_state = 1378, .external_lex_state = 6}, + [3549] = {.lex_state = 1378, .external_lex_state = 6}, + [3550] = {.lex_state = 1378, .external_lex_state = 6}, + [3551] = {.lex_state = 1378, .external_lex_state = 6}, + [3552] = {.lex_state = 1378, .external_lex_state = 6}, + [3553] = {.lex_state = 1378, .external_lex_state = 6}, + [3554] = {.lex_state = 1378, .external_lex_state = 6}, + [3555] = {.lex_state = 1378, .external_lex_state = 6}, + [3556] = {.lex_state = 1378, .external_lex_state = 6}, + [3557] = {.lex_state = 1378, .external_lex_state = 6}, + [3558] = {.lex_state = 52, .external_lex_state = 4}, + [3559] = {.lex_state = 1378, .external_lex_state = 6}, [3560] = {.lex_state = 37}, - [3561] = {.lex_state = 39}, - [3562] = {.lex_state = 39}, - [3563] = {.lex_state = 1356}, - [3564] = {.lex_state = 37}, - [3565] = {.lex_state = 1356}, - [3566] = {.lex_state = 39}, - [3567] = {.lex_state = 1356}, - [3568] = {.lex_state = 1356}, - [3569] = {.lex_state = 1356}, - [3570] = {.lex_state = 78}, - [3571] = {.lex_state = 37}, - [3572] = {.lex_state = 1356}, - [3573] = {.lex_state = 1356}, - [3574] = {.lex_state = 41, .external_lex_state = 18}, - [3575] = {.lex_state = 1356}, - [3576] = {.lex_state = 1356}, - [3577] = {.lex_state = 69, .external_lex_state = 19}, - [3578] = {.lex_state = 1356}, - [3579] = {.lex_state = 1356}, - [3580] = {.lex_state = 1356}, - [3581] = {.lex_state = 1356}, - [3582] = {.lex_state = 1356}, - [3583] = {.lex_state = 1356}, - [3584] = {.lex_state = 1356}, - [3585] = {.lex_state = 78}, - [3586] = {.lex_state = 1356}, - [3587] = {.lex_state = 1356}, - [3588] = {.lex_state = 41, .external_lex_state = 18}, - [3589] = {.lex_state = 1356}, - [3590] = {.lex_state = 1356}, - [3591] = {.lex_state = 1356}, - [3592] = {.lex_state = 1356}, - [3593] = {.lex_state = 1356}, - [3594] = {.lex_state = 1356}, - [3595] = {.lex_state = 1356}, - [3596] = {.lex_state = 1356}, - [3597] = {.lex_state = 1356}, - [3598] = {.lex_state = 1356}, - [3599] = {.lex_state = 1356}, - [3600] = {.lex_state = 41, .external_lex_state = 18}, - [3601] = {.lex_state = 1356}, - [3602] = {.lex_state = 1356}, - [3603] = {.lex_state = 1356}, - [3604] = {.lex_state = 1356}, - [3605] = {.lex_state = 1356}, - [3606] = {.lex_state = 1356}, - [3607] = {.lex_state = 1356}, - [3608] = {.lex_state = 1356}, - [3609] = {.lex_state = 1356}, - [3610] = {.lex_state = 1356}, - [3611] = {.lex_state = 1356}, - [3612] = {.lex_state = 1356}, - [3613] = {.lex_state = 1356}, - [3614] = {.lex_state = 41, .external_lex_state = 18}, - [3615] = {.lex_state = 1356}, - [3616] = {.lex_state = 1356}, - [3617] = {.lex_state = 1356}, - [3618] = {.lex_state = 1356}, - [3619] = {.lex_state = 1356}, - [3620] = {.lex_state = 78}, - [3621] = {.lex_state = 1356}, - [3622] = {.lex_state = 1356}, - [3623] = {.lex_state = 1356}, - [3624] = {.lex_state = 1356}, - [3625] = {.lex_state = 1356}, - [3626] = {.lex_state = 1356}, - [3627] = {.lex_state = 1356}, - [3628] = {.lex_state = 41, .external_lex_state = 18}, - [3629] = {.lex_state = 1356}, - [3630] = {.lex_state = 1356}, - [3631] = {.lex_state = 1356}, - [3632] = {.lex_state = 1356}, - [3633] = {.lex_state = 1356}, - [3634] = {.lex_state = 1356}, - [3635] = {.lex_state = 1356}, - [3636] = {.lex_state = 1356}, - [3637] = {.lex_state = 1356}, - [3638] = {.lex_state = 1356}, - [3639] = {.lex_state = 1356}, - [3640] = {.lex_state = 1356}, - [3641] = {.lex_state = 78}, - [3642] = {.lex_state = 1356}, - [3643] = {.lex_state = 1356}, - [3644] = {.lex_state = 1356}, - [3645] = {.lex_state = 1356}, - [3646] = {.lex_state = 1356}, - [3647] = {.lex_state = 1356}, - [3648] = {.lex_state = 1356}, - [3649] = {.lex_state = 1356}, - [3650] = {.lex_state = 1356}, - [3651] = {.lex_state = 1356}, - [3652] = {.lex_state = 1356}, - [3653] = {.lex_state = 1356}, - [3654] = {.lex_state = 1356}, - [3655] = {.lex_state = 1356}, - [3656] = {.lex_state = 78}, - [3657] = {.lex_state = 1356}, - [3658] = {.lex_state = 1356}, - [3659] = {.lex_state = 1356}, - [3660] = {.lex_state = 1356}, - [3661] = {.lex_state = 1356}, - [3662] = {.lex_state = 37}, - [3663] = {.lex_state = 78}, - [3664] = {.lex_state = 1356}, - [3665] = {.lex_state = 78}, - [3666] = {.lex_state = 1356}, - [3667] = {.lex_state = 1356}, - [3668] = {.lex_state = 1356}, - [3669] = {.lex_state = 1356}, - [3670] = {.lex_state = 78}, - [3671] = {.lex_state = 1356}, - [3672] = {.lex_state = 1356}, - [3673] = {.lex_state = 1356}, - [3674] = {.lex_state = 78}, - [3675] = {.lex_state = 1356}, - [3676] = {.lex_state = 67}, - [3677] = {.lex_state = 1356}, - [3678] = {.lex_state = 1356}, - [3679] = {.lex_state = 1356}, - [3680] = {.lex_state = 78}, - [3681] = {.lex_state = 1356}, - [3682] = {.lex_state = 78}, - [3683] = {.lex_state = 1356}, - [3684] = {.lex_state = 1356}, - [3685] = {.lex_state = 78}, - [3686] = {.lex_state = 1356}, - [3687] = {.lex_state = 1356}, - [3688] = {.lex_state = 78}, - [3689] = {.lex_state = 1356}, - [3690] = {.lex_state = 1356}, - [3691] = {.lex_state = 37}, - [3692] = {.lex_state = 37}, - [3693] = {.lex_state = 1356}, - [3694] = {.lex_state = 1356}, - [3695] = {.lex_state = 37}, - [3696] = {.lex_state = 37}, - [3697] = {.lex_state = 40}, - [3698] = {.lex_state = 1356}, - [3699] = {.lex_state = 37}, - [3700] = {.lex_state = 1356}, - [3701] = {.lex_state = 41}, - [3702] = {.lex_state = 37}, - [3703] = {.lex_state = 37}, - [3704] = {.lex_state = 1356}, - [3705] = {.lex_state = 37}, - [3706] = {.lex_state = 41}, - [3707] = {.lex_state = 37}, - [3708] = {.lex_state = 37}, - [3709] = {.lex_state = 37}, + [3561] = {.lex_state = 1378, .external_lex_state = 6}, + [3562] = {.lex_state = 1378, .external_lex_state = 6}, + [3563] = {.lex_state = 1378, .external_lex_state = 6}, + [3564] = {.lex_state = 1378, .external_lex_state = 6}, + [3565] = {.lex_state = 1378, .external_lex_state = 6}, + [3566] = {.lex_state = 51, .external_lex_state = 6}, + [3567] = {.lex_state = 51, .external_lex_state = 6}, + [3568] = {.lex_state = 52, .external_lex_state = 5}, + [3569] = {.lex_state = 1378, .external_lex_state = 6}, + [3570] = {.lex_state = 1378, .external_lex_state = 6}, + [3571] = {.lex_state = 1378, .external_lex_state = 6}, + [3572] = {.lex_state = 1378, .external_lex_state = 6}, + [3573] = {.lex_state = 1378, .external_lex_state = 6}, + [3574] = {.lex_state = 1378, .external_lex_state = 6}, + [3575] = {.lex_state = 49, .external_lex_state = 6}, + [3576] = {.lex_state = 1378, .external_lex_state = 6}, + [3577] = {.lex_state = 51, .external_lex_state = 6}, + [3578] = {.lex_state = 1378, .external_lex_state = 6}, + [3579] = {.lex_state = 1378, .external_lex_state = 6}, + [3580] = {.lex_state = 1378, .external_lex_state = 6}, + [3581] = {.lex_state = 1378, .external_lex_state = 6}, + [3582] = {.lex_state = 1378, .external_lex_state = 6}, + [3583] = {.lex_state = 1378, .external_lex_state = 6}, + [3584] = {.lex_state = 1378, .external_lex_state = 6}, + [3585] = {.lex_state = 1378, .external_lex_state = 6}, + [3586] = {.lex_state = 1378, .external_lex_state = 6}, + [3587] = {.lex_state = 51, .external_lex_state = 6}, + [3588] = {.lex_state = 1378, .external_lex_state = 6}, + [3589] = {.lex_state = 37}, + [3590] = {.lex_state = 28, .external_lex_state = 3}, + [3591] = {.lex_state = 1378, .external_lex_state = 6}, + [3592] = {.lex_state = 1378, .external_lex_state = 6}, + [3593] = {.lex_state = 1378, .external_lex_state = 6}, + [3594] = {.lex_state = 1378, .external_lex_state = 6}, + [3595] = {.lex_state = 1378, .external_lex_state = 6}, + [3596] = {.lex_state = 49, .external_lex_state = 6}, + [3597] = {.lex_state = 28, .external_lex_state = 4}, + [3598] = {.lex_state = 80, .external_lex_state = 7}, + [3599] = {.lex_state = 51, .external_lex_state = 6}, + [3600] = {.lex_state = 1378, .external_lex_state = 6}, + [3601] = {.lex_state = 37}, + [3602] = {.lex_state = 1378, .external_lex_state = 6}, + [3603] = {.lex_state = 1378, .external_lex_state = 6}, + [3604] = {.lex_state = 1378, .external_lex_state = 6}, + [3605] = {.lex_state = 1378, .external_lex_state = 6}, + [3606] = {.lex_state = 1378, .external_lex_state = 6}, + [3607] = {.lex_state = 1378, .external_lex_state = 6}, + [3608] = {.lex_state = 1378, .external_lex_state = 6}, + [3609] = {.lex_state = 1378, .external_lex_state = 6}, + [3610] = {.lex_state = 1378, .external_lex_state = 6}, + [3611] = {.lex_state = 28, .external_lex_state = 5}, + [3612] = {.lex_state = 52, .external_lex_state = 3}, + [3613] = {.lex_state = 1378, .external_lex_state = 6}, + [3614] = {.lex_state = 1378, .external_lex_state = 6}, + [3615] = {.lex_state = 1378, .external_lex_state = 6}, + [3616] = {.lex_state = 1378, .external_lex_state = 6}, + [3617] = {.lex_state = 1378, .external_lex_state = 6}, + [3618] = {.lex_state = 37}, + [3619] = {.lex_state = 1378, .external_lex_state = 6}, + [3620] = {.lex_state = 1378, .external_lex_state = 6}, + [3621] = {.lex_state = 1378, .external_lex_state = 6}, + [3622] = {.lex_state = 50, .external_lex_state = 3}, + [3623] = {.lex_state = 1378, .external_lex_state = 6}, + [3624] = {.lex_state = 28, .external_lex_state = 6}, + [3625] = {.lex_state = 52, .external_lex_state = 6}, + [3626] = {.lex_state = 37}, + [3627] = {.lex_state = 50, .external_lex_state = 6}, + [3628] = {.lex_state = 52, .external_lex_state = 6}, + [3629] = {.lex_state = 37}, + [3630] = {.lex_state = 52, .external_lex_state = 6}, + [3631] = {.lex_state = 50, .external_lex_state = 6}, + [3632] = {.lex_state = 231}, + [3633] = {.lex_state = 28, .external_lex_state = 6}, + [3634] = {.lex_state = 28, .external_lex_state = 6}, + [3635] = {.lex_state = 231}, + [3636] = {.lex_state = 52, .external_lex_state = 6}, + [3637] = {.lex_state = 50, .external_lex_state = 6}, + [3638] = {.lex_state = 240, .external_lex_state = 7}, + [3639] = {.lex_state = 52, .external_lex_state = 6}, + [3640] = {.lex_state = 37}, + [3641] = {.lex_state = 28, .external_lex_state = 6}, + [3642] = {.lex_state = 28, .external_lex_state = 6}, + [3643] = {.lex_state = 28, .external_lex_state = 6}, + [3644] = {.lex_state = 28, .external_lex_state = 6}, + [3645] = {.lex_state = 28, .external_lex_state = 6}, + [3646] = {.lex_state = 28, .external_lex_state = 6}, + [3647] = {.lex_state = 37}, + [3648] = {.lex_state = 28, .external_lex_state = 6}, + [3649] = {.lex_state = 231}, + [3650] = {.lex_state = 28, .external_lex_state = 6}, + [3651] = {.lex_state = 28, .external_lex_state = 6}, + [3652] = {.lex_state = 28, .external_lex_state = 6}, + [3653] = {.lex_state = 28, .external_lex_state = 6}, + [3654] = {.lex_state = 162}, + [3655] = {.lex_state = 28, .external_lex_state = 6}, + [3656] = {.lex_state = 231}, + [3657] = {.lex_state = 152, .external_lex_state = 6}, + [3658] = {.lex_state = 132, .external_lex_state = 6}, + [3659] = {.lex_state = 28, .external_lex_state = 6}, + [3660] = {.lex_state = 231}, + [3661] = {.lex_state = 50, .external_lex_state = 6}, + [3662] = {.lex_state = 50, .external_lex_state = 6}, + [3663] = {.lex_state = 50, .external_lex_state = 6}, + [3664] = {.lex_state = 52, .external_lex_state = 6}, + [3665] = {.lex_state = 28, .external_lex_state = 6}, + [3666] = {.lex_state = 37}, + [3667] = {.lex_state = 50, .external_lex_state = 6}, + [3668] = {.lex_state = 28, .external_lex_state = 6}, + [3669] = {.lex_state = 37}, + [3670] = {.lex_state = 28, .external_lex_state = 6}, + [3671] = {.lex_state = 231}, + [3672] = {.lex_state = 240, .external_lex_state = 7}, + [3673] = {.lex_state = 37}, + [3674] = {.lex_state = 231}, + [3675] = {.lex_state = 28, .external_lex_state = 6}, + [3676] = {.lex_state = 37}, + [3677] = {.lex_state = 37}, + [3678] = {.lex_state = 40, .external_lex_state = 14}, + [3679] = {.lex_state = 50, .external_lex_state = 6}, + [3680] = {.lex_state = 28, .external_lex_state = 6}, + [3681] = {.lex_state = 28, .external_lex_state = 6}, + [3682] = {.lex_state = 50, .external_lex_state = 6}, + [3683] = {.lex_state = 50, .external_lex_state = 6}, + [3684] = {.lex_state = 37}, + [3685] = {.lex_state = 28, .external_lex_state = 6}, + [3686] = {.lex_state = 52, .external_lex_state = 6}, + [3687] = {.lex_state = 52, .external_lex_state = 6}, + [3688] = {.lex_state = 50, .external_lex_state = 6}, + [3689] = {.lex_state = 37}, + [3690] = {.lex_state = 240, .external_lex_state = 7}, + [3691] = {.lex_state = 231}, + [3692] = {.lex_state = 52, .external_lex_state = 6}, + [3693] = {.lex_state = 50, .external_lex_state = 6}, + [3694] = {.lex_state = 50, .external_lex_state = 6}, + [3695] = {.lex_state = 52, .external_lex_state = 6}, + [3696] = {.lex_state = 146, .external_lex_state = 6}, + [3697] = {.lex_state = 37}, + [3698] = {.lex_state = 151, .external_lex_state = 6}, + [3699] = {.lex_state = 231}, + [3700] = {.lex_state = 28, .external_lex_state = 6}, + [3701] = {.lex_state = 37}, + [3702] = {.lex_state = 52, .external_lex_state = 6}, + [3703] = {.lex_state = 50, .external_lex_state = 6}, + [3704] = {.lex_state = 37}, + [3705] = {.lex_state = 52, .external_lex_state = 6}, + [3706] = {.lex_state = 231}, + [3707] = {.lex_state = 150, .external_lex_state = 6}, + [3708] = {.lex_state = 240, .external_lex_state = 7}, + [3709] = {.lex_state = 85, .external_lex_state = 7}, [3710] = {.lex_state = 37}, - [3711] = {.lex_state = 37}, + [3711] = {.lex_state = 50, .external_lex_state = 6}, [3712] = {.lex_state = 37}, - [3713] = {.lex_state = 37}, - [3714] = {.lex_state = 78}, - [3715] = {.lex_state = 37}, - [3716] = {.lex_state = 37}, - [3717] = {.lex_state = 37}, - [3718] = {.lex_state = 41}, - [3719] = {.lex_state = 78}, - [3720] = {.lex_state = 41}, - [3721] = {.lex_state = 37}, - [3722] = {.lex_state = 37}, - [3723] = {.lex_state = 37}, - [3724] = {.lex_state = 1356}, - [3725] = {.lex_state = 37}, - [3726] = {.lex_state = 37}, - [3727] = {.lex_state = 1356}, + [3713] = {.lex_state = 28, .external_lex_state = 6}, + [3714] = {.lex_state = 50, .external_lex_state = 6}, + [3715] = {.lex_state = 240, .external_lex_state = 7}, + [3716] = {.lex_state = 40}, + [3717] = {.lex_state = 50, .external_lex_state = 6}, + [3718] = {.lex_state = 50, .external_lex_state = 6}, + [3719] = {.lex_state = 50, .external_lex_state = 6}, + [3720] = {.lex_state = 50, .external_lex_state = 6}, + [3721] = {.lex_state = 50, .external_lex_state = 6}, + [3722] = {.lex_state = 52, .external_lex_state = 6}, + [3723] = {.lex_state = 50, .external_lex_state = 6}, + [3724] = {.lex_state = 50, .external_lex_state = 6}, + [3725] = {.lex_state = 50, .external_lex_state = 6}, + [3726] = {.lex_state = 50, .external_lex_state = 6}, + [3727] = {.lex_state = 28, .external_lex_state = 6}, [3728] = {.lex_state = 37}, - [3729] = {.lex_state = 37}, - [3730] = {.lex_state = 1356}, - [3731] = {.lex_state = 78}, - [3732] = {.lex_state = 78}, - [3733] = {.lex_state = 1356}, - [3734] = {.lex_state = 37}, - [3735] = {.lex_state = 37}, - [3736] = {.lex_state = 78}, - [3737] = {.lex_state = 1356}, - [3738] = {.lex_state = 37}, - [3739] = {.lex_state = 37}, - [3740] = {.lex_state = 37}, - [3741] = {.lex_state = 37}, - [3742] = {.lex_state = 41}, - [3743] = {.lex_state = 37}, - [3744] = {.lex_state = 1356}, - [3745] = {.lex_state = 41}, - [3746] = {.lex_state = 37}, - [3747] = {.lex_state = 1356}, - [3748] = {.lex_state = 37}, - [3749] = {.lex_state = 37}, - [3750] = {.lex_state = 37}, - [3751] = {.lex_state = 1356}, + [3729] = {.lex_state = 52, .external_lex_state = 6}, + [3730] = {.lex_state = 52, .external_lex_state = 6}, + [3731] = {.lex_state = 52, .external_lex_state = 6}, + [3732] = {.lex_state = 37}, + [3733] = {.lex_state = 50, .external_lex_state = 6}, + [3734] = {.lex_state = 52, .external_lex_state = 6}, + [3735] = {.lex_state = 52, .external_lex_state = 6}, + [3736] = {.lex_state = 37}, + [3737] = {.lex_state = 105, .external_lex_state = 6}, + [3738] = {.lex_state = 52, .external_lex_state = 6}, + [3739] = {.lex_state = 52, .external_lex_state = 6}, + [3740] = {.lex_state = 147, .external_lex_state = 6}, + [3741] = {.lex_state = 52, .external_lex_state = 6}, + [3742] = {.lex_state = 37}, + [3743] = {.lex_state = 52, .external_lex_state = 6}, + [3744] = {.lex_state = 37}, + [3745] = {.lex_state = 52, .external_lex_state = 6}, + [3746] = {.lex_state = 162}, + [3747] = {.lex_state = 52, .external_lex_state = 6}, + [3748] = {.lex_state = 52, .external_lex_state = 6}, + [3749] = {.lex_state = 52, .external_lex_state = 6}, + [3750] = {.lex_state = 163}, + [3751] = {.lex_state = 37}, [3752] = {.lex_state = 37}, [3753] = {.lex_state = 37}, [3754] = {.lex_state = 37}, - [3755] = {.lex_state = 1356}, - [3756] = {.lex_state = 1356}, + [3755] = {.lex_state = 153, .external_lex_state = 6}, + [3756] = {.lex_state = 37}, [3757] = {.lex_state = 37}, [3758] = {.lex_state = 37}, [3759] = {.lex_state = 37}, [3760] = {.lex_state = 37}, - [3761] = {.lex_state = 41}, - [3762] = {.lex_state = 41}, - [3763] = {.lex_state = 1356}, + [3761] = {.lex_state = 37}, + [3762] = {.lex_state = 37}, + [3763] = {.lex_state = 37}, [3764] = {.lex_state = 37}, [3765] = {.lex_state = 37}, - [3766] = {.lex_state = 1356}, + [3766] = {.lex_state = 37}, [3767] = {.lex_state = 37}, [3768] = {.lex_state = 37}, [3769] = {.lex_state = 37}, - [3770] = {.lex_state = 1356}, - [3771] = {.lex_state = 1356}, - [3772] = {.lex_state = 41}, + [3770] = {.lex_state = 148, .external_lex_state = 6}, + [3771] = {.lex_state = 37}, + [3772] = {.lex_state = 37}, [3773] = {.lex_state = 37}, - [3774] = {.lex_state = 41}, - [3775] = {.lex_state = 78}, + [3774] = {.lex_state = 37}, + [3775] = {.lex_state = 163}, [3776] = {.lex_state = 37}, - [3777] = {.lex_state = 37}, - [3778] = {.lex_state = 78}, - [3779] = {.lex_state = 1356}, - [3780] = {.lex_state = 39}, - [3781] = {.lex_state = 1356}, - [3782] = {.lex_state = 1356}, - [3783] = {.lex_state = 69}, - [3784] = {.lex_state = 1356}, - [3785] = {.lex_state = 69}, - [3786] = {.lex_state = 1356}, - [3787] = {.lex_state = 1356}, - [3788] = {.lex_state = 69}, - [3789] = {.lex_state = 1356}, - [3790] = {.lex_state = 1356}, - [3791] = {.lex_state = 69}, - [3792] = {.lex_state = 41}, - [3793] = {.lex_state = 69}, - [3794] = {.lex_state = 1356}, - [3795] = {.lex_state = 1356}, - [3796] = {.lex_state = 1356}, - [3797] = {.lex_state = 1356}, - [3798] = {.lex_state = 1356}, - [3799] = {.lex_state = 69}, - [3800] = {.lex_state = 1356}, - [3801] = {.lex_state = 69}, - [3802] = {.lex_state = 1356}, - [3803] = {.lex_state = 1356}, - [3804] = {.lex_state = 1356}, - [3805] = {.lex_state = 69}, - [3806] = {.lex_state = 1356}, - [3807] = {.lex_state = 1356}, - [3808] = {.lex_state = 1356}, - [3809] = {.lex_state = 1356}, - [3810] = {.lex_state = 224}, - [3811] = {.lex_state = 69}, - [3812] = {.lex_state = 69}, - [3813] = {.lex_state = 1356}, - [3814] = {.lex_state = 1356}, - [3815] = {.lex_state = 1356}, - [3816] = {.lex_state = 1356}, - [3817] = {.lex_state = 69}, - [3818] = {.lex_state = 1356}, - [3819] = {.lex_state = 69}, - [3820] = {.lex_state = 39}, - [3821] = {.lex_state = 1356}, - [3822] = {.lex_state = 39}, - [3823] = {.lex_state = 39}, - [3824] = {.lex_state = 1356}, - [3825] = {.lex_state = 1356}, - [3826] = {.lex_state = 39}, - [3827] = {.lex_state = 1356}, - [3828] = {.lex_state = 1356}, - [3829] = {.lex_state = 1356}, - [3830] = {.lex_state = 1356}, - [3831] = {.lex_state = 1356}, - [3832] = {.lex_state = 1356}, - [3833] = {.lex_state = 1356}, - [3834] = {.lex_state = 1356}, - [3835] = {.lex_state = 1356}, - [3836] = {.lex_state = 69}, - [3837] = {.lex_state = 1356}, - [3838] = {.lex_state = 67}, - [3839] = {.lex_state = 69}, - [3840] = {.lex_state = 67}, - [3841] = {.lex_state = 1356}, - [3842] = {.lex_state = 1356}, - [3843] = {.lex_state = 39}, - [3844] = {.lex_state = 39}, - [3845] = {.lex_state = 1356}, - [3846] = {.lex_state = 1356}, - [3847] = {.lex_state = 69}, - [3848] = {.lex_state = 1356}, - [3849] = {.lex_state = 1356}, - [3850] = {.lex_state = 1356}, - [3851] = {.lex_state = 1356}, - [3852] = {.lex_state = 1356}, - [3853] = {.lex_state = 1356}, - [3854] = {.lex_state = 1356}, - [3855] = {.lex_state = 69}, - [3856] = {.lex_state = 1356}, - [3857] = {.lex_state = 1356}, - [3858] = {.lex_state = 1356}, - [3859] = {.lex_state = 1356}, - [3860] = {.lex_state = 69}, - [3861] = {.lex_state = 1356}, - [3862] = {.lex_state = 1356}, - [3863] = {.lex_state = 1356}, - [3864] = {.lex_state = 39}, - [3865] = {.lex_state = 1356}, - [3866] = {.lex_state = 39}, - [3867] = {.lex_state = 1356}, - [3868] = {.lex_state = 1356}, - [3869] = {.lex_state = 1356}, - [3870] = {.lex_state = 1356}, - [3871] = {.lex_state = 69}, - [3872] = {.lex_state = 39}, - [3873] = {.lex_state = 1356}, - [3874] = {.lex_state = 1356}, - [3875] = {.lex_state = 224}, - [3876] = {.lex_state = 1356}, - [3877] = {.lex_state = 67}, - [3878] = {.lex_state = 39}, - [3879] = {.lex_state = 69}, - [3880] = {.lex_state = 69}, - [3881] = {.lex_state = 1356}, - [3882] = {.lex_state = 78}, - [3883] = {.lex_state = 39}, - [3884] = {.lex_state = 1356}, - [3885] = {.lex_state = 39}, - [3886] = {.lex_state = 1356}, - [3887] = {.lex_state = 69}, - [3888] = {.lex_state = 1356}, - [3889] = {.lex_state = 1356}, - [3890] = {.lex_state = 1356}, - [3891] = {.lex_state = 1356}, - [3892] = {.lex_state = 1356}, - [3893] = {.lex_state = 1356}, - [3894] = {.lex_state = 1356}, - [3895] = {.lex_state = 1356}, - [3896] = {.lex_state = 69}, - [3897] = {.lex_state = 1356}, - [3898] = {.lex_state = 69}, - [3899] = {.lex_state = 1356}, - [3900] = {.lex_state = 1356}, - [3901] = {.lex_state = 1356}, - [3902] = {.lex_state = 1356}, - [3903] = {.lex_state = 1356}, - [3904] = {.lex_state = 69}, - [3905] = {.lex_state = 1356}, - [3906] = {.lex_state = 1356}, - [3907] = {.lex_state = 1356}, - [3908] = {.lex_state = 1356}, - [3909] = {.lex_state = 1356}, - [3910] = {.lex_state = 1356}, - [3911] = {.lex_state = 1356}, - [3912] = {.lex_state = 1356}, - [3913] = {.lex_state = 224}, - [3914] = {.lex_state = 37}, - [3915] = {.lex_state = 69}, - [3916] = {.lex_state = 69}, - [3917] = {.lex_state = 69}, - [3918] = {.lex_state = 37}, - [3919] = {.lex_state = 69}, - [3920] = {.lex_state = 69}, - [3921] = {.lex_state = 69}, - [3922] = {.lex_state = 1356}, - [3923] = {.lex_state = 1356}, - [3924] = {.lex_state = 1356}, - [3925] = {.lex_state = 69}, - [3926] = {.lex_state = 69}, - [3927] = {.lex_state = 200}, - [3928] = {.lex_state = 1356}, - [3929] = {.lex_state = 40}, - [3930] = {.lex_state = 1356}, - [3931] = {.lex_state = 1356}, - [3932] = {.lex_state = 1356}, - [3933] = {.lex_state = 1356}, - [3934] = {.lex_state = 1356}, - [3935] = {.lex_state = 1356}, - [3936] = {.lex_state = 1356}, - [3937] = {.lex_state = 200}, - [3938] = {.lex_state = 69}, - [3939] = {.lex_state = 69}, - [3940] = {.lex_state = 1356}, - [3941] = {.lex_state = 1356}, - [3942] = {.lex_state = 1356}, - [3943] = {.lex_state = 1356}, - [3944] = {.lex_state = 41, .external_lex_state = 18}, - [3945] = {.lex_state = 69}, - [3946] = {.lex_state = 69}, - [3947] = {.lex_state = 69}, - [3948] = {.lex_state = 1356}, - [3949] = {.lex_state = 1356}, - [3950] = {.lex_state = 1356}, - [3951] = {.lex_state = 1356}, - [3952] = {.lex_state = 200}, - [3953] = {.lex_state = 41, .external_lex_state = 18}, - [3954] = {.lex_state = 1356}, - [3955] = {.lex_state = 1356}, - [3956] = {.lex_state = 1356}, - [3957] = {.lex_state = 41, .external_lex_state = 18}, - [3958] = {.lex_state = 1356}, - [3959] = {.lex_state = 1356}, - [3960] = {.lex_state = 1356}, - [3961] = {.lex_state = 1356}, - [3962] = {.lex_state = 1356}, - [3963] = {.lex_state = 69}, - [3964] = {.lex_state = 1356}, - [3965] = {.lex_state = 200}, - [3966] = {.lex_state = 1356}, - [3967] = {.lex_state = 69}, - [3968] = {.lex_state = 69}, - [3969] = {.lex_state = 1356}, - [3970] = {.lex_state = 69}, - [3971] = {.lex_state = 1356}, - [3972] = {.lex_state = 69}, - [3973] = {.lex_state = 41, .external_lex_state = 18}, - [3974] = {.lex_state = 1356}, - [3975] = {.lex_state = 1356}, - [3976] = {.lex_state = 1356}, - [3977] = {.lex_state = 69}, - [3978] = {.lex_state = 69}, - [3979] = {.lex_state = 69}, - [3980] = {.lex_state = 1356}, - [3981] = {.lex_state = 69}, - [3982] = {.lex_state = 37}, - [3983] = {.lex_state = 69}, - [3984] = {.lex_state = 78}, - [3985] = {.lex_state = 1356}, - [3986] = {.lex_state = 200}, - [3987] = {.lex_state = 1356}, - [3988] = {.lex_state = 1356}, - [3989] = {.lex_state = 1356}, - [3990] = {.lex_state = 1356}, - [3991] = {.lex_state = 1356}, - [3992] = {.lex_state = 1356}, - [3993] = {.lex_state = 1356}, - [3994] = {.lex_state = 1356}, - [3995] = {.lex_state = 1356}, - [3996] = {.lex_state = 69}, - [3997] = {.lex_state = 69}, - [3998] = {.lex_state = 69}, - [3999] = {.lex_state = 1356}, - [4000] = {.lex_state = 69}, - [4001] = {.lex_state = 1356}, - [4002] = {.lex_state = 1356}, - [4003] = {.lex_state = 200}, - [4004] = {.lex_state = 69}, - [4005] = {.lex_state = 1356}, - [4006] = {.lex_state = 1356}, - [4007] = {.lex_state = 69}, - [4008] = {.lex_state = 69}, - [4009] = {.lex_state = 69}, - [4010] = {.lex_state = 40}, - [4011] = {.lex_state = 40}, - [4012] = {.lex_state = 69}, - [4013] = {.lex_state = 1356}, - [4014] = {.lex_state = 69}, - [4015] = {.lex_state = 40}, - [4016] = {.lex_state = 1356}, - [4017] = {.lex_state = 200}, - [4018] = {.lex_state = 41, .external_lex_state = 18}, - [4019] = {.lex_state = 69}, - [4020] = {.lex_state = 69}, - [4021] = {.lex_state = 37}, - [4022] = {.lex_state = 69}, - [4023] = {.lex_state = 1356}, - [4024] = {.lex_state = 37}, - [4025] = {.lex_state = 1356}, - [4026] = {.lex_state = 200}, - [4027] = {.lex_state = 69}, - [4028] = {.lex_state = 1356}, - [4029] = {.lex_state = 1356}, - [4030] = {.lex_state = 1356}, - [4031] = {.lex_state = 1356}, - [4032] = {.lex_state = 69}, - [4033] = {.lex_state = 200}, - [4034] = {.lex_state = 41, .external_lex_state = 18}, - [4035] = {.lex_state = 37}, - [4036] = {.lex_state = 1356}, - [4037] = {.lex_state = 1356}, - [4038] = {.lex_state = 1356}, - [4039] = {.lex_state = 1356}, - [4040] = {.lex_state = 69}, - [4041] = {.lex_state = 69}, - [4042] = {.lex_state = 69}, - [4043] = {.lex_state = 1356}, - [4044] = {.lex_state = 1356, .external_lex_state = 19}, - [4045] = {.lex_state = 1356}, - [4046] = {.lex_state = 69}, - [4047] = {.lex_state = 37}, - [4048] = {.lex_state = 1356}, - [4049] = {.lex_state = 40}, - [4050] = {.lex_state = 78}, - [4051] = {.lex_state = 69}, - [4052] = {.lex_state = 69}, - [4053] = {.lex_state = 1356}, - [4054] = {.lex_state = 200}, - [4055] = {.lex_state = 1356}, - [4056] = {.lex_state = 1356}, - [4057] = {.lex_state = 69}, - [4058] = {.lex_state = 37}, - [4059] = {.lex_state = 1356, .external_lex_state = 19}, - [4060] = {.lex_state = 200}, - [4061] = {.lex_state = 1356}, - [4062] = {.lex_state = 1356}, - [4063] = {.lex_state = 1356}, - [4064] = {.lex_state = 69}, - [4065] = {.lex_state = 1356}, - [4066] = {.lex_state = 1356}, - [4067] = {.lex_state = 1356}, - [4068] = {.lex_state = 69}, - [4069] = {.lex_state = 69}, - [4070] = {.lex_state = 69}, - [4071] = {.lex_state = 69}, - [4072] = {.lex_state = 37}, - [4073] = {.lex_state = 1356}, - [4074] = {.lex_state = 1356}, - [4075] = {.lex_state = 69}, - [4076] = {.lex_state = 1356}, - [4077] = {.lex_state = 1356}, - [4078] = {.lex_state = 1356}, - [4079] = {.lex_state = 1356}, - [4080] = {.lex_state = 1356}, - [4081] = {.lex_state = 40}, - [4082] = {.lex_state = 1356}, - [4083] = {.lex_state = 37}, - [4084] = {.lex_state = 1356}, - [4085] = {.lex_state = 1356}, - [4086] = {.lex_state = 1356}, - [4087] = {.lex_state = 41}, - [4088] = {.lex_state = 1356}, - [4089] = {.lex_state = 1356}, - [4090] = {.lex_state = 1356}, - [4091] = {.lex_state = 1356}, - [4092] = {.lex_state = 1356}, - [4093] = {.lex_state = 37}, - [4094] = {.lex_state = 37}, - [4095] = {.lex_state = 1356}, - [4096] = {.lex_state = 1356}, - [4097] = {.lex_state = 1356}, - [4098] = {.lex_state = 1356}, - [4099] = {.lex_state = 1356}, - [4100] = {.lex_state = 1356}, - [4101] = {.lex_state = 37}, - [4102] = {.lex_state = 1356, .external_lex_state = 12}, - [4103] = {.lex_state = 1356}, - [4104] = {.lex_state = 1356}, - [4105] = {.lex_state = 1356}, - [4106] = {.lex_state = 1356, .external_lex_state = 12}, - [4107] = {.lex_state = 1356}, - [4108] = {.lex_state = 1356}, - [4109] = {.lex_state = 1356, .external_lex_state = 12}, - [4110] = {.lex_state = 1356}, - [4111] = {.lex_state = 1356}, - [4112] = {.lex_state = 1356}, - [4113] = {.lex_state = 1356}, - [4114] = {.lex_state = 37}, - [4115] = {.lex_state = 1356}, - [4116] = {.lex_state = 37}, - [4117] = {.lex_state = 1356}, - [4118] = {.lex_state = 1356}, - [4119] = {.lex_state = 1356}, - [4120] = {.lex_state = 1356}, - [4121] = {.lex_state = 37}, - [4122] = {.lex_state = 1356}, - [4123] = {.lex_state = 1356}, - [4124] = {.lex_state = 1356}, - [4125] = {.lex_state = 1356}, - [4126] = {.lex_state = 1356}, - [4127] = {.lex_state = 37}, - [4128] = {.lex_state = 1356}, - [4129] = {.lex_state = 1356}, - [4130] = {.lex_state = 1356}, - [4131] = {.lex_state = 1356}, - [4132] = {.lex_state = 1356}, - [4133] = {.lex_state = 1356}, - [4134] = {.lex_state = 37}, - [4135] = {.lex_state = 1356}, - [4136] = {.lex_state = 1356}, - [4137] = {.lex_state = 1356}, - [4138] = {.lex_state = 1356}, - [4139] = {.lex_state = 1356}, - [4140] = {.lex_state = 1356}, - [4141] = {.lex_state = 1356}, - [4142] = {.lex_state = 1356}, - [4143] = {.lex_state = 1356}, - [4144] = {.lex_state = 1356}, - [4145] = {.lex_state = 1356}, - [4146] = {.lex_state = 1356}, - [4147] = {.lex_state = 41}, - [4148] = {.lex_state = 1356}, - [4149] = {.lex_state = 1356}, - [4150] = {.lex_state = 37}, - [4151] = {.lex_state = 1356}, - [4152] = {.lex_state = 37}, - [4153] = {.lex_state = 1356}, - [4154] = {.lex_state = 1356}, - [4155] = {.lex_state = 1356}, - [4156] = {.lex_state = 1356}, - [4157] = {.lex_state = 1356}, - [4158] = {.lex_state = 37}, - [4159] = {.lex_state = 1356}, - [4160] = {.lex_state = 1356}, - [4161] = {.lex_state = 1356}, - [4162] = {.lex_state = 1356}, - [4163] = {.lex_state = 37}, - [4164] = {.lex_state = 1356}, - [4165] = {.lex_state = 1356}, - [4166] = {.lex_state = 1356}, - [4167] = {.lex_state = 1356}, - [4168] = {.lex_state = 1356}, - [4169] = {.lex_state = 1356}, - [4170] = {.lex_state = 41}, - [4171] = {.lex_state = 1356}, - [4172] = {.lex_state = 1356}, - [4173] = {.lex_state = 1356}, - [4174] = {.lex_state = 1356}, - [4175] = {.lex_state = 37}, - [4176] = {.lex_state = 37}, - [4177] = {.lex_state = 1356}, - [4178] = {.lex_state = 37}, - [4179] = {.lex_state = 1356}, - [4180] = {.lex_state = 37}, - [4181] = {.lex_state = 78}, - [4182] = {.lex_state = 1356}, - [4183] = {.lex_state = 37}, - [4184] = {.lex_state = 37}, - [4185] = {.lex_state = 37}, - [4186] = {.lex_state = 1356}, - [4187] = {.lex_state = 37}, - [4188] = {.lex_state = 37}, - [4189] = {.lex_state = 1356}, - [4190] = {.lex_state = 41}, - [4191] = {.lex_state = 1356}, - [4192] = {.lex_state = 41}, - [4193] = {.lex_state = 1356}, - [4194] = {.lex_state = 1356}, - [4195] = {.lex_state = 37}, - [4196] = {.lex_state = 37}, - [4197] = {.lex_state = 40, .external_lex_state = 12}, - [4198] = {.lex_state = 1356}, - [4199] = {.lex_state = 37}, - [4200] = {.lex_state = 37}, - [4201] = {.lex_state = 37}, - [4202] = {.lex_state = 1356}, - [4203] = {.lex_state = 37}, - [4204] = {.lex_state = 1356}, - [4205] = {.lex_state = 37}, - [4206] = {.lex_state = 37}, - [4207] = {.lex_state = 1356}, - [4208] = {.lex_state = 1356}, - [4209] = {.lex_state = 1356}, - [4210] = {.lex_state = 1356}, - [4211] = {.lex_state = 1356}, - [4212] = {.lex_state = 1356}, - [4213] = {.lex_state = 1356}, - [4214] = {.lex_state = 37}, - [4215] = {.lex_state = 1356}, - [4216] = {.lex_state = 1356}, - [4217] = {.lex_state = 1356}, - [4218] = {.lex_state = 1356}, - [4219] = {.lex_state = 1356}, - [4220] = {.lex_state = 1356}, - [4221] = {.lex_state = 37}, - [4222] = {.lex_state = 1356}, - [4223] = {.lex_state = 37}, - [4224] = {.lex_state = 1356}, - [4225] = {.lex_state = 1356}, - [4226] = {.lex_state = 1356}, - [4227] = {.lex_state = 1356}, - [4228] = {.lex_state = 1356}, - [4229] = {.lex_state = 37}, - [4230] = {.lex_state = 37}, - [4231] = {.lex_state = 1356}, - [4232] = {.lex_state = 37}, - [4233] = {.lex_state = 1356}, - [4234] = {.lex_state = 1356}, - [4235] = {.lex_state = 37}, - [4236] = {.lex_state = 1356}, - [4237] = {.lex_state = 1356}, - [4238] = {.lex_state = 37}, - [4239] = {.lex_state = 37}, - [4240] = {.lex_state = 37}, - [4241] = {.lex_state = 1356}, - [4242] = {.lex_state = 1356}, + [3777] = {.lex_state = 154, .external_lex_state = 6}, + [3778] = {.lex_state = 37}, + [3779] = {.lex_state = 37}, + [3780] = {.lex_state = 40}, + [3781] = {.lex_state = 80, .external_lex_state = 7}, + [3782] = {.lex_state = 231}, + [3783] = {.lex_state = 37}, + [3784] = {.lex_state = 37}, + [3785] = {.lex_state = 37}, + [3786] = {.lex_state = 240}, + [3787] = {.lex_state = 40}, + [3788] = {.lex_state = 37}, + [3789] = {.lex_state = 37}, + [3790] = {.lex_state = 37}, + [3791] = {.lex_state = 232}, + [3792] = {.lex_state = 232}, + [3793] = {.lex_state = 37}, + [3794] = {.lex_state = 80, .external_lex_state = 7}, + [3795] = {.lex_state = 232}, + [3796] = {.lex_state = 37}, + [3797] = {.lex_state = 37}, + [3798] = {.lex_state = 232}, + [3799] = {.lex_state = 80, .external_lex_state = 7}, + [3800] = {.lex_state = 80, .external_lex_state = 7}, + [3801] = {.lex_state = 37}, + [3802] = {.lex_state = 37}, + [3803] = {.lex_state = 37}, + [3804] = {.lex_state = 80, .external_lex_state = 7}, + [3805] = {.lex_state = 231}, + [3806] = {.lex_state = 37}, + [3807] = {.lex_state = 37}, + [3808] = {.lex_state = 231}, + [3809] = {.lex_state = 37}, + [3810] = {.lex_state = 37}, + [3811] = {.lex_state = 37}, + [3812] = {.lex_state = 37}, + [3813] = {.lex_state = 231}, + [3814] = {.lex_state = 80, .external_lex_state = 7}, + [3815] = {.lex_state = 232}, + [3816] = {.lex_state = 40}, + [3817] = {.lex_state = 37}, + [3818] = {.lex_state = 37}, + [3819] = {.lex_state = 37}, + [3820] = {.lex_state = 37}, + [3821] = {.lex_state = 37}, + [3822] = {.lex_state = 37}, + [3823] = {.lex_state = 37}, + [3824] = {.lex_state = 37}, + [3825] = {.lex_state = 37}, + [3826] = {.lex_state = 37}, + [3827] = {.lex_state = 37}, + [3828] = {.lex_state = 37}, + [3829] = {.lex_state = 37}, + [3830] = {.lex_state = 37}, + [3831] = {.lex_state = 37}, + [3832] = {.lex_state = 37}, + [3833] = {.lex_state = 40}, + [3834] = {.lex_state = 37}, + [3835] = {.lex_state = 37}, + [3836] = {.lex_state = 37}, + [3837] = {.lex_state = 240}, + [3838] = {.lex_state = 37}, + [3839] = {.lex_state = 37}, + [3840] = {.lex_state = 231}, + [3841] = {.lex_state = 240}, + [3842] = {.lex_state = 37}, + [3843] = {.lex_state = 37}, + [3844] = {.lex_state = 37}, + [3845] = {.lex_state = 37}, + [3846] = {.lex_state = 231}, + [3847] = {.lex_state = 232}, + [3848] = {.lex_state = 232}, + [3849] = {.lex_state = 37}, + [3850] = {.lex_state = 37}, + [3851] = {.lex_state = 37}, + [3852] = {.lex_state = 37}, + [3853] = {.lex_state = 37}, + [3854] = {.lex_state = 37}, + [3855] = {.lex_state = 37}, + [3856] = {.lex_state = 37}, + [3857] = {.lex_state = 37}, + [3858] = {.lex_state = 37}, + [3859] = {.lex_state = 37}, + [3860] = {.lex_state = 37}, + [3861] = {.lex_state = 37}, + [3862] = {.lex_state = 232}, + [3863] = {.lex_state = 37}, + [3864] = {.lex_state = 231}, + [3865] = {.lex_state = 37}, + [3866] = {.lex_state = 231}, + [3867] = {.lex_state = 37}, + [3868] = {.lex_state = 231}, + [3869] = {.lex_state = 37}, + [3870] = {.lex_state = 37}, + [3871] = {.lex_state = 37}, + [3872] = {.lex_state = 37}, + [3873] = {.lex_state = 37}, + [3874] = {.lex_state = 37}, + [3875] = {.lex_state = 232}, + [3876] = {.lex_state = 231}, + [3877] = {.lex_state = 40}, + [3878] = {.lex_state = 40}, + [3879] = {.lex_state = 40}, + [3880] = {.lex_state = 37}, + [3881] = {.lex_state = 40}, + [3882] = {.lex_state = 37}, + [3883] = {.lex_state = 37}, + [3884] = {.lex_state = 240}, + [3885] = {.lex_state = 37}, + [3886] = {.lex_state = 37}, + [3887] = {.lex_state = 232}, + [3888] = {.lex_state = 37}, + [3889] = {.lex_state = 37}, + [3890] = {.lex_state = 162}, + [3891] = {.lex_state = 160, .external_lex_state = 14}, + [3892] = {.lex_state = 37}, + [3893] = {.lex_state = 37}, + [3894] = {.lex_state = 37}, + [3895] = {.lex_state = 40}, + [3896] = {.lex_state = 162}, + [3897] = {.lex_state = 160, .external_lex_state = 14}, + [3898] = {.lex_state = 40}, + [3899] = {.lex_state = 37}, + [3900] = {.lex_state = 232}, + [3901] = {.lex_state = 37}, + [3902] = {.lex_state = 232}, + [3903] = {.lex_state = 37}, + [3904] = {.lex_state = 37}, + [3905] = {.lex_state = 163}, + [3906] = {.lex_state = 37}, + [3907] = {.lex_state = 161, .external_lex_state = 14}, + [3908] = {.lex_state = 37}, + [3909] = {.lex_state = 37}, + [3910] = {.lex_state = 37}, + [3911] = {.lex_state = 37}, + [3912] = {.lex_state = 37}, + [3913] = {.lex_state = 37}, + [3914] = {.lex_state = 163}, + [3915] = {.lex_state = 37}, + [3916] = {.lex_state = 37}, + [3917] = {.lex_state = 232}, + [3918] = {.lex_state = 232}, + [3919] = {.lex_state = 37}, + [3920] = {.lex_state = 232}, + [3921] = {.lex_state = 37}, + [3922] = {.lex_state = 37}, + [3923] = {.lex_state = 232}, + [3924] = {.lex_state = 161, .external_lex_state = 14}, + [3925] = {.lex_state = 232}, + [3926] = {.lex_state = 232}, + [3927] = {.lex_state = 37}, + [3928] = {.lex_state = 37}, + [3929] = {.lex_state = 37}, + [3930] = {.lex_state = 232}, + [3931] = {.lex_state = 232}, + [3932] = {.lex_state = 37}, + [3933] = {.lex_state = 227}, + [3934] = {.lex_state = 160, .external_lex_state = 14}, + [3935] = {.lex_state = 160, .external_lex_state = 14}, + [3936] = {.lex_state = 160, .external_lex_state = 14}, + [3937] = {.lex_state = 160}, + [3938] = {.lex_state = 227}, + [3939] = {.lex_state = 227}, + [3940] = {.lex_state = 160}, + [3941] = {.lex_state = 160}, + [3942] = {.lex_state = 227}, + [3943] = {.lex_state = 160}, + [3944] = {.lex_state = 227}, + [3945] = {.lex_state = 227}, + [3946] = {.lex_state = 227}, + [3947] = {.lex_state = 40}, + [3948] = {.lex_state = 161}, + [3949] = {.lex_state = 161, .external_lex_state = 14}, + [3950] = {.lex_state = 240, .external_lex_state = 7}, + [3951] = {.lex_state = 162, .external_lex_state = 14}, + [3952] = {.lex_state = 224, .external_lex_state = 14}, + [3953] = {.lex_state = 161}, + [3954] = {.lex_state = 228}, + [3955] = {.lex_state = 228}, + [3956] = {.lex_state = 228}, + [3957] = {.lex_state = 40}, + [3958] = {.lex_state = 161, .external_lex_state = 14}, + [3959] = {.lex_state = 228}, + [3960] = {.lex_state = 160, .external_lex_state = 14}, + [3961] = {.lex_state = 41, .external_lex_state = 14}, + [3962] = {.lex_state = 41, .external_lex_state = 14}, + [3963] = {.lex_state = 228}, + [3964] = {.lex_state = 162, .external_lex_state = 14}, + [3965] = {.lex_state = 228}, + [3966] = {.lex_state = 224, .external_lex_state = 14}, + [3967] = {.lex_state = 40}, + [3968] = {.lex_state = 160}, + [3969] = {.lex_state = 40}, + [3970] = {.lex_state = 228}, + [3971] = {.lex_state = 40}, + [3972] = {.lex_state = 161}, + [3973] = {.lex_state = 161, .external_lex_state = 14}, + [3974] = {.lex_state = 240, .external_lex_state = 7}, + [3975] = {.lex_state = 240, .external_lex_state = 7}, + [3976] = {.lex_state = 162, .external_lex_state = 14}, + [3977] = {.lex_state = 161}, + [3978] = {.lex_state = 224, .external_lex_state = 14}, + [3979] = {.lex_state = 224, .external_lex_state = 14}, + [3980] = {.lex_state = 163, .external_lex_state = 14}, + [3981] = {.lex_state = 1378}, + [3982] = {.lex_state = 224}, + [3983] = {.lex_state = 37, .external_lex_state = 14}, + [3984] = {.lex_state = 163, .external_lex_state = 14}, + [3985] = {.lex_state = 1378}, + [3986] = {.lex_state = 40}, + [3987] = {.lex_state = 224}, + [3988] = {.lex_state = 227}, + [3989] = {.lex_state = 223, .external_lex_state = 14}, + [3990] = {.lex_state = 1378}, + [3991] = {.lex_state = 163, .external_lex_state = 14}, + [3992] = {.lex_state = 223, .external_lex_state = 14}, + [3993] = {.lex_state = 37, .external_lex_state = 14}, + [3994] = {.lex_state = 223, .external_lex_state = 14}, + [3995] = {.lex_state = 1378}, + [3996] = {.lex_state = 41, .external_lex_state = 14}, + [3997] = {.lex_state = 223, .external_lex_state = 14}, + [3998] = {.lex_state = 226, .external_lex_state = 14}, + [3999] = {.lex_state = 1378}, + [4000] = {.lex_state = 1378}, + [4001] = {.lex_state = 1378}, + [4002] = {.lex_state = 226, .external_lex_state = 14}, + [4003] = {.lex_state = 160}, + [4004] = {.lex_state = 1378}, + [4005] = {.lex_state = 224, .external_lex_state = 14}, + [4006] = {.lex_state = 1378}, + [4007] = {.lex_state = 162, .external_lex_state = 14}, + [4008] = {.lex_state = 226, .external_lex_state = 14}, + [4009] = {.lex_state = 1378}, + [4010] = {.lex_state = 162}, + [4011] = {.lex_state = 1378}, + [4012] = {.lex_state = 226, .external_lex_state = 14}, + [4013] = {.lex_state = 1378}, + [4014] = {.lex_state = 161}, + [4015] = {.lex_state = 224}, + [4016] = {.lex_state = 161, .external_lex_state = 14}, + [4017] = {.lex_state = 162}, + [4018] = {.lex_state = 1378, .external_lex_state = 14}, + [4019] = {.lex_state = 223}, + [4020] = {.lex_state = 1378, .external_lex_state = 14}, + [4021] = {.lex_state = 224}, + [4022] = {.lex_state = 224}, + [4023] = {.lex_state = 162}, + [4024] = {.lex_state = 226}, + [4025] = {.lex_state = 1378}, + [4026] = {.lex_state = 223}, + [4027] = {.lex_state = 1378, .external_lex_state = 14}, + [4028] = {.lex_state = 226, .external_lex_state = 14}, + [4029] = {.lex_state = 1378, .external_lex_state = 14}, + [4030] = {.lex_state = 40}, + [4031] = {.lex_state = 75}, + [4032] = {.lex_state = 1378, .external_lex_state = 14}, + [4033] = {.lex_state = 75}, + [4034] = {.lex_state = 1378}, + [4035] = {.lex_state = 225, .external_lex_state = 14}, + [4036] = {.lex_state = 40}, + [4037] = {.lex_state = 40}, + [4038] = {.lex_state = 40}, + [4039] = {.lex_state = 228}, + [4040] = {.lex_state = 223}, + [4041] = {.lex_state = 75}, + [4042] = {.lex_state = 37, .external_lex_state = 14}, + [4043] = {.lex_state = 1378}, + [4044] = {.lex_state = 226}, + [4045] = {.lex_state = 161}, + [4046] = {.lex_state = 37}, + [4047] = {.lex_state = 40}, + [4048] = {.lex_state = 162}, + [4049] = {.lex_state = 163, .external_lex_state = 14}, + [4050] = {.lex_state = 37}, + [4051] = {.lex_state = 40}, + [4052] = {.lex_state = 40}, + [4053] = {.lex_state = 223, .external_lex_state = 14}, + [4054] = {.lex_state = 1378}, + [4055] = {.lex_state = 162}, + [4056] = {.lex_state = 1378, .external_lex_state = 14}, + [4057] = {.lex_state = 1378, .external_lex_state = 14}, + [4058] = {.lex_state = 225, .external_lex_state = 14}, + [4059] = {.lex_state = 37}, + [4060] = {.lex_state = 225, .external_lex_state = 14}, + [4061] = {.lex_state = 162}, + [4062] = {.lex_state = 162}, + [4063] = {.lex_state = 1378, .external_lex_state = 14}, + [4064] = {.lex_state = 1378, .external_lex_state = 14}, + [4065] = {.lex_state = 1378}, + [4066] = {.lex_state = 225, .external_lex_state = 14}, + [4067] = {.lex_state = 226}, + [4068] = {.lex_state = 224}, + [4069] = {.lex_state = 75}, + [4070] = {.lex_state = 163}, + [4071] = {.lex_state = 1378}, + [4072] = {.lex_state = 1378, .external_lex_state = 14}, + [4073] = {.lex_state = 40}, + [4074] = {.lex_state = 1378, .external_lex_state = 14}, + [4075] = {.lex_state = 1378, .external_lex_state = 14}, + [4076] = {.lex_state = 40}, + [4077] = {.lex_state = 223}, + [4078] = {.lex_state = 226}, + [4079] = {.lex_state = 1378, .external_lex_state = 14}, + [4080] = {.lex_state = 1378, .external_lex_state = 14}, + [4081] = {.lex_state = 163}, + [4082] = {.lex_state = 226}, + [4083] = {.lex_state = 163}, + [4084] = {.lex_state = 41, .external_lex_state = 17}, + [4085] = {.lex_state = 1378}, + [4086] = {.lex_state = 41, .external_lex_state = 17}, + [4087] = {.lex_state = 37}, + [4088] = {.lex_state = 162}, + [4089] = {.lex_state = 163}, + [4090] = {.lex_state = 40}, + [4091] = {.lex_state = 37}, + [4092] = {.lex_state = 225, .external_lex_state = 14}, + [4093] = {.lex_state = 223}, + [4094] = {.lex_state = 162}, + [4095] = {.lex_state = 41, .external_lex_state = 17}, + [4096] = {.lex_state = 163}, + [4097] = {.lex_state = 162}, + [4098] = {.lex_state = 225}, + [4099] = {.lex_state = 41, .external_lex_state = 17}, + [4100] = {.lex_state = 1378, .external_lex_state = 14}, + [4101] = {.lex_state = 163}, + [4102] = {.lex_state = 163}, + [4103] = {.lex_state = 223}, + [4104] = {.lex_state = 41, .external_lex_state = 17}, + [4105] = {.lex_state = 1378}, + [4106] = {.lex_state = 37}, + [4107] = {.lex_state = 226}, + [4108] = {.lex_state = 225}, + [4109] = {.lex_state = 225}, + [4110] = {.lex_state = 1378}, + [4111] = {.lex_state = 1378}, + [4112] = {.lex_state = 1378}, + [4113] = {.lex_state = 40}, + [4114] = {.lex_state = 40}, + [4115] = {.lex_state = 40}, + [4116] = {.lex_state = 163}, + [4117] = {.lex_state = 1378}, + [4118] = {.lex_state = 1378}, + [4119] = {.lex_state = 37}, + [4120] = {.lex_state = 227}, + [4121] = {.lex_state = 1378}, + [4122] = {.lex_state = 37}, + [4123] = {.lex_state = 40}, + [4124] = {.lex_state = 225}, + [4125] = {.lex_state = 1378}, + [4126] = {.lex_state = 40}, + [4127] = {.lex_state = 163}, + [4128] = {.lex_state = 227}, + [4129] = {.lex_state = 163}, + [4130] = {.lex_state = 1378}, + [4131] = {.lex_state = 225}, + [4132] = {.lex_state = 1378}, + [4133] = {.lex_state = 1378}, + [4134] = {.lex_state = 1378}, + [4135] = {.lex_state = 225}, + [4136] = {.lex_state = 37}, + [4137] = {.lex_state = 1378}, + [4138] = {.lex_state = 1378}, + [4139] = {.lex_state = 227}, + [4140] = {.lex_state = 40}, + [4141] = {.lex_state = 1378}, + [4142] = {.lex_state = 1378}, + [4143] = {.lex_state = 37}, + [4144] = {.lex_state = 1378}, + [4145] = {.lex_state = 1378}, + [4146] = {.lex_state = 1378}, + [4147] = {.lex_state = 1378}, + [4148] = {.lex_state = 1378}, + [4149] = {.lex_state = 1378}, + [4150] = {.lex_state = 1378}, + [4151] = {.lex_state = 1378}, + [4152] = {.lex_state = 1378}, + [4153] = {.lex_state = 1378}, + [4154] = {.lex_state = 40}, + [4155] = {.lex_state = 1378}, + [4156] = {.lex_state = 1378}, + [4157] = {.lex_state = 1378}, + [4158] = {.lex_state = 1378}, + [4159] = {.lex_state = 1378}, + [4160] = {.lex_state = 1378}, + [4161] = {.lex_state = 1378}, + [4162] = {.lex_state = 1378}, + [4163] = {.lex_state = 1378}, + [4164] = {.lex_state = 1378}, + [4165] = {.lex_state = 1378}, + [4166] = {.lex_state = 1378}, + [4167] = {.lex_state = 1378}, + [4168] = {.lex_state = 1378}, + [4169] = {.lex_state = 1378}, + [4170] = {.lex_state = 1378}, + [4171] = {.lex_state = 1378}, + [4172] = {.lex_state = 1378}, + [4173] = {.lex_state = 1378}, + [4174] = {.lex_state = 228}, + [4175] = {.lex_state = 1378}, + [4176] = {.lex_state = 1378}, + [4177] = {.lex_state = 1378}, + [4178] = {.lex_state = 1378}, + [4179] = {.lex_state = 1378}, + [4180] = {.lex_state = 1378}, + [4181] = {.lex_state = 228}, + [4182] = {.lex_state = 1378}, + [4183] = {.lex_state = 1378}, + [4184] = {.lex_state = 1378}, + [4185] = {.lex_state = 1378}, + [4186] = {.lex_state = 1378}, + [4187] = {.lex_state = 1378}, + [4188] = {.lex_state = 1378}, + [4189] = {.lex_state = 1378}, + [4190] = {.lex_state = 1378}, + [4191] = {.lex_state = 1378}, + [4192] = {.lex_state = 1378}, + [4193] = {.lex_state = 1378}, + [4194] = {.lex_state = 1378}, + [4195] = {.lex_state = 1378}, + [4196] = {.lex_state = 1378}, + [4197] = {.lex_state = 1378}, + [4198] = {.lex_state = 1378}, + [4199] = {.lex_state = 1378}, + [4200] = {.lex_state = 1378}, + [4201] = {.lex_state = 1378}, + [4202] = {.lex_state = 1378}, + [4203] = {.lex_state = 1378}, + [4204] = {.lex_state = 1378}, + [4205] = {.lex_state = 1378}, + [4206] = {.lex_state = 1378}, + [4207] = {.lex_state = 1378}, + [4208] = {.lex_state = 1378}, + [4209] = {.lex_state = 1378}, + [4210] = {.lex_state = 1378}, + [4211] = {.lex_state = 1378}, + [4212] = {.lex_state = 1378}, + [4213] = {.lex_state = 41, .external_lex_state = 18}, + [4214] = {.lex_state = 1378}, + [4215] = {.lex_state = 40}, + [4216] = {.lex_state = 1378}, + [4217] = {.lex_state = 1378}, + [4218] = {.lex_state = 41, .external_lex_state = 18}, + [4219] = {.lex_state = 1378}, + [4220] = {.lex_state = 1378}, + [4221] = {.lex_state = 1378}, + [4222] = {.lex_state = 40}, + [4223] = {.lex_state = 41, .external_lex_state = 18}, + [4224] = {.lex_state = 1378}, + [4225] = {.lex_state = 1378}, + [4226] = {.lex_state = 1378}, + [4227] = {.lex_state = 79, .external_lex_state = 19}, + [4228] = {.lex_state = 1378}, + [4229] = {.lex_state = 1378}, + [4230] = {.lex_state = 1378}, + [4231] = {.lex_state = 1378}, + [4232] = {.lex_state = 1378}, + [4233] = {.lex_state = 41, .external_lex_state = 18}, + [4234] = {.lex_state = 41, .external_lex_state = 18}, + [4235] = {.lex_state = 1378}, + [4236] = {.lex_state = 228}, + [4237] = {.lex_state = 1378}, + [4238] = {.lex_state = 1378}, + [4239] = {.lex_state = 1378}, + [4240] = {.lex_state = 1378}, + [4241] = {.lex_state = 1378}, + [4242] = {.lex_state = 1378}, [4243] = {.lex_state = 37}, - [4244] = {.lex_state = 37}, - [4245] = {.lex_state = 37}, - [4246] = {.lex_state = 1356}, - [4247] = {.lex_state = 1356}, - [4248] = {.lex_state = 1356}, - [4249] = {.lex_state = 1356}, - [4250] = {.lex_state = 1356}, - [4251] = {.lex_state = 1356}, - [4252] = {.lex_state = 37}, - [4253] = {.lex_state = 1356}, - [4254] = {.lex_state = 1356}, - [4255] = {.lex_state = 1356}, - [4256] = {.lex_state = 1356}, - [4257] = {.lex_state = 1356}, - [4258] = {.lex_state = 1356}, - [4259] = {.lex_state = 1356}, - [4260] = {.lex_state = 224}, - [4261] = {.lex_state = 1356}, - [4262] = {.lex_state = 79}, - [4263] = {.lex_state = 1356}, - [4264] = {.lex_state = 1356}, - [4265] = {.lex_state = 224}, - [4266] = {.lex_state = 1356}, - [4267] = {.lex_state = 1356}, - [4268] = {.lex_state = 224}, - [4269] = {.lex_state = 1356}, - [4270] = {.lex_state = 1356}, - [4271] = {.lex_state = 1356}, - [4272] = {.lex_state = 1356}, - [4273] = {.lex_state = 1356}, - [4274] = {.lex_state = 1356}, - [4275] = {.lex_state = 1356}, - [4276] = {.lex_state = 1356}, - [4277] = {.lex_state = 1356}, - [4278] = {.lex_state = 40}, - [4279] = {.lex_state = 1356}, - [4280] = {.lex_state = 1356}, - [4281] = {.lex_state = 79}, - [4282] = {.lex_state = 1356}, - [4283] = {.lex_state = 1356}, - [4284] = {.lex_state = 1356}, - [4285] = {.lex_state = 1356}, - [4286] = {.lex_state = 1356}, - [4287] = {.lex_state = 1356}, - [4288] = {.lex_state = 1356}, - [4289] = {.lex_state = 1356}, - [4290] = {.lex_state = 1356}, - [4291] = {.lex_state = 1356}, - [4292] = {.lex_state = 40}, - [4293] = {.lex_state = 1356}, - [4294] = {.lex_state = 1356}, - [4295] = {.lex_state = 1356}, - [4296] = {.lex_state = 1356}, - [4297] = {.lex_state = 1356}, - [4298] = {.lex_state = 1356}, - [4299] = {.lex_state = 1356}, - [4300] = {.lex_state = 1356}, - [4301] = {.lex_state = 1356}, - [4302] = {.lex_state = 1356}, - [4303] = {.lex_state = 40}, - [4304] = {.lex_state = 1356}, - [4305] = {.lex_state = 1356}, - [4306] = {.lex_state = 1356}, - [4307] = {.lex_state = 1356}, - [4308] = {.lex_state = 1356}, - [4309] = {.lex_state = 1356}, - [4310] = {.lex_state = 1356}, + [4244] = {.lex_state = 1378}, + [4245] = {.lex_state = 1378}, + [4246] = {.lex_state = 1378}, + [4247] = {.lex_state = 1378}, + [4248] = {.lex_state = 75}, + [4249] = {.lex_state = 1378}, + [4250] = {.lex_state = 1378}, + [4251] = {.lex_state = 1378}, + [4252] = {.lex_state = 1378}, + [4253] = {.lex_state = 1378}, + [4254] = {.lex_state = 1378}, + [4255] = {.lex_state = 1378}, + [4256] = {.lex_state = 40}, + [4257] = {.lex_state = 40}, + [4258] = {.lex_state = 1378}, + [4259] = {.lex_state = 1378}, + [4260] = {.lex_state = 1378}, + [4261] = {.lex_state = 1378}, + [4262] = {.lex_state = 40}, + [4263] = {.lex_state = 1378}, + [4264] = {.lex_state = 1378}, + [4265] = {.lex_state = 40}, + [4266] = {.lex_state = 40}, + [4267] = {.lex_state = 1378}, + [4268] = {.lex_state = 1378}, + [4269] = {.lex_state = 40}, + [4270] = {.lex_state = 1378}, + [4271] = {.lex_state = 1378}, + [4272] = {.lex_state = 1378}, + [4273] = {.lex_state = 40}, + [4274] = {.lex_state = 40}, + [4275] = {.lex_state = 40}, + [4276] = {.lex_state = 1378}, + [4277] = {.lex_state = 1378}, + [4278] = {.lex_state = 37}, + [4279] = {.lex_state = 37}, + [4280] = {.lex_state = 41}, + [4281] = {.lex_state = 1378}, + [4282] = {.lex_state = 37}, + [4283] = {.lex_state = 37}, + [4284] = {.lex_state = 37}, + [4285] = {.lex_state = 37}, + [4286] = {.lex_state = 1378}, + [4287] = {.lex_state = 37}, + [4288] = {.lex_state = 37}, + [4289] = {.lex_state = 1378}, + [4290] = {.lex_state = 37}, + [4291] = {.lex_state = 37}, + [4292] = {.lex_state = 37}, + [4293] = {.lex_state = 37}, + [4294] = {.lex_state = 37}, + [4295] = {.lex_state = 37}, + [4296] = {.lex_state = 40}, + [4297] = {.lex_state = 40}, + [4298] = {.lex_state = 1378}, + [4299] = {.lex_state = 37}, + [4300] = {.lex_state = 1378}, + [4301] = {.lex_state = 37}, + [4302] = {.lex_state = 37}, + [4303] = {.lex_state = 37}, + [4304] = {.lex_state = 37}, + [4305] = {.lex_state = 1378}, + [4306] = {.lex_state = 1378}, + [4307] = {.lex_state = 37}, + [4308] = {.lex_state = 37}, + [4309] = {.lex_state = 40}, + [4310] = {.lex_state = 37}, [4311] = {.lex_state = 40}, - [4312] = {.lex_state = 1356}, - [4313] = {.lex_state = 1356}, - [4314] = {.lex_state = 40}, - [4315] = {.lex_state = 1356}, - [4316] = {.lex_state = 1356}, - [4317] = {.lex_state = 1356}, - [4318] = {.lex_state = 1356}, - [4319] = {.lex_state = 1356}, - [4320] = {.lex_state = 1356}, - [4321] = {.lex_state = 1356}, - [4322] = {.lex_state = 1356}, - [4323] = {.lex_state = 1356}, - [4324] = {.lex_state = 1356}, - [4325] = {.lex_state = 1356}, - [4326] = {.lex_state = 1356}, - [4327] = {.lex_state = 1356}, - [4328] = {.lex_state = 1356}, - [4329] = {.lex_state = 1356}, - [4330] = {.lex_state = 1356}, - [4331] = {.lex_state = 1356}, - [4332] = {.lex_state = 1356}, - [4333] = {.lex_state = 40}, - [4334] = {.lex_state = 1356}, - [4335] = {.lex_state = 1356, .external_lex_state = 12}, - [4336] = {.lex_state = 1356}, - [4337] = {.lex_state = 1356}, - [4338] = {.lex_state = 1356}, - [4339] = {.lex_state = 1356}, - [4340] = {.lex_state = 1356}, - [4341] = {.lex_state = 40}, - [4342] = {.lex_state = 1356}, - [4343] = {.lex_state = 1356}, - [4344] = {.lex_state = 1356}, - [4345] = {.lex_state = 1356}, - [4346] = {.lex_state = 1356}, - [4347] = {.lex_state = 1356}, - [4348] = {.lex_state = 1356}, - [4349] = {.lex_state = 1356}, - [4350] = {.lex_state = 1356}, - [4351] = {.lex_state = 1356}, - [4352] = {.lex_state = 1356}, - [4353] = {.lex_state = 1356}, - [4354] = {.lex_state = 1356}, - [4355] = {.lex_state = 1356}, - [4356] = {.lex_state = 1356}, - [4357] = {.lex_state = 1356}, - [4358] = {.lex_state = 1356}, - [4359] = {.lex_state = 1356}, - [4360] = {.lex_state = 1356}, - [4361] = {.lex_state = 1356}, - [4362] = {.lex_state = 1356}, - [4363] = {.lex_state = 1356}, - [4364] = {.lex_state = 1356}, - [4365] = {.lex_state = 1356}, - [4366] = {.lex_state = 1356}, - [4367] = {.lex_state = 1356}, - [4368] = {.lex_state = 1356}, - [4369] = {.lex_state = 1356}, - [4370] = {.lex_state = 1356}, - [4371] = {.lex_state = 1356}, - [4372] = {.lex_state = 1356}, - [4373] = {.lex_state = 1356}, - [4374] = {.lex_state = 1356}, - [4375] = {.lex_state = 1356}, - [4376] = {.lex_state = 1356}, - [4377] = {.lex_state = 1356}, - [4378] = {.lex_state = 1356}, - [4379] = {.lex_state = 1356}, - [4380] = {.lex_state = 1356}, - [4381] = {.lex_state = 1356}, - [4382] = {.lex_state = 1356}, - [4383] = {.lex_state = 1356}, - [4384] = {.lex_state = 1356}, - [4385] = {.lex_state = 1356}, - [4386] = {.lex_state = 1356}, - [4387] = {.lex_state = 1356}, - [4388] = {.lex_state = 1356}, - [4389] = {.lex_state = 1356}, - [4390] = {.lex_state = 1356}, - [4391] = {.lex_state = 1356}, - [4392] = {.lex_state = 1356}, - [4393] = {.lex_state = 1356}, - [4394] = {.lex_state = 1356}, - [4395] = {.lex_state = 1356}, - [4396] = {.lex_state = 1356}, - [4397] = {.lex_state = 1356}, - [4398] = {.lex_state = 1356}, - [4399] = {.lex_state = 1356}, - [4400] = {.lex_state = 1356}, - [4401] = {.lex_state = 1356}, - [4402] = {.lex_state = 1356}, - [4403] = {.lex_state = 1356}, - [4404] = {.lex_state = 1356}, - [4405] = {.lex_state = 79}, - [4406] = {.lex_state = 1356}, - [4407] = {.lex_state = 1356}, - [4408] = {.lex_state = 1356}, - [4409] = {.lex_state = 1356}, - [4410] = {.lex_state = 1356}, - [4411] = {.lex_state = 1356}, - [4412] = {.lex_state = 1356}, - [4413] = {.lex_state = 1356}, - [4414] = {.lex_state = 1356}, - [4415] = {.lex_state = 1356}, - [4416] = {.lex_state = 1356}, - [4417] = {.lex_state = 1356}, - [4418] = {.lex_state = 1356}, - [4419] = {.lex_state = 1356}, - [4420] = {.lex_state = 1356}, - [4421] = {.lex_state = 40, .external_lex_state = 12}, - [4422] = {.lex_state = 1356}, - [4423] = {.lex_state = 1356}, - [4424] = {.lex_state = 1356}, - [4425] = {.lex_state = 1356}, - [4426] = {.lex_state = 1356}, - [4427] = {.lex_state = 1356}, - [4428] = {.lex_state = 1356}, - [4429] = {.lex_state = 1356}, - [4430] = {.lex_state = 1356}, - [4431] = {.lex_state = 1356}, - [4432] = {.lex_state = 1356}, - [4433] = {.lex_state = 1356, .external_lex_state = 12}, - [4434] = {.lex_state = 1356}, - [4435] = {.lex_state = 1356}, - [4436] = {.lex_state = 1356}, - [4437] = {.lex_state = 1356}, - [4438] = {.lex_state = 1356}, - [4439] = {.lex_state = 1356}, - [4440] = {.lex_state = 1356}, - [4441] = {.lex_state = 1356}, - [4442] = {.lex_state = 1356}, - [4443] = {.lex_state = 1356}, - [4444] = {.lex_state = 69, .external_lex_state = 12}, - [4445] = {.lex_state = 1356}, - [4446] = {.lex_state = 1356}, - [4447] = {.lex_state = 1356}, - [4448] = {.lex_state = 40}, - [4449] = {.lex_state = 1356, .external_lex_state = 12}, - [4450] = {.lex_state = 1356}, - [4451] = {.lex_state = 1356}, - [4452] = {.lex_state = 94}, - [4453] = {.lex_state = 225}, - [4454] = {.lex_state = 1356}, - [4455] = {.lex_state = 1356}, - [4456] = {.lex_state = 1356, .external_lex_state = 12}, - [4457] = {.lex_state = 1356}, - [4458] = {.lex_state = 1356}, - [4459] = {.lex_state = 1356, .external_lex_state = 12}, - [4460] = {.lex_state = 1356, .external_lex_state = 12}, - [4461] = {.lex_state = 1356}, - [4462] = {.lex_state = 1356}, - [4463] = {.lex_state = 94}, - [4464] = {.lex_state = 1356}, - [4465] = {.lex_state = 1356}, - [4466] = {.lex_state = 216}, - [4467] = {.lex_state = 220}, - [4468] = {.lex_state = 1356}, - [4469] = {.lex_state = 1356}, - [4470] = {.lex_state = 1356}, - [4471] = {.lex_state = 94}, - [4472] = {.lex_state = 30}, - [4473] = {.lex_state = 40}, - [4474] = {.lex_state = 1356}, - [4475] = {.lex_state = 1356}, - [4476] = {.lex_state = 216}, - [4477] = {.lex_state = 1356, .external_lex_state = 12}, - [4478] = {.lex_state = 1356}, - [4479] = {.lex_state = 1356}, - [4480] = {.lex_state = 30}, - [4481] = {.lex_state = 145}, - [4482] = {.lex_state = 1356}, - [4483] = {.lex_state = 216}, - [4484] = {.lex_state = 1356}, - [4485] = {.lex_state = 1356}, - [4486] = {.lex_state = 1356}, - [4487] = {.lex_state = 1356, .external_lex_state = 12}, - [4488] = {.lex_state = 40}, - [4489] = {.lex_state = 216}, - [4490] = {.lex_state = 1356}, - [4491] = {.lex_state = 225}, - [4492] = {.lex_state = 220}, - [4493] = {.lex_state = 1356}, - [4494] = {.lex_state = 1356, .external_lex_state = 12}, - [4495] = {.lex_state = 1356}, - [4496] = {.lex_state = 1356}, - [4497] = {.lex_state = 1356}, - [4498] = {.lex_state = 1356}, - [4499] = {.lex_state = 216}, - [4500] = {.lex_state = 30}, - [4501] = {.lex_state = 1356}, - [4502] = {.lex_state = 216}, - [4503] = {.lex_state = 1356}, - [4504] = {.lex_state = 40, .external_lex_state = 12}, - [4505] = {.lex_state = 1356}, - [4506] = {.lex_state = 1356}, - [4507] = {.lex_state = 1356}, - [4508] = {.lex_state = 1356}, - [4509] = {.lex_state = 40, .external_lex_state = 12}, - [4510] = {.lex_state = 94}, - [4511] = {.lex_state = 1356}, - [4512] = {.lex_state = 1356}, - [4513] = {.lex_state = 1356}, - [4514] = {.lex_state = 225}, - [4515] = {.lex_state = 1356}, - [4516] = {.lex_state = 216}, - [4517] = {.lex_state = 220}, - [4518] = {.lex_state = 1356}, - [4519] = {.lex_state = 40}, - [4520] = {.lex_state = 1356}, - [4521] = {.lex_state = 1356, .external_lex_state = 12}, - [4522] = {.lex_state = 1356}, - [4523] = {.lex_state = 220}, - [4524] = {.lex_state = 79}, - [4525] = {.lex_state = 94}, - [4526] = {.lex_state = 220}, - [4527] = {.lex_state = 1356}, - [4528] = {.lex_state = 1356}, - [4529] = {.lex_state = 1356}, - [4530] = {.lex_state = 1356}, - [4531] = {.lex_state = 1356}, - [4532] = {.lex_state = 1356}, - [4533] = {.lex_state = 1356}, - [4534] = {.lex_state = 1356}, - [4535] = {.lex_state = 1356}, - [4536] = {.lex_state = 1356}, - [4537] = {.lex_state = 30}, - [4538] = {.lex_state = 1356}, - [4539] = {.lex_state = 1356}, - [4540] = {.lex_state = 30}, - [4541] = {.lex_state = 1356}, - [4542] = {.lex_state = 94}, - [4543] = {.lex_state = 1356}, - [4544] = {.lex_state = 1356}, - [4545] = {.lex_state = 1356}, - [4546] = {.lex_state = 216}, - [4547] = {.lex_state = 1356}, - [4548] = {.lex_state = 40}, - [4549] = {.lex_state = 1356}, - [4550] = {.lex_state = 1356}, - [4551] = {.lex_state = 1356}, - [4552] = {.lex_state = 94}, - [4553] = {.lex_state = 1356, .external_lex_state = 12}, - [4554] = {.lex_state = 1356}, - [4555] = {.lex_state = 1356}, - [4556] = {.lex_state = 145}, - [4557] = {.lex_state = 1356}, - [4558] = {.lex_state = 94}, - [4559] = {.lex_state = 94}, - [4560] = {.lex_state = 1356}, - [4561] = {.lex_state = 1356}, - [4562] = {.lex_state = 1356}, - [4563] = {.lex_state = 1356}, - [4564] = {.lex_state = 1356}, - [4565] = {.lex_state = 1356}, - [4566] = {.lex_state = 1356}, - [4567] = {.lex_state = 1356}, - [4568] = {.lex_state = 216}, - [4569] = {.lex_state = 94}, - [4570] = {.lex_state = 216}, - [4571] = {.lex_state = 1356}, - [4572] = {.lex_state = 1356}, - [4573] = {.lex_state = 1356}, - [4574] = {.lex_state = 1356}, - [4575] = {.lex_state = 1356}, - [4576] = {.lex_state = 1356}, - [4577] = {.lex_state = 1356}, - [4578] = {.lex_state = 217}, - [4579] = {.lex_state = 1356, .external_lex_state = 12}, - [4580] = {.lex_state = 217}, - [4581] = {.lex_state = 1356}, - [4582] = {.lex_state = 146}, - [4583] = {.lex_state = 217}, - [4584] = {.lex_state = 40}, - [4585] = {.lex_state = 217}, - [4586] = {.lex_state = 69, .external_lex_state = 12}, - [4587] = {.lex_state = 1356}, - [4588] = {.lex_state = 40}, - [4589] = {.lex_state = 1356}, - [4590] = {.lex_state = 1356}, - [4591] = {.lex_state = 146}, - [4592] = {.lex_state = 40, .external_lex_state = 12}, - [4593] = {.lex_state = 1356, .external_lex_state = 12}, - [4594] = {.lex_state = 1356}, - [4595] = {.lex_state = 1356}, - [4596] = {.lex_state = 1356}, - [4597] = {.lex_state = 1356}, - [4598] = {.lex_state = 40}, - [4599] = {.lex_state = 1356}, - [4600] = {.lex_state = 217}, - [4601] = {.lex_state = 217}, - [4602] = {.lex_state = 40, .external_lex_state = 12}, - [4603] = {.lex_state = 1356}, - [4604] = {.lex_state = 217}, - [4605] = {.lex_state = 40}, - [4606] = {.lex_state = 1356}, - [4607] = {.lex_state = 69, .external_lex_state = 12}, - [4608] = {.lex_state = 217}, - [4609] = {.lex_state = 217}, - [4610] = {.lex_state = 1356}, - [4611] = {.lex_state = 1356, .external_lex_state = 12}, - [4612] = {.lex_state = 1356}, - [4613] = {.lex_state = 1356}, - [4614] = {.lex_state = 217}, - [4615] = {.lex_state = 217}, - [4616] = {.lex_state = 1356, .external_lex_state = 12}, - [4617] = {.lex_state = 146}, - [4618] = {.lex_state = 1356}, - [4619] = {.lex_state = 217}, - [4620] = {.lex_state = 217}, - [4621] = {.lex_state = 1356}, - [4622] = {.lex_state = 1356}, - [4623] = {.lex_state = 1356}, - [4624] = {.lex_state = 1356, .external_lex_state = 12}, - [4625] = {.lex_state = 1356}, - [4626] = {.lex_state = 1356}, - [4627] = {.lex_state = 1356}, - [4628] = {.lex_state = 1356}, - [4629] = {.lex_state = 217}, - [4630] = {.lex_state = 1356}, - [4631] = {.lex_state = 146}, - [4632] = {.lex_state = 1356}, - [4633] = {.lex_state = 1356}, - [4634] = {.lex_state = 1356}, - [4635] = {.lex_state = 1356}, - [4636] = {.lex_state = 1356, .external_lex_state = 12}, - [4637] = {.lex_state = 1356}, - [4638] = {.lex_state = 1356}, - [4639] = {.lex_state = 1356}, - [4640] = {.lex_state = 1356, .external_lex_state = 12}, - [4641] = {.lex_state = 217}, - [4642] = {.lex_state = 1356}, - [4643] = {.lex_state = 1356}, - [4644] = {.lex_state = 1356}, - [4645] = {.lex_state = 1356}, - [4646] = {.lex_state = 1356}, - [4647] = {.lex_state = 40}, - [4648] = {.lex_state = 1356}, - [4649] = {.lex_state = 1356}, - [4650] = {.lex_state = 1356}, - [4651] = {.lex_state = 1356, .external_lex_state = 12}, - [4652] = {.lex_state = 217}, - [4653] = {.lex_state = 217}, - [4654] = {.lex_state = 37}, - [4655] = {.lex_state = 1356}, - [4656] = {.lex_state = 1356}, - [4657] = {.lex_state = 1356}, - [4658] = {.lex_state = 1356, .external_lex_state = 12}, - [4659] = {.lex_state = 217}, - [4660] = {.lex_state = 217}, - [4661] = {.lex_state = 217}, - [4662] = {.lex_state = 217}, - [4663] = {.lex_state = 1356}, - [4664] = {.lex_state = 1356, .external_lex_state = 12}, - [4665] = {.lex_state = 1356}, - [4666] = {.lex_state = 1356}, - [4667] = {.lex_state = 1356}, - [4668] = {.lex_state = 1356}, - [4669] = {.lex_state = 1356}, - [4670] = {.lex_state = 1356, .external_lex_state = 12}, - [4671] = {.lex_state = 1356, .external_lex_state = 12}, - [4672] = {.lex_state = 217}, - [4673] = {.lex_state = 217}, - [4674] = {.lex_state = 217}, - [4675] = {.lex_state = 217}, - [4676] = {.lex_state = 1356}, - [4677] = {.lex_state = 1356}, - [4678] = {.lex_state = 206, .external_lex_state = 12}, - [4679] = {.lex_state = 1356}, - [4680] = {.lex_state = 1356}, - [4681] = {.lex_state = 1356}, - [4682] = {.lex_state = 1356}, - [4683] = {.lex_state = 1356}, - [4684] = {.lex_state = 1356}, - [4685] = {.lex_state = 1356}, - [4686] = {.lex_state = 1356, .external_lex_state = 20}, - [4687] = {.lex_state = 1356}, - [4688] = {.lex_state = 1356, .external_lex_state = 21}, - [4689] = {.lex_state = 1356}, - [4690] = {.lex_state = 208}, - [4691] = {.lex_state = 1356}, - [4692] = {.lex_state = 1356}, - [4693] = {.lex_state = 215}, - [4694] = {.lex_state = 1356}, - [4695] = {.lex_state = 1356}, - [4696] = {.lex_state = 1356}, - [4697] = {.lex_state = 1356}, - [4698] = {.lex_state = 69, .external_lex_state = 12}, - [4699] = {.lex_state = 1356}, - [4700] = {.lex_state = 1356}, - [4701] = {.lex_state = 1356}, - [4702] = {.lex_state = 1356}, - [4703] = {.lex_state = 1356}, - [4704] = {.lex_state = 1356}, - [4705] = {.lex_state = 40}, - [4706] = {.lex_state = 1356}, - [4707] = {.lex_state = 40}, - [4708] = {.lex_state = 1356}, - [4709] = {.lex_state = 1356}, - [4710] = {.lex_state = 1356}, - [4711] = {.lex_state = 208}, - [4712] = {.lex_state = 1356}, - [4713] = {.lex_state = 1356}, - [4714] = {.lex_state = 1356}, - [4715] = {.lex_state = 69}, - [4716] = {.lex_state = 40}, - [4717] = {.lex_state = 69}, - [4718] = {.lex_state = 1356, .external_lex_state = 21}, - [4719] = {.lex_state = 1356}, - [4720] = {.lex_state = 1356, .external_lex_state = 20}, - [4721] = {.lex_state = 1356}, - [4722] = {.lex_state = 1356}, - [4723] = {.lex_state = 1356}, - [4724] = {.lex_state = 1356}, - [4725] = {.lex_state = 1356, .external_lex_state = 12}, - [4726] = {.lex_state = 1356}, - [4727] = {.lex_state = 1356}, - [4728] = {.lex_state = 1356}, - [4729] = {.lex_state = 1356}, - [4730] = {.lex_state = 1356}, - [4731] = {.lex_state = 1356}, - [4732] = {.lex_state = 1356}, - [4733] = {.lex_state = 1356}, - [4734] = {.lex_state = 1356}, - [4735] = {.lex_state = 1356}, - [4736] = {.lex_state = 1356}, - [4737] = {.lex_state = 1356}, - [4738] = {.lex_state = 1356}, - [4739] = {.lex_state = 1356}, - [4740] = {.lex_state = 1356}, - [4741] = {.lex_state = 1356}, - [4742] = {.lex_state = 1356}, - [4743] = {.lex_state = 1356}, - [4744] = {.lex_state = 1356}, - [4745] = {.lex_state = 1356}, - [4746] = {.lex_state = 208}, - [4747] = {.lex_state = 1356}, - [4748] = {.lex_state = 1356, .external_lex_state = 21}, - [4749] = {.lex_state = 1356}, - [4750] = {.lex_state = 1356}, - [4751] = {.lex_state = 1356}, - [4752] = {.lex_state = 1356}, - [4753] = {.lex_state = 208}, - [4754] = {.lex_state = 208}, - [4755] = {.lex_state = 1356}, - [4756] = {.lex_state = 1356}, - [4757] = {.lex_state = 1356}, - [4758] = {.lex_state = 1356}, - [4759] = {.lex_state = 1356}, - [4760] = {.lex_state = 1356}, - [4761] = {.lex_state = 1356}, - [4762] = {.lex_state = 1356}, - [4763] = {.lex_state = 1356}, - [4764] = {.lex_state = 1356}, - [4765] = {.lex_state = 1356}, - [4766] = {.lex_state = 1356}, - [4767] = {.lex_state = 1356}, - [4768] = {.lex_state = 1356}, - [4769] = {.lex_state = 1356}, - [4770] = {.lex_state = 1356}, - [4771] = {.lex_state = 1356}, - [4772] = {.lex_state = 1356}, - [4773] = {.lex_state = 1356}, - [4774] = {.lex_state = 1356}, - [4775] = {.lex_state = 1356}, - [4776] = {.lex_state = 215}, - [4777] = {.lex_state = 1356}, - [4778] = {.lex_state = 1356}, - [4779] = {.lex_state = 1356}, - [4780] = {.lex_state = 1356}, - [4781] = {.lex_state = 1356}, - [4782] = {.lex_state = 1356}, - [4783] = {.lex_state = 1356}, - [4784] = {.lex_state = 1356}, - [4785] = {.lex_state = 1356}, - [4786] = {.lex_state = 208}, - [4787] = {.lex_state = 1356}, - [4788] = {.lex_state = 1356}, - [4789] = {.lex_state = 1356}, - [4790] = {.lex_state = 69}, - [4791] = {.lex_state = 1356}, - [4792] = {.lex_state = 40}, - [4793] = {.lex_state = 69}, - [4794] = {.lex_state = 1356}, - [4795] = {.lex_state = 1356}, - [4796] = {.lex_state = 1356}, - [4797] = {.lex_state = 208}, - [4798] = {.lex_state = 1356, .external_lex_state = 20}, - [4799] = {.lex_state = 1356}, - [4800] = {.lex_state = 208}, - [4801] = {.lex_state = 1356}, - [4802] = {.lex_state = 1356}, - [4803] = {.lex_state = 1356}, - [4804] = {.lex_state = 40}, - [4805] = {.lex_state = 1356}, - [4806] = {.lex_state = 1356}, - [4807] = {.lex_state = 1356}, - [4808] = {.lex_state = 1356}, - [4809] = {.lex_state = 1356}, - [4810] = {.lex_state = 1356}, - [4811] = {.lex_state = 1356}, - [4812] = {.lex_state = 1356, .external_lex_state = 21}, - [4813] = {.lex_state = 1356}, - [4814] = {.lex_state = 1356}, - [4815] = {.lex_state = 1356}, - [4816] = {.lex_state = 1356}, - [4817] = {.lex_state = 1356}, - [4818] = {.lex_state = 1356}, - [4819] = {.lex_state = 1356}, - [4820] = {.lex_state = 1356, .external_lex_state = 21}, - [4821] = {.lex_state = 1356}, - [4822] = {.lex_state = 1356}, - [4823] = {.lex_state = 1356}, - [4824] = {.lex_state = 1356}, - [4825] = {.lex_state = 1356, .external_lex_state = 21}, - [4826] = {.lex_state = 40}, - [4827] = {.lex_state = 1356}, - [4828] = {.lex_state = 1356}, - [4829] = {.lex_state = 1356}, - [4830] = {.lex_state = 1356}, - [4831] = {.lex_state = 1356}, - [4832] = {.lex_state = 1356}, - [4833] = {.lex_state = 1356}, - [4834] = {.lex_state = 1356}, - [4835] = {.lex_state = 1356}, - [4836] = {.lex_state = 1356, .external_lex_state = 21}, - [4837] = {.lex_state = 1356}, - [4838] = {.lex_state = 1356}, - [4839] = {.lex_state = 1356}, - [4840] = {.lex_state = 1356}, - [4841] = {.lex_state = 1356}, - [4842] = {.lex_state = 30, .external_lex_state = 7}, - [4843] = {.lex_state = 1356, .external_lex_state = 21}, - [4844] = {.lex_state = 1356}, - [4845] = {.lex_state = 1356}, - [4846] = {.lex_state = 1356}, - [4847] = {.lex_state = 1356}, - [4848] = {.lex_state = 1356}, - [4849] = {.lex_state = 1356}, - [4850] = {.lex_state = 1356}, - [4851] = {.lex_state = 1356}, - [4852] = {.lex_state = 40}, - [4853] = {.lex_state = 215}, - [4854] = {.lex_state = 40}, - [4855] = {.lex_state = 30, .external_lex_state = 7}, - [4856] = {.lex_state = 1356}, - [4857] = {.lex_state = 1356}, - [4858] = {.lex_state = 1356}, - [4859] = {.lex_state = 1356}, - [4860] = {.lex_state = 1356}, - [4861] = {.lex_state = 1356}, - [4862] = {.lex_state = 1356}, - [4863] = {.lex_state = 40}, - [4864] = {.lex_state = 40}, - [4865] = {.lex_state = 1356}, - [4866] = {.lex_state = 1356}, - [4867] = {.lex_state = 40}, - [4868] = {.lex_state = 1356}, - [4869] = {.lex_state = 1356}, - [4870] = {.lex_state = 1356}, - [4871] = {.lex_state = 40}, - [4872] = {.lex_state = 1356}, - [4873] = {.lex_state = 1356}, - [4874] = {.lex_state = 40}, - [4875] = {.lex_state = 40}, - [4876] = {.lex_state = 1356}, - [4877] = {.lex_state = 1356}, - [4878] = {.lex_state = 1356}, - [4879] = {.lex_state = 208}, - [4880] = {.lex_state = 1356}, - [4881] = {.lex_state = 1356}, - [4882] = {.lex_state = 1356, .external_lex_state = 21}, - [4883] = {.lex_state = 1356}, - [4884] = {.lex_state = 1356}, - [4885] = {.lex_state = 1356}, - [4886] = {.lex_state = 69}, - [4887] = {.lex_state = 1356}, - [4888] = {.lex_state = 1356}, - [4889] = {.lex_state = 1356}, - [4890] = {.lex_state = 1356}, - [4891] = {.lex_state = 1356}, - [4892] = {.lex_state = 1356}, - [4893] = {.lex_state = 1356}, - [4894] = {.lex_state = 1356}, - [4895] = {.lex_state = 225}, - [4896] = {.lex_state = 1356}, - [4897] = {.lex_state = 219}, - [4898] = {.lex_state = 1356}, - [4899] = {.lex_state = 69}, - [4900] = {.lex_state = 1356}, - [4901] = {.lex_state = 1356}, - [4902] = {.lex_state = 1356}, - [4903] = {.lex_state = 1356}, - [4904] = {.lex_state = 1356}, - [4905] = {.lex_state = 1356}, - [4906] = {.lex_state = 1356}, - [4907] = {.lex_state = 225}, - [4908] = {.lex_state = 1356, .external_lex_state = 20}, - [4909] = {.lex_state = 1356}, - [4910] = {.lex_state = 69, .external_lex_state = 12}, - [4911] = {.lex_state = 1356}, - [4912] = {.lex_state = 1356}, - [4913] = {.lex_state = 208}, - [4914] = {.lex_state = 1356}, - [4915] = {.lex_state = 1356}, - [4916] = {.lex_state = 1356}, - [4917] = {.lex_state = 1356}, - [4918] = {.lex_state = 1356}, - [4919] = {.lex_state = 1356}, - [4920] = {.lex_state = 1356}, - [4921] = {.lex_state = 40}, - [4922] = {.lex_state = 1356}, - [4923] = {.lex_state = 1356}, - [4924] = {.lex_state = 1356}, - [4925] = {.lex_state = 1356}, - [4926] = {.lex_state = 1356}, - [4927] = {.lex_state = 1356}, - [4928] = {.lex_state = 1356}, - [4929] = {.lex_state = 1356}, - [4930] = {.lex_state = 78}, - [4931] = {.lex_state = 1356}, - [4932] = {.lex_state = 1356}, - [4933] = {.lex_state = 1356, .external_lex_state = 21}, - [4934] = {.lex_state = 1356}, - [4935] = {.lex_state = 1356}, - [4936] = {.lex_state = 1356}, - [4937] = {.lex_state = 1356}, - [4938] = {.lex_state = 1356}, - [4939] = {.lex_state = 78}, - [4940] = {.lex_state = 1356}, - [4941] = {.lex_state = 1356, .external_lex_state = 12}, - [4942] = {.lex_state = 1356}, - [4943] = {.lex_state = 1356}, - [4944] = {.lex_state = 1356}, - [4945] = {.lex_state = 1356, .external_lex_state = 12}, - [4946] = {.lex_state = 1356}, - [4947] = {.lex_state = 1356}, - [4948] = {.lex_state = 1356}, - [4949] = {.lex_state = 1356}, - [4950] = {.lex_state = 1356}, - [4951] = {.lex_state = 1356}, - [4952] = {.lex_state = 1356, .external_lex_state = 12}, - [4953] = {.lex_state = 1356}, - [4954] = {.lex_state = 204}, - [4955] = {.lex_state = 218}, - [4956] = {.lex_state = 37}, - [4957] = {.lex_state = 1356}, - [4958] = {.lex_state = 1356, .external_lex_state = 12}, - [4959] = {.lex_state = 1356, .external_lex_state = 12}, - [4960] = {.lex_state = 78}, - [4961] = {.lex_state = 1356}, - [4962] = {.lex_state = 1356, .external_lex_state = 12}, - [4963] = {.lex_state = 1356, .external_lex_state = 21}, - [4964] = {.lex_state = 1356}, - [4965] = {.lex_state = 1356, .external_lex_state = 21}, - [4966] = {.lex_state = 78}, - [4967] = {.lex_state = 1356}, - [4968] = {.lex_state = 214}, - [4969] = {.lex_state = 1356}, - [4970] = {.lex_state = 78}, - [4971] = {.lex_state = 1356, .external_lex_state = 21}, - [4972] = {.lex_state = 1356}, - [4973] = {.lex_state = 1356}, - [4974] = {.lex_state = 1356}, - [4975] = {.lex_state = 1356}, - [4976] = {.lex_state = 1356}, - [4977] = {.lex_state = 1356}, - [4978] = {.lex_state = 1356, .external_lex_state = 21}, - [4979] = {.lex_state = 204}, - [4980] = {.lex_state = 78}, - [4981] = {.lex_state = 40}, - [4982] = {.lex_state = 1356, .external_lex_state = 12}, - [4983] = {.lex_state = 1356, .external_lex_state = 21}, - [4984] = {.lex_state = 1356, .external_lex_state = 12}, - [4985] = {.lex_state = 1356}, - [4986] = {.lex_state = 1356}, - [4987] = {.lex_state = 1356}, - [4988] = {.lex_state = 1356, .external_lex_state = 12}, - [4989] = {.lex_state = 1356}, - [4990] = {.lex_state = 204}, - [4991] = {.lex_state = 1356}, - [4992] = {.lex_state = 1356}, - [4993] = {.lex_state = 204}, - [4994] = {.lex_state = 214}, - [4995] = {.lex_state = 78}, - [4996] = {.lex_state = 204}, - [4997] = {.lex_state = 1356}, - [4998] = {.lex_state = 204}, - [4999] = {.lex_state = 1356}, - [5000] = {.lex_state = 1356, .external_lex_state = 12}, - [5001] = {.lex_state = 1356}, - [5002] = {.lex_state = 1356, .external_lex_state = 21}, - [5003] = {.lex_state = 1356, .external_lex_state = 12}, - [5004] = {.lex_state = 78}, - [5005] = {.lex_state = 1356}, - [5006] = {.lex_state = 1356}, - [5007] = {.lex_state = 1356}, - [5008] = {.lex_state = 1356}, - [5009] = {.lex_state = 1356, .external_lex_state = 12}, - [5010] = {.lex_state = 78}, - [5011] = {.lex_state = 78}, - [5012] = {.lex_state = 78}, - [5013] = {.lex_state = 1356}, - [5014] = {.lex_state = 204}, - [5015] = {.lex_state = 33, .external_lex_state = 22}, - [5016] = {.lex_state = 1356}, - [5017] = {.lex_state = 1356}, - [5018] = {.lex_state = 78}, - [5019] = {.lex_state = 204}, - [5020] = {.lex_state = 1356}, - [5021] = {.lex_state = 33, .external_lex_state = 22}, - [5022] = {.lex_state = 1356}, - [5023] = {.lex_state = 1356}, - [5024] = {.lex_state = 78}, - [5025] = {.lex_state = 204}, - [5026] = {.lex_state = 1356}, - [5027] = {.lex_state = 78}, - [5028] = {.lex_state = 1356}, - [5029] = {.lex_state = 1356}, - [5030] = {.lex_state = 1356}, - [5031] = {.lex_state = 78}, - [5032] = {.lex_state = 206, .external_lex_state = 12}, - [5033] = {.lex_state = 218}, - [5034] = {.lex_state = 218}, - [5035] = {.lex_state = 206, .external_lex_state = 12}, - [5036] = {.lex_state = 1356}, - [5037] = {.lex_state = 1356}, - [5038] = {.lex_state = 1356}, - [5039] = {.lex_state = 33, .external_lex_state = 22}, - [5040] = {.lex_state = 1356}, - [5041] = {.lex_state = 1356}, - [5042] = {.lex_state = 1356}, - [5043] = {.lex_state = 1356}, - [5044] = {.lex_state = 217}, - [5045] = {.lex_state = 204}, - [5046] = {.lex_state = 1356}, - [5047] = {.lex_state = 78}, - [5048] = {.lex_state = 1356}, - [5049] = {.lex_state = 1356, .external_lex_state = 12}, - [5050] = {.lex_state = 1356, .external_lex_state = 21}, - [5051] = {.lex_state = 1356}, - [5052] = {.lex_state = 1356}, - [5053] = {.lex_state = 1356}, - [5054] = {.lex_state = 1356}, - [5055] = {.lex_state = 1356}, - [5056] = {.lex_state = 1356, .external_lex_state = 12}, - [5057] = {.lex_state = 1356}, - [5058] = {.lex_state = 1356}, - [5059] = {.lex_state = 1356}, - [5060] = {.lex_state = 1356}, - [5061] = {.lex_state = 1356, .external_lex_state = 12}, - [5062] = {.lex_state = 1356}, - [5063] = {.lex_state = 1356}, - [5064] = {.lex_state = 1356}, - [5065] = {.lex_state = 1356}, - [5066] = {.lex_state = 144}, - [5067] = {.lex_state = 30, .external_lex_state = 7}, - [5068] = {.lex_state = 1356}, - [5069] = {.lex_state = 30, .external_lex_state = 7}, - [5070] = {.lex_state = 1356}, - [5071] = {.lex_state = 1356}, - [5072] = {.lex_state = 1356}, - [5073] = {.lex_state = 1356}, - [5074] = {.lex_state = 144}, - [5075] = {.lex_state = 1356}, - [5076] = {.lex_state = 30}, - [5077] = {.lex_state = 1356}, - [5078] = {.lex_state = 1356}, - [5079] = {.lex_state = 1356, .external_lex_state = 12}, - [5080] = {.lex_state = 1356}, - [5081] = {.lex_state = 1356}, - [5082] = {.lex_state = 1356}, - [5083] = {.lex_state = 144}, - [5084] = {.lex_state = 1356}, - [5085] = {.lex_state = 1356}, - [5086] = {.lex_state = 1356}, - [5087] = {.lex_state = 1356}, - [5088] = {.lex_state = 1356}, - [5089] = {.lex_state = 1356}, - [5090] = {.lex_state = 1356}, - [5091] = {.lex_state = 1356}, - [5092] = {.lex_state = 1356}, - [5093] = {.lex_state = 1356}, - [5094] = {.lex_state = 1356}, - [5095] = {.lex_state = 1356}, - [5096] = {.lex_state = 1356}, - [5097] = {.lex_state = 144}, - [5098] = {.lex_state = 1356}, - [5099] = {.lex_state = 1356}, - [5100] = {.lex_state = 1356}, - [5101] = {.lex_state = 1356, .external_lex_state = 12}, - [5102] = {.lex_state = 1356}, - [5103] = {.lex_state = 144}, - [5104] = {.lex_state = 144}, - [5105] = {.lex_state = 1356}, - [5106] = {.lex_state = 1356}, - [5107] = {.lex_state = 1356}, - [5108] = {.lex_state = 1356}, - [5109] = {.lex_state = 1356}, - [5110] = {.lex_state = 1356}, - [5111] = {.lex_state = 1356}, - [5112] = {.lex_state = 1356}, - [5113] = {.lex_state = 1356, .external_lex_state = 21}, - [5114] = {.lex_state = 1356}, - [5115] = {.lex_state = 1356}, - [5116] = {.lex_state = 1356}, - [5117] = {.lex_state = 1356}, - [5118] = {.lex_state = 1356}, - [5119] = {.lex_state = 1356}, - [5120] = {.lex_state = 1356, .external_lex_state = 12}, - [5121] = {.lex_state = 1356, .external_lex_state = 23}, - [5122] = {.lex_state = 1356}, - [5123] = {.lex_state = 1356}, - [5124] = {.lex_state = 1356}, - [5125] = {.lex_state = 69}, - [5126] = {.lex_state = 1356}, - [5127] = {.lex_state = 1356}, - [5128] = {.lex_state = 221}, - [5129] = {.lex_state = 1356}, - [5130] = {.lex_state = 1356, .external_lex_state = 12}, - [5131] = {.lex_state = 1356}, - [5132] = {.lex_state = 1356}, - [5133] = {.lex_state = 1356}, - [5134] = {.lex_state = 1356}, - [5135] = {.lex_state = 1356}, - [5136] = {.lex_state = 1356}, - [5137] = {.lex_state = 1356}, - [5138] = {.lex_state = 1356}, - [5139] = {.lex_state = 1356}, - [5140] = {.lex_state = 1356}, - [5141] = {.lex_state = 1356}, - [5142] = {.lex_state = 1356}, - [5143] = {.lex_state = 1356}, - [5144] = {.lex_state = 1356}, - [5145] = {.lex_state = 1356}, - [5146] = {.lex_state = 1356}, - [5147] = {.lex_state = 1356, .external_lex_state = 24}, - [5148] = {.lex_state = 201}, - [5149] = {.lex_state = 1356}, - [5150] = {.lex_state = 1356}, - [5151] = {.lex_state = 216}, - [5152] = {.lex_state = 1356}, - [5153] = {.lex_state = 1356}, - [5154] = {.lex_state = 1356}, - [5155] = {.lex_state = 1356}, - [5156] = {.lex_state = 1356}, - [5157] = {.lex_state = 1356}, - [5158] = {.lex_state = 1356}, - [5159] = {.lex_state = 215}, - [5160] = {.lex_state = 1356}, - [5161] = {.lex_state = 144}, - [5162] = {.lex_state = 1356}, - [5163] = {.lex_state = 78}, - [5164] = {.lex_state = 1356, .external_lex_state = 12}, - [5165] = {.lex_state = 78}, - [5166] = {.lex_state = 1356}, - [5167] = {.lex_state = 1356, .external_lex_state = 12}, - [5168] = {.lex_state = 1356}, - [5169] = {.lex_state = 1356}, - [5170] = {.lex_state = 1356}, - [5171] = {.lex_state = 1356}, - [5172] = {.lex_state = 1356}, - [5173] = {.lex_state = 1356}, - [5174] = {.lex_state = 1356}, - [5175] = {.lex_state = 1356}, - [5176] = {.lex_state = 1356}, - [5177] = {.lex_state = 1356}, - [5178] = {.lex_state = 1356, .external_lex_state = 12}, - [5179] = {.lex_state = 1356}, - [5180] = {.lex_state = 1356}, - [5181] = {.lex_state = 30}, - [5182] = {.lex_state = 1356}, - [5183] = {.lex_state = 1356, .external_lex_state = 12}, - [5184] = {.lex_state = 1356}, - [5185] = {.lex_state = 1356}, - [5186] = {.lex_state = 1356}, - [5187] = {.lex_state = 1356}, - [5188] = {.lex_state = 1356}, - [5189] = {.lex_state = 144}, - [5190] = {.lex_state = 1356}, - [5191] = {.lex_state = 1356}, - [5192] = {.lex_state = 30}, - [5193] = {.lex_state = 1356}, - [5194] = {.lex_state = 1356}, - [5195] = {.lex_state = 1356}, - [5196] = {.lex_state = 1356}, - [5197] = {.lex_state = 1356}, - [5198] = {.lex_state = 1356}, - [5199] = {.lex_state = 1356}, - [5200] = {.lex_state = 206, .external_lex_state = 12}, - [5201] = {.lex_state = 1356, .external_lex_state = 12}, - [5202] = {.lex_state = 1356}, - [5203] = {.lex_state = 1356}, - [5204] = {.lex_state = 1356}, - [5205] = {.lex_state = 1356}, - [5206] = {.lex_state = 1356}, - [5207] = {.lex_state = 1356}, - [5208] = {.lex_state = 1356}, - [5209] = {.lex_state = 1356}, - [5210] = {.lex_state = 1356, .external_lex_state = 12}, - [5211] = {.lex_state = 1356}, - [5212] = {.lex_state = 1356}, - [5213] = {.lex_state = 1356}, - [5214] = {.lex_state = 1356}, - [5215] = {.lex_state = 1356, .external_lex_state = 12}, - [5216] = {.lex_state = 1356}, - [5217] = {.lex_state = 1356}, - [5218] = {.lex_state = 1356}, - [5219] = {.lex_state = 1356}, - [5220] = {.lex_state = 1356}, - [5221] = {.lex_state = 1356}, - [5222] = {.lex_state = 1356}, - [5223] = {.lex_state = 221}, - [5224] = {.lex_state = 1356}, - [5225] = {.lex_state = 1356}, - [5226] = {.lex_state = 1356}, - [5227] = {.lex_state = 1356}, - [5228] = {.lex_state = 1356}, - [5229] = {.lex_state = 1356}, - [5230] = {.lex_state = 1356}, - [5231] = {.lex_state = 1356, .external_lex_state = 12}, - [5232] = {.lex_state = 1356}, - [5233] = {.lex_state = 1356}, - [5234] = {.lex_state = 1356}, - [5235] = {.lex_state = 1356}, - [5236] = {.lex_state = 1356}, - [5237] = {.lex_state = 1356}, - [5238] = {.lex_state = 1356}, - [5239] = {.lex_state = 1356, .external_lex_state = 12}, - [5240] = {.lex_state = 1356}, - [5241] = {.lex_state = 1356}, - [5242] = {.lex_state = 1356, .external_lex_state = 12}, - [5243] = {.lex_state = 144}, - [5244] = {.lex_state = 1356}, - [5245] = {.lex_state = 78}, - [5246] = {.lex_state = 1356}, - [5247] = {.lex_state = 1356}, - [5248] = {.lex_state = 1356}, - [5249] = {.lex_state = 1356}, - [5250] = {.lex_state = 1356}, - [5251] = {.lex_state = 1356}, - [5252] = {.lex_state = 1356}, - [5253] = {.lex_state = 1356, .external_lex_state = 12}, - [5254] = {.lex_state = 1356}, - [5255] = {.lex_state = 1356}, - [5256] = {.lex_state = 69}, - [5257] = {.lex_state = 30, .external_lex_state = 7}, - [5258] = {.lex_state = 1356}, - [5259] = {.lex_state = 1356, .external_lex_state = 12}, - [5260] = {.lex_state = 1356}, - [5261] = {.lex_state = 1356, .external_lex_state = 12}, - [5262] = {.lex_state = 1356}, - [5263] = {.lex_state = 1356}, - [5264] = {.lex_state = 1356}, - [5265] = {.lex_state = 1356, .external_lex_state = 12}, - [5266] = {.lex_state = 1356, .external_lex_state = 12}, - [5267] = {.lex_state = 1356}, - [5268] = {.lex_state = 1356}, - [5269] = {.lex_state = 1356}, - [5270] = {.lex_state = 1356}, - [5271] = {.lex_state = 1356}, - [5272] = {.lex_state = 1356}, - [5273] = {.lex_state = 200}, - [5274] = {.lex_state = 1356}, - [5275] = {.lex_state = 1356, .external_lex_state = 12}, - [5276] = {.lex_state = 1356}, - [5277] = {.lex_state = 1356}, - [5278] = {.lex_state = 1356}, - [5279] = {.lex_state = 1356}, - [5280] = {.lex_state = 1356}, - [5281] = {.lex_state = 1356}, - [5282] = {.lex_state = 1356}, - [5283] = {.lex_state = 1356}, - [5284] = {.lex_state = 1356}, - [5285] = {.lex_state = 1356}, - [5286] = {.lex_state = 144}, - [5287] = {.lex_state = 201}, - [5288] = {.lex_state = 1356}, - [5289] = {.lex_state = 1356}, - [5290] = {.lex_state = 1356}, - [5291] = {.lex_state = 1356}, - [5292] = {.lex_state = 1356}, - [5293] = {.lex_state = 1356}, - [5294] = {.lex_state = 1356}, - [5295] = {.lex_state = 1356}, - [5296] = {.lex_state = 1356}, - [5297] = {.lex_state = 1356}, - [5298] = {.lex_state = 1356}, - [5299] = {.lex_state = 1356}, - [5300] = {.lex_state = 1356}, - [5301] = {.lex_state = 1356}, - [5302] = {.lex_state = 30}, - [5303] = {.lex_state = 216}, - [5304] = {.lex_state = 1356}, - [5305] = {.lex_state = 1356, .external_lex_state = 12}, - [5306] = {.lex_state = 1356}, - [5307] = {.lex_state = 1356}, - [5308] = {.lex_state = 1356}, - [5309] = {.lex_state = 1356}, - [5310] = {.lex_state = 78}, - [5311] = {.lex_state = 78}, - [5312] = {.lex_state = 30}, - [5313] = {.lex_state = 200}, - [5314] = {.lex_state = 1356}, - [5315] = {.lex_state = 1356}, - [5316] = {.lex_state = 1356}, - [5317] = {.lex_state = 1356}, - [5318] = {.lex_state = 1356}, - [5319] = {.lex_state = 1356}, - [5320] = {.lex_state = 30}, - [5321] = {.lex_state = 1356, .external_lex_state = 12}, - [5322] = {.lex_state = 215}, - [5323] = {.lex_state = 1356}, - [5324] = {.lex_state = 1356}, - [5325] = {.lex_state = 78}, - [5326] = {.lex_state = 30}, - [5327] = {.lex_state = 1356}, - [5328] = {.lex_state = 1356}, - [5329] = {.lex_state = 1356, .external_lex_state = 12}, - [5330] = {.lex_state = 78}, - [5331] = {.lex_state = 1356}, - [5332] = {.lex_state = 1356}, - [5333] = {.lex_state = 1356}, - [5334] = {.lex_state = 1356}, - [5335] = {.lex_state = 1356}, - [5336] = {.lex_state = 1356}, - [5337] = {.lex_state = 1356}, - [5338] = {.lex_state = 1356}, - [5339] = {.lex_state = 1356}, - [5340] = {.lex_state = 1356}, - [5341] = {.lex_state = 1356}, - [5342] = {.lex_state = 1356}, - [5343] = {.lex_state = 1356}, - [5344] = {.lex_state = 1356}, - [5345] = {.lex_state = 1356}, - [5346] = {.lex_state = 216}, - [5347] = {.lex_state = 1356}, - [5348] = {.lex_state = 1356, .external_lex_state = 7}, - [5349] = {.lex_state = 1356}, - [5350] = {.lex_state = 1356}, - [5351] = {.lex_state = 1356}, - [5352] = {.lex_state = 1356}, - [5353] = {.lex_state = 1356, .external_lex_state = 24}, - [5354] = {.lex_state = 1356, .external_lex_state = 23}, - [5355] = {.lex_state = 30, .external_lex_state = 7}, - [5356] = {.lex_state = 1356}, - [5357] = {.lex_state = 1356, .external_lex_state = 12}, - [5358] = {.lex_state = 1356}, - [5359] = {.lex_state = 30, .external_lex_state = 7}, - [5360] = {.lex_state = 1356, .external_lex_state = 12}, - [5361] = {.lex_state = 1356}, - [5362] = {.lex_state = 1356}, - [5363] = {.lex_state = 1356}, - [5364] = {.lex_state = 1356}, - [5365] = {.lex_state = 215}, - [5366] = {.lex_state = 1356}, - [5367] = {.lex_state = 1356, .external_lex_state = 7}, - [5368] = {.lex_state = 1356}, - [5369] = {.lex_state = 1356}, - [5370] = {.lex_state = 1356}, - [5371] = {.lex_state = 1356}, - [5372] = {.lex_state = 216}, - [5373] = {.lex_state = 1356}, - [5374] = {.lex_state = 1356}, - [5375] = {.lex_state = 1356}, - [5376] = {.lex_state = 1356}, - [5377] = {.lex_state = 1356}, - [5378] = {.lex_state = 1356}, - [5379] = {.lex_state = 1356}, - [5380] = {.lex_state = 1356, .external_lex_state = 12}, - [5381] = {.lex_state = 221}, - [5382] = {.lex_state = 1356}, - [5383] = {.lex_state = 1356}, - [5384] = {.lex_state = 1356}, - [5385] = {.lex_state = 1356}, - [5386] = {.lex_state = 1356}, - [5387] = {.lex_state = 1356}, - [5388] = {.lex_state = 1356, .external_lex_state = 12}, - [5389] = {.lex_state = 1356, .external_lex_state = 12}, - [5390] = {.lex_state = 1356}, - [5391] = {.lex_state = 69}, - [5392] = {.lex_state = 1356}, - [5393] = {.lex_state = 1356}, - [5394] = {.lex_state = 30}, - [5395] = {.lex_state = 1356}, - [5396] = {.lex_state = 30}, - [5397] = {.lex_state = 1356}, - [5398] = {.lex_state = 1356}, - [5399] = {.lex_state = 1356}, - [5400] = {.lex_state = 221}, - [5401] = {.lex_state = 221}, - [5402] = {.lex_state = 30, .external_lex_state = 7}, - [5403] = {.lex_state = 30, .external_lex_state = 7}, - [5404] = {.lex_state = 69}, - [5405] = {.lex_state = 30, .external_lex_state = 7}, - [5406] = {.lex_state = 1356}, - [5407] = {.lex_state = 30, .external_lex_state = 12}, - [5408] = {.lex_state = 1356}, - [5409] = {.lex_state = 1356}, - [5410] = {.lex_state = 1356}, - [5411] = {.lex_state = 1356}, - [5412] = {.lex_state = 1356}, - [5413] = {.lex_state = 1356}, - [5414] = {.lex_state = 1356}, - [5415] = {.lex_state = 78}, - [5416] = {.lex_state = 1356}, - [5417] = {.lex_state = 78}, - [5418] = {.lex_state = 78}, - [5419] = {.lex_state = 1356}, - [5420] = {.lex_state = 1356}, - [5421] = {.lex_state = 78}, - [5422] = {.lex_state = 221}, - [5423] = {.lex_state = 1356}, - [5424] = {.lex_state = 30, .external_lex_state = 7}, - [5425] = {.lex_state = 1356}, - [5426] = {.lex_state = 1356}, - [5427] = {.lex_state = 69}, - [5428] = {.lex_state = 30}, - [5429] = {.lex_state = 1356}, - [5430] = {.lex_state = 1356}, - [5431] = {.lex_state = 1356}, - [5432] = {.lex_state = 78}, - [5433] = {.lex_state = 30}, - [5434] = {.lex_state = 216}, - [5435] = {.lex_state = 1356}, - [5436] = {.lex_state = 1356}, - [5437] = {.lex_state = 78}, - [5438] = {.lex_state = 1356}, - [5439] = {.lex_state = 30}, - [5440] = {.lex_state = 33, .external_lex_state = 22}, - [5441] = {.lex_state = 30, .external_lex_state = 7}, - [5442] = {.lex_state = 69}, - [5443] = {.lex_state = 222}, - [5444] = {.lex_state = 1356}, - [5445] = {.lex_state = 1356}, - [5446] = {.lex_state = 1356}, - [5447] = {.lex_state = 221}, - [5448] = {.lex_state = 30, .external_lex_state = 7}, - [5449] = {.lex_state = 69}, - [5450] = {.lex_state = 1356}, - [5451] = {.lex_state = 1356}, - [5452] = {.lex_state = 221}, - [5453] = {.lex_state = 221}, - [5454] = {.lex_state = 221}, - [5455] = {.lex_state = 78}, - [5456] = {.lex_state = 222}, - [5457] = {.lex_state = 1356, .external_lex_state = 12}, - [5458] = {.lex_state = 1356}, - [5459] = {.lex_state = 1356}, - [5460] = {.lex_state = 1356}, - [5461] = {.lex_state = 221}, - [5462] = {.lex_state = 30}, - [5463] = {.lex_state = 1356}, - [5464] = {.lex_state = 221}, - [5465] = {.lex_state = 78}, - [5466] = {.lex_state = 1356}, - [5467] = {.lex_state = 1356}, - [5468] = {.lex_state = 1356}, - [5469] = {.lex_state = 1356}, - [5470] = {.lex_state = 1356}, - [5471] = {.lex_state = 1356}, - [5472] = {.lex_state = 1356}, - [5473] = {.lex_state = 30, .external_lex_state = 7}, - [5474] = {.lex_state = 1356}, - [5475] = {.lex_state = 1356}, - [5476] = {.lex_state = 1356}, - [5477] = {.lex_state = 40}, - [5478] = {.lex_state = 1356}, - [5479] = {.lex_state = 1356}, - [5480] = {.lex_state = 206, .external_lex_state = 12}, - [5481] = {.lex_state = 1356}, - [5482] = {.lex_state = 221}, - [5483] = {.lex_state = 1356, .external_lex_state = 12}, - [5484] = {.lex_state = 201}, - [5485] = {.lex_state = 1356}, - [5486] = {.lex_state = 1356}, - [5487] = {.lex_state = 1356}, - [5488] = {.lex_state = 1356}, - [5489] = {.lex_state = 1356}, - [5490] = {.lex_state = 1356}, - [5491] = {.lex_state = 1356}, - [5492] = {.lex_state = 78}, - [5493] = {.lex_state = 1356}, - [5494] = {.lex_state = 30, .external_lex_state = 7}, - [5495] = {.lex_state = 1356}, - [5496] = {.lex_state = 1356}, - [5497] = {.lex_state = 216}, - [5498] = {.lex_state = 69}, - [5499] = {.lex_state = 69}, - [5500] = {.lex_state = 1356}, - [5501] = {.lex_state = 30}, - [5502] = {.lex_state = 1356}, - [5503] = {.lex_state = 69}, - [5504] = {.lex_state = 78}, - [5505] = {.lex_state = 206}, - [5506] = {.lex_state = 1356}, - [5507] = {.lex_state = 1356}, - [5508] = {.lex_state = 1356}, - [5509] = {.lex_state = 1356}, - [5510] = {.lex_state = 1356}, - [5511] = {.lex_state = 1356, .external_lex_state = 12}, - [5512] = {.lex_state = 1356}, - [5513] = {.lex_state = 1356}, - [5514] = {.lex_state = 78}, - [5515] = {.lex_state = 1356}, - [5516] = {.lex_state = 221}, - [5517] = {.lex_state = 1356}, - [5518] = {.lex_state = 1356}, - [5519] = {.lex_state = 1356}, - [5520] = {.lex_state = 1356}, - [5521] = {.lex_state = 30}, - [5522] = {.lex_state = 227}, - [5523] = {.lex_state = 30}, - [5524] = {.lex_state = 30}, - [5525] = {.lex_state = 26}, - [5526] = {.lex_state = 1356}, - [5527] = {.lex_state = 1356}, - [5528] = {.lex_state = 1356}, - [5529] = {.lex_state = 1356, .external_lex_state = 20}, - [5530] = {.lex_state = 94}, - [5531] = {.lex_state = 1356}, - [5532] = {.lex_state = 213}, - [5533] = {.lex_state = 1356}, - [5534] = {.lex_state = 1356}, - [5535] = {.lex_state = 1356}, - [5536] = {.lex_state = 213}, - [5537] = {.lex_state = 1356}, - [5538] = {.lex_state = 1356}, - [5539] = {.lex_state = 1356}, - [5540] = {.lex_state = 213}, - [5541] = {.lex_state = 30}, - [5542] = {.lex_state = 34}, - [5543] = {.lex_state = 1356}, - [5544] = {.lex_state = 1356}, - [5545] = {.lex_state = 1356}, - [5546] = {.lex_state = 1356}, - [5547] = {.lex_state = 1356, .external_lex_state = 12}, - [5548] = {.lex_state = 213}, - [5549] = {.lex_state = 1356}, - [5550] = {.lex_state = 1356}, - [5551] = {.lex_state = 1356}, - [5552] = {.lex_state = 213}, - [5553] = {.lex_state = 1356}, - [5554] = {.lex_state = 1356}, - [5555] = {.lex_state = 1356}, - [5556] = {.lex_state = 30}, - [5557] = {.lex_state = 40}, - [5558] = {.lex_state = 1356}, - [5559] = {.lex_state = 1356}, - [5560] = {.lex_state = 1356}, - [5561] = {.lex_state = 1356}, - [5562] = {.lex_state = 1356}, - [5563] = {.lex_state = 1356}, - [5564] = {.lex_state = 1356}, - [5565] = {.lex_state = 1356}, - [5566] = {.lex_state = 30}, - [5567] = {.lex_state = 1356}, - [5568] = {.lex_state = 1356}, - [5569] = {.lex_state = 1356}, - [5570] = {.lex_state = 1356}, - [5571] = {.lex_state = 1356}, - [5572] = {.lex_state = 1356}, - [5573] = {.lex_state = 1356}, - [5574] = {.lex_state = 1356}, - [5575] = {.lex_state = 30}, - [5576] = {.lex_state = 1356}, - [5577] = {.lex_state = 94}, - [5578] = {.lex_state = 1356}, - [5579] = {.lex_state = 1356}, - [5580] = {.lex_state = 1356}, - [5581] = {.lex_state = 30}, - [5582] = {.lex_state = 1356}, - [5583] = {.lex_state = 1356}, - [5584] = {.lex_state = 227}, - [5585] = {.lex_state = 1356}, - [5586] = {.lex_state = 30}, - [5587] = {.lex_state = 1356}, - [5588] = {.lex_state = 30}, - [5589] = {.lex_state = 30}, - [5590] = {.lex_state = 1356}, - [5591] = {.lex_state = 30}, - [5592] = {.lex_state = 1356}, - [5593] = {.lex_state = 1356}, - [5594] = {.lex_state = 30}, - [5595] = {.lex_state = 30}, - [5596] = {.lex_state = 1356}, - [5597] = {.lex_state = 1356}, - [5598] = {.lex_state = 30}, - [5599] = {.lex_state = 1356}, - [5600] = {.lex_state = 1356}, - [5601] = {.lex_state = 1356}, - [5602] = {.lex_state = 30}, - [5603] = {.lex_state = 1356}, - [5604] = {.lex_state = 1356}, - [5605] = {.lex_state = 34}, - [5606] = {.lex_state = 34}, - [5607] = {.lex_state = 1356}, - [5608] = {.lex_state = 1356}, - [5609] = {.lex_state = 34}, - [5610] = {.lex_state = 1356}, - [5611] = {.lex_state = 1356}, - [5612] = {.lex_state = 1356}, - [5613] = {.lex_state = 1356}, - [5614] = {.lex_state = 34}, - [5615] = {.lex_state = 1356}, - [5616] = {.lex_state = 34}, - [5617] = {.lex_state = 1356}, - [5618] = {.lex_state = 34}, - [5619] = {.lex_state = 1356}, - [5620] = {.lex_state = 1356}, - [5621] = {.lex_state = 1356}, - [5622] = {.lex_state = 34}, - [5623] = {.lex_state = 1356}, - [5624] = {.lex_state = 30}, - [5625] = {.lex_state = 34}, - [5626] = {.lex_state = 34}, - [5627] = {.lex_state = 1356}, - [5628] = {.lex_state = 1356}, - [5629] = {.lex_state = 1356}, - [5630] = {.lex_state = 34}, - [5631] = {.lex_state = 1356}, - [5632] = {.lex_state = 1356}, - [5633] = {.lex_state = 1356}, - [5634] = {.lex_state = 197}, - [5635] = {.lex_state = 1356}, - [5636] = {.lex_state = 1356}, - [5637] = {.lex_state = 1356, .external_lex_state = 18}, - [5638] = {.lex_state = 34}, - [5639] = {.lex_state = 226}, - [5640] = {.lex_state = 1356}, - [5641] = {.lex_state = 1356}, - [5642] = {.lex_state = 1356}, - [5643] = {.lex_state = 1356}, - [5644] = {.lex_state = 1356}, - [5645] = {.lex_state = 40}, - [5646] = {.lex_state = 1356}, - [5647] = {.lex_state = 30}, - [5648] = {.lex_state = 1356}, - [5649] = {.lex_state = 1356}, - [5650] = {.lex_state = 1356}, - [5651] = {.lex_state = 1356}, - [5652] = {.lex_state = 1356}, - [5653] = {.lex_state = 1356}, - [5654] = {.lex_state = 1356}, - [5655] = {.lex_state = 1356, .external_lex_state = 18}, - [5656] = {.lex_state = 1356}, - [5657] = {.lex_state = 26}, - [5658] = {.lex_state = 1356, .external_lex_state = 12}, - [5659] = {.lex_state = 1356, .external_lex_state = 18}, - [5660] = {.lex_state = 1356}, - [5661] = {.lex_state = 1356}, - [5662] = {.lex_state = 1356, .external_lex_state = 18}, - [5663] = {.lex_state = 1356}, - [5664] = {.lex_state = 1356}, - [5665] = {.lex_state = 1356}, - [5666] = {.lex_state = 1356}, - [5667] = {.lex_state = 226}, - [5668] = {.lex_state = 1356}, - [5669] = {.lex_state = 1356}, - [5670] = {.lex_state = 30}, - [5671] = {.lex_state = 26}, - [5672] = {.lex_state = 1356}, - [5673] = {.lex_state = 1356}, - [5674] = {.lex_state = 1356}, - [5675] = {.lex_state = 1356, .external_lex_state = 12}, - [5676] = {.lex_state = 1356}, - [5677] = {.lex_state = 1356}, - [5678] = {.lex_state = 1356}, - [5679] = {.lex_state = 1356}, - [5680] = {.lex_state = 1356}, - [5681] = {.lex_state = 1356}, - [5682] = {.lex_state = 226}, - [5683] = {.lex_state = 197}, - [5684] = {.lex_state = 1356}, - [5685] = {.lex_state = 1356}, - [5686] = {.lex_state = 1356}, - [5687] = {.lex_state = 1356}, - [5688] = {.lex_state = 1356}, - [5689] = {.lex_state = 1356}, - [5690] = {.lex_state = 197}, - [5691] = {.lex_state = 1356}, - [5692] = {.lex_state = 1356}, - [5693] = {.lex_state = 1356}, - [5694] = {.lex_state = 206}, - [5695] = {.lex_state = 1356}, - [5696] = {.lex_state = 1356}, - [5697] = {.lex_state = 34}, - [5698] = {.lex_state = 94}, - [5699] = {.lex_state = 1356}, - [5700] = {.lex_state = 30}, - [5701] = {.lex_state = 26}, - [5702] = {.lex_state = 30}, - [5703] = {.lex_state = 1356}, - [5704] = {.lex_state = 1356}, - [5705] = {.lex_state = 40}, - [5706] = {.lex_state = 1356}, - [5707] = {.lex_state = 30}, - [5708] = {.lex_state = 30}, - [5709] = {.lex_state = 1356}, - [5710] = {.lex_state = 30}, - [5711] = {.lex_state = 226}, - [5712] = {.lex_state = 30}, - [5713] = {.lex_state = 1356, .external_lex_state = 12}, - [5714] = {.lex_state = 1356}, - [5715] = {.lex_state = 1356}, - [5716] = {.lex_state = 26}, - [5717] = {.lex_state = 1356}, - [5718] = {.lex_state = 1356}, - [5719] = {.lex_state = 206}, - [5720] = {.lex_state = 226}, - [5721] = {.lex_state = 1356}, - [5722] = {.lex_state = 1356}, - [5723] = {.lex_state = 30}, - [5724] = {.lex_state = 26}, - [5725] = {.lex_state = 1356}, - [5726] = {.lex_state = 226}, - [5727] = {.lex_state = 197}, - [5728] = {.lex_state = 1356}, - [5729] = {.lex_state = 30}, - [5730] = {.lex_state = 1356}, - [5731] = {.lex_state = 1356}, - [5732] = {.lex_state = 1356}, - [5733] = {.lex_state = 197}, - [5734] = {.lex_state = 1356}, - [5735] = {.lex_state = 1356}, - [5736] = {.lex_state = 1356}, - [5737] = {.lex_state = 1356}, - [5738] = {.lex_state = 34}, - [5739] = {.lex_state = 1356}, - [5740] = {.lex_state = 94}, - [5741] = {.lex_state = 1356, .external_lex_state = 20}, - [5742] = {.lex_state = 1356}, - [5743] = {.lex_state = 1356, .external_lex_state = 12}, - [5744] = {.lex_state = 1356}, - [5745] = {.lex_state = 1356}, - [5746] = {.lex_state = 1356}, - [5747] = {.lex_state = 1356, .external_lex_state = 12}, - [5748] = {.lex_state = 1356, .external_lex_state = 12}, - [5749] = {.lex_state = 1356}, - [5750] = {.lex_state = 1356, .external_lex_state = 12}, - [5751] = {.lex_state = 26}, - [5752] = {.lex_state = 197}, - [5753] = {.lex_state = 226}, - [5754] = {.lex_state = 26}, - [5755] = {.lex_state = 1356}, - [5756] = {.lex_state = 1356}, - [5757] = {.lex_state = 1356}, - [5758] = {.lex_state = 226}, - [5759] = {.lex_state = 197}, - [5760] = {.lex_state = 30}, - [5761] = {.lex_state = 30}, - [5762] = {.lex_state = 1356, .external_lex_state = 12}, - [5763] = {.lex_state = 197}, - [5764] = {.lex_state = 1356}, - [5765] = {.lex_state = 1356}, - [5766] = {.lex_state = 1356}, - [5767] = {.lex_state = 1356}, - [5768] = {.lex_state = 34}, - [5769] = {.lex_state = 94}, - [5770] = {.lex_state = 1356, .external_lex_state = 20}, - [5771] = {.lex_state = 1356}, - [5772] = {.lex_state = 1356}, - [5773] = {.lex_state = 1356}, - [5774] = {.lex_state = 1356}, - [5775] = {.lex_state = 1356}, - [5776] = {.lex_state = 69}, - [5777] = {.lex_state = 1356, .external_lex_state = 12}, - [5778] = {.lex_state = 1356}, - [5779] = {.lex_state = 1356}, - [5780] = {.lex_state = 1356, .external_lex_state = 12}, - [5781] = {.lex_state = 1356, .external_lex_state = 12}, - [5782] = {.lex_state = 26}, - [5783] = {.lex_state = 226}, - [5784] = {.lex_state = 26}, - [5785] = {.lex_state = 1356, .external_lex_state = 12}, - [5786] = {.lex_state = 1356}, - [5787] = {.lex_state = 1356, .external_lex_state = 12}, - [5788] = {.lex_state = 1356}, - [5789] = {.lex_state = 1356, .external_lex_state = 12}, - [5790] = {.lex_state = 226}, - [5791] = {.lex_state = 197}, - [5792] = {.lex_state = 30}, - [5793] = {.lex_state = 26}, - [5794] = {.lex_state = 197}, - [5795] = {.lex_state = 1356}, - [5796] = {.lex_state = 30}, - [5797] = {.lex_state = 1356}, - [5798] = {.lex_state = 1356}, - [5799] = {.lex_state = 34}, - [5800] = {.lex_state = 1356}, - [5801] = {.lex_state = 94}, - [5802] = {.lex_state = 1356, .external_lex_state = 20}, - [5803] = {.lex_state = 1356}, - [5804] = {.lex_state = 1356}, - [5805] = {.lex_state = 1356}, - [5806] = {.lex_state = 1356}, - [5807] = {.lex_state = 1356}, - [5808] = {.lex_state = 1356}, - [5809] = {.lex_state = 1356}, - [5810] = {.lex_state = 1356}, - [5811] = {.lex_state = 1356}, - [5812] = {.lex_state = 1356}, - [5813] = {.lex_state = 1356}, - [5814] = {.lex_state = 1356}, - [5815] = {.lex_state = 1356}, - [5816] = {.lex_state = 1356}, - [5817] = {.lex_state = 1356}, - [5818] = {.lex_state = 1356}, - [5819] = {.lex_state = 1356, .external_lex_state = 12}, - [5820] = {.lex_state = 1356}, - [5821] = {.lex_state = 1356}, - [5822] = {.lex_state = 1356}, - [5823] = {.lex_state = 1356}, - [5824] = {.lex_state = 1356}, - [5825] = {.lex_state = 1356}, - [5826] = {.lex_state = 1356}, - [5827] = {.lex_state = 1356}, - [5828] = {.lex_state = 1356, .external_lex_state = 12}, - [5829] = {.lex_state = 1356}, - [5830] = {.lex_state = 1356}, - [5831] = {.lex_state = 1356}, - [5832] = {.lex_state = 1356}, - [5833] = {.lex_state = 1356, .external_lex_state = 12}, - [5834] = {.lex_state = 1356}, - [5835] = {.lex_state = 1356}, - [5836] = {.lex_state = 1356, .external_lex_state = 12}, - [5837] = {.lex_state = 1356, .external_lex_state = 12}, - [5838] = {.lex_state = 1356}, - [5839] = {.lex_state = 1356}, - [5840] = {.lex_state = 1356}, - [5841] = {.lex_state = 30}, - [5842] = {.lex_state = 1356}, - [5843] = {.lex_state = 1356}, - [5844] = {.lex_state = 1356}, - [5845] = {.lex_state = 1356, .external_lex_state = 24}, - [5846] = {.lex_state = 1356}, - [5847] = {.lex_state = 227}, - [5848] = {.lex_state = 1356}, - [5849] = {.lex_state = 1356}, - [5850] = {.lex_state = 1356}, - [5851] = {.lex_state = 1356}, - [5852] = {.lex_state = 1356}, - [5853] = {.lex_state = 1356}, - [5854] = {.lex_state = 1356}, - [5855] = {.lex_state = 217}, - [5856] = {.lex_state = 1356, .external_lex_state = 23}, - [5857] = {.lex_state = 1356}, - [5858] = {.lex_state = 30}, - [5859] = {.lex_state = 1356, .external_lex_state = 18}, - [5860] = {.lex_state = 30}, - [5861] = {.lex_state = 1356}, - [5862] = {.lex_state = 1356}, - [5863] = {.lex_state = 1356}, - [5864] = {.lex_state = 30}, - [5865] = {.lex_state = 1356}, - [5866] = {.lex_state = 1356}, - [5867] = {.lex_state = 30}, - [5868] = {.lex_state = 1356}, - [5869] = {.lex_state = 1356}, - [5870] = {.lex_state = 38}, - [5871] = {.lex_state = 30}, - [5872] = {.lex_state = 1356}, - [5873] = {.lex_state = 30}, - [5874] = {.lex_state = 1356}, - [5875] = {.lex_state = 30}, - [5876] = {.lex_state = 1356}, - [5877] = {.lex_state = 1356}, - [5878] = {.lex_state = 1356}, - [5879] = {.lex_state = 30}, - [5880] = {.lex_state = 30}, - [5881] = {.lex_state = 1356}, - [5882] = {.lex_state = 1356}, - [5883] = {.lex_state = 1356}, - [5884] = {.lex_state = 30}, - [5885] = {.lex_state = 1356}, - [5886] = {.lex_state = 1356}, - [5887] = {.lex_state = 1356, .external_lex_state = 18}, - [5888] = {.lex_state = 1356}, - [5889] = {.lex_state = 1356}, - [5890] = {.lex_state = 1356}, - [5891] = {.lex_state = 30}, - [5892] = {.lex_state = 30}, - [5893] = {.lex_state = 1356, .external_lex_state = 7}, - [5894] = {.lex_state = 30}, - [5895] = {.lex_state = 1356, .external_lex_state = 18}, - [5896] = {.lex_state = 1356}, - [5897] = {.lex_state = 1356}, - [5898] = {.lex_state = 1356}, - [5899] = {.lex_state = 30}, - [5900] = {.lex_state = 30}, - [5901] = {.lex_state = 38}, - [5902] = {.lex_state = 1356, .external_lex_state = 18}, - [5903] = {.lex_state = 30}, - [5904] = {.lex_state = 1356}, - [5905] = {.lex_state = 1356, .external_lex_state = 7}, - [5906] = {.lex_state = 30}, - [5907] = {.lex_state = 30}, - [5908] = {.lex_state = 1356}, - [5909] = {.lex_state = 1356}, - [5910] = {.lex_state = 30}, - [5911] = {.lex_state = 1356}, + [4312] = {.lex_state = 37}, + [4313] = {.lex_state = 1378}, + [4314] = {.lex_state = 37}, + [4315] = {.lex_state = 37}, + [4316] = {.lex_state = 37}, + [4317] = {.lex_state = 1378}, + [4318] = {.lex_state = 37}, + [4319] = {.lex_state = 37}, + [4320] = {.lex_state = 37}, + [4321] = {.lex_state = 37}, + [4322] = {.lex_state = 37}, + [4323] = {.lex_state = 41}, + [4324] = {.lex_state = 37}, + [4325] = {.lex_state = 1378}, + [4326] = {.lex_state = 37}, + [4327] = {.lex_state = 1378}, + [4328] = {.lex_state = 37}, + [4329] = {.lex_state = 1378}, + [4330] = {.lex_state = 37}, + [4331] = {.lex_state = 41}, + [4332] = {.lex_state = 37}, + [4333] = {.lex_state = 37}, + [4334] = {.lex_state = 37}, + [4335] = {.lex_state = 1378}, + [4336] = {.lex_state = 1378}, + [4337] = {.lex_state = 1378}, + [4338] = {.lex_state = 37}, + [4339] = {.lex_state = 37}, + [4340] = {.lex_state = 1378}, + [4341] = {.lex_state = 37}, + [4342] = {.lex_state = 40}, + [4343] = {.lex_state = 37}, + [4344] = {.lex_state = 41}, + [4345] = {.lex_state = 41}, + [4346] = {.lex_state = 37}, + [4347] = {.lex_state = 37}, + [4348] = {.lex_state = 41}, + [4349] = {.lex_state = 40}, + [4350] = {.lex_state = 37}, + [4351] = {.lex_state = 41}, + [4352] = {.lex_state = 37}, + [4353] = {.lex_state = 40}, + [4354] = {.lex_state = 41}, + [4355] = {.lex_state = 37}, + [4356] = {.lex_state = 1378}, + [4357] = {.lex_state = 37}, + [4358] = {.lex_state = 37}, + [4359] = {.lex_state = 37}, + [4360] = {.lex_state = 41}, + [4361] = {.lex_state = 1378}, + [4362] = {.lex_state = 39}, + [4363] = {.lex_state = 1378}, + [4364] = {.lex_state = 37}, + [4365] = {.lex_state = 41}, + [4366] = {.lex_state = 1378}, + [4367] = {.lex_state = 1378}, + [4368] = {.lex_state = 79}, + [4369] = {.lex_state = 1378}, + [4370] = {.lex_state = 1378}, + [4371] = {.lex_state = 40}, + [4372] = {.lex_state = 1378}, + [4373] = {.lex_state = 1378}, + [4374] = {.lex_state = 79}, + [4375] = {.lex_state = 1378}, + [4376] = {.lex_state = 79}, + [4377] = {.lex_state = 1378}, + [4378] = {.lex_state = 41}, + [4379] = {.lex_state = 1378}, + [4380] = {.lex_state = 1378}, + [4381] = {.lex_state = 79}, + [4382] = {.lex_state = 1378}, + [4383] = {.lex_state = 1378}, + [4384] = {.lex_state = 1378}, + [4385] = {.lex_state = 1378}, + [4386] = {.lex_state = 1378}, + [4387] = {.lex_state = 1378}, + [4388] = {.lex_state = 1378}, + [4389] = {.lex_state = 1378}, + [4390] = {.lex_state = 40}, + [4391] = {.lex_state = 79}, + [4392] = {.lex_state = 1378}, + [4393] = {.lex_state = 79}, + [4394] = {.lex_state = 79}, + [4395] = {.lex_state = 1378}, + [4396] = {.lex_state = 40}, + [4397] = {.lex_state = 75}, + [4398] = {.lex_state = 79}, + [4399] = {.lex_state = 79}, + [4400] = {.lex_state = 1378}, + [4401] = {.lex_state = 1378}, + [4402] = {.lex_state = 1378}, + [4403] = {.lex_state = 79}, + [4404] = {.lex_state = 40}, + [4405] = {.lex_state = 1378}, + [4406] = {.lex_state = 1378}, + [4407] = {.lex_state = 1378}, + [4408] = {.lex_state = 1378}, + [4409] = {.lex_state = 1378}, + [4410] = {.lex_state = 1378}, + [4411] = {.lex_state = 1378}, + [4412] = {.lex_state = 79}, + [4413] = {.lex_state = 1378}, + [4414] = {.lex_state = 1378}, + [4415] = {.lex_state = 1378}, + [4416] = {.lex_state = 1378}, + [4417] = {.lex_state = 1378}, + [4418] = {.lex_state = 1378}, + [4419] = {.lex_state = 1378}, + [4420] = {.lex_state = 1378}, + [4421] = {.lex_state = 1378}, + [4422] = {.lex_state = 1378}, + [4423] = {.lex_state = 1378}, + [4424] = {.lex_state = 1378}, + [4425] = {.lex_state = 79}, + [4426] = {.lex_state = 40}, + [4427] = {.lex_state = 40}, + [4428] = {.lex_state = 1378}, + [4429] = {.lex_state = 1378}, + [4430] = {.lex_state = 79}, + [4431] = {.lex_state = 1378}, + [4432] = {.lex_state = 79}, + [4433] = {.lex_state = 40}, + [4434] = {.lex_state = 1378}, + [4435] = {.lex_state = 40}, + [4436] = {.lex_state = 79}, + [4437] = {.lex_state = 1378}, + [4438] = {.lex_state = 79}, + [4439] = {.lex_state = 1378}, + [4440] = {.lex_state = 1378}, + [4441] = {.lex_state = 1378}, + [4442] = {.lex_state = 1378}, + [4443] = {.lex_state = 79}, + [4444] = {.lex_state = 252}, + [4445] = {.lex_state = 79}, + [4446] = {.lex_state = 1378}, + [4447] = {.lex_state = 1378}, + [4448] = {.lex_state = 1378}, + [4449] = {.lex_state = 1378}, + [4450] = {.lex_state = 1378}, + [4451] = {.lex_state = 1378}, + [4452] = {.lex_state = 79}, + [4453] = {.lex_state = 40}, + [4454] = {.lex_state = 75}, + [4455] = {.lex_state = 79}, + [4456] = {.lex_state = 252}, + [4457] = {.lex_state = 1378}, + [4458] = {.lex_state = 75}, + [4459] = {.lex_state = 1378}, + [4460] = {.lex_state = 1378}, + [4461] = {.lex_state = 1378}, + [4462] = {.lex_state = 1378}, + [4463] = {.lex_state = 1378}, + [4464] = {.lex_state = 1378}, + [4465] = {.lex_state = 79}, + [4466] = {.lex_state = 1378}, + [4467] = {.lex_state = 40}, + [4468] = {.lex_state = 1378}, + [4469] = {.lex_state = 79}, + [4470] = {.lex_state = 79}, + [4471] = {.lex_state = 40}, + [4472] = {.lex_state = 1378}, + [4473] = {.lex_state = 1378}, + [4474] = {.lex_state = 1378}, + [4475] = {.lex_state = 79}, + [4476] = {.lex_state = 1378}, + [4477] = {.lex_state = 1378}, + [4478] = {.lex_state = 79}, + [4479] = {.lex_state = 79}, + [4480] = {.lex_state = 1378}, + [4481] = {.lex_state = 79}, + [4482] = {.lex_state = 79}, + [4483] = {.lex_state = 40}, + [4484] = {.lex_state = 1378}, + [4485] = {.lex_state = 1378}, + [4486] = {.lex_state = 1378}, + [4487] = {.lex_state = 1378}, + [4488] = {.lex_state = 1378}, + [4489] = {.lex_state = 1378}, + [4490] = {.lex_state = 40}, + [4491] = {.lex_state = 1378}, + [4492] = {.lex_state = 40}, + [4493] = {.lex_state = 252}, + [4494] = {.lex_state = 1378}, + [4495] = {.lex_state = 37}, + [4496] = {.lex_state = 1378}, + [4497] = {.lex_state = 79}, + [4498] = {.lex_state = 220}, + [4499] = {.lex_state = 1378}, + [4500] = {.lex_state = 79}, + [4501] = {.lex_state = 79}, + [4502] = {.lex_state = 1378}, + [4503] = {.lex_state = 1378}, + [4504] = {.lex_state = 1378}, + [4505] = {.lex_state = 1378}, + [4506] = {.lex_state = 1378}, + [4507] = {.lex_state = 1378}, + [4508] = {.lex_state = 1378}, + [4509] = {.lex_state = 79}, + [4510] = {.lex_state = 79}, + [4511] = {.lex_state = 1378}, + [4512] = {.lex_state = 79}, + [4513] = {.lex_state = 79}, + [4514] = {.lex_state = 1378}, + [4515] = {.lex_state = 79}, + [4516] = {.lex_state = 79}, + [4517] = {.lex_state = 79}, + [4518] = {.lex_state = 1378}, + [4519] = {.lex_state = 79}, + [4520] = {.lex_state = 1378}, + [4521] = {.lex_state = 79}, + [4522] = {.lex_state = 79}, + [4523] = {.lex_state = 79}, + [4524] = {.lex_state = 1378}, + [4525] = {.lex_state = 220}, + [4526] = {.lex_state = 1378}, + [4527] = {.lex_state = 1378}, + [4528] = {.lex_state = 79}, + [4529] = {.lex_state = 1378}, + [4530] = {.lex_state = 79}, + [4531] = {.lex_state = 79}, + [4532] = {.lex_state = 79}, + [4533] = {.lex_state = 1378}, + [4534] = {.lex_state = 1378}, + [4535] = {.lex_state = 79}, + [4536] = {.lex_state = 1378}, + [4537] = {.lex_state = 1378}, + [4538] = {.lex_state = 1378}, + [4539] = {.lex_state = 1378}, + [4540] = {.lex_state = 1378}, + [4541] = {.lex_state = 1378}, + [4542] = {.lex_state = 41, .external_lex_state = 18}, + [4543] = {.lex_state = 220}, + [4544] = {.lex_state = 37}, + [4545] = {.lex_state = 79}, + [4546] = {.lex_state = 79}, + [4547] = {.lex_state = 79}, + [4548] = {.lex_state = 79}, + [4549] = {.lex_state = 1378}, + [4550] = {.lex_state = 1378}, + [4551] = {.lex_state = 1378}, + [4552] = {.lex_state = 1378}, + [4553] = {.lex_state = 1378}, + [4554] = {.lex_state = 1378}, + [4555] = {.lex_state = 1378}, + [4556] = {.lex_state = 37}, + [4557] = {.lex_state = 1378}, + [4558] = {.lex_state = 37}, + [4559] = {.lex_state = 1378}, + [4560] = {.lex_state = 220}, + [4561] = {.lex_state = 1378}, + [4562] = {.lex_state = 41, .external_lex_state = 18}, + [4563] = {.lex_state = 220}, + [4564] = {.lex_state = 1378, .external_lex_state = 19}, + [4565] = {.lex_state = 1378}, + [4566] = {.lex_state = 37}, + [4567] = {.lex_state = 1378}, + [4568] = {.lex_state = 1378}, + [4569] = {.lex_state = 79}, + [4570] = {.lex_state = 40}, + [4571] = {.lex_state = 1378}, + [4572] = {.lex_state = 39}, + [4573] = {.lex_state = 220}, + [4574] = {.lex_state = 220}, + [4575] = {.lex_state = 1378}, + [4576] = {.lex_state = 1378}, + [4577] = {.lex_state = 79}, + [4578] = {.lex_state = 1378}, + [4579] = {.lex_state = 1378}, + [4580] = {.lex_state = 1378}, + [4581] = {.lex_state = 79}, + [4582] = {.lex_state = 37}, + [4583] = {.lex_state = 79}, + [4584] = {.lex_state = 79}, + [4585] = {.lex_state = 79}, + [4586] = {.lex_state = 79}, + [4587] = {.lex_state = 1378}, + [4588] = {.lex_state = 220}, + [4589] = {.lex_state = 79}, + [4590] = {.lex_state = 79}, + [4591] = {.lex_state = 79}, + [4592] = {.lex_state = 1378}, + [4593] = {.lex_state = 1378}, + [4594] = {.lex_state = 1378}, + [4595] = {.lex_state = 1378}, + [4596] = {.lex_state = 1378}, + [4597] = {.lex_state = 79}, + [4598] = {.lex_state = 1378}, + [4599] = {.lex_state = 220}, + [4600] = {.lex_state = 79}, + [4601] = {.lex_state = 79}, + [4602] = {.lex_state = 220}, + [4603] = {.lex_state = 79}, + [4604] = {.lex_state = 1378}, + [4605] = {.lex_state = 1378}, + [4606] = {.lex_state = 1378}, + [4607] = {.lex_state = 1378}, + [4608] = {.lex_state = 79}, + [4609] = {.lex_state = 37}, + [4610] = {.lex_state = 1378}, + [4611] = {.lex_state = 79}, + [4612] = {.lex_state = 41, .external_lex_state = 18}, + [4613] = {.lex_state = 79}, + [4614] = {.lex_state = 1378}, + [4615] = {.lex_state = 1378}, + [4616] = {.lex_state = 1378}, + [4617] = {.lex_state = 1378}, + [4618] = {.lex_state = 79}, + [4619] = {.lex_state = 79}, + [4620] = {.lex_state = 37}, + [4621] = {.lex_state = 1378}, + [4622] = {.lex_state = 79}, + [4623] = {.lex_state = 79}, + [4624] = {.lex_state = 39}, + [4625] = {.lex_state = 79}, + [4626] = {.lex_state = 1378, .external_lex_state = 19}, + [4627] = {.lex_state = 1378}, + [4628] = {.lex_state = 1378}, + [4629] = {.lex_state = 41, .external_lex_state = 18}, + [4630] = {.lex_state = 1378}, + [4631] = {.lex_state = 1378}, + [4632] = {.lex_state = 39}, + [4633] = {.lex_state = 1378}, + [4634] = {.lex_state = 41, .external_lex_state = 18}, + [4635] = {.lex_state = 1378}, + [4636] = {.lex_state = 1378}, + [4637] = {.lex_state = 1378}, + [4638] = {.lex_state = 1378}, + [4639] = {.lex_state = 1378}, + [4640] = {.lex_state = 79}, + [4641] = {.lex_state = 1378}, + [4642] = {.lex_state = 39}, + [4643] = {.lex_state = 37}, + [4644] = {.lex_state = 1378}, + [4645] = {.lex_state = 39}, + [4646] = {.lex_state = 79}, + [4647] = {.lex_state = 79}, + [4648] = {.lex_state = 79}, + [4649] = {.lex_state = 1378}, + [4650] = {.lex_state = 1378}, + [4651] = {.lex_state = 1378}, + [4652] = {.lex_state = 41, .external_lex_state = 18}, + [4653] = {.lex_state = 79}, + [4654] = {.lex_state = 79}, + [4655] = {.lex_state = 1378}, + [4656] = {.lex_state = 39}, + [4657] = {.lex_state = 1378}, + [4658] = {.lex_state = 1378}, + [4659] = {.lex_state = 1378}, + [4660] = {.lex_state = 1378}, + [4661] = {.lex_state = 1378}, + [4662] = {.lex_state = 37}, + [4663] = {.lex_state = 220}, + [4664] = {.lex_state = 40}, + [4665] = {.lex_state = 1378}, + [4666] = {.lex_state = 1378}, + [4667] = {.lex_state = 1378}, + [4668] = {.lex_state = 1378}, + [4669] = {.lex_state = 1378}, + [4670] = {.lex_state = 1378}, + [4671] = {.lex_state = 1378}, + [4672] = {.lex_state = 1378}, + [4673] = {.lex_state = 1378}, + [4674] = {.lex_state = 1378}, + [4675] = {.lex_state = 1378}, + [4676] = {.lex_state = 1378}, + [4677] = {.lex_state = 37}, + [4678] = {.lex_state = 1378}, + [4679] = {.lex_state = 1378}, + [4680] = {.lex_state = 1378}, + [4681] = {.lex_state = 37}, + [4682] = {.lex_state = 1378}, + [4683] = {.lex_state = 37}, + [4684] = {.lex_state = 37}, + [4685] = {.lex_state = 1378}, + [4686] = {.lex_state = 1378}, + [4687] = {.lex_state = 40}, + [4688] = {.lex_state = 1378}, + [4689] = {.lex_state = 1378}, + [4690] = {.lex_state = 91}, + [4691] = {.lex_state = 37}, + [4692] = {.lex_state = 1378}, + [4693] = {.lex_state = 1378}, + [4694] = {.lex_state = 1378}, + [4695] = {.lex_state = 1378}, + [4696] = {.lex_state = 37}, + [4697] = {.lex_state = 37}, + [4698] = {.lex_state = 37}, + [4699] = {.lex_state = 91}, + [4700] = {.lex_state = 37}, + [4701] = {.lex_state = 37}, + [4702] = {.lex_state = 1378}, + [4703] = {.lex_state = 1378}, + [4704] = {.lex_state = 1378}, + [4705] = {.lex_state = 1378}, + [4706] = {.lex_state = 1378}, + [4707] = {.lex_state = 37}, + [4708] = {.lex_state = 1378}, + [4709] = {.lex_state = 229}, + [4710] = {.lex_state = 229}, + [4711] = {.lex_state = 1378}, + [4712] = {.lex_state = 1378}, + [4713] = {.lex_state = 1378}, + [4714] = {.lex_state = 1378}, + [4715] = {.lex_state = 1378}, + [4716] = {.lex_state = 1378}, + [4717] = {.lex_state = 1378}, + [4718] = {.lex_state = 1378}, + [4719] = {.lex_state = 37}, + [4720] = {.lex_state = 1378}, + [4721] = {.lex_state = 37}, + [4722] = {.lex_state = 1378}, + [4723] = {.lex_state = 229}, + [4724] = {.lex_state = 1378}, + [4725] = {.lex_state = 37}, + [4726] = {.lex_state = 37}, + [4727] = {.lex_state = 1378}, + [4728] = {.lex_state = 1378}, + [4729] = {.lex_state = 1378}, + [4730] = {.lex_state = 1378}, + [4731] = {.lex_state = 1378}, + [4732] = {.lex_state = 1378}, + [4733] = {.lex_state = 1378}, + [4734] = {.lex_state = 1378}, + [4735] = {.lex_state = 1378}, + [4736] = {.lex_state = 37}, + [4737] = {.lex_state = 1378}, + [4738] = {.lex_state = 1378}, + [4739] = {.lex_state = 1378}, + [4740] = {.lex_state = 1378}, + [4741] = {.lex_state = 1378}, + [4742] = {.lex_state = 1378}, + [4743] = {.lex_state = 1378}, + [4744] = {.lex_state = 1378}, + [4745] = {.lex_state = 1378}, + [4746] = {.lex_state = 1378}, + [4747] = {.lex_state = 1378}, + [4748] = {.lex_state = 1378}, + [4749] = {.lex_state = 1378}, + [4750] = {.lex_state = 37}, + [4751] = {.lex_state = 1378}, + [4752] = {.lex_state = 1378}, + [4753] = {.lex_state = 1378}, + [4754] = {.lex_state = 1378}, + [4755] = {.lex_state = 1378}, + [4756] = {.lex_state = 1378}, + [4757] = {.lex_state = 229}, + [4758] = {.lex_state = 1378}, + [4759] = {.lex_state = 1378}, + [4760] = {.lex_state = 37}, + [4761] = {.lex_state = 1378}, + [4762] = {.lex_state = 1378}, + [4763] = {.lex_state = 1378}, + [4764] = {.lex_state = 1378}, + [4765] = {.lex_state = 1378}, + [4766] = {.lex_state = 229}, + [4767] = {.lex_state = 37}, + [4768] = {.lex_state = 37}, + [4769] = {.lex_state = 1378}, + [4770] = {.lex_state = 1378}, + [4771] = {.lex_state = 37}, + [4772] = {.lex_state = 37}, + [4773] = {.lex_state = 1378}, + [4774] = {.lex_state = 41}, + [4775] = {.lex_state = 1378}, + [4776] = {.lex_state = 1378}, + [4777] = {.lex_state = 1378}, + [4778] = {.lex_state = 41}, + [4779] = {.lex_state = 1378}, + [4780] = {.lex_state = 37}, + [4781] = {.lex_state = 37}, + [4782] = {.lex_state = 37}, + [4783] = {.lex_state = 1378}, + [4784] = {.lex_state = 1378}, + [4785] = {.lex_state = 1378}, + [4786] = {.lex_state = 1378}, + [4787] = {.lex_state = 39, .external_lex_state = 14}, + [4788] = {.lex_state = 37}, + [4789] = {.lex_state = 1378, .external_lex_state = 14}, + [4790] = {.lex_state = 37}, + [4791] = {.lex_state = 1378}, + [4792] = {.lex_state = 1378}, + [4793] = {.lex_state = 1378}, + [4794] = {.lex_state = 1378}, + [4795] = {.lex_state = 1378}, + [4796] = {.lex_state = 1378}, + [4797] = {.lex_state = 37}, + [4798] = {.lex_state = 1378}, + [4799] = {.lex_state = 37}, + [4800] = {.lex_state = 1378}, + [4801] = {.lex_state = 1378}, + [4802] = {.lex_state = 1378}, + [4803] = {.lex_state = 1378}, + [4804] = {.lex_state = 1378}, + [4805] = {.lex_state = 37}, + [4806] = {.lex_state = 1378}, + [4807] = {.lex_state = 1378}, + [4808] = {.lex_state = 1378}, + [4809] = {.lex_state = 37}, + [4810] = {.lex_state = 1378}, + [4811] = {.lex_state = 1378}, + [4812] = {.lex_state = 1378}, + [4813] = {.lex_state = 37}, + [4814] = {.lex_state = 1378}, + [4815] = {.lex_state = 1378}, + [4816] = {.lex_state = 1378}, + [4817] = {.lex_state = 1378}, + [4818] = {.lex_state = 37}, + [4819] = {.lex_state = 1378}, + [4820] = {.lex_state = 41}, + [4821] = {.lex_state = 1378}, + [4822] = {.lex_state = 1378}, + [4823] = {.lex_state = 1378}, + [4824] = {.lex_state = 1378}, + [4825] = {.lex_state = 1378}, + [4826] = {.lex_state = 1378}, + [4827] = {.lex_state = 1378}, + [4828] = {.lex_state = 1378}, + [4829] = {.lex_state = 1378}, + [4830] = {.lex_state = 1378}, + [4831] = {.lex_state = 37}, + [4832] = {.lex_state = 37}, + [4833] = {.lex_state = 1378}, + [4834] = {.lex_state = 1378}, + [4835] = {.lex_state = 1378}, + [4836] = {.lex_state = 1378}, + [4837] = {.lex_state = 1378}, + [4838] = {.lex_state = 37}, + [4839] = {.lex_state = 37}, + [4840] = {.lex_state = 37}, + [4841] = {.lex_state = 1378}, + [4842] = {.lex_state = 1378}, + [4843] = {.lex_state = 1378}, + [4844] = {.lex_state = 37}, + [4845] = {.lex_state = 41}, + [4846] = {.lex_state = 1378}, + [4847] = {.lex_state = 41}, + [4848] = {.lex_state = 37}, + [4849] = {.lex_state = 1378}, + [4850] = {.lex_state = 1378}, + [4851] = {.lex_state = 1378}, + [4852] = {.lex_state = 1378}, + [4853] = {.lex_state = 1378}, + [4854] = {.lex_state = 1378}, + [4855] = {.lex_state = 1378}, + [4856] = {.lex_state = 1378}, + [4857] = {.lex_state = 1378}, + [4858] = {.lex_state = 1378}, + [4859] = {.lex_state = 1378}, + [4860] = {.lex_state = 1378}, + [4861] = {.lex_state = 1378}, + [4862] = {.lex_state = 1378}, + [4863] = {.lex_state = 1378}, + [4864] = {.lex_state = 1378}, + [4865] = {.lex_state = 1378}, + [4866] = {.lex_state = 1378}, + [4867] = {.lex_state = 1378, .external_lex_state = 14}, + [4868] = {.lex_state = 1378}, + [4869] = {.lex_state = 1378}, + [4870] = {.lex_state = 1378}, + [4871] = {.lex_state = 1378}, + [4872] = {.lex_state = 1378}, + [4873] = {.lex_state = 1378, .external_lex_state = 14}, + [4874] = {.lex_state = 1378}, + [4875] = {.lex_state = 229}, + [4876] = {.lex_state = 37}, + [4877] = {.lex_state = 1378}, + [4878] = {.lex_state = 37}, + [4879] = {.lex_state = 1378}, + [4880] = {.lex_state = 1378}, + [4881] = {.lex_state = 1378}, + [4882] = {.lex_state = 37}, + [4883] = {.lex_state = 1378}, + [4884] = {.lex_state = 37}, + [4885] = {.lex_state = 1378}, + [4886] = {.lex_state = 37}, + [4887] = {.lex_state = 1378}, + [4888] = {.lex_state = 37}, + [4889] = {.lex_state = 1378}, + [4890] = {.lex_state = 37}, + [4891] = {.lex_state = 1378}, + [4892] = {.lex_state = 230}, + [4893] = {.lex_state = 230}, + [4894] = {.lex_state = 1378}, + [4895] = {.lex_state = 1378}, + [4896] = {.lex_state = 1378}, + [4897] = {.lex_state = 1378}, + [4898] = {.lex_state = 1378}, + [4899] = {.lex_state = 1378}, + [4900] = {.lex_state = 1378}, + [4901] = {.lex_state = 1378}, + [4902] = {.lex_state = 1378}, + [4903] = {.lex_state = 1378}, + [4904] = {.lex_state = 1378}, + [4905] = {.lex_state = 1378}, + [4906] = {.lex_state = 1378}, + [4907] = {.lex_state = 1378}, + [4908] = {.lex_state = 1378}, + [4909] = {.lex_state = 1378}, + [4910] = {.lex_state = 1378}, + [4911] = {.lex_state = 1378}, + [4912] = {.lex_state = 1378}, + [4913] = {.lex_state = 1378}, + [4914] = {.lex_state = 1378}, + [4915] = {.lex_state = 39}, + [4916] = {.lex_state = 1378}, + [4917] = {.lex_state = 1378}, + [4918] = {.lex_state = 1378}, + [4919] = {.lex_state = 1378}, + [4920] = {.lex_state = 230}, + [4921] = {.lex_state = 1378}, + [4922] = {.lex_state = 1378}, + [4923] = {.lex_state = 1378}, + [4924] = {.lex_state = 91}, + [4925] = {.lex_state = 252}, + [4926] = {.lex_state = 1378}, + [4927] = {.lex_state = 1378}, + [4928] = {.lex_state = 252}, + [4929] = {.lex_state = 1378}, + [4930] = {.lex_state = 1378}, + [4931] = {.lex_state = 1378}, + [4932] = {.lex_state = 1378}, + [4933] = {.lex_state = 1378}, + [4934] = {.lex_state = 230}, + [4935] = {.lex_state = 252}, + [4936] = {.lex_state = 1378}, + [4937] = {.lex_state = 1378}, + [4938] = {.lex_state = 39}, + [4939] = {.lex_state = 1378}, + [4940] = {.lex_state = 1378}, + [4941] = {.lex_state = 1378}, + [4942] = {.lex_state = 1378}, + [4943] = {.lex_state = 1378}, + [4944] = {.lex_state = 1378}, + [4945] = {.lex_state = 1378}, + [4946] = {.lex_state = 1378}, + [4947] = {.lex_state = 1378}, + [4948] = {.lex_state = 230}, + [4949] = {.lex_state = 1378}, + [4950] = {.lex_state = 1378}, + [4951] = {.lex_state = 1378}, + [4952] = {.lex_state = 1378}, + [4953] = {.lex_state = 1378}, + [4954] = {.lex_state = 1378}, + [4955] = {.lex_state = 1378}, + [4956] = {.lex_state = 1378}, + [4957] = {.lex_state = 1378}, + [4958] = {.lex_state = 1378}, + [4959] = {.lex_state = 1378}, + [4960] = {.lex_state = 1378}, + [4961] = {.lex_state = 1378}, + [4962] = {.lex_state = 1378}, + [4963] = {.lex_state = 1378}, + [4964] = {.lex_state = 1378}, + [4965] = {.lex_state = 1378}, + [4966] = {.lex_state = 1378}, + [4967] = {.lex_state = 1378, .external_lex_state = 14}, + [4968] = {.lex_state = 1378}, + [4969] = {.lex_state = 1378}, + [4970] = {.lex_state = 39}, + [4971] = {.lex_state = 1378}, + [4972] = {.lex_state = 1378}, + [4973] = {.lex_state = 1378}, + [4974] = {.lex_state = 1378}, + [4975] = {.lex_state = 1378}, + [4976] = {.lex_state = 39}, + [4977] = {.lex_state = 39}, + [4978] = {.lex_state = 1378}, + [4979] = {.lex_state = 230}, + [4980] = {.lex_state = 1378}, + [4981] = {.lex_state = 39}, + [4982] = {.lex_state = 1378}, + [4983] = {.lex_state = 1378}, + [4984] = {.lex_state = 1378}, + [4985] = {.lex_state = 1378}, + [4986] = {.lex_state = 1378}, + [4987] = {.lex_state = 1378}, + [4988] = {.lex_state = 1378}, + [4989] = {.lex_state = 1378}, + [4990] = {.lex_state = 1378}, + [4991] = {.lex_state = 39}, + [4992] = {.lex_state = 1378}, + [4993] = {.lex_state = 1378}, + [4994] = {.lex_state = 1378}, + [4995] = {.lex_state = 1378}, + [4996] = {.lex_state = 1378}, + [4997] = {.lex_state = 1378}, + [4998] = {.lex_state = 1378}, + [4999] = {.lex_state = 1378}, + [5000] = {.lex_state = 1378}, + [5001] = {.lex_state = 1378}, + [5002] = {.lex_state = 1378}, + [5003] = {.lex_state = 1378}, + [5004] = {.lex_state = 1378}, + [5005] = {.lex_state = 1378}, + [5006] = {.lex_state = 1378}, + [5007] = {.lex_state = 1378}, + [5008] = {.lex_state = 1378}, + [5009] = {.lex_state = 1378}, + [5010] = {.lex_state = 1378, .external_lex_state = 14}, + [5011] = {.lex_state = 39, .external_lex_state = 14}, + [5012] = {.lex_state = 1378}, + [5013] = {.lex_state = 1378}, + [5014] = {.lex_state = 1378}, + [5015] = {.lex_state = 1378}, + [5016] = {.lex_state = 1378}, + [5017] = {.lex_state = 1378}, + [5018] = {.lex_state = 1378}, + [5019] = {.lex_state = 1378}, + [5020] = {.lex_state = 1378}, + [5021] = {.lex_state = 1378}, + [5022] = {.lex_state = 1378}, + [5023] = {.lex_state = 1378}, + [5024] = {.lex_state = 1378}, + [5025] = {.lex_state = 1378}, + [5026] = {.lex_state = 1378}, + [5027] = {.lex_state = 1378}, + [5028] = {.lex_state = 1378}, + [5029] = {.lex_state = 1378}, + [5030] = {.lex_state = 1378}, + [5031] = {.lex_state = 1378}, + [5032] = {.lex_state = 1378}, + [5033] = {.lex_state = 1378}, + [5034] = {.lex_state = 1378}, + [5035] = {.lex_state = 1378}, + [5036] = {.lex_state = 1378}, + [5037] = {.lex_state = 1378}, + [5038] = {.lex_state = 1378}, + [5039] = {.lex_state = 1378}, + [5040] = {.lex_state = 1378}, + [5041] = {.lex_state = 1378}, + [5042] = {.lex_state = 1378}, + [5043] = {.lex_state = 1378}, + [5044] = {.lex_state = 1378}, + [5045] = {.lex_state = 1378}, + [5046] = {.lex_state = 1378}, + [5047] = {.lex_state = 1378}, + [5048] = {.lex_state = 1378}, + [5049] = {.lex_state = 1378}, + [5050] = {.lex_state = 1378}, + [5051] = {.lex_state = 1378}, + [5052] = {.lex_state = 1378}, + [5053] = {.lex_state = 1378}, + [5054] = {.lex_state = 91}, + [5055] = {.lex_state = 1378}, + [5056] = {.lex_state = 1378}, + [5057] = {.lex_state = 1378}, + [5058] = {.lex_state = 1378}, + [5059] = {.lex_state = 1378}, + [5060] = {.lex_state = 1378}, + [5061] = {.lex_state = 1378}, + [5062] = {.lex_state = 1378}, + [5063] = {.lex_state = 1378}, + [5064] = {.lex_state = 1378}, + [5065] = {.lex_state = 1378}, + [5066] = {.lex_state = 1378}, + [5067] = {.lex_state = 1378}, + [5068] = {.lex_state = 1378}, + [5069] = {.lex_state = 1378}, + [5070] = {.lex_state = 1378}, + [5071] = {.lex_state = 1378}, + [5072] = {.lex_state = 1378}, + [5073] = {.lex_state = 1378}, + [5074] = {.lex_state = 229}, + [5075] = {.lex_state = 1378}, + [5076] = {.lex_state = 1378}, + [5077] = {.lex_state = 1378}, + [5078] = {.lex_state = 1378}, + [5079] = {.lex_state = 1378}, + [5080] = {.lex_state = 1378}, + [5081] = {.lex_state = 1378}, + [5082] = {.lex_state = 1378}, + [5083] = {.lex_state = 1378}, + [5084] = {.lex_state = 1378}, + [5085] = {.lex_state = 1378}, + [5086] = {.lex_state = 1378}, + [5087] = {.lex_state = 1378}, + [5088] = {.lex_state = 244}, + [5089] = {.lex_state = 1378, .external_lex_state = 14}, + [5090] = {.lex_state = 79, .external_lex_state = 14}, + [5091] = {.lex_state = 106}, + [5092] = {.lex_state = 1378}, + [5093] = {.lex_state = 1378}, + [5094] = {.lex_state = 106}, + [5095] = {.lex_state = 1378}, + [5096] = {.lex_state = 1378}, + [5097] = {.lex_state = 1378}, + [5098] = {.lex_state = 1378}, + [5099] = {.lex_state = 1378}, + [5100] = {.lex_state = 1378}, + [5101] = {.lex_state = 1378}, + [5102] = {.lex_state = 1378}, + [5103] = {.lex_state = 1378}, + [5104] = {.lex_state = 244}, + [5105] = {.lex_state = 1378}, + [5106] = {.lex_state = 1378}, + [5107] = {.lex_state = 1378}, + [5108] = {.lex_state = 1378}, + [5109] = {.lex_state = 1378}, + [5110] = {.lex_state = 1378}, + [5111] = {.lex_state = 1378}, + [5112] = {.lex_state = 1378, .external_lex_state = 14}, + [5113] = {.lex_state = 1378}, + [5114] = {.lex_state = 1378}, + [5115] = {.lex_state = 1378}, + [5116] = {.lex_state = 1378}, + [5117] = {.lex_state = 244}, + [5118] = {.lex_state = 1378}, + [5119] = {.lex_state = 1378}, + [5120] = {.lex_state = 1378}, + [5121] = {.lex_state = 1378}, + [5122] = {.lex_state = 1378}, + [5123] = {.lex_state = 1378}, + [5124] = {.lex_state = 248}, + [5125] = {.lex_state = 1378}, + [5126] = {.lex_state = 1378}, + [5127] = {.lex_state = 1378}, + [5128] = {.lex_state = 244}, + [5129] = {.lex_state = 1378}, + [5130] = {.lex_state = 1378}, + [5131] = {.lex_state = 165}, + [5132] = {.lex_state = 1378}, + [5133] = {.lex_state = 248}, + [5134] = {.lex_state = 1378}, + [5135] = {.lex_state = 248}, + [5136] = {.lex_state = 39}, + [5137] = {.lex_state = 1378}, + [5138] = {.lex_state = 30}, + [5139] = {.lex_state = 30}, + [5140] = {.lex_state = 1378}, + [5141] = {.lex_state = 1378}, + [5142] = {.lex_state = 1378}, + [5143] = {.lex_state = 165}, + [5144] = {.lex_state = 1378}, + [5145] = {.lex_state = 1378}, + [5146] = {.lex_state = 1378}, + [5147] = {.lex_state = 244}, + [5148] = {.lex_state = 30}, + [5149] = {.lex_state = 1378}, + [5150] = {.lex_state = 1378}, + [5151] = {.lex_state = 30}, + [5152] = {.lex_state = 106}, + [5153] = {.lex_state = 1378}, + [5154] = {.lex_state = 1378, .external_lex_state = 14}, + [5155] = {.lex_state = 39}, + [5156] = {.lex_state = 106}, + [5157] = {.lex_state = 1378}, + [5158] = {.lex_state = 1378}, + [5159] = {.lex_state = 1378, .external_lex_state = 14}, + [5160] = {.lex_state = 1378}, + [5161] = {.lex_state = 1378, .external_lex_state = 14}, + [5162] = {.lex_state = 1378}, + [5163] = {.lex_state = 1378}, + [5164] = {.lex_state = 1378}, + [5165] = {.lex_state = 1378}, + [5166] = {.lex_state = 39, .external_lex_state = 14}, + [5167] = {.lex_state = 1378}, + [5168] = {.lex_state = 39, .external_lex_state = 14}, + [5169] = {.lex_state = 1378}, + [5170] = {.lex_state = 106}, + [5171] = {.lex_state = 1378}, + [5172] = {.lex_state = 1378}, + [5173] = {.lex_state = 1378}, + [5174] = {.lex_state = 1378}, + [5175] = {.lex_state = 253}, + [5176] = {.lex_state = 1378}, + [5177] = {.lex_state = 248}, + [5178] = {.lex_state = 1378}, + [5179] = {.lex_state = 1378}, + [5180] = {.lex_state = 1378}, + [5181] = {.lex_state = 39}, + [5182] = {.lex_state = 1378}, + [5183] = {.lex_state = 1378}, + [5184] = {.lex_state = 1378, .external_lex_state = 14}, + [5185] = {.lex_state = 1378}, + [5186] = {.lex_state = 1378}, + [5187] = {.lex_state = 1378}, + [5188] = {.lex_state = 106}, + [5189] = {.lex_state = 106}, + [5190] = {.lex_state = 1378}, + [5191] = {.lex_state = 1378}, + [5192] = {.lex_state = 1378}, + [5193] = {.lex_state = 1378}, + [5194] = {.lex_state = 106}, + [5195] = {.lex_state = 1378}, + [5196] = {.lex_state = 1378}, + [5197] = {.lex_state = 1378}, + [5198] = {.lex_state = 244}, + [5199] = {.lex_state = 106}, + [5200] = {.lex_state = 1378}, + [5201] = {.lex_state = 1378}, + [5202] = {.lex_state = 1378}, + [5203] = {.lex_state = 253}, + [5204] = {.lex_state = 248}, + [5205] = {.lex_state = 1378}, + [5206] = {.lex_state = 39}, + [5207] = {.lex_state = 1378}, + [5208] = {.lex_state = 244}, + [5209] = {.lex_state = 1378}, + [5210] = {.lex_state = 253}, + [5211] = {.lex_state = 1378}, + [5212] = {.lex_state = 1378}, + [5213] = {.lex_state = 106}, + [5214] = {.lex_state = 1378}, + [5215] = {.lex_state = 1378, .external_lex_state = 14}, + [5216] = {.lex_state = 1378}, + [5217] = {.lex_state = 1378}, + [5218] = {.lex_state = 1378}, + [5219] = {.lex_state = 30}, + [5220] = {.lex_state = 1378}, + [5221] = {.lex_state = 39}, + [5222] = {.lex_state = 1378, .external_lex_state = 14}, + [5223] = {.lex_state = 230}, + [5224] = {.lex_state = 244}, + [5225] = {.lex_state = 1378, .external_lex_state = 14}, + [5226] = {.lex_state = 244}, + [5227] = {.lex_state = 1378}, + [5228] = {.lex_state = 244}, + [5229] = {.lex_state = 1378}, + [5230] = {.lex_state = 1378}, + [5231] = {.lex_state = 1378}, + [5232] = {.lex_state = 245}, + [5233] = {.lex_state = 245}, + [5234] = {.lex_state = 245}, + [5235] = {.lex_state = 245}, + [5236] = {.lex_state = 245}, + [5237] = {.lex_state = 245}, + [5238] = {.lex_state = 1378}, + [5239] = {.lex_state = 39}, + [5240] = {.lex_state = 1378, .external_lex_state = 14}, + [5241] = {.lex_state = 1378, .external_lex_state = 20}, + [5242] = {.lex_state = 1378}, + [5243] = {.lex_state = 245}, + [5244] = {.lex_state = 1378, .external_lex_state = 20}, + [5245] = {.lex_state = 1378, .external_lex_state = 14}, + [5246] = {.lex_state = 1378, .external_lex_state = 14}, + [5247] = {.lex_state = 1378, .external_lex_state = 14}, + [5248] = {.lex_state = 1378, .external_lex_state = 14}, + [5249] = {.lex_state = 39}, + [5250] = {.lex_state = 245}, + [5251] = {.lex_state = 245}, + [5252] = {.lex_state = 245}, + [5253] = {.lex_state = 1378, .external_lex_state = 14}, + [5254] = {.lex_state = 245}, + [5255] = {.lex_state = 1378}, + [5256] = {.lex_state = 245}, + [5257] = {.lex_state = 1378, .external_lex_state = 21}, + [5258] = {.lex_state = 1378}, + [5259] = {.lex_state = 1378}, + [5260] = {.lex_state = 1378}, + [5261] = {.lex_state = 39}, + [5262] = {.lex_state = 1378}, + [5263] = {.lex_state = 166}, + [5264] = {.lex_state = 79, .external_lex_state = 14}, + [5265] = {.lex_state = 1378}, + [5266] = {.lex_state = 37}, + [5267] = {.lex_state = 1378}, + [5268] = {.lex_state = 1378, .external_lex_state = 21}, + [5269] = {.lex_state = 245}, + [5270] = {.lex_state = 39, .external_lex_state = 14}, + [5271] = {.lex_state = 245}, + [5272] = {.lex_state = 1378}, + [5273] = {.lex_state = 1378}, + [5274] = {.lex_state = 1378, .external_lex_state = 20}, + [5275] = {.lex_state = 1378}, + [5276] = {.lex_state = 1378}, + [5277] = {.lex_state = 1378, .external_lex_state = 14}, + [5278] = {.lex_state = 1378}, + [5279] = {.lex_state = 1378}, + [5280] = {.lex_state = 245}, + [5281] = {.lex_state = 1378, .external_lex_state = 14}, + [5282] = {.lex_state = 245}, + [5283] = {.lex_state = 1378}, + [5284] = {.lex_state = 166}, + [5285] = {.lex_state = 245}, + [5286] = {.lex_state = 1378, .external_lex_state = 20}, + [5287] = {.lex_state = 245}, + [5288] = {.lex_state = 1378, .external_lex_state = 14}, + [5289] = {.lex_state = 245}, + [5290] = {.lex_state = 245}, + [5291] = {.lex_state = 1378, .external_lex_state = 21}, + [5292] = {.lex_state = 166}, + [5293] = {.lex_state = 1378}, + [5294] = {.lex_state = 1378, .external_lex_state = 21}, + [5295] = {.lex_state = 245}, + [5296] = {.lex_state = 1378, .external_lex_state = 21}, + [5297] = {.lex_state = 166}, + [5298] = {.lex_state = 39, .external_lex_state = 14}, + [5299] = {.lex_state = 39}, + [5300] = {.lex_state = 1378}, + [5301] = {.lex_state = 1378, .external_lex_state = 14}, + [5302] = {.lex_state = 1378}, + [5303] = {.lex_state = 245}, + [5304] = {.lex_state = 79, .external_lex_state = 14}, + [5305] = {.lex_state = 39}, + [5306] = {.lex_state = 245}, + [5307] = {.lex_state = 245}, + [5308] = {.lex_state = 1378}, + [5309] = {.lex_state = 245}, + [5310] = {.lex_state = 1378, .external_lex_state = 14}, + [5311] = {.lex_state = 1378, .external_lex_state = 14}, + [5312] = {.lex_state = 1378}, + [5313] = {.lex_state = 1378}, + [5314] = {.lex_state = 39}, + [5315] = {.lex_state = 1378}, + [5316] = {.lex_state = 1378}, + [5317] = {.lex_state = 1378}, + [5318] = {.lex_state = 1378}, + [5319] = {.lex_state = 1378}, + [5320] = {.lex_state = 79}, + [5321] = {.lex_state = 243}, + [5322] = {.lex_state = 236}, + [5323] = {.lex_state = 1378}, + [5324] = {.lex_state = 30, .external_lex_state = 7}, + [5325] = {.lex_state = 236}, + [5326] = {.lex_state = 1378}, + [5327] = {.lex_state = 1378}, + [5328] = {.lex_state = 1378}, + [5329] = {.lex_state = 1378}, + [5330] = {.lex_state = 1378}, + [5331] = {.lex_state = 1378}, + [5332] = {.lex_state = 1378}, + [5333] = {.lex_state = 234, .external_lex_state = 14}, + [5334] = {.lex_state = 1378}, + [5335] = {.lex_state = 1378}, + [5336] = {.lex_state = 79}, + [5337] = {.lex_state = 1378}, + [5338] = {.lex_state = 1378}, + [5339] = {.lex_state = 39}, + [5340] = {.lex_state = 39}, + [5341] = {.lex_state = 1378, .external_lex_state = 20}, + [5342] = {.lex_state = 1378, .external_lex_state = 21}, + [5343] = {.lex_state = 1378}, + [5344] = {.lex_state = 243}, + [5345] = {.lex_state = 1378}, + [5346] = {.lex_state = 1378}, + [5347] = {.lex_state = 1378}, + [5348] = {.lex_state = 1378}, + [5349] = {.lex_state = 1378}, + [5350] = {.lex_state = 236}, + [5351] = {.lex_state = 1378}, + [5352] = {.lex_state = 1378}, + [5353] = {.lex_state = 39}, + [5354] = {.lex_state = 1378}, + [5355] = {.lex_state = 1378}, + [5356] = {.lex_state = 1378}, + [5357] = {.lex_state = 1378}, + [5358] = {.lex_state = 1378}, + [5359] = {.lex_state = 39}, + [5360] = {.lex_state = 1378}, + [5361] = {.lex_state = 1378}, + [5362] = {.lex_state = 1378}, + [5363] = {.lex_state = 1378}, + [5364] = {.lex_state = 1378}, + [5365] = {.lex_state = 1378}, + [5366] = {.lex_state = 1378}, + [5367] = {.lex_state = 1378}, + [5368] = {.lex_state = 1378}, + [5369] = {.lex_state = 39}, + [5370] = {.lex_state = 1378}, + [5371] = {.lex_state = 1378}, + [5372] = {.lex_state = 236}, + [5373] = {.lex_state = 1378}, + [5374] = {.lex_state = 1378}, + [5375] = {.lex_state = 1378}, + [5376] = {.lex_state = 1378}, + [5377] = {.lex_state = 1378}, + [5378] = {.lex_state = 79}, + [5379] = {.lex_state = 1378}, + [5380] = {.lex_state = 1378, .external_lex_state = 20}, + [5381] = {.lex_state = 1378}, + [5382] = {.lex_state = 1378}, + [5383] = {.lex_state = 1378, .external_lex_state = 14}, + [5384] = {.lex_state = 1378}, + [5385] = {.lex_state = 236}, + [5386] = {.lex_state = 1378}, + [5387] = {.lex_state = 1378}, + [5388] = {.lex_state = 1378}, + [5389] = {.lex_state = 253}, + [5390] = {.lex_state = 1378}, + [5391] = {.lex_state = 236}, + [5392] = {.lex_state = 1378}, + [5393] = {.lex_state = 1378}, + [5394] = {.lex_state = 1378}, + [5395] = {.lex_state = 1378}, + [5396] = {.lex_state = 1378}, + [5397] = {.lex_state = 39}, + [5398] = {.lex_state = 1378}, + [5399] = {.lex_state = 1378}, + [5400] = {.lex_state = 1378}, + [5401] = {.lex_state = 1378}, + [5402] = {.lex_state = 1378}, + [5403] = {.lex_state = 79, .external_lex_state = 14}, + [5404] = {.lex_state = 39}, + [5405] = {.lex_state = 1378}, + [5406] = {.lex_state = 1378}, + [5407] = {.lex_state = 1378}, + [5408] = {.lex_state = 1378}, + [5409] = {.lex_state = 1378}, + [5410] = {.lex_state = 1378}, + [5411] = {.lex_state = 236}, + [5412] = {.lex_state = 1378}, + [5413] = {.lex_state = 1378}, + [5414] = {.lex_state = 1378}, + [5415] = {.lex_state = 1378}, + [5416] = {.lex_state = 1378}, + [5417] = {.lex_state = 1378}, + [5418] = {.lex_state = 243}, + [5419] = {.lex_state = 1378}, + [5420] = {.lex_state = 79}, + [5421] = {.lex_state = 236}, + [5422] = {.lex_state = 1378}, + [5423] = {.lex_state = 1378}, + [5424] = {.lex_state = 1378}, + [5425] = {.lex_state = 1378}, + [5426] = {.lex_state = 1378}, + [5427] = {.lex_state = 1378}, + [5428] = {.lex_state = 1378}, + [5429] = {.lex_state = 1378}, + [5430] = {.lex_state = 1378}, + [5431] = {.lex_state = 1378}, + [5432] = {.lex_state = 1378}, + [5433] = {.lex_state = 1378}, + [5434] = {.lex_state = 1378}, + [5435] = {.lex_state = 1378}, + [5436] = {.lex_state = 1378}, + [5437] = {.lex_state = 1378}, + [5438] = {.lex_state = 1378}, + [5439] = {.lex_state = 39}, + [5440] = {.lex_state = 1378}, + [5441] = {.lex_state = 1378, .external_lex_state = 21}, + [5442] = {.lex_state = 30, .external_lex_state = 7}, + [5443] = {.lex_state = 1378}, + [5444] = {.lex_state = 1378}, + [5445] = {.lex_state = 1378}, + [5446] = {.lex_state = 247}, + [5447] = {.lex_state = 1378}, + [5448] = {.lex_state = 1378}, + [5449] = {.lex_state = 1378}, + [5450] = {.lex_state = 1378}, + [5451] = {.lex_state = 1378, .external_lex_state = 20}, + [5452] = {.lex_state = 1378, .external_lex_state = 20}, + [5453] = {.lex_state = 1378}, + [5454] = {.lex_state = 1378}, + [5455] = {.lex_state = 1378}, + [5456] = {.lex_state = 1378}, + [5457] = {.lex_state = 1378}, + [5458] = {.lex_state = 1378}, + [5459] = {.lex_state = 1378}, + [5460] = {.lex_state = 1378}, + [5461] = {.lex_state = 1378}, + [5462] = {.lex_state = 1378}, + [5463] = {.lex_state = 1378}, + [5464] = {.lex_state = 1378}, + [5465] = {.lex_state = 79}, + [5466] = {.lex_state = 1378}, + [5467] = {.lex_state = 1378}, + [5468] = {.lex_state = 1378}, + [5469] = {.lex_state = 1378}, + [5470] = {.lex_state = 1378}, + [5471] = {.lex_state = 236}, + [5472] = {.lex_state = 1378}, + [5473] = {.lex_state = 79}, + [5474] = {.lex_state = 39}, + [5475] = {.lex_state = 1378}, + [5476] = {.lex_state = 1378}, + [5477] = {.lex_state = 1378}, + [5478] = {.lex_state = 1378}, + [5479] = {.lex_state = 1378, .external_lex_state = 20}, + [5480] = {.lex_state = 1378}, + [5481] = {.lex_state = 1378}, + [5482] = {.lex_state = 79, .external_lex_state = 14}, + [5483] = {.lex_state = 253}, + [5484] = {.lex_state = 236}, + [5485] = {.lex_state = 247}, + [5486] = {.lex_state = 1378}, + [5487] = {.lex_state = 1378}, + [5488] = {.lex_state = 1378}, + [5489] = {.lex_state = 1378}, + [5490] = {.lex_state = 1378}, + [5491] = {.lex_state = 1378}, + [5492] = {.lex_state = 1378}, + [5493] = {.lex_state = 1378}, + [5494] = {.lex_state = 1378}, + [5495] = {.lex_state = 1378}, + [5496] = {.lex_state = 1378}, + [5497] = {.lex_state = 1378}, + [5498] = {.lex_state = 1378}, + [5499] = {.lex_state = 1378}, + [5500] = {.lex_state = 1378}, + [5501] = {.lex_state = 1378}, + [5502] = {.lex_state = 1378}, + [5503] = {.lex_state = 1378}, + [5504] = {.lex_state = 247}, + [5505] = {.lex_state = 1378}, + [5506] = {.lex_state = 1378}, + [5507] = {.lex_state = 1378, .external_lex_state = 21}, + [5508] = {.lex_state = 1378}, + [5509] = {.lex_state = 1378}, + [5510] = {.lex_state = 1378}, + [5511] = {.lex_state = 1378}, + [5512] = {.lex_state = 1378}, + [5513] = {.lex_state = 1378}, + [5514] = {.lex_state = 247}, + [5515] = {.lex_state = 1378}, + [5516] = {.lex_state = 1378}, + [5517] = {.lex_state = 1378}, + [5518] = {.lex_state = 1378}, + [5519] = {.lex_state = 1378}, + [5520] = {.lex_state = 1378}, + [5521] = {.lex_state = 1378}, + [5522] = {.lex_state = 1378}, + [5523] = {.lex_state = 1378}, + [5524] = {.lex_state = 1378}, + [5525] = {.lex_state = 1378}, + [5526] = {.lex_state = 1378}, + [5527] = {.lex_state = 1378}, + [5528] = {.lex_state = 1378}, + [5529] = {.lex_state = 1378}, + [5530] = {.lex_state = 1378}, + [5531] = {.lex_state = 247}, + [5532] = {.lex_state = 1378}, + [5533] = {.lex_state = 1378}, + [5534] = {.lex_state = 1378}, + [5535] = {.lex_state = 1378}, + [5536] = {.lex_state = 1378}, + [5537] = {.lex_state = 1378}, + [5538] = {.lex_state = 1378}, + [5539] = {.lex_state = 1378}, + [5540] = {.lex_state = 1378}, + [5541] = {.lex_state = 1378}, + [5542] = {.lex_state = 1378}, + [5543] = {.lex_state = 1378}, + [5544] = {.lex_state = 1378}, + [5545] = {.lex_state = 1378}, + [5546] = {.lex_state = 1378, .external_lex_state = 20}, + [5547] = {.lex_state = 39}, + [5548] = {.lex_state = 39}, + [5549] = {.lex_state = 1378}, + [5550] = {.lex_state = 39}, + [5551] = {.lex_state = 1378}, + [5552] = {.lex_state = 39}, + [5553] = {.lex_state = 1378}, + [5554] = {.lex_state = 39}, + [5555] = {.lex_state = 1378}, + [5556] = {.lex_state = 1378}, + [5557] = {.lex_state = 1378}, + [5558] = {.lex_state = 1378}, + [5559] = {.lex_state = 1378}, + [5560] = {.lex_state = 1378}, + [5561] = {.lex_state = 1378}, + [5562] = {.lex_state = 1378}, + [5563] = {.lex_state = 1378}, + [5564] = {.lex_state = 1378}, + [5565] = {.lex_state = 40}, + [5566] = {.lex_state = 1378}, + [5567] = {.lex_state = 1378}, + [5568] = {.lex_state = 39}, + [5569] = {.lex_state = 40}, + [5570] = {.lex_state = 1378}, + [5571] = {.lex_state = 1378}, + [5572] = {.lex_state = 1378}, + [5573] = {.lex_state = 1378}, + [5574] = {.lex_state = 1378, .external_lex_state = 14}, + [5575] = {.lex_state = 40}, + [5576] = {.lex_state = 1378}, + [5577] = {.lex_state = 1378}, + [5578] = {.lex_state = 1378}, + [5579] = {.lex_state = 1378, .external_lex_state = 14}, + [5580] = {.lex_state = 1378}, + [5581] = {.lex_state = 33, .external_lex_state = 22}, + [5582] = {.lex_state = 37}, + [5583] = {.lex_state = 1378}, + [5584] = {.lex_state = 1378}, + [5585] = {.lex_state = 1378, .external_lex_state = 20}, + [5586] = {.lex_state = 1378}, + [5587] = {.lex_state = 1378}, + [5588] = {.lex_state = 1378}, + [5589] = {.lex_state = 1378, .external_lex_state = 14}, + [5590] = {.lex_state = 40}, + [5591] = {.lex_state = 1378}, + [5592] = {.lex_state = 1378}, + [5593] = {.lex_state = 1378, .external_lex_state = 14}, + [5594] = {.lex_state = 1378}, + [5595] = {.lex_state = 1378, .external_lex_state = 14}, + [5596] = {.lex_state = 1378, .external_lex_state = 14}, + [5597] = {.lex_state = 1378}, + [5598] = {.lex_state = 1378}, + [5599] = {.lex_state = 40}, + [5600] = {.lex_state = 1378}, + [5601] = {.lex_state = 1378}, + [5602] = {.lex_state = 1378}, + [5603] = {.lex_state = 1378}, + [5604] = {.lex_state = 40}, + [5605] = {.lex_state = 1378}, + [5606] = {.lex_state = 1378, .external_lex_state = 20}, + [5607] = {.lex_state = 1378}, + [5608] = {.lex_state = 1378}, + [5609] = {.lex_state = 1378}, + [5610] = {.lex_state = 1378, .external_lex_state = 14}, + [5611] = {.lex_state = 33, .external_lex_state = 22}, + [5612] = {.lex_state = 1378, .external_lex_state = 14}, + [5613] = {.lex_state = 40}, + [5614] = {.lex_state = 1378}, + [5615] = {.lex_state = 1378}, + [5616] = {.lex_state = 1378}, + [5617] = {.lex_state = 1378}, + [5618] = {.lex_state = 1378}, + [5619] = {.lex_state = 1378}, + [5620] = {.lex_state = 1378}, + [5621] = {.lex_state = 1378}, + [5622] = {.lex_state = 40}, + [5623] = {.lex_state = 1378, .external_lex_state = 20}, + [5624] = {.lex_state = 1378}, + [5625] = {.lex_state = 1378}, + [5626] = {.lex_state = 1378}, + [5627] = {.lex_state = 33, .external_lex_state = 22}, + [5628] = {.lex_state = 246}, + [5629] = {.lex_state = 246}, + [5630] = {.lex_state = 1378}, + [5631] = {.lex_state = 1378}, + [5632] = {.lex_state = 1378}, + [5633] = {.lex_state = 1378, .external_lex_state = 20}, + [5634] = {.lex_state = 242}, + [5635] = {.lex_state = 1378}, + [5636] = {.lex_state = 1378}, + [5637] = {.lex_state = 1378}, + [5638] = {.lex_state = 40}, + [5639] = {.lex_state = 1378}, + [5640] = {.lex_state = 1378}, + [5641] = {.lex_state = 40}, + [5642] = {.lex_state = 40}, + [5643] = {.lex_state = 1378}, + [5644] = {.lex_state = 1378}, + [5645] = {.lex_state = 1378}, + [5646] = {.lex_state = 1378, .external_lex_state = 14}, + [5647] = {.lex_state = 1378}, + [5648] = {.lex_state = 1378}, + [5649] = {.lex_state = 40}, + [5650] = {.lex_state = 1378}, + [5651] = {.lex_state = 1378}, + [5652] = {.lex_state = 1378}, + [5653] = {.lex_state = 1378}, + [5654] = {.lex_state = 40}, + [5655] = {.lex_state = 1378}, + [5656] = {.lex_state = 1378}, + [5657] = {.lex_state = 246}, + [5658] = {.lex_state = 1378}, + [5659] = {.lex_state = 1378}, + [5660] = {.lex_state = 1378}, + [5661] = {.lex_state = 1378}, + [5662] = {.lex_state = 1378}, + [5663] = {.lex_state = 1378}, + [5664] = {.lex_state = 1378}, + [5665] = {.lex_state = 1378}, + [5666] = {.lex_state = 245}, + [5667] = {.lex_state = 1378, .external_lex_state = 20}, + [5668] = {.lex_state = 1378}, + [5669] = {.lex_state = 40}, + [5670] = {.lex_state = 40}, + [5671] = {.lex_state = 234, .external_lex_state = 14}, + [5672] = {.lex_state = 234, .external_lex_state = 14}, + [5673] = {.lex_state = 1378}, + [5674] = {.lex_state = 1378}, + [5675] = {.lex_state = 1378, .external_lex_state = 20}, + [5676] = {.lex_state = 1378}, + [5677] = {.lex_state = 1378}, + [5678] = {.lex_state = 1378, .external_lex_state = 14}, + [5679] = {.lex_state = 1378}, + [5680] = {.lex_state = 1378}, + [5681] = {.lex_state = 1378}, + [5682] = {.lex_state = 1378}, + [5683] = {.lex_state = 1378, .external_lex_state = 14}, + [5684] = {.lex_state = 1378}, + [5685] = {.lex_state = 242}, + [5686] = {.lex_state = 1378, .external_lex_state = 14}, + [5687] = {.lex_state = 40}, + [5688] = {.lex_state = 1378, .external_lex_state = 14}, + [5689] = {.lex_state = 1378}, + [5690] = {.lex_state = 1378, .external_lex_state = 20}, + [5691] = {.lex_state = 1378}, + [5692] = {.lex_state = 1378}, + [5693] = {.lex_state = 1378, .external_lex_state = 14}, + [5694] = {.lex_state = 1378}, + [5695] = {.lex_state = 1378}, + [5696] = {.lex_state = 249}, + [5697] = {.lex_state = 1378, .external_lex_state = 14}, + [5698] = {.lex_state = 1378}, + [5699] = {.lex_state = 1378}, + [5700] = {.lex_state = 164}, + [5701] = {.lex_state = 1378}, + [5702] = {.lex_state = 233}, + [5703] = {.lex_state = 1378}, + [5704] = {.lex_state = 1378}, + [5705] = {.lex_state = 1378}, + [5706] = {.lex_state = 1378}, + [5707] = {.lex_state = 233}, + [5708] = {.lex_state = 164}, + [5709] = {.lex_state = 1378}, + [5710] = {.lex_state = 1378}, + [5711] = {.lex_state = 1378}, + [5712] = {.lex_state = 1378}, + [5713] = {.lex_state = 1378}, + [5714] = {.lex_state = 1378}, + [5715] = {.lex_state = 1378}, + [5716] = {.lex_state = 164}, + [5717] = {.lex_state = 1378}, + [5718] = {.lex_state = 1378}, + [5719] = {.lex_state = 1378}, + [5720] = {.lex_state = 1378}, + [5721] = {.lex_state = 1378}, + [5722] = {.lex_state = 1378}, + [5723] = {.lex_state = 1378}, + [5724] = {.lex_state = 1378}, + [5725] = {.lex_state = 1378}, + [5726] = {.lex_state = 1378}, + [5727] = {.lex_state = 1378}, + [5728] = {.lex_state = 1378, .external_lex_state = 20}, + [5729] = {.lex_state = 1378}, + [5730] = {.lex_state = 233}, + [5731] = {.lex_state = 1378}, + [5732] = {.lex_state = 1378}, + [5733] = {.lex_state = 1378}, + [5734] = {.lex_state = 1378}, + [5735] = {.lex_state = 1378}, + [5736] = {.lex_state = 1378}, + [5737] = {.lex_state = 1378}, + [5738] = {.lex_state = 30, .external_lex_state = 14}, + [5739] = {.lex_state = 1378}, + [5740] = {.lex_state = 1378}, + [5741] = {.lex_state = 1378}, + [5742] = {.lex_state = 1378}, + [5743] = {.lex_state = 1378}, + [5744] = {.lex_state = 1378}, + [5745] = {.lex_state = 1378}, + [5746] = {.lex_state = 1378}, + [5747] = {.lex_state = 1378}, + [5748] = {.lex_state = 1378}, + [5749] = {.lex_state = 1378}, + [5750] = {.lex_state = 1378}, + [5751] = {.lex_state = 1378}, + [5752] = {.lex_state = 1378}, + [5753] = {.lex_state = 1378}, + [5754] = {.lex_state = 1378, .external_lex_state = 14}, + [5755] = {.lex_state = 30, .external_lex_state = 7}, + [5756] = {.lex_state = 1378, .external_lex_state = 23}, + [5757] = {.lex_state = 1378}, + [5758] = {.lex_state = 233}, + [5759] = {.lex_state = 1378}, + [5760] = {.lex_state = 1378}, + [5761] = {.lex_state = 249}, + [5762] = {.lex_state = 1378}, + [5763] = {.lex_state = 1378, .external_lex_state = 14}, + [5764] = {.lex_state = 1378}, + [5765] = {.lex_state = 1378}, + [5766] = {.lex_state = 30, .external_lex_state = 7}, + [5767] = {.lex_state = 30, .external_lex_state = 7}, + [5768] = {.lex_state = 1378}, + [5769] = {.lex_state = 1378}, + [5770] = {.lex_state = 1378}, + [5771] = {.lex_state = 1378}, + [5772] = {.lex_state = 1378}, + [5773] = {.lex_state = 249}, + [5774] = {.lex_state = 1378}, + [5775] = {.lex_state = 1378}, + [5776] = {.lex_state = 1378, .external_lex_state = 14}, + [5777] = {.lex_state = 1378}, + [5778] = {.lex_state = 40}, + [5779] = {.lex_state = 1378}, + [5780] = {.lex_state = 1378}, + [5781] = {.lex_state = 30}, + [5782] = {.lex_state = 1378}, + [5783] = {.lex_state = 1378}, + [5784] = {.lex_state = 1378}, + [5785] = {.lex_state = 1378}, + [5786] = {.lex_state = 250}, + [5787] = {.lex_state = 30}, + [5788] = {.lex_state = 1378}, + [5789] = {.lex_state = 1378}, + [5790] = {.lex_state = 1378}, + [5791] = {.lex_state = 1378}, + [5792] = {.lex_state = 1378, .external_lex_state = 24}, + [5793] = {.lex_state = 1378, .external_lex_state = 14}, + [5794] = {.lex_state = 1378}, + [5795] = {.lex_state = 1378}, + [5796] = {.lex_state = 233}, + [5797] = {.lex_state = 1378}, + [5798] = {.lex_state = 1378}, + [5799] = {.lex_state = 1378, .external_lex_state = 14}, + [5800] = {.lex_state = 1378, .external_lex_state = 7}, + [5801] = {.lex_state = 1378}, + [5802] = {.lex_state = 1378, .external_lex_state = 14}, + [5803] = {.lex_state = 1378}, + [5804] = {.lex_state = 1378}, + [5805] = {.lex_state = 1378}, + [5806] = {.lex_state = 1378}, + [5807] = {.lex_state = 1378}, + [5808] = {.lex_state = 1378}, + [5809] = {.lex_state = 1378}, + [5810] = {.lex_state = 1378}, + [5811] = {.lex_state = 1378}, + [5812] = {.lex_state = 1378}, + [5813] = {.lex_state = 1378}, + [5814] = {.lex_state = 40}, + [5815] = {.lex_state = 1378}, + [5816] = {.lex_state = 164}, + [5817] = {.lex_state = 164}, + [5818] = {.lex_state = 1378}, + [5819] = {.lex_state = 164}, + [5820] = {.lex_state = 1378}, + [5821] = {.lex_state = 1378}, + [5822] = {.lex_state = 164}, + [5823] = {.lex_state = 1378}, + [5824] = {.lex_state = 1378}, + [5825] = {.lex_state = 1378}, + [5826] = {.lex_state = 1378}, + [5827] = {.lex_state = 1378}, + [5828] = {.lex_state = 1378}, + [5829] = {.lex_state = 164}, + [5830] = {.lex_state = 234}, + [5831] = {.lex_state = 1378, .external_lex_state = 14}, + [5832] = {.lex_state = 220}, + [5833] = {.lex_state = 1378}, + [5834] = {.lex_state = 1378}, + [5835] = {.lex_state = 1378}, + [5836] = {.lex_state = 1378}, + [5837] = {.lex_state = 1378}, + [5838] = {.lex_state = 1378}, + [5839] = {.lex_state = 1378}, + [5840] = {.lex_state = 1378}, + [5841] = {.lex_state = 1378}, + [5842] = {.lex_state = 1378}, + [5843] = {.lex_state = 221}, + [5844] = {.lex_state = 1378, .external_lex_state = 14}, + [5845] = {.lex_state = 1378}, + [5846] = {.lex_state = 30}, + [5847] = {.lex_state = 233}, + [5848] = {.lex_state = 1378, .external_lex_state = 14}, + [5849] = {.lex_state = 1378, .external_lex_state = 14}, + [5850] = {.lex_state = 1378}, + [5851] = {.lex_state = 1378, .external_lex_state = 14}, + [5852] = {.lex_state = 1378}, + [5853] = {.lex_state = 1378}, + [5854] = {.lex_state = 30, .external_lex_state = 7}, + [5855] = {.lex_state = 1378}, + [5856] = {.lex_state = 1378, .external_lex_state = 24}, + [5857] = {.lex_state = 1378}, + [5858] = {.lex_state = 234, .external_lex_state = 14}, + [5859] = {.lex_state = 1378}, + [5860] = {.lex_state = 1378}, + [5861] = {.lex_state = 250}, + [5862] = {.lex_state = 244}, + [5863] = {.lex_state = 250}, + [5864] = {.lex_state = 1378}, + [5865] = {.lex_state = 1378}, + [5866] = {.lex_state = 1378}, + [5867] = {.lex_state = 1378}, + [5868] = {.lex_state = 1378}, + [5869] = {.lex_state = 1378}, + [5870] = {.lex_state = 1378}, + [5871] = {.lex_state = 1378}, + [5872] = {.lex_state = 1378}, + [5873] = {.lex_state = 1378}, + [5874] = {.lex_state = 1378}, + [5875] = {.lex_state = 30, .external_lex_state = 7}, + [5876] = {.lex_state = 40}, + [5877] = {.lex_state = 234, .external_lex_state = 14}, + [5878] = {.lex_state = 1378}, + [5879] = {.lex_state = 1378}, + [5880] = {.lex_state = 1378}, + [5881] = {.lex_state = 1378}, + [5882] = {.lex_state = 79}, + [5883] = {.lex_state = 1378}, + [5884] = {.lex_state = 1378}, + [5885] = {.lex_state = 1378, .external_lex_state = 14}, + [5886] = {.lex_state = 1378}, + [5887] = {.lex_state = 1378}, + [5888] = {.lex_state = 1378}, + [5889] = {.lex_state = 1378}, + [5890] = {.lex_state = 1378, .external_lex_state = 23}, + [5891] = {.lex_state = 250}, + [5892] = {.lex_state = 1378}, + [5893] = {.lex_state = 1378}, + [5894] = {.lex_state = 1378}, + [5895] = {.lex_state = 1378}, + [5896] = {.lex_state = 1378}, + [5897] = {.lex_state = 1378, .external_lex_state = 14}, + [5898] = {.lex_state = 1378}, + [5899] = {.lex_state = 1378, .external_lex_state = 14}, + [5900] = {.lex_state = 1378}, + [5901] = {.lex_state = 1378}, + [5902] = {.lex_state = 1378}, + [5903] = {.lex_state = 30, .external_lex_state = 7}, + [5904] = {.lex_state = 1378}, + [5905] = {.lex_state = 1378}, + [5906] = {.lex_state = 1378, .external_lex_state = 14}, + [5907] = {.lex_state = 1378}, + [5908] = {.lex_state = 1378}, + [5909] = {.lex_state = 1378}, + [5910] = {.lex_state = 1378}, + [5911] = {.lex_state = 1378}, [5912] = {.lex_state = 30}, - [5913] = {.lex_state = 1356}, - [5914] = {.lex_state = 1356}, - [5915] = {.lex_state = 1356}, - [5916] = {.lex_state = 1356}, - [5917] = {.lex_state = 1356}, - [5918] = {.lex_state = 1356}, - [5919] = {.lex_state = 1356}, - [5920] = {.lex_state = 1356}, - [5921] = {.lex_state = 1356}, - [5922] = {.lex_state = 1356}, - [5923] = {.lex_state = 1356}, - [5924] = {.lex_state = 1356}, - [5925] = {.lex_state = 1356}, - [5926] = {.lex_state = 30}, - [5927] = {.lex_state = 1356}, - [5928] = {.lex_state = 1356}, - [5929] = {.lex_state = 30}, - [5930] = {.lex_state = 30}, - [5931] = {.lex_state = 1356}, - [5932] = {.lex_state = 1356}, - [5933] = {.lex_state = 1356}, - [5934] = {.lex_state = 1356}, - [5935] = {.lex_state = 1356}, - [5936] = {.lex_state = 1356}, - [5937] = {.lex_state = 1356}, - [5938] = {.lex_state = 30}, - [5939] = {.lex_state = 1356, .external_lex_state = 18}, - [5940] = {.lex_state = 1356}, - [5941] = {.lex_state = 26}, - [5942] = {.lex_state = 1356}, - [5943] = {.lex_state = 1356}, - [5944] = {.lex_state = 1356}, - [5945] = {.lex_state = 1356}, - [5946] = {.lex_state = 1356}, - [5947] = {.lex_state = 1356}, - [5948] = {.lex_state = 1356}, - [5949] = {.lex_state = 1356}, - [5950] = {.lex_state = 1356}, - [5951] = {.lex_state = 30}, - [5952] = {.lex_state = 1356}, - [5953] = {.lex_state = 1356}, - [5954] = {.lex_state = 1356}, - [5955] = {.lex_state = 67}, - [5956] = {.lex_state = 1356}, - [5957] = {.lex_state = 1356}, - [5958] = {.lex_state = 1356}, - [5959] = {.lex_state = 1356}, - [5960] = {.lex_state = 1356}, - [5961] = {.lex_state = 30}, - [5962] = {.lex_state = 1356}, - [5963] = {.lex_state = 1356}, - [5964] = {.lex_state = 30}, - [5965] = {.lex_state = 1356}, - [5966] = {.lex_state = 30}, - [5967] = {.lex_state = 1356}, - [5968] = {.lex_state = 94}, - [5969] = {.lex_state = 1356}, - [5970] = {.lex_state = 1356}, - [5971] = {.lex_state = 1356}, - [5972] = {.lex_state = 1356}, - [5973] = {.lex_state = 1356}, - [5974] = {.lex_state = 30}, - [5975] = {.lex_state = 1356}, - [5976] = {.lex_state = 1356}, - [5977] = {.lex_state = 1356}, - [5978] = {.lex_state = 1356}, - [5979] = {.lex_state = 1356}, - [5980] = {.lex_state = 1356}, - [5981] = {.lex_state = 1356}, - [5982] = {.lex_state = 1356}, - [5983] = {.lex_state = 1356}, - [5984] = {.lex_state = 1356}, - [5985] = {.lex_state = 30}, - [5986] = {.lex_state = 1356}, - [5987] = {.lex_state = 1356}, - [5988] = {.lex_state = 1356}, - [5989] = {.lex_state = 1356}, - [5990] = {.lex_state = 1356}, - [5991] = {.lex_state = 1356}, - [5992] = {.lex_state = 1356}, - [5993] = {.lex_state = 30}, - [5994] = {.lex_state = 1356}, - [5995] = {.lex_state = 1356}, - [5996] = {.lex_state = 1356}, - [5997] = {.lex_state = 1356}, - [5998] = {.lex_state = 40}, - [5999] = {.lex_state = 1356}, - [6000] = {.lex_state = 1356}, - [6001] = {.lex_state = 1356}, - [6002] = {.lex_state = 1356}, - [6003] = {.lex_state = 30}, - [6004] = {.lex_state = 1356}, - [6005] = {.lex_state = 1356}, - [6006] = {.lex_state = 1356}, - [6007] = {.lex_state = 30}, - [6008] = {.lex_state = 1356}, - [6009] = {.lex_state = 1356}, - [6010] = {.lex_state = 1356}, - [6011] = {.lex_state = 1356, .external_lex_state = 18}, - [6012] = {.lex_state = 1356}, - [6013] = {.lex_state = 30}, - [6014] = {.lex_state = 30}, - [6015] = {.lex_state = 1356}, - [6016] = {.lex_state = 1356}, - [6017] = {.lex_state = 1356}, - [6018] = {.lex_state = 1356}, - [6019] = {.lex_state = 1356}, - [6020] = {.lex_state = 30}, - [6021] = {.lex_state = 1356}, - [6022] = {.lex_state = 1356}, - [6023] = {.lex_state = 1356}, - [6024] = {.lex_state = 30}, - [6025] = {.lex_state = 30}, - [6026] = {.lex_state = 1356}, - [6027] = {.lex_state = 67}, - [6028] = {.lex_state = 1356}, - [6029] = {.lex_state = 1356}, - [6030] = {.lex_state = 1356}, - [6031] = {.lex_state = 1356}, - [6032] = {.lex_state = 30}, - [6033] = {.lex_state = 1356}, - [6034] = {.lex_state = 1356}, - [6035] = {.lex_state = 30}, - [6036] = {.lex_state = 1356}, - [6037] = {.lex_state = 1356}, - [6038] = {.lex_state = 30}, - [6039] = {.lex_state = 1356}, - [6040] = {.lex_state = 1356}, - [6041] = {.lex_state = 1356}, - [6042] = {.lex_state = 38}, - [6043] = {.lex_state = 1356}, - [6044] = {.lex_state = 1356}, - [6045] = {.lex_state = 30}, - [6046] = {.lex_state = 1356}, - [6047] = {.lex_state = 1356}, - [6048] = {.lex_state = 30}, - [6049] = {.lex_state = 30}, - [6050] = {.lex_state = 1356}, - [6051] = {.lex_state = 1356}, - [6052] = {.lex_state = 30}, - [6053] = {.lex_state = 1356}, - [6054] = {.lex_state = 1356}, - [6055] = {.lex_state = 30}, - [6056] = {.lex_state = 1356, .external_lex_state = 18}, - [6057] = {.lex_state = 30}, - [6058] = {.lex_state = 1356}, - [6059] = {.lex_state = 30}, - [6060] = {.lex_state = 67}, - [6061] = {.lex_state = 30}, - [6062] = {.lex_state = 1356}, - [6063] = {.lex_state = 1356}, - [6064] = {.lex_state = 1356}, - [6065] = {.lex_state = 1356}, - [6066] = {.lex_state = 1356}, - [6067] = {.lex_state = 1356}, - [6068] = {.lex_state = 30}, - [6069] = {.lex_state = 30}, - [6070] = {.lex_state = 1356}, - [6071] = {.lex_state = 1356}, - [6072] = {.lex_state = 1356}, - [6073] = {.lex_state = 30}, - [6074] = {.lex_state = 1356}, - [6075] = {.lex_state = 1356}, - [6076] = {.lex_state = 1356}, - [6077] = {.lex_state = 1356}, - [6078] = {.lex_state = 1356}, - [6079] = {.lex_state = 1356}, - [6080] = {.lex_state = 1356}, - [6081] = {.lex_state = 1356}, - [6082] = {.lex_state = 1356}, - [6083] = {.lex_state = 30}, - [6084] = {.lex_state = 30}, - [6085] = {.lex_state = 30}, - [6086] = {.lex_state = 30}, - [6087] = {.lex_state = 30}, - [6088] = {.lex_state = 30}, - [6089] = {.lex_state = 1356, .external_lex_state = 18}, - [6090] = {.lex_state = 30}, - [6091] = {.lex_state = 38}, + [5913] = {.lex_state = 1378}, + [5914] = {.lex_state = 1378}, + [5915] = {.lex_state = 250}, + [5916] = {.lex_state = 1378}, + [5917] = {.lex_state = 30, .external_lex_state = 7}, + [5918] = {.lex_state = 1378}, + [5919] = {.lex_state = 1378, .external_lex_state = 14}, + [5920] = {.lex_state = 244}, + [5921] = {.lex_state = 1378}, + [5922] = {.lex_state = 244}, + [5923] = {.lex_state = 1378, .external_lex_state = 14}, + [5924] = {.lex_state = 1378}, + [5925] = {.lex_state = 30, .external_lex_state = 7}, + [5926] = {.lex_state = 1378}, + [5927] = {.lex_state = 1378}, + [5928] = {.lex_state = 1378}, + [5929] = {.lex_state = 1378}, + [5930] = {.lex_state = 1378}, + [5931] = {.lex_state = 1378}, + [5932] = {.lex_state = 1378}, + [5933] = {.lex_state = 1378}, + [5934] = {.lex_state = 1378}, + [5935] = {.lex_state = 1378}, + [5936] = {.lex_state = 1378}, + [5937] = {.lex_state = 1378}, + [5938] = {.lex_state = 1378}, + [5939] = {.lex_state = 1378}, + [5940] = {.lex_state = 1378}, + [5941] = {.lex_state = 1378}, + [5942] = {.lex_state = 1378}, + [5943] = {.lex_state = 1378}, + [5944] = {.lex_state = 1378}, + [5945] = {.lex_state = 1378}, + [5946] = {.lex_state = 30, .external_lex_state = 7}, + [5947] = {.lex_state = 249}, + [5948] = {.lex_state = 1378}, + [5949] = {.lex_state = 1378}, + [5950] = {.lex_state = 220}, + [5951] = {.lex_state = 1378}, + [5952] = {.lex_state = 1378}, + [5953] = {.lex_state = 1378}, + [5954] = {.lex_state = 1378}, + [5955] = {.lex_state = 1378}, + [5956] = {.lex_state = 1378}, + [5957] = {.lex_state = 1378}, + [5958] = {.lex_state = 1378}, + [5959] = {.lex_state = 1378, .external_lex_state = 14}, + [5960] = {.lex_state = 1378}, + [5961] = {.lex_state = 1378}, + [5962] = {.lex_state = 1378}, + [5963] = {.lex_state = 1378}, + [5964] = {.lex_state = 1378}, + [5965] = {.lex_state = 1378}, + [5966] = {.lex_state = 1378}, + [5967] = {.lex_state = 1378, .external_lex_state = 14}, + [5968] = {.lex_state = 1378, .external_lex_state = 14}, + [5969] = {.lex_state = 1378}, + [5970] = {.lex_state = 1378, .external_lex_state = 14}, + [5971] = {.lex_state = 1378}, + [5972] = {.lex_state = 1378}, + [5973] = {.lex_state = 1378}, + [5974] = {.lex_state = 1378}, + [5975] = {.lex_state = 30}, + [5976] = {.lex_state = 1378}, + [5977] = {.lex_state = 1378}, + [5978] = {.lex_state = 1378}, + [5979] = {.lex_state = 1378}, + [5980] = {.lex_state = 1378}, + [5981] = {.lex_state = 1378}, + [5982] = {.lex_state = 1378}, + [5983] = {.lex_state = 1378}, + [5984] = {.lex_state = 1378}, + [5985] = {.lex_state = 1378}, + [5986] = {.lex_state = 1378}, + [5987] = {.lex_state = 1378}, + [5988] = {.lex_state = 1378}, + [5989] = {.lex_state = 1378}, + [5990] = {.lex_state = 1378}, + [5991] = {.lex_state = 1378}, + [5992] = {.lex_state = 1378}, + [5993] = {.lex_state = 1378}, + [5994] = {.lex_state = 1378}, + [5995] = {.lex_state = 1378}, + [5996] = {.lex_state = 1378}, + [5997] = {.lex_state = 1378}, + [5998] = {.lex_state = 250}, + [5999] = {.lex_state = 40}, + [6000] = {.lex_state = 40}, + [6001] = {.lex_state = 40}, + [6002] = {.lex_state = 1378}, + [6003] = {.lex_state = 1378}, + [6004] = {.lex_state = 1378, .external_lex_state = 14}, + [6005] = {.lex_state = 1378}, + [6006] = {.lex_state = 1378}, + [6007] = {.lex_state = 1378}, + [6008] = {.lex_state = 1378}, + [6009] = {.lex_state = 1378}, + [6010] = {.lex_state = 1378}, + [6011] = {.lex_state = 1378}, + [6012] = {.lex_state = 30}, + [6013] = {.lex_state = 1378}, + [6014] = {.lex_state = 1378}, + [6015] = {.lex_state = 1378}, + [6016] = {.lex_state = 221}, + [6017] = {.lex_state = 40}, + [6018] = {.lex_state = 1378}, + [6019] = {.lex_state = 1378}, + [6020] = {.lex_state = 1378, .external_lex_state = 14}, + [6021] = {.lex_state = 1378}, + [6022] = {.lex_state = 1378}, + [6023] = {.lex_state = 1378}, + [6024] = {.lex_state = 1378, .external_lex_state = 14}, + [6025] = {.lex_state = 1378}, + [6026] = {.lex_state = 250}, + [6027] = {.lex_state = 249}, + [6028] = {.lex_state = 1378}, + [6029] = {.lex_state = 249}, + [6030] = {.lex_state = 1378}, + [6031] = {.lex_state = 1378}, + [6032] = {.lex_state = 250}, + [6033] = {.lex_state = 30}, + [6034] = {.lex_state = 221}, + [6035] = {.lex_state = 1378, .external_lex_state = 14}, + [6036] = {.lex_state = 1378}, + [6037] = {.lex_state = 1378, .external_lex_state = 14}, + [6038] = {.lex_state = 1378}, + [6039] = {.lex_state = 1378}, + [6040] = {.lex_state = 249}, + [6041] = {.lex_state = 79}, + [6042] = {.lex_state = 1378, .external_lex_state = 14}, + [6043] = {.lex_state = 1378}, + [6044] = {.lex_state = 1378}, + [6045] = {.lex_state = 1378}, + [6046] = {.lex_state = 79}, + [6047] = {.lex_state = 1378}, + [6048] = {.lex_state = 79}, + [6049] = {.lex_state = 249}, + [6050] = {.lex_state = 40}, + [6051] = {.lex_state = 1378}, + [6052] = {.lex_state = 1378}, + [6053] = {.lex_state = 40}, + [6054] = {.lex_state = 1378}, + [6055] = {.lex_state = 79}, + [6056] = {.lex_state = 1378}, + [6057] = {.lex_state = 1378}, + [6058] = {.lex_state = 1378}, + [6059] = {.lex_state = 1378}, + [6060] = {.lex_state = 1378}, + [6061] = {.lex_state = 1378, .external_lex_state = 14}, + [6062] = {.lex_state = 1378}, + [6063] = {.lex_state = 30}, + [6064] = {.lex_state = 1378}, + [6065] = {.lex_state = 1378}, + [6066] = {.lex_state = 249}, + [6067] = {.lex_state = 79}, + [6068] = {.lex_state = 79}, + [6069] = {.lex_state = 250}, + [6070] = {.lex_state = 1378}, + [6071] = {.lex_state = 1378}, + [6072] = {.lex_state = 1378}, + [6073] = {.lex_state = 79}, + [6074] = {.lex_state = 1378}, + [6075] = {.lex_state = 1378}, + [6076] = {.lex_state = 249}, + [6077] = {.lex_state = 1378}, + [6078] = {.lex_state = 1378, .external_lex_state = 14}, + [6079] = {.lex_state = 1378}, + [6080] = {.lex_state = 40}, + [6081] = {.lex_state = 243}, + [6082] = {.lex_state = 40}, + [6083] = {.lex_state = 1378}, + [6084] = {.lex_state = 1378}, + [6085] = {.lex_state = 249}, + [6086] = {.lex_state = 1378}, + [6087] = {.lex_state = 244}, + [6088] = {.lex_state = 30, .external_lex_state = 7}, + [6089] = {.lex_state = 249}, + [6090] = {.lex_state = 1378}, + [6091] = {.lex_state = 1378}, [6092] = {.lex_state = 30}, - [6093] = {.lex_state = 30}, - [6094] = {.lex_state = 1356}, - [6095] = {.lex_state = 1356}, - [6096] = {.lex_state = 30}, - [6097] = {.lex_state = 1356}, - [6098] = {.lex_state = 1356}, - [6099] = {.lex_state = 67}, - [6100] = {.lex_state = 1356}, - [6101] = {.lex_state = 223}, - [6102] = {.lex_state = 30}, - [6103] = {.lex_state = 1356}, - [6104] = {.lex_state = 30}, - [6105] = {.lex_state = 30}, - [6106] = {.lex_state = 30}, - [6107] = {.lex_state = 1356}, - [6108] = {.lex_state = 1356}, - [6109] = {.lex_state = 1356}, - [6110] = {.lex_state = 40}, - [6111] = {.lex_state = 1356}, - [6112] = {.lex_state = 1356}, - [6113] = {.lex_state = 1356}, - [6114] = {.lex_state = 38}, - [6115] = {.lex_state = 1356}, - [6116] = {.lex_state = 1356}, - [6117] = {.lex_state = 1356}, - [6118] = {.lex_state = 30}, - [6119] = {.lex_state = 1356}, - [6120] = {.lex_state = 1356}, - [6121] = {.lex_state = 1356}, - [6122] = {.lex_state = 1356}, - [6123] = {.lex_state = 30}, - [6124] = {.lex_state = 1356}, - [6125] = {.lex_state = 1356}, - [6126] = {.lex_state = 1356}, - [6127] = {.lex_state = 94}, - [6128] = {.lex_state = 1356}, - [6129] = {.lex_state = 1356}, - [6130] = {.lex_state = 30}, - [6131] = {.lex_state = 30}, - [6132] = {.lex_state = 1356}, - [6133] = {.lex_state = 30}, - [6134] = {.lex_state = 30}, - [6135] = {.lex_state = 1356}, - [6136] = {.lex_state = 30}, - [6137] = {.lex_state = 223}, - [6138] = {.lex_state = 30}, - [6139] = {.lex_state = 30}, - [6140] = {.lex_state = 223}, - [6141] = {.lex_state = 30}, - [6142] = {.lex_state = 1356}, - [6143] = {.lex_state = 30}, - [6144] = {.lex_state = 1356}, - [6145] = {.lex_state = 1356}, - [6146] = {.lex_state = 1356}, - [6147] = {.lex_state = 1356}, - [6148] = {.lex_state = 1356}, - [6149] = {.lex_state = 1356}, - [6150] = {.lex_state = 30}, - [6151] = {.lex_state = 30}, - [6152] = {.lex_state = 30}, - [6153] = {.lex_state = 30}, - [6154] = {.lex_state = 30}, - [6155] = {.lex_state = 30}, + [6093] = {.lex_state = 1378}, + [6094] = {.lex_state = 1378, .external_lex_state = 14}, + [6095] = {.lex_state = 1378}, + [6096] = {.lex_state = 39}, + [6097] = {.lex_state = 1378}, + [6098] = {.lex_state = 1378}, + [6099] = {.lex_state = 1378}, + [6100] = {.lex_state = 1378}, + [6101] = {.lex_state = 249}, + [6102] = {.lex_state = 1378}, + [6103] = {.lex_state = 1378, .external_lex_state = 14}, + [6104] = {.lex_state = 1378}, + [6105] = {.lex_state = 244}, + [6106] = {.lex_state = 1378}, + [6107] = {.lex_state = 1378}, + [6108] = {.lex_state = 1378}, + [6109] = {.lex_state = 243}, + [6110] = {.lex_state = 1378}, + [6111] = {.lex_state = 30}, + [6112] = {.lex_state = 1378}, + [6113] = {.lex_state = 33, .external_lex_state = 22}, + [6114] = {.lex_state = 40}, + [6115] = {.lex_state = 30}, + [6116] = {.lex_state = 1378}, + [6117] = {.lex_state = 40}, + [6118] = {.lex_state = 249}, + [6119] = {.lex_state = 1378}, + [6120] = {.lex_state = 1378}, + [6121] = {.lex_state = 30, .external_lex_state = 7}, + [6122] = {.lex_state = 79}, + [6123] = {.lex_state = 1378}, + [6124] = {.lex_state = 30, .external_lex_state = 7}, + [6125] = {.lex_state = 1378}, + [6126] = {.lex_state = 1378}, + [6127] = {.lex_state = 1378}, + [6128] = {.lex_state = 1378}, + [6129] = {.lex_state = 1378}, + [6130] = {.lex_state = 1378}, + [6131] = {.lex_state = 1378}, + [6132] = {.lex_state = 1378}, + [6133] = {.lex_state = 1378}, + [6134] = {.lex_state = 1378}, + [6135] = {.lex_state = 249}, + [6136] = {.lex_state = 1378}, + [6137] = {.lex_state = 1378}, + [6138] = {.lex_state = 164}, + [6139] = {.lex_state = 1378}, + [6140] = {.lex_state = 1378}, + [6141] = {.lex_state = 1378}, + [6142] = {.lex_state = 164}, + [6143] = {.lex_state = 1378}, + [6144] = {.lex_state = 249}, + [6145] = {.lex_state = 1378}, + [6146] = {.lex_state = 1378}, + [6147] = {.lex_state = 249}, + [6148] = {.lex_state = 1378}, + [6149] = {.lex_state = 250}, + [6150] = {.lex_state = 1378}, + [6151] = {.lex_state = 1378}, + [6152] = {.lex_state = 1378, .external_lex_state = 14}, + [6153] = {.lex_state = 233}, + [6154] = {.lex_state = 86}, + [6155] = {.lex_state = 40}, [6156] = {.lex_state = 30}, - [6157] = {.lex_state = 1356}, - [6158] = {.lex_state = 1356}, - [6159] = {.lex_state = 1356}, - [6160] = {.lex_state = 1356}, - [6161] = {.lex_state = 30}, - [6162] = {.lex_state = 30}, - [6163] = {.lex_state = 1356}, - [6164] = {.lex_state = 30}, - [6165] = {.lex_state = 30}, - [6166] = {.lex_state = 30}, - [6167] = {.lex_state = 30}, - [6168] = {.lex_state = 1356}, - [6169] = {.lex_state = 30}, - [6170] = {.lex_state = 1356, .external_lex_state = 18}, - [6171] = {.lex_state = 223}, - [6172] = {.lex_state = 223}, - [6173] = {.lex_state = 30}, - [6174] = {.lex_state = 30}, - [6175] = {.lex_state = 30}, - [6176] = {.lex_state = 1356}, - [6177] = {.lex_state = 30}, - [6178] = {.lex_state = 1356}, - [6179] = {.lex_state = 30}, - [6180] = {.lex_state = 1356}, - [6181] = {.lex_state = 1356}, - [6182] = {.lex_state = 30}, - [6183] = {.lex_state = 1356}, - [6184] = {.lex_state = 40}, - [6185] = {.lex_state = 30}, - [6186] = {.lex_state = 1356}, - [6187] = {.lex_state = 223}, - [6188] = {.lex_state = 1356}, - [6189] = {.lex_state = 30}, - [6190] = {.lex_state = 26}, - [6191] = {.lex_state = 1356}, - [6192] = {.lex_state = 1356}, - [6193] = {.lex_state = 40}, - [6194] = {.lex_state = 1356}, - [6195] = {.lex_state = 1356, .external_lex_state = 18}, - [6196] = {.lex_state = 1356}, - [6197] = {.lex_state = 1356}, - [6198] = {.lex_state = 1356}, - [6199] = {.lex_state = 1356}, - [6200] = {.lex_state = 1356}, - [6201] = {.lex_state = 30}, - [6202] = {.lex_state = 40}, - [6203] = {.lex_state = 1356}, - [6204] = {.lex_state = 40}, - [6205] = {.lex_state = 1356}, - [6206] = {.lex_state = 1356}, - [6207] = {.lex_state = 30}, - [6208] = {.lex_state = 1356}, - [6209] = {.lex_state = 1356}, - [6210] = {.lex_state = 1356}, - [6211] = {.lex_state = 1356}, - [6212] = {.lex_state = 223}, - [6213] = {.lex_state = 1356}, - [6214] = {.lex_state = 1356}, - [6215] = {.lex_state = 1356}, - [6216] = {.lex_state = 1356}, - [6217] = {.lex_state = 1356}, - [6218] = {.lex_state = 1356}, - [6219] = {.lex_state = 1356}, - [6220] = {.lex_state = 1356}, - [6221] = {.lex_state = 1356}, - [6222] = {.lex_state = 1356}, - [6223] = {.lex_state = 1356}, - [6224] = {.lex_state = 206}, - [6225] = {.lex_state = 1356}, - [6226] = {.lex_state = 206}, - [6227] = {.lex_state = 1356}, - [6228] = {.lex_state = 1356}, - [6229] = {.lex_state = 1356}, - [6230] = {.lex_state = 38, .external_lex_state = 18}, - [6231] = {.lex_state = 1356}, - [6232] = {.lex_state = 1356}, - [6233] = {.lex_state = 1356}, - [6234] = {.lex_state = 1356}, - [6235] = {.lex_state = 1356}, - [6236] = {.lex_state = 1356}, - [6237] = {.lex_state = 40}, - [6238] = {.lex_state = 206}, - [6239] = {.lex_state = 30}, - [6240] = {.lex_state = 206}, - [6241] = {.lex_state = 38, .external_lex_state = 18}, - [6242] = {.lex_state = 1356}, - [6243] = {.lex_state = 1356}, - [6244] = {.lex_state = 1356}, - [6245] = {.lex_state = 1356}, - [6246] = {.lex_state = 40}, - [6247] = {.lex_state = 40}, - [6248] = {.lex_state = 1356}, - [6249] = {.lex_state = 38, .external_lex_state = 18}, - [6250] = {.lex_state = 1356}, - [6251] = {.lex_state = 1356}, - [6252] = {.lex_state = 206}, - [6253] = {.lex_state = 30}, - [6254] = {.lex_state = 30}, - [6255] = {.lex_state = 30}, - [6256] = {.lex_state = 1356}, - [6257] = {.lex_state = 1356}, + [6157] = {.lex_state = 1378}, + [6158] = {.lex_state = 1378}, + [6159] = {.lex_state = 1378}, + [6160] = {.lex_state = 86}, + [6161] = {.lex_state = 1378}, + [6162] = {.lex_state = 249}, + [6163] = {.lex_state = 1378}, + [6164] = {.lex_state = 1378}, + [6165] = {.lex_state = 1378}, + [6166] = {.lex_state = 233}, + [6167] = {.lex_state = 1378}, + [6168] = {.lex_state = 30}, + [6169] = {.lex_state = 40}, + [6170] = {.lex_state = 1378}, + [6171] = {.lex_state = 1378, .external_lex_state = 14}, + [6172] = {.lex_state = 1378}, + [6173] = {.lex_state = 1378}, + [6174] = {.lex_state = 1378}, + [6175] = {.lex_state = 1378}, + [6176] = {.lex_state = 30, .external_lex_state = 7}, + [6177] = {.lex_state = 244}, + [6178] = {.lex_state = 1378}, + [6179] = {.lex_state = 233}, + [6180] = {.lex_state = 40}, + [6181] = {.lex_state = 243}, + [6182] = {.lex_state = 1378}, + [6183] = {.lex_state = 1378}, + [6184] = {.lex_state = 1378}, + [6185] = {.lex_state = 1378}, + [6186] = {.lex_state = 1378, .external_lex_state = 14}, + [6187] = {.lex_state = 1378}, + [6188] = {.lex_state = 1378}, + [6189] = {.lex_state = 1378, .external_lex_state = 14}, + [6190] = {.lex_state = 1378}, + [6191] = {.lex_state = 1378}, + [6192] = {.lex_state = 1378}, + [6193] = {.lex_state = 1378}, + [6194] = {.lex_state = 1378}, + [6195] = {.lex_state = 1378}, + [6196] = {.lex_state = 30}, + [6197] = {.lex_state = 1378}, + [6198] = {.lex_state = 79}, + [6199] = {.lex_state = 1378, .external_lex_state = 7}, + [6200] = {.lex_state = 1378}, + [6201] = {.lex_state = 233}, + [6202] = {.lex_state = 1378}, + [6203] = {.lex_state = 1378}, + [6204] = {.lex_state = 217}, + [6205] = {.lex_state = 1378}, + [6206] = {.lex_state = 1378}, + [6207] = {.lex_state = 1378}, + [6208] = {.lex_state = 30}, + [6209] = {.lex_state = 254}, + [6210] = {.lex_state = 30}, + [6211] = {.lex_state = 217}, + [6212] = {.lex_state = 1378}, + [6213] = {.lex_state = 1378, .external_lex_state = 14}, + [6214] = {.lex_state = 106}, + [6215] = {.lex_state = 1378}, + [6216] = {.lex_state = 217}, + [6217] = {.lex_state = 1378}, + [6218] = {.lex_state = 1378, .external_lex_state = 14}, + [6219] = {.lex_state = 26}, + [6220] = {.lex_state = 1378}, + [6221] = {.lex_state = 1378}, + [6222] = {.lex_state = 34}, + [6223] = {.lex_state = 1378}, + [6224] = {.lex_state = 1378}, + [6225] = {.lex_state = 1378, .external_lex_state = 21}, + [6226] = {.lex_state = 1378}, + [6227] = {.lex_state = 30}, + [6228] = {.lex_state = 30}, + [6229] = {.lex_state = 30}, + [6230] = {.lex_state = 241}, + [6231] = {.lex_state = 1378}, + [6232] = {.lex_state = 30}, + [6233] = {.lex_state = 1378}, + [6234] = {.lex_state = 34}, + [6235] = {.lex_state = 1378}, + [6236] = {.lex_state = 1378}, + [6237] = {.lex_state = 1378}, + [6238] = {.lex_state = 30}, + [6239] = {.lex_state = 26}, + [6240] = {.lex_state = 30}, + [6241] = {.lex_state = 1378}, + [6242] = {.lex_state = 1378}, + [6243] = {.lex_state = 254}, + [6244] = {.lex_state = 217}, + [6245] = {.lex_state = 1378}, + [6246] = {.lex_state = 34}, + [6247] = {.lex_state = 26}, + [6248] = {.lex_state = 1378}, + [6249] = {.lex_state = 1378}, + [6250] = {.lex_state = 1378}, + [6251] = {.lex_state = 1378}, + [6252] = {.lex_state = 1378}, + [6253] = {.lex_state = 241}, + [6254] = {.lex_state = 254}, + [6255] = {.lex_state = 34}, + [6256] = {.lex_state = 1378}, + [6257] = {.lex_state = 1378, .external_lex_state = 14}, [6258] = {.lex_state = 30}, - [6259] = {.lex_state = 1356}, - [6260] = {.lex_state = 206}, - [6261] = {.lex_state = 1356}, + [6259] = {.lex_state = 1378}, + [6260] = {.lex_state = 34}, + [6261] = {.lex_state = 1378}, [6262] = {.lex_state = 30}, - [6263] = {.lex_state = 38}, - [6264] = {.lex_state = 30}, - [6265] = {.lex_state = 1356, .external_lex_state = 18}, - [6266] = {.lex_state = 1356}, - [6267] = {.lex_state = 1356}, - [6268] = {.lex_state = 1356}, - [6269] = {.lex_state = 30}, - [6270] = {.lex_state = 1356}, - [6271] = {.lex_state = 1356}, - [6272] = {.lex_state = 1356}, - [6273] = {.lex_state = 40}, - [6274] = {.lex_state = 40}, - [6275] = {.lex_state = 30}, - [6276] = {.lex_state = 1356}, - [6277] = {.lex_state = 1356}, - [6278] = {.lex_state = 30}, - [6279] = {.lex_state = 30}, - [6280] = {.lex_state = 223}, - [6281] = {.lex_state = 223}, - [6282] = {.lex_state = 1356}, - [6283] = {.lex_state = 40}, - [6284] = {.lex_state = 30}, - [6285] = {.lex_state = 1356, .external_lex_state = 7}, - [6286] = {.lex_state = 30}, - [6287] = {.lex_state = 1356}, - [6288] = {.lex_state = 30}, - [6289] = {.lex_state = 1356, .external_lex_state = 18}, - [6290] = {.lex_state = 1356}, - [6291] = {.lex_state = 1356}, - [6292] = {.lex_state = 1356}, - [6293] = {.lex_state = 30}, - [6294] = {.lex_state = 1356}, - [6295] = {.lex_state = 1356}, - [6296] = {.lex_state = 1356}, - [6297] = {.lex_state = 1356, .external_lex_state = 7}, - [6298] = {.lex_state = 40}, - [6299] = {.lex_state = 30}, - [6300] = {.lex_state = 1356, .external_lex_state = 18}, - [6301] = {.lex_state = 1356}, - [6302] = {.lex_state = 223}, - [6303] = {.lex_state = 1356}, - [6304] = {.lex_state = 40}, - [6305] = {.lex_state = 223}, - [6306] = {.lex_state = 223}, - [6307] = {.lex_state = 30}, - [6308] = {.lex_state = 30}, - [6309] = {.lex_state = 1356}, - [6310] = {.lex_state = 1356}, - [6311] = {.lex_state = 40}, - [6312] = {.lex_state = 38}, - [6313] = {.lex_state = 1356}, - [6314] = {.lex_state = 1356}, - [6315] = {.lex_state = 1356}, - [6316] = {.lex_state = 1356}, - [6317] = {.lex_state = 30}, - [6318] = {.lex_state = 1356}, - [6319] = {.lex_state = 1356}, - [6320] = {.lex_state = 30}, - [6321] = {.lex_state = 1356}, - [6322] = {.lex_state = 1356}, - [6323] = {.lex_state = 38}, - [6324] = {.lex_state = 1356, .external_lex_state = 18}, - [6325] = {.lex_state = 1356}, - [6326] = {.lex_state = 1356}, - [6327] = {.lex_state = 30}, - [6328] = {.lex_state = 30}, - [6329] = {.lex_state = 1356}, - [6330] = {.lex_state = 1356}, + [6263] = {.lex_state = 1378}, + [6264] = {.lex_state = 1378}, + [6265] = {.lex_state = 1378}, + [6266] = {.lex_state = 254}, + [6267] = {.lex_state = 1378}, + [6268] = {.lex_state = 1378}, + [6269] = {.lex_state = 1378, .external_lex_state = 14}, + [6270] = {.lex_state = 1378}, + [6271] = {.lex_state = 1378}, + [6272] = {.lex_state = 254}, + [6273] = {.lex_state = 1378}, + [6274] = {.lex_state = 34}, + [6275] = {.lex_state = 1378}, + [6276] = {.lex_state = 1378}, + [6277] = {.lex_state = 1378, .external_lex_state = 18}, + [6278] = {.lex_state = 34}, + [6279] = {.lex_state = 1378}, + [6280] = {.lex_state = 1378}, + [6281] = {.lex_state = 1378}, + [6282] = {.lex_state = 1378}, + [6283] = {.lex_state = 1378}, + [6284] = {.lex_state = 1378, .external_lex_state = 14}, + [6285] = {.lex_state = 30}, + [6286] = {.lex_state = 1378}, + [6287] = {.lex_state = 1378}, + [6288] = {.lex_state = 39}, + [6289] = {.lex_state = 1378}, + [6290] = {.lex_state = 1378}, + [6291] = {.lex_state = 26}, + [6292] = {.lex_state = 1378}, + [6293] = {.lex_state = 1378, .external_lex_state = 14}, + [6294] = {.lex_state = 34}, + [6295] = {.lex_state = 1378, .external_lex_state = 21}, + [6296] = {.lex_state = 34}, + [6297] = {.lex_state = 1378, .external_lex_state = 18}, + [6298] = {.lex_state = 34}, + [6299] = {.lex_state = 1378}, + [6300] = {.lex_state = 30}, + [6301] = {.lex_state = 1378}, + [6302] = {.lex_state = 26}, + [6303] = {.lex_state = 34}, + [6304] = {.lex_state = 1378}, + [6305] = {.lex_state = 1378, .external_lex_state = 14}, + [6306] = {.lex_state = 1378}, + [6307] = {.lex_state = 1378}, + [6308] = {.lex_state = 1378}, + [6309] = {.lex_state = 1378}, + [6310] = {.lex_state = 1378}, + [6311] = {.lex_state = 30}, + [6312] = {.lex_state = 1378}, + [6313] = {.lex_state = 1378}, + [6314] = {.lex_state = 1378}, + [6315] = {.lex_state = 1378}, + [6316] = {.lex_state = 217}, + [6317] = {.lex_state = 1378}, + [6318] = {.lex_state = 1378}, + [6319] = {.lex_state = 1378}, + [6320] = {.lex_state = 1378, .external_lex_state = 14}, + [6321] = {.lex_state = 1378, .external_lex_state = 14}, + [6322] = {.lex_state = 1378, .external_lex_state = 18}, + [6323] = {.lex_state = 34}, + [6324] = {.lex_state = 1378}, + [6325] = {.lex_state = 26}, + [6326] = {.lex_state = 30}, + [6327] = {.lex_state = 1378}, + [6328] = {.lex_state = 1378}, + [6329] = {.lex_state = 1378}, + [6330] = {.lex_state = 1378}, [6331] = {.lex_state = 30}, - [6332] = {.lex_state = 38, .external_lex_state = 18}, - [6333] = {.lex_state = 223}, - [6334] = {.lex_state = 223}, - [6335] = {.lex_state = 1356}, - [6336] = {.lex_state = 1356}, - [6337] = {.lex_state = 223}, - [6338] = {.lex_state = 1356}, - [6339] = {.lex_state = 1356}, - [6340] = {.lex_state = 1356}, - [6341] = {.lex_state = 1356}, - [6342] = {.lex_state = 1356, .external_lex_state = 20}, - [6343] = {.lex_state = 30}, - [6344] = {.lex_state = 1356}, - [6345] = {.lex_state = 1356}, - [6346] = {.lex_state = 1356}, + [6332] = {.lex_state = 254}, + [6333] = {.lex_state = 1378}, + [6334] = {.lex_state = 1378}, + [6335] = {.lex_state = 1378}, + [6336] = {.lex_state = 1378, .external_lex_state = 14}, + [6337] = {.lex_state = 1378}, + [6338] = {.lex_state = 34}, + [6339] = {.lex_state = 1378}, + [6340] = {.lex_state = 1378}, + [6341] = {.lex_state = 1378}, + [6342] = {.lex_state = 1378}, + [6343] = {.lex_state = 1378}, + [6344] = {.lex_state = 30}, + [6345] = {.lex_state = 1378}, + [6346] = {.lex_state = 1378}, [6347] = {.lex_state = 30}, - [6348] = {.lex_state = 30}, - [6349] = {.lex_state = 1356}, - [6350] = {.lex_state = 1356}, - [6351] = {.lex_state = 1356}, - [6352] = {.lex_state = 1356}, - [6353] = {.lex_state = 1356}, - [6354] = {.lex_state = 1356}, - [6355] = {.lex_state = 30}, - [6356] = {.lex_state = 1356}, - [6357] = {.lex_state = 1356}, - [6358] = {.lex_state = 1356}, - [6359] = {.lex_state = 1356}, - [6360] = {.lex_state = 1356}, - [6361] = {.lex_state = 1356}, - [6362] = {.lex_state = 1356}, - [6363] = {.lex_state = 223}, - [6364] = {.lex_state = 223}, - [6365] = {.lex_state = 30}, - [6366] = {.lex_state = 1356}, - [6367] = {.lex_state = 30}, - [6368] = {.lex_state = 1356}, - [6369] = {.lex_state = 30}, - [6370] = {.lex_state = 1356}, - [6371] = {.lex_state = 1356}, - [6372] = {.lex_state = 1356}, - [6373] = {.lex_state = 1356}, - [6374] = {.lex_state = 30}, - [6375] = {.lex_state = 1356}, - [6376] = {.lex_state = 1356}, - [6377] = {.lex_state = 1356}, - [6378] = {.lex_state = 1356}, - [6379] = {.lex_state = 30}, - [6380] = {.lex_state = 1356, .external_lex_state = 18}, - [6381] = {.lex_state = 1356}, - [6382] = {.lex_state = 1356}, - [6383] = {.lex_state = 1356}, - [6384] = {.lex_state = 1356}, - [6385] = {.lex_state = 1356}, - [6386] = {.lex_state = 1356}, - [6387] = {.lex_state = 1356}, - [6388] = {.lex_state = 1356}, - [6389] = {.lex_state = 1356}, - [6390] = {.lex_state = 1356}, - [6391] = {.lex_state = 1356}, - [6392] = {.lex_state = 30}, - [6393] = {.lex_state = 1356}, - [6394] = {.lex_state = 1356}, - [6395] = {.lex_state = 30}, - [6396] = {.lex_state = 1356}, - [6397] = {.lex_state = 1356}, - [6398] = {.lex_state = 30}, - [6399] = {.lex_state = 1356}, - [6400] = {.lex_state = 1356}, - [6401] = {.lex_state = 1356}, - [6402] = {.lex_state = 1356}, - [6403] = {.lex_state = 1356}, - [6404] = {.lex_state = 1356}, - [6405] = {.lex_state = 1356}, - [6406] = {.lex_state = 1356}, - [6407] = {.lex_state = 1356}, - [6408] = {.lex_state = 1356}, - [6409] = {.lex_state = 1356}, - [6410] = {.lex_state = 1356}, - [6411] = {.lex_state = 1356}, - [6412] = {.lex_state = 30}, - [6413] = {.lex_state = 1356}, - [6414] = {.lex_state = 1356}, - [6415] = {.lex_state = 1356}, - [6416] = {.lex_state = 1356}, - [6417] = {.lex_state = 30}, - [6418] = {.lex_state = 1356}, - [6419] = {.lex_state = 1356, .external_lex_state = 18}, - [6420] = {.lex_state = 30}, - [6421] = {.lex_state = 1356}, - [6422] = {.lex_state = 1356}, - [6423] = {.lex_state = 1356}, - [6424] = {.lex_state = 30}, - [6425] = {.lex_state = 1356}, - [6426] = {.lex_state = 1356}, - [6427] = {.lex_state = 1356}, - [6428] = {.lex_state = 1356}, - [6429] = {.lex_state = 1356}, - [6430] = {.lex_state = 1356}, - [6431] = {.lex_state = 1356}, - [6432] = {.lex_state = 30}, - [6433] = {.lex_state = 1356}, - [6434] = {.lex_state = 1356}, - [6435] = {.lex_state = 223}, - [6436] = {.lex_state = 1356}, - [6437] = {.lex_state = 1356}, - [6438] = {.lex_state = 223}, - [6439] = {.lex_state = 1356}, - [6440] = {.lex_state = 1356}, - [6441] = {.lex_state = 1356}, - [6442] = {.lex_state = 30}, - [6443] = {.lex_state = 1356}, - [6444] = {.lex_state = 30}, + [6348] = {.lex_state = 1378}, + [6349] = {.lex_state = 1378}, + [6350] = {.lex_state = 1378}, + [6351] = {.lex_state = 34}, + [6352] = {.lex_state = 1378}, + [6353] = {.lex_state = 30}, + [6354] = {.lex_state = 1378}, + [6355] = {.lex_state = 1378}, + [6356] = {.lex_state = 255}, + [6357] = {.lex_state = 106}, + [6358] = {.lex_state = 34}, + [6359] = {.lex_state = 1378}, + [6360] = {.lex_state = 1378}, + [6361] = {.lex_state = 30}, + [6362] = {.lex_state = 1378}, + [6363] = {.lex_state = 1378}, + [6364] = {.lex_state = 1378, .external_lex_state = 14}, + [6365] = {.lex_state = 34}, + [6366] = {.lex_state = 1378, .external_lex_state = 24}, + [6367] = {.lex_state = 106}, + [6368] = {.lex_state = 1378}, + [6369] = {.lex_state = 1378}, + [6370] = {.lex_state = 26}, + [6371] = {.lex_state = 1378}, + [6372] = {.lex_state = 26}, + [6373] = {.lex_state = 1378}, + [6374] = {.lex_state = 1378}, + [6375] = {.lex_state = 1378}, + [6376] = {.lex_state = 1378}, + [6377] = {.lex_state = 245}, + [6378] = {.lex_state = 1378}, + [6379] = {.lex_state = 1378}, + [6380] = {.lex_state = 1378, .external_lex_state = 14}, + [6381] = {.lex_state = 1378}, + [6382] = {.lex_state = 1378}, + [6383] = {.lex_state = 1378}, + [6384] = {.lex_state = 1378}, + [6385] = {.lex_state = 30}, + [6386] = {.lex_state = 1378}, + [6387] = {.lex_state = 1378}, + [6388] = {.lex_state = 217}, + [6389] = {.lex_state = 1378}, + [6390] = {.lex_state = 1378, .external_lex_state = 14}, + [6391] = {.lex_state = 1378}, + [6392] = {.lex_state = 1378}, + [6393] = {.lex_state = 1378}, + [6394] = {.lex_state = 30}, + [6395] = {.lex_state = 1378}, + [6396] = {.lex_state = 1378}, + [6397] = {.lex_state = 1378, .external_lex_state = 23}, + [6398] = {.lex_state = 39}, + [6399] = {.lex_state = 1378}, + [6400] = {.lex_state = 1378, .external_lex_state = 14}, + [6401] = {.lex_state = 30}, + [6402] = {.lex_state = 1378}, + [6403] = {.lex_state = 1378}, + [6404] = {.lex_state = 1378}, + [6405] = {.lex_state = 1378}, + [6406] = {.lex_state = 241}, + [6407] = {.lex_state = 1378}, + [6408] = {.lex_state = 1378}, + [6409] = {.lex_state = 1378}, + [6410] = {.lex_state = 1378}, + [6411] = {.lex_state = 1378}, + [6412] = {.lex_state = 1378}, + [6413] = {.lex_state = 1378}, + [6414] = {.lex_state = 1378}, + [6415] = {.lex_state = 30}, + [6416] = {.lex_state = 1378}, + [6417] = {.lex_state = 1378}, + [6418] = {.lex_state = 1378}, + [6419] = {.lex_state = 1378}, + [6420] = {.lex_state = 1378}, + [6421] = {.lex_state = 1378}, + [6422] = {.lex_state = 30}, + [6423] = {.lex_state = 30}, + [6424] = {.lex_state = 1378}, + [6425] = {.lex_state = 1378}, + [6426] = {.lex_state = 30}, + [6427] = {.lex_state = 1378}, + [6428] = {.lex_state = 1378}, + [6429] = {.lex_state = 1378}, + [6430] = {.lex_state = 1378}, + [6431] = {.lex_state = 1378}, + [6432] = {.lex_state = 241}, + [6433] = {.lex_state = 254}, + [6434] = {.lex_state = 30}, + [6435] = {.lex_state = 1378}, + [6436] = {.lex_state = 1378}, + [6437] = {.lex_state = 1378}, + [6438] = {.lex_state = 1378}, + [6439] = {.lex_state = 1378}, + [6440] = {.lex_state = 1378}, + [6441] = {.lex_state = 1378}, + [6442] = {.lex_state = 1378}, + [6443] = {.lex_state = 26}, + [6444] = {.lex_state = 106}, [6445] = {.lex_state = 30}, - [6446] = {.lex_state = 1356}, - [6447] = {.lex_state = 1356}, - [6448] = {.lex_state = 1356}, - [6449] = {.lex_state = 30}, - [6450] = {.lex_state = 1356, .external_lex_state = 18}, - [6451] = {.lex_state = 30}, - [6452] = {.lex_state = 1356}, - [6453] = {.lex_state = 1356}, - [6454] = {.lex_state = 1356}, - [6455] = {.lex_state = 30}, - [6456] = {.lex_state = 30}, - [6457] = {.lex_state = 223}, - [6458] = {.lex_state = 1356}, - [6459] = {.lex_state = 223}, - [6460] = {.lex_state = 30}, - [6461] = {.lex_state = 30}, - [6462] = {.lex_state = 1356}, - [6463] = {.lex_state = 1356}, - [6464] = {.lex_state = 1356}, - [6465] = {.lex_state = 223}, - [6466] = {.lex_state = 1356}, - [6467] = {.lex_state = 1356}, - [6468] = {.lex_state = 1356}, - [6469] = {.lex_state = 1356}, - [6470] = {.lex_state = 1356}, - [6471] = {.lex_state = 1356}, - [6472] = {.lex_state = 30}, - [6473] = {.lex_state = 223}, - [6474] = {.lex_state = 30}, + [6446] = {.lex_state = 1378}, + [6447] = {.lex_state = 1378, .external_lex_state = 14}, + [6448] = {.lex_state = 1378}, + [6449] = {.lex_state = 1378}, + [6450] = {.lex_state = 26}, + [6451] = {.lex_state = 1378}, + [6452] = {.lex_state = 1378}, + [6453] = {.lex_state = 1378}, + [6454] = {.lex_state = 79}, + [6455] = {.lex_state = 1378}, + [6456] = {.lex_state = 1378}, + [6457] = {.lex_state = 1378}, + [6458] = {.lex_state = 1378}, + [6459] = {.lex_state = 1378}, + [6460] = {.lex_state = 1378}, + [6461] = {.lex_state = 1378}, + [6462] = {.lex_state = 1378}, + [6463] = {.lex_state = 1378}, + [6464] = {.lex_state = 34}, + [6465] = {.lex_state = 254}, + [6466] = {.lex_state = 1378}, + [6467] = {.lex_state = 1378}, + [6468] = {.lex_state = 106}, + [6469] = {.lex_state = 1378}, + [6470] = {.lex_state = 1378}, + [6471] = {.lex_state = 1378}, + [6472] = {.lex_state = 1378}, + [6473] = {.lex_state = 1378}, + [6474] = {.lex_state = 1378}, [6475] = {.lex_state = 30}, - [6476] = {.lex_state = 1356}, - [6477] = {.lex_state = 223}, - [6478] = {.lex_state = 1356}, + [6476] = {.lex_state = 1378}, + [6477] = {.lex_state = 26}, + [6478] = {.lex_state = 1378}, [6479] = {.lex_state = 30}, - [6480] = {.lex_state = 30}, - [6481] = {.lex_state = 1356}, - [6482] = {.lex_state = 1356}, - [6483] = {.lex_state = 30}, - [6484] = {.lex_state = 38}, - [6485] = {.lex_state = 30}, - [6486] = {.lex_state = 1356}, - [6487] = {.lex_state = 1356}, - [6488] = {.lex_state = 223}, - [6489] = {.lex_state = 1356}, - [6490] = {.lex_state = 1356}, - [6491] = {.lex_state = 1356}, + [6480] = {.lex_state = 1378}, + [6481] = {.lex_state = 1378}, + [6482] = {.lex_state = 1378}, + [6483] = {.lex_state = 1378}, + [6484] = {.lex_state = 1378}, + [6485] = {.lex_state = 1378}, + [6486] = {.lex_state = 1378}, + [6487] = {.lex_state = 255}, + [6488] = {.lex_state = 1378}, + [6489] = {.lex_state = 1378}, + [6490] = {.lex_state = 1378, .external_lex_state = 21}, + [6491] = {.lex_state = 1378}, [6492] = {.lex_state = 30}, - [6493] = {.lex_state = 1356}, - [6494] = {.lex_state = 1356}, - [6495] = {.lex_state = 1356}, - [6496] = {.lex_state = 1356}, - [6497] = {.lex_state = 38}, - [6498] = {.lex_state = 94}, - [6499] = {.lex_state = 30}, - [6500] = {.lex_state = 30}, - [6501] = {.lex_state = 30}, - [6502] = {.lex_state = 30}, - [6503] = {.lex_state = 1356}, - [6504] = {.lex_state = 30}, - [6505] = {.lex_state = 40}, - [6506] = {.lex_state = 1356}, - [6507] = {.lex_state = 30}, - [6508] = {.lex_state = 30}, - [6509] = {.lex_state = 30}, - [6510] = {.lex_state = 1356}, - [6511] = {.lex_state = 1356}, - [6512] = {.lex_state = 30}, - [6513] = {.lex_state = 30}, - [6514] = {.lex_state = 1356}, - [6515] = {.lex_state = 30}, - [6516] = {.lex_state = 1356}, - [6517] = {.lex_state = 1356}, - [6518] = {.lex_state = 30}, - [6519] = {.lex_state = 30}, - [6520] = {.lex_state = 1356}, - [6521] = {.lex_state = 1356}, - [6522] = {.lex_state = 30}, - [6523] = {.lex_state = 1356}, - [6524] = {.lex_state = 1356}, - [6525] = {.lex_state = 1356}, - [6526] = {.lex_state = 1356}, - [6527] = {.lex_state = 1356}, - [6528] = {.lex_state = 1356}, - [6529] = {.lex_state = 1356}, - [6530] = {.lex_state = 40}, - [6531] = {.lex_state = 1356}, - [6532] = {.lex_state = 1356}, - [6533] = {.lex_state = 1356}, - [6534] = {.lex_state = 1356}, - [6535] = {.lex_state = 40}, - [6536] = {.lex_state = 30}, - [6537] = {.lex_state = 30}, - [6538] = {.lex_state = 1356}, - [6539] = {.lex_state = 30}, - [6540] = {.lex_state = 30}, - [6541] = {.lex_state = 1356}, - [6542] = {.lex_state = 30}, - [6543] = {.lex_state = 1356}, + [6493] = {.lex_state = 1378}, + [6494] = {.lex_state = 30}, + [6495] = {.lex_state = 1378}, + [6496] = {.lex_state = 1378}, + [6497] = {.lex_state = 30}, + [6498] = {.lex_state = 1378}, + [6499] = {.lex_state = 1378}, + [6500] = {.lex_state = 1378}, + [6501] = {.lex_state = 1378}, + [6502] = {.lex_state = 1378}, + [6503] = {.lex_state = 1378}, + [6504] = {.lex_state = 254}, + [6505] = {.lex_state = 217}, + [6506] = {.lex_state = 1378}, + [6507] = {.lex_state = 1378}, + [6508] = {.lex_state = 1378}, + [6509] = {.lex_state = 1378}, + [6510] = {.lex_state = 1378}, + [6511] = {.lex_state = 217}, + [6512] = {.lex_state = 1378}, + [6513] = {.lex_state = 1378}, + [6514] = {.lex_state = 30}, + [6515] = {.lex_state = 1378}, + [6516] = {.lex_state = 1378, .external_lex_state = 14}, + [6517] = {.lex_state = 217}, + [6518] = {.lex_state = 1378}, + [6519] = {.lex_state = 1378}, + [6520] = {.lex_state = 34}, + [6521] = {.lex_state = 234}, + [6522] = {.lex_state = 217}, + [6523] = {.lex_state = 1378}, + [6524] = {.lex_state = 1378}, + [6525] = {.lex_state = 1378}, + [6526] = {.lex_state = 1378}, + [6527] = {.lex_state = 1378}, + [6528] = {.lex_state = 1378}, + [6529] = {.lex_state = 1378}, + [6530] = {.lex_state = 1378}, + [6531] = {.lex_state = 1378}, + [6532] = {.lex_state = 241}, + [6533] = {.lex_state = 234}, + [6534] = {.lex_state = 30}, + [6535] = {.lex_state = 106}, + [6536] = {.lex_state = 1378}, + [6537] = {.lex_state = 1378, .external_lex_state = 21}, + [6538] = {.lex_state = 1378}, + [6539] = {.lex_state = 34}, + [6540] = {.lex_state = 39}, + [6541] = {.lex_state = 1378, .external_lex_state = 14}, + [6542] = {.lex_state = 1378, .external_lex_state = 18}, + [6543] = {.lex_state = 1378}, [6544] = {.lex_state = 30}, - [6545] = {.lex_state = 30}, - [6546] = {.lex_state = 30}, - [6547] = {.lex_state = 30}, - [6548] = {.lex_state = 30}, - [6549] = {.lex_state = 30}, - [6550] = {.lex_state = 1356}, - [6551] = {.lex_state = 30}, - [6552] = {.lex_state = 30}, - [6553] = {.lex_state = 30}, - [6554] = {.lex_state = 30}, - [6555] = {.lex_state = 1356}, - [6556] = {.lex_state = 1356}, - [6557] = {.lex_state = 1356}, - [6558] = {.lex_state = 37}, - [6559] = {.lex_state = 1356}, - [6560] = {.lex_state = 1356}, - [6561] = {.lex_state = 1356}, - [6562] = {.lex_state = 30}, - [6563] = {.lex_state = 1356}, - [6564] = {.lex_state = 1356}, - [6565] = {.lex_state = 1356}, - [6566] = {.lex_state = 1356}, - [6567] = {.lex_state = 30}, - [6568] = {.lex_state = 1356}, - [6569] = {.lex_state = 1356}, - [6570] = {.lex_state = 30}, - [6571] = {.lex_state = 1356}, - [6572] = {.lex_state = 1356}, - [6573] = {.lex_state = 1356}, - [6574] = {.lex_state = 1356}, - [6575] = {.lex_state = 30}, - [6576] = {.lex_state = 30}, - [6577] = {.lex_state = 1356}, - [6578] = {.lex_state = 1356}, - [6579] = {.lex_state = 1356}, + [6545] = {.lex_state = 1378}, + [6546] = {.lex_state = 1378}, + [6547] = {.lex_state = 1378}, + [6548] = {.lex_state = 1378}, + [6549] = {.lex_state = 1378, .external_lex_state = 14}, + [6550] = {.lex_state = 1378}, + [6551] = {.lex_state = 255}, + [6552] = {.lex_state = 1378}, + [6553] = {.lex_state = 1378}, + [6554] = {.lex_state = 1378}, + [6555] = {.lex_state = 1378, .external_lex_state = 14}, + [6556] = {.lex_state = 254}, + [6557] = {.lex_state = 1378}, + [6558] = {.lex_state = 1378}, + [6559] = {.lex_state = 1378, .external_lex_state = 14}, + [6560] = {.lex_state = 1378}, + [6561] = {.lex_state = 1378}, + [6562] = {.lex_state = 1378}, + [6563] = {.lex_state = 1378}, + [6564] = {.lex_state = 1378}, + [6565] = {.lex_state = 1378}, + [6566] = {.lex_state = 34}, + [6567] = {.lex_state = 1378}, + [6568] = {.lex_state = 1378}, + [6569] = {.lex_state = 1378}, + [6570] = {.lex_state = 1378}, + [6571] = {.lex_state = 1378}, + [6572] = {.lex_state = 1378}, + [6573] = {.lex_state = 30}, + [6574] = {.lex_state = 234}, + [6575] = {.lex_state = 38, .external_lex_state = 18}, + [6576] = {.lex_state = 234}, + [6577] = {.lex_state = 234}, + [6578] = {.lex_state = 1378}, + [6579] = {.lex_state = 38, .external_lex_state = 18}, [6580] = {.lex_state = 30}, - [6581] = {.lex_state = 1356}, - [6582] = {.lex_state = 1356}, - [6583] = {.lex_state = 1356}, - [6584] = {.lex_state = 1356}, - [6585] = {.lex_state = 30}, - [6586] = {.lex_state = 1356}, - [6587] = {.lex_state = 1356}, - [6588] = {.lex_state = 1356}, - [6589] = {.lex_state = 1356}, - [6590] = {.lex_state = 1356}, - [6591] = {.lex_state = 1356}, - [6592] = {.lex_state = 30}, - [6593] = {.lex_state = 1356}, - [6594] = {.lex_state = 1356}, - [6595] = {.lex_state = 1356}, - [6596] = {.lex_state = 1356}, - [6597] = {.lex_state = 1356}, - [6598] = {.lex_state = 1356}, - [6599] = {.lex_state = 1356}, - [6600] = {.lex_state = 1356}, - [6601] = {.lex_state = 1356}, - [6602] = {.lex_state = 1356}, - [6603] = {.lex_state = 30}, + [6581] = {.lex_state = 30}, + [6582] = {.lex_state = 1378}, + [6583] = {.lex_state = 1378}, + [6584] = {.lex_state = 38, .external_lex_state = 18}, + [6585] = {.lex_state = 1378}, + [6586] = {.lex_state = 30}, + [6587] = {.lex_state = 30}, + [6588] = {.lex_state = 251}, + [6589] = {.lex_state = 39}, + [6590] = {.lex_state = 1378}, + [6591] = {.lex_state = 39}, + [6592] = {.lex_state = 234}, + [6593] = {.lex_state = 30}, + [6594] = {.lex_state = 30}, + [6595] = {.lex_state = 30}, + [6596] = {.lex_state = 30}, + [6597] = {.lex_state = 234}, + [6598] = {.lex_state = 30}, + [6599] = {.lex_state = 234}, + [6600] = {.lex_state = 1378}, + [6601] = {.lex_state = 30}, + [6602] = {.lex_state = 30}, + [6603] = {.lex_state = 1378}, [6604] = {.lex_state = 30}, [6605] = {.lex_state = 30}, - [6606] = {.lex_state = 1356}, - [6607] = {.lex_state = 30}, - [6608] = {.lex_state = 1356}, - [6609] = {.lex_state = 30}, - [6610] = {.lex_state = 1356}, - [6611] = {.lex_state = 1356}, - [6612] = {.lex_state = 1356}, - [6613] = {.lex_state = 1356}, - [6614] = {.lex_state = 1356}, - [6615] = {.lex_state = 1356}, - [6616] = {.lex_state = 1356}, - [6617] = {.lex_state = 1356}, - [6618] = {.lex_state = 1356}, - [6619] = {.lex_state = 1356}, - [6620] = {.lex_state = 1356}, - [6621] = {.lex_state = 1356}, - [6622] = {.lex_state = 1356}, - [6623] = {.lex_state = 1356}, + [6606] = {.lex_state = 1378, .external_lex_state = 18}, + [6607] = {.lex_state = 38, .external_lex_state = 18}, + [6608] = {.lex_state = 30}, + [6609] = {.lex_state = 1378, .external_lex_state = 18}, + [6610] = {.lex_state = 30}, + [6611] = {.lex_state = 39}, + [6612] = {.lex_state = 39}, + [6613] = {.lex_state = 1378, .external_lex_state = 18}, + [6614] = {.lex_state = 39}, + [6615] = {.lex_state = 30}, + [6616] = {.lex_state = 39}, + [6617] = {.lex_state = 39}, + [6618] = {.lex_state = 39}, + [6619] = {.lex_state = 26}, + [6620] = {.lex_state = 1378}, + [6621] = {.lex_state = 1378}, + [6622] = {.lex_state = 30}, + [6623] = {.lex_state = 30}, [6624] = {.lex_state = 30}, - [6625] = {.lex_state = 1356}, - [6626] = {.lex_state = 1356}, - [6627] = {.lex_state = 30}, - [6628] = {.lex_state = 1356}, + [6625] = {.lex_state = 1378}, + [6626] = {.lex_state = 1378}, + [6627] = {.lex_state = 1378, .external_lex_state = 18}, + [6628] = {.lex_state = 1378}, [6629] = {.lex_state = 30}, - [6630] = {.lex_state = 1356}, - [6631] = {.lex_state = 1356}, + [6630] = {.lex_state = 1378}, + [6631] = {.lex_state = 1378}, [6632] = {.lex_state = 30}, - [6633] = {.lex_state = 1356}, - [6634] = {.lex_state = 1356}, - [6635] = {.lex_state = 94}, + [6633] = {.lex_state = 1378}, + [6634] = {.lex_state = 106}, + [6635] = {.lex_state = 1378}, [6636] = {.lex_state = 30}, - [6637] = {.lex_state = 1356}, - [6638] = {.lex_state = 30}, - [6639] = {.lex_state = 30}, + [6637] = {.lex_state = 30}, + [6638] = {.lex_state = 1378}, + [6639] = {.lex_state = 75}, [6640] = {.lex_state = 30}, - [6641] = {.lex_state = 30}, - [6642] = {.lex_state = 30}, - [6643] = {.lex_state = 1356}, - [6644] = {.lex_state = 30}, - [6645] = {.lex_state = 1356}, - [6646] = {.lex_state = 1356}, - [6647] = {.lex_state = 1356}, - [6648] = {.lex_state = 94}, - [6649] = {.lex_state = 94}, - [6650] = {.lex_state = 1356}, - [6651] = {.lex_state = 30}, - [6652] = {.lex_state = 1356}, - [6653] = {.lex_state = 30}, - [6654] = {.lex_state = 30}, - [6655] = {.lex_state = 1356}, - [6656] = {.lex_state = 1356}, - [6657] = {.lex_state = 1356}, - [6658] = {.lex_state = 30}, - [6659] = {.lex_state = 30}, - [6660] = {.lex_state = 227}, - [6661] = {.lex_state = 1356}, - [6662] = {.lex_state = 1356}, - [6663] = {.lex_state = 94}, - [6664] = {.lex_state = 1356}, - [6665] = {.lex_state = 30}, - [6666] = {.lex_state = 1356}, - [6667] = {.lex_state = 30}, - [6668] = {.lex_state = 30}, - [6669] = {.lex_state = 30}, - [6670] = {.lex_state = 30}, - [6671] = {.lex_state = 30}, - [6672] = {.lex_state = 30}, - [6673] = {.lex_state = 30}, - [6674] = {.lex_state = 1356}, - [6675] = {.lex_state = 1356}, - [6676] = {.lex_state = 1356}, - [6677] = {.lex_state = 1356}, - [6678] = {.lex_state = 1356}, - [6679] = {.lex_state = 1356}, - [6680] = {.lex_state = 1356}, - [6681] = {.lex_state = 1356}, - [6682] = {.lex_state = 30}, - [6683] = {.lex_state = 1356}, - [6684] = {.lex_state = 30}, - [6685] = {.lex_state = 30}, - [6686] = {.lex_state = 37}, - [6687] = {.lex_state = 1356}, - [6688] = {.lex_state = 30}, - [6689] = {.lex_state = 1356}, - [6690] = {.lex_state = 94}, - [6691] = {.lex_state = 1356}, - [6692] = {.lex_state = 1356}, - [6693] = {.lex_state = 1356}, - [6694] = {.lex_state = 1356}, - [6695] = {.lex_state = 30}, - [6696] = {.lex_state = 1356}, - [6697] = {.lex_state = 1356}, - [6698] = {.lex_state = 94}, - [6699] = {.lex_state = 30}, - [6700] = {.lex_state = 30}, - [6701] = {.lex_state = 94}, - [6702] = {.lex_state = 30}, - [6703] = {.lex_state = 30}, - [6704] = {.lex_state = 1356}, - [6705] = {.lex_state = 30}, - [6706] = {.lex_state = 30}, - [6707] = {.lex_state = 30}, - [6708] = {.lex_state = 30}, - [6709] = {.lex_state = 40}, + [6641] = {.lex_state = 1378}, + [6642] = {.lex_state = 1378}, + [6643] = {.lex_state = 30}, + [6644] = {.lex_state = 1378}, + [6645] = {.lex_state = 30}, + [6646] = {.lex_state = 1378}, + [6647] = {.lex_state = 30}, + [6648] = {.lex_state = 1378}, + [6649] = {.lex_state = 75}, + [6650] = {.lex_state = 30}, + [6651] = {.lex_state = 1378}, + [6652] = {.lex_state = 1378, .external_lex_state = 18}, + [6653] = {.lex_state = 1378}, + [6654] = {.lex_state = 1378}, + [6655] = {.lex_state = 1378}, + [6656] = {.lex_state = 39}, + [6657] = {.lex_state = 1378}, + [6658] = {.lex_state = 1378}, + [6659] = {.lex_state = 1378}, + [6660] = {.lex_state = 1378}, + [6661] = {.lex_state = 38}, + [6662] = {.lex_state = 1378}, + [6663] = {.lex_state = 30}, + [6664] = {.lex_state = 1378}, + [6665] = {.lex_state = 1378}, + [6666] = {.lex_state = 75}, + [6667] = {.lex_state = 1378}, + [6668] = {.lex_state = 1378}, + [6669] = {.lex_state = 1378}, + [6670] = {.lex_state = 1378}, + [6671] = {.lex_state = 1378}, + [6672] = {.lex_state = 1378}, + [6673] = {.lex_state = 1378}, + [6674] = {.lex_state = 1378}, + [6675] = {.lex_state = 30}, + [6676] = {.lex_state = 1378, .external_lex_state = 18}, + [6677] = {.lex_state = 1378}, + [6678] = {.lex_state = 1378}, + [6679] = {.lex_state = 1378}, + [6680] = {.lex_state = 1378}, + [6681] = {.lex_state = 1378}, + [6682] = {.lex_state = 38}, + [6683] = {.lex_state = 30}, + [6684] = {.lex_state = 1378}, + [6685] = {.lex_state = 1378}, + [6686] = {.lex_state = 1378}, + [6687] = {.lex_state = 1378}, + [6688] = {.lex_state = 106}, + [6689] = {.lex_state = 1378}, + [6690] = {.lex_state = 30}, + [6691] = {.lex_state = 30}, + [6692] = {.lex_state = 30}, + [6693] = {.lex_state = 1378}, + [6694] = {.lex_state = 30}, + [6695] = {.lex_state = 1378}, + [6696] = {.lex_state = 1378}, + [6697] = {.lex_state = 1378}, + [6698] = {.lex_state = 30}, + [6699] = {.lex_state = 1378}, + [6700] = {.lex_state = 1378}, + [6701] = {.lex_state = 30}, + [6702] = {.lex_state = 1378, .external_lex_state = 18}, + [6703] = {.lex_state = 1378}, + [6704] = {.lex_state = 30}, + [6705] = {.lex_state = 1378}, + [6706] = {.lex_state = 1378}, + [6707] = {.lex_state = 1378}, + [6708] = {.lex_state = 1378}, + [6709] = {.lex_state = 30}, [6710] = {.lex_state = 30}, - [6711] = {.lex_state = 1356}, - [6712] = {.lex_state = 30}, - [6713] = {.lex_state = 1356}, - [6714] = {.lex_state = 1356}, - [6715] = {.lex_state = 1356}, - [6716] = {.lex_state = 1356}, - [6717] = {.lex_state = 1356}, - [6718] = {.lex_state = 1356}, - [6719] = {.lex_state = 1356}, - [6720] = {.lex_state = 30}, - [6721] = {.lex_state = 1356}, - [6722] = {.lex_state = 30}, - [6723] = {.lex_state = 1356}, + [6711] = {.lex_state = 1378, .external_lex_state = 7}, + [6712] = {.lex_state = 1378}, + [6713] = {.lex_state = 30}, + [6714] = {.lex_state = 1378}, + [6715] = {.lex_state = 75}, + [6716] = {.lex_state = 1378}, + [6717] = {.lex_state = 30}, + [6718] = {.lex_state = 1378}, + [6719] = {.lex_state = 1378}, + [6720] = {.lex_state = 1378}, + [6721] = {.lex_state = 1378}, + [6722] = {.lex_state = 1378}, + [6723] = {.lex_state = 1378}, [6724] = {.lex_state = 30}, - [6725] = {.lex_state = 30}, - [6726] = {.lex_state = 1356}, - [6727] = {.lex_state = 30}, - [6728] = {.lex_state = 1356}, - [6729] = {.lex_state = 30}, - [6730] = {.lex_state = 1356}, + [6725] = {.lex_state = 1378}, + [6726] = {.lex_state = 30}, + [6727] = {.lex_state = 1378}, + [6728] = {.lex_state = 1378}, + [6729] = {.lex_state = 1378}, + [6730] = {.lex_state = 1378}, [6731] = {.lex_state = 30}, - [6732] = {.lex_state = 30}, - [6733] = {.lex_state = 1356}, + [6732] = {.lex_state = 1378}, + [6733] = {.lex_state = 1378}, [6734] = {.lex_state = 30}, - [6735] = {.lex_state = 1356}, - [6736] = {.lex_state = 1356}, + [6735] = {.lex_state = 1378, .external_lex_state = 18}, + [6736] = {.lex_state = 1378}, [6737] = {.lex_state = 30}, - [6738] = {.lex_state = 1356}, - [6739] = {.lex_state = 1356}, - [6740] = {.lex_state = 30}, + [6738] = {.lex_state = 1378}, + [6739] = {.lex_state = 1378}, + [6740] = {.lex_state = 1378}, [6741] = {.lex_state = 30}, - [6742] = {.lex_state = 1356}, - [6743] = {.lex_state = 1356}, - [6744] = {.lex_state = 30}, - [6745] = {.lex_state = 30}, - [6746] = {.lex_state = 1356}, - [6747] = {.lex_state = 30}, - [6748] = {.lex_state = 1356}, - [6749] = {.lex_state = 1356}, - [6750] = {.lex_state = 1356}, - [6751] = {.lex_state = 30}, - [6752] = {.lex_state = 1356}, - [6753] = {.lex_state = 1356}, - [6754] = {.lex_state = 1356}, + [6742] = {.lex_state = 1378}, + [6743] = {.lex_state = 1378}, + [6744] = {.lex_state = 1378}, + [6745] = {.lex_state = 1378}, + [6746] = {.lex_state = 251}, + [6747] = {.lex_state = 1378}, + [6748] = {.lex_state = 1378, .external_lex_state = 7}, + [6749] = {.lex_state = 30}, + [6750] = {.lex_state = 1378}, + [6751] = {.lex_state = 1378}, + [6752] = {.lex_state = 1378}, + [6753] = {.lex_state = 1378}, + [6754] = {.lex_state = 1378}, [6755] = {.lex_state = 30}, - [6756] = {.lex_state = 30}, - [6757] = {.lex_state = 30}, - [6758] = {.lex_state = 1356}, - [6759] = {.lex_state = 1356}, - [6760] = {.lex_state = 1356}, - [6761] = {.lex_state = 1356}, - [6762] = {.lex_state = 1356}, - [6763] = {.lex_state = 1356}, - [6764] = {.lex_state = 1356}, - [6765] = {.lex_state = 1356}, - [6766] = {.lex_state = 1356}, - [6767] = {.lex_state = 1356}, - [6768] = {.lex_state = 40}, - [6769] = {.lex_state = 1356}, + [6756] = {.lex_state = 1378}, + [6757] = {.lex_state = 1378}, + [6758] = {.lex_state = 1378}, + [6759] = {.lex_state = 30}, + [6760] = {.lex_state = 251}, + [6761] = {.lex_state = 1378}, + [6762] = {.lex_state = 1378}, + [6763] = {.lex_state = 38}, + [6764] = {.lex_state = 251}, + [6765] = {.lex_state = 1378}, + [6766] = {.lex_state = 1378}, + [6767] = {.lex_state = 1378}, + [6768] = {.lex_state = 1378}, + [6769] = {.lex_state = 30}, [6770] = {.lex_state = 30}, - [6771] = {.lex_state = 1356}, - [6772] = {.lex_state = 1356}, - [6773] = {.lex_state = 1356}, - [6774] = {.lex_state = 1356}, - [6775] = {.lex_state = 1356}, - [6776] = {.lex_state = 1356}, - [6777] = {.lex_state = 1356}, - [6778] = {.lex_state = 1356}, - [6779] = {.lex_state = 1356}, - [6780] = {.lex_state = 1356}, - [6781] = {.lex_state = 1356}, - [6782] = {.lex_state = 1356}, - [6783] = {.lex_state = 1356}, - [6784] = {.lex_state = 1356}, - [6785] = {.lex_state = 1356}, - [6786] = {.lex_state = 1356}, - [6787] = {.lex_state = 1356}, - [6788] = {.lex_state = 30}, - [6789] = {.lex_state = 30}, - [6790] = {.lex_state = 1356}, - [6791] = {.lex_state = 30}, - [6792] = {.lex_state = 30}, - [6793] = {.lex_state = 30}, - [6794] = {.lex_state = 30}, - [6795] = {.lex_state = 1356}, - [6796] = {.lex_state = 1356}, - [6797] = {.lex_state = 1356}, - [6798] = {.lex_state = 1356}, - [6799] = {.lex_state = 1356}, - [6800] = {.lex_state = 1356}, - [6801] = {.lex_state = 1356}, - [6802] = {.lex_state = 1356}, + [6771] = {.lex_state = 1378}, + [6772] = {.lex_state = 1378}, + [6773] = {.lex_state = 30}, + [6774] = {.lex_state = 1378}, + [6775] = {.lex_state = 1378}, + [6776] = {.lex_state = 30}, + [6777] = {.lex_state = 1378}, + [6778] = {.lex_state = 1378, .external_lex_state = 18}, + [6779] = {.lex_state = 1378}, + [6780] = {.lex_state = 1378}, + [6781] = {.lex_state = 1378}, + [6782] = {.lex_state = 30}, + [6783] = {.lex_state = 26}, + [6784] = {.lex_state = 30}, + [6785] = {.lex_state = 30}, + [6786] = {.lex_state = 1378, .external_lex_state = 7}, + [6787] = {.lex_state = 1378}, + [6788] = {.lex_state = 251}, + [6789] = {.lex_state = 1378}, + [6790] = {.lex_state = 1378}, + [6791] = {.lex_state = 251}, + [6792] = {.lex_state = 1378}, + [6793] = {.lex_state = 1378}, + [6794] = {.lex_state = 1378}, + [6795] = {.lex_state = 30}, + [6796] = {.lex_state = 1378}, + [6797] = {.lex_state = 1378}, + [6798] = {.lex_state = 1378, .external_lex_state = 18}, + [6799] = {.lex_state = 1378}, + [6800] = {.lex_state = 30}, + [6801] = {.lex_state = 1378}, + [6802] = {.lex_state = 30}, [6803] = {.lex_state = 30}, - [6804] = {.lex_state = 1356}, + [6804] = {.lex_state = 30}, [6805] = {.lex_state = 30}, - [6806] = {.lex_state = 1356}, - [6807] = {.lex_state = 1356}, - [6808] = {.lex_state = 30}, - [6809] = {.lex_state = 1356}, - [6810] = {.lex_state = 30}, - [6811] = {.lex_state = 1356}, - [6812] = {.lex_state = 1356}, - [6813] = {.lex_state = 1356}, - [6814] = {.lex_state = 30}, - [6815] = {.lex_state = 1356}, - [6816] = {.lex_state = 30}, + [6806] = {.lex_state = 1378}, + [6807] = {.lex_state = 30}, + [6808] = {.lex_state = 1378}, + [6809] = {.lex_state = 30}, + [6810] = {.lex_state = 1378}, + [6811] = {.lex_state = 1378}, + [6812] = {.lex_state = 1378}, + [6813] = {.lex_state = 1378, .external_lex_state = 18}, + [6814] = {.lex_state = 1378}, + [6815] = {.lex_state = 1378, .external_lex_state = 18}, + [6816] = {.lex_state = 1378}, [6817] = {.lex_state = 30}, - [6818] = {.lex_state = 30}, - [6819] = {.lex_state = 30}, - [6820] = {.lex_state = 1356}, - [6821] = {.lex_state = 1356}, - [6822] = {.lex_state = 1356}, - [6823] = {.lex_state = 94}, - [6824] = {.lex_state = 1356}, - [6825] = {.lex_state = 1356}, - [6826] = {.lex_state = 1356}, - [6827] = {.lex_state = 1356}, - [6828] = {.lex_state = 1356}, - [6829] = {.lex_state = 1356}, - [6830] = {.lex_state = 30}, - [6831] = {.lex_state = 1356}, - [6832] = {.lex_state = 1356}, - [6833] = {.lex_state = 1356}, - [6834] = {.lex_state = 30}, - [6835] = {.lex_state = 1356}, - [6836] = {.lex_state = 1356}, - [6837] = {.lex_state = 1356}, - [6838] = {.lex_state = 1356}, - [6839] = {.lex_state = 40}, - [6840] = {.lex_state = 1356}, - [6841] = {.lex_state = 1356}, - [6842] = {.lex_state = 1356}, - [6843] = {.lex_state = 1356}, - [6844] = {.lex_state = 1356}, + [6818] = {.lex_state = 1378}, + [6819] = {.lex_state = 1378}, + [6820] = {.lex_state = 30}, + [6821] = {.lex_state = 30}, + [6822] = {.lex_state = 30}, + [6823] = {.lex_state = 30}, + [6824] = {.lex_state = 30}, + [6825] = {.lex_state = 30}, + [6826] = {.lex_state = 1378}, + [6827] = {.lex_state = 30}, + [6828] = {.lex_state = 30}, + [6829] = {.lex_state = 251}, + [6830] = {.lex_state = 251}, + [6831] = {.lex_state = 30}, + [6832] = {.lex_state = 30}, + [6833] = {.lex_state = 30}, + [6834] = {.lex_state = 39}, + [6835] = {.lex_state = 30}, + [6836] = {.lex_state = 30}, + [6837] = {.lex_state = 1378}, + [6838] = {.lex_state = 30}, + [6839] = {.lex_state = 30}, + [6840] = {.lex_state = 1378}, + [6841] = {.lex_state = 1378}, + [6842] = {.lex_state = 30}, + [6843] = {.lex_state = 30}, + [6844] = {.lex_state = 1378}, [6845] = {.lex_state = 30}, - [6846] = {.lex_state = 1356}, - [6847] = {.lex_state = 1356}, - [6848] = {.lex_state = 30}, - [6849] = {.lex_state = 1356}, - [6850] = {.lex_state = 30}, + [6846] = {.lex_state = 30}, + [6847] = {.lex_state = 30}, + [6848] = {.lex_state = 1378, .external_lex_state = 18}, + [6849] = {.lex_state = 1378}, + [6850] = {.lex_state = 1378}, [6851] = {.lex_state = 30}, [6852] = {.lex_state = 30}, - [6853] = {.lex_state = 1356}, - [6854] = {.lex_state = 1356}, - [6855] = {.lex_state = 1356}, - [6856] = {.lex_state = 1356}, - [6857] = {.lex_state = 1356}, - [6858] = {.lex_state = 1356}, - [6859] = {.lex_state = 1356}, + [6853] = {.lex_state = 1378}, + [6854] = {.lex_state = 38}, + [6855] = {.lex_state = 30}, + [6856] = {.lex_state = 30}, + [6857] = {.lex_state = 1378}, + [6858] = {.lex_state = 1378}, + [6859] = {.lex_state = 30}, [6860] = {.lex_state = 30}, - [6861] = {.lex_state = 1356}, - [6862] = {.lex_state = 1356}, - [6863] = {.lex_state = 1356}, - [6864] = {.lex_state = 1356, .external_lex_state = 18}, - [6865] = {.lex_state = 1356}, - [6866] = {.lex_state = 1356}, - [6867] = {.lex_state = 1356}, - [6868] = {.lex_state = 30}, + [6861] = {.lex_state = 1378}, + [6862] = {.lex_state = 1378}, + [6863] = {.lex_state = 30}, + [6864] = {.lex_state = 30}, + [6865] = {.lex_state = 1378}, + [6866] = {.lex_state = 30}, + [6867] = {.lex_state = 1378}, + [6868] = {.lex_state = 1378}, [6869] = {.lex_state = 30}, - [6870] = {.lex_state = 1356}, + [6870] = {.lex_state = 39}, [6871] = {.lex_state = 30}, - [6872] = {.lex_state = 1356}, - [6873] = {.lex_state = 1356}, + [6872] = {.lex_state = 1378}, + [6873] = {.lex_state = 30}, [6874] = {.lex_state = 30}, - [6875] = {.lex_state = 1356}, - [6876] = {.lex_state = 1356}, - [6877] = {.lex_state = 1356}, - [6878] = {.lex_state = 1356}, - [6879] = {.lex_state = 30}, - [6880] = {.lex_state = 1356}, - [6881] = {.lex_state = 30}, - [6882] = {.lex_state = 30}, - [6883] = {.lex_state = 1356}, + [6875] = {.lex_state = 30}, + [6876] = {.lex_state = 30}, + [6877] = {.lex_state = 39}, + [6878] = {.lex_state = 30}, + [6879] = {.lex_state = 1378}, + [6880] = {.lex_state = 30}, + [6881] = {.lex_state = 1378}, + [6882] = {.lex_state = 1378}, + [6883] = {.lex_state = 30}, [6884] = {.lex_state = 30}, [6885] = {.lex_state = 30}, - [6886] = {.lex_state = 1356}, - [6887] = {.lex_state = 1356}, - [6888] = {.lex_state = 30}, - [6889] = {.lex_state = 30}, - [6890] = {.lex_state = 30}, - [6891] = {.lex_state = 1356}, - [6892] = {.lex_state = 1356}, + [6886] = {.lex_state = 30}, + [6887] = {.lex_state = 1378}, + [6888] = {.lex_state = 1378}, + [6889] = {.lex_state = 1378}, + [6890] = {.lex_state = 1378}, + [6891] = {.lex_state = 1378}, + [6892] = {.lex_state = 30}, [6893] = {.lex_state = 30}, - [6894] = {.lex_state = 1356}, - [6895] = {.lex_state = 30}, - [6896] = {.lex_state = 30}, - [6897] = {.lex_state = 40}, - [6898] = {.lex_state = 1356}, - [6899] = {.lex_state = 1356}, - [6900] = {.lex_state = 30}, - [6901] = {.lex_state = 1356}, - [6902] = {.lex_state = 30}, - [6903] = {.lex_state = 30}, - [6904] = {.lex_state = 1356}, - [6905] = {.lex_state = 1356}, + [6894] = {.lex_state = 1378, .external_lex_state = 18}, + [6895] = {.lex_state = 1378}, + [6896] = {.lex_state = 1378}, + [6897] = {.lex_state = 30}, + [6898] = {.lex_state = 1378}, + [6899] = {.lex_state = 1378}, + [6900] = {.lex_state = 1378}, + [6901] = {.lex_state = 1378}, + [6902] = {.lex_state = 1378}, + [6903] = {.lex_state = 1378}, + [6904] = {.lex_state = 1378, .external_lex_state = 21}, + [6905] = {.lex_state = 30}, [6906] = {.lex_state = 30}, - [6907] = {.lex_state = 1356}, - [6908] = {.lex_state = 1356}, - [6909] = {.lex_state = 30}, + [6907] = {.lex_state = 1378}, + [6908] = {.lex_state = 30}, + [6909] = {.lex_state = 1378}, [6910] = {.lex_state = 30}, - [6911] = {.lex_state = 1356}, - [6912] = {.lex_state = 1356}, - [6913] = {.lex_state = 1356}, + [6911] = {.lex_state = 1378}, + [6912] = {.lex_state = 1378}, + [6913] = {.lex_state = 30}, [6914] = {.lex_state = 30}, - [6915] = {.lex_state = 1356}, - [6916] = {.lex_state = 30}, - [6917] = {.lex_state = 30}, - [6918] = {.lex_state = 1356}, - [6919] = {.lex_state = 1356}, - [6920] = {.lex_state = 1356}, - [6921] = {.lex_state = 30}, - [6922] = {.lex_state = 1356}, - [6923] = {.lex_state = 1356}, - [6924] = {.lex_state = 1356}, - [6925] = {.lex_state = 1356}, + [6915] = {.lex_state = 30}, + [6916] = {.lex_state = 1378, .external_lex_state = 18}, + [6917] = {.lex_state = 1378}, + [6918] = {.lex_state = 1378}, + [6919] = {.lex_state = 1378}, + [6920] = {.lex_state = 30}, + [6921] = {.lex_state = 1378}, + [6922] = {.lex_state = 1378}, + [6923] = {.lex_state = 30}, + [6924] = {.lex_state = 1378}, + [6925] = {.lex_state = 30}, [6926] = {.lex_state = 30}, [6927] = {.lex_state = 30}, - [6928] = {.lex_state = 30}, + [6928] = {.lex_state = 1378}, [6929] = {.lex_state = 30}, - [6930] = {.lex_state = 30}, - [6931] = {.lex_state = 1356}, - [6932] = {.lex_state = 30}, - [6933] = {.lex_state = 30}, - [6934] = {.lex_state = 94}, - [6935] = {.lex_state = 94}, - [6936] = {.lex_state = 94}, - [6937] = {.lex_state = 94}, - [6938] = {.lex_state = 30}, + [6930] = {.lex_state = 1378}, + [6931] = {.lex_state = 30}, + [6932] = {.lex_state = 1378}, + [6933] = {.lex_state = 1378}, + [6934] = {.lex_state = 30}, + [6935] = {.lex_state = 30}, + [6936] = {.lex_state = 30}, + [6937] = {.lex_state = 1378}, + [6938] = {.lex_state = 1378, .external_lex_state = 18}, [6939] = {.lex_state = 30}, - [6940] = {.lex_state = 1356}, - [6941] = {.lex_state = 1356}, - [6942] = {.lex_state = 1356}, - [6943] = {.lex_state = 1356}, - [6944] = {.lex_state = 1356}, - [6945] = {.lex_state = 1356}, - [6946] = {.lex_state = 1356}, - [6947] = {.lex_state = 30}, + [6940] = {.lex_state = 30}, + [6941] = {.lex_state = 30}, + [6942] = {.lex_state = 30}, + [6943] = {.lex_state = 1378}, + [6944] = {.lex_state = 30}, + [6945] = {.lex_state = 1378}, + [6946] = {.lex_state = 251}, + [6947] = {.lex_state = 251}, [6948] = {.lex_state = 30}, - [6949] = {.lex_state = 94}, - [6950] = {.lex_state = 94}, - [6951] = {.lex_state = 94}, - [6952] = {.lex_state = 1356}, + [6949] = {.lex_state = 1378}, + [6950] = {.lex_state = 30}, + [6951] = {.lex_state = 1378}, + [6952] = {.lex_state = 30}, [6953] = {.lex_state = 30}, - [6954] = {.lex_state = 1356}, - [6955] = {.lex_state = 1356}, - [6956] = {.lex_state = 1356}, + [6954] = {.lex_state = 30}, + [6955] = {.lex_state = 1378}, + [6956] = {.lex_state = 1378}, [6957] = {.lex_state = 30}, - [6958] = {.lex_state = 1356}, + [6958] = {.lex_state = 1378}, [6959] = {.lex_state = 30}, - [6960] = {.lex_state = 30}, - [6961] = {.lex_state = 1356}, - [6962] = {.lex_state = 1356}, - [6963] = {.lex_state = 1356}, + [6960] = {.lex_state = 1378, .external_lex_state = 18}, + [6961] = {.lex_state = 1378}, + [6962] = {.lex_state = 30}, + [6963] = {.lex_state = 1378}, [6964] = {.lex_state = 30}, - [6965] = {.lex_state = 1356}, + [6965] = {.lex_state = 1378}, [6966] = {.lex_state = 30}, - [6967] = {.lex_state = 30}, - [6968] = {.lex_state = 1356}, - [6969] = {.lex_state = 30}, - [6970] = {.lex_state = 30}, - [6971] = {.lex_state = 30}, - [6972] = {.lex_state = 1356}, - [6973] = {.lex_state = 30}, - [6974] = {.lex_state = 1356}, - [6975] = {.lex_state = 1356}, - [6976] = {.lex_state = 30}, - [6977] = {.lex_state = 30}, - [6978] = {.lex_state = 30}, - [6979] = {.lex_state = 1356}, - [6980] = {.lex_state = 1356}, - [6981] = {.lex_state = 1356}, - [6982] = {.lex_state = 1356}, - [6983] = {.lex_state = 30}, - [6984] = {.lex_state = 94}, - [6985] = {.lex_state = 94}, - [6986] = {.lex_state = 94}, - [6987] = {.lex_state = 30}, - [6988] = {.lex_state = 30}, - [6989] = {.lex_state = 1356}, - [6990] = {.lex_state = 30}, - [6991] = {.lex_state = 1356}, - [6992] = {.lex_state = 1356}, - [6993] = {.lex_state = 30}, - [6994] = {.lex_state = 1356}, - [6995] = {.lex_state = 30}, - [6996] = {.lex_state = 94}, - [6997] = {.lex_state = 94}, - [6998] = {.lex_state = 94}, - [6999] = {.lex_state = 1356}, - [7000] = {.lex_state = 1356}, - [7001] = {.lex_state = 30}, - [7002] = {.lex_state = 30}, - [7003] = {.lex_state = 37}, - [7004] = {.lex_state = 30}, - [7005] = {.lex_state = 30}, - [7006] = {.lex_state = 30}, - [7007] = {.lex_state = 1356}, - [7008] = {.lex_state = 40}, - [7009] = {.lex_state = 1356}, - [7010] = {.lex_state = 30}, - [7011] = {.lex_state = 1356}, + [6967] = {.lex_state = 1378}, + [6968] = {.lex_state = 30}, + [6969] = {.lex_state = 1378}, + [6970] = {.lex_state = 1378}, + [6971] = {.lex_state = 1378}, + [6972] = {.lex_state = 1378}, + [6973] = {.lex_state = 1378}, + [6974] = {.lex_state = 1378}, + [6975] = {.lex_state = 1378}, + [6976] = {.lex_state = 1378}, + [6977] = {.lex_state = 251}, + [6978] = {.lex_state = 1378}, + [6979] = {.lex_state = 1378}, + [6980] = {.lex_state = 1378}, + [6981] = {.lex_state = 1378}, + [6982] = {.lex_state = 1378}, + [6983] = {.lex_state = 1378}, + [6984] = {.lex_state = 1378}, + [6985] = {.lex_state = 1378}, + [6986] = {.lex_state = 1378}, + [6987] = {.lex_state = 1378}, + [6988] = {.lex_state = 1378}, + [6989] = {.lex_state = 1378}, + [6990] = {.lex_state = 1378}, + [6991] = {.lex_state = 38}, + [6992] = {.lex_state = 30}, + [6993] = {.lex_state = 1378}, + [6994] = {.lex_state = 1378}, + [6995] = {.lex_state = 1378}, + [6996] = {.lex_state = 1378}, + [6997] = {.lex_state = 30}, + [6998] = {.lex_state = 1378, .external_lex_state = 18}, + [6999] = {.lex_state = 1378}, + [7000] = {.lex_state = 1378}, + [7001] = {.lex_state = 1378}, + [7002] = {.lex_state = 1378}, + [7003] = {.lex_state = 1378}, + [7004] = {.lex_state = 1378}, + [7005] = {.lex_state = 1378}, + [7006] = {.lex_state = 1378}, + [7007] = {.lex_state = 1378}, + [7008] = {.lex_state = 1378}, + [7009] = {.lex_state = 30}, + [7010] = {.lex_state = 1378}, + [7011] = {.lex_state = 1378}, [7012] = {.lex_state = 30}, - [7013] = {.lex_state = 30}, - [7014] = {.lex_state = 1356}, - [7015] = {.lex_state = 1356}, - [7016] = {.lex_state = 1356}, - [7017] = {.lex_state = 30}, - [7018] = {.lex_state = 1356}, - [7019] = {.lex_state = 1356}, - [7020] = {.lex_state = 1356}, - [7021] = {.lex_state = 30}, - [7022] = {.lex_state = 30}, - [7023] = {.lex_state = 30}, - [7024] = {.lex_state = 1356}, - [7025] = {.lex_state = 1356}, - [7026] = {.lex_state = 1356}, - [7027] = {.lex_state = 1356}, - [7028] = {.lex_state = 1356}, - [7029] = {.lex_state = 1356}, - [7030] = {.lex_state = 94}, - [7031] = {.lex_state = 94}, - [7032] = {.lex_state = 94}, + [7013] = {.lex_state = 1378}, + [7014] = {.lex_state = 1378}, + [7015] = {.lex_state = 251}, + [7016] = {.lex_state = 1378}, + [7017] = {.lex_state = 1378, .external_lex_state = 7}, + [7018] = {.lex_state = 251}, + [7019] = {.lex_state = 1378}, + [7020] = {.lex_state = 1378}, + [7021] = {.lex_state = 1378}, + [7022] = {.lex_state = 1378}, + [7023] = {.lex_state = 1378}, + [7024] = {.lex_state = 1378}, + [7025] = {.lex_state = 1378}, + [7026] = {.lex_state = 1378}, + [7027] = {.lex_state = 1378}, + [7028] = {.lex_state = 1378}, + [7029] = {.lex_state = 30}, + [7030] = {.lex_state = 1378, .external_lex_state = 18}, + [7031] = {.lex_state = 1378}, + [7032] = {.lex_state = 1378}, [7033] = {.lex_state = 30}, - [7034] = {.lex_state = 30}, - [7035] = {.lex_state = 1356}, - [7036] = {.lex_state = 30}, - [7037] = {.lex_state = 30}, - [7038] = {.lex_state = 1356}, - [7039] = {.lex_state = 1356}, - [7040] = {.lex_state = 30}, - [7041] = {.lex_state = 94}, - [7042] = {.lex_state = 94}, - [7043] = {.lex_state = 94}, - [7044] = {.lex_state = 30}, - [7045] = {.lex_state = 1356}, - [7046] = {.lex_state = 1356}, - [7047] = {.lex_state = 30}, - [7048] = {.lex_state = 1356}, - [7049] = {.lex_state = 1356}, - [7050] = {.lex_state = 30}, - [7051] = {.lex_state = 30}, - [7052] = {.lex_state = 30}, + [7034] = {.lex_state = 1378}, + [7035] = {.lex_state = 1378}, + [7036] = {.lex_state = 1378}, + [7037] = {.lex_state = 1378}, + [7038] = {.lex_state = 30}, + [7039] = {.lex_state = 1378}, + [7040] = {.lex_state = 1378}, + [7041] = {.lex_state = 1378}, + [7042] = {.lex_state = 1378}, + [7043] = {.lex_state = 1378}, + [7044] = {.lex_state = 1378}, + [7045] = {.lex_state = 30}, + [7046] = {.lex_state = 1378}, + [7047] = {.lex_state = 1378}, + [7048] = {.lex_state = 1378}, + [7049] = {.lex_state = 1378}, + [7050] = {.lex_state = 1378}, + [7051] = {.lex_state = 251}, + [7052] = {.lex_state = 251}, [7053] = {.lex_state = 30}, - [7054] = {.lex_state = 1356}, - [7055] = {.lex_state = 1356}, + [7054] = {.lex_state = 39}, + [7055] = {.lex_state = 30}, [7056] = {.lex_state = 30}, - [7057] = {.lex_state = 30}, - [7058] = {.lex_state = 1356}, - [7059] = {.lex_state = 1356}, + [7057] = {.lex_state = 1378}, + [7058] = {.lex_state = 1378}, + [7059] = {.lex_state = 1378}, [7060] = {.lex_state = 30}, - [7061] = {.lex_state = 30}, - [7062] = {.lex_state = 1356}, - [7063] = {.lex_state = 1356}, - [7064] = {.lex_state = 1356}, - [7065] = {.lex_state = 1356}, - [7066] = {.lex_state = 30}, - [7067] = {.lex_state = 30}, - [7068] = {.lex_state = 30}, - [7069] = {.lex_state = 1356}, - [7070] = {.lex_state = 1356}, - [7071] = {.lex_state = 1356}, - [7072] = {.lex_state = 1356}, - [7073] = {.lex_state = 1356}, - [7074] = {.lex_state = 94}, - [7075] = {.lex_state = 94}, - [7076] = {.lex_state = 94}, + [7061] = {.lex_state = 38}, + [7062] = {.lex_state = 30}, + [7063] = {.lex_state = 30}, + [7064] = {.lex_state = 251}, + [7065] = {.lex_state = 1378}, + [7066] = {.lex_state = 1378}, + [7067] = {.lex_state = 251}, + [7068] = {.lex_state = 1378}, + [7069] = {.lex_state = 1378}, + [7070] = {.lex_state = 1378}, + [7071] = {.lex_state = 30}, + [7072] = {.lex_state = 1378}, + [7073] = {.lex_state = 1378}, + [7074] = {.lex_state = 1378}, + [7075] = {.lex_state = 1378}, + [7076] = {.lex_state = 1378}, [7077] = {.lex_state = 30}, - [7078] = {.lex_state = 30}, - [7079] = {.lex_state = 1356}, - [7080] = {.lex_state = 30}, - [7081] = {.lex_state = 1356}, - [7082] = {.lex_state = 1356}, - [7083] = {.lex_state = 1356}, - [7084] = {.lex_state = 30}, - [7085] = {.lex_state = 94}, - [7086] = {.lex_state = 94}, - [7087] = {.lex_state = 94}, - [7088] = {.lex_state = 227}, - [7089] = {.lex_state = 1356}, - [7090] = {.lex_state = 1356}, - [7091] = {.lex_state = 1356}, - [7092] = {.lex_state = 1356}, - [7093] = {.lex_state = 1356}, - [7094] = {.lex_state = 1356}, - [7095] = {.lex_state = 1356}, - [7096] = {.lex_state = 1356}, - [7097] = {.lex_state = 1356}, - [7098] = {.lex_state = 1356}, - [7099] = {.lex_state = 1356}, - [7100] = {.lex_state = 1356}, - [7101] = {.lex_state = 1356}, - [7102] = {.lex_state = 1356}, - [7103] = {.lex_state = 1356}, - [7104] = {.lex_state = 1356}, - [7105] = {.lex_state = 1356}, - [7106] = {.lex_state = 30}, - [7107] = {.lex_state = 1356}, - [7108] = {.lex_state = 1356}, - [7109] = {.lex_state = 1356}, - [7110] = {.lex_state = 1356}, - [7111] = {.lex_state = 1356}, - [7112] = {.lex_state = 94}, - [7113] = {.lex_state = 1356}, - [7114] = {.lex_state = 40}, + [7078] = {.lex_state = 1378}, + [7079] = {.lex_state = 1378}, + [7080] = {.lex_state = 1378}, + [7081] = {.lex_state = 1378}, + [7082] = {.lex_state = 1378}, + [7083] = {.lex_state = 251}, + [7084] = {.lex_state = 1378}, + [7085] = {.lex_state = 1378}, + [7086] = {.lex_state = 1378}, + [7087] = {.lex_state = 30}, + [7088] = {.lex_state = 251}, + [7089] = {.lex_state = 1378}, + [7090] = {.lex_state = 1378}, + [7091] = {.lex_state = 30}, + [7092] = {.lex_state = 1378}, + [7093] = {.lex_state = 1378}, + [7094] = {.lex_state = 30}, + [7095] = {.lex_state = 1378}, + [7096] = {.lex_state = 1378}, + [7097] = {.lex_state = 1378}, + [7098] = {.lex_state = 1378}, + [7099] = {.lex_state = 1378}, + [7100] = {.lex_state = 1378}, + [7101] = {.lex_state = 1378}, + [7102] = {.lex_state = 30}, + [7103] = {.lex_state = 1378}, + [7104] = {.lex_state = 1378}, + [7105] = {.lex_state = 1378}, + [7106] = {.lex_state = 1378}, + [7107] = {.lex_state = 1378}, + [7108] = {.lex_state = 1378}, + [7109] = {.lex_state = 38}, + [7110] = {.lex_state = 1378}, + [7111] = {.lex_state = 1378}, + [7112] = {.lex_state = 1378}, + [7113] = {.lex_state = 1378}, + [7114] = {.lex_state = 1378}, [7115] = {.lex_state = 30}, [7116] = {.lex_state = 30}, - [7117] = {.lex_state = 1356}, - [7118] = {.lex_state = 30}, - [7119] = {.lex_state = 1356}, - [7120] = {.lex_state = 1356}, - [7121] = {.lex_state = 1356}, - [7122] = {.lex_state = 1356}, - [7123] = {.lex_state = 1356}, - [7124] = {.lex_state = 1356}, - [7125] = {.lex_state = 1356}, - [7126] = {.lex_state = 1356}, - [7127] = {.lex_state = 1356}, - [7128] = {.lex_state = 1356}, - [7129] = {.lex_state = 1356}, - [7130] = {.lex_state = 1356}, + [7117] = {.lex_state = 1378}, + [7118] = {.lex_state = 251}, + [7119] = {.lex_state = 38}, + [7120] = {.lex_state = 1378}, + [7121] = {.lex_state = 1378}, + [7122] = {.lex_state = 1378}, + [7123] = {.lex_state = 1378}, + [7124] = {.lex_state = 30}, + [7125] = {.lex_state = 39}, + [7126] = {.lex_state = 1378}, + [7127] = {.lex_state = 1378}, + [7128] = {.lex_state = 1378}, + [7129] = {.lex_state = 1378}, + [7130] = {.lex_state = 30}, [7131] = {.lex_state = 30}, - [7132] = {.lex_state = 30}, - [7133] = {.lex_state = 30}, + [7132] = {.lex_state = 1378}, + [7133] = {.lex_state = 1378}, [7134] = {.lex_state = 30}, - [7135] = {.lex_state = 30}, - [7136] = {.lex_state = 30}, - [7137] = {.lex_state = 30}, - [7138] = {.lex_state = 1370}, - [7139] = {.lex_state = 30}, + [7135] = {.lex_state = 1378}, + [7136] = {.lex_state = 1378}, + [7137] = {.lex_state = 1378}, + [7138] = {.lex_state = 1378}, + [7139] = {.lex_state = 1378}, [7140] = {.lex_state = 30}, - [7141] = {.lex_state = 30}, - [7142] = {.lex_state = 1356}, - [7143] = {.lex_state = 1356}, + [7141] = {.lex_state = 1378}, + [7142] = {.lex_state = 1378}, + [7143] = {.lex_state = 1378}, [7144] = {.lex_state = 30}, - [7145] = {.lex_state = 30}, - [7146] = {.lex_state = 30}, - [7147] = {.lex_state = 30}, + [7145] = {.lex_state = 1378}, + [7146] = {.lex_state = 1378}, + [7147] = {.lex_state = 1378}, [7148] = {.lex_state = 30}, - [7149] = {.lex_state = 30}, - [7150] = {.lex_state = 1356}, - [7151] = {.lex_state = 1356}, - [7152] = {.lex_state = 1356}, - [7153] = {.lex_state = 1356}, - [7154] = {.lex_state = 30}, - [7155] = {.lex_state = 227}, - [7156] = {.lex_state = 30}, - [7157] = {.lex_state = 30}, + [7149] = {.lex_state = 1378}, + [7150] = {.lex_state = 1378}, + [7151] = {.lex_state = 30}, + [7152] = {.lex_state = 1378, .external_lex_state = 18}, + [7153] = {.lex_state = 1378}, + [7154] = {.lex_state = 1378}, + [7155] = {.lex_state = 30}, + [7156] = {.lex_state = 1378}, + [7157] = {.lex_state = 1378}, [7158] = {.lex_state = 30}, - [7159] = {.lex_state = 1356}, - [7160] = {.lex_state = 1356}, - [7161] = {.lex_state = 1356}, - [7162] = {.lex_state = 30}, - [7163] = {.lex_state = 30}, + [7159] = {.lex_state = 1378}, + [7160] = {.lex_state = 1378}, + [7161] = {.lex_state = 30}, + [7162] = {.lex_state = 1378}, + [7163] = {.lex_state = 1378}, [7164] = {.lex_state = 30}, - [7165] = {.lex_state = 1356}, - [7166] = {.lex_state = 1356}, - [7167] = {.lex_state = 30}, - [7168] = {.lex_state = 1356}, - [7169] = {.lex_state = 1356}, - [7170] = {.lex_state = 30}, - [7171] = {.lex_state = 30}, - [7172] = {.lex_state = 30}, - [7173] = {.lex_state = 30}, - [7174] = {.lex_state = 30}, - [7175] = {.lex_state = 1356}, - [7176] = {.lex_state = 1356}, - [7177] = {.lex_state = 1356}, - [7178] = {.lex_state = 30}, - [7179] = {.lex_state = 30}, - [7180] = {.lex_state = 30}, - [7181] = {.lex_state = 30}, - [7182] = {.lex_state = 1356}, - [7183] = {.lex_state = 1356}, - [7184] = {.lex_state = 1356}, - [7185] = {.lex_state = 1356}, - [7186] = {.lex_state = 30}, - [7187] = {.lex_state = 30}, - [7188] = {.lex_state = 30}, - [7189] = {.lex_state = 30}, - [7190] = {.lex_state = 30}, - [7191] = {.lex_state = 30}, - [7192] = {.lex_state = 1356}, - [7193] = {.lex_state = 1356}, - [7194] = {.lex_state = 30}, - [7195] = {.lex_state = 30}, - [7196] = {.lex_state = 30}, - [7197] = {.lex_state = 30}, - [7198] = {.lex_state = 1356}, - [7199] = {.lex_state = 1356}, - [7200] = {.lex_state = 1356}, - [7201] = {.lex_state = 1356}, - [7202] = {.lex_state = 1356}, - [7203] = {.lex_state = 1356}, - [7204] = {.lex_state = 30}, - [7205] = {.lex_state = 30}, - [7206] = {.lex_state = 1356}, - [7207] = {.lex_state = 30}, - [7208] = {.lex_state = 1356}, - [7209] = {.lex_state = 1356}, - [7210] = {.lex_state = 1356}, - [7211] = {.lex_state = 30}, - [7212] = {.lex_state = 40}, - [7213] = {.lex_state = 1356}, - [7214] = {.lex_state = 1356}, - [7215] = {.lex_state = 1356}, - [7216] = {.lex_state = 1356}, - [7217] = {.lex_state = 30}, - [7218] = {.lex_state = 1356}, - [7219] = {.lex_state = 30}, - [7220] = {.lex_state = 30}, - [7221] = {.lex_state = 1356}, - [7222] = {.lex_state = 1356}, - [7223] = {.lex_state = 30}, + [7165] = {.lex_state = 1378}, + [7166] = {.lex_state = 1378}, + [7167] = {.lex_state = 1378}, + [7168] = {.lex_state = 1378}, + [7169] = {.lex_state = 1378}, + [7170] = {.lex_state = 1378}, + [7171] = {.lex_state = 1378}, + [7172] = {.lex_state = 1378}, + [7173] = {.lex_state = 1378}, + [7174] = {.lex_state = 1378}, + [7175] = {.lex_state = 1378}, + [7176] = {.lex_state = 1378}, + [7177] = {.lex_state = 30}, + [7178] = {.lex_state = 1378}, + [7179] = {.lex_state = 1378}, + [7180] = {.lex_state = 1378}, + [7181] = {.lex_state = 1378}, + [7182] = {.lex_state = 1378}, + [7183] = {.lex_state = 30}, + [7184] = {.lex_state = 1378}, + [7185] = {.lex_state = 1378}, + [7186] = {.lex_state = 1378}, + [7187] = {.lex_state = 1378}, + [7188] = {.lex_state = 1378}, + [7189] = {.lex_state = 1378}, + [7190] = {.lex_state = 1378}, + [7191] = {.lex_state = 1378}, + [7192] = {.lex_state = 251}, + [7193] = {.lex_state = 1378}, + [7194] = {.lex_state = 1378}, + [7195] = {.lex_state = 1378}, + [7196] = {.lex_state = 1378}, + [7197] = {.lex_state = 1378}, + [7198] = {.lex_state = 1378}, + [7199] = {.lex_state = 1378}, + [7200] = {.lex_state = 1378}, + [7201] = {.lex_state = 1378}, + [7202] = {.lex_state = 1378}, + [7203] = {.lex_state = 1378}, + [7204] = {.lex_state = 1378}, + [7205] = {.lex_state = 1378}, + [7206] = {.lex_state = 38}, + [7207] = {.lex_state = 1378}, + [7208] = {.lex_state = 1378}, + [7209] = {.lex_state = 1378}, + [7210] = {.lex_state = 1378}, + [7211] = {.lex_state = 1378}, + [7212] = {.lex_state = 1378}, + [7213] = {.lex_state = 1378}, + [7214] = {.lex_state = 1378}, + [7215] = {.lex_state = 1378}, + [7216] = {.lex_state = 1378, .external_lex_state = 18}, + [7217] = {.lex_state = 1378}, + [7218] = {.lex_state = 30}, + [7219] = {.lex_state = 1378}, + [7220] = {.lex_state = 1378}, + [7221] = {.lex_state = 1378}, + [7222] = {.lex_state = 1378}, + [7223] = {.lex_state = 1378}, [7224] = {.lex_state = 30}, [7225] = {.lex_state = 30}, - [7226] = {.lex_state = 94}, - [7227] = {.lex_state = 1356}, - [7228] = {.lex_state = 1356}, - [7229] = {.lex_state = 1356}, - [7230] = {.lex_state = 1356}, + [7226] = {.lex_state = 1378}, + [7227] = {.lex_state = 30}, + [7228] = {.lex_state = 1378}, + [7229] = {.lex_state = 1378}, + [7230] = {.lex_state = 251}, [7231] = {.lex_state = 30}, - [7232] = {.lex_state = 30}, - [7233] = {.lex_state = 1356}, - [7234] = {.lex_state = 1356}, - [7235] = {.lex_state = 1356}, - [7236] = {.lex_state = 1356}, - [7237] = {.lex_state = 1356}, - [7238] = {.lex_state = 1356}, - [7239] = {.lex_state = 1356}, - [7240] = {.lex_state = 141}, - [7241] = {.lex_state = 30}, - [7242] = {(TSStateId)(-1)}, - [7243] = {(TSStateId)(-1)}, - [7244] = {(TSStateId)(-1)}, - [7245] = {(TSStateId)(-1)}, - [7246] = {(TSStateId)(-1)}, + [7232] = {.lex_state = 1378}, + [7233] = {.lex_state = 251}, + [7234] = {.lex_state = 39}, + [7235] = {.lex_state = 30}, + [7236] = {.lex_state = 30}, + [7237] = {.lex_state = 30}, + [7238] = {.lex_state = 1378}, + [7239] = {.lex_state = 1378}, + [7240] = {.lex_state = 1378}, + [7241] = {.lex_state = 1378}, + [7242] = {.lex_state = 1378}, + [7243] = {.lex_state = 38}, + [7244] = {.lex_state = 1378}, + [7245] = {.lex_state = 1378}, + [7246] = {.lex_state = 1378}, + [7247] = {.lex_state = 1378}, + [7248] = {.lex_state = 1378}, + [7249] = {.lex_state = 1378}, + [7250] = {.lex_state = 1378}, + [7251] = {.lex_state = 1378}, + [7252] = {.lex_state = 251}, + [7253] = {.lex_state = 1378}, + [7254] = {.lex_state = 251}, + [7255] = {.lex_state = 1378}, + [7256] = {.lex_state = 30}, + [7257] = {.lex_state = 1378}, + [7258] = {.lex_state = 30}, + [7259] = {.lex_state = 30}, + [7260] = {.lex_state = 1378}, + [7261] = {.lex_state = 1378}, + [7262] = {.lex_state = 1378}, + [7263] = {.lex_state = 1378}, + [7264] = {.lex_state = 30}, + [7265] = {.lex_state = 30}, + [7266] = {.lex_state = 1378}, + [7267] = {.lex_state = 1378}, + [7268] = {.lex_state = 1378}, + [7269] = {.lex_state = 1378}, + [7270] = {.lex_state = 30}, + [7271] = {.lex_state = 30}, + [7272] = {.lex_state = 30}, + [7273] = {.lex_state = 1378}, + [7274] = {.lex_state = 1378}, + [7275] = {.lex_state = 1378}, + [7276] = {.lex_state = 39}, + [7277] = {.lex_state = 1378}, + [7278] = {.lex_state = 1378}, + [7279] = {.lex_state = 1378}, + [7280] = {.lex_state = 1378}, + [7281] = {.lex_state = 1378}, + [7282] = {.lex_state = 1378}, + [7283] = {.lex_state = 1378}, + [7284] = {.lex_state = 1378}, + [7285] = {.lex_state = 1378}, + [7286] = {.lex_state = 1378}, + [7287] = {.lex_state = 1378}, + [7288] = {.lex_state = 1378}, + [7289] = {.lex_state = 1378}, + [7290] = {.lex_state = 1378}, + [7291] = {.lex_state = 1378}, + [7292] = {.lex_state = 1378}, + [7293] = {.lex_state = 30}, + [7294] = {.lex_state = 1378}, + [7295] = {.lex_state = 30}, + [7296] = {.lex_state = 30}, + [7297] = {.lex_state = 1378}, + [7298] = {.lex_state = 1378}, + [7299] = {.lex_state = 1378}, + [7300] = {.lex_state = 1378}, + [7301] = {.lex_state = 1378}, + [7302] = {.lex_state = 1378}, + [7303] = {.lex_state = 39}, + [7304] = {.lex_state = 1378}, + [7305] = {.lex_state = 30}, + [7306] = {.lex_state = 1378}, + [7307] = {.lex_state = 1378}, + [7308] = {.lex_state = 1378}, + [7309] = {.lex_state = 30}, + [7310] = {.lex_state = 30}, + [7311] = {.lex_state = 1378}, + [7312] = {.lex_state = 1378}, + [7313] = {.lex_state = 30}, + [7314] = {.lex_state = 1378}, + [7315] = {.lex_state = 1378}, + [7316] = {.lex_state = 1378}, + [7317] = {.lex_state = 1378}, + [7318] = {.lex_state = 1378}, + [7319] = {.lex_state = 1378}, + [7320] = {.lex_state = 1378}, + [7321] = {.lex_state = 30}, + [7322] = {.lex_state = 30}, + [7323] = {.lex_state = 1378}, + [7324] = {.lex_state = 1378}, + [7325] = {.lex_state = 30}, + [7326] = {.lex_state = 1378}, + [7327] = {.lex_state = 1378}, + [7328] = {.lex_state = 1378}, + [7329] = {.lex_state = 1378}, + [7330] = {.lex_state = 106}, + [7331] = {.lex_state = 1378}, + [7332] = {.lex_state = 1378}, + [7333] = {.lex_state = 30}, + [7334] = {.lex_state = 1378}, + [7335] = {.lex_state = 30}, + [7336] = {.lex_state = 30}, + [7337] = {.lex_state = 1378}, + [7338] = {.lex_state = 30}, + [7339] = {.lex_state = 30}, + [7340] = {.lex_state = 30}, + [7341] = {.lex_state = 30}, + [7342] = {.lex_state = 30}, + [7343] = {.lex_state = 30}, + [7344] = {.lex_state = 1378}, + [7345] = {.lex_state = 1378}, + [7346] = {.lex_state = 1378}, + [7347] = {.lex_state = 1378}, + [7348] = {.lex_state = 1378}, + [7349] = {.lex_state = 1378}, + [7350] = {.lex_state = 1378}, + [7351] = {.lex_state = 1378}, + [7352] = {.lex_state = 1378}, + [7353] = {.lex_state = 1378}, + [7354] = {.lex_state = 30}, + [7355] = {.lex_state = 1378}, + [7356] = {.lex_state = 30}, + [7357] = {.lex_state = 1378}, + [7358] = {.lex_state = 30}, + [7359] = {.lex_state = 30}, + [7360] = {.lex_state = 1378}, + [7361] = {.lex_state = 1378}, + [7362] = {.lex_state = 30}, + [7363] = {.lex_state = 1378}, + [7364] = {.lex_state = 30}, + [7365] = {.lex_state = 1378}, + [7366] = {.lex_state = 30}, + [7367] = {.lex_state = 30}, + [7368] = {.lex_state = 30}, + [7369] = {.lex_state = 1378}, + [7370] = {.lex_state = 1378}, + [7371] = {.lex_state = 30}, + [7372] = {.lex_state = 1378}, + [7373] = {.lex_state = 1378}, + [7374] = {.lex_state = 1378}, + [7375] = {.lex_state = 1378}, + [7376] = {.lex_state = 1378}, + [7377] = {.lex_state = 30}, + [7378] = {.lex_state = 1378}, + [7379] = {.lex_state = 1378}, + [7380] = {.lex_state = 1378}, + [7381] = {.lex_state = 1378}, + [7382] = {.lex_state = 1378}, + [7383] = {.lex_state = 1378}, + [7384] = {.lex_state = 1378}, + [7385] = {.lex_state = 30}, + [7386] = {.lex_state = 1378}, + [7387] = {.lex_state = 1378}, + [7388] = {.lex_state = 1378}, + [7389] = {.lex_state = 1378}, + [7390] = {.lex_state = 1378}, + [7391] = {.lex_state = 1378}, + [7392] = {.lex_state = 1378}, + [7393] = {.lex_state = 1378}, + [7394] = {.lex_state = 30}, + [7395] = {.lex_state = 1378}, + [7396] = {.lex_state = 39}, + [7397] = {.lex_state = 1378}, + [7398] = {.lex_state = 30}, + [7399] = {.lex_state = 1378}, + [7400] = {.lex_state = 1378}, + [7401] = {.lex_state = 30}, + [7402] = {.lex_state = 1378}, + [7403] = {.lex_state = 30}, + [7404] = {.lex_state = 30}, + [7405] = {.lex_state = 30}, + [7406] = {.lex_state = 30}, + [7407] = {.lex_state = 30}, + [7408] = {.lex_state = 1378}, + [7409] = {.lex_state = 1378}, + [7410] = {.lex_state = 1378}, + [7411] = {.lex_state = 1378}, + [7412] = {.lex_state = 1378}, + [7413] = {.lex_state = 1378}, + [7414] = {.lex_state = 1378}, + [7415] = {.lex_state = 1378}, + [7416] = {.lex_state = 1378}, + [7417] = {.lex_state = 1378}, + [7418] = {.lex_state = 1378}, + [7419] = {.lex_state = 39}, + [7420] = {.lex_state = 1378}, + [7421] = {.lex_state = 1378}, + [7422] = {.lex_state = 1378}, + [7423] = {.lex_state = 1378}, + [7424] = {.lex_state = 1378}, + [7425] = {.lex_state = 1378}, + [7426] = {.lex_state = 30}, + [7427] = {.lex_state = 1378}, + [7428] = {.lex_state = 1378}, + [7429] = {.lex_state = 1378}, + [7430] = {.lex_state = 1378}, + [7431] = {.lex_state = 1378}, + [7432] = {.lex_state = 1378}, + [7433] = {.lex_state = 1378}, + [7434] = {.lex_state = 1378}, + [7435] = {.lex_state = 1378}, + [7436] = {.lex_state = 1378}, + [7437] = {.lex_state = 1378}, + [7438] = {.lex_state = 30}, + [7439] = {.lex_state = 1378}, + [7440] = {.lex_state = 1378}, + [7441] = {.lex_state = 30}, + [7442] = {.lex_state = 30}, + [7443] = {.lex_state = 1378}, + [7444] = {.lex_state = 1378}, + [7445] = {.lex_state = 30}, + [7446] = {.lex_state = 1378}, + [7447] = {.lex_state = 1378}, + [7448] = {.lex_state = 1378}, + [7449] = {.lex_state = 1378}, + [7450] = {.lex_state = 1378}, + [7451] = {.lex_state = 1378}, + [7452] = {.lex_state = 1378}, + [7453] = {.lex_state = 39}, + [7454] = {.lex_state = 1378}, + [7455] = {.lex_state = 1378}, + [7456] = {.lex_state = 1378}, + [7457] = {.lex_state = 1378}, + [7458] = {.lex_state = 30}, + [7459] = {.lex_state = 1378}, + [7460] = {.lex_state = 1378}, + [7461] = {.lex_state = 1378}, + [7462] = {.lex_state = 1378}, + [7463] = {.lex_state = 30}, + [7464] = {.lex_state = 1378}, + [7465] = {.lex_state = 1378}, + [7466] = {.lex_state = 1378}, + [7467] = {.lex_state = 1378}, + [7468] = {.lex_state = 1378}, + [7469] = {.lex_state = 1378}, + [7470] = {.lex_state = 1378}, + [7471] = {.lex_state = 1378}, + [7472] = {.lex_state = 30}, + [7473] = {.lex_state = 1378}, + [7474] = {.lex_state = 1378}, + [7475] = {.lex_state = 1378}, + [7476] = {.lex_state = 30}, + [7477] = {.lex_state = 1378}, + [7478] = {.lex_state = 1378}, + [7479] = {.lex_state = 30}, + [7480] = {.lex_state = 1378}, + [7481] = {.lex_state = 1378}, + [7482] = {.lex_state = 30}, + [7483] = {.lex_state = 1378}, + [7484] = {.lex_state = 30}, + [7485] = {.lex_state = 106}, + [7486] = {.lex_state = 1378}, + [7487] = {.lex_state = 30}, + [7488] = {.lex_state = 39}, + [7489] = {.lex_state = 1378}, + [7490] = {.lex_state = 1378}, + [7491] = {.lex_state = 1378}, + [7492] = {.lex_state = 30}, + [7493] = {.lex_state = 30}, + [7494] = {.lex_state = 1378}, + [7495] = {.lex_state = 1378}, + [7496] = {.lex_state = 1378}, + [7497] = {.lex_state = 1378}, + [7498] = {.lex_state = 1378}, + [7499] = {.lex_state = 1378}, + [7500] = {.lex_state = 1378}, + [7501] = {.lex_state = 1378}, + [7502] = {.lex_state = 1378}, + [7503] = {.lex_state = 1378}, + [7504] = {.lex_state = 30}, + [7505] = {.lex_state = 30}, + [7506] = {.lex_state = 30}, + [7507] = {.lex_state = 1378}, + [7508] = {.lex_state = 1378}, + [7509] = {.lex_state = 1378}, + [7510] = {.lex_state = 1378}, + [7511] = {.lex_state = 30}, + [7512] = {.lex_state = 30}, + [7513] = {.lex_state = 1378}, + [7514] = {.lex_state = 1378}, + [7515] = {.lex_state = 1378}, + [7516] = {.lex_state = 30}, + [7517] = {.lex_state = 1378}, + [7518] = {.lex_state = 1378}, + [7519] = {.lex_state = 1378}, + [7520] = {.lex_state = 1378}, + [7521] = {.lex_state = 1378}, + [7522] = {.lex_state = 37}, + [7523] = {.lex_state = 30}, + [7524] = {.lex_state = 30}, + [7525] = {.lex_state = 1378}, + [7526] = {.lex_state = 1378}, + [7527] = {.lex_state = 1378}, + [7528] = {.lex_state = 30}, + [7529] = {.lex_state = 1378}, + [7530] = {.lex_state = 30}, + [7531] = {.lex_state = 30}, + [7532] = {.lex_state = 1378}, + [7533] = {.lex_state = 1378}, + [7534] = {.lex_state = 1378}, + [7535] = {.lex_state = 1378}, + [7536] = {.lex_state = 1378}, + [7537] = {.lex_state = 30}, + [7538] = {.lex_state = 1378}, + [7539] = {.lex_state = 1378}, + [7540] = {.lex_state = 1378}, + [7541] = {.lex_state = 30}, + [7542] = {.lex_state = 1378}, + [7543] = {.lex_state = 30}, + [7544] = {.lex_state = 30}, + [7545] = {.lex_state = 30}, + [7546] = {.lex_state = 1378}, + [7547] = {.lex_state = 1378}, + [7548] = {.lex_state = 1378}, + [7549] = {.lex_state = 30}, + [7550] = {.lex_state = 1378}, + [7551] = {.lex_state = 1378}, + [7552] = {.lex_state = 1378}, + [7553] = {.lex_state = 1378}, + [7554] = {.lex_state = 1378}, + [7555] = {.lex_state = 30}, + [7556] = {.lex_state = 1378}, + [7557] = {.lex_state = 1378}, + [7558] = {.lex_state = 37}, + [7559] = {.lex_state = 30}, + [7560] = {.lex_state = 30}, + [7561] = {.lex_state = 1378}, + [7562] = {.lex_state = 1378}, + [7563] = {.lex_state = 1378}, + [7564] = {.lex_state = 1378}, + [7565] = {.lex_state = 1378}, + [7566] = {.lex_state = 1378}, + [7567] = {.lex_state = 1378}, + [7568] = {.lex_state = 30}, + [7569] = {.lex_state = 30}, + [7570] = {.lex_state = 1378}, + [7571] = {.lex_state = 30}, + [7572] = {.lex_state = 30}, + [7573] = {.lex_state = 1378}, + [7574] = {.lex_state = 1378}, + [7575] = {.lex_state = 1378}, + [7576] = {.lex_state = 1378}, + [7577] = {.lex_state = 1378}, + [7578] = {.lex_state = 30}, + [7579] = {.lex_state = 1378}, + [7580] = {.lex_state = 30}, + [7581] = {.lex_state = 30}, + [7582] = {.lex_state = 1378}, + [7583] = {.lex_state = 30}, + [7584] = {.lex_state = 30}, + [7585] = {.lex_state = 1378}, + [7586] = {.lex_state = 30}, + [7587] = {.lex_state = 1378}, + [7588] = {.lex_state = 1378}, + [7589] = {.lex_state = 1378}, + [7590] = {.lex_state = 1378}, + [7591] = {.lex_state = 30}, + [7592] = {.lex_state = 30}, + [7593] = {.lex_state = 1378}, + [7594] = {.lex_state = 1378}, + [7595] = {.lex_state = 1378}, + [7596] = {.lex_state = 30}, + [7597] = {.lex_state = 1378}, + [7598] = {.lex_state = 30}, + [7599] = {.lex_state = 30}, + [7600] = {.lex_state = 30}, + [7601] = {.lex_state = 30}, + [7602] = {.lex_state = 1378}, + [7603] = {.lex_state = 1378}, + [7604] = {.lex_state = 255}, + [7605] = {.lex_state = 1378}, + [7606] = {.lex_state = 1378}, + [7607] = {.lex_state = 1378}, + [7608] = {.lex_state = 30}, + [7609] = {.lex_state = 1378}, + [7610] = {.lex_state = 1378}, + [7611] = {.lex_state = 1378}, + [7612] = {.lex_state = 1378}, + [7613] = {.lex_state = 30}, + [7614] = {.lex_state = 1378}, + [7615] = {.lex_state = 1378}, + [7616] = {.lex_state = 30}, + [7617] = {.lex_state = 30}, + [7618] = {.lex_state = 1378}, + [7619] = {.lex_state = 1378}, + [7620] = {.lex_state = 30}, + [7621] = {.lex_state = 1378}, + [7622] = {.lex_state = 1378}, + [7623] = {.lex_state = 1378}, + [7624] = {.lex_state = 30}, + [7625] = {.lex_state = 1378}, + [7626] = {.lex_state = 39}, + [7627] = {.lex_state = 1378}, + [7628] = {.lex_state = 30}, + [7629] = {.lex_state = 1378}, + [7630] = {.lex_state = 1378}, + [7631] = {.lex_state = 30}, + [7632] = {.lex_state = 30}, + [7633] = {.lex_state = 1378}, + [7634] = {.lex_state = 1378}, + [7635] = {.lex_state = 1378}, + [7636] = {.lex_state = 1378}, + [7637] = {.lex_state = 30}, + [7638] = {.lex_state = 1378}, + [7639] = {.lex_state = 30}, + [7640] = {.lex_state = 30}, + [7641] = {.lex_state = 1378}, + [7642] = {.lex_state = 1378}, + [7643] = {.lex_state = 1378}, + [7644] = {.lex_state = 1378}, + [7645] = {.lex_state = 1378}, + [7646] = {.lex_state = 1378}, + [7647] = {.lex_state = 1378}, + [7648] = {.lex_state = 30}, + [7649] = {.lex_state = 1378}, + [7650] = {.lex_state = 1378}, + [7651] = {.lex_state = 1378}, + [7652] = {.lex_state = 1378}, + [7653] = {.lex_state = 1378}, + [7654] = {.lex_state = 1378}, + [7655] = {.lex_state = 1378}, + [7656] = {.lex_state = 1378}, + [7657] = {.lex_state = 30}, + [7658] = {.lex_state = 1378}, + [7659] = {.lex_state = 1378}, + [7660] = {.lex_state = 1378}, + [7661] = {.lex_state = 39}, + [7662] = {.lex_state = 30}, + [7663] = {.lex_state = 30}, + [7664] = {.lex_state = 1378}, + [7665] = {.lex_state = 1378}, + [7666] = {.lex_state = 39}, + [7667] = {.lex_state = 30}, + [7668] = {.lex_state = 1378}, + [7669] = {.lex_state = 30}, + [7670] = {.lex_state = 1378}, + [7671] = {.lex_state = 30}, + [7672] = {.lex_state = 1378}, + [7673] = {.lex_state = 30}, + [7674] = {.lex_state = 30}, + [7675] = {.lex_state = 30}, + [7676] = {.lex_state = 30}, + [7677] = {.lex_state = 1378}, + [7678] = {.lex_state = 30}, + [7679] = {.lex_state = 1378}, + [7680] = {.lex_state = 1378}, + [7681] = {.lex_state = 1378}, + [7682] = {.lex_state = 1378}, + [7683] = {.lex_state = 1378}, + [7684] = {.lex_state = 30}, + [7685] = {.lex_state = 30}, + [7686] = {.lex_state = 30}, + [7687] = {.lex_state = 30}, + [7688] = {.lex_state = 30}, + [7689] = {.lex_state = 30}, + [7690] = {.lex_state = 30}, + [7691] = {.lex_state = 30}, + [7692] = {.lex_state = 1378}, + [7693] = {.lex_state = 1378}, + [7694] = {.lex_state = 1378}, + [7695] = {.lex_state = 1378}, + [7696] = {.lex_state = 1378}, + [7697] = {.lex_state = 30}, + [7698] = {.lex_state = 30}, + [7699] = {.lex_state = 30}, + [7700] = {.lex_state = 30}, + [7701] = {.lex_state = 30}, + [7702] = {.lex_state = 30}, + [7703] = {.lex_state = 1378}, + [7704] = {.lex_state = 30}, + [7705] = {.lex_state = 30}, + [7706] = {.lex_state = 30}, + [7707] = {.lex_state = 1378}, + [7708] = {.lex_state = 1378}, + [7709] = {.lex_state = 30}, + [7710] = {.lex_state = 30}, + [7711] = {.lex_state = 1378}, + [7712] = {.lex_state = 1378}, + [7713] = {.lex_state = 37}, + [7714] = {.lex_state = 30}, + [7715] = {.lex_state = 30}, + [7716] = {.lex_state = 106}, + [7717] = {.lex_state = 106}, + [7718] = {.lex_state = 37}, + [7719] = {.lex_state = 1378}, + [7720] = {.lex_state = 30}, + [7721] = {.lex_state = 1378}, + [7722] = {.lex_state = 30}, + [7723] = {.lex_state = 106}, + [7724] = {.lex_state = 106}, + [7725] = {.lex_state = 106}, + [7726] = {.lex_state = 30}, + [7727] = {.lex_state = 30}, + [7728] = {.lex_state = 1378}, + [7729] = {.lex_state = 1378}, + [7730] = {.lex_state = 106}, + [7731] = {.lex_state = 1378}, + [7732] = {.lex_state = 30}, + [7733] = {.lex_state = 1378}, + [7734] = {.lex_state = 1378}, + [7735] = {.lex_state = 30}, + [7736] = {.lex_state = 30}, + [7737] = {.lex_state = 106}, + [7738] = {.lex_state = 106}, + [7739] = {.lex_state = 106}, + [7740] = {.lex_state = 1378}, + [7741] = {.lex_state = 30}, + [7742] = {.lex_state = 1378}, + [7743] = {.lex_state = 30}, + [7744] = {.lex_state = 1378}, + [7745] = {.lex_state = 30}, + [7746] = {.lex_state = 30}, + [7747] = {.lex_state = 30}, + [7748] = {.lex_state = 30}, + [7749] = {.lex_state = 1378}, + [7750] = {.lex_state = 1378}, + [7751] = {.lex_state = 1378}, + [7752] = {.lex_state = 1378}, + [7753] = {.lex_state = 30}, + [7754] = {.lex_state = 1378}, + [7755] = {.lex_state = 30}, + [7756] = {.lex_state = 30}, + [7757] = {.lex_state = 30}, + [7758] = {.lex_state = 1378}, + [7759] = {.lex_state = 1378}, + [7760] = {.lex_state = 30}, + [7761] = {.lex_state = 106}, + [7762] = {.lex_state = 30}, + [7763] = {.lex_state = 1378}, + [7764] = {.lex_state = 30}, + [7765] = {.lex_state = 30}, + [7766] = {.lex_state = 30}, + [7767] = {.lex_state = 30}, + [7768] = {.lex_state = 30}, + [7769] = {.lex_state = 1378}, + [7770] = {.lex_state = 30}, + [7771] = {.lex_state = 1378}, + [7772] = {.lex_state = 30}, + [7773] = {.lex_state = 106}, + [7774] = {.lex_state = 106}, + [7775] = {.lex_state = 106}, + [7776] = {.lex_state = 30}, + [7777] = {.lex_state = 30}, + [7778] = {.lex_state = 1378}, + [7779] = {.lex_state = 30}, + [7780] = {.lex_state = 30}, + [7781] = {.lex_state = 1378}, + [7782] = {.lex_state = 1378}, + [7783] = {.lex_state = 30}, + [7784] = {.lex_state = 30}, + [7785] = {.lex_state = 106}, + [7786] = {.lex_state = 106}, + [7787] = {.lex_state = 106}, + [7788] = {.lex_state = 30}, + [7789] = {.lex_state = 30}, + [7790] = {.lex_state = 1378}, + [7791] = {.lex_state = 30}, + [7792] = {.lex_state = 30}, + [7793] = {.lex_state = 1378}, + [7794] = {.lex_state = 1378}, + [7795] = {.lex_state = 30}, + [7796] = {.lex_state = 1378, .external_lex_state = 18}, + [7797] = {.lex_state = 1378}, + [7798] = {.lex_state = 1378}, + [7799] = {.lex_state = 1378}, + [7800] = {.lex_state = 1378}, + [7801] = {.lex_state = 1378}, + [7802] = {.lex_state = 30}, + [7803] = {.lex_state = 30}, + [7804] = {.lex_state = 30}, + [7805] = {.lex_state = 1378}, + [7806] = {.lex_state = 1378}, + [7807] = {.lex_state = 30}, + [7808] = {.lex_state = 30}, + [7809] = {.lex_state = 1378}, + [7810] = {.lex_state = 30}, + [7811] = {.lex_state = 1378}, + [7812] = {.lex_state = 30}, + [7813] = {.lex_state = 30}, + [7814] = {.lex_state = 30}, + [7815] = {.lex_state = 1378}, + [7816] = {.lex_state = 1378}, + [7817] = {.lex_state = 1378}, + [7818] = {.lex_state = 255}, + [7819] = {.lex_state = 1378}, + [7820] = {.lex_state = 106}, + [7821] = {.lex_state = 106}, + [7822] = {.lex_state = 106}, + [7823] = {.lex_state = 30}, + [7824] = {.lex_state = 30}, + [7825] = {.lex_state = 30}, + [7826] = {.lex_state = 30}, + [7827] = {.lex_state = 1378}, + [7828] = {.lex_state = 1378}, + [7829] = {.lex_state = 1378}, + [7830] = {.lex_state = 30}, + [7831] = {.lex_state = 106}, + [7832] = {.lex_state = 106}, + [7833] = {.lex_state = 106}, + [7834] = {.lex_state = 1378}, + [7835] = {.lex_state = 30}, + [7836] = {.lex_state = 106}, + [7837] = {.lex_state = 30}, + [7838] = {.lex_state = 1378}, + [7839] = {.lex_state = 30}, + [7840] = {.lex_state = 30}, + [7841] = {.lex_state = 1378}, + [7842] = {.lex_state = 1378}, + [7843] = {.lex_state = 1378}, + [7844] = {.lex_state = 30}, + [7845] = {.lex_state = 1378}, + [7846] = {.lex_state = 1378}, + [7847] = {.lex_state = 30}, + [7848] = {.lex_state = 30}, + [7849] = {.lex_state = 30}, + [7850] = {.lex_state = 1378}, + [7851] = {.lex_state = 30}, + [7852] = {.lex_state = 30}, + [7853] = {.lex_state = 1378}, + [7854] = {.lex_state = 30}, + [7855] = {.lex_state = 30}, + [7856] = {.lex_state = 1378}, + [7857] = {.lex_state = 30}, + [7858] = {.lex_state = 30}, + [7859] = {.lex_state = 1378}, + [7860] = {.lex_state = 1378}, + [7861] = {.lex_state = 1378}, + [7862] = {.lex_state = 1378}, + [7863] = {.lex_state = 30}, + [7864] = {.lex_state = 30}, + [7865] = {.lex_state = 106}, + [7866] = {.lex_state = 106}, + [7867] = {.lex_state = 106}, + [7868] = {.lex_state = 30}, + [7869] = {.lex_state = 30}, + [7870] = {.lex_state = 1378}, + [7871] = {.lex_state = 30}, + [7872] = {.lex_state = 1378}, + [7873] = {.lex_state = 1378}, + [7874] = {.lex_state = 30}, + [7875] = {.lex_state = 30}, + [7876] = {.lex_state = 106}, + [7877] = {.lex_state = 106}, + [7878] = {.lex_state = 106}, + [7879] = {.lex_state = 30}, + [7880] = {.lex_state = 30}, + [7881] = {.lex_state = 1378}, + [7882] = {.lex_state = 1378}, + [7883] = {.lex_state = 1378}, + [7884] = {.lex_state = 1378}, + [7885] = {.lex_state = 1378}, + [7886] = {.lex_state = 1378}, + [7887] = {.lex_state = 1378}, + [7888] = {.lex_state = 1378}, + [7889] = {.lex_state = 30}, + [7890] = {.lex_state = 1378}, + [7891] = {.lex_state = 30}, + [7892] = {.lex_state = 1378}, + [7893] = {.lex_state = 30}, + [7894] = {.lex_state = 1378}, + [7895] = {.lex_state = 1378}, + [7896] = {.lex_state = 1378}, + [7897] = {.lex_state = 1378}, + [7898] = {.lex_state = 1378}, + [7899] = {.lex_state = 1378}, + [7900] = {.lex_state = 1378}, + [7901] = {.lex_state = 30}, + [7902] = {.lex_state = 1378}, + [7903] = {.lex_state = 30}, + [7904] = {.lex_state = 1378}, + [7905] = {.lex_state = 1378}, + [7906] = {.lex_state = 1378}, + [7907] = {.lex_state = 1378}, + [7908] = {.lex_state = 1378}, + [7909] = {.lex_state = 37}, + [7910] = {.lex_state = 30}, + [7911] = {.lex_state = 1378}, + [7912] = {.lex_state = 30}, + [7913] = {.lex_state = 1378}, + [7914] = {.lex_state = 30}, + [7915] = {.lex_state = 1378}, + [7916] = {.lex_state = 1378}, + [7917] = {.lex_state = 1378}, + [7918] = {.lex_state = 1378}, + [7919] = {.lex_state = 1378}, + [7920] = {.lex_state = 30}, + [7921] = {.lex_state = 1378}, + [7922] = {.lex_state = 1378}, + [7923] = {.lex_state = 30}, + [7924] = {.lex_state = 30}, + [7925] = {.lex_state = 1378}, + [7926] = {.lex_state = 1378}, + [7927] = {.lex_state = 1378}, + [7928] = {.lex_state = 1378}, + [7929] = {.lex_state = 106}, + [7930] = {.lex_state = 1378}, + [7931] = {.lex_state = 106}, + [7932] = {.lex_state = 39}, + [7933] = {.lex_state = 30}, + [7934] = {.lex_state = 1378}, + [7935] = {.lex_state = 1378}, + [7936] = {.lex_state = 30}, + [7937] = {.lex_state = 1392}, + [7938] = {.lex_state = 30}, + [7939] = {.lex_state = 30}, + [7940] = {.lex_state = 30}, + [7941] = {.lex_state = 1378}, + [7942] = {.lex_state = 30}, + [7943] = {.lex_state = 1378}, + [7944] = {.lex_state = 30}, + [7945] = {.lex_state = 30}, + [7946] = {.lex_state = 30}, + [7947] = {.lex_state = 1378}, + [7948] = {.lex_state = 30}, + [7949] = {.lex_state = 30}, + [7950] = {.lex_state = 1378}, + [7951] = {.lex_state = 1378}, + [7952] = {.lex_state = 30}, + [7953] = {.lex_state = 30}, + [7954] = {.lex_state = 1378}, + [7955] = {.lex_state = 30}, + [7956] = {.lex_state = 30}, + [7957] = {.lex_state = 30}, + [7958] = {.lex_state = 1378}, + [7959] = {.lex_state = 1378}, + [7960] = {.lex_state = 1378}, + [7961] = {.lex_state = 30}, + [7962] = {.lex_state = 30}, + [7963] = {.lex_state = 30}, + [7964] = {.lex_state = 1378}, + [7965] = {.lex_state = 30}, + [7966] = {.lex_state = 1378}, + [7967] = {.lex_state = 30}, + [7968] = {.lex_state = 1378}, + [7969] = {.lex_state = 30}, + [7970] = {.lex_state = 30}, + [7971] = {.lex_state = 30}, + [7972] = {.lex_state = 30}, + [7973] = {.lex_state = 30}, + [7974] = {.lex_state = 1378}, + [7975] = {.lex_state = 1378}, + [7976] = {.lex_state = 1378}, + [7977] = {.lex_state = 30}, + [7978] = {.lex_state = 30}, + [7979] = {.lex_state = 30}, + [7980] = {.lex_state = 1378}, + [7981] = {.lex_state = 30}, + [7982] = {.lex_state = 1378}, + [7983] = {.lex_state = 1378}, + [7984] = {.lex_state = 1378}, + [7985] = {.lex_state = 30}, + [7986] = {.lex_state = 30}, + [7987] = {.lex_state = 30}, + [7988] = {.lex_state = 30}, + [7989] = {.lex_state = 30}, + [7990] = {.lex_state = 1378}, + [7991] = {.lex_state = 1378}, + [7992] = {.lex_state = 30}, + [7993] = {.lex_state = 30}, + [7994] = {.lex_state = 30}, + [7995] = {.lex_state = 30}, + [7996] = {.lex_state = 30}, + [7997] = {.lex_state = 30}, + [7998] = {.lex_state = 30}, + [7999] = {.lex_state = 30}, + [8000] = {.lex_state = 255}, + [8001] = {.lex_state = 1378}, + [8002] = {.lex_state = 30}, + [8003] = {.lex_state = 1378}, + [8004] = {.lex_state = 1378}, + [8005] = {.lex_state = 1378}, + [8006] = {.lex_state = 30}, + [8007] = {.lex_state = 1378}, + [8008] = {.lex_state = 30}, + [8009] = {.lex_state = 30}, + [8010] = {.lex_state = 30}, + [8011] = {.lex_state = 1378}, + [8012] = {.lex_state = 30}, + [8013] = {.lex_state = 30}, + [8014] = {.lex_state = 1378}, + [8015] = {.lex_state = 30}, + [8016] = {.lex_state = 30}, + [8017] = {.lex_state = 30}, + [8018] = {.lex_state = 30}, + [8019] = {.lex_state = 30}, + [8020] = {.lex_state = 30}, + [8021] = {.lex_state = 106}, + [8022] = {.lex_state = 1378}, + [8023] = {.lex_state = 30}, + [8024] = {.lex_state = 30}, + [8025] = {.lex_state = 1378}, + [8026] = {.lex_state = 1378}, + [8027] = {.lex_state = 30}, + [8028] = {.lex_state = 30}, + [8029] = {.lex_state = 30}, + [8030] = {.lex_state = 30}, + [8031] = {.lex_state = 30}, + [8032] = {.lex_state = 30}, + [8033] = {.lex_state = 1378}, + [8034] = {.lex_state = 30}, + [8035] = {.lex_state = 30}, + [8036] = {.lex_state = 1378}, + [8037] = {.lex_state = 30}, + [8038] = {.lex_state = 106}, + [8039] = {.lex_state = 1378}, + [8040] = {.lex_state = 30}, + [8041] = {.lex_state = 1378}, + [8042] = {.lex_state = 1378}, + [8043] = {.lex_state = 157}, + [8044] = {.lex_state = 106}, + [8045] = {(TSStateId)(-1)}, + [8046] = {(TSStateId)(-1)}, + [8047] = {(TSStateId)(-1)}, + [8048] = {(TSStateId)(-1)}, + [8049] = {(TSStateId)(-1)}, }; enum { @@ -46445,19 +49539,19 @@ static const bool ts_external_scanner_states[25][EXTERNAL_TOKEN_COUNT] = { }, [12] = { [ts_external_token__namedot] = true, - }, - [13] = { - [ts_external_token__namedot] = true, [ts_external_token__or_operator] = true, [ts_external_token__and_operator] = true, [ts_external_token__escaped_string] = true, }, - [14] = { + [13] = { [ts_external_token__namecolon] = true, [ts_external_token__or_operator] = true, [ts_external_token__and_operator] = true, [ts_external_token__escaped_string] = true, }, + [14] = { + [ts_external_token__namedot] = true, + }, [15] = { [ts_external_token__namedoublecolon] = true, [ts_external_token__or_operator] = true, @@ -46484,10 +49578,10 @@ static const bool ts_external_scanner_states[25][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__augmented_assignment] = true, }, [20] = { + [ts_external_token__namecolon] = true, [ts_external_token__augmented_assignment] = true, }, [21] = { - [ts_external_token__namecolon] = true, [ts_external_token__augmented_assignment] = true, }, [22] = { @@ -46774,6 +49868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_enum_member_token1] = ACTIONS(1), [aux_sym_enum_definition_token1] = ACTIONS(1), [aux_sym_enum_tuning_token1] = ACTIONS(1), + [aux_sym_preselect_phrase_token1] = ACTIONS(1), [sym__namedot] = ACTIONS(1), [sym__namecolon] = ACTIONS(1), [sym__namedoublecolon] = ACTIONS(1), @@ -46784,59 +49879,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__special_character] = ACTIONS(1), }, [1] = { - [sym_source_code] = STATE(7210), + [sym_source_code] = STATE(8014), [sym_comment] = STATE(1), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2575), + [sym_array_access] = STATE(6225), [sym_include] = STATE(1), - [sym_assignment] = STATE(7208), - [sym_variable_assignment] = STATE(2253), - [sym_variable_definition] = STATE(2253), - [sym_buffer_definition] = STATE(2253), - [sym_query_definition] = STATE(2253), - [sym_function_call_statement] = STATE(2253), - [sym_function_call] = STATE(4718), - [sym_if_statement] = STATE(2253), - [sym_label] = STATE(5530), - [sym_repeat_statement] = STATE(2253), - [sym_procedure_statement] = STATE(2253), - [sym_procedure_parameter_definition] = STATE(2253), - [sym_function_statement] = STATE(2253), - [sym_return_statement] = STATE(2253), - [sym_interface_statement] = STATE(2253), - [sym_dataset_definition] = STATE(2253), - [sym_using_statement] = STATE(2253), - [sym_class_statement] = STATE(2253), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2253), - [sym_input_close_statement] = STATE(2253), - [sym_output_close_statement] = STATE(2253), - [sym__stream_statement] = STATE(2253), - [sym_input_stream_statement] = STATE(2254), - [sym_output_stream_statement] = STATE(2254), - [sym_do_block] = STATE(2253), - [sym_case_statement] = STATE(2253), - [sym_for_statement] = STATE(2253), - [sym_find_statement] = STATE(2253), - [sym_abl_statement] = STATE(2253), - [sym_assign_statement] = STATE(2253), - [sym_catch_statement] = STATE(2253), - [sym_finally_statement] = STATE(2253), - [sym_accumulate_statement] = STATE(2253), - [sym_undo_statement] = STATE(2253), - [sym_error_scope_statement] = STATE(2253), - [sym_workfile_definition] = STATE(2253), - [sym_temp_table_definition] = STATE(2253), - [sym_on_statement] = STATE(2253), - [sym_prompt_for_statement] = STATE(2253), - [sym_var_statement] = STATE(2253), - [sym_button_definition] = STATE(2253), - [sym_run_statement] = STATE(2253), - [sym_enum_statement] = STATE(2253), - [sym__statement] = STATE(2255), - [aux_sym_source_code_repeat1] = STATE(60), + [sym_assignment] = STATE(8011), + [sym_variable_assignment] = STATE(2575), + [sym_variable_definition] = STATE(2575), + [sym_buffer_definition] = STATE(2575), + [sym_query_definition] = STATE(2575), + [sym_function_call_statement] = STATE(2575), + [sym_function_call] = STATE(5546), + [sym_if_statement] = STATE(2575), + [sym_label] = STATE(6357), + [sym_repeat_statement] = STATE(2575), + [sym_procedure_statement] = STATE(2575), + [sym_procedure_parameter_definition] = STATE(2575), + [sym_function_statement] = STATE(2575), + [sym_return_statement] = STATE(2575), + [sym_interface_statement] = STATE(2575), + [sym_dataset_definition] = STATE(2575), + [sym_using_statement] = STATE(2575), + [sym_class_statement] = STATE(2575), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5296), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2575), + [sym_input_close_statement] = STATE(2575), + [sym_output_close_statement] = STATE(2575), + [sym__stream_statement] = STATE(2575), + [sym_input_stream_statement] = STATE(2820), + [sym_output_stream_statement] = STATE(2820), + [sym_do_block] = STATE(2575), + [sym_case_statement] = STATE(2575), + [sym_for_statement] = STATE(2575), + [sym_find_statement] = STATE(2575), + [sym_abl_statement] = STATE(2575), + [sym_assign_statement] = STATE(2575), + [sym_catch_statement] = STATE(2575), + [sym_finally_statement] = STATE(2575), + [sym_accumulate_statement] = STATE(2575), + [sym_undo_statement] = STATE(2575), + [sym_error_scope_statement] = STATE(2575), + [sym_workfile_definition] = STATE(2575), + [sym_temp_table_definition] = STATE(2575), + [sym_on_statement] = STATE(2575), + [sym_prompt_for_statement] = STATE(2575), + [sym_var_statement] = STATE(2575), + [sym_button_definition] = STATE(2575), + [sym_run_statement] = STATE(2575), + [sym_enum_statement] = STATE(2575), + [sym__statement] = STATE(2873), + [aux_sym_source_code_repeat1] = STATE(55), [ts_builtin_sym_end] = ACTIONS(9), [sym_identifier] = ACTIONS(11), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -46875,10 +49971,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [2] = { [sym_comment] = STATE(2), [sym_include] = STATE(2), - [sym_function_arguments] = STATE(27), - [aux_sym_qualified_name_repeat1] = STATE(9), + [sym_function_arguments] = STATE(22), + [aux_sym_qualified_name_repeat1] = STATE(7), [aux_sym_object_access_repeat1] = STATE(5), - [aux_sym_member_access_repeat1] = STATE(19), + [aux_sym_member_access_repeat1] = STATE(15), [anon_sym_COLON] = ACTIONS(67), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -46886,7 +49982,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(67), [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), [anon_sym_LBRACK] = ACTIONS(77), [anon_sym_COMMA] = ACTIONS(67), [anon_sym_RBRACK] = ACTIONS(67), @@ -46978,10 +50073,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [3] = { [sym_comment] = STATE(3), [sym_include] = STATE(3), - [sym_function_arguments] = STATE(27), - [aux_sym_qualified_name_repeat1] = STATE(9), + [sym_function_arguments] = STATE(22), + [aux_sym_qualified_name_repeat1] = STATE(7), [aux_sym_object_access_repeat1] = STATE(5), - [aux_sym_member_access_repeat1] = STATE(19), + [aux_sym_member_access_repeat1] = STATE(15), [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -46989,7 +50084,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(87), [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), [anon_sym_COMMA] = ACTIONS(87), [anon_sym_RBRACK] = ACTIONS(87), [anon_sym_LPAREN] = ACTIONS(79), @@ -47080,7 +50174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [4] = { [sym_comment] = STATE(4), [sym_include] = STATE(4), - [aux_sym_object_access_repeat1] = STATE(4), + [aux_sym_object_access_repeat1] = STATE(6), [anon_sym_COLON] = ACTIONS(91), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -47088,7 +50182,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(91), [sym__terminator] = ACTIONS(91), - [aux_sym__block_terminator_token1] = ACTIONS(91), [anon_sym_LBRACK] = ACTIONS(91), [anon_sym_COMMA] = ACTIONS(91), [anon_sym_RBRACK] = ACTIONS(91), @@ -47173,214 +50266,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(91), [aux_sym_of_phrase_token1] = ACTIONS(91), [aux_sym_of_phrase_token2] = ACTIONS(91), - [sym__namecolon] = ACTIONS(95), + [sym__namecolon] = ACTIONS(83), [sym__or_operator] = ACTIONS(91), [sym__and_operator] = ACTIONS(91), }, [5] = { [sym_comment] = STATE(5), [sym_include] = STATE(5), - [aux_sym_object_access_repeat1] = STATE(4), - [anon_sym_COLON] = ACTIONS(98), + [aux_sym_object_access_repeat1] = STATE(6), + [anon_sym_COLON] = ACTIONS(91), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(100), + [anon_sym_SLASH] = ACTIONS(93), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(98), - [sym__terminator] = ACTIONS(98), - [aux_sym__block_terminator_token1] = ACTIONS(98), - [anon_sym_LBRACK] = ACTIONS(98), - [anon_sym_COMMA] = ACTIONS(98), - [anon_sym_RBRACK] = ACTIONS(98), - [anon_sym_LPAREN] = ACTIONS(98), - [anon_sym_RPAREN] = ACTIONS(98), - [aux_sym_type_tuning_token1] = ACTIONS(98), - [aux_sym_type_tuning_token2] = ACTIONS(98), - [anon_sym_EQ] = ACTIONS(98), - [aux_sym_unary_expression_token2] = ACTIONS(98), - [anon_sym_PLUS] = ACTIONS(98), - [anon_sym_DASH] = ACTIONS(98), - [aux_sym__multiplicative_operator_token1] = ACTIONS(98), - [aux_sym__multiplicative_operator_token2] = ACTIONS(100), - [anon_sym_LT] = ACTIONS(100), - [anon_sym_LT_EQ] = ACTIONS(98), - [anon_sym_LT_GT] = ACTIONS(98), - [anon_sym_GT] = ACTIONS(100), - [anon_sym_GT_EQ] = ACTIONS(98), - [aux_sym__comparison_operator_token1] = ACTIONS(98), - [aux_sym__comparison_operator_token2] = ACTIONS(98), - [aux_sym__comparison_operator_token3] = ACTIONS(98), - [aux_sym__comparison_operator_token4] = ACTIONS(98), - [aux_sym__comparison_operator_token5] = ACTIONS(98), - [aux_sym__comparison_operator_token6] = ACTIONS(98), - [aux_sym__comparison_operator_token7] = ACTIONS(98), - [aux_sym__comparison_operator_token8] = ACTIONS(98), - [aux_sym__comparison_operator_token9] = ACTIONS(98), - [aux_sym_when_expression_token1] = ACTIONS(98), - [aux_sym_variable_tuning_token1] = ACTIONS(98), - [aux_sym_variable_tuning_token2] = ACTIONS(100), - [aux_sym_variable_tuning_token3] = ACTIONS(98), - [aux_sym_variable_tuning_token4] = ACTIONS(98), - [aux_sym_variable_tuning_token5] = ACTIONS(98), - [aux_sym_variable_tuning_token6] = ACTIONS(98), - [aux_sym_variable_tuning_token7] = ACTIONS(98), - [aux_sym_variable_tuning_token8] = ACTIONS(98), - [aux_sym_argument_tuning_token1] = ACTIONS(98), - [aux_sym_argument_tuning_token2] = ACTIONS(98), - [aux_sym_argument_tuning_token3] = ACTIONS(98), - [aux_sym_argument_tuning_token4] = ACTIONS(98), - [aux_sym_function_call_token1] = ACTIONS(98), - [aux_sym_if_statement_token2] = ACTIONS(98), - [aux_sym_else_statement_token1] = ACTIONS(98), - [aux_sym_repeat_tuning_token1] = ACTIONS(98), - [aux_sym_using_statement_token1] = ACTIONS(98), - [aux_sym_input_stream_tuning_token1] = ACTIONS(98), - [aux_sym_input_stream_tuning_token2] = ACTIONS(98), - [aux_sym_input_stream_tuning_token3] = ACTIONS(98), - [aux_sym_input_stream_tuning_token4] = ACTIONS(98), - [aux_sym_input_stream_tuning_token5] = ACTIONS(98), - [aux_sym_input_stream_tuning_token6] = ACTIONS(98), - [aux_sym_input_stream_tuning_token7] = ACTIONS(98), - [aux_sym_input_stream_tuning_token8] = ACTIONS(98), - [aux_sym_input_stream_tuning_token9] = ACTIONS(98), - [aux_sym_input_stream_tuning_token11] = ACTIONS(98), - [aux_sym_output_stream_tuning_token1] = ACTIONS(98), - [aux_sym_output_stream_tuning_token2] = ACTIONS(98), - [aux_sym_output_stream_tuning_token3] = ACTIONS(98), - [aux_sym_output_stream_tuning_token4] = ACTIONS(98), - [aux_sym_output_stream_tuning_token5] = ACTIONS(98), - [aux_sym_output_stream_tuning_token6] = ACTIONS(98), - [aux_sym_output_stream_tuning_token7] = ACTIONS(98), - [aux_sym_output_stream_statement_token1] = ACTIONS(98), - [aux_sym_on_error_phrase_token1] = ACTIONS(98), - [aux_sym_stop_after_phrase_token1] = ACTIONS(98), - [aux_sym_do_tuning_token1] = ACTIONS(98), - [aux_sym_where_clause_token1] = ACTIONS(98), - [aux_sym_query_tuning_token1] = ACTIONS(98), - [aux_sym_query_tuning_token2] = ACTIONS(98), - [aux_sym_query_tuning_token3] = ACTIONS(98), - [aux_sym_query_tuning_token4] = ACTIONS(98), - [aux_sym_query_tuning_token5] = ACTIONS(98), - [aux_sym_query_tuning_token6] = ACTIONS(98), - [aux_sym_of_token1] = ACTIONS(98), - [aux_sym_field_option_token1] = ACTIONS(98), - [aux_sym_field_option_token2] = ACTIONS(98), - [aux_sym_field_option_token3] = ACTIONS(98), - [aux_sym_field_option_token4] = ACTIONS(98), - [aux_sym_field_option_token5] = ACTIONS(98), - [aux_sym_field_option_token6] = ACTIONS(98), - [aux_sym_field_definition_token1] = ACTIONS(98), - [aux_sym_index_definition_token1] = ACTIONS(98), - [aux_sym_of_phrase_token1] = ACTIONS(98), - [aux_sym_of_phrase_token2] = ACTIONS(98), + [anon_sym_STAR] = ACTIONS(91), + [sym__terminator] = ACTIONS(91), + [anon_sym_LBRACK] = ACTIONS(91), + [anon_sym_COMMA] = ACTIONS(91), + [anon_sym_RBRACK] = ACTIONS(91), + [anon_sym_LPAREN] = ACTIONS(91), + [anon_sym_RPAREN] = ACTIONS(91), + [aux_sym_type_tuning_token1] = ACTIONS(91), + [aux_sym_type_tuning_token2] = ACTIONS(91), + [anon_sym_EQ] = ACTIONS(91), + [aux_sym_unary_expression_token2] = ACTIONS(91), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [aux_sym__multiplicative_operator_token1] = ACTIONS(91), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(91), + [anon_sym_LT_GT] = ACTIONS(91), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(91), + [aux_sym__comparison_operator_token1] = ACTIONS(91), + [aux_sym__comparison_operator_token2] = ACTIONS(91), + [aux_sym__comparison_operator_token3] = ACTIONS(91), + [aux_sym__comparison_operator_token4] = ACTIONS(91), + [aux_sym__comparison_operator_token5] = ACTIONS(91), + [aux_sym__comparison_operator_token6] = ACTIONS(91), + [aux_sym__comparison_operator_token7] = ACTIONS(91), + [aux_sym__comparison_operator_token8] = ACTIONS(91), + [aux_sym__comparison_operator_token9] = ACTIONS(91), + [aux_sym_when_expression_token1] = ACTIONS(91), + [aux_sym_variable_tuning_token1] = ACTIONS(91), + [aux_sym_variable_tuning_token2] = ACTIONS(93), + [aux_sym_variable_tuning_token3] = ACTIONS(91), + [aux_sym_variable_tuning_token4] = ACTIONS(91), + [aux_sym_variable_tuning_token5] = ACTIONS(91), + [aux_sym_variable_tuning_token6] = ACTIONS(91), + [aux_sym_variable_tuning_token7] = ACTIONS(91), + [aux_sym_variable_tuning_token8] = ACTIONS(91), + [aux_sym_argument_tuning_token1] = ACTIONS(91), + [aux_sym_argument_tuning_token2] = ACTIONS(91), + [aux_sym_argument_tuning_token3] = ACTIONS(91), + [aux_sym_argument_tuning_token4] = ACTIONS(91), + [aux_sym_function_call_token1] = ACTIONS(91), + [aux_sym_if_statement_token2] = ACTIONS(91), + [aux_sym_else_statement_token1] = ACTIONS(91), + [aux_sym_repeat_tuning_token1] = ACTIONS(91), + [aux_sym_using_statement_token1] = ACTIONS(91), + [aux_sym_input_stream_tuning_token1] = ACTIONS(91), + [aux_sym_input_stream_tuning_token2] = ACTIONS(91), + [aux_sym_input_stream_tuning_token3] = ACTIONS(91), + [aux_sym_input_stream_tuning_token4] = ACTIONS(91), + [aux_sym_input_stream_tuning_token5] = ACTIONS(91), + [aux_sym_input_stream_tuning_token6] = ACTIONS(91), + [aux_sym_input_stream_tuning_token7] = ACTIONS(91), + [aux_sym_input_stream_tuning_token8] = ACTIONS(91), + [aux_sym_input_stream_tuning_token9] = ACTIONS(91), + [aux_sym_input_stream_tuning_token11] = ACTIONS(91), + [aux_sym_output_stream_tuning_token1] = ACTIONS(91), + [aux_sym_output_stream_tuning_token2] = ACTIONS(91), + [aux_sym_output_stream_tuning_token3] = ACTIONS(91), + [aux_sym_output_stream_tuning_token4] = ACTIONS(91), + [aux_sym_output_stream_tuning_token5] = ACTIONS(91), + [aux_sym_output_stream_tuning_token6] = ACTIONS(91), + [aux_sym_output_stream_tuning_token7] = ACTIONS(91), + [aux_sym_output_stream_statement_token1] = ACTIONS(91), + [aux_sym_on_error_phrase_token1] = ACTIONS(91), + [aux_sym_stop_after_phrase_token1] = ACTIONS(91), + [aux_sym_do_tuning_token1] = ACTIONS(91), + [aux_sym_where_clause_token1] = ACTIONS(91), + [aux_sym_query_tuning_token1] = ACTIONS(91), + [aux_sym_query_tuning_token2] = ACTIONS(91), + [aux_sym_query_tuning_token3] = ACTIONS(91), + [aux_sym_query_tuning_token4] = ACTIONS(91), + [aux_sym_query_tuning_token5] = ACTIONS(91), + [aux_sym_query_tuning_token6] = ACTIONS(91), + [aux_sym_of_token1] = ACTIONS(91), + [aux_sym_field_option_token1] = ACTIONS(91), + [aux_sym_field_option_token2] = ACTIONS(91), + [aux_sym_field_option_token3] = ACTIONS(91), + [aux_sym_field_option_token4] = ACTIONS(91), + [aux_sym_field_option_token5] = ACTIONS(91), + [aux_sym_field_option_token6] = ACTIONS(91), + [aux_sym_field_definition_token1] = ACTIONS(91), + [aux_sym_index_definition_token1] = ACTIONS(91), + [aux_sym_of_phrase_token1] = ACTIONS(91), + [aux_sym_of_phrase_token2] = ACTIONS(91), [sym__namecolon] = ACTIONS(83), - [sym__or_operator] = ACTIONS(98), - [sym__and_operator] = ACTIONS(98), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), }, [6] = { [sym_comment] = STATE(6), [sym_include] = STATE(6), - [aux_sym_object_access_repeat1] = STATE(4), - [anon_sym_COLON] = ACTIONS(98), + [aux_sym_object_access_repeat1] = STATE(6), + [anon_sym_COLON] = ACTIONS(95), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(100), + [anon_sym_SLASH] = ACTIONS(97), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(98), - [sym__terminator] = ACTIONS(98), - [aux_sym__block_terminator_token1] = ACTIONS(98), - [anon_sym_LBRACK] = ACTIONS(98), - [anon_sym_COMMA] = ACTIONS(98), - [anon_sym_RBRACK] = ACTIONS(98), - [anon_sym_LPAREN] = ACTIONS(98), - [anon_sym_RPAREN] = ACTIONS(98), - [aux_sym_type_tuning_token1] = ACTIONS(98), - [aux_sym_type_tuning_token2] = ACTIONS(98), - [anon_sym_EQ] = ACTIONS(98), - [aux_sym_unary_expression_token2] = ACTIONS(98), - [anon_sym_PLUS] = ACTIONS(98), - [anon_sym_DASH] = ACTIONS(98), - [aux_sym__multiplicative_operator_token1] = ACTIONS(98), - [aux_sym__multiplicative_operator_token2] = ACTIONS(100), - [anon_sym_LT] = ACTIONS(100), - [anon_sym_LT_EQ] = ACTIONS(98), - [anon_sym_LT_GT] = ACTIONS(98), - [anon_sym_GT] = ACTIONS(100), - [anon_sym_GT_EQ] = ACTIONS(98), - [aux_sym__comparison_operator_token1] = ACTIONS(98), - [aux_sym__comparison_operator_token2] = ACTIONS(98), - [aux_sym__comparison_operator_token3] = ACTIONS(98), - [aux_sym__comparison_operator_token4] = ACTIONS(98), - [aux_sym__comparison_operator_token5] = ACTIONS(98), - [aux_sym__comparison_operator_token6] = ACTIONS(98), - [aux_sym__comparison_operator_token7] = ACTIONS(98), - [aux_sym__comparison_operator_token8] = ACTIONS(98), - [aux_sym__comparison_operator_token9] = ACTIONS(98), - [aux_sym_when_expression_token1] = ACTIONS(98), - [aux_sym_variable_tuning_token1] = ACTIONS(98), - [aux_sym_variable_tuning_token2] = ACTIONS(100), - [aux_sym_variable_tuning_token3] = ACTIONS(98), - [aux_sym_variable_tuning_token4] = ACTIONS(98), - [aux_sym_variable_tuning_token5] = ACTIONS(98), - [aux_sym_variable_tuning_token6] = ACTIONS(98), - [aux_sym_variable_tuning_token7] = ACTIONS(98), - [aux_sym_variable_tuning_token8] = ACTIONS(98), - [aux_sym_argument_tuning_token1] = ACTIONS(98), - [aux_sym_argument_tuning_token2] = ACTIONS(98), - [aux_sym_argument_tuning_token3] = ACTIONS(98), - [aux_sym_argument_tuning_token4] = ACTIONS(98), - [aux_sym_function_call_token1] = ACTIONS(98), - [aux_sym_if_statement_token2] = ACTIONS(98), - [aux_sym_else_statement_token1] = ACTIONS(98), - [aux_sym_repeat_tuning_token1] = ACTIONS(98), - [aux_sym_using_statement_token1] = ACTIONS(98), - [aux_sym_input_stream_tuning_token1] = ACTIONS(98), - [aux_sym_input_stream_tuning_token2] = ACTIONS(98), - [aux_sym_input_stream_tuning_token3] = ACTIONS(98), - [aux_sym_input_stream_tuning_token4] = ACTIONS(98), - [aux_sym_input_stream_tuning_token5] = ACTIONS(98), - [aux_sym_input_stream_tuning_token6] = ACTIONS(98), - [aux_sym_input_stream_tuning_token7] = ACTIONS(98), - [aux_sym_input_stream_tuning_token8] = ACTIONS(98), - [aux_sym_input_stream_tuning_token9] = ACTIONS(98), - [aux_sym_input_stream_tuning_token11] = ACTIONS(98), - [aux_sym_output_stream_tuning_token1] = ACTIONS(98), - [aux_sym_output_stream_tuning_token2] = ACTIONS(98), - [aux_sym_output_stream_tuning_token3] = ACTIONS(98), - [aux_sym_output_stream_tuning_token4] = ACTIONS(98), - [aux_sym_output_stream_tuning_token5] = ACTIONS(98), - [aux_sym_output_stream_tuning_token6] = ACTIONS(98), - [aux_sym_output_stream_tuning_token7] = ACTIONS(98), - [aux_sym_output_stream_statement_token1] = ACTIONS(98), - [aux_sym_on_error_phrase_token1] = ACTIONS(98), - [aux_sym_stop_after_phrase_token1] = ACTIONS(98), - [aux_sym_do_tuning_token1] = ACTIONS(98), - [aux_sym_where_clause_token1] = ACTIONS(98), - [aux_sym_query_tuning_token1] = ACTIONS(98), - [aux_sym_query_tuning_token2] = ACTIONS(98), - [aux_sym_query_tuning_token3] = ACTIONS(98), - [aux_sym_query_tuning_token4] = ACTIONS(98), - [aux_sym_query_tuning_token5] = ACTIONS(98), - [aux_sym_query_tuning_token6] = ACTIONS(98), - [aux_sym_of_token1] = ACTIONS(98), - [aux_sym_field_option_token1] = ACTIONS(98), - [aux_sym_field_option_token2] = ACTIONS(98), - [aux_sym_field_option_token3] = ACTIONS(98), - [aux_sym_field_option_token4] = ACTIONS(98), - [aux_sym_field_option_token5] = ACTIONS(98), - [aux_sym_field_option_token6] = ACTIONS(98), - [aux_sym_field_definition_token1] = ACTIONS(98), - [aux_sym_index_definition_token1] = ACTIONS(98), - [aux_sym_of_phrase_token1] = ACTIONS(98), - [aux_sym_of_phrase_token2] = ACTIONS(98), - [sym__namecolon] = ACTIONS(83), - [sym__or_operator] = ACTIONS(98), - [sym__and_operator] = ACTIONS(98), + [anon_sym_STAR] = ACTIONS(95), + [sym__terminator] = ACTIONS(95), + [anon_sym_LBRACK] = ACTIONS(95), + [anon_sym_COMMA] = ACTIONS(95), + [anon_sym_RBRACK] = ACTIONS(95), + [anon_sym_LPAREN] = ACTIONS(95), + [anon_sym_RPAREN] = ACTIONS(95), + [aux_sym_type_tuning_token1] = ACTIONS(95), + [aux_sym_type_tuning_token2] = ACTIONS(95), + [anon_sym_EQ] = ACTIONS(95), + [aux_sym_unary_expression_token2] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(95), + [anon_sym_DASH] = ACTIONS(95), + [aux_sym__multiplicative_operator_token1] = ACTIONS(95), + [aux_sym__multiplicative_operator_token2] = ACTIONS(97), + [anon_sym_LT] = ACTIONS(97), + [anon_sym_LT_EQ] = ACTIONS(95), + [anon_sym_LT_GT] = ACTIONS(95), + [anon_sym_GT] = ACTIONS(97), + [anon_sym_GT_EQ] = ACTIONS(95), + [aux_sym__comparison_operator_token1] = ACTIONS(95), + [aux_sym__comparison_operator_token2] = ACTIONS(95), + [aux_sym__comparison_operator_token3] = ACTIONS(95), + [aux_sym__comparison_operator_token4] = ACTIONS(95), + [aux_sym__comparison_operator_token5] = ACTIONS(95), + [aux_sym__comparison_operator_token6] = ACTIONS(95), + [aux_sym__comparison_operator_token7] = ACTIONS(95), + [aux_sym__comparison_operator_token8] = ACTIONS(95), + [aux_sym__comparison_operator_token9] = ACTIONS(95), + [aux_sym_when_expression_token1] = ACTIONS(95), + [aux_sym_variable_tuning_token1] = ACTIONS(95), + [aux_sym_variable_tuning_token2] = ACTIONS(97), + [aux_sym_variable_tuning_token3] = ACTIONS(95), + [aux_sym_variable_tuning_token4] = ACTIONS(95), + [aux_sym_variable_tuning_token5] = ACTIONS(95), + [aux_sym_variable_tuning_token6] = ACTIONS(95), + [aux_sym_variable_tuning_token7] = ACTIONS(95), + [aux_sym_variable_tuning_token8] = ACTIONS(95), + [aux_sym_argument_tuning_token1] = ACTIONS(95), + [aux_sym_argument_tuning_token2] = ACTIONS(95), + [aux_sym_argument_tuning_token3] = ACTIONS(95), + [aux_sym_argument_tuning_token4] = ACTIONS(95), + [aux_sym_function_call_token1] = ACTIONS(95), + [aux_sym_if_statement_token2] = ACTIONS(95), + [aux_sym_else_statement_token1] = ACTIONS(95), + [aux_sym_repeat_tuning_token1] = ACTIONS(95), + [aux_sym_using_statement_token1] = ACTIONS(95), + [aux_sym_input_stream_tuning_token1] = ACTIONS(95), + [aux_sym_input_stream_tuning_token2] = ACTIONS(95), + [aux_sym_input_stream_tuning_token3] = ACTIONS(95), + [aux_sym_input_stream_tuning_token4] = ACTIONS(95), + [aux_sym_input_stream_tuning_token5] = ACTIONS(95), + [aux_sym_input_stream_tuning_token6] = ACTIONS(95), + [aux_sym_input_stream_tuning_token7] = ACTIONS(95), + [aux_sym_input_stream_tuning_token8] = ACTIONS(95), + [aux_sym_input_stream_tuning_token9] = ACTIONS(95), + [aux_sym_input_stream_tuning_token11] = ACTIONS(95), + [aux_sym_output_stream_tuning_token1] = ACTIONS(95), + [aux_sym_output_stream_tuning_token2] = ACTIONS(95), + [aux_sym_output_stream_tuning_token3] = ACTIONS(95), + [aux_sym_output_stream_tuning_token4] = ACTIONS(95), + [aux_sym_output_stream_tuning_token5] = ACTIONS(95), + [aux_sym_output_stream_tuning_token6] = ACTIONS(95), + [aux_sym_output_stream_tuning_token7] = ACTIONS(95), + [aux_sym_output_stream_statement_token1] = ACTIONS(95), + [aux_sym_on_error_phrase_token1] = ACTIONS(95), + [aux_sym_stop_after_phrase_token1] = ACTIONS(95), + [aux_sym_do_tuning_token1] = ACTIONS(95), + [aux_sym_where_clause_token1] = ACTIONS(95), + [aux_sym_query_tuning_token1] = ACTIONS(95), + [aux_sym_query_tuning_token2] = ACTIONS(95), + [aux_sym_query_tuning_token3] = ACTIONS(95), + [aux_sym_query_tuning_token4] = ACTIONS(95), + [aux_sym_query_tuning_token5] = ACTIONS(95), + [aux_sym_query_tuning_token6] = ACTIONS(95), + [aux_sym_of_token1] = ACTIONS(95), + [aux_sym_field_option_token1] = ACTIONS(95), + [aux_sym_field_option_token2] = ACTIONS(95), + [aux_sym_field_option_token3] = ACTIONS(95), + [aux_sym_field_option_token4] = ACTIONS(95), + [aux_sym_field_option_token5] = ACTIONS(95), + [aux_sym_field_option_token6] = ACTIONS(95), + [aux_sym_field_definition_token1] = ACTIONS(95), + [aux_sym_index_definition_token1] = ACTIONS(95), + [aux_sym_of_phrase_token1] = ACTIONS(95), + [aux_sym_of_phrase_token2] = ACTIONS(95), + [sym__namecolon] = ACTIONS(99), + [sym__or_operator] = ACTIONS(95), + [sym__and_operator] = ACTIONS(95), }, [7] = { [sym_comment] = STATE(7), [sym_include] = STATE(7), - [aux_sym_qualified_name_repeat1] = STATE(7), + [aux_sym_qualified_name_repeat1] = STATE(8), [anon_sym_COLON] = ACTIONS(102), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -47388,7 +50479,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(102), [sym__terminator] = ACTIONS(102), - [aux_sym__block_terminator_token1] = ACTIONS(102), [anon_sym_COMMA] = ACTIONS(102), [anon_sym_RBRACK] = ACTIONS(102), [anon_sym_LPAREN] = ACTIONS(102), @@ -47472,113 +50562,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(102), [aux_sym_of_phrase_token1] = ACTIONS(102), [aux_sym_of_phrase_token2] = ACTIONS(102), - [sym__namedot] = ACTIONS(106), + [sym__namedot] = ACTIONS(81), [sym__or_operator] = ACTIONS(102), [sym__and_operator] = ACTIONS(102), }, [8] = { [sym_comment] = STATE(8), [sym_include] = STATE(8), - [anon_sym_COLON] = ACTIONS(109), + [aux_sym_qualified_name_repeat1] = STATE(8), + [anon_sym_COLON] = ACTIONS(106), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(111), + [anon_sym_SLASH] = ACTIONS(108), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(109), - [sym__terminator] = ACTIONS(109), - [aux_sym__block_terminator_token1] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [aux_sym_type_tuning_token1] = ACTIONS(109), - [aux_sym_type_tuning_token2] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(109), - [aux_sym_unary_expression_token2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(109), - [aux_sym__multiplicative_operator_token1] = ACTIONS(109), - [aux_sym__multiplicative_operator_token2] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(111), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_LT_GT] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(111), - [anon_sym_GT_EQ] = ACTIONS(109), - [aux_sym__comparison_operator_token1] = ACTIONS(109), - [aux_sym__comparison_operator_token2] = ACTIONS(109), - [aux_sym__comparison_operator_token3] = ACTIONS(109), - [aux_sym__comparison_operator_token4] = ACTIONS(109), - [aux_sym__comparison_operator_token5] = ACTIONS(109), - [aux_sym__comparison_operator_token6] = ACTIONS(109), - [aux_sym__comparison_operator_token7] = ACTIONS(109), - [aux_sym__comparison_operator_token8] = ACTIONS(109), - [aux_sym__comparison_operator_token9] = ACTIONS(109), - [aux_sym_when_expression_token1] = ACTIONS(109), - [aux_sym_variable_tuning_token1] = ACTIONS(109), - [aux_sym_variable_tuning_token2] = ACTIONS(111), - [aux_sym_variable_tuning_token3] = ACTIONS(109), - [aux_sym_variable_tuning_token4] = ACTIONS(109), - [aux_sym_variable_tuning_token5] = ACTIONS(109), - [aux_sym_variable_tuning_token6] = ACTIONS(109), - [aux_sym_variable_tuning_token7] = ACTIONS(109), - [aux_sym_variable_tuning_token8] = ACTIONS(109), - [aux_sym_argument_tuning_token1] = ACTIONS(109), - [aux_sym_argument_tuning_token2] = ACTIONS(109), - [aux_sym_argument_tuning_token3] = ACTIONS(109), - [aux_sym_argument_tuning_token4] = ACTIONS(109), - [aux_sym_function_call_token1] = ACTIONS(109), - [aux_sym_if_statement_token2] = ACTIONS(109), - [aux_sym_else_statement_token1] = ACTIONS(109), - [aux_sym_repeat_tuning_token1] = ACTIONS(109), - [aux_sym_using_statement_token1] = ACTIONS(109), - [aux_sym_input_stream_tuning_token1] = ACTIONS(109), - [aux_sym_input_stream_tuning_token2] = ACTIONS(109), - [aux_sym_input_stream_tuning_token3] = ACTIONS(109), - [aux_sym_input_stream_tuning_token4] = ACTIONS(109), - [aux_sym_input_stream_tuning_token5] = ACTIONS(109), - [aux_sym_input_stream_tuning_token6] = ACTIONS(109), - [aux_sym_input_stream_tuning_token7] = ACTIONS(109), - [aux_sym_input_stream_tuning_token8] = ACTIONS(109), - [aux_sym_input_stream_tuning_token9] = ACTIONS(109), - [aux_sym_input_stream_tuning_token11] = ACTIONS(109), - [aux_sym_output_stream_tuning_token1] = ACTIONS(109), - [aux_sym_output_stream_tuning_token2] = ACTIONS(109), - [aux_sym_output_stream_tuning_token3] = ACTIONS(109), - [aux_sym_output_stream_tuning_token4] = ACTIONS(109), - [aux_sym_output_stream_tuning_token5] = ACTIONS(109), - [aux_sym_output_stream_tuning_token6] = ACTIONS(109), - [aux_sym_output_stream_tuning_token7] = ACTIONS(109), - [aux_sym_output_stream_statement_token1] = ACTIONS(109), - [aux_sym_on_error_phrase_token1] = ACTIONS(109), - [aux_sym_stop_after_phrase_token1] = ACTIONS(109), - [aux_sym_do_tuning_token1] = ACTIONS(109), - [aux_sym_where_clause_token1] = ACTIONS(109), - [aux_sym_query_tuning_token1] = ACTIONS(109), - [aux_sym_query_tuning_token2] = ACTIONS(109), - [aux_sym_query_tuning_token3] = ACTIONS(109), - [aux_sym_query_tuning_token4] = ACTIONS(109), - [aux_sym_query_tuning_token5] = ACTIONS(109), - [aux_sym_query_tuning_token6] = ACTIONS(109), - [aux_sym_of_token1] = ACTIONS(109), - [aux_sym_field_option_token1] = ACTIONS(109), - [aux_sym_field_option_token2] = ACTIONS(109), - [aux_sym_field_option_token3] = ACTIONS(109), - [aux_sym_field_option_token4] = ACTIONS(109), - [aux_sym_field_option_token5] = ACTIONS(109), - [aux_sym_field_option_token6] = ACTIONS(109), - [aux_sym_field_definition_token1] = ACTIONS(109), - [aux_sym_index_definition_token1] = ACTIONS(109), - [aux_sym_of_phrase_token1] = ACTIONS(109), - [aux_sym_of_phrase_token2] = ACTIONS(109), - [sym__namecolon] = ACTIONS(109), - [sym__or_operator] = ACTIONS(109), - [sym__and_operator] = ACTIONS(109), + [anon_sym_STAR] = ACTIONS(106), + [sym__terminator] = ACTIONS(106), + [anon_sym_COMMA] = ACTIONS(106), + [anon_sym_RBRACK] = ACTIONS(106), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_RPAREN] = ACTIONS(106), + [aux_sym_type_tuning_token1] = ACTIONS(106), + [aux_sym_type_tuning_token2] = ACTIONS(106), + [anon_sym_EQ] = ACTIONS(106), + [aux_sym_unary_expression_token2] = ACTIONS(106), + [anon_sym_PLUS] = ACTIONS(106), + [anon_sym_DASH] = ACTIONS(106), + [aux_sym__multiplicative_operator_token1] = ACTIONS(106), + [aux_sym__multiplicative_operator_token2] = ACTIONS(108), + [anon_sym_LT] = ACTIONS(108), + [anon_sym_LT_EQ] = ACTIONS(106), + [anon_sym_LT_GT] = ACTIONS(106), + [anon_sym_GT] = ACTIONS(108), + [anon_sym_GT_EQ] = ACTIONS(106), + [aux_sym__comparison_operator_token1] = ACTIONS(106), + [aux_sym__comparison_operator_token2] = ACTIONS(106), + [aux_sym__comparison_operator_token3] = ACTIONS(106), + [aux_sym__comparison_operator_token4] = ACTIONS(106), + [aux_sym__comparison_operator_token5] = ACTIONS(106), + [aux_sym__comparison_operator_token6] = ACTIONS(106), + [aux_sym__comparison_operator_token7] = ACTIONS(106), + [aux_sym__comparison_operator_token8] = ACTIONS(106), + [aux_sym__comparison_operator_token9] = ACTIONS(106), + [aux_sym_when_expression_token1] = ACTIONS(106), + [aux_sym_variable_tuning_token1] = ACTIONS(106), + [aux_sym_variable_tuning_token2] = ACTIONS(108), + [aux_sym_variable_tuning_token3] = ACTIONS(106), + [aux_sym_variable_tuning_token4] = ACTIONS(106), + [aux_sym_variable_tuning_token5] = ACTIONS(106), + [aux_sym_variable_tuning_token6] = ACTIONS(106), + [aux_sym_variable_tuning_token7] = ACTIONS(106), + [aux_sym_variable_tuning_token8] = ACTIONS(106), + [aux_sym_argument_tuning_token1] = ACTIONS(106), + [aux_sym_argument_tuning_token2] = ACTIONS(106), + [aux_sym_argument_tuning_token3] = ACTIONS(106), + [aux_sym_argument_tuning_token4] = ACTIONS(106), + [aux_sym_function_call_token1] = ACTIONS(106), + [aux_sym_if_statement_token2] = ACTIONS(106), + [aux_sym_else_statement_token1] = ACTIONS(106), + [aux_sym_repeat_tuning_token1] = ACTIONS(106), + [aux_sym_using_statement_token1] = ACTIONS(106), + [aux_sym_input_stream_tuning_token1] = ACTIONS(106), + [aux_sym_input_stream_tuning_token2] = ACTIONS(106), + [aux_sym_input_stream_tuning_token3] = ACTIONS(106), + [aux_sym_input_stream_tuning_token4] = ACTIONS(106), + [aux_sym_input_stream_tuning_token5] = ACTIONS(106), + [aux_sym_input_stream_tuning_token6] = ACTIONS(106), + [aux_sym_input_stream_tuning_token7] = ACTIONS(106), + [aux_sym_input_stream_tuning_token8] = ACTIONS(106), + [aux_sym_input_stream_tuning_token9] = ACTIONS(106), + [aux_sym_input_stream_tuning_token11] = ACTIONS(106), + [aux_sym_output_stream_tuning_token1] = ACTIONS(106), + [aux_sym_output_stream_tuning_token2] = ACTIONS(106), + [aux_sym_output_stream_tuning_token3] = ACTIONS(106), + [aux_sym_output_stream_tuning_token4] = ACTIONS(106), + [aux_sym_output_stream_tuning_token5] = ACTIONS(106), + [aux_sym_output_stream_tuning_token6] = ACTIONS(106), + [aux_sym_output_stream_tuning_token7] = ACTIONS(106), + [aux_sym_output_stream_statement_token1] = ACTIONS(106), + [aux_sym_on_error_phrase_token1] = ACTIONS(106), + [aux_sym_stop_after_phrase_token1] = ACTIONS(106), + [aux_sym_do_tuning_token1] = ACTIONS(106), + [aux_sym_where_clause_token1] = ACTIONS(106), + [aux_sym_query_tuning_token1] = ACTIONS(106), + [aux_sym_query_tuning_token2] = ACTIONS(106), + [aux_sym_query_tuning_token3] = ACTIONS(106), + [aux_sym_query_tuning_token4] = ACTIONS(106), + [aux_sym_query_tuning_token5] = ACTIONS(106), + [aux_sym_query_tuning_token6] = ACTIONS(106), + [aux_sym_of_token1] = ACTIONS(106), + [aux_sym_field_option_token1] = ACTIONS(106), + [aux_sym_field_option_token2] = ACTIONS(106), + [aux_sym_field_option_token3] = ACTIONS(106), + [aux_sym_field_option_token4] = ACTIONS(106), + [aux_sym_field_option_token5] = ACTIONS(106), + [aux_sym_field_option_token6] = ACTIONS(106), + [aux_sym_field_definition_token1] = ACTIONS(106), + [aux_sym_index_definition_token1] = ACTIONS(106), + [aux_sym_of_phrase_token1] = ACTIONS(106), + [aux_sym_of_phrase_token2] = ACTIONS(106), + [sym__namedot] = ACTIONS(110), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), }, [9] = { [sym_comment] = STATE(9), [sym_include] = STATE(9), - [aux_sym_qualified_name_repeat1] = STATE(7), [anon_sym_COLON] = ACTIONS(113), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -47586,7 +50674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(113), [sym__terminator] = ACTIONS(113), - [aux_sym__block_terminator_token1] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(113), [anon_sym_COMMA] = ACTIONS(113), [anon_sym_RBRACK] = ACTIONS(113), [anon_sym_LPAREN] = ACTIONS(113), @@ -47670,112 +50758,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(113), [aux_sym_of_phrase_token1] = ACTIONS(113), [aux_sym_of_phrase_token2] = ACTIONS(113), - [sym__namedot] = ACTIONS(81), + [sym__namecolon] = ACTIONS(113), [sym__or_operator] = ACTIONS(113), [sym__and_operator] = ACTIONS(113), }, [10] = { [sym_comment] = STATE(10), [sym_include] = STATE(10), - [anon_sym_COLON] = ACTIONS(102), + [anon_sym_COLON] = ACTIONS(106), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(104), + [anon_sym_SLASH] = ACTIONS(108), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(102), - [sym__terminator] = ACTIONS(102), - [aux_sym__block_terminator_token1] = ACTIONS(102), - [anon_sym_COMMA] = ACTIONS(102), - [anon_sym_RBRACK] = ACTIONS(102), - [anon_sym_LPAREN] = ACTIONS(102), - [anon_sym_RPAREN] = ACTIONS(102), - [aux_sym_type_tuning_token1] = ACTIONS(102), - [aux_sym_type_tuning_token2] = ACTIONS(102), - [anon_sym_EQ] = ACTIONS(102), - [aux_sym_unary_expression_token2] = ACTIONS(102), - [anon_sym_PLUS] = ACTIONS(102), - [anon_sym_DASH] = ACTIONS(102), - [aux_sym__multiplicative_operator_token1] = ACTIONS(102), - [aux_sym__multiplicative_operator_token2] = ACTIONS(104), - [anon_sym_LT] = ACTIONS(104), - [anon_sym_LT_EQ] = ACTIONS(102), - [anon_sym_LT_GT] = ACTIONS(102), - [anon_sym_GT] = ACTIONS(104), - [anon_sym_GT_EQ] = ACTIONS(102), - [aux_sym__comparison_operator_token1] = ACTIONS(102), - [aux_sym__comparison_operator_token2] = ACTIONS(102), - [aux_sym__comparison_operator_token3] = ACTIONS(102), - [aux_sym__comparison_operator_token4] = ACTIONS(102), - [aux_sym__comparison_operator_token5] = ACTIONS(102), - [aux_sym__comparison_operator_token6] = ACTIONS(102), - [aux_sym__comparison_operator_token7] = ACTIONS(102), - [aux_sym__comparison_operator_token8] = ACTIONS(102), - [aux_sym__comparison_operator_token9] = ACTIONS(102), - [aux_sym_when_expression_token1] = ACTIONS(102), - [aux_sym_variable_tuning_token1] = ACTIONS(102), - [aux_sym_variable_tuning_token2] = ACTIONS(104), - [aux_sym_variable_tuning_token3] = ACTIONS(102), - [aux_sym_variable_tuning_token4] = ACTIONS(102), - [aux_sym_variable_tuning_token5] = ACTIONS(102), - [aux_sym_variable_tuning_token6] = ACTIONS(102), - [aux_sym_variable_tuning_token7] = ACTIONS(102), - [aux_sym_variable_tuning_token8] = ACTIONS(102), - [aux_sym_argument_tuning_token1] = ACTIONS(102), - [aux_sym_argument_tuning_token2] = ACTIONS(102), - [aux_sym_argument_tuning_token3] = ACTIONS(102), - [aux_sym_argument_tuning_token4] = ACTIONS(102), - [aux_sym_function_call_token1] = ACTIONS(102), - [aux_sym_if_statement_token2] = ACTIONS(102), - [aux_sym_else_statement_token1] = ACTIONS(102), - [aux_sym_repeat_tuning_token1] = ACTIONS(102), - [aux_sym_using_statement_token1] = ACTIONS(102), - [aux_sym_input_stream_tuning_token1] = ACTIONS(102), - [aux_sym_input_stream_tuning_token2] = ACTIONS(102), - [aux_sym_input_stream_tuning_token3] = ACTIONS(102), - [aux_sym_input_stream_tuning_token4] = ACTIONS(102), - [aux_sym_input_stream_tuning_token5] = ACTIONS(102), - [aux_sym_input_stream_tuning_token6] = ACTIONS(102), - [aux_sym_input_stream_tuning_token7] = ACTIONS(102), - [aux_sym_input_stream_tuning_token8] = ACTIONS(102), - [aux_sym_input_stream_tuning_token9] = ACTIONS(102), - [aux_sym_input_stream_tuning_token11] = ACTIONS(102), - [aux_sym_output_stream_tuning_token1] = ACTIONS(102), - [aux_sym_output_stream_tuning_token2] = ACTIONS(102), - [aux_sym_output_stream_tuning_token3] = ACTIONS(102), - [aux_sym_output_stream_tuning_token4] = ACTIONS(102), - [aux_sym_output_stream_tuning_token5] = ACTIONS(102), - [aux_sym_output_stream_tuning_token6] = ACTIONS(102), - [aux_sym_output_stream_tuning_token7] = ACTIONS(102), - [aux_sym_output_stream_statement_token1] = ACTIONS(102), - [aux_sym_on_error_phrase_token1] = ACTIONS(102), - [aux_sym_stop_after_phrase_token1] = ACTIONS(102), - [aux_sym_do_tuning_token1] = ACTIONS(102), - [aux_sym_where_clause_token1] = ACTIONS(102), - [aux_sym_query_tuning_token1] = ACTIONS(102), - [aux_sym_query_tuning_token2] = ACTIONS(102), - [aux_sym_query_tuning_token3] = ACTIONS(102), - [aux_sym_query_tuning_token4] = ACTIONS(102), - [aux_sym_query_tuning_token5] = ACTIONS(102), - [aux_sym_query_tuning_token6] = ACTIONS(102), - [aux_sym_of_token1] = ACTIONS(102), - [aux_sym_field_option_token1] = ACTIONS(102), - [aux_sym_field_option_token2] = ACTIONS(102), - [aux_sym_field_option_token3] = ACTIONS(102), - [aux_sym_field_option_token4] = ACTIONS(102), - [aux_sym_field_option_token5] = ACTIONS(102), - [aux_sym_field_option_token6] = ACTIONS(102), - [aux_sym_field_definition_token1] = ACTIONS(102), - [aux_sym_index_definition_token1] = ACTIONS(102), - [aux_sym_of_phrase_token1] = ACTIONS(102), - [aux_sym_of_phrase_token2] = ACTIONS(102), - [sym__namedot] = ACTIONS(102), - [sym__or_operator] = ACTIONS(102), - [sym__and_operator] = ACTIONS(102), + [anon_sym_STAR] = ACTIONS(106), + [sym__terminator] = ACTIONS(106), + [anon_sym_COMMA] = ACTIONS(106), + [anon_sym_RBRACK] = ACTIONS(106), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_RPAREN] = ACTIONS(106), + [aux_sym_type_tuning_token1] = ACTIONS(106), + [aux_sym_type_tuning_token2] = ACTIONS(106), + [anon_sym_EQ] = ACTIONS(106), + [aux_sym_unary_expression_token2] = ACTIONS(106), + [anon_sym_PLUS] = ACTIONS(106), + [anon_sym_DASH] = ACTIONS(106), + [aux_sym__multiplicative_operator_token1] = ACTIONS(106), + [aux_sym__multiplicative_operator_token2] = ACTIONS(108), + [anon_sym_LT] = ACTIONS(108), + [anon_sym_LT_EQ] = ACTIONS(106), + [anon_sym_LT_GT] = ACTIONS(106), + [anon_sym_GT] = ACTIONS(108), + [anon_sym_GT_EQ] = ACTIONS(106), + [aux_sym__comparison_operator_token1] = ACTIONS(106), + [aux_sym__comparison_operator_token2] = ACTIONS(106), + [aux_sym__comparison_operator_token3] = ACTIONS(106), + [aux_sym__comparison_operator_token4] = ACTIONS(106), + [aux_sym__comparison_operator_token5] = ACTIONS(106), + [aux_sym__comparison_operator_token6] = ACTIONS(106), + [aux_sym__comparison_operator_token7] = ACTIONS(106), + [aux_sym__comparison_operator_token8] = ACTIONS(106), + [aux_sym__comparison_operator_token9] = ACTIONS(106), + [aux_sym_when_expression_token1] = ACTIONS(106), + [aux_sym_variable_tuning_token1] = ACTIONS(106), + [aux_sym_variable_tuning_token2] = ACTIONS(108), + [aux_sym_variable_tuning_token3] = ACTIONS(106), + [aux_sym_variable_tuning_token4] = ACTIONS(106), + [aux_sym_variable_tuning_token5] = ACTIONS(106), + [aux_sym_variable_tuning_token6] = ACTIONS(106), + [aux_sym_variable_tuning_token7] = ACTIONS(106), + [aux_sym_variable_tuning_token8] = ACTIONS(106), + [aux_sym_argument_tuning_token1] = ACTIONS(106), + [aux_sym_argument_tuning_token2] = ACTIONS(106), + [aux_sym_argument_tuning_token3] = ACTIONS(106), + [aux_sym_argument_tuning_token4] = ACTIONS(106), + [aux_sym_function_call_token1] = ACTIONS(106), + [aux_sym_if_statement_token2] = ACTIONS(106), + [aux_sym_else_statement_token1] = ACTIONS(106), + [aux_sym_repeat_tuning_token1] = ACTIONS(106), + [aux_sym_using_statement_token1] = ACTIONS(106), + [aux_sym_input_stream_tuning_token1] = ACTIONS(106), + [aux_sym_input_stream_tuning_token2] = ACTIONS(106), + [aux_sym_input_stream_tuning_token3] = ACTIONS(106), + [aux_sym_input_stream_tuning_token4] = ACTIONS(106), + [aux_sym_input_stream_tuning_token5] = ACTIONS(106), + [aux_sym_input_stream_tuning_token6] = ACTIONS(106), + [aux_sym_input_stream_tuning_token7] = ACTIONS(106), + [aux_sym_input_stream_tuning_token8] = ACTIONS(106), + [aux_sym_input_stream_tuning_token9] = ACTIONS(106), + [aux_sym_input_stream_tuning_token11] = ACTIONS(106), + [aux_sym_output_stream_tuning_token1] = ACTIONS(106), + [aux_sym_output_stream_tuning_token2] = ACTIONS(106), + [aux_sym_output_stream_tuning_token3] = ACTIONS(106), + [aux_sym_output_stream_tuning_token4] = ACTIONS(106), + [aux_sym_output_stream_tuning_token5] = ACTIONS(106), + [aux_sym_output_stream_tuning_token6] = ACTIONS(106), + [aux_sym_output_stream_tuning_token7] = ACTIONS(106), + [aux_sym_output_stream_statement_token1] = ACTIONS(106), + [aux_sym_on_error_phrase_token1] = ACTIONS(106), + [aux_sym_stop_after_phrase_token1] = ACTIONS(106), + [aux_sym_do_tuning_token1] = ACTIONS(106), + [aux_sym_where_clause_token1] = ACTIONS(106), + [aux_sym_query_tuning_token1] = ACTIONS(106), + [aux_sym_query_tuning_token2] = ACTIONS(106), + [aux_sym_query_tuning_token3] = ACTIONS(106), + [aux_sym_query_tuning_token4] = ACTIONS(106), + [aux_sym_query_tuning_token5] = ACTIONS(106), + [aux_sym_query_tuning_token6] = ACTIONS(106), + [aux_sym_of_token1] = ACTIONS(106), + [aux_sym_field_option_token1] = ACTIONS(106), + [aux_sym_field_option_token2] = ACTIONS(106), + [aux_sym_field_option_token3] = ACTIONS(106), + [aux_sym_field_option_token4] = ACTIONS(106), + [aux_sym_field_option_token5] = ACTIONS(106), + [aux_sym_field_option_token6] = ACTIONS(106), + [aux_sym_field_definition_token1] = ACTIONS(106), + [aux_sym_index_definition_token1] = ACTIONS(106), + [aux_sym_of_phrase_token1] = ACTIONS(106), + [aux_sym_of_phrase_token2] = ACTIONS(106), + [sym__namedot] = ACTIONS(106), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), }, [11] = { [sym_comment] = STATE(11), [sym_include] = STATE(11), - [aux_sym_object_access_repeat1] = STATE(6), + [aux_sym_object_access_repeat1] = STATE(4), [anon_sym_COLON] = ACTIONS(67), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -47783,7 +50870,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(67), [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), [anon_sym_COMMA] = ACTIONS(67), [anon_sym_RBRACK] = ACTIONS(67), [anon_sym_LPAREN] = ACTIONS(67), @@ -47872,7 +50958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [12] = { [sym_comment] = STATE(12), [sym_include] = STATE(12), - [aux_sym_member_access_repeat1] = STATE(12), + [aux_sym_qualified_name_repeat1] = STATE(7), [anon_sym_COLON] = ACTIONS(117), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -47880,7 +50966,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(117), [sym__terminator] = ACTIONS(117), - [aux_sym__block_terminator_token1] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_RBRACK] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(117), @@ -47962,402 +51047,398 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(117), [aux_sym_of_phrase_token1] = ACTIONS(117), [aux_sym_of_phrase_token2] = ACTIONS(117), - [sym__namedoublecolon] = ACTIONS(121), + [sym__namedot] = ACTIONS(81), [sym__or_operator] = ACTIONS(117), [sym__and_operator] = ACTIONS(117), }, [13] = { [sym_comment] = STATE(13), [sym_include] = STATE(13), - [aux_sym_qualified_name_repeat1] = STATE(9), - [anon_sym_COLON] = ACTIONS(124), + [anon_sym_COLON] = ACTIONS(121), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(126), + [anon_sym_SLASH] = ACTIONS(123), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(124), - [sym__terminator] = ACTIONS(124), - [aux_sym__block_terminator_token1] = ACTIONS(124), - [anon_sym_COMMA] = ACTIONS(124), - [anon_sym_RBRACK] = ACTIONS(124), - [anon_sym_LPAREN] = ACTIONS(124), - [anon_sym_RPAREN] = ACTIONS(124), - [anon_sym_EQ] = ACTIONS(124), - [aux_sym_unary_expression_token2] = ACTIONS(124), - [anon_sym_PLUS] = ACTIONS(124), - [anon_sym_DASH] = ACTIONS(124), - [aux_sym__multiplicative_operator_token1] = ACTIONS(124), - [aux_sym__multiplicative_operator_token2] = ACTIONS(126), - [anon_sym_LT] = ACTIONS(126), - [anon_sym_LT_EQ] = ACTIONS(124), - [anon_sym_LT_GT] = ACTIONS(124), - [anon_sym_GT] = ACTIONS(126), - [anon_sym_GT_EQ] = ACTIONS(124), - [aux_sym__comparison_operator_token1] = ACTIONS(124), - [aux_sym__comparison_operator_token2] = ACTIONS(124), - [aux_sym__comparison_operator_token3] = ACTIONS(124), - [aux_sym__comparison_operator_token4] = ACTIONS(124), - [aux_sym__comparison_operator_token5] = ACTIONS(124), - [aux_sym__comparison_operator_token6] = ACTIONS(124), - [aux_sym__comparison_operator_token7] = ACTIONS(124), - [aux_sym__comparison_operator_token8] = ACTIONS(124), - [aux_sym__comparison_operator_token9] = ACTIONS(124), - [aux_sym_when_expression_token1] = ACTIONS(124), - [aux_sym_variable_tuning_token1] = ACTIONS(124), - [aux_sym_variable_tuning_token2] = ACTIONS(126), - [aux_sym_variable_tuning_token3] = ACTIONS(124), - [aux_sym_variable_tuning_token4] = ACTIONS(124), - [aux_sym_variable_tuning_token5] = ACTIONS(124), - [aux_sym_variable_tuning_token6] = ACTIONS(124), - [aux_sym_variable_tuning_token7] = ACTIONS(124), - [aux_sym_variable_tuning_token8] = ACTIONS(124), - [aux_sym_argument_tuning_token1] = ACTIONS(124), - [aux_sym_argument_tuning_token2] = ACTIONS(124), - [aux_sym_argument_tuning_token3] = ACTIONS(124), - [aux_sym_argument_tuning_token4] = ACTIONS(124), - [aux_sym_function_call_token1] = ACTIONS(124), - [aux_sym_if_statement_token2] = ACTIONS(124), - [aux_sym_else_statement_token1] = ACTIONS(124), - [aux_sym_repeat_tuning_token1] = ACTIONS(124), - [aux_sym_using_statement_token1] = ACTIONS(124), - [aux_sym_input_stream_tuning_token1] = ACTIONS(124), - [aux_sym_input_stream_tuning_token2] = ACTIONS(124), - [aux_sym_input_stream_tuning_token3] = ACTIONS(124), - [aux_sym_input_stream_tuning_token4] = ACTIONS(124), - [aux_sym_input_stream_tuning_token5] = ACTIONS(124), - [aux_sym_input_stream_tuning_token6] = ACTIONS(124), - [aux_sym_input_stream_tuning_token7] = ACTIONS(124), - [aux_sym_input_stream_tuning_token8] = ACTIONS(124), - [aux_sym_input_stream_tuning_token9] = ACTIONS(124), - [aux_sym_input_stream_tuning_token11] = ACTIONS(124), - [aux_sym_output_stream_tuning_token1] = ACTIONS(124), - [aux_sym_output_stream_tuning_token2] = ACTIONS(124), - [aux_sym_output_stream_tuning_token3] = ACTIONS(124), - [aux_sym_output_stream_tuning_token4] = ACTIONS(124), - [aux_sym_output_stream_tuning_token5] = ACTIONS(124), - [aux_sym_output_stream_tuning_token6] = ACTIONS(124), - [aux_sym_output_stream_tuning_token7] = ACTIONS(124), - [aux_sym_output_stream_statement_token1] = ACTIONS(124), - [aux_sym_on_error_phrase_token1] = ACTIONS(124), - [aux_sym_stop_after_phrase_token1] = ACTIONS(124), - [aux_sym_do_tuning_token1] = ACTIONS(124), - [aux_sym_where_clause_token1] = ACTIONS(124), - [aux_sym_query_tuning_token1] = ACTIONS(124), - [aux_sym_query_tuning_token2] = ACTIONS(124), - [aux_sym_query_tuning_token3] = ACTIONS(124), - [aux_sym_query_tuning_token4] = ACTIONS(124), - [aux_sym_query_tuning_token5] = ACTIONS(124), - [aux_sym_query_tuning_token6] = ACTIONS(124), - [aux_sym_of_token1] = ACTIONS(124), - [aux_sym_field_option_token1] = ACTIONS(124), - [aux_sym_field_option_token2] = ACTIONS(124), - [aux_sym_field_option_token3] = ACTIONS(124), - [aux_sym_field_option_token4] = ACTIONS(124), - [aux_sym_field_option_token5] = ACTIONS(124), - [aux_sym_field_option_token6] = ACTIONS(124), - [aux_sym_field_definition_token1] = ACTIONS(124), - [aux_sym_index_definition_token1] = ACTIONS(124), - [aux_sym_of_phrase_token1] = ACTIONS(124), - [aux_sym_of_phrase_token2] = ACTIONS(124), - [sym__namedot] = ACTIONS(81), - [sym__or_operator] = ACTIONS(124), - [sym__and_operator] = ACTIONS(124), + [anon_sym_STAR] = ACTIONS(121), + [sym__terminator] = ACTIONS(121), + [anon_sym_COMMA] = ACTIONS(121), + [anon_sym_RBRACK] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(121), + [anon_sym_RPAREN] = ACTIONS(121), + [anon_sym_EQ] = ACTIONS(121), + [aux_sym_unary_expression_token2] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(121), + [anon_sym_DASH] = ACTIONS(121), + [aux_sym__multiplicative_operator_token1] = ACTIONS(121), + [aux_sym__multiplicative_operator_token2] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_LT_GT] = ACTIONS(121), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_GT_EQ] = ACTIONS(121), + [aux_sym__comparison_operator_token1] = ACTIONS(121), + [aux_sym__comparison_operator_token2] = ACTIONS(121), + [aux_sym__comparison_operator_token3] = ACTIONS(121), + [aux_sym__comparison_operator_token4] = ACTIONS(121), + [aux_sym__comparison_operator_token5] = ACTIONS(121), + [aux_sym__comparison_operator_token6] = ACTIONS(121), + [aux_sym__comparison_operator_token7] = ACTIONS(121), + [aux_sym__comparison_operator_token8] = ACTIONS(121), + [aux_sym__comparison_operator_token9] = ACTIONS(121), + [aux_sym_when_expression_token1] = ACTIONS(121), + [aux_sym_variable_tuning_token1] = ACTIONS(121), + [aux_sym_variable_tuning_token2] = ACTIONS(123), + [aux_sym_variable_tuning_token3] = ACTIONS(121), + [aux_sym_variable_tuning_token4] = ACTIONS(121), + [aux_sym_variable_tuning_token5] = ACTIONS(121), + [aux_sym_variable_tuning_token6] = ACTIONS(121), + [aux_sym_variable_tuning_token7] = ACTIONS(121), + [aux_sym_variable_tuning_token8] = ACTIONS(121), + [aux_sym_argument_tuning_token1] = ACTIONS(121), + [aux_sym_argument_tuning_token2] = ACTIONS(121), + [aux_sym_argument_tuning_token3] = ACTIONS(121), + [aux_sym_argument_tuning_token4] = ACTIONS(121), + [aux_sym_function_call_token1] = ACTIONS(121), + [aux_sym_if_statement_token2] = ACTIONS(121), + [aux_sym_else_statement_token1] = ACTIONS(121), + [aux_sym_repeat_tuning_token1] = ACTIONS(121), + [aux_sym_using_statement_token1] = ACTIONS(121), + [anon_sym_NO_DASHERROR] = ACTIONS(123), + [aux_sym_input_stream_tuning_token1] = ACTIONS(121), + [aux_sym_input_stream_tuning_token2] = ACTIONS(121), + [aux_sym_input_stream_tuning_token3] = ACTIONS(121), + [aux_sym_input_stream_tuning_token4] = ACTIONS(121), + [aux_sym_input_stream_tuning_token5] = ACTIONS(121), + [aux_sym_input_stream_tuning_token6] = ACTIONS(121), + [aux_sym_input_stream_tuning_token7] = ACTIONS(121), + [aux_sym_input_stream_tuning_token8] = ACTIONS(121), + [aux_sym_input_stream_tuning_token9] = ACTIONS(121), + [aux_sym_input_stream_tuning_token11] = ACTIONS(121), + [aux_sym_output_stream_tuning_token1] = ACTIONS(121), + [aux_sym_output_stream_tuning_token2] = ACTIONS(121), + [aux_sym_output_stream_tuning_token3] = ACTIONS(121), + [aux_sym_output_stream_tuning_token4] = ACTIONS(121), + [aux_sym_output_stream_tuning_token5] = ACTIONS(121), + [aux_sym_output_stream_tuning_token6] = ACTIONS(121), + [aux_sym_output_stream_tuning_token7] = ACTIONS(121), + [aux_sym_output_stream_statement_token1] = ACTIONS(121), + [aux_sym_on_error_phrase_token1] = ACTIONS(121), + [aux_sym_stop_after_phrase_token1] = ACTIONS(121), + [aux_sym_do_tuning_token1] = ACTIONS(121), + [aux_sym_where_clause_token1] = ACTIONS(121), + [aux_sym_query_tuning_token1] = ACTIONS(121), + [aux_sym_query_tuning_token2] = ACTIONS(121), + [aux_sym_query_tuning_token3] = ACTIONS(121), + [aux_sym_query_tuning_token4] = ACTIONS(121), + [aux_sym_query_tuning_token5] = ACTIONS(121), + [aux_sym_query_tuning_token6] = ACTIONS(121), + [aux_sym_of_token1] = ACTIONS(121), + [aux_sym_field_option_token1] = ACTIONS(121), + [aux_sym_field_option_token2] = ACTIONS(121), + [aux_sym_field_option_token3] = ACTIONS(121), + [aux_sym_field_option_token4] = ACTIONS(121), + [aux_sym_field_option_token5] = ACTIONS(121), + [aux_sym_field_option_token6] = ACTIONS(121), + [aux_sym_field_definition_token1] = ACTIONS(121), + [aux_sym_index_definition_token1] = ACTIONS(121), + [aux_sym_of_phrase_token1] = ACTIONS(121), + [aux_sym_of_phrase_token2] = ACTIONS(121), + [sym__namecolon] = ACTIONS(121), + [sym__or_operator] = ACTIONS(121), + [sym__and_operator] = ACTIONS(121), }, [14] = { [sym_comment] = STATE(14), [sym_include] = STATE(14), - [sym_function_arguments] = STATE(27), - [anon_sym_COLON] = ACTIONS(67), + [aux_sym_object_access_repeat1] = STATE(6), + [anon_sym_COLON] = ACTIONS(91), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_SLASH] = ACTIONS(93), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(67), - [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), - [anon_sym_LBRACK] = ACTIONS(77), - [anon_sym_COMMA] = ACTIONS(67), - [anon_sym_RBRACK] = ACTIONS(67), - [anon_sym_LPAREN] = ACTIONS(79), - [anon_sym_RPAREN] = ACTIONS(67), - [anon_sym_EQ] = ACTIONS(67), - [aux_sym_unary_expression_token2] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [aux_sym__multiplicative_operator_token1] = ACTIONS(67), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(67), - [anon_sym_LT_GT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(67), - [aux_sym__comparison_operator_token1] = ACTIONS(67), - [aux_sym__comparison_operator_token2] = ACTIONS(67), - [aux_sym__comparison_operator_token3] = ACTIONS(67), - [aux_sym__comparison_operator_token4] = ACTIONS(67), - [aux_sym__comparison_operator_token5] = ACTIONS(67), - [aux_sym__comparison_operator_token6] = ACTIONS(67), - [aux_sym__comparison_operator_token7] = ACTIONS(67), - [aux_sym__comparison_operator_token8] = ACTIONS(67), - [aux_sym__comparison_operator_token9] = ACTIONS(67), - [aux_sym_when_expression_token1] = ACTIONS(67), - [aux_sym_variable_tuning_token1] = ACTIONS(67), - [aux_sym_variable_tuning_token2] = ACTIONS(73), - [aux_sym_variable_tuning_token3] = ACTIONS(67), - [aux_sym_variable_tuning_token4] = ACTIONS(67), - [aux_sym_variable_tuning_token5] = ACTIONS(67), - [aux_sym_variable_tuning_token6] = ACTIONS(67), - [aux_sym_variable_tuning_token7] = ACTIONS(67), - [aux_sym_variable_tuning_token8] = ACTIONS(67), - [aux_sym_argument_tuning_token1] = ACTIONS(67), - [aux_sym_argument_tuning_token2] = ACTIONS(67), - [aux_sym_argument_tuning_token3] = ACTIONS(67), - [aux_sym_argument_tuning_token4] = ACTIONS(67), - [aux_sym_function_call_token1] = ACTIONS(67), - [aux_sym_if_statement_token2] = ACTIONS(67), - [aux_sym_else_statement_token1] = ACTIONS(67), - [aux_sym_repeat_tuning_token1] = ACTIONS(67), - [aux_sym_using_statement_token1] = ACTIONS(67), - [aux_sym_input_stream_tuning_token1] = ACTIONS(67), - [aux_sym_input_stream_tuning_token2] = ACTIONS(67), - [aux_sym_input_stream_tuning_token3] = ACTIONS(67), - [aux_sym_input_stream_tuning_token4] = ACTIONS(67), - [aux_sym_input_stream_tuning_token5] = ACTIONS(67), - [aux_sym_input_stream_tuning_token6] = ACTIONS(67), - [aux_sym_input_stream_tuning_token7] = ACTIONS(67), - [aux_sym_input_stream_tuning_token8] = ACTIONS(67), - [aux_sym_input_stream_tuning_token9] = ACTIONS(67), - [aux_sym_input_stream_tuning_token11] = ACTIONS(67), - [aux_sym_output_stream_tuning_token1] = ACTIONS(67), - [aux_sym_output_stream_tuning_token2] = ACTIONS(67), - [aux_sym_output_stream_tuning_token3] = ACTIONS(67), - [aux_sym_output_stream_tuning_token4] = ACTIONS(67), - [aux_sym_output_stream_tuning_token5] = ACTIONS(67), - [aux_sym_output_stream_tuning_token6] = ACTIONS(67), - [aux_sym_output_stream_tuning_token7] = ACTIONS(67), - [aux_sym_output_stream_statement_token1] = ACTIONS(67), - [aux_sym_on_error_phrase_token1] = ACTIONS(67), - [aux_sym_stop_after_phrase_token1] = ACTIONS(67), - [aux_sym_do_tuning_token1] = ACTIONS(67), - [aux_sym_where_clause_token1] = ACTIONS(67), - [aux_sym_query_tuning_token1] = ACTIONS(67), - [aux_sym_query_tuning_token2] = ACTIONS(67), - [aux_sym_query_tuning_token3] = ACTIONS(67), - [aux_sym_query_tuning_token4] = ACTIONS(67), - [aux_sym_query_tuning_token5] = ACTIONS(67), - [aux_sym_query_tuning_token6] = ACTIONS(67), - [aux_sym_of_token1] = ACTIONS(67), - [aux_sym_field_option_token1] = ACTIONS(67), - [aux_sym_field_option_token2] = ACTIONS(67), - [aux_sym_field_option_token3] = ACTIONS(67), - [aux_sym_field_option_token4] = ACTIONS(67), - [aux_sym_field_option_token5] = ACTIONS(67), - [aux_sym_field_option_token6] = ACTIONS(67), - [aux_sym_field_definition_token1] = ACTIONS(67), - [aux_sym_index_definition_token1] = ACTIONS(67), - [aux_sym_of_phrase_token1] = ACTIONS(67), - [aux_sym_of_phrase_token2] = ACTIONS(67), - [sym__or_operator] = ACTIONS(67), - [sym__and_operator] = ACTIONS(67), + [anon_sym_STAR] = ACTIONS(91), + [sym__terminator] = ACTIONS(91), + [anon_sym_COMMA] = ACTIONS(91), + [anon_sym_RBRACK] = ACTIONS(91), + [anon_sym_LPAREN] = ACTIONS(91), + [anon_sym_RPAREN] = ACTIONS(91), + [anon_sym_EQ] = ACTIONS(91), + [aux_sym_unary_expression_token2] = ACTIONS(91), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [aux_sym__multiplicative_operator_token1] = ACTIONS(91), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(91), + [anon_sym_LT_GT] = ACTIONS(91), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(91), + [aux_sym__comparison_operator_token1] = ACTIONS(91), + [aux_sym__comparison_operator_token2] = ACTIONS(91), + [aux_sym__comparison_operator_token3] = ACTIONS(91), + [aux_sym__comparison_operator_token4] = ACTIONS(91), + [aux_sym__comparison_operator_token5] = ACTIONS(91), + [aux_sym__comparison_operator_token6] = ACTIONS(91), + [aux_sym__comparison_operator_token7] = ACTIONS(91), + [aux_sym__comparison_operator_token8] = ACTIONS(91), + [aux_sym__comparison_operator_token9] = ACTIONS(91), + [aux_sym_when_expression_token1] = ACTIONS(91), + [aux_sym_variable_tuning_token1] = ACTIONS(91), + [aux_sym_variable_tuning_token2] = ACTIONS(93), + [aux_sym_variable_tuning_token3] = ACTIONS(91), + [aux_sym_variable_tuning_token4] = ACTIONS(91), + [aux_sym_variable_tuning_token5] = ACTIONS(91), + [aux_sym_variable_tuning_token6] = ACTIONS(91), + [aux_sym_variable_tuning_token7] = ACTIONS(91), + [aux_sym_variable_tuning_token8] = ACTIONS(91), + [aux_sym_argument_tuning_token1] = ACTIONS(91), + [aux_sym_argument_tuning_token2] = ACTIONS(91), + [aux_sym_argument_tuning_token3] = ACTIONS(91), + [aux_sym_argument_tuning_token4] = ACTIONS(91), + [aux_sym_function_call_token1] = ACTIONS(91), + [aux_sym_if_statement_token2] = ACTIONS(91), + [aux_sym_else_statement_token1] = ACTIONS(91), + [aux_sym_repeat_tuning_token1] = ACTIONS(91), + [aux_sym_using_statement_token1] = ACTIONS(91), + [aux_sym_input_stream_tuning_token1] = ACTIONS(91), + [aux_sym_input_stream_tuning_token2] = ACTIONS(91), + [aux_sym_input_stream_tuning_token3] = ACTIONS(91), + [aux_sym_input_stream_tuning_token4] = ACTIONS(91), + [aux_sym_input_stream_tuning_token5] = ACTIONS(91), + [aux_sym_input_stream_tuning_token6] = ACTIONS(91), + [aux_sym_input_stream_tuning_token7] = ACTIONS(91), + [aux_sym_input_stream_tuning_token8] = ACTIONS(91), + [aux_sym_input_stream_tuning_token9] = ACTIONS(91), + [aux_sym_input_stream_tuning_token11] = ACTIONS(91), + [aux_sym_output_stream_tuning_token1] = ACTIONS(91), + [aux_sym_output_stream_tuning_token2] = ACTIONS(91), + [aux_sym_output_stream_tuning_token3] = ACTIONS(91), + [aux_sym_output_stream_tuning_token4] = ACTIONS(91), + [aux_sym_output_stream_tuning_token5] = ACTIONS(91), + [aux_sym_output_stream_tuning_token6] = ACTIONS(91), + [aux_sym_output_stream_tuning_token7] = ACTIONS(91), + [aux_sym_output_stream_statement_token1] = ACTIONS(91), + [aux_sym_on_error_phrase_token1] = ACTIONS(91), + [aux_sym_stop_after_phrase_token1] = ACTIONS(91), + [aux_sym_do_tuning_token1] = ACTIONS(91), + [aux_sym_where_clause_token1] = ACTIONS(91), + [aux_sym_query_tuning_token1] = ACTIONS(91), + [aux_sym_query_tuning_token2] = ACTIONS(91), + [aux_sym_query_tuning_token3] = ACTIONS(91), + [aux_sym_query_tuning_token4] = ACTIONS(91), + [aux_sym_query_tuning_token5] = ACTIONS(91), + [aux_sym_query_tuning_token6] = ACTIONS(91), + [aux_sym_of_token1] = ACTIONS(91), + [aux_sym_field_option_token1] = ACTIONS(91), + [aux_sym_field_option_token2] = ACTIONS(91), + [aux_sym_field_option_token3] = ACTIONS(91), + [aux_sym_field_option_token4] = ACTIONS(91), + [aux_sym_field_option_token5] = ACTIONS(91), + [aux_sym_field_option_token6] = ACTIONS(91), + [aux_sym_field_definition_token1] = ACTIONS(91), + [aux_sym_index_definition_token1] = ACTIONS(91), + [aux_sym_of_phrase_token1] = ACTIONS(91), + [aux_sym_of_phrase_token2] = ACTIONS(91), + [sym__namecolon] = ACTIONS(83), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), }, [15] = { [sym_comment] = STATE(15), [sym_include] = STATE(15), - [anon_sym_COLON] = ACTIONS(128), + [aux_sym_member_access_repeat1] = STATE(20), + [anon_sym_COLON] = ACTIONS(125), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(127), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(128), - [sym__terminator] = ACTIONS(128), - [aux_sym__block_terminator_token1] = ACTIONS(128), - [anon_sym_COMMA] = ACTIONS(128), - [anon_sym_RBRACK] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(128), - [anon_sym_RPAREN] = ACTIONS(128), - [anon_sym_EQ] = ACTIONS(128), - [aux_sym_unary_expression_token2] = ACTIONS(128), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [aux_sym__multiplicative_operator_token1] = ACTIONS(128), - [aux_sym__multiplicative_operator_token2] = ACTIONS(130), - [anon_sym_LT] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(128), - [anon_sym_LT_GT] = ACTIONS(128), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(128), - [aux_sym__comparison_operator_token1] = ACTIONS(128), - [aux_sym__comparison_operator_token2] = ACTIONS(128), - [aux_sym__comparison_operator_token3] = ACTIONS(128), - [aux_sym__comparison_operator_token4] = ACTIONS(128), - [aux_sym__comparison_operator_token5] = ACTIONS(128), - [aux_sym__comparison_operator_token6] = ACTIONS(128), - [aux_sym__comparison_operator_token7] = ACTIONS(128), - [aux_sym__comparison_operator_token8] = ACTIONS(128), - [aux_sym__comparison_operator_token9] = ACTIONS(128), - [aux_sym_when_expression_token1] = ACTIONS(128), - [aux_sym_variable_tuning_token1] = ACTIONS(128), - [aux_sym_variable_tuning_token2] = ACTIONS(130), - [aux_sym_variable_tuning_token3] = ACTIONS(128), - [aux_sym_variable_tuning_token4] = ACTIONS(128), - [aux_sym_variable_tuning_token5] = ACTIONS(128), - [aux_sym_variable_tuning_token6] = ACTIONS(128), - [aux_sym_variable_tuning_token7] = ACTIONS(128), - [aux_sym_variable_tuning_token8] = ACTIONS(128), - [aux_sym_argument_tuning_token1] = ACTIONS(128), - [aux_sym_argument_tuning_token2] = ACTIONS(128), - [aux_sym_argument_tuning_token3] = ACTIONS(128), - [aux_sym_argument_tuning_token4] = ACTIONS(128), - [aux_sym_function_call_token1] = ACTIONS(128), - [aux_sym_if_statement_token2] = ACTIONS(128), - [aux_sym_else_statement_token1] = ACTIONS(128), - [aux_sym_repeat_tuning_token1] = ACTIONS(128), - [aux_sym_using_statement_token1] = ACTIONS(128), - [anon_sym_NO_DASHERROR] = ACTIONS(130), - [aux_sym_input_stream_tuning_token1] = ACTIONS(128), - [aux_sym_input_stream_tuning_token2] = ACTIONS(128), - [aux_sym_input_stream_tuning_token3] = ACTIONS(128), - [aux_sym_input_stream_tuning_token4] = ACTIONS(128), - [aux_sym_input_stream_tuning_token5] = ACTIONS(128), - [aux_sym_input_stream_tuning_token6] = ACTIONS(128), - [aux_sym_input_stream_tuning_token7] = ACTIONS(128), - [aux_sym_input_stream_tuning_token8] = ACTIONS(128), - [aux_sym_input_stream_tuning_token9] = ACTIONS(128), - [aux_sym_input_stream_tuning_token11] = ACTIONS(128), - [aux_sym_output_stream_tuning_token1] = ACTIONS(128), - [aux_sym_output_stream_tuning_token2] = ACTIONS(128), - [aux_sym_output_stream_tuning_token3] = ACTIONS(128), - [aux_sym_output_stream_tuning_token4] = ACTIONS(128), - [aux_sym_output_stream_tuning_token5] = ACTIONS(128), - [aux_sym_output_stream_tuning_token6] = ACTIONS(128), - [aux_sym_output_stream_tuning_token7] = ACTIONS(128), - [aux_sym_output_stream_statement_token1] = ACTIONS(128), - [aux_sym_on_error_phrase_token1] = ACTIONS(128), - [aux_sym_stop_after_phrase_token1] = ACTIONS(128), - [aux_sym_do_tuning_token1] = ACTIONS(128), - [aux_sym_where_clause_token1] = ACTIONS(128), - [aux_sym_query_tuning_token1] = ACTIONS(128), - [aux_sym_query_tuning_token2] = ACTIONS(128), - [aux_sym_query_tuning_token3] = ACTIONS(128), - [aux_sym_query_tuning_token4] = ACTIONS(128), - [aux_sym_query_tuning_token5] = ACTIONS(128), - [aux_sym_query_tuning_token6] = ACTIONS(128), - [aux_sym_of_token1] = ACTIONS(128), - [aux_sym_field_option_token1] = ACTIONS(128), - [aux_sym_field_option_token2] = ACTIONS(128), - [aux_sym_field_option_token3] = ACTIONS(128), - [aux_sym_field_option_token4] = ACTIONS(128), - [aux_sym_field_option_token5] = ACTIONS(128), - [aux_sym_field_option_token6] = ACTIONS(128), - [aux_sym_field_definition_token1] = ACTIONS(128), - [aux_sym_index_definition_token1] = ACTIONS(128), - [aux_sym_of_phrase_token1] = ACTIONS(128), - [aux_sym_of_phrase_token2] = ACTIONS(128), - [sym__namecolon] = ACTIONS(128), - [sym__or_operator] = ACTIONS(128), - [sym__and_operator] = ACTIONS(128), + [anon_sym_STAR] = ACTIONS(125), + [sym__terminator] = ACTIONS(125), + [anon_sym_COMMA] = ACTIONS(125), + [anon_sym_RBRACK] = ACTIONS(125), + [anon_sym_LPAREN] = ACTIONS(125), + [anon_sym_RPAREN] = ACTIONS(125), + [anon_sym_EQ] = ACTIONS(125), + [aux_sym_unary_expression_token2] = ACTIONS(125), + [anon_sym_PLUS] = ACTIONS(125), + [anon_sym_DASH] = ACTIONS(125), + [aux_sym__multiplicative_operator_token1] = ACTIONS(125), + [aux_sym__multiplicative_operator_token2] = ACTIONS(127), + [anon_sym_LT] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(125), + [anon_sym_LT_GT] = ACTIONS(125), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(125), + [aux_sym__comparison_operator_token1] = ACTIONS(125), + [aux_sym__comparison_operator_token2] = ACTIONS(125), + [aux_sym__comparison_operator_token3] = ACTIONS(125), + [aux_sym__comparison_operator_token4] = ACTIONS(125), + [aux_sym__comparison_operator_token5] = ACTIONS(125), + [aux_sym__comparison_operator_token6] = ACTIONS(125), + [aux_sym__comparison_operator_token7] = ACTIONS(125), + [aux_sym__comparison_operator_token8] = ACTIONS(125), + [aux_sym__comparison_operator_token9] = ACTIONS(125), + [aux_sym_when_expression_token1] = ACTIONS(125), + [aux_sym_variable_tuning_token1] = ACTIONS(125), + [aux_sym_variable_tuning_token2] = ACTIONS(127), + [aux_sym_variable_tuning_token3] = ACTIONS(125), + [aux_sym_variable_tuning_token4] = ACTIONS(125), + [aux_sym_variable_tuning_token5] = ACTIONS(125), + [aux_sym_variable_tuning_token6] = ACTIONS(125), + [aux_sym_variable_tuning_token7] = ACTIONS(125), + [aux_sym_variable_tuning_token8] = ACTIONS(125), + [aux_sym_argument_tuning_token1] = ACTIONS(125), + [aux_sym_argument_tuning_token2] = ACTIONS(125), + [aux_sym_argument_tuning_token3] = ACTIONS(125), + [aux_sym_argument_tuning_token4] = ACTIONS(125), + [aux_sym_function_call_token1] = ACTIONS(125), + [aux_sym_if_statement_token2] = ACTIONS(125), + [aux_sym_else_statement_token1] = ACTIONS(125), + [aux_sym_repeat_tuning_token1] = ACTIONS(125), + [aux_sym_using_statement_token1] = ACTIONS(125), + [aux_sym_input_stream_tuning_token1] = ACTIONS(125), + [aux_sym_input_stream_tuning_token2] = ACTIONS(125), + [aux_sym_input_stream_tuning_token3] = ACTIONS(125), + [aux_sym_input_stream_tuning_token4] = ACTIONS(125), + [aux_sym_input_stream_tuning_token5] = ACTIONS(125), + [aux_sym_input_stream_tuning_token6] = ACTIONS(125), + [aux_sym_input_stream_tuning_token7] = ACTIONS(125), + [aux_sym_input_stream_tuning_token8] = ACTIONS(125), + [aux_sym_input_stream_tuning_token9] = ACTIONS(125), + [aux_sym_input_stream_tuning_token11] = ACTIONS(125), + [aux_sym_output_stream_tuning_token1] = ACTIONS(125), + [aux_sym_output_stream_tuning_token2] = ACTIONS(125), + [aux_sym_output_stream_tuning_token3] = ACTIONS(125), + [aux_sym_output_stream_tuning_token4] = ACTIONS(125), + [aux_sym_output_stream_tuning_token5] = ACTIONS(125), + [aux_sym_output_stream_tuning_token6] = ACTIONS(125), + [aux_sym_output_stream_tuning_token7] = ACTIONS(125), + [aux_sym_output_stream_statement_token1] = ACTIONS(125), + [aux_sym_on_error_phrase_token1] = ACTIONS(125), + [aux_sym_stop_after_phrase_token1] = ACTIONS(125), + [aux_sym_do_tuning_token1] = ACTIONS(125), + [aux_sym_where_clause_token1] = ACTIONS(125), + [aux_sym_query_tuning_token1] = ACTIONS(125), + [aux_sym_query_tuning_token2] = ACTIONS(125), + [aux_sym_query_tuning_token3] = ACTIONS(125), + [aux_sym_query_tuning_token4] = ACTIONS(125), + [aux_sym_query_tuning_token5] = ACTIONS(125), + [aux_sym_query_tuning_token6] = ACTIONS(125), + [aux_sym_of_token1] = ACTIONS(125), + [aux_sym_field_option_token1] = ACTIONS(125), + [aux_sym_field_option_token2] = ACTIONS(125), + [aux_sym_field_option_token3] = ACTIONS(125), + [aux_sym_field_option_token4] = ACTIONS(125), + [aux_sym_field_option_token5] = ACTIONS(125), + [aux_sym_field_option_token6] = ACTIONS(125), + [aux_sym_field_definition_token1] = ACTIONS(125), + [aux_sym_index_definition_token1] = ACTIONS(125), + [aux_sym_of_phrase_token1] = ACTIONS(125), + [aux_sym_of_phrase_token2] = ACTIONS(125), + [sym__namedoublecolon] = ACTIONS(85), + [sym__or_operator] = ACTIONS(125), + [sym__and_operator] = ACTIONS(125), }, [16] = { [sym_comment] = STATE(16), [sym_include] = STATE(16), - [aux_sym_object_access_repeat1] = STATE(4), - [anon_sym_COLON] = ACTIONS(98), + [anon_sym_COLON] = ACTIONS(129), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(100), + [anon_sym_SLASH] = ACTIONS(131), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(98), - [sym__terminator] = ACTIONS(98), - [aux_sym__block_terminator_token1] = ACTIONS(98), - [anon_sym_COMMA] = ACTIONS(98), - [anon_sym_RBRACK] = ACTIONS(98), - [anon_sym_LPAREN] = ACTIONS(98), - [anon_sym_RPAREN] = ACTIONS(98), - [anon_sym_EQ] = ACTIONS(98), - [aux_sym_unary_expression_token2] = ACTIONS(98), - [anon_sym_PLUS] = ACTIONS(98), - [anon_sym_DASH] = ACTIONS(98), - [aux_sym__multiplicative_operator_token1] = ACTIONS(98), - [aux_sym__multiplicative_operator_token2] = ACTIONS(100), - [anon_sym_LT] = ACTIONS(100), - [anon_sym_LT_EQ] = ACTIONS(98), - [anon_sym_LT_GT] = ACTIONS(98), - [anon_sym_GT] = ACTIONS(100), - [anon_sym_GT_EQ] = ACTIONS(98), - [aux_sym__comparison_operator_token1] = ACTIONS(98), - [aux_sym__comparison_operator_token2] = ACTIONS(98), - [aux_sym__comparison_operator_token3] = ACTIONS(98), - [aux_sym__comparison_operator_token4] = ACTIONS(98), - [aux_sym__comparison_operator_token5] = ACTIONS(98), - [aux_sym__comparison_operator_token6] = ACTIONS(98), - [aux_sym__comparison_operator_token7] = ACTIONS(98), - [aux_sym__comparison_operator_token8] = ACTIONS(98), - [aux_sym__comparison_operator_token9] = ACTIONS(98), - [aux_sym_when_expression_token1] = ACTIONS(98), - [aux_sym_variable_tuning_token1] = ACTIONS(98), - [aux_sym_variable_tuning_token2] = ACTIONS(100), - [aux_sym_variable_tuning_token3] = ACTIONS(98), - [aux_sym_variable_tuning_token4] = ACTIONS(98), - [aux_sym_variable_tuning_token5] = ACTIONS(98), - [aux_sym_variable_tuning_token6] = ACTIONS(98), - [aux_sym_variable_tuning_token7] = ACTIONS(98), - [aux_sym_variable_tuning_token8] = ACTIONS(98), - [aux_sym_argument_tuning_token1] = ACTIONS(98), - [aux_sym_argument_tuning_token2] = ACTIONS(98), - [aux_sym_argument_tuning_token3] = ACTIONS(98), - [aux_sym_argument_tuning_token4] = ACTIONS(98), - [aux_sym_function_call_token1] = ACTIONS(98), - [aux_sym_if_statement_token2] = ACTIONS(98), - [aux_sym_else_statement_token1] = ACTIONS(98), - [aux_sym_repeat_tuning_token1] = ACTIONS(98), - [aux_sym_using_statement_token1] = ACTIONS(98), - [aux_sym_input_stream_tuning_token1] = ACTIONS(98), - [aux_sym_input_stream_tuning_token2] = ACTIONS(98), - [aux_sym_input_stream_tuning_token3] = ACTIONS(98), - [aux_sym_input_stream_tuning_token4] = ACTIONS(98), - [aux_sym_input_stream_tuning_token5] = ACTIONS(98), - [aux_sym_input_stream_tuning_token6] = ACTIONS(98), - [aux_sym_input_stream_tuning_token7] = ACTIONS(98), - [aux_sym_input_stream_tuning_token8] = ACTIONS(98), - [aux_sym_input_stream_tuning_token9] = ACTIONS(98), - [aux_sym_input_stream_tuning_token11] = ACTIONS(98), - [aux_sym_output_stream_tuning_token1] = ACTIONS(98), - [aux_sym_output_stream_tuning_token2] = ACTIONS(98), - [aux_sym_output_stream_tuning_token3] = ACTIONS(98), - [aux_sym_output_stream_tuning_token4] = ACTIONS(98), - [aux_sym_output_stream_tuning_token5] = ACTIONS(98), - [aux_sym_output_stream_tuning_token6] = ACTIONS(98), - [aux_sym_output_stream_tuning_token7] = ACTIONS(98), - [aux_sym_output_stream_statement_token1] = ACTIONS(98), - [aux_sym_on_error_phrase_token1] = ACTIONS(98), - [aux_sym_stop_after_phrase_token1] = ACTIONS(98), - [aux_sym_do_tuning_token1] = ACTIONS(98), - [aux_sym_where_clause_token1] = ACTIONS(98), - [aux_sym_query_tuning_token1] = ACTIONS(98), - [aux_sym_query_tuning_token2] = ACTIONS(98), - [aux_sym_query_tuning_token3] = ACTIONS(98), - [aux_sym_query_tuning_token4] = ACTIONS(98), - [aux_sym_query_tuning_token5] = ACTIONS(98), - [aux_sym_query_tuning_token6] = ACTIONS(98), - [aux_sym_of_token1] = ACTIONS(98), - [aux_sym_field_option_token1] = ACTIONS(98), - [aux_sym_field_option_token2] = ACTIONS(98), - [aux_sym_field_option_token3] = ACTIONS(98), - [aux_sym_field_option_token4] = ACTIONS(98), - [aux_sym_field_option_token5] = ACTIONS(98), - [aux_sym_field_option_token6] = ACTIONS(98), - [aux_sym_field_definition_token1] = ACTIONS(98), - [aux_sym_index_definition_token1] = ACTIONS(98), - [aux_sym_of_phrase_token1] = ACTIONS(98), - [aux_sym_of_phrase_token2] = ACTIONS(98), - [sym__namecolon] = ACTIONS(83), - [sym__or_operator] = ACTIONS(98), - [sym__and_operator] = ACTIONS(98), + [anon_sym_STAR] = ACTIONS(129), + [sym__terminator] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_RBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(129), + [anon_sym_EQ] = ACTIONS(129), + [aux_sym_unary_expression_token2] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(129), + [aux_sym__multiplicative_operator_token1] = ACTIONS(129), + [aux_sym__multiplicative_operator_token2] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(131), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_LT_GT] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(131), + [anon_sym_GT_EQ] = ACTIONS(129), + [aux_sym__comparison_operator_token1] = ACTIONS(129), + [aux_sym__comparison_operator_token2] = ACTIONS(129), + [aux_sym__comparison_operator_token3] = ACTIONS(129), + [aux_sym__comparison_operator_token4] = ACTIONS(129), + [aux_sym__comparison_operator_token5] = ACTIONS(129), + [aux_sym__comparison_operator_token6] = ACTIONS(129), + [aux_sym__comparison_operator_token7] = ACTIONS(129), + [aux_sym__comparison_operator_token8] = ACTIONS(129), + [aux_sym__comparison_operator_token9] = ACTIONS(129), + [aux_sym_when_expression_token1] = ACTIONS(129), + [aux_sym_variable_tuning_token1] = ACTIONS(129), + [aux_sym_variable_tuning_token2] = ACTIONS(131), + [aux_sym_variable_tuning_token3] = ACTIONS(129), + [aux_sym_variable_tuning_token4] = ACTIONS(129), + [aux_sym_variable_tuning_token5] = ACTIONS(129), + [aux_sym_variable_tuning_token6] = ACTIONS(129), + [aux_sym_variable_tuning_token7] = ACTIONS(129), + [aux_sym_variable_tuning_token8] = ACTIONS(129), + [aux_sym_argument_tuning_token1] = ACTIONS(129), + [aux_sym_argument_tuning_token2] = ACTIONS(129), + [aux_sym_argument_tuning_token3] = ACTIONS(129), + [aux_sym_argument_tuning_token4] = ACTIONS(129), + [aux_sym_function_call_token1] = ACTIONS(129), + [aux_sym_if_statement_token2] = ACTIONS(129), + [aux_sym_else_statement_token1] = ACTIONS(129), + [aux_sym_repeat_tuning_token1] = ACTIONS(129), + [aux_sym_using_statement_token1] = ACTIONS(129), + [anon_sym_NO_DASHERROR] = ACTIONS(131), + [aux_sym_input_stream_tuning_token1] = ACTIONS(129), + [aux_sym_input_stream_tuning_token2] = ACTIONS(129), + [aux_sym_input_stream_tuning_token3] = ACTIONS(129), + [aux_sym_input_stream_tuning_token4] = ACTIONS(129), + [aux_sym_input_stream_tuning_token5] = ACTIONS(129), + [aux_sym_input_stream_tuning_token6] = ACTIONS(129), + [aux_sym_input_stream_tuning_token7] = ACTIONS(129), + [aux_sym_input_stream_tuning_token8] = ACTIONS(129), + [aux_sym_input_stream_tuning_token9] = ACTIONS(129), + [aux_sym_input_stream_tuning_token11] = ACTIONS(129), + [aux_sym_output_stream_tuning_token1] = ACTIONS(129), + [aux_sym_output_stream_tuning_token2] = ACTIONS(129), + [aux_sym_output_stream_tuning_token3] = ACTIONS(129), + [aux_sym_output_stream_tuning_token4] = ACTIONS(129), + [aux_sym_output_stream_tuning_token5] = ACTIONS(129), + [aux_sym_output_stream_tuning_token6] = ACTIONS(129), + [aux_sym_output_stream_tuning_token7] = ACTIONS(129), + [aux_sym_output_stream_statement_token1] = ACTIONS(129), + [aux_sym_on_error_phrase_token1] = ACTIONS(129), + [aux_sym_stop_after_phrase_token1] = ACTIONS(129), + [aux_sym_do_tuning_token1] = ACTIONS(129), + [aux_sym_where_clause_token1] = ACTIONS(129), + [aux_sym_query_tuning_token1] = ACTIONS(129), + [aux_sym_query_tuning_token2] = ACTIONS(129), + [aux_sym_query_tuning_token3] = ACTIONS(129), + [aux_sym_query_tuning_token4] = ACTIONS(129), + [aux_sym_query_tuning_token5] = ACTIONS(129), + [aux_sym_query_tuning_token6] = ACTIONS(129), + [aux_sym_of_token1] = ACTIONS(129), + [aux_sym_field_option_token1] = ACTIONS(129), + [aux_sym_field_option_token2] = ACTIONS(129), + [aux_sym_field_option_token3] = ACTIONS(129), + [aux_sym_field_option_token4] = ACTIONS(129), + [aux_sym_field_option_token5] = ACTIONS(129), + [aux_sym_field_option_token6] = ACTIONS(129), + [aux_sym_field_definition_token1] = ACTIONS(129), + [aux_sym_index_definition_token1] = ACTIONS(129), + [aux_sym_of_phrase_token1] = ACTIONS(129), + [aux_sym_of_phrase_token2] = ACTIONS(129), + [sym__namecolon] = ACTIONS(129), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), }, [17] = { [sym_comment] = STATE(17), [sym_include] = STATE(17), - [aux_sym_object_access_repeat1] = STATE(6), + [aux_sym_object_access_repeat1] = STATE(4), [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -48365,7 +51446,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(87), [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), [anon_sym_COMMA] = ACTIONS(87), [anon_sym_RBRACK] = ACTIONS(87), [anon_sym_LPAREN] = ACTIONS(87), @@ -48454,390 +51534,386 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [18] = { [sym_comment] = STATE(18), [sym_include] = STATE(18), - [aux_sym_qualified_name_repeat1] = STATE(9), - [anon_sym_COLON] = ACTIONS(132), + [aux_sym_qualified_name_repeat1] = STATE(7), + [anon_sym_COLON] = ACTIONS(133), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(134), + [anon_sym_SLASH] = ACTIONS(135), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(132), - [sym__terminator] = ACTIONS(132), - [aux_sym__block_terminator_token1] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_RBRACK] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_RPAREN] = ACTIONS(132), - [anon_sym_EQ] = ACTIONS(132), - [aux_sym_unary_expression_token2] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(132), - [aux_sym__multiplicative_operator_token1] = ACTIONS(132), - [aux_sym__multiplicative_operator_token2] = ACTIONS(134), - [anon_sym_LT] = ACTIONS(134), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_LT_GT] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(134), - [anon_sym_GT_EQ] = ACTIONS(132), - [aux_sym__comparison_operator_token1] = ACTIONS(132), - [aux_sym__comparison_operator_token2] = ACTIONS(132), - [aux_sym__comparison_operator_token3] = ACTIONS(132), - [aux_sym__comparison_operator_token4] = ACTIONS(132), - [aux_sym__comparison_operator_token5] = ACTIONS(132), - [aux_sym__comparison_operator_token6] = ACTIONS(132), - [aux_sym__comparison_operator_token7] = ACTIONS(132), - [aux_sym__comparison_operator_token8] = ACTIONS(132), - [aux_sym__comparison_operator_token9] = ACTIONS(132), - [aux_sym_when_expression_token1] = ACTIONS(132), - [aux_sym_variable_tuning_token1] = ACTIONS(132), - [aux_sym_variable_tuning_token2] = ACTIONS(134), - [aux_sym_variable_tuning_token3] = ACTIONS(132), - [aux_sym_variable_tuning_token4] = ACTIONS(132), - [aux_sym_variable_tuning_token5] = ACTIONS(132), - [aux_sym_variable_tuning_token6] = ACTIONS(132), - [aux_sym_variable_tuning_token7] = ACTIONS(132), - [aux_sym_variable_tuning_token8] = ACTIONS(132), - [aux_sym_argument_tuning_token1] = ACTIONS(132), - [aux_sym_argument_tuning_token2] = ACTIONS(132), - [aux_sym_argument_tuning_token3] = ACTIONS(132), - [aux_sym_argument_tuning_token4] = ACTIONS(132), - [aux_sym_function_call_token1] = ACTIONS(132), - [aux_sym_if_statement_token2] = ACTIONS(132), - [aux_sym_else_statement_token1] = ACTIONS(132), - [aux_sym_repeat_tuning_token1] = ACTIONS(132), - [aux_sym_using_statement_token1] = ACTIONS(132), - [aux_sym_input_stream_tuning_token1] = ACTIONS(132), - [aux_sym_input_stream_tuning_token2] = ACTIONS(132), - [aux_sym_input_stream_tuning_token3] = ACTIONS(132), - [aux_sym_input_stream_tuning_token4] = ACTIONS(132), - [aux_sym_input_stream_tuning_token5] = ACTIONS(132), - [aux_sym_input_stream_tuning_token6] = ACTIONS(132), - [aux_sym_input_stream_tuning_token7] = ACTIONS(132), - [aux_sym_input_stream_tuning_token8] = ACTIONS(132), - [aux_sym_input_stream_tuning_token9] = ACTIONS(132), - [aux_sym_input_stream_tuning_token11] = ACTIONS(132), - [aux_sym_output_stream_tuning_token1] = ACTIONS(132), - [aux_sym_output_stream_tuning_token2] = ACTIONS(132), - [aux_sym_output_stream_tuning_token3] = ACTIONS(132), - [aux_sym_output_stream_tuning_token4] = ACTIONS(132), - [aux_sym_output_stream_tuning_token5] = ACTIONS(132), - [aux_sym_output_stream_tuning_token6] = ACTIONS(132), - [aux_sym_output_stream_tuning_token7] = ACTIONS(132), - [aux_sym_output_stream_statement_token1] = ACTIONS(132), - [aux_sym_on_error_phrase_token1] = ACTIONS(132), - [aux_sym_stop_after_phrase_token1] = ACTIONS(132), - [aux_sym_do_tuning_token1] = ACTIONS(132), - [aux_sym_where_clause_token1] = ACTIONS(132), - [aux_sym_query_tuning_token1] = ACTIONS(132), - [aux_sym_query_tuning_token2] = ACTIONS(132), - [aux_sym_query_tuning_token3] = ACTIONS(132), - [aux_sym_query_tuning_token4] = ACTIONS(132), - [aux_sym_query_tuning_token5] = ACTIONS(132), - [aux_sym_query_tuning_token6] = ACTIONS(132), - [aux_sym_of_token1] = ACTIONS(132), - [aux_sym_field_option_token1] = ACTIONS(132), - [aux_sym_field_option_token2] = ACTIONS(132), - [aux_sym_field_option_token3] = ACTIONS(132), - [aux_sym_field_option_token4] = ACTIONS(132), - [aux_sym_field_option_token5] = ACTIONS(132), - [aux_sym_field_option_token6] = ACTIONS(132), - [aux_sym_field_definition_token1] = ACTIONS(132), - [aux_sym_index_definition_token1] = ACTIONS(132), - [aux_sym_of_phrase_token1] = ACTIONS(132), - [aux_sym_of_phrase_token2] = ACTIONS(132), + [anon_sym_STAR] = ACTIONS(133), + [sym__terminator] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(133), + [anon_sym_EQ] = ACTIONS(133), + [aux_sym_unary_expression_token2] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_DASH] = ACTIONS(133), + [aux_sym__multiplicative_operator_token1] = ACTIONS(133), + [aux_sym__multiplicative_operator_token2] = ACTIONS(135), + [anon_sym_LT] = ACTIONS(135), + [anon_sym_LT_EQ] = ACTIONS(133), + [anon_sym_LT_GT] = ACTIONS(133), + [anon_sym_GT] = ACTIONS(135), + [anon_sym_GT_EQ] = ACTIONS(133), + [aux_sym__comparison_operator_token1] = ACTIONS(133), + [aux_sym__comparison_operator_token2] = ACTIONS(133), + [aux_sym__comparison_operator_token3] = ACTIONS(133), + [aux_sym__comparison_operator_token4] = ACTIONS(133), + [aux_sym__comparison_operator_token5] = ACTIONS(133), + [aux_sym__comparison_operator_token6] = ACTIONS(133), + [aux_sym__comparison_operator_token7] = ACTIONS(133), + [aux_sym__comparison_operator_token8] = ACTIONS(133), + [aux_sym__comparison_operator_token9] = ACTIONS(133), + [aux_sym_when_expression_token1] = ACTIONS(133), + [aux_sym_variable_tuning_token1] = ACTIONS(133), + [aux_sym_variable_tuning_token2] = ACTIONS(135), + [aux_sym_variable_tuning_token3] = ACTIONS(133), + [aux_sym_variable_tuning_token4] = ACTIONS(133), + [aux_sym_variable_tuning_token5] = ACTIONS(133), + [aux_sym_variable_tuning_token6] = ACTIONS(133), + [aux_sym_variable_tuning_token7] = ACTIONS(133), + [aux_sym_variable_tuning_token8] = ACTIONS(133), + [aux_sym_argument_tuning_token1] = ACTIONS(133), + [aux_sym_argument_tuning_token2] = ACTIONS(133), + [aux_sym_argument_tuning_token3] = ACTIONS(133), + [aux_sym_argument_tuning_token4] = ACTIONS(133), + [aux_sym_function_call_token1] = ACTIONS(133), + [aux_sym_if_statement_token2] = ACTIONS(133), + [aux_sym_else_statement_token1] = ACTIONS(133), + [aux_sym_repeat_tuning_token1] = ACTIONS(133), + [aux_sym_using_statement_token1] = ACTIONS(133), + [aux_sym_input_stream_tuning_token1] = ACTIONS(133), + [aux_sym_input_stream_tuning_token2] = ACTIONS(133), + [aux_sym_input_stream_tuning_token3] = ACTIONS(133), + [aux_sym_input_stream_tuning_token4] = ACTIONS(133), + [aux_sym_input_stream_tuning_token5] = ACTIONS(133), + [aux_sym_input_stream_tuning_token6] = ACTIONS(133), + [aux_sym_input_stream_tuning_token7] = ACTIONS(133), + [aux_sym_input_stream_tuning_token8] = ACTIONS(133), + [aux_sym_input_stream_tuning_token9] = ACTIONS(133), + [aux_sym_input_stream_tuning_token11] = ACTIONS(133), + [aux_sym_output_stream_tuning_token1] = ACTIONS(133), + [aux_sym_output_stream_tuning_token2] = ACTIONS(133), + [aux_sym_output_stream_tuning_token3] = ACTIONS(133), + [aux_sym_output_stream_tuning_token4] = ACTIONS(133), + [aux_sym_output_stream_tuning_token5] = ACTIONS(133), + [aux_sym_output_stream_tuning_token6] = ACTIONS(133), + [aux_sym_output_stream_tuning_token7] = ACTIONS(133), + [aux_sym_output_stream_statement_token1] = ACTIONS(133), + [aux_sym_on_error_phrase_token1] = ACTIONS(133), + [aux_sym_stop_after_phrase_token1] = ACTIONS(133), + [aux_sym_do_tuning_token1] = ACTIONS(133), + [aux_sym_where_clause_token1] = ACTIONS(133), + [aux_sym_query_tuning_token1] = ACTIONS(133), + [aux_sym_query_tuning_token2] = ACTIONS(133), + [aux_sym_query_tuning_token3] = ACTIONS(133), + [aux_sym_query_tuning_token4] = ACTIONS(133), + [aux_sym_query_tuning_token5] = ACTIONS(133), + [aux_sym_query_tuning_token6] = ACTIONS(133), + [aux_sym_of_token1] = ACTIONS(133), + [aux_sym_field_option_token1] = ACTIONS(133), + [aux_sym_field_option_token2] = ACTIONS(133), + [aux_sym_field_option_token3] = ACTIONS(133), + [aux_sym_field_option_token4] = ACTIONS(133), + [aux_sym_field_option_token5] = ACTIONS(133), + [aux_sym_field_option_token6] = ACTIONS(133), + [aux_sym_field_definition_token1] = ACTIONS(133), + [aux_sym_index_definition_token1] = ACTIONS(133), + [aux_sym_of_phrase_token1] = ACTIONS(133), + [aux_sym_of_phrase_token2] = ACTIONS(133), [sym__namedot] = ACTIONS(81), - [sym__or_operator] = ACTIONS(132), - [sym__and_operator] = ACTIONS(132), + [sym__or_operator] = ACTIONS(133), + [sym__and_operator] = ACTIONS(133), }, [19] = { [sym_comment] = STATE(19), [sym_include] = STATE(19), - [aux_sym_member_access_repeat1] = STATE(12), - [anon_sym_COLON] = ACTIONS(136), + [anon_sym_COLON] = ACTIONS(137), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(138), + [anon_sym_SLASH] = ACTIONS(139), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(136), - [sym__terminator] = ACTIONS(136), - [aux_sym__block_terminator_token1] = ACTIONS(136), - [anon_sym_COMMA] = ACTIONS(136), - [anon_sym_RBRACK] = ACTIONS(136), - [anon_sym_LPAREN] = ACTIONS(136), - [anon_sym_RPAREN] = ACTIONS(136), - [anon_sym_EQ] = ACTIONS(136), - [aux_sym_unary_expression_token2] = ACTIONS(136), - [anon_sym_PLUS] = ACTIONS(136), - [anon_sym_DASH] = ACTIONS(136), - [aux_sym__multiplicative_operator_token1] = ACTIONS(136), - [aux_sym__multiplicative_operator_token2] = ACTIONS(138), - [anon_sym_LT] = ACTIONS(138), - [anon_sym_LT_EQ] = ACTIONS(136), - [anon_sym_LT_GT] = ACTIONS(136), - [anon_sym_GT] = ACTIONS(138), - [anon_sym_GT_EQ] = ACTIONS(136), - [aux_sym__comparison_operator_token1] = ACTIONS(136), - [aux_sym__comparison_operator_token2] = ACTIONS(136), - [aux_sym__comparison_operator_token3] = ACTIONS(136), - [aux_sym__comparison_operator_token4] = ACTIONS(136), - [aux_sym__comparison_operator_token5] = ACTIONS(136), - [aux_sym__comparison_operator_token6] = ACTIONS(136), - [aux_sym__comparison_operator_token7] = ACTIONS(136), - [aux_sym__comparison_operator_token8] = ACTIONS(136), - [aux_sym__comparison_operator_token9] = ACTIONS(136), - [aux_sym_when_expression_token1] = ACTIONS(136), - [aux_sym_variable_tuning_token1] = ACTIONS(136), - [aux_sym_variable_tuning_token2] = ACTIONS(138), - [aux_sym_variable_tuning_token3] = ACTIONS(136), - [aux_sym_variable_tuning_token4] = ACTIONS(136), - [aux_sym_variable_tuning_token5] = ACTIONS(136), - [aux_sym_variable_tuning_token6] = ACTIONS(136), - [aux_sym_variable_tuning_token7] = ACTIONS(136), - [aux_sym_variable_tuning_token8] = ACTIONS(136), - [aux_sym_argument_tuning_token1] = ACTIONS(136), - [aux_sym_argument_tuning_token2] = ACTIONS(136), - [aux_sym_argument_tuning_token3] = ACTIONS(136), - [aux_sym_argument_tuning_token4] = ACTIONS(136), - [aux_sym_function_call_token1] = ACTIONS(136), - [aux_sym_if_statement_token2] = ACTIONS(136), - [aux_sym_else_statement_token1] = ACTIONS(136), - [aux_sym_repeat_tuning_token1] = ACTIONS(136), - [aux_sym_using_statement_token1] = ACTIONS(136), - [aux_sym_input_stream_tuning_token1] = ACTIONS(136), - [aux_sym_input_stream_tuning_token2] = ACTIONS(136), - [aux_sym_input_stream_tuning_token3] = ACTIONS(136), - [aux_sym_input_stream_tuning_token4] = ACTIONS(136), - [aux_sym_input_stream_tuning_token5] = ACTIONS(136), - [aux_sym_input_stream_tuning_token6] = ACTIONS(136), - [aux_sym_input_stream_tuning_token7] = ACTIONS(136), - [aux_sym_input_stream_tuning_token8] = ACTIONS(136), - [aux_sym_input_stream_tuning_token9] = ACTIONS(136), - [aux_sym_input_stream_tuning_token11] = ACTIONS(136), - [aux_sym_output_stream_tuning_token1] = ACTIONS(136), - [aux_sym_output_stream_tuning_token2] = ACTIONS(136), - [aux_sym_output_stream_tuning_token3] = ACTIONS(136), - [aux_sym_output_stream_tuning_token4] = ACTIONS(136), - [aux_sym_output_stream_tuning_token5] = ACTIONS(136), - [aux_sym_output_stream_tuning_token6] = ACTIONS(136), - [aux_sym_output_stream_tuning_token7] = ACTIONS(136), - [aux_sym_output_stream_statement_token1] = ACTIONS(136), - [aux_sym_on_error_phrase_token1] = ACTIONS(136), - [aux_sym_stop_after_phrase_token1] = ACTIONS(136), - [aux_sym_do_tuning_token1] = ACTIONS(136), - [aux_sym_where_clause_token1] = ACTIONS(136), - [aux_sym_query_tuning_token1] = ACTIONS(136), - [aux_sym_query_tuning_token2] = ACTIONS(136), - [aux_sym_query_tuning_token3] = ACTIONS(136), - [aux_sym_query_tuning_token4] = ACTIONS(136), - [aux_sym_query_tuning_token5] = ACTIONS(136), - [aux_sym_query_tuning_token6] = ACTIONS(136), - [aux_sym_of_token1] = ACTIONS(136), - [aux_sym_field_option_token1] = ACTIONS(136), - [aux_sym_field_option_token2] = ACTIONS(136), - [aux_sym_field_option_token3] = ACTIONS(136), - [aux_sym_field_option_token4] = ACTIONS(136), - [aux_sym_field_option_token5] = ACTIONS(136), - [aux_sym_field_option_token6] = ACTIONS(136), - [aux_sym_field_definition_token1] = ACTIONS(136), - [aux_sym_index_definition_token1] = ACTIONS(136), - [aux_sym_of_phrase_token1] = ACTIONS(136), - [aux_sym_of_phrase_token2] = ACTIONS(136), - [sym__namedoublecolon] = ACTIONS(85), - [sym__or_operator] = ACTIONS(136), - [sym__and_operator] = ACTIONS(136), + [anon_sym_STAR] = ACTIONS(137), + [sym__terminator] = ACTIONS(137), + [anon_sym_COMMA] = ACTIONS(137), + [anon_sym_RBRACK] = ACTIONS(137), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_RPAREN] = ACTIONS(137), + [anon_sym_EQ] = ACTIONS(137), + [aux_sym_unary_expression_token2] = ACTIONS(137), + [anon_sym_PLUS] = ACTIONS(137), + [anon_sym_DASH] = ACTIONS(137), + [aux_sym__multiplicative_operator_token1] = ACTIONS(137), + [aux_sym__multiplicative_operator_token2] = ACTIONS(139), + [anon_sym_LT] = ACTIONS(139), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_LT_GT] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(139), + [anon_sym_GT_EQ] = ACTIONS(137), + [aux_sym__comparison_operator_token1] = ACTIONS(137), + [aux_sym__comparison_operator_token2] = ACTIONS(137), + [aux_sym__comparison_operator_token3] = ACTIONS(137), + [aux_sym__comparison_operator_token4] = ACTIONS(137), + [aux_sym__comparison_operator_token5] = ACTIONS(137), + [aux_sym__comparison_operator_token6] = ACTIONS(137), + [aux_sym__comparison_operator_token7] = ACTIONS(137), + [aux_sym__comparison_operator_token8] = ACTIONS(137), + [aux_sym__comparison_operator_token9] = ACTIONS(137), + [aux_sym_when_expression_token1] = ACTIONS(137), + [aux_sym_variable_tuning_token1] = ACTIONS(137), + [aux_sym_variable_tuning_token2] = ACTIONS(139), + [aux_sym_variable_tuning_token3] = ACTIONS(137), + [aux_sym_variable_tuning_token4] = ACTIONS(137), + [aux_sym_variable_tuning_token5] = ACTIONS(137), + [aux_sym_variable_tuning_token6] = ACTIONS(137), + [aux_sym_variable_tuning_token7] = ACTIONS(137), + [aux_sym_variable_tuning_token8] = ACTIONS(137), + [aux_sym_argument_tuning_token1] = ACTIONS(137), + [aux_sym_argument_tuning_token2] = ACTIONS(137), + [aux_sym_argument_tuning_token3] = ACTIONS(137), + [aux_sym_argument_tuning_token4] = ACTIONS(137), + [aux_sym_function_call_token1] = ACTIONS(137), + [aux_sym_if_statement_token2] = ACTIONS(137), + [aux_sym_else_statement_token1] = ACTIONS(137), + [aux_sym_repeat_tuning_token1] = ACTIONS(137), + [aux_sym_using_statement_token1] = ACTIONS(137), + [anon_sym_NO_DASHERROR] = ACTIONS(139), + [aux_sym_input_stream_tuning_token1] = ACTIONS(137), + [aux_sym_input_stream_tuning_token2] = ACTIONS(137), + [aux_sym_input_stream_tuning_token3] = ACTIONS(137), + [aux_sym_input_stream_tuning_token4] = ACTIONS(137), + [aux_sym_input_stream_tuning_token5] = ACTIONS(137), + [aux_sym_input_stream_tuning_token6] = ACTIONS(137), + [aux_sym_input_stream_tuning_token7] = ACTIONS(137), + [aux_sym_input_stream_tuning_token8] = ACTIONS(137), + [aux_sym_input_stream_tuning_token9] = ACTIONS(137), + [aux_sym_input_stream_tuning_token11] = ACTIONS(137), + [aux_sym_output_stream_tuning_token1] = ACTIONS(137), + [aux_sym_output_stream_tuning_token2] = ACTIONS(137), + [aux_sym_output_stream_tuning_token3] = ACTIONS(137), + [aux_sym_output_stream_tuning_token4] = ACTIONS(137), + [aux_sym_output_stream_tuning_token5] = ACTIONS(137), + [aux_sym_output_stream_tuning_token6] = ACTIONS(137), + [aux_sym_output_stream_tuning_token7] = ACTIONS(137), + [aux_sym_output_stream_statement_token1] = ACTIONS(137), + [aux_sym_on_error_phrase_token1] = ACTIONS(137), + [aux_sym_stop_after_phrase_token1] = ACTIONS(137), + [aux_sym_do_tuning_token1] = ACTIONS(137), + [aux_sym_where_clause_token1] = ACTIONS(137), + [aux_sym_query_tuning_token1] = ACTIONS(137), + [aux_sym_query_tuning_token2] = ACTIONS(137), + [aux_sym_query_tuning_token3] = ACTIONS(137), + [aux_sym_query_tuning_token4] = ACTIONS(137), + [aux_sym_query_tuning_token5] = ACTIONS(137), + [aux_sym_query_tuning_token6] = ACTIONS(137), + [aux_sym_of_token1] = ACTIONS(137), + [aux_sym_field_option_token1] = ACTIONS(137), + [aux_sym_field_option_token2] = ACTIONS(137), + [aux_sym_field_option_token3] = ACTIONS(137), + [aux_sym_field_option_token4] = ACTIONS(137), + [aux_sym_field_option_token5] = ACTIONS(137), + [aux_sym_field_option_token6] = ACTIONS(137), + [aux_sym_field_definition_token1] = ACTIONS(137), + [aux_sym_index_definition_token1] = ACTIONS(137), + [aux_sym_of_phrase_token1] = ACTIONS(137), + [aux_sym_of_phrase_token2] = ACTIONS(137), + [sym__namecolon] = ACTIONS(137), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), }, [20] = { [sym_comment] = STATE(20), [sym_include] = STATE(20), - [anon_sym_COLON] = ACTIONS(140), + [aux_sym_member_access_repeat1] = STATE(20), + [anon_sym_COLON] = ACTIONS(141), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(142), + [anon_sym_SLASH] = ACTIONS(143), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(140), - [sym__terminator] = ACTIONS(140), - [aux_sym__block_terminator_token1] = ACTIONS(140), - [anon_sym_COMMA] = ACTIONS(140), - [anon_sym_RBRACK] = ACTIONS(140), - [anon_sym_LPAREN] = ACTIONS(140), - [anon_sym_RPAREN] = ACTIONS(140), - [anon_sym_EQ] = ACTIONS(140), - [aux_sym_unary_expression_token2] = ACTIONS(140), - [anon_sym_PLUS] = ACTIONS(140), - [anon_sym_DASH] = ACTIONS(140), - [aux_sym__multiplicative_operator_token1] = ACTIONS(140), - [aux_sym__multiplicative_operator_token2] = ACTIONS(142), - [anon_sym_LT] = ACTIONS(142), - [anon_sym_LT_EQ] = ACTIONS(140), - [anon_sym_LT_GT] = ACTIONS(140), - [anon_sym_GT] = ACTIONS(142), - [anon_sym_GT_EQ] = ACTIONS(140), - [aux_sym__comparison_operator_token1] = ACTIONS(140), - [aux_sym__comparison_operator_token2] = ACTIONS(140), - [aux_sym__comparison_operator_token3] = ACTIONS(140), - [aux_sym__comparison_operator_token4] = ACTIONS(140), - [aux_sym__comparison_operator_token5] = ACTIONS(140), - [aux_sym__comparison_operator_token6] = ACTIONS(140), - [aux_sym__comparison_operator_token7] = ACTIONS(140), - [aux_sym__comparison_operator_token8] = ACTIONS(140), - [aux_sym__comparison_operator_token9] = ACTIONS(140), - [aux_sym_when_expression_token1] = ACTIONS(140), - [aux_sym_variable_tuning_token1] = ACTIONS(140), - [aux_sym_variable_tuning_token2] = ACTIONS(142), - [aux_sym_variable_tuning_token3] = ACTIONS(140), - [aux_sym_variable_tuning_token4] = ACTIONS(140), - [aux_sym_variable_tuning_token5] = ACTIONS(140), - [aux_sym_variable_tuning_token6] = ACTIONS(140), - [aux_sym_variable_tuning_token7] = ACTIONS(140), - [aux_sym_variable_tuning_token8] = ACTIONS(140), - [aux_sym_argument_tuning_token1] = ACTIONS(140), - [aux_sym_argument_tuning_token2] = ACTIONS(140), - [aux_sym_argument_tuning_token3] = ACTIONS(140), - [aux_sym_argument_tuning_token4] = ACTIONS(140), - [aux_sym_function_call_token1] = ACTIONS(140), - [aux_sym_if_statement_token2] = ACTIONS(140), - [aux_sym_else_statement_token1] = ACTIONS(140), - [aux_sym_repeat_tuning_token1] = ACTIONS(140), - [aux_sym_using_statement_token1] = ACTIONS(140), - [anon_sym_NO_DASHERROR] = ACTIONS(142), - [aux_sym_input_stream_tuning_token1] = ACTIONS(140), - [aux_sym_input_stream_tuning_token2] = ACTIONS(140), - [aux_sym_input_stream_tuning_token3] = ACTIONS(140), - [aux_sym_input_stream_tuning_token4] = ACTIONS(140), - [aux_sym_input_stream_tuning_token5] = ACTIONS(140), - [aux_sym_input_stream_tuning_token6] = ACTIONS(140), - [aux_sym_input_stream_tuning_token7] = ACTIONS(140), - [aux_sym_input_stream_tuning_token8] = ACTIONS(140), - [aux_sym_input_stream_tuning_token9] = ACTIONS(140), - [aux_sym_input_stream_tuning_token11] = ACTIONS(140), - [aux_sym_output_stream_tuning_token1] = ACTIONS(140), - [aux_sym_output_stream_tuning_token2] = ACTIONS(140), - [aux_sym_output_stream_tuning_token3] = ACTIONS(140), - [aux_sym_output_stream_tuning_token4] = ACTIONS(140), - [aux_sym_output_stream_tuning_token5] = ACTIONS(140), - [aux_sym_output_stream_tuning_token6] = ACTIONS(140), - [aux_sym_output_stream_tuning_token7] = ACTIONS(140), - [aux_sym_output_stream_statement_token1] = ACTIONS(140), - [aux_sym_on_error_phrase_token1] = ACTIONS(140), - [aux_sym_stop_after_phrase_token1] = ACTIONS(140), - [aux_sym_do_tuning_token1] = ACTIONS(140), - [aux_sym_where_clause_token1] = ACTIONS(140), - [aux_sym_query_tuning_token1] = ACTIONS(140), - [aux_sym_query_tuning_token2] = ACTIONS(140), - [aux_sym_query_tuning_token3] = ACTIONS(140), - [aux_sym_query_tuning_token4] = ACTIONS(140), - [aux_sym_query_tuning_token5] = ACTIONS(140), - [aux_sym_query_tuning_token6] = ACTIONS(140), - [aux_sym_of_token1] = ACTIONS(140), - [aux_sym_field_option_token1] = ACTIONS(140), - [aux_sym_field_option_token2] = ACTIONS(140), - [aux_sym_field_option_token3] = ACTIONS(140), - [aux_sym_field_option_token4] = ACTIONS(140), - [aux_sym_field_option_token5] = ACTIONS(140), - [aux_sym_field_option_token6] = ACTIONS(140), - [aux_sym_field_definition_token1] = ACTIONS(140), - [aux_sym_index_definition_token1] = ACTIONS(140), - [aux_sym_of_phrase_token1] = ACTIONS(140), - [aux_sym_of_phrase_token2] = ACTIONS(140), - [sym__namecolon] = ACTIONS(140), - [sym__or_operator] = ACTIONS(140), - [sym__and_operator] = ACTIONS(140), + [anon_sym_STAR] = ACTIONS(141), + [sym__terminator] = ACTIONS(141), + [anon_sym_COMMA] = ACTIONS(141), + [anon_sym_RBRACK] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(141), + [anon_sym_RPAREN] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(141), + [aux_sym_unary_expression_token2] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_DASH] = ACTIONS(141), + [aux_sym__multiplicative_operator_token1] = ACTIONS(141), + [aux_sym__multiplicative_operator_token2] = ACTIONS(143), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(141), + [anon_sym_LT_GT] = ACTIONS(141), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(141), + [aux_sym__comparison_operator_token1] = ACTIONS(141), + [aux_sym__comparison_operator_token2] = ACTIONS(141), + [aux_sym__comparison_operator_token3] = ACTIONS(141), + [aux_sym__comparison_operator_token4] = ACTIONS(141), + [aux_sym__comparison_operator_token5] = ACTIONS(141), + [aux_sym__comparison_operator_token6] = ACTIONS(141), + [aux_sym__comparison_operator_token7] = ACTIONS(141), + [aux_sym__comparison_operator_token8] = ACTIONS(141), + [aux_sym__comparison_operator_token9] = ACTIONS(141), + [aux_sym_when_expression_token1] = ACTIONS(141), + [aux_sym_variable_tuning_token1] = ACTIONS(141), + [aux_sym_variable_tuning_token2] = ACTIONS(143), + [aux_sym_variable_tuning_token3] = ACTIONS(141), + [aux_sym_variable_tuning_token4] = ACTIONS(141), + [aux_sym_variable_tuning_token5] = ACTIONS(141), + [aux_sym_variable_tuning_token6] = ACTIONS(141), + [aux_sym_variable_tuning_token7] = ACTIONS(141), + [aux_sym_variable_tuning_token8] = ACTIONS(141), + [aux_sym_argument_tuning_token1] = ACTIONS(141), + [aux_sym_argument_tuning_token2] = ACTIONS(141), + [aux_sym_argument_tuning_token3] = ACTIONS(141), + [aux_sym_argument_tuning_token4] = ACTIONS(141), + [aux_sym_function_call_token1] = ACTIONS(141), + [aux_sym_if_statement_token2] = ACTIONS(141), + [aux_sym_else_statement_token1] = ACTIONS(141), + [aux_sym_repeat_tuning_token1] = ACTIONS(141), + [aux_sym_using_statement_token1] = ACTIONS(141), + [aux_sym_input_stream_tuning_token1] = ACTIONS(141), + [aux_sym_input_stream_tuning_token2] = ACTIONS(141), + [aux_sym_input_stream_tuning_token3] = ACTIONS(141), + [aux_sym_input_stream_tuning_token4] = ACTIONS(141), + [aux_sym_input_stream_tuning_token5] = ACTIONS(141), + [aux_sym_input_stream_tuning_token6] = ACTIONS(141), + [aux_sym_input_stream_tuning_token7] = ACTIONS(141), + [aux_sym_input_stream_tuning_token8] = ACTIONS(141), + [aux_sym_input_stream_tuning_token9] = ACTIONS(141), + [aux_sym_input_stream_tuning_token11] = ACTIONS(141), + [aux_sym_output_stream_tuning_token1] = ACTIONS(141), + [aux_sym_output_stream_tuning_token2] = ACTIONS(141), + [aux_sym_output_stream_tuning_token3] = ACTIONS(141), + [aux_sym_output_stream_tuning_token4] = ACTIONS(141), + [aux_sym_output_stream_tuning_token5] = ACTIONS(141), + [aux_sym_output_stream_tuning_token6] = ACTIONS(141), + [aux_sym_output_stream_tuning_token7] = ACTIONS(141), + [aux_sym_output_stream_statement_token1] = ACTIONS(141), + [aux_sym_on_error_phrase_token1] = ACTIONS(141), + [aux_sym_stop_after_phrase_token1] = ACTIONS(141), + [aux_sym_do_tuning_token1] = ACTIONS(141), + [aux_sym_where_clause_token1] = ACTIONS(141), + [aux_sym_query_tuning_token1] = ACTIONS(141), + [aux_sym_query_tuning_token2] = ACTIONS(141), + [aux_sym_query_tuning_token3] = ACTIONS(141), + [aux_sym_query_tuning_token4] = ACTIONS(141), + [aux_sym_query_tuning_token5] = ACTIONS(141), + [aux_sym_query_tuning_token6] = ACTIONS(141), + [aux_sym_of_token1] = ACTIONS(141), + [aux_sym_field_option_token1] = ACTIONS(141), + [aux_sym_field_option_token2] = ACTIONS(141), + [aux_sym_field_option_token3] = ACTIONS(141), + [aux_sym_field_option_token4] = ACTIONS(141), + [aux_sym_field_option_token5] = ACTIONS(141), + [aux_sym_field_option_token6] = ACTIONS(141), + [aux_sym_field_definition_token1] = ACTIONS(141), + [aux_sym_index_definition_token1] = ACTIONS(141), + [aux_sym_of_phrase_token1] = ACTIONS(141), + [aux_sym_of_phrase_token2] = ACTIONS(141), + [sym__namedoublecolon] = ACTIONS(145), + [sym__or_operator] = ACTIONS(141), + [sym__and_operator] = ACTIONS(141), }, [21] = { [sym_comment] = STATE(21), [sym_include] = STATE(21), - [anon_sym_COLON] = ACTIONS(144), + [sym_function_arguments] = STATE(22), + [anon_sym_COLON] = ACTIONS(67), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(146), + [anon_sym_SLASH] = ACTIONS(73), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(144), - [sym__terminator] = ACTIONS(144), - [aux_sym__block_terminator_token1] = ACTIONS(144), - [anon_sym_COMMA] = ACTIONS(144), - [anon_sym_RBRACK] = ACTIONS(144), - [anon_sym_LPAREN] = ACTIONS(144), - [anon_sym_RPAREN] = ACTIONS(144), - [anon_sym_EQ] = ACTIONS(144), - [aux_sym_unary_expression_token2] = ACTIONS(144), - [anon_sym_PLUS] = ACTIONS(144), - [anon_sym_DASH] = ACTIONS(144), - [aux_sym__multiplicative_operator_token1] = ACTIONS(144), - [aux_sym__multiplicative_operator_token2] = ACTIONS(146), - [anon_sym_LT] = ACTIONS(146), - [anon_sym_LT_EQ] = ACTIONS(144), - [anon_sym_LT_GT] = ACTIONS(144), - [anon_sym_GT] = ACTIONS(146), - [anon_sym_GT_EQ] = ACTIONS(144), - [aux_sym__comparison_operator_token1] = ACTIONS(144), - [aux_sym__comparison_operator_token2] = ACTIONS(144), - [aux_sym__comparison_operator_token3] = ACTIONS(144), - [aux_sym__comparison_operator_token4] = ACTIONS(144), - [aux_sym__comparison_operator_token5] = ACTIONS(144), - [aux_sym__comparison_operator_token6] = ACTIONS(144), - [aux_sym__comparison_operator_token7] = ACTIONS(144), - [aux_sym__comparison_operator_token8] = ACTIONS(144), - [aux_sym__comparison_operator_token9] = ACTIONS(144), - [aux_sym_when_expression_token1] = ACTIONS(144), - [aux_sym_variable_tuning_token1] = ACTIONS(144), - [aux_sym_variable_tuning_token2] = ACTIONS(146), - [aux_sym_variable_tuning_token3] = ACTIONS(144), - [aux_sym_variable_tuning_token4] = ACTIONS(144), - [aux_sym_variable_tuning_token5] = ACTIONS(144), - [aux_sym_variable_tuning_token6] = ACTIONS(144), - [aux_sym_variable_tuning_token7] = ACTIONS(144), - [aux_sym_variable_tuning_token8] = ACTIONS(144), - [aux_sym_argument_tuning_token1] = ACTIONS(144), - [aux_sym_argument_tuning_token2] = ACTIONS(144), - [aux_sym_argument_tuning_token3] = ACTIONS(144), - [aux_sym_argument_tuning_token4] = ACTIONS(144), - [aux_sym_function_call_token1] = ACTIONS(144), - [aux_sym_if_statement_token2] = ACTIONS(144), - [aux_sym_else_statement_token1] = ACTIONS(144), - [aux_sym_repeat_tuning_token1] = ACTIONS(144), - [aux_sym_using_statement_token1] = ACTIONS(144), - [anon_sym_NO_DASHERROR] = ACTIONS(146), - [aux_sym_input_stream_tuning_token1] = ACTIONS(144), - [aux_sym_input_stream_tuning_token2] = ACTIONS(144), - [aux_sym_input_stream_tuning_token3] = ACTIONS(144), - [aux_sym_input_stream_tuning_token4] = ACTIONS(144), - [aux_sym_input_stream_tuning_token5] = ACTIONS(144), - [aux_sym_input_stream_tuning_token6] = ACTIONS(144), - [aux_sym_input_stream_tuning_token7] = ACTIONS(144), - [aux_sym_input_stream_tuning_token8] = ACTIONS(144), - [aux_sym_input_stream_tuning_token9] = ACTIONS(144), - [aux_sym_input_stream_tuning_token11] = ACTIONS(144), - [aux_sym_output_stream_tuning_token1] = ACTIONS(144), - [aux_sym_output_stream_tuning_token2] = ACTIONS(144), - [aux_sym_output_stream_tuning_token3] = ACTIONS(144), - [aux_sym_output_stream_tuning_token4] = ACTIONS(144), - [aux_sym_output_stream_tuning_token5] = ACTIONS(144), - [aux_sym_output_stream_tuning_token6] = ACTIONS(144), - [aux_sym_output_stream_tuning_token7] = ACTIONS(144), - [aux_sym_output_stream_statement_token1] = ACTIONS(144), - [aux_sym_on_error_phrase_token1] = ACTIONS(144), - [aux_sym_stop_after_phrase_token1] = ACTIONS(144), - [aux_sym_do_tuning_token1] = ACTIONS(144), - [aux_sym_where_clause_token1] = ACTIONS(144), - [aux_sym_query_tuning_token1] = ACTIONS(144), - [aux_sym_query_tuning_token2] = ACTIONS(144), - [aux_sym_query_tuning_token3] = ACTIONS(144), - [aux_sym_query_tuning_token4] = ACTIONS(144), - [aux_sym_query_tuning_token5] = ACTIONS(144), - [aux_sym_query_tuning_token6] = ACTIONS(144), - [aux_sym_of_token1] = ACTIONS(144), - [aux_sym_field_option_token1] = ACTIONS(144), - [aux_sym_field_option_token2] = ACTIONS(144), - [aux_sym_field_option_token3] = ACTIONS(144), - [aux_sym_field_option_token4] = ACTIONS(144), - [aux_sym_field_option_token5] = ACTIONS(144), - [aux_sym_field_option_token6] = ACTIONS(144), - [aux_sym_field_definition_token1] = ACTIONS(144), - [aux_sym_index_definition_token1] = ACTIONS(144), - [aux_sym_of_phrase_token1] = ACTIONS(144), - [aux_sym_of_phrase_token2] = ACTIONS(144), - [sym__namecolon] = ACTIONS(144), - [sym__or_operator] = ACTIONS(144), - [sym__and_operator] = ACTIONS(144), + [anon_sym_STAR] = ACTIONS(67), + [sym__terminator] = ACTIONS(67), + [anon_sym_LBRACK] = ACTIONS(77), + [anon_sym_COMMA] = ACTIONS(67), + [anon_sym_RBRACK] = ACTIONS(67), + [anon_sym_LPAREN] = ACTIONS(79), + [anon_sym_RPAREN] = ACTIONS(67), + [anon_sym_EQ] = ACTIONS(67), + [aux_sym_unary_expression_token2] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(67), + [anon_sym_DASH] = ACTIONS(67), + [aux_sym__multiplicative_operator_token1] = ACTIONS(67), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(67), + [anon_sym_LT_GT] = ACTIONS(67), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(67), + [aux_sym__comparison_operator_token1] = ACTIONS(67), + [aux_sym__comparison_operator_token2] = ACTIONS(67), + [aux_sym__comparison_operator_token3] = ACTIONS(67), + [aux_sym__comparison_operator_token4] = ACTIONS(67), + [aux_sym__comparison_operator_token5] = ACTIONS(67), + [aux_sym__comparison_operator_token6] = ACTIONS(67), + [aux_sym__comparison_operator_token7] = ACTIONS(67), + [aux_sym__comparison_operator_token8] = ACTIONS(67), + [aux_sym__comparison_operator_token9] = ACTIONS(67), + [aux_sym_when_expression_token1] = ACTIONS(67), + [aux_sym_variable_tuning_token1] = ACTIONS(67), + [aux_sym_variable_tuning_token2] = ACTIONS(73), + [aux_sym_variable_tuning_token3] = ACTIONS(67), + [aux_sym_variable_tuning_token4] = ACTIONS(67), + [aux_sym_variable_tuning_token5] = ACTIONS(67), + [aux_sym_variable_tuning_token6] = ACTIONS(67), + [aux_sym_variable_tuning_token7] = ACTIONS(67), + [aux_sym_variable_tuning_token8] = ACTIONS(67), + [aux_sym_argument_tuning_token1] = ACTIONS(67), + [aux_sym_argument_tuning_token2] = ACTIONS(67), + [aux_sym_argument_tuning_token3] = ACTIONS(67), + [aux_sym_argument_tuning_token4] = ACTIONS(67), + [aux_sym_function_call_token1] = ACTIONS(67), + [aux_sym_if_statement_token2] = ACTIONS(67), + [aux_sym_else_statement_token1] = ACTIONS(67), + [aux_sym_repeat_tuning_token1] = ACTIONS(67), + [aux_sym_using_statement_token1] = ACTIONS(67), + [aux_sym_input_stream_tuning_token1] = ACTIONS(67), + [aux_sym_input_stream_tuning_token2] = ACTIONS(67), + [aux_sym_input_stream_tuning_token3] = ACTIONS(67), + [aux_sym_input_stream_tuning_token4] = ACTIONS(67), + [aux_sym_input_stream_tuning_token5] = ACTIONS(67), + [aux_sym_input_stream_tuning_token6] = ACTIONS(67), + [aux_sym_input_stream_tuning_token7] = ACTIONS(67), + [aux_sym_input_stream_tuning_token8] = ACTIONS(67), + [aux_sym_input_stream_tuning_token9] = ACTIONS(67), + [aux_sym_input_stream_tuning_token11] = ACTIONS(67), + [aux_sym_output_stream_tuning_token1] = ACTIONS(67), + [aux_sym_output_stream_tuning_token2] = ACTIONS(67), + [aux_sym_output_stream_tuning_token3] = ACTIONS(67), + [aux_sym_output_stream_tuning_token4] = ACTIONS(67), + [aux_sym_output_stream_tuning_token5] = ACTIONS(67), + [aux_sym_output_stream_tuning_token6] = ACTIONS(67), + [aux_sym_output_stream_tuning_token7] = ACTIONS(67), + [aux_sym_output_stream_statement_token1] = ACTIONS(67), + [aux_sym_on_error_phrase_token1] = ACTIONS(67), + [aux_sym_stop_after_phrase_token1] = ACTIONS(67), + [aux_sym_do_tuning_token1] = ACTIONS(67), + [aux_sym_where_clause_token1] = ACTIONS(67), + [aux_sym_query_tuning_token1] = ACTIONS(67), + [aux_sym_query_tuning_token2] = ACTIONS(67), + [aux_sym_query_tuning_token3] = ACTIONS(67), + [aux_sym_query_tuning_token4] = ACTIONS(67), + [aux_sym_query_tuning_token5] = ACTIONS(67), + [aux_sym_query_tuning_token6] = ACTIONS(67), + [aux_sym_of_token1] = ACTIONS(67), + [aux_sym_field_option_token1] = ACTIONS(67), + [aux_sym_field_option_token2] = ACTIONS(67), + [aux_sym_field_option_token3] = ACTIONS(67), + [aux_sym_field_option_token4] = ACTIONS(67), + [aux_sym_field_option_token5] = ACTIONS(67), + [aux_sym_field_option_token6] = ACTIONS(67), + [aux_sym_field_definition_token1] = ACTIONS(67), + [aux_sym_index_definition_token1] = ACTIONS(67), + [aux_sym_of_phrase_token1] = ACTIONS(67), + [aux_sym_of_phrase_token2] = ACTIONS(67), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), }, [22] = { [sym_comment] = STATE(22), @@ -48849,7 +51925,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(148), [sym__terminator] = ACTIONS(148), - [aux_sym__block_terminator_token1] = ACTIONS(148), [anon_sym_COMMA] = ACTIONS(148), [anon_sym_RBRACK] = ACTIONS(148), [anon_sym_LPAREN] = ACTIONS(148), @@ -48887,7 +51962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_argument_tuning_token2] = ACTIONS(148), [aux_sym_argument_tuning_token3] = ACTIONS(148), [aux_sym_argument_tuning_token4] = ACTIONS(148), - [aux_sym_function_call_token1] = ACTIONS(148), + [aux_sym_function_call_token1] = ACTIONS(152), [aux_sym_if_statement_token2] = ACTIONS(148), [aux_sym_else_statement_token1] = ACTIONS(148), [aux_sym_repeat_tuning_token1] = ACTIONS(148), @@ -48938,295 +52013,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [23] = { [sym_comment] = STATE(23), [sym_include] = STATE(23), - [anon_sym_COLON] = ACTIONS(152), + [anon_sym_COLON] = ACTIONS(154), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(154), + [anon_sym_SLASH] = ACTIONS(156), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(152), - [sym__terminator] = ACTIONS(152), - [aux_sym__block_terminator_token1] = ACTIONS(152), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_RPAREN] = ACTIONS(152), - [anon_sym_EQ] = ACTIONS(152), - [aux_sym_unary_expression_token2] = ACTIONS(152), - [anon_sym_PLUS] = ACTIONS(152), - [anon_sym_DASH] = ACTIONS(152), - [aux_sym__multiplicative_operator_token1] = ACTIONS(152), - [aux_sym__multiplicative_operator_token2] = ACTIONS(154), - [anon_sym_LT] = ACTIONS(154), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_LT_GT] = ACTIONS(152), - [anon_sym_GT] = ACTIONS(154), - [anon_sym_GT_EQ] = ACTIONS(152), - [aux_sym__comparison_operator_token1] = ACTIONS(152), - [aux_sym__comparison_operator_token2] = ACTIONS(152), - [aux_sym__comparison_operator_token3] = ACTIONS(152), - [aux_sym__comparison_operator_token4] = ACTIONS(152), - [aux_sym__comparison_operator_token5] = ACTIONS(152), - [aux_sym__comparison_operator_token6] = ACTIONS(152), - [aux_sym__comparison_operator_token7] = ACTIONS(152), - [aux_sym__comparison_operator_token8] = ACTIONS(152), - [aux_sym__comparison_operator_token9] = ACTIONS(152), - [aux_sym_when_expression_token1] = ACTIONS(152), - [aux_sym_variable_tuning_token1] = ACTIONS(152), - [aux_sym_variable_tuning_token2] = ACTIONS(154), - [aux_sym_variable_tuning_token3] = ACTIONS(152), - [aux_sym_variable_tuning_token4] = ACTIONS(152), - [aux_sym_variable_tuning_token5] = ACTIONS(152), - [aux_sym_variable_tuning_token6] = ACTIONS(152), - [aux_sym_variable_tuning_token7] = ACTIONS(152), - [aux_sym_variable_tuning_token8] = ACTIONS(152), - [aux_sym_argument_tuning_token1] = ACTIONS(152), - [aux_sym_argument_tuning_token2] = ACTIONS(152), - [aux_sym_argument_tuning_token3] = ACTIONS(152), - [aux_sym_argument_tuning_token4] = ACTIONS(152), - [aux_sym_function_call_token1] = ACTIONS(152), - [aux_sym_if_statement_token2] = ACTIONS(152), - [aux_sym_else_statement_token1] = ACTIONS(152), - [aux_sym_repeat_tuning_token1] = ACTIONS(152), - [aux_sym_using_statement_token1] = ACTIONS(152), - [aux_sym_input_stream_tuning_token1] = ACTIONS(152), - [aux_sym_input_stream_tuning_token2] = ACTIONS(152), - [aux_sym_input_stream_tuning_token3] = ACTIONS(152), - [aux_sym_input_stream_tuning_token4] = ACTIONS(152), - [aux_sym_input_stream_tuning_token5] = ACTIONS(152), - [aux_sym_input_stream_tuning_token6] = ACTIONS(152), - [aux_sym_input_stream_tuning_token7] = ACTIONS(152), - [aux_sym_input_stream_tuning_token8] = ACTIONS(152), - [aux_sym_input_stream_tuning_token9] = ACTIONS(152), - [aux_sym_input_stream_tuning_token11] = ACTIONS(152), - [aux_sym_output_stream_tuning_token1] = ACTIONS(152), - [aux_sym_output_stream_tuning_token2] = ACTIONS(152), - [aux_sym_output_stream_tuning_token3] = ACTIONS(152), - [aux_sym_output_stream_tuning_token4] = ACTIONS(152), - [aux_sym_output_stream_tuning_token5] = ACTIONS(152), - [aux_sym_output_stream_tuning_token6] = ACTIONS(152), - [aux_sym_output_stream_tuning_token7] = ACTIONS(152), - [aux_sym_output_stream_statement_token1] = ACTIONS(152), - [aux_sym_on_error_phrase_token1] = ACTIONS(152), - [aux_sym_stop_after_phrase_token1] = ACTIONS(152), - [aux_sym_do_tuning_token1] = ACTIONS(152), - [aux_sym_where_clause_token1] = ACTIONS(152), - [aux_sym_query_tuning_token1] = ACTIONS(152), - [aux_sym_query_tuning_token2] = ACTIONS(152), - [aux_sym_query_tuning_token3] = ACTIONS(152), - [aux_sym_query_tuning_token4] = ACTIONS(152), - [aux_sym_query_tuning_token5] = ACTIONS(152), - [aux_sym_query_tuning_token6] = ACTIONS(152), - [aux_sym_of_token1] = ACTIONS(152), - [aux_sym_field_option_token1] = ACTIONS(152), - [aux_sym_field_option_token2] = ACTIONS(152), - [aux_sym_field_option_token3] = ACTIONS(152), - [aux_sym_field_option_token4] = ACTIONS(152), - [aux_sym_field_option_token5] = ACTIONS(152), - [aux_sym_field_option_token6] = ACTIONS(152), - [aux_sym_field_definition_token1] = ACTIONS(152), - [aux_sym_index_definition_token1] = ACTIONS(152), - [aux_sym_of_phrase_token1] = ACTIONS(152), - [aux_sym_of_phrase_token2] = ACTIONS(152), - [sym__namecolon] = ACTIONS(152), - [sym__or_operator] = ACTIONS(152), - [sym__and_operator] = ACTIONS(152), + [anon_sym_STAR] = ACTIONS(154), + [sym__terminator] = ACTIONS(154), + [anon_sym_COMMA] = ACTIONS(154), + [anon_sym_RBRACK] = ACTIONS(154), + [anon_sym_LPAREN] = ACTIONS(154), + [anon_sym_RPAREN] = ACTIONS(154), + [anon_sym_EQ] = ACTIONS(154), + [aux_sym_unary_expression_token2] = ACTIONS(154), + [anon_sym_PLUS] = ACTIONS(154), + [anon_sym_DASH] = ACTIONS(154), + [aux_sym__multiplicative_operator_token1] = ACTIONS(154), + [aux_sym__multiplicative_operator_token2] = ACTIONS(156), + [anon_sym_LT] = ACTIONS(156), + [anon_sym_LT_EQ] = ACTIONS(154), + [anon_sym_LT_GT] = ACTIONS(154), + [anon_sym_GT] = ACTIONS(156), + [anon_sym_GT_EQ] = ACTIONS(154), + [aux_sym__comparison_operator_token1] = ACTIONS(154), + [aux_sym__comparison_operator_token2] = ACTIONS(154), + [aux_sym__comparison_operator_token3] = ACTIONS(154), + [aux_sym__comparison_operator_token4] = ACTIONS(154), + [aux_sym__comparison_operator_token5] = ACTIONS(154), + [aux_sym__comparison_operator_token6] = ACTIONS(154), + [aux_sym__comparison_operator_token7] = ACTIONS(154), + [aux_sym__comparison_operator_token8] = ACTIONS(154), + [aux_sym__comparison_operator_token9] = ACTIONS(154), + [aux_sym_when_expression_token1] = ACTIONS(154), + [aux_sym_variable_tuning_token1] = ACTIONS(154), + [aux_sym_variable_tuning_token2] = ACTIONS(156), + [aux_sym_variable_tuning_token3] = ACTIONS(154), + [aux_sym_variable_tuning_token4] = ACTIONS(154), + [aux_sym_variable_tuning_token5] = ACTIONS(154), + [aux_sym_variable_tuning_token6] = ACTIONS(154), + [aux_sym_variable_tuning_token7] = ACTIONS(154), + [aux_sym_variable_tuning_token8] = ACTIONS(154), + [aux_sym_argument_tuning_token1] = ACTIONS(154), + [aux_sym_argument_tuning_token2] = ACTIONS(154), + [aux_sym_argument_tuning_token3] = ACTIONS(154), + [aux_sym_argument_tuning_token4] = ACTIONS(154), + [aux_sym_function_call_token1] = ACTIONS(154), + [aux_sym_if_statement_token2] = ACTIONS(154), + [aux_sym_else_statement_token1] = ACTIONS(154), + [aux_sym_repeat_tuning_token1] = ACTIONS(154), + [aux_sym_using_statement_token1] = ACTIONS(154), + [aux_sym_input_stream_tuning_token1] = ACTIONS(154), + [aux_sym_input_stream_tuning_token2] = ACTIONS(154), + [aux_sym_input_stream_tuning_token3] = ACTIONS(154), + [aux_sym_input_stream_tuning_token4] = ACTIONS(154), + [aux_sym_input_stream_tuning_token5] = ACTIONS(154), + [aux_sym_input_stream_tuning_token6] = ACTIONS(154), + [aux_sym_input_stream_tuning_token7] = ACTIONS(154), + [aux_sym_input_stream_tuning_token8] = ACTIONS(154), + [aux_sym_input_stream_tuning_token9] = ACTIONS(154), + [aux_sym_input_stream_tuning_token11] = ACTIONS(154), + [aux_sym_output_stream_tuning_token1] = ACTIONS(154), + [aux_sym_output_stream_tuning_token2] = ACTIONS(154), + [aux_sym_output_stream_tuning_token3] = ACTIONS(154), + [aux_sym_output_stream_tuning_token4] = ACTIONS(154), + [aux_sym_output_stream_tuning_token5] = ACTIONS(154), + [aux_sym_output_stream_tuning_token6] = ACTIONS(154), + [aux_sym_output_stream_tuning_token7] = ACTIONS(154), + [aux_sym_output_stream_statement_token1] = ACTIONS(154), + [aux_sym_on_error_phrase_token1] = ACTIONS(154), + [aux_sym_stop_after_phrase_token1] = ACTIONS(154), + [aux_sym_do_tuning_token1] = ACTIONS(154), + [aux_sym_where_clause_token1] = ACTIONS(154), + [aux_sym_query_tuning_token1] = ACTIONS(154), + [aux_sym_query_tuning_token2] = ACTIONS(154), + [aux_sym_query_tuning_token3] = ACTIONS(154), + [aux_sym_query_tuning_token4] = ACTIONS(154), + [aux_sym_query_tuning_token5] = ACTIONS(154), + [aux_sym_query_tuning_token6] = ACTIONS(154), + [aux_sym_of_token1] = ACTIONS(154), + [aux_sym_field_option_token1] = ACTIONS(154), + [aux_sym_field_option_token2] = ACTIONS(154), + [aux_sym_field_option_token3] = ACTIONS(154), + [aux_sym_field_option_token4] = ACTIONS(154), + [aux_sym_field_option_token5] = ACTIONS(154), + [aux_sym_field_option_token6] = ACTIONS(154), + [aux_sym_field_definition_token1] = ACTIONS(154), + [aux_sym_index_definition_token1] = ACTIONS(154), + [aux_sym_of_phrase_token1] = ACTIONS(154), + [aux_sym_of_phrase_token2] = ACTIONS(154), + [sym__namecolon] = ACTIONS(154), + [sym__or_operator] = ACTIONS(154), + [sym__and_operator] = ACTIONS(154), }, [24] = { [sym_comment] = STATE(24), [sym_include] = STATE(24), - [anon_sym_COLON] = ACTIONS(156), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(158), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(156), - [sym__terminator] = ACTIONS(156), - [aux_sym__block_terminator_token1] = ACTIONS(156), - [anon_sym_COMMA] = ACTIONS(156), - [anon_sym_RBRACK] = ACTIONS(156), - [anon_sym_LPAREN] = ACTIONS(156), - [anon_sym_RPAREN] = ACTIONS(156), - [anon_sym_EQ] = ACTIONS(156), - [aux_sym_unary_expression_token2] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(156), - [anon_sym_DASH] = ACTIONS(156), - [aux_sym__multiplicative_operator_token1] = ACTIONS(156), - [aux_sym__multiplicative_operator_token2] = ACTIONS(158), - [anon_sym_LT] = ACTIONS(158), - [anon_sym_LT_EQ] = ACTIONS(156), - [anon_sym_LT_GT] = ACTIONS(156), - [anon_sym_GT] = ACTIONS(158), - [anon_sym_GT_EQ] = ACTIONS(156), - [aux_sym__comparison_operator_token1] = ACTIONS(156), - [aux_sym__comparison_operator_token2] = ACTIONS(156), - [aux_sym__comparison_operator_token3] = ACTIONS(156), - [aux_sym__comparison_operator_token4] = ACTIONS(156), - [aux_sym__comparison_operator_token5] = ACTIONS(156), - [aux_sym__comparison_operator_token6] = ACTIONS(156), - [aux_sym__comparison_operator_token7] = ACTIONS(156), - [aux_sym__comparison_operator_token8] = ACTIONS(156), - [aux_sym__comparison_operator_token9] = ACTIONS(156), - [aux_sym_when_expression_token1] = ACTIONS(156), - [aux_sym_variable_tuning_token1] = ACTIONS(156), - [aux_sym_variable_tuning_token2] = ACTIONS(158), - [aux_sym_variable_tuning_token3] = ACTIONS(156), - [aux_sym_variable_tuning_token4] = ACTIONS(156), - [aux_sym_variable_tuning_token5] = ACTIONS(156), - [aux_sym_variable_tuning_token6] = ACTIONS(156), - [aux_sym_variable_tuning_token7] = ACTIONS(156), - [aux_sym_variable_tuning_token8] = ACTIONS(156), - [aux_sym_argument_tuning_token1] = ACTIONS(156), - [aux_sym_argument_tuning_token2] = ACTIONS(156), - [aux_sym_argument_tuning_token3] = ACTIONS(156), - [aux_sym_argument_tuning_token4] = ACTIONS(156), - [aux_sym_function_call_token1] = ACTIONS(156), - [aux_sym_if_statement_token2] = ACTIONS(156), - [aux_sym_else_statement_token1] = ACTIONS(156), - [aux_sym_repeat_tuning_token1] = ACTIONS(156), - [aux_sym_using_statement_token1] = ACTIONS(156), - [aux_sym_input_stream_tuning_token1] = ACTIONS(156), - [aux_sym_input_stream_tuning_token2] = ACTIONS(156), - [aux_sym_input_stream_tuning_token3] = ACTIONS(156), - [aux_sym_input_stream_tuning_token4] = ACTIONS(156), - [aux_sym_input_stream_tuning_token5] = ACTIONS(156), - [aux_sym_input_stream_tuning_token6] = ACTIONS(156), - [aux_sym_input_stream_tuning_token7] = ACTIONS(156), - [aux_sym_input_stream_tuning_token8] = ACTIONS(156), - [aux_sym_input_stream_tuning_token9] = ACTIONS(156), - [aux_sym_input_stream_tuning_token11] = ACTIONS(156), - [aux_sym_output_stream_tuning_token1] = ACTIONS(156), - [aux_sym_output_stream_tuning_token2] = ACTIONS(156), - [aux_sym_output_stream_tuning_token3] = ACTIONS(156), - [aux_sym_output_stream_tuning_token4] = ACTIONS(156), - [aux_sym_output_stream_tuning_token5] = ACTIONS(156), - [aux_sym_output_stream_tuning_token6] = ACTIONS(156), - [aux_sym_output_stream_tuning_token7] = ACTIONS(156), - [aux_sym_output_stream_statement_token1] = ACTIONS(156), - [aux_sym_on_error_phrase_token1] = ACTIONS(156), - [aux_sym_stop_after_phrase_token1] = ACTIONS(156), - [aux_sym_do_tuning_token1] = ACTIONS(156), - [aux_sym_where_clause_token1] = ACTIONS(156), - [aux_sym_query_tuning_token1] = ACTIONS(156), - [aux_sym_query_tuning_token2] = ACTIONS(156), - [aux_sym_query_tuning_token3] = ACTIONS(156), - [aux_sym_query_tuning_token4] = ACTIONS(156), - [aux_sym_query_tuning_token5] = ACTIONS(156), - [aux_sym_query_tuning_token6] = ACTIONS(156), - [aux_sym_of_token1] = ACTIONS(156), - [aux_sym_field_option_token1] = ACTIONS(156), - [aux_sym_field_option_token2] = ACTIONS(156), - [aux_sym_field_option_token3] = ACTIONS(156), - [aux_sym_field_option_token4] = ACTIONS(156), - [aux_sym_field_option_token5] = ACTIONS(156), - [aux_sym_field_option_token6] = ACTIONS(156), - [aux_sym_field_definition_token1] = ACTIONS(156), - [aux_sym_index_definition_token1] = ACTIONS(156), - [aux_sym_of_phrase_token1] = ACTIONS(156), - [aux_sym_of_phrase_token2] = ACTIONS(156), - [sym__namedoublecolon] = ACTIONS(156), - [sym__or_operator] = ACTIONS(156), - [sym__and_operator] = ACTIONS(156), - }, - [25] = { - [sym_comment] = STATE(25), - [sym_include] = STATE(25), - [anon_sym_COLON] = ACTIONS(160), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(160), - [sym__terminator] = ACTIONS(160), - [aux_sym__block_terminator_token1] = ACTIONS(160), - [anon_sym_COMMA] = ACTIONS(160), - [anon_sym_RBRACK] = ACTIONS(160), - [anon_sym_LPAREN] = ACTIONS(160), - [anon_sym_RPAREN] = ACTIONS(160), - [anon_sym_EQ] = ACTIONS(160), - [aux_sym_unary_expression_token2] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(160), - [anon_sym_DASH] = ACTIONS(160), - [aux_sym__multiplicative_operator_token1] = ACTIONS(160), - [aux_sym__multiplicative_operator_token2] = ACTIONS(162), - [anon_sym_LT] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(160), - [anon_sym_LT_GT] = ACTIONS(160), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(160), - [aux_sym__comparison_operator_token1] = ACTIONS(160), - [aux_sym__comparison_operator_token2] = ACTIONS(160), - [aux_sym__comparison_operator_token3] = ACTIONS(160), - [aux_sym__comparison_operator_token4] = ACTIONS(160), - [aux_sym__comparison_operator_token5] = ACTIONS(160), - [aux_sym__comparison_operator_token6] = ACTIONS(160), - [aux_sym__comparison_operator_token7] = ACTIONS(160), - [aux_sym__comparison_operator_token8] = ACTIONS(160), - [aux_sym__comparison_operator_token9] = ACTIONS(160), - [aux_sym_when_expression_token1] = ACTIONS(160), - [aux_sym_variable_tuning_token1] = ACTIONS(160), - [aux_sym_variable_tuning_token2] = ACTIONS(162), - [aux_sym_variable_tuning_token3] = ACTIONS(160), - [aux_sym_variable_tuning_token4] = ACTIONS(160), - [aux_sym_variable_tuning_token5] = ACTIONS(160), - [aux_sym_variable_tuning_token6] = ACTIONS(160), - [aux_sym_variable_tuning_token7] = ACTIONS(160), - [aux_sym_variable_tuning_token8] = ACTIONS(160), - [aux_sym_argument_tuning_token1] = ACTIONS(160), - [aux_sym_argument_tuning_token2] = ACTIONS(160), - [aux_sym_argument_tuning_token3] = ACTIONS(160), - [aux_sym_argument_tuning_token4] = ACTIONS(160), - [aux_sym_function_call_token1] = ACTIONS(160), - [aux_sym_if_statement_token2] = ACTIONS(160), - [aux_sym_else_statement_token1] = ACTIONS(160), - [aux_sym_repeat_tuning_token1] = ACTIONS(160), - [aux_sym_using_statement_token1] = ACTIONS(160), - [aux_sym_input_stream_tuning_token1] = ACTIONS(160), - [aux_sym_input_stream_tuning_token2] = ACTIONS(160), - [aux_sym_input_stream_tuning_token3] = ACTIONS(160), - [aux_sym_input_stream_tuning_token4] = ACTIONS(160), - [aux_sym_input_stream_tuning_token5] = ACTIONS(160), - [aux_sym_input_stream_tuning_token6] = ACTIONS(160), - [aux_sym_input_stream_tuning_token7] = ACTIONS(160), - [aux_sym_input_stream_tuning_token8] = ACTIONS(160), - [aux_sym_input_stream_tuning_token9] = ACTIONS(160), - [aux_sym_input_stream_tuning_token11] = ACTIONS(160), - [aux_sym_output_stream_tuning_token1] = ACTIONS(160), - [aux_sym_output_stream_tuning_token2] = ACTIONS(160), - [aux_sym_output_stream_tuning_token3] = ACTIONS(160), - [aux_sym_output_stream_tuning_token4] = ACTIONS(160), - [aux_sym_output_stream_tuning_token5] = ACTIONS(160), - [aux_sym_output_stream_tuning_token6] = ACTIONS(160), - [aux_sym_output_stream_tuning_token7] = ACTIONS(160), - [aux_sym_output_stream_statement_token1] = ACTIONS(160), - [aux_sym_on_error_phrase_token1] = ACTIONS(160), - [aux_sym_stop_after_phrase_token1] = ACTIONS(160), - [aux_sym_do_tuning_token1] = ACTIONS(160), - [aux_sym_where_clause_token1] = ACTIONS(160), - [aux_sym_query_tuning_token1] = ACTIONS(160), - [aux_sym_query_tuning_token2] = ACTIONS(160), - [aux_sym_query_tuning_token3] = ACTIONS(160), - [aux_sym_query_tuning_token4] = ACTIONS(160), - [aux_sym_query_tuning_token5] = ACTIONS(160), - [aux_sym_query_tuning_token6] = ACTIONS(160), - [aux_sym_of_token1] = ACTIONS(160), - [aux_sym_field_option_token1] = ACTIONS(160), - [aux_sym_field_option_token2] = ACTIONS(160), - [aux_sym_field_option_token3] = ACTIONS(160), - [aux_sym_field_option_token4] = ACTIONS(160), - [aux_sym_field_option_token5] = ACTIONS(160), - [aux_sym_field_option_token6] = ACTIONS(160), - [aux_sym_field_definition_token1] = ACTIONS(160), - [aux_sym_index_definition_token1] = ACTIONS(160), - [aux_sym_of_phrase_token1] = ACTIONS(160), - [aux_sym_of_phrase_token2] = ACTIONS(160), - [sym__namedot] = ACTIONS(164), - [sym__or_operator] = ACTIONS(160), - [sym__and_operator] = ACTIONS(160), - }, - [26] = { - [sym_comment] = STATE(26), - [sym_include] = STATE(26), - [sym_function_arguments] = STATE(27), + [sym_function_arguments] = STATE(22), [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49234,7 +52116,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(87), [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), [anon_sym_COMMA] = ACTIONS(87), [anon_sym_RBRACK] = ACTIONS(87), [anon_sym_LPAREN] = ACTIONS(79), @@ -49319,105 +52200,388 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(87), [sym__and_operator] = ACTIONS(87), }, + [25] = { + [sym_comment] = STATE(25), + [sym_include] = STATE(25), + [anon_sym_COLON] = ACTIONS(158), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(160), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(158), + [sym__terminator] = ACTIONS(158), + [anon_sym_COMMA] = ACTIONS(158), + [anon_sym_RBRACK] = ACTIONS(158), + [anon_sym_LPAREN] = ACTIONS(158), + [anon_sym_RPAREN] = ACTIONS(158), + [anon_sym_EQ] = ACTIONS(158), + [aux_sym_unary_expression_token2] = ACTIONS(158), + [anon_sym_PLUS] = ACTIONS(158), + [anon_sym_DASH] = ACTIONS(158), + [aux_sym__multiplicative_operator_token1] = ACTIONS(158), + [aux_sym__multiplicative_operator_token2] = ACTIONS(160), + [anon_sym_LT] = ACTIONS(160), + [anon_sym_LT_EQ] = ACTIONS(158), + [anon_sym_LT_GT] = ACTIONS(158), + [anon_sym_GT] = ACTIONS(160), + [anon_sym_GT_EQ] = ACTIONS(158), + [aux_sym__comparison_operator_token1] = ACTIONS(158), + [aux_sym__comparison_operator_token2] = ACTIONS(158), + [aux_sym__comparison_operator_token3] = ACTIONS(158), + [aux_sym__comparison_operator_token4] = ACTIONS(158), + [aux_sym__comparison_operator_token5] = ACTIONS(158), + [aux_sym__comparison_operator_token6] = ACTIONS(158), + [aux_sym__comparison_operator_token7] = ACTIONS(158), + [aux_sym__comparison_operator_token8] = ACTIONS(158), + [aux_sym__comparison_operator_token9] = ACTIONS(158), + [aux_sym_when_expression_token1] = ACTIONS(158), + [aux_sym_variable_tuning_token1] = ACTIONS(158), + [aux_sym_variable_tuning_token2] = ACTIONS(160), + [aux_sym_variable_tuning_token3] = ACTIONS(158), + [aux_sym_variable_tuning_token4] = ACTIONS(158), + [aux_sym_variable_tuning_token5] = ACTIONS(158), + [aux_sym_variable_tuning_token6] = ACTIONS(158), + [aux_sym_variable_tuning_token7] = ACTIONS(158), + [aux_sym_variable_tuning_token8] = ACTIONS(158), + [aux_sym_argument_tuning_token1] = ACTIONS(158), + [aux_sym_argument_tuning_token2] = ACTIONS(158), + [aux_sym_argument_tuning_token3] = ACTIONS(158), + [aux_sym_argument_tuning_token4] = ACTIONS(158), + [aux_sym_function_call_token1] = ACTIONS(158), + [aux_sym_if_statement_token2] = ACTIONS(158), + [aux_sym_else_statement_token1] = ACTIONS(158), + [aux_sym_repeat_tuning_token1] = ACTIONS(158), + [aux_sym_using_statement_token1] = ACTIONS(158), + [aux_sym_input_stream_tuning_token1] = ACTIONS(158), + [aux_sym_input_stream_tuning_token2] = ACTIONS(158), + [aux_sym_input_stream_tuning_token3] = ACTIONS(158), + [aux_sym_input_stream_tuning_token4] = ACTIONS(158), + [aux_sym_input_stream_tuning_token5] = ACTIONS(158), + [aux_sym_input_stream_tuning_token6] = ACTIONS(158), + [aux_sym_input_stream_tuning_token7] = ACTIONS(158), + [aux_sym_input_stream_tuning_token8] = ACTIONS(158), + [aux_sym_input_stream_tuning_token9] = ACTIONS(158), + [aux_sym_input_stream_tuning_token11] = ACTIONS(158), + [aux_sym_output_stream_tuning_token1] = ACTIONS(158), + [aux_sym_output_stream_tuning_token2] = ACTIONS(158), + [aux_sym_output_stream_tuning_token3] = ACTIONS(158), + [aux_sym_output_stream_tuning_token4] = ACTIONS(158), + [aux_sym_output_stream_tuning_token5] = ACTIONS(158), + [aux_sym_output_stream_tuning_token6] = ACTIONS(158), + [aux_sym_output_stream_tuning_token7] = ACTIONS(158), + [aux_sym_output_stream_statement_token1] = ACTIONS(158), + [aux_sym_on_error_phrase_token1] = ACTIONS(158), + [aux_sym_stop_after_phrase_token1] = ACTIONS(158), + [aux_sym_do_tuning_token1] = ACTIONS(158), + [aux_sym_where_clause_token1] = ACTIONS(158), + [aux_sym_query_tuning_token1] = ACTIONS(158), + [aux_sym_query_tuning_token2] = ACTIONS(158), + [aux_sym_query_tuning_token3] = ACTIONS(158), + [aux_sym_query_tuning_token4] = ACTIONS(158), + [aux_sym_query_tuning_token5] = ACTIONS(158), + [aux_sym_query_tuning_token6] = ACTIONS(158), + [aux_sym_of_token1] = ACTIONS(158), + [aux_sym_field_option_token1] = ACTIONS(158), + [aux_sym_field_option_token2] = ACTIONS(158), + [aux_sym_field_option_token3] = ACTIONS(158), + [aux_sym_field_option_token4] = ACTIONS(158), + [aux_sym_field_option_token5] = ACTIONS(158), + [aux_sym_field_option_token6] = ACTIONS(158), + [aux_sym_field_definition_token1] = ACTIONS(158), + [aux_sym_index_definition_token1] = ACTIONS(158), + [aux_sym_of_phrase_token1] = ACTIONS(158), + [aux_sym_of_phrase_token2] = ACTIONS(158), + [sym__namedot] = ACTIONS(162), + [sym__or_operator] = ACTIONS(158), + [sym__and_operator] = ACTIONS(158), + }, + [26] = { + [sym_comment] = STATE(26), + [sym_include] = STATE(26), + [anon_sym_COLON] = ACTIONS(164), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(166), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(164), + [sym__terminator] = ACTIONS(164), + [anon_sym_COMMA] = ACTIONS(164), + [anon_sym_RBRACK] = ACTIONS(164), + [anon_sym_LPAREN] = ACTIONS(164), + [anon_sym_RPAREN] = ACTIONS(164), + [anon_sym_EQ] = ACTIONS(164), + [aux_sym_unary_expression_token2] = ACTIONS(164), + [anon_sym_PLUS] = ACTIONS(164), + [anon_sym_DASH] = ACTIONS(164), + [aux_sym__multiplicative_operator_token1] = ACTIONS(164), + [aux_sym__multiplicative_operator_token2] = ACTIONS(166), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(164), + [anon_sym_LT_GT] = ACTIONS(164), + [anon_sym_GT] = ACTIONS(166), + [anon_sym_GT_EQ] = ACTIONS(164), + [aux_sym__comparison_operator_token1] = ACTIONS(164), + [aux_sym__comparison_operator_token2] = ACTIONS(164), + [aux_sym__comparison_operator_token3] = ACTIONS(164), + [aux_sym__comparison_operator_token4] = ACTIONS(164), + [aux_sym__comparison_operator_token5] = ACTIONS(164), + [aux_sym__comparison_operator_token6] = ACTIONS(164), + [aux_sym__comparison_operator_token7] = ACTIONS(164), + [aux_sym__comparison_operator_token8] = ACTIONS(164), + [aux_sym__comparison_operator_token9] = ACTIONS(164), + [aux_sym_when_expression_token1] = ACTIONS(164), + [aux_sym_variable_tuning_token1] = ACTIONS(164), + [aux_sym_variable_tuning_token2] = ACTIONS(166), + [aux_sym_variable_tuning_token3] = ACTIONS(164), + [aux_sym_variable_tuning_token4] = ACTIONS(164), + [aux_sym_variable_tuning_token5] = ACTIONS(164), + [aux_sym_variable_tuning_token6] = ACTIONS(164), + [aux_sym_variable_tuning_token7] = ACTIONS(164), + [aux_sym_variable_tuning_token8] = ACTIONS(164), + [aux_sym_argument_tuning_token1] = ACTIONS(164), + [aux_sym_argument_tuning_token2] = ACTIONS(164), + [aux_sym_argument_tuning_token3] = ACTIONS(164), + [aux_sym_argument_tuning_token4] = ACTIONS(164), + [aux_sym_function_call_token1] = ACTIONS(164), + [aux_sym_if_statement_token2] = ACTIONS(164), + [aux_sym_else_statement_token1] = ACTIONS(164), + [aux_sym_repeat_tuning_token1] = ACTIONS(164), + [aux_sym_using_statement_token1] = ACTIONS(164), + [aux_sym_input_stream_tuning_token1] = ACTIONS(164), + [aux_sym_input_stream_tuning_token2] = ACTIONS(164), + [aux_sym_input_stream_tuning_token3] = ACTIONS(164), + [aux_sym_input_stream_tuning_token4] = ACTIONS(164), + [aux_sym_input_stream_tuning_token5] = ACTIONS(164), + [aux_sym_input_stream_tuning_token6] = ACTIONS(164), + [aux_sym_input_stream_tuning_token7] = ACTIONS(164), + [aux_sym_input_stream_tuning_token8] = ACTIONS(164), + [aux_sym_input_stream_tuning_token9] = ACTIONS(164), + [aux_sym_input_stream_tuning_token11] = ACTIONS(164), + [aux_sym_output_stream_tuning_token1] = ACTIONS(164), + [aux_sym_output_stream_tuning_token2] = ACTIONS(164), + [aux_sym_output_stream_tuning_token3] = ACTIONS(164), + [aux_sym_output_stream_tuning_token4] = ACTIONS(164), + [aux_sym_output_stream_tuning_token5] = ACTIONS(164), + [aux_sym_output_stream_tuning_token6] = ACTIONS(164), + [aux_sym_output_stream_tuning_token7] = ACTIONS(164), + [aux_sym_output_stream_statement_token1] = ACTIONS(164), + [aux_sym_on_error_phrase_token1] = ACTIONS(164), + [aux_sym_stop_after_phrase_token1] = ACTIONS(164), + [aux_sym_do_tuning_token1] = ACTIONS(164), + [aux_sym_where_clause_token1] = ACTIONS(164), + [aux_sym_query_tuning_token1] = ACTIONS(164), + [aux_sym_query_tuning_token2] = ACTIONS(164), + [aux_sym_query_tuning_token3] = ACTIONS(164), + [aux_sym_query_tuning_token4] = ACTIONS(164), + [aux_sym_query_tuning_token5] = ACTIONS(164), + [aux_sym_query_tuning_token6] = ACTIONS(164), + [aux_sym_of_token1] = ACTIONS(164), + [aux_sym_field_option_token1] = ACTIONS(164), + [aux_sym_field_option_token2] = ACTIONS(164), + [aux_sym_field_option_token3] = ACTIONS(164), + [aux_sym_field_option_token4] = ACTIONS(164), + [aux_sym_field_option_token5] = ACTIONS(164), + [aux_sym_field_option_token6] = ACTIONS(164), + [aux_sym_field_definition_token1] = ACTIONS(164), + [aux_sym_index_definition_token1] = ACTIONS(164), + [aux_sym_of_phrase_token1] = ACTIONS(164), + [aux_sym_of_phrase_token2] = ACTIONS(164), + [sym__namecolon] = ACTIONS(164), + [sym__or_operator] = ACTIONS(164), + [sym__and_operator] = ACTIONS(164), + }, [27] = { [sym_comment] = STATE(27), [sym_include] = STATE(27), - [anon_sym_COLON] = ACTIONS(166), + [anon_sym_COLON] = ACTIONS(168), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(168), + [anon_sym_SLASH] = ACTIONS(170), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(166), - [sym__terminator] = ACTIONS(166), - [aux_sym__block_terminator_token1] = ACTIONS(166), - [anon_sym_COMMA] = ACTIONS(166), - [anon_sym_RBRACK] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(166), - [anon_sym_RPAREN] = ACTIONS(166), - [anon_sym_EQ] = ACTIONS(166), - [aux_sym_unary_expression_token2] = ACTIONS(166), - [anon_sym_PLUS] = ACTIONS(166), - [anon_sym_DASH] = ACTIONS(166), - [aux_sym__multiplicative_operator_token1] = ACTIONS(166), - [aux_sym__multiplicative_operator_token2] = ACTIONS(168), - [anon_sym_LT] = ACTIONS(168), - [anon_sym_LT_EQ] = ACTIONS(166), - [anon_sym_LT_GT] = ACTIONS(166), - [anon_sym_GT] = ACTIONS(168), - [anon_sym_GT_EQ] = ACTIONS(166), - [aux_sym__comparison_operator_token1] = ACTIONS(166), - [aux_sym__comparison_operator_token2] = ACTIONS(166), - [aux_sym__comparison_operator_token3] = ACTIONS(166), - [aux_sym__comparison_operator_token4] = ACTIONS(166), - [aux_sym__comparison_operator_token5] = ACTIONS(166), - [aux_sym__comparison_operator_token6] = ACTIONS(166), - [aux_sym__comparison_operator_token7] = ACTIONS(166), - [aux_sym__comparison_operator_token8] = ACTIONS(166), - [aux_sym__comparison_operator_token9] = ACTIONS(166), - [aux_sym_when_expression_token1] = ACTIONS(166), - [aux_sym_variable_tuning_token1] = ACTIONS(166), - [aux_sym_variable_tuning_token2] = ACTIONS(168), - [aux_sym_variable_tuning_token3] = ACTIONS(166), - [aux_sym_variable_tuning_token4] = ACTIONS(166), - [aux_sym_variable_tuning_token5] = ACTIONS(166), - [aux_sym_variable_tuning_token6] = ACTIONS(166), - [aux_sym_variable_tuning_token7] = ACTIONS(166), - [aux_sym_variable_tuning_token8] = ACTIONS(166), - [aux_sym_argument_tuning_token1] = ACTIONS(166), - [aux_sym_argument_tuning_token2] = ACTIONS(166), - [aux_sym_argument_tuning_token3] = ACTIONS(166), - [aux_sym_argument_tuning_token4] = ACTIONS(166), - [aux_sym_function_call_token1] = ACTIONS(170), - [aux_sym_if_statement_token2] = ACTIONS(166), - [aux_sym_else_statement_token1] = ACTIONS(166), - [aux_sym_repeat_tuning_token1] = ACTIONS(166), - [aux_sym_using_statement_token1] = ACTIONS(166), - [aux_sym_input_stream_tuning_token1] = ACTIONS(166), - [aux_sym_input_stream_tuning_token2] = ACTIONS(166), - [aux_sym_input_stream_tuning_token3] = ACTIONS(166), - [aux_sym_input_stream_tuning_token4] = ACTIONS(166), - [aux_sym_input_stream_tuning_token5] = ACTIONS(166), - [aux_sym_input_stream_tuning_token6] = ACTIONS(166), - [aux_sym_input_stream_tuning_token7] = ACTIONS(166), - [aux_sym_input_stream_tuning_token8] = ACTIONS(166), - [aux_sym_input_stream_tuning_token9] = ACTIONS(166), - [aux_sym_input_stream_tuning_token11] = ACTIONS(166), - [aux_sym_output_stream_tuning_token1] = ACTIONS(166), - [aux_sym_output_stream_tuning_token2] = ACTIONS(166), - [aux_sym_output_stream_tuning_token3] = ACTIONS(166), - [aux_sym_output_stream_tuning_token4] = ACTIONS(166), - [aux_sym_output_stream_tuning_token5] = ACTIONS(166), - [aux_sym_output_stream_tuning_token6] = ACTIONS(166), - [aux_sym_output_stream_tuning_token7] = ACTIONS(166), - [aux_sym_output_stream_statement_token1] = ACTIONS(166), - [aux_sym_on_error_phrase_token1] = ACTIONS(166), - [aux_sym_stop_after_phrase_token1] = ACTIONS(166), - [aux_sym_do_tuning_token1] = ACTIONS(166), - [aux_sym_where_clause_token1] = ACTIONS(166), - [aux_sym_query_tuning_token1] = ACTIONS(166), - [aux_sym_query_tuning_token2] = ACTIONS(166), - [aux_sym_query_tuning_token3] = ACTIONS(166), - [aux_sym_query_tuning_token4] = ACTIONS(166), - [aux_sym_query_tuning_token5] = ACTIONS(166), - [aux_sym_query_tuning_token6] = ACTIONS(166), - [aux_sym_of_token1] = ACTIONS(166), - [aux_sym_field_option_token1] = ACTIONS(166), - [aux_sym_field_option_token2] = ACTIONS(166), - [aux_sym_field_option_token3] = ACTIONS(166), - [aux_sym_field_option_token4] = ACTIONS(166), - [aux_sym_field_option_token5] = ACTIONS(166), - [aux_sym_field_option_token6] = ACTIONS(166), - [aux_sym_field_definition_token1] = ACTIONS(166), - [aux_sym_index_definition_token1] = ACTIONS(166), - [aux_sym_of_phrase_token1] = ACTIONS(166), - [aux_sym_of_phrase_token2] = ACTIONS(166), - [sym__namecolon] = ACTIONS(166), - [sym__or_operator] = ACTIONS(166), - [sym__and_operator] = ACTIONS(166), + [anon_sym_STAR] = ACTIONS(168), + [sym__terminator] = ACTIONS(168), + [anon_sym_COMMA] = ACTIONS(168), + [anon_sym_RBRACK] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(168), + [anon_sym_RPAREN] = ACTIONS(168), + [anon_sym_EQ] = ACTIONS(168), + [aux_sym_unary_expression_token2] = ACTIONS(168), + [anon_sym_PLUS] = ACTIONS(168), + [anon_sym_DASH] = ACTIONS(168), + [aux_sym__multiplicative_operator_token1] = ACTIONS(168), + [aux_sym__multiplicative_operator_token2] = ACTIONS(170), + [anon_sym_LT] = ACTIONS(170), + [anon_sym_LT_EQ] = ACTIONS(168), + [anon_sym_LT_GT] = ACTIONS(168), + [anon_sym_GT] = ACTIONS(170), + [anon_sym_GT_EQ] = ACTIONS(168), + [aux_sym__comparison_operator_token1] = ACTIONS(168), + [aux_sym__comparison_operator_token2] = ACTIONS(168), + [aux_sym__comparison_operator_token3] = ACTIONS(168), + [aux_sym__comparison_operator_token4] = ACTIONS(168), + [aux_sym__comparison_operator_token5] = ACTIONS(168), + [aux_sym__comparison_operator_token6] = ACTIONS(168), + [aux_sym__comparison_operator_token7] = ACTIONS(168), + [aux_sym__comparison_operator_token8] = ACTIONS(168), + [aux_sym__comparison_operator_token9] = ACTIONS(168), + [aux_sym_when_expression_token1] = ACTIONS(168), + [aux_sym_variable_tuning_token1] = ACTIONS(168), + [aux_sym_variable_tuning_token2] = ACTIONS(170), + [aux_sym_variable_tuning_token3] = ACTIONS(168), + [aux_sym_variable_tuning_token4] = ACTIONS(168), + [aux_sym_variable_tuning_token5] = ACTIONS(168), + [aux_sym_variable_tuning_token6] = ACTIONS(168), + [aux_sym_variable_tuning_token7] = ACTIONS(168), + [aux_sym_variable_tuning_token8] = ACTIONS(168), + [aux_sym_argument_tuning_token1] = ACTIONS(168), + [aux_sym_argument_tuning_token2] = ACTIONS(168), + [aux_sym_argument_tuning_token3] = ACTIONS(168), + [aux_sym_argument_tuning_token4] = ACTIONS(168), + [aux_sym_function_call_token1] = ACTIONS(168), + [aux_sym_if_statement_token2] = ACTIONS(168), + [aux_sym_else_statement_token1] = ACTIONS(168), + [aux_sym_repeat_tuning_token1] = ACTIONS(168), + [aux_sym_using_statement_token1] = ACTIONS(168), + [aux_sym_input_stream_tuning_token1] = ACTIONS(168), + [aux_sym_input_stream_tuning_token2] = ACTIONS(168), + [aux_sym_input_stream_tuning_token3] = ACTIONS(168), + [aux_sym_input_stream_tuning_token4] = ACTIONS(168), + [aux_sym_input_stream_tuning_token5] = ACTIONS(168), + [aux_sym_input_stream_tuning_token6] = ACTIONS(168), + [aux_sym_input_stream_tuning_token7] = ACTIONS(168), + [aux_sym_input_stream_tuning_token8] = ACTIONS(168), + [aux_sym_input_stream_tuning_token9] = ACTIONS(168), + [aux_sym_input_stream_tuning_token11] = ACTIONS(168), + [aux_sym_output_stream_tuning_token1] = ACTIONS(168), + [aux_sym_output_stream_tuning_token2] = ACTIONS(168), + [aux_sym_output_stream_tuning_token3] = ACTIONS(168), + [aux_sym_output_stream_tuning_token4] = ACTIONS(168), + [aux_sym_output_stream_tuning_token5] = ACTIONS(168), + [aux_sym_output_stream_tuning_token6] = ACTIONS(168), + [aux_sym_output_stream_tuning_token7] = ACTIONS(168), + [aux_sym_output_stream_statement_token1] = ACTIONS(168), + [aux_sym_on_error_phrase_token1] = ACTIONS(168), + [aux_sym_stop_after_phrase_token1] = ACTIONS(168), + [aux_sym_do_tuning_token1] = ACTIONS(168), + [aux_sym_where_clause_token1] = ACTIONS(168), + [aux_sym_query_tuning_token1] = ACTIONS(168), + [aux_sym_query_tuning_token2] = ACTIONS(168), + [aux_sym_query_tuning_token3] = ACTIONS(168), + [aux_sym_query_tuning_token4] = ACTIONS(168), + [aux_sym_query_tuning_token5] = ACTIONS(168), + [aux_sym_query_tuning_token6] = ACTIONS(168), + [aux_sym_of_token1] = ACTIONS(168), + [aux_sym_field_option_token1] = ACTIONS(168), + [aux_sym_field_option_token2] = ACTIONS(168), + [aux_sym_field_option_token3] = ACTIONS(168), + [aux_sym_field_option_token4] = ACTIONS(168), + [aux_sym_field_option_token5] = ACTIONS(168), + [aux_sym_field_option_token6] = ACTIONS(168), + [aux_sym_field_definition_token1] = ACTIONS(168), + [aux_sym_index_definition_token1] = ACTIONS(168), + [aux_sym_of_phrase_token1] = ACTIONS(168), + [aux_sym_of_phrase_token2] = ACTIONS(168), + [sym__namedoublecolon] = ACTIONS(168), + [sym__or_operator] = ACTIONS(168), + [sym__and_operator] = ACTIONS(168), }, [28] = { [sym_comment] = STATE(28), [sym_include] = STATE(28), + [anon_sym_COLON] = ACTIONS(133), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(135), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(133), + [sym__terminator] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(133), + [anon_sym_EQ] = ACTIONS(133), + [aux_sym_unary_expression_token2] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_DASH] = ACTIONS(133), + [aux_sym__multiplicative_operator_token1] = ACTIONS(133), + [aux_sym__multiplicative_operator_token2] = ACTIONS(135), + [anon_sym_LT] = ACTIONS(135), + [anon_sym_LT_EQ] = ACTIONS(133), + [anon_sym_LT_GT] = ACTIONS(133), + [anon_sym_GT] = ACTIONS(135), + [anon_sym_GT_EQ] = ACTIONS(133), + [aux_sym__comparison_operator_token1] = ACTIONS(133), + [aux_sym__comparison_operator_token2] = ACTIONS(133), + [aux_sym__comparison_operator_token3] = ACTIONS(133), + [aux_sym__comparison_operator_token4] = ACTIONS(133), + [aux_sym__comparison_operator_token5] = ACTIONS(133), + [aux_sym__comparison_operator_token6] = ACTIONS(133), + [aux_sym__comparison_operator_token7] = ACTIONS(133), + [aux_sym__comparison_operator_token8] = ACTIONS(133), + [aux_sym__comparison_operator_token9] = ACTIONS(133), + [aux_sym_when_expression_token1] = ACTIONS(133), + [aux_sym_variable_tuning_token1] = ACTIONS(133), + [aux_sym_variable_tuning_token2] = ACTIONS(135), + [aux_sym_variable_tuning_token3] = ACTIONS(133), + [aux_sym_variable_tuning_token4] = ACTIONS(133), + [aux_sym_variable_tuning_token5] = ACTIONS(133), + [aux_sym_variable_tuning_token6] = ACTIONS(133), + [aux_sym_variable_tuning_token7] = ACTIONS(133), + [aux_sym_variable_tuning_token8] = ACTIONS(133), + [aux_sym_argument_tuning_token1] = ACTIONS(133), + [aux_sym_argument_tuning_token2] = ACTIONS(133), + [aux_sym_argument_tuning_token3] = ACTIONS(133), + [aux_sym_argument_tuning_token4] = ACTIONS(133), + [aux_sym_function_call_token1] = ACTIONS(133), + [aux_sym_if_statement_token2] = ACTIONS(133), + [aux_sym_else_statement_token1] = ACTIONS(133), + [aux_sym_repeat_tuning_token1] = ACTIONS(133), + [aux_sym_using_statement_token1] = ACTIONS(133), + [aux_sym_input_stream_tuning_token1] = ACTIONS(133), + [aux_sym_input_stream_tuning_token2] = ACTIONS(133), + [aux_sym_input_stream_tuning_token3] = ACTIONS(133), + [aux_sym_input_stream_tuning_token4] = ACTIONS(133), + [aux_sym_input_stream_tuning_token5] = ACTIONS(133), + [aux_sym_input_stream_tuning_token6] = ACTIONS(133), + [aux_sym_input_stream_tuning_token7] = ACTIONS(133), + [aux_sym_input_stream_tuning_token8] = ACTIONS(133), + [aux_sym_input_stream_tuning_token9] = ACTIONS(133), + [aux_sym_input_stream_tuning_token11] = ACTIONS(133), + [aux_sym_output_stream_tuning_token1] = ACTIONS(133), + [aux_sym_output_stream_tuning_token2] = ACTIONS(133), + [aux_sym_output_stream_tuning_token3] = ACTIONS(133), + [aux_sym_output_stream_tuning_token4] = ACTIONS(133), + [aux_sym_output_stream_tuning_token5] = ACTIONS(133), + [aux_sym_output_stream_tuning_token6] = ACTIONS(133), + [aux_sym_output_stream_tuning_token7] = ACTIONS(133), + [aux_sym_output_stream_statement_token1] = ACTIONS(133), + [aux_sym_on_error_phrase_token1] = ACTIONS(133), + [aux_sym_stop_after_phrase_token1] = ACTIONS(133), + [aux_sym_do_tuning_token1] = ACTIONS(133), + [aux_sym_where_clause_token1] = ACTIONS(133), + [aux_sym_query_tuning_token1] = ACTIONS(133), + [aux_sym_query_tuning_token2] = ACTIONS(133), + [aux_sym_query_tuning_token3] = ACTIONS(133), + [aux_sym_query_tuning_token4] = ACTIONS(133), + [aux_sym_query_tuning_token5] = ACTIONS(133), + [aux_sym_query_tuning_token6] = ACTIONS(133), + [aux_sym_of_token1] = ACTIONS(133), + [aux_sym_field_option_token1] = ACTIONS(133), + [aux_sym_field_option_token2] = ACTIONS(133), + [aux_sym_field_option_token3] = ACTIONS(133), + [aux_sym_field_option_token4] = ACTIONS(133), + [aux_sym_field_option_token5] = ACTIONS(133), + [aux_sym_field_option_token6] = ACTIONS(133), + [aux_sym_field_definition_token1] = ACTIONS(133), + [aux_sym_index_definition_token1] = ACTIONS(133), + [aux_sym_of_phrase_token1] = ACTIONS(133), + [aux_sym_of_phrase_token2] = ACTIONS(133), + [sym__or_operator] = ACTIONS(133), + [sym__and_operator] = ACTIONS(133), + }, + [29] = { + [sym_comment] = STATE(29), + [sym_include] = STATE(29), [anon_sym_COLON] = ACTIONS(172), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49425,7 +52589,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(172), [sym__terminator] = ACTIONS(172), - [aux_sym__block_terminator_token1] = ACTIONS(172), [anon_sym_COMMA] = ACTIONS(172), [anon_sym_RBRACK] = ACTIONS(172), [anon_sym_LPAREN] = ACTIONS(172), @@ -49510,9 +52673,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(172), [sym__and_operator] = ACTIONS(172), }, - [29] = { - [sym_comment] = STATE(29), - [sym_include] = STATE(29), + [30] = { + [sym_comment] = STATE(30), + [sym_include] = STATE(30), + [anon_sym_COLON] = ACTIONS(117), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(117), + [sym__terminator] = ACTIONS(117), + [anon_sym_COMMA] = ACTIONS(117), + [anon_sym_RBRACK] = ACTIONS(117), + [anon_sym_LPAREN] = ACTIONS(117), + [anon_sym_RPAREN] = ACTIONS(117), + [anon_sym_EQ] = ACTIONS(117), + [aux_sym_unary_expression_token2] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [aux_sym__multiplicative_operator_token1] = ACTIONS(117), + [aux_sym__multiplicative_operator_token2] = ACTIONS(119), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_LT_EQ] = ACTIONS(117), + [anon_sym_LT_GT] = ACTIONS(117), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_GT_EQ] = ACTIONS(117), + [aux_sym__comparison_operator_token1] = ACTIONS(117), + [aux_sym__comparison_operator_token2] = ACTIONS(117), + [aux_sym__comparison_operator_token3] = ACTIONS(117), + [aux_sym__comparison_operator_token4] = ACTIONS(117), + [aux_sym__comparison_operator_token5] = ACTIONS(117), + [aux_sym__comparison_operator_token6] = ACTIONS(117), + [aux_sym__comparison_operator_token7] = ACTIONS(117), + [aux_sym__comparison_operator_token8] = ACTIONS(117), + [aux_sym__comparison_operator_token9] = ACTIONS(117), + [aux_sym_when_expression_token1] = ACTIONS(117), + [aux_sym_variable_tuning_token1] = ACTIONS(117), + [aux_sym_variable_tuning_token2] = ACTIONS(119), + [aux_sym_variable_tuning_token3] = ACTIONS(117), + [aux_sym_variable_tuning_token4] = ACTIONS(117), + [aux_sym_variable_tuning_token5] = ACTIONS(117), + [aux_sym_variable_tuning_token6] = ACTIONS(117), + [aux_sym_variable_tuning_token7] = ACTIONS(117), + [aux_sym_variable_tuning_token8] = ACTIONS(117), + [aux_sym_argument_tuning_token1] = ACTIONS(117), + [aux_sym_argument_tuning_token2] = ACTIONS(117), + [aux_sym_argument_tuning_token3] = ACTIONS(117), + [aux_sym_argument_tuning_token4] = ACTIONS(117), + [aux_sym_function_call_token1] = ACTIONS(117), + [aux_sym_if_statement_token2] = ACTIONS(117), + [aux_sym_else_statement_token1] = ACTIONS(117), + [aux_sym_repeat_tuning_token1] = ACTIONS(117), + [aux_sym_using_statement_token1] = ACTIONS(117), + [aux_sym_input_stream_tuning_token1] = ACTIONS(117), + [aux_sym_input_stream_tuning_token2] = ACTIONS(117), + [aux_sym_input_stream_tuning_token3] = ACTIONS(117), + [aux_sym_input_stream_tuning_token4] = ACTIONS(117), + [aux_sym_input_stream_tuning_token5] = ACTIONS(117), + [aux_sym_input_stream_tuning_token6] = ACTIONS(117), + [aux_sym_input_stream_tuning_token7] = ACTIONS(117), + [aux_sym_input_stream_tuning_token8] = ACTIONS(117), + [aux_sym_input_stream_tuning_token9] = ACTIONS(117), + [aux_sym_input_stream_tuning_token11] = ACTIONS(117), + [aux_sym_output_stream_tuning_token1] = ACTIONS(117), + [aux_sym_output_stream_tuning_token2] = ACTIONS(117), + [aux_sym_output_stream_tuning_token3] = ACTIONS(117), + [aux_sym_output_stream_tuning_token4] = ACTIONS(117), + [aux_sym_output_stream_tuning_token5] = ACTIONS(117), + [aux_sym_output_stream_tuning_token6] = ACTIONS(117), + [aux_sym_output_stream_tuning_token7] = ACTIONS(117), + [aux_sym_output_stream_statement_token1] = ACTIONS(117), + [aux_sym_on_error_phrase_token1] = ACTIONS(117), + [aux_sym_stop_after_phrase_token1] = ACTIONS(117), + [aux_sym_do_tuning_token1] = ACTIONS(117), + [aux_sym_where_clause_token1] = ACTIONS(117), + [aux_sym_query_tuning_token1] = ACTIONS(117), + [aux_sym_query_tuning_token2] = ACTIONS(117), + [aux_sym_query_tuning_token3] = ACTIONS(117), + [aux_sym_query_tuning_token4] = ACTIONS(117), + [aux_sym_query_tuning_token5] = ACTIONS(117), + [aux_sym_query_tuning_token6] = ACTIONS(117), + [aux_sym_of_token1] = ACTIONS(117), + [aux_sym_field_option_token1] = ACTIONS(117), + [aux_sym_field_option_token2] = ACTIONS(117), + [aux_sym_field_option_token3] = ACTIONS(117), + [aux_sym_field_option_token4] = ACTIONS(117), + [aux_sym_field_option_token5] = ACTIONS(117), + [aux_sym_field_option_token6] = ACTIONS(117), + [aux_sym_field_definition_token1] = ACTIONS(117), + [aux_sym_index_definition_token1] = ACTIONS(117), + [aux_sym_of_phrase_token1] = ACTIONS(117), + [aux_sym_of_phrase_token2] = ACTIONS(117), + [sym__or_operator] = ACTIONS(117), + [sym__and_operator] = ACTIONS(117), + }, + [31] = { + [sym_comment] = STATE(31), + [sym_include] = STATE(31), + [anon_sym_COLON] = ACTIONS(87), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(87), + [sym__terminator] = ACTIONS(87), + [anon_sym_COMMA] = ACTIONS(87), + [anon_sym_RBRACK] = ACTIONS(87), + [anon_sym_LPAREN] = ACTIONS(87), + [anon_sym_RPAREN] = ACTIONS(87), + [anon_sym_EQ] = ACTIONS(87), + [aux_sym_unary_expression_token2] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(87), + [anon_sym_DASH] = ACTIONS(87), + [aux_sym__multiplicative_operator_token1] = ACTIONS(87), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(87), + [anon_sym_LT_GT] = ACTIONS(87), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(87), + [aux_sym__comparison_operator_token1] = ACTIONS(87), + [aux_sym__comparison_operator_token2] = ACTIONS(87), + [aux_sym__comparison_operator_token3] = ACTIONS(87), + [aux_sym__comparison_operator_token4] = ACTIONS(87), + [aux_sym__comparison_operator_token5] = ACTIONS(87), + [aux_sym__comparison_operator_token6] = ACTIONS(87), + [aux_sym__comparison_operator_token7] = ACTIONS(87), + [aux_sym__comparison_operator_token8] = ACTIONS(87), + [aux_sym__comparison_operator_token9] = ACTIONS(87), + [aux_sym_when_expression_token1] = ACTIONS(87), + [aux_sym_variable_tuning_token1] = ACTIONS(87), + [aux_sym_variable_tuning_token2] = ACTIONS(89), + [aux_sym_variable_tuning_token3] = ACTIONS(87), + [aux_sym_variable_tuning_token4] = ACTIONS(87), + [aux_sym_variable_tuning_token5] = ACTIONS(87), + [aux_sym_variable_tuning_token6] = ACTIONS(87), + [aux_sym_variable_tuning_token7] = ACTIONS(87), + [aux_sym_variable_tuning_token8] = ACTIONS(87), + [aux_sym_argument_tuning_token1] = ACTIONS(87), + [aux_sym_argument_tuning_token2] = ACTIONS(87), + [aux_sym_argument_tuning_token3] = ACTIONS(87), + [aux_sym_argument_tuning_token4] = ACTIONS(87), + [aux_sym_function_call_token1] = ACTIONS(87), + [aux_sym_if_statement_token2] = ACTIONS(87), + [aux_sym_else_statement_token1] = ACTIONS(87), + [aux_sym_repeat_tuning_token1] = ACTIONS(87), + [aux_sym_using_statement_token1] = ACTIONS(87), + [aux_sym_input_stream_tuning_token1] = ACTIONS(87), + [aux_sym_input_stream_tuning_token2] = ACTIONS(87), + [aux_sym_input_stream_tuning_token3] = ACTIONS(87), + [aux_sym_input_stream_tuning_token4] = ACTIONS(87), + [aux_sym_input_stream_tuning_token5] = ACTIONS(87), + [aux_sym_input_stream_tuning_token6] = ACTIONS(87), + [aux_sym_input_stream_tuning_token7] = ACTIONS(87), + [aux_sym_input_stream_tuning_token8] = ACTIONS(87), + [aux_sym_input_stream_tuning_token9] = ACTIONS(87), + [aux_sym_input_stream_tuning_token11] = ACTIONS(87), + [aux_sym_output_stream_tuning_token1] = ACTIONS(87), + [aux_sym_output_stream_tuning_token2] = ACTIONS(87), + [aux_sym_output_stream_tuning_token3] = ACTIONS(87), + [aux_sym_output_stream_tuning_token4] = ACTIONS(87), + [aux_sym_output_stream_tuning_token5] = ACTIONS(87), + [aux_sym_output_stream_tuning_token6] = ACTIONS(87), + [aux_sym_output_stream_tuning_token7] = ACTIONS(87), + [aux_sym_output_stream_statement_token1] = ACTIONS(87), + [aux_sym_on_error_phrase_token1] = ACTIONS(87), + [aux_sym_stop_after_phrase_token1] = ACTIONS(87), + [aux_sym_do_tuning_token1] = ACTIONS(87), + [aux_sym_where_clause_token1] = ACTIONS(87), + [aux_sym_query_tuning_token1] = ACTIONS(87), + [aux_sym_query_tuning_token2] = ACTIONS(87), + [aux_sym_query_tuning_token3] = ACTIONS(87), + [aux_sym_query_tuning_token4] = ACTIONS(87), + [aux_sym_query_tuning_token5] = ACTIONS(87), + [aux_sym_query_tuning_token6] = ACTIONS(87), + [aux_sym_of_token1] = ACTIONS(87), + [aux_sym_field_option_token1] = ACTIONS(87), + [aux_sym_field_option_token2] = ACTIONS(87), + [aux_sym_field_option_token3] = ACTIONS(87), + [aux_sym_field_option_token4] = ACTIONS(87), + [aux_sym_field_option_token5] = ACTIONS(87), + [aux_sym_field_option_token6] = ACTIONS(87), + [aux_sym_field_definition_token1] = ACTIONS(87), + [aux_sym_index_definition_token1] = ACTIONS(87), + [aux_sym_of_phrase_token1] = ACTIONS(87), + [aux_sym_of_phrase_token2] = ACTIONS(87), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + }, + [32] = { + [sym_comment] = STATE(32), + [sym_include] = STATE(32), [anon_sym_COLON] = ACTIONS(176), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49520,7 +52871,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(176), [sym__terminator] = ACTIONS(176), - [aux_sym__block_terminator_token1] = ACTIONS(176), [anon_sym_COMMA] = ACTIONS(176), [anon_sym_RBRACK] = ACTIONS(176), [anon_sym_LPAREN] = ACTIONS(176), @@ -49605,9 +52955,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(176), [sym__and_operator] = ACTIONS(176), }, - [30] = { - [sym_comment] = STATE(30), - [sym_include] = STATE(30), + [33] = { + [sym_comment] = STATE(33), + [sym_include] = STATE(33), [anon_sym_COLON] = ACTIONS(180), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49615,7 +52965,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(180), [sym__terminator] = ACTIONS(180), - [aux_sym__block_terminator_token1] = ACTIONS(180), [anon_sym_COMMA] = ACTIONS(180), [anon_sym_RBRACK] = ACTIONS(180), [anon_sym_LPAREN] = ACTIONS(180), @@ -49700,104 +53049,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(180), [sym__and_operator] = ACTIONS(180), }, - [31] = { - [sym_comment] = STATE(31), - [sym_include] = STATE(31), - [anon_sym_COLON] = ACTIONS(124), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(126), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(124), - [sym__terminator] = ACTIONS(124), - [aux_sym__block_terminator_token1] = ACTIONS(124), - [anon_sym_COMMA] = ACTIONS(124), - [anon_sym_RBRACK] = ACTIONS(124), - [anon_sym_LPAREN] = ACTIONS(124), - [anon_sym_RPAREN] = ACTIONS(124), - [anon_sym_EQ] = ACTIONS(124), - [aux_sym_unary_expression_token2] = ACTIONS(124), - [anon_sym_PLUS] = ACTIONS(124), - [anon_sym_DASH] = ACTIONS(124), - [aux_sym__multiplicative_operator_token1] = ACTIONS(124), - [aux_sym__multiplicative_operator_token2] = ACTIONS(126), - [anon_sym_LT] = ACTIONS(126), - [anon_sym_LT_EQ] = ACTIONS(124), - [anon_sym_LT_GT] = ACTIONS(124), - [anon_sym_GT] = ACTIONS(126), - [anon_sym_GT_EQ] = ACTIONS(124), - [aux_sym__comparison_operator_token1] = ACTIONS(124), - [aux_sym__comparison_operator_token2] = ACTIONS(124), - [aux_sym__comparison_operator_token3] = ACTIONS(124), - [aux_sym__comparison_operator_token4] = ACTIONS(124), - [aux_sym__comparison_operator_token5] = ACTIONS(124), - [aux_sym__comparison_operator_token6] = ACTIONS(124), - [aux_sym__comparison_operator_token7] = ACTIONS(124), - [aux_sym__comparison_operator_token8] = ACTIONS(124), - [aux_sym__comparison_operator_token9] = ACTIONS(124), - [aux_sym_when_expression_token1] = ACTIONS(124), - [aux_sym_variable_tuning_token1] = ACTIONS(124), - [aux_sym_variable_tuning_token2] = ACTIONS(126), - [aux_sym_variable_tuning_token3] = ACTIONS(124), - [aux_sym_variable_tuning_token4] = ACTIONS(124), - [aux_sym_variable_tuning_token5] = ACTIONS(124), - [aux_sym_variable_tuning_token6] = ACTIONS(124), - [aux_sym_variable_tuning_token7] = ACTIONS(124), - [aux_sym_variable_tuning_token8] = ACTIONS(124), - [aux_sym_argument_tuning_token1] = ACTIONS(124), - [aux_sym_argument_tuning_token2] = ACTIONS(124), - [aux_sym_argument_tuning_token3] = ACTIONS(124), - [aux_sym_argument_tuning_token4] = ACTIONS(124), - [aux_sym_function_call_token1] = ACTIONS(124), - [aux_sym_if_statement_token2] = ACTIONS(124), - [aux_sym_else_statement_token1] = ACTIONS(124), - [aux_sym_repeat_tuning_token1] = ACTIONS(124), - [aux_sym_using_statement_token1] = ACTIONS(124), - [aux_sym_input_stream_tuning_token1] = ACTIONS(124), - [aux_sym_input_stream_tuning_token2] = ACTIONS(124), - [aux_sym_input_stream_tuning_token3] = ACTIONS(124), - [aux_sym_input_stream_tuning_token4] = ACTIONS(124), - [aux_sym_input_stream_tuning_token5] = ACTIONS(124), - [aux_sym_input_stream_tuning_token6] = ACTIONS(124), - [aux_sym_input_stream_tuning_token7] = ACTIONS(124), - [aux_sym_input_stream_tuning_token8] = ACTIONS(124), - [aux_sym_input_stream_tuning_token9] = ACTIONS(124), - [aux_sym_input_stream_tuning_token11] = ACTIONS(124), - [aux_sym_output_stream_tuning_token1] = ACTIONS(124), - [aux_sym_output_stream_tuning_token2] = ACTIONS(124), - [aux_sym_output_stream_tuning_token3] = ACTIONS(124), - [aux_sym_output_stream_tuning_token4] = ACTIONS(124), - [aux_sym_output_stream_tuning_token5] = ACTIONS(124), - [aux_sym_output_stream_tuning_token6] = ACTIONS(124), - [aux_sym_output_stream_tuning_token7] = ACTIONS(124), - [aux_sym_output_stream_statement_token1] = ACTIONS(124), - [aux_sym_on_error_phrase_token1] = ACTIONS(124), - [aux_sym_stop_after_phrase_token1] = ACTIONS(124), - [aux_sym_do_tuning_token1] = ACTIONS(124), - [aux_sym_where_clause_token1] = ACTIONS(124), - [aux_sym_query_tuning_token1] = ACTIONS(124), - [aux_sym_query_tuning_token2] = ACTIONS(124), - [aux_sym_query_tuning_token3] = ACTIONS(124), - [aux_sym_query_tuning_token4] = ACTIONS(124), - [aux_sym_query_tuning_token5] = ACTIONS(124), - [aux_sym_query_tuning_token6] = ACTIONS(124), - [aux_sym_of_token1] = ACTIONS(124), - [aux_sym_field_option_token1] = ACTIONS(124), - [aux_sym_field_option_token2] = ACTIONS(124), - [aux_sym_field_option_token3] = ACTIONS(124), - [aux_sym_field_option_token4] = ACTIONS(124), - [aux_sym_field_option_token5] = ACTIONS(124), - [aux_sym_field_option_token6] = ACTIONS(124), - [aux_sym_field_definition_token1] = ACTIONS(124), - [aux_sym_index_definition_token1] = ACTIONS(124), - [aux_sym_of_phrase_token1] = ACTIONS(124), - [aux_sym_of_phrase_token2] = ACTIONS(124), - [sym__or_operator] = ACTIONS(124), - [sym__and_operator] = ACTIONS(124), - }, - [32] = { - [sym_comment] = STATE(32), - [sym_include] = STATE(32), + [34] = { + [sym_comment] = STATE(34), + [sym_include] = STATE(34), [anon_sym_COLON] = ACTIONS(184), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49805,7 +53059,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(184), [sym__terminator] = ACTIONS(184), - [aux_sym__block_terminator_token1] = ACTIONS(184), [anon_sym_COMMA] = ACTIONS(184), [anon_sym_RBRACK] = ACTIONS(184), [anon_sym_LPAREN] = ACTIONS(184), @@ -49890,9 +53143,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(184), [sym__and_operator] = ACTIONS(184), }, - [33] = { - [sym_comment] = STATE(33), - [sym_include] = STATE(33), + [35] = { + [sym_comment] = STATE(35), + [sym_include] = STATE(35), [anon_sym_COLON] = ACTIONS(188), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49900,7 +53153,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(188), [sym__terminator] = ACTIONS(188), - [aux_sym__block_terminator_token1] = ACTIONS(188), [anon_sym_COMMA] = ACTIONS(188), [anon_sym_RBRACK] = ACTIONS(188), [anon_sym_LPAREN] = ACTIONS(188), @@ -49985,9 +53237,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(188), [sym__and_operator] = ACTIONS(188), }, - [34] = { - [sym_comment] = STATE(34), - [sym_include] = STATE(34), + [36] = { + [sym_comment] = STATE(36), + [sym_include] = STATE(36), [anon_sym_COLON] = ACTIONS(192), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49995,7 +53247,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(192), [sym__terminator] = ACTIONS(192), - [aux_sym__block_terminator_token1] = ACTIONS(192), [anon_sym_COMMA] = ACTIONS(192), [anon_sym_RBRACK] = ACTIONS(192), [anon_sym_LPAREN] = ACTIONS(192), @@ -50080,9 +53331,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(192), [sym__and_operator] = ACTIONS(192), }, - [35] = { - [sym_comment] = STATE(35), - [sym_include] = STATE(35), + [37] = { + [sym_comment] = STATE(37), + [sym_include] = STATE(37), [anon_sym_COLON] = ACTIONS(196), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50090,7 +53341,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(196), [sym__terminator] = ACTIONS(196), - [aux_sym__block_terminator_token1] = ACTIONS(196), [anon_sym_COMMA] = ACTIONS(196), [anon_sym_RBRACK] = ACTIONS(196), [anon_sym_LPAREN] = ACTIONS(196), @@ -50175,9 +53425,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(196), [sym__and_operator] = ACTIONS(196), }, - [36] = { - [sym_comment] = STATE(36), - [sym_include] = STATE(36), + [38] = { + [sym_comment] = STATE(38), + [sym_include] = STATE(38), [anon_sym_COLON] = ACTIONS(200), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50185,7 +53435,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(200), [sym__terminator] = ACTIONS(200), - [aux_sym__block_terminator_token1] = ACTIONS(200), [anon_sym_COMMA] = ACTIONS(200), [anon_sym_RBRACK] = ACTIONS(200), [anon_sym_LPAREN] = ACTIONS(200), @@ -50270,104 +53519,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(200), [sym__and_operator] = ACTIONS(200), }, - [37] = { - [sym_comment] = STATE(37), - [sym_include] = STATE(37), - [anon_sym_COLON] = ACTIONS(67), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(73), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(67), - [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), - [anon_sym_COMMA] = ACTIONS(67), - [anon_sym_RBRACK] = ACTIONS(67), - [anon_sym_LPAREN] = ACTIONS(67), - [anon_sym_RPAREN] = ACTIONS(67), - [anon_sym_EQ] = ACTIONS(67), - [aux_sym_unary_expression_token2] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [aux_sym__multiplicative_operator_token1] = ACTIONS(67), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(67), - [anon_sym_LT_GT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(67), - [aux_sym__comparison_operator_token1] = ACTIONS(67), - [aux_sym__comparison_operator_token2] = ACTIONS(67), - [aux_sym__comparison_operator_token3] = ACTIONS(67), - [aux_sym__comparison_operator_token4] = ACTIONS(67), - [aux_sym__comparison_operator_token5] = ACTIONS(67), - [aux_sym__comparison_operator_token6] = ACTIONS(67), - [aux_sym__comparison_operator_token7] = ACTIONS(67), - [aux_sym__comparison_operator_token8] = ACTIONS(67), - [aux_sym__comparison_operator_token9] = ACTIONS(67), - [aux_sym_when_expression_token1] = ACTIONS(67), - [aux_sym_variable_tuning_token1] = ACTIONS(67), - [aux_sym_variable_tuning_token2] = ACTIONS(73), - [aux_sym_variable_tuning_token3] = ACTIONS(67), - [aux_sym_variable_tuning_token4] = ACTIONS(67), - [aux_sym_variable_tuning_token5] = ACTIONS(67), - [aux_sym_variable_tuning_token6] = ACTIONS(67), - [aux_sym_variable_tuning_token7] = ACTIONS(67), - [aux_sym_variable_tuning_token8] = ACTIONS(67), - [aux_sym_argument_tuning_token1] = ACTIONS(67), - [aux_sym_argument_tuning_token2] = ACTIONS(67), - [aux_sym_argument_tuning_token3] = ACTIONS(67), - [aux_sym_argument_tuning_token4] = ACTIONS(67), - [aux_sym_function_call_token1] = ACTIONS(67), - [aux_sym_if_statement_token2] = ACTIONS(67), - [aux_sym_else_statement_token1] = ACTIONS(67), - [aux_sym_repeat_tuning_token1] = ACTIONS(67), - [aux_sym_using_statement_token1] = ACTIONS(67), - [aux_sym_input_stream_tuning_token1] = ACTIONS(67), - [aux_sym_input_stream_tuning_token2] = ACTIONS(67), - [aux_sym_input_stream_tuning_token3] = ACTIONS(67), - [aux_sym_input_stream_tuning_token4] = ACTIONS(67), - [aux_sym_input_stream_tuning_token5] = ACTIONS(67), - [aux_sym_input_stream_tuning_token6] = ACTIONS(67), - [aux_sym_input_stream_tuning_token7] = ACTIONS(67), - [aux_sym_input_stream_tuning_token8] = ACTIONS(67), - [aux_sym_input_stream_tuning_token9] = ACTIONS(67), - [aux_sym_input_stream_tuning_token11] = ACTIONS(67), - [aux_sym_output_stream_tuning_token1] = ACTIONS(67), - [aux_sym_output_stream_tuning_token2] = ACTIONS(67), - [aux_sym_output_stream_tuning_token3] = ACTIONS(67), - [aux_sym_output_stream_tuning_token4] = ACTIONS(67), - [aux_sym_output_stream_tuning_token5] = ACTIONS(67), - [aux_sym_output_stream_tuning_token6] = ACTIONS(67), - [aux_sym_output_stream_tuning_token7] = ACTIONS(67), - [aux_sym_output_stream_statement_token1] = ACTIONS(67), - [aux_sym_on_error_phrase_token1] = ACTIONS(67), - [aux_sym_stop_after_phrase_token1] = ACTIONS(67), - [aux_sym_do_tuning_token1] = ACTIONS(67), - [aux_sym_where_clause_token1] = ACTIONS(67), - [aux_sym_query_tuning_token1] = ACTIONS(67), - [aux_sym_query_tuning_token2] = ACTIONS(67), - [aux_sym_query_tuning_token3] = ACTIONS(67), - [aux_sym_query_tuning_token4] = ACTIONS(67), - [aux_sym_query_tuning_token5] = ACTIONS(67), - [aux_sym_query_tuning_token6] = ACTIONS(67), - [aux_sym_of_token1] = ACTIONS(67), - [aux_sym_field_option_token1] = ACTIONS(67), - [aux_sym_field_option_token2] = ACTIONS(67), - [aux_sym_field_option_token3] = ACTIONS(67), - [aux_sym_field_option_token4] = ACTIONS(67), - [aux_sym_field_option_token5] = ACTIONS(67), - [aux_sym_field_option_token6] = ACTIONS(67), - [aux_sym_field_definition_token1] = ACTIONS(67), - [aux_sym_index_definition_token1] = ACTIONS(67), - [aux_sym_of_phrase_token1] = ACTIONS(67), - [aux_sym_of_phrase_token2] = ACTIONS(67), - [sym__or_operator] = ACTIONS(67), - [sym__and_operator] = ACTIONS(67), - }, - [38] = { - [sym_comment] = STATE(38), - [sym_include] = STATE(38), + [39] = { + [sym_comment] = STATE(39), + [sym_include] = STATE(39), [anon_sym_COLON] = ACTIONS(204), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50375,7 +53529,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(204), [sym__terminator] = ACTIONS(204), - [aux_sym__block_terminator_token1] = ACTIONS(204), [anon_sym_COMMA] = ACTIONS(204), [anon_sym_RBRACK] = ACTIONS(204), [anon_sym_LPAREN] = ACTIONS(204), @@ -50460,9 +53613,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(204), [sym__and_operator] = ACTIONS(204), }, - [39] = { - [sym_comment] = STATE(39), - [sym_include] = STATE(39), + [40] = { + [sym_comment] = STATE(40), + [sym_include] = STATE(40), [anon_sym_COLON] = ACTIONS(208), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50470,7 +53623,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(208), [sym__terminator] = ACTIONS(208), - [aux_sym__block_terminator_token1] = ACTIONS(208), [anon_sym_COMMA] = ACTIONS(208), [anon_sym_RBRACK] = ACTIONS(208), [anon_sym_LPAREN] = ACTIONS(208), @@ -50555,9 +53707,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(208), [sym__and_operator] = ACTIONS(208), }, - [40] = { - [sym_comment] = STATE(40), - [sym_include] = STATE(40), + [41] = { + [sym_comment] = STATE(41), + [sym_include] = STATE(41), [anon_sym_COLON] = ACTIONS(212), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50565,7 +53717,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(212), [sym__terminator] = ACTIONS(212), - [aux_sym__block_terminator_token1] = ACTIONS(212), [anon_sym_COMMA] = ACTIONS(212), [anon_sym_RBRACK] = ACTIONS(212), [anon_sym_LPAREN] = ACTIONS(212), @@ -50650,9 +53801,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(212), [sym__and_operator] = ACTIONS(212), }, - [41] = { - [sym_comment] = STATE(41), - [sym_include] = STATE(41), + [42] = { + [sym_comment] = STATE(42), + [sym_include] = STATE(42), [anon_sym_COLON] = ACTIONS(216), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50660,7 +53811,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(216), [sym__terminator] = ACTIONS(216), - [aux_sym__block_terminator_token1] = ACTIONS(216), [anon_sym_COMMA] = ACTIONS(216), [anon_sym_RBRACK] = ACTIONS(216), [anon_sym_LPAREN] = ACTIONS(216), @@ -50745,9 +53895,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(216), [sym__and_operator] = ACTIONS(216), }, - [42] = { - [sym_comment] = STATE(42), - [sym_include] = STATE(42), + [43] = { + [sym_comment] = STATE(43), + [sym_include] = STATE(43), [anon_sym_COLON] = ACTIONS(220), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50755,7 +53905,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(220), [sym__terminator] = ACTIONS(220), - [aux_sym__block_terminator_token1] = ACTIONS(220), [anon_sym_COMMA] = ACTIONS(220), [anon_sym_RBRACK] = ACTIONS(220), [anon_sym_LPAREN] = ACTIONS(220), @@ -50840,9 +53989,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(220), [sym__and_operator] = ACTIONS(220), }, - [43] = { - [sym_comment] = STATE(43), - [sym_include] = STATE(43), + [44] = { + [sym_comment] = STATE(44), + [sym_include] = STATE(44), [anon_sym_COLON] = ACTIONS(224), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50850,7 +53999,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(224), [sym__terminator] = ACTIONS(224), - [aux_sym__block_terminator_token1] = ACTIONS(224), [anon_sym_COMMA] = ACTIONS(224), [anon_sym_RBRACK] = ACTIONS(224), [anon_sym_LPAREN] = ACTIONS(224), @@ -50935,9 +54083,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(224), [sym__and_operator] = ACTIONS(224), }, - [44] = { - [sym_comment] = STATE(44), - [sym_include] = STATE(44), + [45] = { + [sym_comment] = STATE(45), + [sym_include] = STATE(45), [anon_sym_COLON] = ACTIONS(228), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50945,7 +54093,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(228), [sym__terminator] = ACTIONS(228), - [aux_sym__block_terminator_token1] = ACTIONS(228), [anon_sym_COMMA] = ACTIONS(228), [anon_sym_RBRACK] = ACTIONS(228), [anon_sym_LPAREN] = ACTIONS(228), @@ -51030,104 +54177,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(228), [sym__and_operator] = ACTIONS(228), }, - [45] = { - [sym_comment] = STATE(45), - [sym_include] = STATE(45), - [anon_sym_COLON] = ACTIONS(160), + [46] = { + [sym_comment] = STATE(46), + [sym_include] = STATE(46), + [anon_sym_COLON] = ACTIONS(158), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(162), + [anon_sym_SLASH] = ACTIONS(160), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(160), - [sym__terminator] = ACTIONS(160), - [aux_sym__block_terminator_token1] = ACTIONS(160), - [anon_sym_COMMA] = ACTIONS(160), - [anon_sym_RBRACK] = ACTIONS(160), - [anon_sym_LPAREN] = ACTIONS(160), - [anon_sym_RPAREN] = ACTIONS(160), - [anon_sym_EQ] = ACTIONS(160), - [aux_sym_unary_expression_token2] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(160), - [anon_sym_DASH] = ACTIONS(160), - [aux_sym__multiplicative_operator_token1] = ACTIONS(160), - [aux_sym__multiplicative_operator_token2] = ACTIONS(162), - [anon_sym_LT] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(160), - [anon_sym_LT_GT] = ACTIONS(160), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(160), - [aux_sym__comparison_operator_token1] = ACTIONS(160), - [aux_sym__comparison_operator_token2] = ACTIONS(160), - [aux_sym__comparison_operator_token3] = ACTIONS(160), - [aux_sym__comparison_operator_token4] = ACTIONS(160), - [aux_sym__comparison_operator_token5] = ACTIONS(160), - [aux_sym__comparison_operator_token6] = ACTIONS(160), - [aux_sym__comparison_operator_token7] = ACTIONS(160), - [aux_sym__comparison_operator_token8] = ACTIONS(160), - [aux_sym__comparison_operator_token9] = ACTIONS(160), - [aux_sym_when_expression_token1] = ACTIONS(160), - [aux_sym_variable_tuning_token1] = ACTIONS(160), - [aux_sym_variable_tuning_token2] = ACTIONS(162), - [aux_sym_variable_tuning_token3] = ACTIONS(160), - [aux_sym_variable_tuning_token4] = ACTIONS(160), - [aux_sym_variable_tuning_token5] = ACTIONS(160), - [aux_sym_variable_tuning_token6] = ACTIONS(160), - [aux_sym_variable_tuning_token7] = ACTIONS(160), - [aux_sym_variable_tuning_token8] = ACTIONS(160), - [aux_sym_argument_tuning_token1] = ACTIONS(160), - [aux_sym_argument_tuning_token2] = ACTIONS(160), - [aux_sym_argument_tuning_token3] = ACTIONS(160), - [aux_sym_argument_tuning_token4] = ACTIONS(160), - [aux_sym_function_call_token1] = ACTIONS(160), - [aux_sym_if_statement_token2] = ACTIONS(160), - [aux_sym_else_statement_token1] = ACTIONS(160), - [aux_sym_repeat_tuning_token1] = ACTIONS(160), - [aux_sym_using_statement_token1] = ACTIONS(160), - [aux_sym_input_stream_tuning_token1] = ACTIONS(160), - [aux_sym_input_stream_tuning_token2] = ACTIONS(160), - [aux_sym_input_stream_tuning_token3] = ACTIONS(160), - [aux_sym_input_stream_tuning_token4] = ACTIONS(160), - [aux_sym_input_stream_tuning_token5] = ACTIONS(160), - [aux_sym_input_stream_tuning_token6] = ACTIONS(160), - [aux_sym_input_stream_tuning_token7] = ACTIONS(160), - [aux_sym_input_stream_tuning_token8] = ACTIONS(160), - [aux_sym_input_stream_tuning_token9] = ACTIONS(160), - [aux_sym_input_stream_tuning_token11] = ACTIONS(160), - [aux_sym_output_stream_tuning_token1] = ACTIONS(160), - [aux_sym_output_stream_tuning_token2] = ACTIONS(160), - [aux_sym_output_stream_tuning_token3] = ACTIONS(160), - [aux_sym_output_stream_tuning_token4] = ACTIONS(160), - [aux_sym_output_stream_tuning_token5] = ACTIONS(160), - [aux_sym_output_stream_tuning_token6] = ACTIONS(160), - [aux_sym_output_stream_tuning_token7] = ACTIONS(160), - [aux_sym_output_stream_statement_token1] = ACTIONS(160), - [aux_sym_on_error_phrase_token1] = ACTIONS(160), - [aux_sym_stop_after_phrase_token1] = ACTIONS(160), - [aux_sym_do_tuning_token1] = ACTIONS(160), - [aux_sym_where_clause_token1] = ACTIONS(160), - [aux_sym_query_tuning_token1] = ACTIONS(160), - [aux_sym_query_tuning_token2] = ACTIONS(160), - [aux_sym_query_tuning_token3] = ACTIONS(160), - [aux_sym_query_tuning_token4] = ACTIONS(160), - [aux_sym_query_tuning_token5] = ACTIONS(160), - [aux_sym_query_tuning_token6] = ACTIONS(160), - [aux_sym_of_token1] = ACTIONS(160), - [aux_sym_field_option_token1] = ACTIONS(160), - [aux_sym_field_option_token2] = ACTIONS(160), - [aux_sym_field_option_token3] = ACTIONS(160), - [aux_sym_field_option_token4] = ACTIONS(160), - [aux_sym_field_option_token5] = ACTIONS(160), - [aux_sym_field_option_token6] = ACTIONS(160), - [aux_sym_field_definition_token1] = ACTIONS(160), - [aux_sym_index_definition_token1] = ACTIONS(160), - [aux_sym_of_phrase_token1] = ACTIONS(160), - [aux_sym_of_phrase_token2] = ACTIONS(160), - [sym__or_operator] = ACTIONS(160), - [sym__and_operator] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(158), + [sym__terminator] = ACTIONS(158), + [anon_sym_COMMA] = ACTIONS(158), + [anon_sym_RBRACK] = ACTIONS(158), + [anon_sym_LPAREN] = ACTIONS(158), + [anon_sym_RPAREN] = ACTIONS(158), + [anon_sym_EQ] = ACTIONS(158), + [aux_sym_unary_expression_token2] = ACTIONS(158), + [anon_sym_PLUS] = ACTIONS(158), + [anon_sym_DASH] = ACTIONS(158), + [aux_sym__multiplicative_operator_token1] = ACTIONS(158), + [aux_sym__multiplicative_operator_token2] = ACTIONS(160), + [anon_sym_LT] = ACTIONS(160), + [anon_sym_LT_EQ] = ACTIONS(158), + [anon_sym_LT_GT] = ACTIONS(158), + [anon_sym_GT] = ACTIONS(160), + [anon_sym_GT_EQ] = ACTIONS(158), + [aux_sym__comparison_operator_token1] = ACTIONS(158), + [aux_sym__comparison_operator_token2] = ACTIONS(158), + [aux_sym__comparison_operator_token3] = ACTIONS(158), + [aux_sym__comparison_operator_token4] = ACTIONS(158), + [aux_sym__comparison_operator_token5] = ACTIONS(158), + [aux_sym__comparison_operator_token6] = ACTIONS(158), + [aux_sym__comparison_operator_token7] = ACTIONS(158), + [aux_sym__comparison_operator_token8] = ACTIONS(158), + [aux_sym__comparison_operator_token9] = ACTIONS(158), + [aux_sym_when_expression_token1] = ACTIONS(158), + [aux_sym_variable_tuning_token1] = ACTIONS(158), + [aux_sym_variable_tuning_token2] = ACTIONS(160), + [aux_sym_variable_tuning_token3] = ACTIONS(158), + [aux_sym_variable_tuning_token4] = ACTIONS(158), + [aux_sym_variable_tuning_token5] = ACTIONS(158), + [aux_sym_variable_tuning_token6] = ACTIONS(158), + [aux_sym_variable_tuning_token7] = ACTIONS(158), + [aux_sym_variable_tuning_token8] = ACTIONS(158), + [aux_sym_argument_tuning_token1] = ACTIONS(158), + [aux_sym_argument_tuning_token2] = ACTIONS(158), + [aux_sym_argument_tuning_token3] = ACTIONS(158), + [aux_sym_argument_tuning_token4] = ACTIONS(158), + [aux_sym_function_call_token1] = ACTIONS(158), + [aux_sym_if_statement_token2] = ACTIONS(158), + [aux_sym_else_statement_token1] = ACTIONS(158), + [aux_sym_repeat_tuning_token1] = ACTIONS(158), + [aux_sym_using_statement_token1] = ACTIONS(158), + [aux_sym_input_stream_tuning_token1] = ACTIONS(158), + [aux_sym_input_stream_tuning_token2] = ACTIONS(158), + [aux_sym_input_stream_tuning_token3] = ACTIONS(158), + [aux_sym_input_stream_tuning_token4] = ACTIONS(158), + [aux_sym_input_stream_tuning_token5] = ACTIONS(158), + [aux_sym_input_stream_tuning_token6] = ACTIONS(158), + [aux_sym_input_stream_tuning_token7] = ACTIONS(158), + [aux_sym_input_stream_tuning_token8] = ACTIONS(158), + [aux_sym_input_stream_tuning_token9] = ACTIONS(158), + [aux_sym_input_stream_tuning_token11] = ACTIONS(158), + [aux_sym_output_stream_tuning_token1] = ACTIONS(158), + [aux_sym_output_stream_tuning_token2] = ACTIONS(158), + [aux_sym_output_stream_tuning_token3] = ACTIONS(158), + [aux_sym_output_stream_tuning_token4] = ACTIONS(158), + [aux_sym_output_stream_tuning_token5] = ACTIONS(158), + [aux_sym_output_stream_tuning_token6] = ACTIONS(158), + [aux_sym_output_stream_tuning_token7] = ACTIONS(158), + [aux_sym_output_stream_statement_token1] = ACTIONS(158), + [aux_sym_on_error_phrase_token1] = ACTIONS(158), + [aux_sym_stop_after_phrase_token1] = ACTIONS(158), + [aux_sym_do_tuning_token1] = ACTIONS(158), + [aux_sym_where_clause_token1] = ACTIONS(158), + [aux_sym_query_tuning_token1] = ACTIONS(158), + [aux_sym_query_tuning_token2] = ACTIONS(158), + [aux_sym_query_tuning_token3] = ACTIONS(158), + [aux_sym_query_tuning_token4] = ACTIONS(158), + [aux_sym_query_tuning_token5] = ACTIONS(158), + [aux_sym_query_tuning_token6] = ACTIONS(158), + [aux_sym_of_token1] = ACTIONS(158), + [aux_sym_field_option_token1] = ACTIONS(158), + [aux_sym_field_option_token2] = ACTIONS(158), + [aux_sym_field_option_token3] = ACTIONS(158), + [aux_sym_field_option_token4] = ACTIONS(158), + [aux_sym_field_option_token5] = ACTIONS(158), + [aux_sym_field_option_token6] = ACTIONS(158), + [aux_sym_field_definition_token1] = ACTIONS(158), + [aux_sym_index_definition_token1] = ACTIONS(158), + [aux_sym_of_phrase_token1] = ACTIONS(158), + [aux_sym_of_phrase_token2] = ACTIONS(158), + [sym__or_operator] = ACTIONS(158), + [sym__and_operator] = ACTIONS(158), }, - [46] = { - [sym_comment] = STATE(46), - [sym_include] = STATE(46), + [47] = { + [sym_comment] = STATE(47), + [sym_include] = STATE(47), [anon_sym_COLON] = ACTIONS(232), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -51135,7 +54281,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(232), [sym__terminator] = ACTIONS(232), - [aux_sym__block_terminator_token1] = ACTIONS(232), [anon_sym_COMMA] = ACTIONS(232), [anon_sym_RBRACK] = ACTIONS(232), [anon_sym_LPAREN] = ACTIONS(232), @@ -51220,9 +54365,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(232), [sym__and_operator] = ACTIONS(232), }, - [47] = { - [sym_comment] = STATE(47), - [sym_include] = STATE(47), + [48] = { + [sym_comment] = STATE(48), + [sym_include] = STATE(48), [anon_sym_COLON] = ACTIONS(236), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -51230,7 +54375,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(236), [sym__terminator] = ACTIONS(236), - [aux_sym__block_terminator_token1] = ACTIONS(236), [anon_sym_COMMA] = ACTIONS(236), [anon_sym_RBRACK] = ACTIONS(236), [anon_sym_LPAREN] = ACTIONS(236), @@ -51315,101 +54459,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(236), [sym__and_operator] = ACTIONS(236), }, - [48] = { - [sym_comment] = STATE(48), - [sym_include] = STATE(48), - [anon_sym_COLON] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(134), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(132), - [sym__terminator] = ACTIONS(132), - [aux_sym__block_terminator_token1] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_RBRACK] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_RPAREN] = ACTIONS(132), - [anon_sym_EQ] = ACTIONS(132), - [aux_sym_unary_expression_token2] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(132), - [aux_sym__multiplicative_operator_token1] = ACTIONS(132), - [aux_sym__multiplicative_operator_token2] = ACTIONS(134), - [anon_sym_LT] = ACTIONS(134), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_LT_GT] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(134), - [anon_sym_GT_EQ] = ACTIONS(132), - [aux_sym__comparison_operator_token1] = ACTIONS(132), - [aux_sym__comparison_operator_token2] = ACTIONS(132), - [aux_sym__comparison_operator_token3] = ACTIONS(132), - [aux_sym__comparison_operator_token4] = ACTIONS(132), - [aux_sym__comparison_operator_token5] = ACTIONS(132), - [aux_sym__comparison_operator_token6] = ACTIONS(132), - [aux_sym__comparison_operator_token7] = ACTIONS(132), - [aux_sym__comparison_operator_token8] = ACTIONS(132), - [aux_sym__comparison_operator_token9] = ACTIONS(132), - [aux_sym_when_expression_token1] = ACTIONS(132), - [aux_sym_variable_tuning_token1] = ACTIONS(132), - [aux_sym_variable_tuning_token2] = ACTIONS(134), - [aux_sym_variable_tuning_token3] = ACTIONS(132), - [aux_sym_variable_tuning_token4] = ACTIONS(132), - [aux_sym_variable_tuning_token5] = ACTIONS(132), - [aux_sym_variable_tuning_token6] = ACTIONS(132), - [aux_sym_variable_tuning_token7] = ACTIONS(132), - [aux_sym_variable_tuning_token8] = ACTIONS(132), - [aux_sym_argument_tuning_token1] = ACTIONS(132), - [aux_sym_argument_tuning_token2] = ACTIONS(132), - [aux_sym_argument_tuning_token3] = ACTIONS(132), - [aux_sym_argument_tuning_token4] = ACTIONS(132), - [aux_sym_function_call_token1] = ACTIONS(132), - [aux_sym_if_statement_token2] = ACTIONS(132), - [aux_sym_else_statement_token1] = ACTIONS(132), - [aux_sym_repeat_tuning_token1] = ACTIONS(132), - [aux_sym_using_statement_token1] = ACTIONS(132), - [aux_sym_input_stream_tuning_token1] = ACTIONS(132), - [aux_sym_input_stream_tuning_token2] = ACTIONS(132), - [aux_sym_input_stream_tuning_token3] = ACTIONS(132), - [aux_sym_input_stream_tuning_token4] = ACTIONS(132), - [aux_sym_input_stream_tuning_token5] = ACTIONS(132), - [aux_sym_input_stream_tuning_token6] = ACTIONS(132), - [aux_sym_input_stream_tuning_token7] = ACTIONS(132), - [aux_sym_input_stream_tuning_token8] = ACTIONS(132), - [aux_sym_input_stream_tuning_token9] = ACTIONS(132), - [aux_sym_input_stream_tuning_token11] = ACTIONS(132), - [aux_sym_output_stream_tuning_token1] = ACTIONS(132), - [aux_sym_output_stream_tuning_token2] = ACTIONS(132), - [aux_sym_output_stream_tuning_token3] = ACTIONS(132), - [aux_sym_output_stream_tuning_token4] = ACTIONS(132), - [aux_sym_output_stream_tuning_token5] = ACTIONS(132), - [aux_sym_output_stream_tuning_token6] = ACTIONS(132), - [aux_sym_output_stream_tuning_token7] = ACTIONS(132), - [aux_sym_output_stream_statement_token1] = ACTIONS(132), - [aux_sym_on_error_phrase_token1] = ACTIONS(132), - [aux_sym_stop_after_phrase_token1] = ACTIONS(132), - [aux_sym_do_tuning_token1] = ACTIONS(132), - [aux_sym_where_clause_token1] = ACTIONS(132), - [aux_sym_query_tuning_token1] = ACTIONS(132), - [aux_sym_query_tuning_token2] = ACTIONS(132), - [aux_sym_query_tuning_token3] = ACTIONS(132), - [aux_sym_query_tuning_token4] = ACTIONS(132), - [aux_sym_query_tuning_token5] = ACTIONS(132), - [aux_sym_query_tuning_token6] = ACTIONS(132), - [aux_sym_of_token1] = ACTIONS(132), - [aux_sym_field_option_token1] = ACTIONS(132), - [aux_sym_field_option_token2] = ACTIONS(132), - [aux_sym_field_option_token3] = ACTIONS(132), - [aux_sym_field_option_token4] = ACTIONS(132), - [aux_sym_field_option_token5] = ACTIONS(132), - [aux_sym_field_option_token6] = ACTIONS(132), - [aux_sym_field_definition_token1] = ACTIONS(132), - [aux_sym_index_definition_token1] = ACTIONS(132), - [aux_sym_of_phrase_token1] = ACTIONS(132), - [aux_sym_of_phrase_token2] = ACTIONS(132), - [sym__or_operator] = ACTIONS(132), - [sym__and_operator] = ACTIONS(132), - }, [49] = { [sym_comment] = STATE(49), [sym_include] = STATE(49), @@ -51420,7 +54469,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(240), [sym__terminator] = ACTIONS(240), - [aux_sym__block_terminator_token1] = ACTIONS(240), [anon_sym_COMMA] = ACTIONS(240), [anon_sym_RBRACK] = ACTIONS(240), [anon_sym_LPAREN] = ACTIONS(240), @@ -51515,7 +54563,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(244), [sym__terminator] = ACTIONS(244), - [aux_sym__block_terminator_token1] = ACTIONS(244), [anon_sym_COMMA] = ACTIONS(244), [anon_sym_RBRACK] = ACTIONS(244), [anon_sym_LPAREN] = ACTIONS(244), @@ -51603,6 +54650,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [51] = { [sym_comment] = STATE(51), [sym_include] = STATE(51), + [anon_sym_COLON] = ACTIONS(67), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(67), + [sym__terminator] = ACTIONS(67), + [anon_sym_COMMA] = ACTIONS(67), + [anon_sym_RBRACK] = ACTIONS(67), + [anon_sym_LPAREN] = ACTIONS(67), + [anon_sym_RPAREN] = ACTIONS(67), + [anon_sym_EQ] = ACTIONS(67), + [aux_sym_unary_expression_token2] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(67), + [anon_sym_DASH] = ACTIONS(67), + [aux_sym__multiplicative_operator_token1] = ACTIONS(67), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(67), + [anon_sym_LT_GT] = ACTIONS(67), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(67), + [aux_sym__comparison_operator_token1] = ACTIONS(67), + [aux_sym__comparison_operator_token2] = ACTIONS(67), + [aux_sym__comparison_operator_token3] = ACTIONS(67), + [aux_sym__comparison_operator_token4] = ACTIONS(67), + [aux_sym__comparison_operator_token5] = ACTIONS(67), + [aux_sym__comparison_operator_token6] = ACTIONS(67), + [aux_sym__comparison_operator_token7] = ACTIONS(67), + [aux_sym__comparison_operator_token8] = ACTIONS(67), + [aux_sym__comparison_operator_token9] = ACTIONS(67), + [aux_sym_when_expression_token1] = ACTIONS(67), + [aux_sym_variable_tuning_token1] = ACTIONS(67), + [aux_sym_variable_tuning_token2] = ACTIONS(73), + [aux_sym_variable_tuning_token3] = ACTIONS(67), + [aux_sym_variable_tuning_token4] = ACTIONS(67), + [aux_sym_variable_tuning_token5] = ACTIONS(67), + [aux_sym_variable_tuning_token6] = ACTIONS(67), + [aux_sym_variable_tuning_token7] = ACTIONS(67), + [aux_sym_variable_tuning_token8] = ACTIONS(67), + [aux_sym_argument_tuning_token1] = ACTIONS(67), + [aux_sym_argument_tuning_token2] = ACTIONS(67), + [aux_sym_argument_tuning_token3] = ACTIONS(67), + [aux_sym_argument_tuning_token4] = ACTIONS(67), + [aux_sym_function_call_token1] = ACTIONS(67), + [aux_sym_if_statement_token2] = ACTIONS(67), + [aux_sym_else_statement_token1] = ACTIONS(67), + [aux_sym_repeat_tuning_token1] = ACTIONS(67), + [aux_sym_using_statement_token1] = ACTIONS(67), + [aux_sym_input_stream_tuning_token1] = ACTIONS(67), + [aux_sym_input_stream_tuning_token2] = ACTIONS(67), + [aux_sym_input_stream_tuning_token3] = ACTIONS(67), + [aux_sym_input_stream_tuning_token4] = ACTIONS(67), + [aux_sym_input_stream_tuning_token5] = ACTIONS(67), + [aux_sym_input_stream_tuning_token6] = ACTIONS(67), + [aux_sym_input_stream_tuning_token7] = ACTIONS(67), + [aux_sym_input_stream_tuning_token8] = ACTIONS(67), + [aux_sym_input_stream_tuning_token9] = ACTIONS(67), + [aux_sym_input_stream_tuning_token11] = ACTIONS(67), + [aux_sym_output_stream_tuning_token1] = ACTIONS(67), + [aux_sym_output_stream_tuning_token2] = ACTIONS(67), + [aux_sym_output_stream_tuning_token3] = ACTIONS(67), + [aux_sym_output_stream_tuning_token4] = ACTIONS(67), + [aux_sym_output_stream_tuning_token5] = ACTIONS(67), + [aux_sym_output_stream_tuning_token6] = ACTIONS(67), + [aux_sym_output_stream_tuning_token7] = ACTIONS(67), + [aux_sym_output_stream_statement_token1] = ACTIONS(67), + [aux_sym_on_error_phrase_token1] = ACTIONS(67), + [aux_sym_stop_after_phrase_token1] = ACTIONS(67), + [aux_sym_do_tuning_token1] = ACTIONS(67), + [aux_sym_where_clause_token1] = ACTIONS(67), + [aux_sym_query_tuning_token1] = ACTIONS(67), + [aux_sym_query_tuning_token2] = ACTIONS(67), + [aux_sym_query_tuning_token3] = ACTIONS(67), + [aux_sym_query_tuning_token4] = ACTIONS(67), + [aux_sym_query_tuning_token5] = ACTIONS(67), + [aux_sym_query_tuning_token6] = ACTIONS(67), + [aux_sym_of_token1] = ACTIONS(67), + [aux_sym_field_option_token1] = ACTIONS(67), + [aux_sym_field_option_token2] = ACTIONS(67), + [aux_sym_field_option_token3] = ACTIONS(67), + [aux_sym_field_option_token4] = ACTIONS(67), + [aux_sym_field_option_token5] = ACTIONS(67), + [aux_sym_field_option_token6] = ACTIONS(67), + [aux_sym_field_definition_token1] = ACTIONS(67), + [aux_sym_index_definition_token1] = ACTIONS(67), + [aux_sym_of_phrase_token1] = ACTIONS(67), + [aux_sym_of_phrase_token2] = ACTIONS(67), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + }, + [52] = { + [sym_comment] = STATE(52), + [sym_include] = STATE(52), [anon_sym_COLON] = ACTIONS(248), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -51610,7 +54751,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(248), [sym__terminator] = ACTIONS(248), - [aux_sym__block_terminator_token1] = ACTIONS(248), [anon_sym_COMMA] = ACTIONS(248), [anon_sym_RBRACK] = ACTIONS(248), [anon_sym_LPAREN] = ACTIONS(248), @@ -51695,101 +54835,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(248), [sym__and_operator] = ACTIONS(248), }, - [52] = { - [sym_comment] = STATE(52), - [sym_include] = STATE(52), - [anon_sym_COLON] = ACTIONS(87), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(89), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(87), - [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), - [anon_sym_COMMA] = ACTIONS(87), - [anon_sym_RBRACK] = ACTIONS(87), - [anon_sym_LPAREN] = ACTIONS(87), - [anon_sym_RPAREN] = ACTIONS(87), - [anon_sym_EQ] = ACTIONS(87), - [aux_sym_unary_expression_token2] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(87), - [anon_sym_DASH] = ACTIONS(87), - [aux_sym__multiplicative_operator_token1] = ACTIONS(87), - [aux_sym__multiplicative_operator_token2] = ACTIONS(89), - [anon_sym_LT] = ACTIONS(89), - [anon_sym_LT_EQ] = ACTIONS(87), - [anon_sym_LT_GT] = ACTIONS(87), - [anon_sym_GT] = ACTIONS(89), - [anon_sym_GT_EQ] = ACTIONS(87), - [aux_sym__comparison_operator_token1] = ACTIONS(87), - [aux_sym__comparison_operator_token2] = ACTIONS(87), - [aux_sym__comparison_operator_token3] = ACTIONS(87), - [aux_sym__comparison_operator_token4] = ACTIONS(87), - [aux_sym__comparison_operator_token5] = ACTIONS(87), - [aux_sym__comparison_operator_token6] = ACTIONS(87), - [aux_sym__comparison_operator_token7] = ACTIONS(87), - [aux_sym__comparison_operator_token8] = ACTIONS(87), - [aux_sym__comparison_operator_token9] = ACTIONS(87), - [aux_sym_when_expression_token1] = ACTIONS(87), - [aux_sym_variable_tuning_token1] = ACTIONS(87), - [aux_sym_variable_tuning_token2] = ACTIONS(89), - [aux_sym_variable_tuning_token3] = ACTIONS(87), - [aux_sym_variable_tuning_token4] = ACTIONS(87), - [aux_sym_variable_tuning_token5] = ACTIONS(87), - [aux_sym_variable_tuning_token6] = ACTIONS(87), - [aux_sym_variable_tuning_token7] = ACTIONS(87), - [aux_sym_variable_tuning_token8] = ACTIONS(87), - [aux_sym_argument_tuning_token1] = ACTIONS(87), - [aux_sym_argument_tuning_token2] = ACTIONS(87), - [aux_sym_argument_tuning_token3] = ACTIONS(87), - [aux_sym_argument_tuning_token4] = ACTIONS(87), - [aux_sym_function_call_token1] = ACTIONS(87), - [aux_sym_if_statement_token2] = ACTIONS(87), - [aux_sym_else_statement_token1] = ACTIONS(87), - [aux_sym_repeat_tuning_token1] = ACTIONS(87), - [aux_sym_using_statement_token1] = ACTIONS(87), - [aux_sym_input_stream_tuning_token1] = ACTIONS(87), - [aux_sym_input_stream_tuning_token2] = ACTIONS(87), - [aux_sym_input_stream_tuning_token3] = ACTIONS(87), - [aux_sym_input_stream_tuning_token4] = ACTIONS(87), - [aux_sym_input_stream_tuning_token5] = ACTIONS(87), - [aux_sym_input_stream_tuning_token6] = ACTIONS(87), - [aux_sym_input_stream_tuning_token7] = ACTIONS(87), - [aux_sym_input_stream_tuning_token8] = ACTIONS(87), - [aux_sym_input_stream_tuning_token9] = ACTIONS(87), - [aux_sym_input_stream_tuning_token11] = ACTIONS(87), - [aux_sym_output_stream_tuning_token1] = ACTIONS(87), - [aux_sym_output_stream_tuning_token2] = ACTIONS(87), - [aux_sym_output_stream_tuning_token3] = ACTIONS(87), - [aux_sym_output_stream_tuning_token4] = ACTIONS(87), - [aux_sym_output_stream_tuning_token5] = ACTIONS(87), - [aux_sym_output_stream_tuning_token6] = ACTIONS(87), - [aux_sym_output_stream_tuning_token7] = ACTIONS(87), - [aux_sym_output_stream_statement_token1] = ACTIONS(87), - [aux_sym_on_error_phrase_token1] = ACTIONS(87), - [aux_sym_stop_after_phrase_token1] = ACTIONS(87), - [aux_sym_do_tuning_token1] = ACTIONS(87), - [aux_sym_where_clause_token1] = ACTIONS(87), - [aux_sym_query_tuning_token1] = ACTIONS(87), - [aux_sym_query_tuning_token2] = ACTIONS(87), - [aux_sym_query_tuning_token3] = ACTIONS(87), - [aux_sym_query_tuning_token4] = ACTIONS(87), - [aux_sym_query_tuning_token5] = ACTIONS(87), - [aux_sym_query_tuning_token6] = ACTIONS(87), - [aux_sym_of_token1] = ACTIONS(87), - [aux_sym_field_option_token1] = ACTIONS(87), - [aux_sym_field_option_token2] = ACTIONS(87), - [aux_sym_field_option_token3] = ACTIONS(87), - [aux_sym_field_option_token4] = ACTIONS(87), - [aux_sym_field_option_token5] = ACTIONS(87), - [aux_sym_field_option_token6] = ACTIONS(87), - [aux_sym_field_definition_token1] = ACTIONS(87), - [aux_sym_index_definition_token1] = ACTIONS(87), - [aux_sym_of_phrase_token1] = ACTIONS(87), - [aux_sym_of_phrase_token2] = ACTIONS(87), - [sym__or_operator] = ACTIONS(87), - [sym__and_operator] = ACTIONS(87), - }, [53] = { [sym_comment] = STATE(53), [sym_include] = STATE(53), @@ -51800,7 +54845,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(252), [sym__terminator] = ACTIONS(252), - [aux_sym__block_terminator_token1] = ACTIONS(252), [anon_sym_COMMA] = ACTIONS(252), [anon_sym_RBRACK] = ACTIONS(252), [anon_sym_LPAREN] = ACTIONS(252), @@ -51887,56 +54931,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [54] = { [sym_comment] = STATE(54), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2943), + [sym_array_access] = STATE(6225), [sym_include] = STATE(54), - [sym_assignment] = STATE(6556), - [sym_variable_assignment] = STATE(2225), - [sym_variable_definition] = STATE(2225), - [sym_buffer_definition] = STATE(2225), - [sym_query_definition] = STATE(2225), - [sym_function_call_statement] = STATE(2225), - [sym_function_call] = STATE(4836), - [sym_if_statement] = STATE(2225), - [sym_label] = STATE(5801), - [sym_repeat_statement] = STATE(2225), - [sym_procedure_statement] = STATE(2225), - [sym_procedure_parameter_definition] = STATE(2225), - [sym_function_statement] = STATE(2225), - [sym_return_statement] = STATE(2225), - [sym_interface_statement] = STATE(2225), - [sym_dataset_definition] = STATE(2225), - [sym_using_statement] = STATE(2225), - [sym_class_statement] = STATE(2225), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2225), - [sym_input_close_statement] = STATE(2225), - [sym_output_close_statement] = STATE(2225), - [sym__stream_statement] = STATE(2225), - [sym_input_stream_statement] = STATE(2228), - [sym_output_stream_statement] = STATE(2228), - [sym_do_block] = STATE(2225), - [sym_case_statement] = STATE(2225), - [sym_for_statement] = STATE(2225), - [sym_find_statement] = STATE(2225), - [sym_abl_statement] = STATE(2225), - [sym_assign_statement] = STATE(2225), - [sym_catch_statement] = STATE(2225), - [sym_finally_statement] = STATE(2225), - [sym_accumulate_statement] = STATE(2225), - [sym_undo_statement] = STATE(2225), - [sym_error_scope_statement] = STATE(2225), - [sym_workfile_definition] = STATE(2225), - [sym_temp_table_definition] = STATE(2225), - [sym_on_statement] = STATE(2225), - [sym_prompt_for_statement] = STATE(2225), - [sym_var_statement] = STATE(2225), - [sym_button_definition] = STATE(2225), - [sym_run_statement] = STATE(2225), - [sym_enum_statement] = STATE(2225), - [sym__statement] = STATE(2229), + [sym_assignment] = STATE(7711), + [sym_variable_assignment] = STATE(2943), + [sym_variable_definition] = STATE(2943), + [sym_buffer_definition] = STATE(2943), + [sym_query_definition] = STATE(2943), + [sym_function_call_statement] = STATE(2943), + [sym_function_call] = STATE(5479), + [sym_if_statement] = STATE(2943), + [sym_label] = STATE(6214), + [sym_repeat_statement] = STATE(2943), + [sym_procedure_statement] = STATE(2943), + [sym_procedure_parameter_definition] = STATE(2943), + [sym_function_statement] = STATE(2943), + [sym_return_statement] = STATE(2943), + [sym_interface_statement] = STATE(2943), + [sym_dataset_definition] = STATE(2943), + [sym_using_statement] = STATE(2943), + [sym_class_statement] = STATE(2943), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5257), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2943), + [sym_input_close_statement] = STATE(2943), + [sym_output_close_statement] = STATE(2943), + [sym__stream_statement] = STATE(2943), + [sym_input_stream_statement] = STATE(2944), + [sym_output_stream_statement] = STATE(2944), + [sym_do_block] = STATE(2943), + [sym_case_statement] = STATE(2943), + [sym_for_statement] = STATE(2943), + [sym_find_statement] = STATE(2943), + [sym_abl_statement] = STATE(2943), + [sym_assign_statement] = STATE(2943), + [sym_catch_statement] = STATE(2943), + [sym_finally_statement] = STATE(2943), + [sym_accumulate_statement] = STATE(2943), + [sym_undo_statement] = STATE(2943), + [sym_error_scope_statement] = STATE(2943), + [sym_workfile_definition] = STATE(2943), + [sym_temp_table_definition] = STATE(2943), + [sym_on_statement] = STATE(2943), + [sym_prompt_for_statement] = STATE(2943), + [sym_var_statement] = STATE(2943), + [sym_button_definition] = STATE(2943), + [sym_run_statement] = STATE(2943), + [sym_enum_statement] = STATE(2943), + [sym__statement] = STATE(2945), [aux_sym_source_code_repeat1] = STATE(54), [sym_identifier] = ACTIONS(256), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -51975,1455 +55020,1290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [55] = { [sym_comment] = STATE(55), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2575), + [sym_array_access] = STATE(6225), [sym_include] = STATE(55), - [anon_sym_COLON] = ACTIONS(144), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(146), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(144), - [sym__terminator] = ACTIONS(144), - [aux_sym__block_terminator_token1] = ACTIONS(144), - [anon_sym_COMMA] = ACTIONS(144), - [anon_sym_RBRACK] = ACTIONS(144), - [anon_sym_LPAREN] = ACTIONS(144), - [anon_sym_RPAREN] = ACTIONS(144), - [anon_sym_EQ] = ACTIONS(144), - [aux_sym_unary_expression_token2] = ACTIONS(144), - [anon_sym_PLUS] = ACTIONS(144), - [anon_sym_DASH] = ACTIONS(144), - [aux_sym__multiplicative_operator_token1] = ACTIONS(144), - [aux_sym__multiplicative_operator_token2] = ACTIONS(146), - [anon_sym_LT] = ACTIONS(146), - [anon_sym_LT_EQ] = ACTIONS(144), - [anon_sym_LT_GT] = ACTIONS(144), - [anon_sym_GT] = ACTIONS(146), - [anon_sym_GT_EQ] = ACTIONS(144), - [aux_sym__comparison_operator_token1] = ACTIONS(144), - [aux_sym__comparison_operator_token2] = ACTIONS(144), - [aux_sym__comparison_operator_token3] = ACTIONS(144), - [aux_sym__comparison_operator_token4] = ACTIONS(144), - [aux_sym__comparison_operator_token5] = ACTIONS(144), - [aux_sym__comparison_operator_token6] = ACTIONS(144), - [aux_sym__comparison_operator_token7] = ACTIONS(144), - [aux_sym__comparison_operator_token8] = ACTIONS(144), - [aux_sym__comparison_operator_token9] = ACTIONS(144), - [aux_sym_when_expression_token1] = ACTIONS(144), - [aux_sym_variable_tuning_token1] = ACTIONS(144), - [aux_sym_variable_tuning_token2] = ACTIONS(146), - [aux_sym_variable_tuning_token3] = ACTIONS(144), - [aux_sym_variable_tuning_token4] = ACTIONS(144), - [aux_sym_variable_tuning_token5] = ACTIONS(144), - [aux_sym_variable_tuning_token6] = ACTIONS(144), - [aux_sym_variable_tuning_token7] = ACTIONS(144), - [aux_sym_variable_tuning_token8] = ACTIONS(144), - [aux_sym_argument_tuning_token1] = ACTIONS(144), - [aux_sym_argument_tuning_token2] = ACTIONS(144), - [aux_sym_argument_tuning_token3] = ACTIONS(144), - [aux_sym_argument_tuning_token4] = ACTIONS(144), - [aux_sym_if_statement_token2] = ACTIONS(144), - [aux_sym_else_statement_token1] = ACTIONS(144), - [aux_sym_repeat_tuning_token1] = ACTIONS(144), - [anon_sym_NO_DASHERROR] = ACTIONS(144), - [aux_sym_input_stream_tuning_token1] = ACTIONS(144), - [aux_sym_input_stream_tuning_token2] = ACTIONS(144), - [aux_sym_input_stream_tuning_token3] = ACTIONS(144), - [aux_sym_input_stream_tuning_token4] = ACTIONS(144), - [aux_sym_input_stream_tuning_token5] = ACTIONS(144), - [aux_sym_input_stream_tuning_token6] = ACTIONS(144), - [aux_sym_input_stream_tuning_token7] = ACTIONS(144), - [aux_sym_input_stream_tuning_token8] = ACTIONS(144), - [aux_sym_input_stream_tuning_token9] = ACTIONS(144), - [aux_sym_input_stream_tuning_token11] = ACTIONS(144), - [aux_sym_output_stream_tuning_token1] = ACTIONS(144), - [aux_sym_output_stream_tuning_token2] = ACTIONS(144), - [aux_sym_output_stream_tuning_token3] = ACTIONS(144), - [aux_sym_output_stream_tuning_token4] = ACTIONS(144), - [aux_sym_output_stream_tuning_token5] = ACTIONS(144), - [aux_sym_output_stream_tuning_token6] = ACTIONS(144), - [aux_sym_output_stream_tuning_token7] = ACTIONS(144), - [aux_sym_output_stream_statement_token1] = ACTIONS(144), - [aux_sym_on_error_phrase_token1] = ACTIONS(144), - [aux_sym_stop_after_phrase_token1] = ACTIONS(144), - [aux_sym_do_tuning_token1] = ACTIONS(144), - [aux_sym_of_token1] = ACTIONS(144), - [aux_sym_field_option_token1] = ACTIONS(144), - [aux_sym_field_option_token2] = ACTIONS(144), - [aux_sym_field_option_token3] = ACTIONS(144), - [aux_sym_field_option_token4] = ACTIONS(144), - [aux_sym_field_option_token5] = ACTIONS(144), - [aux_sym_field_option_token6] = ACTIONS(144), - [aux_sym_field_definition_token1] = ACTIONS(144), - [aux_sym_index_definition_token1] = ACTIONS(144), - [aux_sym_of_phrase_token1] = ACTIONS(144), - [aux_sym_of_phrase_token2] = ACTIONS(144), - [sym__namecolon] = ACTIONS(144), - [sym__or_operator] = ACTIONS(144), - [sym__and_operator] = ACTIONS(144), + [sym_assignment] = STATE(8011), + [sym_variable_assignment] = STATE(2575), + [sym_variable_definition] = STATE(2575), + [sym_buffer_definition] = STATE(2575), + [sym_query_definition] = STATE(2575), + [sym_function_call_statement] = STATE(2575), + [sym_function_call] = STATE(5546), + [sym_if_statement] = STATE(2575), + [sym_label] = STATE(6357), + [sym_repeat_statement] = STATE(2575), + [sym_procedure_statement] = STATE(2575), + [sym_procedure_parameter_definition] = STATE(2575), + [sym_function_statement] = STATE(2575), + [sym_return_statement] = STATE(2575), + [sym_interface_statement] = STATE(2575), + [sym_dataset_definition] = STATE(2575), + [sym_using_statement] = STATE(2575), + [sym_class_statement] = STATE(2575), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5296), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2575), + [sym_input_close_statement] = STATE(2575), + [sym_output_close_statement] = STATE(2575), + [sym__stream_statement] = STATE(2575), + [sym_input_stream_statement] = STATE(2820), + [sym_output_stream_statement] = STATE(2820), + [sym_do_block] = STATE(2575), + [sym_case_statement] = STATE(2575), + [sym_for_statement] = STATE(2575), + [sym_find_statement] = STATE(2575), + [sym_abl_statement] = STATE(2575), + [sym_assign_statement] = STATE(2575), + [sym_catch_statement] = STATE(2575), + [sym_finally_statement] = STATE(2575), + [sym_accumulate_statement] = STATE(2575), + [sym_undo_statement] = STATE(2575), + [sym_error_scope_statement] = STATE(2575), + [sym_workfile_definition] = STATE(2575), + [sym_temp_table_definition] = STATE(2575), + [sym_on_statement] = STATE(2575), + [sym_prompt_for_statement] = STATE(2575), + [sym_var_statement] = STATE(2575), + [sym_button_definition] = STATE(2575), + [sym_run_statement] = STATE(2575), + [sym_enum_statement] = STATE(2575), + [sym__statement] = STATE(2873), + [aux_sym_source_code_repeat1] = STATE(60), + [ts_builtin_sym_end] = ACTIONS(342), + [sym_identifier] = ACTIONS(11), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym_input_expression_token1] = ACTIONS(13), + [aux_sym_class_type_token1] = ACTIONS(15), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(19), + [aux_sym_variable_definition_token2] = ACTIONS(19), + [aux_sym_buffer_definition_token2] = ACTIONS(21), + [aux_sym_return_type_token2] = ACTIONS(23), + [aux_sym_argument_mode_token1] = ACTIONS(25), + [aux_sym_if_statement_token1] = ACTIONS(27), + [aux_sym_repeat_statement_token1] = ACTIONS(29), + [aux_sym__procedure_terminator_token1] = ACTIONS(31), + [aux_sym__function_terminator_token1] = ACTIONS(33), + [aux_sym_interface_statement_token1] = ACTIONS(35), + [aux_sym_using_statement_token1] = ACTIONS(37), + [aux_sym_on_error_phrase_token1] = ACTIONS(39), + [aux_sym_on_error_phrase_token3] = ACTIONS(41), + [aux_sym_do_block_token1] = ACTIONS(43), + [aux_sym__case_terminator_token1] = ACTIONS(45), + [aux_sym_find_statement_token1] = ACTIONS(47), + [aux_sym_assign_statement_token1] = ACTIONS(49), + [aux_sym_catch_statement_token1] = ACTIONS(51), + [aux_sym_finally_statement_token1] = ACTIONS(53), + [aux_sym_accumulate_statement_token1] = ACTIONS(55), + [aux_sym_error_scope_statement_token1] = ACTIONS(57), + [aux_sym_error_scope_statement_token2] = ACTIONS(57), + [aux_sym_prompt_for_statement_token1] = ACTIONS(59), + [aux_sym_var_statement_token1] = ACTIONS(61), + [aux_sym_run_statement_token1] = ACTIONS(63), + [aux_sym_enum_definition_token1] = ACTIONS(65), }, [56] = { [sym_comment] = STATE(56), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2943), + [sym_array_access] = STATE(6225), [sym_include] = STATE(56), - [sym_assignment] = STATE(6556), - [sym_variable_assignment] = STATE(2225), - [sym_variable_definition] = STATE(2225), - [sym_buffer_definition] = STATE(2225), - [sym_query_definition] = STATE(2225), - [sym_function_call_statement] = STATE(2225), - [sym_function_call] = STATE(4836), - [sym_if_statement] = STATE(2225), - [sym_label] = STATE(5801), - [sym_repeat_statement] = STATE(2225), - [sym_procedure_statement] = STATE(2225), - [sym_procedure_parameter_definition] = STATE(2225), - [sym_function_statement] = STATE(2225), - [sym_return_statement] = STATE(2225), - [sym_interface_statement] = STATE(2225), - [sym_dataset_definition] = STATE(2225), - [sym_using_statement] = STATE(2225), - [sym_class_statement] = STATE(2225), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2225), - [sym_input_close_statement] = STATE(2225), - [sym_output_close_statement] = STATE(2225), - [sym__stream_statement] = STATE(2225), - [sym_input_stream_statement] = STATE(2228), - [sym_output_stream_statement] = STATE(2228), - [sym_do_block] = STATE(2225), - [sym_case_statement] = STATE(2225), - [sym_for_statement] = STATE(2225), - [sym_find_statement] = STATE(2225), - [sym_abl_statement] = STATE(2225), - [sym_assign_statement] = STATE(2225), - [sym_catch_statement] = STATE(2225), - [sym_finally_statement] = STATE(2225), - [sym_accumulate_statement] = STATE(2225), - [sym_undo_statement] = STATE(2225), - [sym_error_scope_statement] = STATE(2225), - [sym_workfile_definition] = STATE(2225), - [sym_temp_table_definition] = STATE(2225), - [sym_on_statement] = STATE(2225), - [sym_prompt_for_statement] = STATE(2225), - [sym_var_statement] = STATE(2225), - [sym_button_definition] = STATE(2225), - [sym_run_statement] = STATE(2225), - [sym_enum_statement] = STATE(2225), - [sym__statement] = STATE(2229), - [aux_sym_source_code_repeat1] = STATE(58), - [sym_identifier] = ACTIONS(342), + [sym_assignment] = STATE(7711), + [sym_variable_assignment] = STATE(2943), + [sym_variable_definition] = STATE(2943), + [sym_buffer_definition] = STATE(2943), + [sym_query_definition] = STATE(2943), + [sym_function_call_statement] = STATE(2943), + [sym_function_call] = STATE(5479), + [sym_if_statement] = STATE(2943), + [sym_label] = STATE(6214), + [sym_repeat_statement] = STATE(2943), + [sym_procedure_statement] = STATE(2943), + [sym_procedure_parameter_definition] = STATE(2943), + [sym_function_statement] = STATE(2943), + [sym_return_statement] = STATE(2943), + [sym_interface_statement] = STATE(2943), + [sym_dataset_definition] = STATE(2943), + [sym_using_statement] = STATE(2943), + [sym_class_statement] = STATE(2943), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5257), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2943), + [sym_input_close_statement] = STATE(2943), + [sym_output_close_statement] = STATE(2943), + [sym__stream_statement] = STATE(2943), + [sym_input_stream_statement] = STATE(2944), + [sym_output_stream_statement] = STATE(2944), + [sym_do_block] = STATE(2943), + [sym_case_statement] = STATE(2943), + [sym_for_statement] = STATE(2943), + [sym_find_statement] = STATE(2943), + [sym_abl_statement] = STATE(2943), + [sym_assign_statement] = STATE(2943), + [sym_catch_statement] = STATE(2943), + [sym_finally_statement] = STATE(2943), + [sym_accumulate_statement] = STATE(2943), + [sym_undo_statement] = STATE(2943), + [sym_error_scope_statement] = STATE(2943), + [sym_workfile_definition] = STATE(2943), + [sym_temp_table_definition] = STATE(2943), + [sym_on_statement] = STATE(2943), + [sym_prompt_for_statement] = STATE(2943), + [sym_var_statement] = STATE(2943), + [sym_button_definition] = STATE(2943), + [sym_run_statement] = STATE(2943), + [sym_enum_statement] = STATE(2943), + [sym__statement] = STATE(2945), + [aux_sym_source_code_repeat1] = STATE(59), + [sym_identifier] = ACTIONS(344), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym__block_terminator_token1] = ACTIONS(344), - [aux_sym_input_expression_token1] = ACTIONS(346), - [aux_sym_class_type_token1] = ACTIONS(348), + [aux_sym__block_terminator_token1] = ACTIONS(346), + [aux_sym_input_expression_token1] = ACTIONS(348), + [aux_sym_class_type_token1] = ACTIONS(350), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(350), - [aux_sym_variable_definition_token2] = ACTIONS(350), - [aux_sym_buffer_definition_token2] = ACTIONS(352), - [aux_sym_return_type_token2] = ACTIONS(354), - [aux_sym_argument_mode_token1] = ACTIONS(356), - [aux_sym_if_statement_token1] = ACTIONS(358), - [aux_sym_repeat_statement_token1] = ACTIONS(360), - [aux_sym__procedure_terminator_token1] = ACTIONS(362), - [aux_sym__function_terminator_token1] = ACTIONS(364), - [aux_sym_interface_statement_token1] = ACTIONS(366), - [aux_sym_using_statement_token1] = ACTIONS(368), - [aux_sym_on_error_phrase_token1] = ACTIONS(370), - [aux_sym_on_error_phrase_token3] = ACTIONS(372), - [aux_sym_do_block_token1] = ACTIONS(374), - [aux_sym__case_terminator_token1] = ACTIONS(376), - [aux_sym_find_statement_token1] = ACTIONS(378), - [aux_sym_assign_statement_token1] = ACTIONS(380), - [aux_sym_catch_statement_token1] = ACTIONS(382), - [aux_sym_finally_statement_token1] = ACTIONS(384), - [aux_sym_accumulate_statement_token1] = ACTIONS(386), - [aux_sym_error_scope_statement_token1] = ACTIONS(388), - [aux_sym_error_scope_statement_token2] = ACTIONS(388), - [aux_sym_prompt_for_statement_token1] = ACTIONS(390), - [aux_sym_var_statement_token1] = ACTIONS(392), - [aux_sym_run_statement_token1] = ACTIONS(394), - [aux_sym_enum_definition_token1] = ACTIONS(396), + [aux_sym_variable_definition_token1] = ACTIONS(352), + [aux_sym_variable_definition_token2] = ACTIONS(352), + [aux_sym_buffer_definition_token2] = ACTIONS(354), + [aux_sym_return_type_token2] = ACTIONS(356), + [aux_sym_argument_mode_token1] = ACTIONS(358), + [aux_sym_if_statement_token1] = ACTIONS(360), + [aux_sym_repeat_statement_token1] = ACTIONS(362), + [aux_sym__procedure_terminator_token1] = ACTIONS(364), + [aux_sym__function_terminator_token1] = ACTIONS(366), + [aux_sym_interface_statement_token1] = ACTIONS(368), + [aux_sym_using_statement_token1] = ACTIONS(370), + [aux_sym_on_error_phrase_token1] = ACTIONS(372), + [aux_sym_on_error_phrase_token3] = ACTIONS(374), + [aux_sym_do_block_token1] = ACTIONS(376), + [aux_sym__case_terminator_token1] = ACTIONS(378), + [aux_sym_find_statement_token1] = ACTIONS(380), + [aux_sym_assign_statement_token1] = ACTIONS(382), + [aux_sym_catch_statement_token1] = ACTIONS(384), + [aux_sym_finally_statement_token1] = ACTIONS(386), + [aux_sym_accumulate_statement_token1] = ACTIONS(388), + [aux_sym_error_scope_statement_token1] = ACTIONS(390), + [aux_sym_error_scope_statement_token2] = ACTIONS(390), + [aux_sym_prompt_for_statement_token1] = ACTIONS(392), + [aux_sym_var_statement_token1] = ACTIONS(394), + [aux_sym_run_statement_token1] = ACTIONS(396), + [aux_sym_enum_definition_token1] = ACTIONS(398), }, [57] = { [sym_comment] = STATE(57), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2943), + [sym_array_access] = STATE(6225), [sym_include] = STATE(57), - [anon_sym_COLON] = ACTIONS(398), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(400), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(398), - [sym__terminator] = ACTIONS(398), - [aux_sym__block_terminator_token1] = ACTIONS(398), - [anon_sym_COMMA] = ACTIONS(398), - [anon_sym_RBRACK] = ACTIONS(398), - [anon_sym_LPAREN] = ACTIONS(398), - [anon_sym_RPAREN] = ACTIONS(398), - [anon_sym_EQ] = ACTIONS(398), - [aux_sym_unary_expression_token2] = ACTIONS(398), - [anon_sym_PLUS] = ACTIONS(398), - [anon_sym_DASH] = ACTIONS(398), - [aux_sym__multiplicative_operator_token1] = ACTIONS(398), - [aux_sym__multiplicative_operator_token2] = ACTIONS(400), - [anon_sym_LT] = ACTIONS(400), - [anon_sym_LT_EQ] = ACTIONS(398), - [anon_sym_LT_GT] = ACTIONS(398), - [anon_sym_GT] = ACTIONS(400), - [anon_sym_GT_EQ] = ACTIONS(398), - [aux_sym__comparison_operator_token1] = ACTIONS(398), - [aux_sym__comparison_operator_token2] = ACTIONS(398), - [aux_sym__comparison_operator_token3] = ACTIONS(398), - [aux_sym__comparison_operator_token4] = ACTIONS(398), - [aux_sym__comparison_operator_token5] = ACTIONS(398), - [aux_sym__comparison_operator_token6] = ACTIONS(398), - [aux_sym__comparison_operator_token7] = ACTIONS(398), - [aux_sym__comparison_operator_token8] = ACTIONS(398), - [aux_sym__comparison_operator_token9] = ACTIONS(398), - [aux_sym_when_expression_token1] = ACTIONS(398), - [aux_sym_variable_tuning_token1] = ACTIONS(398), - [aux_sym_variable_tuning_token2] = ACTIONS(400), - [aux_sym_variable_tuning_token3] = ACTIONS(398), - [aux_sym_variable_tuning_token4] = ACTIONS(398), - [aux_sym_variable_tuning_token5] = ACTIONS(398), - [aux_sym_variable_tuning_token6] = ACTIONS(398), - [aux_sym_variable_tuning_token7] = ACTIONS(398), - [aux_sym_variable_tuning_token8] = ACTIONS(398), - [aux_sym_argument_tuning_token1] = ACTIONS(398), - [aux_sym_argument_tuning_token2] = ACTIONS(398), - [aux_sym_argument_tuning_token3] = ACTIONS(398), - [aux_sym_argument_tuning_token4] = ACTIONS(398), - [aux_sym_if_statement_token2] = ACTIONS(398), - [aux_sym_else_statement_token1] = ACTIONS(398), - [aux_sym_repeat_tuning_token1] = ACTIONS(398), - [anon_sym_NO_DASHERROR] = ACTIONS(402), - [aux_sym_input_stream_tuning_token1] = ACTIONS(398), - [aux_sym_input_stream_tuning_token2] = ACTIONS(398), - [aux_sym_input_stream_tuning_token3] = ACTIONS(398), - [aux_sym_input_stream_tuning_token4] = ACTIONS(398), - [aux_sym_input_stream_tuning_token5] = ACTIONS(398), - [aux_sym_input_stream_tuning_token6] = ACTIONS(398), - [aux_sym_input_stream_tuning_token7] = ACTIONS(398), - [aux_sym_input_stream_tuning_token8] = ACTIONS(398), - [aux_sym_input_stream_tuning_token9] = ACTIONS(398), - [aux_sym_input_stream_tuning_token11] = ACTIONS(398), - [aux_sym_output_stream_tuning_token1] = ACTIONS(398), - [aux_sym_output_stream_tuning_token2] = ACTIONS(398), - [aux_sym_output_stream_tuning_token3] = ACTIONS(398), - [aux_sym_output_stream_tuning_token4] = ACTIONS(398), - [aux_sym_output_stream_tuning_token5] = ACTIONS(398), - [aux_sym_output_stream_tuning_token6] = ACTIONS(398), - [aux_sym_output_stream_tuning_token7] = ACTIONS(398), - [aux_sym_output_stream_statement_token1] = ACTIONS(398), - [aux_sym_on_error_phrase_token1] = ACTIONS(398), - [aux_sym_stop_after_phrase_token1] = ACTIONS(398), - [aux_sym_do_tuning_token1] = ACTIONS(398), - [aux_sym_of_token1] = ACTIONS(398), - [aux_sym_field_option_token1] = ACTIONS(398), - [aux_sym_field_option_token2] = ACTIONS(398), - [aux_sym_field_option_token3] = ACTIONS(398), - [aux_sym_field_option_token4] = ACTIONS(398), - [aux_sym_field_option_token5] = ACTIONS(398), - [aux_sym_field_option_token6] = ACTIONS(398), - [aux_sym_field_definition_token1] = ACTIONS(398), - [aux_sym_index_definition_token1] = ACTIONS(398), - [aux_sym_of_phrase_token1] = ACTIONS(398), - [aux_sym_of_phrase_token2] = ACTIONS(398), - [sym__namecolon] = ACTIONS(398), - [sym__or_operator] = ACTIONS(398), - [sym__and_operator] = ACTIONS(398), + [sym_assignment] = STATE(7711), + [sym_variable_assignment] = STATE(2943), + [sym_variable_definition] = STATE(2943), + [sym_buffer_definition] = STATE(2943), + [sym_query_definition] = STATE(2943), + [sym_function_call_statement] = STATE(2943), + [sym_function_call] = STATE(5479), + [sym_if_statement] = STATE(2943), + [sym_label] = STATE(6214), + [sym_repeat_statement] = STATE(2943), + [sym_procedure_statement] = STATE(2943), + [sym_procedure_parameter_definition] = STATE(2943), + [sym_function_statement] = STATE(2943), + [sym_return_statement] = STATE(2943), + [sym_interface_statement] = STATE(2943), + [sym_dataset_definition] = STATE(2943), + [sym_using_statement] = STATE(2943), + [sym_class_statement] = STATE(2943), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5257), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2943), + [sym_input_close_statement] = STATE(2943), + [sym_output_close_statement] = STATE(2943), + [sym__stream_statement] = STATE(2943), + [sym_input_stream_statement] = STATE(2944), + [sym_output_stream_statement] = STATE(2944), + [sym_do_block] = STATE(2943), + [sym_case_statement] = STATE(2943), + [sym_for_statement] = STATE(2943), + [sym_find_statement] = STATE(2943), + [sym_abl_statement] = STATE(2943), + [sym_assign_statement] = STATE(2943), + [sym_catch_statement] = STATE(2943), + [sym_finally_statement] = STATE(2943), + [sym_accumulate_statement] = STATE(2943), + [sym_undo_statement] = STATE(2943), + [sym_error_scope_statement] = STATE(2943), + [sym_workfile_definition] = STATE(2943), + [sym_temp_table_definition] = STATE(2943), + [sym_on_statement] = STATE(2943), + [sym_prompt_for_statement] = STATE(2943), + [sym_var_statement] = STATE(2943), + [sym_button_definition] = STATE(2943), + [sym_run_statement] = STATE(2943), + [sym_enum_statement] = STATE(2943), + [sym__statement] = STATE(2945), + [aux_sym_source_code_repeat1] = STATE(58), + [sym_identifier] = ACTIONS(344), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym__block_terminator_token1] = ACTIONS(400), + [aux_sym_input_expression_token1] = ACTIONS(348), + [aux_sym_class_type_token1] = ACTIONS(350), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(352), + [aux_sym_variable_definition_token2] = ACTIONS(352), + [aux_sym_buffer_definition_token2] = ACTIONS(354), + [aux_sym_return_type_token2] = ACTIONS(356), + [aux_sym_argument_mode_token1] = ACTIONS(358), + [aux_sym_if_statement_token1] = ACTIONS(360), + [aux_sym_repeat_statement_token1] = ACTIONS(362), + [aux_sym__procedure_terminator_token1] = ACTIONS(364), + [aux_sym__function_terminator_token1] = ACTIONS(366), + [aux_sym_interface_statement_token1] = ACTIONS(368), + [aux_sym_using_statement_token1] = ACTIONS(370), + [aux_sym_on_error_phrase_token1] = ACTIONS(372), + [aux_sym_on_error_phrase_token3] = ACTIONS(374), + [aux_sym_do_block_token1] = ACTIONS(376), + [aux_sym__case_terminator_token1] = ACTIONS(378), + [aux_sym_find_statement_token1] = ACTIONS(380), + [aux_sym_assign_statement_token1] = ACTIONS(382), + [aux_sym_catch_statement_token1] = ACTIONS(384), + [aux_sym_finally_statement_token1] = ACTIONS(386), + [aux_sym_accumulate_statement_token1] = ACTIONS(388), + [aux_sym_error_scope_statement_token1] = ACTIONS(390), + [aux_sym_error_scope_statement_token2] = ACTIONS(390), + [aux_sym_prompt_for_statement_token1] = ACTIONS(392), + [aux_sym_var_statement_token1] = ACTIONS(394), + [aux_sym_run_statement_token1] = ACTIONS(396), + [aux_sym_enum_definition_token1] = ACTIONS(398), }, [58] = { [sym_comment] = STATE(58), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2943), + [sym_array_access] = STATE(6225), [sym_include] = STATE(58), - [sym_assignment] = STATE(6556), - [sym_variable_assignment] = STATE(2225), - [sym_variable_definition] = STATE(2225), - [sym_buffer_definition] = STATE(2225), - [sym_query_definition] = STATE(2225), - [sym_function_call_statement] = STATE(2225), - [sym_function_call] = STATE(4836), - [sym_if_statement] = STATE(2225), - [sym_label] = STATE(5801), - [sym_repeat_statement] = STATE(2225), - [sym_procedure_statement] = STATE(2225), - [sym_procedure_parameter_definition] = STATE(2225), - [sym_function_statement] = STATE(2225), - [sym_return_statement] = STATE(2225), - [sym_interface_statement] = STATE(2225), - [sym_dataset_definition] = STATE(2225), - [sym_using_statement] = STATE(2225), - [sym_class_statement] = STATE(2225), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2225), - [sym_input_close_statement] = STATE(2225), - [sym_output_close_statement] = STATE(2225), - [sym__stream_statement] = STATE(2225), - [sym_input_stream_statement] = STATE(2228), - [sym_output_stream_statement] = STATE(2228), - [sym_do_block] = STATE(2225), - [sym_case_statement] = STATE(2225), - [sym_for_statement] = STATE(2225), - [sym_find_statement] = STATE(2225), - [sym_abl_statement] = STATE(2225), - [sym_assign_statement] = STATE(2225), - [sym_catch_statement] = STATE(2225), - [sym_finally_statement] = STATE(2225), - [sym_accumulate_statement] = STATE(2225), - [sym_undo_statement] = STATE(2225), - [sym_error_scope_statement] = STATE(2225), - [sym_workfile_definition] = STATE(2225), - [sym_temp_table_definition] = STATE(2225), - [sym_on_statement] = STATE(2225), - [sym_prompt_for_statement] = STATE(2225), - [sym_var_statement] = STATE(2225), - [sym_button_definition] = STATE(2225), - [sym_run_statement] = STATE(2225), - [sym_enum_statement] = STATE(2225), - [sym__statement] = STATE(2229), + [sym_assignment] = STATE(7711), + [sym_variable_assignment] = STATE(2943), + [sym_variable_definition] = STATE(2943), + [sym_buffer_definition] = STATE(2943), + [sym_query_definition] = STATE(2943), + [sym_function_call_statement] = STATE(2943), + [sym_function_call] = STATE(5479), + [sym_if_statement] = STATE(2943), + [sym_label] = STATE(6214), + [sym_repeat_statement] = STATE(2943), + [sym_procedure_statement] = STATE(2943), + [sym_procedure_parameter_definition] = STATE(2943), + [sym_function_statement] = STATE(2943), + [sym_return_statement] = STATE(2943), + [sym_interface_statement] = STATE(2943), + [sym_dataset_definition] = STATE(2943), + [sym_using_statement] = STATE(2943), + [sym_class_statement] = STATE(2943), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5257), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2943), + [sym_input_close_statement] = STATE(2943), + [sym_output_close_statement] = STATE(2943), + [sym__stream_statement] = STATE(2943), + [sym_input_stream_statement] = STATE(2944), + [sym_output_stream_statement] = STATE(2944), + [sym_do_block] = STATE(2943), + [sym_case_statement] = STATE(2943), + [sym_for_statement] = STATE(2943), + [sym_find_statement] = STATE(2943), + [sym_abl_statement] = STATE(2943), + [sym_assign_statement] = STATE(2943), + [sym_catch_statement] = STATE(2943), + [sym_finally_statement] = STATE(2943), + [sym_accumulate_statement] = STATE(2943), + [sym_undo_statement] = STATE(2943), + [sym_error_scope_statement] = STATE(2943), + [sym_workfile_definition] = STATE(2943), + [sym_temp_table_definition] = STATE(2943), + [sym_on_statement] = STATE(2943), + [sym_prompt_for_statement] = STATE(2943), + [sym_var_statement] = STATE(2943), + [sym_button_definition] = STATE(2943), + [sym_run_statement] = STATE(2943), + [sym_enum_statement] = STATE(2943), + [sym__statement] = STATE(2945), [aux_sym_source_code_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(342), + [sym_identifier] = ACTIONS(344), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym__block_terminator_token1] = ACTIONS(404), - [aux_sym_input_expression_token1] = ACTIONS(346), - [aux_sym_class_type_token1] = ACTIONS(348), + [aux_sym__block_terminator_token1] = ACTIONS(402), + [aux_sym_input_expression_token1] = ACTIONS(348), + [aux_sym_class_type_token1] = ACTIONS(350), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(350), - [aux_sym_variable_definition_token2] = ACTIONS(350), - [aux_sym_buffer_definition_token2] = ACTIONS(352), - [aux_sym_return_type_token2] = ACTIONS(354), - [aux_sym_argument_mode_token1] = ACTIONS(356), - [aux_sym_if_statement_token1] = ACTIONS(358), - [aux_sym_repeat_statement_token1] = ACTIONS(360), - [aux_sym__procedure_terminator_token1] = ACTIONS(362), - [aux_sym__function_terminator_token1] = ACTIONS(364), - [aux_sym_interface_statement_token1] = ACTIONS(366), - [aux_sym_using_statement_token1] = ACTIONS(368), - [aux_sym_on_error_phrase_token1] = ACTIONS(370), - [aux_sym_on_error_phrase_token3] = ACTIONS(372), - [aux_sym_do_block_token1] = ACTIONS(374), - [aux_sym__case_terminator_token1] = ACTIONS(376), - [aux_sym_find_statement_token1] = ACTIONS(378), - [aux_sym_assign_statement_token1] = ACTIONS(380), - [aux_sym_catch_statement_token1] = ACTIONS(382), - [aux_sym_finally_statement_token1] = ACTIONS(384), - [aux_sym_accumulate_statement_token1] = ACTIONS(386), - [aux_sym_error_scope_statement_token1] = ACTIONS(388), - [aux_sym_error_scope_statement_token2] = ACTIONS(388), - [aux_sym_prompt_for_statement_token1] = ACTIONS(390), - [aux_sym_var_statement_token1] = ACTIONS(392), - [aux_sym_run_statement_token1] = ACTIONS(394), - [aux_sym_enum_definition_token1] = ACTIONS(396), + [aux_sym_variable_definition_token1] = ACTIONS(352), + [aux_sym_variable_definition_token2] = ACTIONS(352), + [aux_sym_buffer_definition_token2] = ACTIONS(354), + [aux_sym_return_type_token2] = ACTIONS(356), + [aux_sym_argument_mode_token1] = ACTIONS(358), + [aux_sym_if_statement_token1] = ACTIONS(360), + [aux_sym_repeat_statement_token1] = ACTIONS(362), + [aux_sym__procedure_terminator_token1] = ACTIONS(364), + [aux_sym__function_terminator_token1] = ACTIONS(366), + [aux_sym_interface_statement_token1] = ACTIONS(368), + [aux_sym_using_statement_token1] = ACTIONS(370), + [aux_sym_on_error_phrase_token1] = ACTIONS(372), + [aux_sym_on_error_phrase_token3] = ACTIONS(374), + [aux_sym_do_block_token1] = ACTIONS(376), + [aux_sym__case_terminator_token1] = ACTIONS(378), + [aux_sym_find_statement_token1] = ACTIONS(380), + [aux_sym_assign_statement_token1] = ACTIONS(382), + [aux_sym_catch_statement_token1] = ACTIONS(384), + [aux_sym_finally_statement_token1] = ACTIONS(386), + [aux_sym_accumulate_statement_token1] = ACTIONS(388), + [aux_sym_error_scope_statement_token1] = ACTIONS(390), + [aux_sym_error_scope_statement_token2] = ACTIONS(390), + [aux_sym_prompt_for_statement_token1] = ACTIONS(392), + [aux_sym_var_statement_token1] = ACTIONS(394), + [aux_sym_run_statement_token1] = ACTIONS(396), + [aux_sym_enum_definition_token1] = ACTIONS(398), }, [59] = { [sym_comment] = STATE(59), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2943), + [sym_array_access] = STATE(6225), [sym_include] = STATE(59), - [sym_assignment] = STATE(6556), - [sym_variable_assignment] = STATE(2225), - [sym_variable_definition] = STATE(2225), - [sym_buffer_definition] = STATE(2225), - [sym_query_definition] = STATE(2225), - [sym_function_call_statement] = STATE(2225), - [sym_function_call] = STATE(4836), - [sym_if_statement] = STATE(2225), - [sym_label] = STATE(5801), - [sym_repeat_statement] = STATE(2225), - [sym_procedure_statement] = STATE(2225), - [sym_procedure_parameter_definition] = STATE(2225), - [sym_function_statement] = STATE(2225), - [sym_return_statement] = STATE(2225), - [sym_interface_statement] = STATE(2225), - [sym_dataset_definition] = STATE(2225), - [sym_using_statement] = STATE(2225), - [sym_class_statement] = STATE(2225), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2225), - [sym_input_close_statement] = STATE(2225), - [sym_output_close_statement] = STATE(2225), - [sym__stream_statement] = STATE(2225), - [sym_input_stream_statement] = STATE(2228), - [sym_output_stream_statement] = STATE(2228), - [sym_do_block] = STATE(2225), - [sym_case_statement] = STATE(2225), - [sym_for_statement] = STATE(2225), - [sym_find_statement] = STATE(2225), - [sym_abl_statement] = STATE(2225), - [sym_assign_statement] = STATE(2225), - [sym_catch_statement] = STATE(2225), - [sym_finally_statement] = STATE(2225), - [sym_accumulate_statement] = STATE(2225), - [sym_undo_statement] = STATE(2225), - [sym_error_scope_statement] = STATE(2225), - [sym_workfile_definition] = STATE(2225), - [sym_temp_table_definition] = STATE(2225), - [sym_on_statement] = STATE(2225), - [sym_prompt_for_statement] = STATE(2225), - [sym_var_statement] = STATE(2225), - [sym_button_definition] = STATE(2225), - [sym_run_statement] = STATE(2225), - [sym_enum_statement] = STATE(2225), - [sym__statement] = STATE(2229), - [aux_sym_source_code_repeat1] = STATE(63), - [sym_identifier] = ACTIONS(342), + [sym_assignment] = STATE(7711), + [sym_variable_assignment] = STATE(2943), + [sym_variable_definition] = STATE(2943), + [sym_buffer_definition] = STATE(2943), + [sym_query_definition] = STATE(2943), + [sym_function_call_statement] = STATE(2943), + [sym_function_call] = STATE(5479), + [sym_if_statement] = STATE(2943), + [sym_label] = STATE(6214), + [sym_repeat_statement] = STATE(2943), + [sym_procedure_statement] = STATE(2943), + [sym_procedure_parameter_definition] = STATE(2943), + [sym_function_statement] = STATE(2943), + [sym_return_statement] = STATE(2943), + [sym_interface_statement] = STATE(2943), + [sym_dataset_definition] = STATE(2943), + [sym_using_statement] = STATE(2943), + [sym_class_statement] = STATE(2943), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5257), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2943), + [sym_input_close_statement] = STATE(2943), + [sym_output_close_statement] = STATE(2943), + [sym__stream_statement] = STATE(2943), + [sym_input_stream_statement] = STATE(2944), + [sym_output_stream_statement] = STATE(2944), + [sym_do_block] = STATE(2943), + [sym_case_statement] = STATE(2943), + [sym_for_statement] = STATE(2943), + [sym_find_statement] = STATE(2943), + [sym_abl_statement] = STATE(2943), + [sym_assign_statement] = STATE(2943), + [sym_catch_statement] = STATE(2943), + [sym_finally_statement] = STATE(2943), + [sym_accumulate_statement] = STATE(2943), + [sym_undo_statement] = STATE(2943), + [sym_error_scope_statement] = STATE(2943), + [sym_workfile_definition] = STATE(2943), + [sym_temp_table_definition] = STATE(2943), + [sym_on_statement] = STATE(2943), + [sym_prompt_for_statement] = STATE(2943), + [sym_var_statement] = STATE(2943), + [sym_button_definition] = STATE(2943), + [sym_run_statement] = STATE(2943), + [sym_enum_statement] = STATE(2943), + [sym__statement] = STATE(2945), + [aux_sym_source_code_repeat1] = STATE(54), + [sym_identifier] = ACTIONS(344), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym__block_terminator_token1] = ACTIONS(406), - [aux_sym_input_expression_token1] = ACTIONS(346), - [aux_sym_class_type_token1] = ACTIONS(348), + [aux_sym__block_terminator_token1] = ACTIONS(404), + [aux_sym_input_expression_token1] = ACTIONS(348), + [aux_sym_class_type_token1] = ACTIONS(350), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(350), - [aux_sym_variable_definition_token2] = ACTIONS(350), - [aux_sym_buffer_definition_token2] = ACTIONS(352), - [aux_sym_return_type_token2] = ACTIONS(354), - [aux_sym_argument_mode_token1] = ACTIONS(356), - [aux_sym_if_statement_token1] = ACTIONS(358), - [aux_sym_repeat_statement_token1] = ACTIONS(360), - [aux_sym__procedure_terminator_token1] = ACTIONS(362), - [aux_sym__function_terminator_token1] = ACTIONS(364), - [aux_sym_interface_statement_token1] = ACTIONS(366), - [aux_sym_using_statement_token1] = ACTIONS(368), - [aux_sym_on_error_phrase_token1] = ACTIONS(370), - [aux_sym_on_error_phrase_token3] = ACTIONS(372), - [aux_sym_do_block_token1] = ACTIONS(374), - [aux_sym__case_terminator_token1] = ACTIONS(376), - [aux_sym_find_statement_token1] = ACTIONS(378), - [aux_sym_assign_statement_token1] = ACTIONS(380), - [aux_sym_catch_statement_token1] = ACTIONS(382), - [aux_sym_finally_statement_token1] = ACTIONS(384), - [aux_sym_accumulate_statement_token1] = ACTIONS(386), - [aux_sym_error_scope_statement_token1] = ACTIONS(388), - [aux_sym_error_scope_statement_token2] = ACTIONS(388), - [aux_sym_prompt_for_statement_token1] = ACTIONS(390), - [aux_sym_var_statement_token1] = ACTIONS(392), - [aux_sym_run_statement_token1] = ACTIONS(394), - [aux_sym_enum_definition_token1] = ACTIONS(396), + [aux_sym_variable_definition_token1] = ACTIONS(352), + [aux_sym_variable_definition_token2] = ACTIONS(352), + [aux_sym_buffer_definition_token2] = ACTIONS(354), + [aux_sym_return_type_token2] = ACTIONS(356), + [aux_sym_argument_mode_token1] = ACTIONS(358), + [aux_sym_if_statement_token1] = ACTIONS(360), + [aux_sym_repeat_statement_token1] = ACTIONS(362), + [aux_sym__procedure_terminator_token1] = ACTIONS(364), + [aux_sym__function_terminator_token1] = ACTIONS(366), + [aux_sym_interface_statement_token1] = ACTIONS(368), + [aux_sym_using_statement_token1] = ACTIONS(370), + [aux_sym_on_error_phrase_token1] = ACTIONS(372), + [aux_sym_on_error_phrase_token3] = ACTIONS(374), + [aux_sym_do_block_token1] = ACTIONS(376), + [aux_sym__case_terminator_token1] = ACTIONS(378), + [aux_sym_find_statement_token1] = ACTIONS(380), + [aux_sym_assign_statement_token1] = ACTIONS(382), + [aux_sym_catch_statement_token1] = ACTIONS(384), + [aux_sym_finally_statement_token1] = ACTIONS(386), + [aux_sym_accumulate_statement_token1] = ACTIONS(388), + [aux_sym_error_scope_statement_token1] = ACTIONS(390), + [aux_sym_error_scope_statement_token2] = ACTIONS(390), + [aux_sym_prompt_for_statement_token1] = ACTIONS(392), + [aux_sym_var_statement_token1] = ACTIONS(394), + [aux_sym_run_statement_token1] = ACTIONS(396), + [aux_sym_enum_definition_token1] = ACTIONS(398), }, [60] = { [sym_comment] = STATE(60), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2575), + [sym_array_access] = STATE(6225), [sym_include] = STATE(60), - [sym_assignment] = STATE(7208), - [sym_variable_assignment] = STATE(2253), - [sym_variable_definition] = STATE(2253), - [sym_buffer_definition] = STATE(2253), - [sym_query_definition] = STATE(2253), - [sym_function_call_statement] = STATE(2253), - [sym_function_call] = STATE(4718), - [sym_if_statement] = STATE(2253), - [sym_label] = STATE(5530), - [sym_repeat_statement] = STATE(2253), - [sym_procedure_statement] = STATE(2253), - [sym_procedure_parameter_definition] = STATE(2253), - [sym_function_statement] = STATE(2253), - [sym_return_statement] = STATE(2253), - [sym_interface_statement] = STATE(2253), - [sym_dataset_definition] = STATE(2253), - [sym_using_statement] = STATE(2253), - [sym_class_statement] = STATE(2253), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2253), - [sym_input_close_statement] = STATE(2253), - [sym_output_close_statement] = STATE(2253), - [sym__stream_statement] = STATE(2253), - [sym_input_stream_statement] = STATE(2254), - [sym_output_stream_statement] = STATE(2254), - [sym_do_block] = STATE(2253), - [sym_case_statement] = STATE(2253), - [sym_for_statement] = STATE(2253), - [sym_find_statement] = STATE(2253), - [sym_abl_statement] = STATE(2253), - [sym_assign_statement] = STATE(2253), - [sym_catch_statement] = STATE(2253), - [sym_finally_statement] = STATE(2253), - [sym_accumulate_statement] = STATE(2253), - [sym_undo_statement] = STATE(2253), - [sym_error_scope_statement] = STATE(2253), - [sym_workfile_definition] = STATE(2253), - [sym_temp_table_definition] = STATE(2253), - [sym_on_statement] = STATE(2253), - [sym_prompt_for_statement] = STATE(2253), - [sym_var_statement] = STATE(2253), - [sym_button_definition] = STATE(2253), - [sym_run_statement] = STATE(2253), - [sym_enum_statement] = STATE(2253), - [sym__statement] = STATE(2255), - [aux_sym_source_code_repeat1] = STATE(64), - [ts_builtin_sym_end] = ACTIONS(408), - [sym_identifier] = ACTIONS(11), + [sym_assignment] = STATE(8011), + [sym_variable_assignment] = STATE(2575), + [sym_variable_definition] = STATE(2575), + [sym_buffer_definition] = STATE(2575), + [sym_query_definition] = STATE(2575), + [sym_function_call_statement] = STATE(2575), + [sym_function_call] = STATE(5546), + [sym_if_statement] = STATE(2575), + [sym_label] = STATE(6357), + [sym_repeat_statement] = STATE(2575), + [sym_procedure_statement] = STATE(2575), + [sym_procedure_parameter_definition] = STATE(2575), + [sym_function_statement] = STATE(2575), + [sym_return_statement] = STATE(2575), + [sym_interface_statement] = STATE(2575), + [sym_dataset_definition] = STATE(2575), + [sym_using_statement] = STATE(2575), + [sym_class_statement] = STATE(2575), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5296), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2575), + [sym_input_close_statement] = STATE(2575), + [sym_output_close_statement] = STATE(2575), + [sym__stream_statement] = STATE(2575), + [sym_input_stream_statement] = STATE(2820), + [sym_output_stream_statement] = STATE(2820), + [sym_do_block] = STATE(2575), + [sym_case_statement] = STATE(2575), + [sym_for_statement] = STATE(2575), + [sym_find_statement] = STATE(2575), + [sym_abl_statement] = STATE(2575), + [sym_assign_statement] = STATE(2575), + [sym_catch_statement] = STATE(2575), + [sym_finally_statement] = STATE(2575), + [sym_accumulate_statement] = STATE(2575), + [sym_undo_statement] = STATE(2575), + [sym_error_scope_statement] = STATE(2575), + [sym_workfile_definition] = STATE(2575), + [sym_temp_table_definition] = STATE(2575), + [sym_on_statement] = STATE(2575), + [sym_prompt_for_statement] = STATE(2575), + [sym_var_statement] = STATE(2575), + [sym_button_definition] = STATE(2575), + [sym_run_statement] = STATE(2575), + [sym_enum_statement] = STATE(2575), + [sym__statement] = STATE(2873), + [aux_sym_source_code_repeat1] = STATE(60), + [ts_builtin_sym_end] = ACTIONS(406), + [sym_identifier] = ACTIONS(408), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(13), - [aux_sym_class_type_token1] = ACTIONS(15), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(19), - [aux_sym_variable_definition_token2] = ACTIONS(19), - [aux_sym_buffer_definition_token2] = ACTIONS(21), - [aux_sym_return_type_token2] = ACTIONS(23), - [aux_sym_argument_mode_token1] = ACTIONS(25), - [aux_sym_if_statement_token1] = ACTIONS(27), - [aux_sym_repeat_statement_token1] = ACTIONS(29), - [aux_sym__procedure_terminator_token1] = ACTIONS(31), - [aux_sym__function_terminator_token1] = ACTIONS(33), - [aux_sym_interface_statement_token1] = ACTIONS(35), - [aux_sym_using_statement_token1] = ACTIONS(37), - [aux_sym_on_error_phrase_token1] = ACTIONS(39), - [aux_sym_on_error_phrase_token3] = ACTIONS(41), - [aux_sym_do_block_token1] = ACTIONS(43), - [aux_sym__case_terminator_token1] = ACTIONS(45), - [aux_sym_find_statement_token1] = ACTIONS(47), - [aux_sym_assign_statement_token1] = ACTIONS(49), - [aux_sym_catch_statement_token1] = ACTIONS(51), - [aux_sym_finally_statement_token1] = ACTIONS(53), - [aux_sym_accumulate_statement_token1] = ACTIONS(55), - [aux_sym_error_scope_statement_token1] = ACTIONS(57), - [aux_sym_error_scope_statement_token2] = ACTIONS(57), - [aux_sym_prompt_for_statement_token1] = ACTIONS(59), - [aux_sym_var_statement_token1] = ACTIONS(61), - [aux_sym_run_statement_token1] = ACTIONS(63), - [aux_sym_enum_definition_token1] = ACTIONS(65), + [aux_sym_input_expression_token1] = ACTIONS(411), + [aux_sym_class_type_token1] = ACTIONS(414), + [aux_sym_scope_tuning_token1] = ACTIONS(267), + [aux_sym_variable_definition_token1] = ACTIONS(417), + [aux_sym_variable_definition_token2] = ACTIONS(417), + [aux_sym_buffer_definition_token2] = ACTIONS(420), + [aux_sym_return_type_token2] = ACTIONS(423), + [aux_sym_argument_mode_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(429), + [aux_sym_repeat_statement_token1] = ACTIONS(432), + [aux_sym__procedure_terminator_token1] = ACTIONS(435), + [aux_sym__function_terminator_token1] = ACTIONS(438), + [aux_sym_interface_statement_token1] = ACTIONS(441), + [aux_sym_using_statement_token1] = ACTIONS(444), + [aux_sym_on_error_phrase_token1] = ACTIONS(447), + [aux_sym_on_error_phrase_token3] = ACTIONS(450), + [aux_sym_do_block_token1] = ACTIONS(453), + [aux_sym__case_terminator_token1] = ACTIONS(456), + [aux_sym_find_statement_token1] = ACTIONS(459), + [aux_sym_assign_statement_token1] = ACTIONS(462), + [aux_sym_catch_statement_token1] = ACTIONS(465), + [aux_sym_finally_statement_token1] = ACTIONS(468), + [aux_sym_accumulate_statement_token1] = ACTIONS(471), + [aux_sym_error_scope_statement_token1] = ACTIONS(474), + [aux_sym_error_scope_statement_token2] = ACTIONS(474), + [aux_sym_prompt_for_statement_token1] = ACTIONS(477), + [aux_sym_var_statement_token1] = ACTIONS(480), + [aux_sym_run_statement_token1] = ACTIONS(483), + [aux_sym_enum_definition_token1] = ACTIONS(486), }, [61] = { [sym_comment] = STATE(61), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(5928), + [sym_array_access] = STATE(6225), [sym_include] = STATE(61), - [anon_sym_COLON] = ACTIONS(128), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(128), - [sym__terminator] = ACTIONS(128), - [aux_sym__block_terminator_token1] = ACTIONS(128), - [anon_sym_COMMA] = ACTIONS(128), - [anon_sym_RBRACK] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(128), - [anon_sym_RPAREN] = ACTIONS(128), - [anon_sym_EQ] = ACTIONS(128), - [aux_sym_unary_expression_token2] = ACTIONS(128), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [aux_sym__multiplicative_operator_token1] = ACTIONS(128), - [aux_sym__multiplicative_operator_token2] = ACTIONS(130), - [anon_sym_LT] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(128), - [anon_sym_LT_GT] = ACTIONS(128), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(128), - [aux_sym__comparison_operator_token1] = ACTIONS(128), - [aux_sym__comparison_operator_token2] = ACTIONS(128), - [aux_sym__comparison_operator_token3] = ACTIONS(128), - [aux_sym__comparison_operator_token4] = ACTIONS(128), - [aux_sym__comparison_operator_token5] = ACTIONS(128), - [aux_sym__comparison_operator_token6] = ACTIONS(128), - [aux_sym__comparison_operator_token7] = ACTIONS(128), - [aux_sym__comparison_operator_token8] = ACTIONS(128), - [aux_sym__comparison_operator_token9] = ACTIONS(128), - [aux_sym_when_expression_token1] = ACTIONS(128), - [aux_sym_variable_tuning_token1] = ACTIONS(128), - [aux_sym_variable_tuning_token2] = ACTIONS(130), - [aux_sym_variable_tuning_token3] = ACTIONS(128), - [aux_sym_variable_tuning_token4] = ACTIONS(128), - [aux_sym_variable_tuning_token5] = ACTIONS(128), - [aux_sym_variable_tuning_token6] = ACTIONS(128), - [aux_sym_variable_tuning_token7] = ACTIONS(128), - [aux_sym_variable_tuning_token8] = ACTIONS(128), - [aux_sym_argument_tuning_token1] = ACTIONS(128), - [aux_sym_argument_tuning_token2] = ACTIONS(128), - [aux_sym_argument_tuning_token3] = ACTIONS(128), - [aux_sym_argument_tuning_token4] = ACTIONS(128), - [aux_sym_if_statement_token2] = ACTIONS(128), - [aux_sym_else_statement_token1] = ACTIONS(128), - [aux_sym_repeat_tuning_token1] = ACTIONS(128), - [anon_sym_NO_DASHERROR] = ACTIONS(128), - [aux_sym_input_stream_tuning_token1] = ACTIONS(128), - [aux_sym_input_stream_tuning_token2] = ACTIONS(128), - [aux_sym_input_stream_tuning_token3] = ACTIONS(128), - [aux_sym_input_stream_tuning_token4] = ACTIONS(128), - [aux_sym_input_stream_tuning_token5] = ACTIONS(128), - [aux_sym_input_stream_tuning_token6] = ACTIONS(128), - [aux_sym_input_stream_tuning_token7] = ACTIONS(128), - [aux_sym_input_stream_tuning_token8] = ACTIONS(128), - [aux_sym_input_stream_tuning_token9] = ACTIONS(128), - [aux_sym_input_stream_tuning_token11] = ACTIONS(128), - [aux_sym_output_stream_tuning_token1] = ACTIONS(128), - [aux_sym_output_stream_tuning_token2] = ACTIONS(128), - [aux_sym_output_stream_tuning_token3] = ACTIONS(128), - [aux_sym_output_stream_tuning_token4] = ACTIONS(128), - [aux_sym_output_stream_tuning_token5] = ACTIONS(128), - [aux_sym_output_stream_tuning_token6] = ACTIONS(128), - [aux_sym_output_stream_tuning_token7] = ACTIONS(128), - [aux_sym_output_stream_statement_token1] = ACTIONS(128), - [aux_sym_on_error_phrase_token1] = ACTIONS(128), - [aux_sym_stop_after_phrase_token1] = ACTIONS(128), - [aux_sym_do_tuning_token1] = ACTIONS(128), - [aux_sym_of_token1] = ACTIONS(128), - [aux_sym_field_option_token1] = ACTIONS(128), - [aux_sym_field_option_token2] = ACTIONS(128), - [aux_sym_field_option_token3] = ACTIONS(128), - [aux_sym_field_option_token4] = ACTIONS(128), - [aux_sym_field_option_token5] = ACTIONS(128), - [aux_sym_field_option_token6] = ACTIONS(128), - [aux_sym_field_definition_token1] = ACTIONS(128), - [aux_sym_index_definition_token1] = ACTIONS(128), - [aux_sym_of_phrase_token1] = ACTIONS(128), - [aux_sym_of_phrase_token2] = ACTIONS(128), - [sym__namecolon] = ACTIONS(128), - [sym__or_operator] = ACTIONS(128), - [sym__and_operator] = ACTIONS(128), + [sym_assignment] = STATE(7363), + [sym_variable_assignment] = STATE(5928), + [sym_variable_definition] = STATE(5928), + [sym_buffer_definition] = STATE(5928), + [sym_query_definition] = STATE(5928), + [sym_function_call_statement] = STATE(5928), + [sym_function_call] = STATE(5341), + [sym_if_statement] = STATE(5928), + [sym_label] = STATE(6468), + [sym_repeat_statement] = STATE(5928), + [sym_procedure_statement] = STATE(5928), + [sym_procedure_parameter_definition] = STATE(5928), + [sym_function_statement] = STATE(5928), + [sym_return_statement] = STATE(5928), + [sym_interface_statement] = STATE(5928), + [sym_dataset_definition] = STATE(5928), + [sym_using_statement] = STATE(5928), + [sym_class_statement] = STATE(5928), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5291), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(5928), + [sym_input_close_statement] = STATE(5928), + [sym_output_close_statement] = STATE(5928), + [sym__stream_statement] = STATE(5928), + [sym_input_stream_statement] = STATE(5994), + [sym_output_stream_statement] = STATE(5994), + [sym_do_block] = STATE(6309), + [sym__case_branch_body] = STATE(6312), + [sym_case_statement] = STATE(5928), + [sym_for_statement] = STATE(5928), + [sym_find_statement] = STATE(5928), + [sym_abl_statement] = STATE(5928), + [sym_assign_statement] = STATE(5928), + [sym_catch_statement] = STATE(5928), + [sym_finally_statement] = STATE(5928), + [sym_accumulate_statement] = STATE(5928), + [sym_undo_statement] = STATE(5928), + [sym_error_scope_statement] = STATE(5928), + [sym_workfile_definition] = STATE(5928), + [sym_temp_table_definition] = STATE(5928), + [sym_on_statement] = STATE(5928), + [sym_prompt_for_statement] = STATE(5928), + [sym_var_statement] = STATE(5928), + [sym_button_definition] = STATE(5928), + [sym_run_statement] = STATE(5928), + [sym_enum_statement] = STATE(5928), + [sym__statement] = STATE(6315), + [sym_identifier] = ACTIONS(489), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym_input_expression_token1] = ACTIONS(491), + [aux_sym_class_type_token1] = ACTIONS(493), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(495), + [aux_sym_variable_definition_token2] = ACTIONS(495), + [aux_sym_buffer_definition_token2] = ACTIONS(497), + [aux_sym_return_type_token2] = ACTIONS(499), + [aux_sym_argument_mode_token1] = ACTIONS(501), + [aux_sym_if_statement_token1] = ACTIONS(503), + [aux_sym_repeat_statement_token1] = ACTIONS(505), + [aux_sym__procedure_terminator_token1] = ACTIONS(507), + [aux_sym__function_terminator_token1] = ACTIONS(509), + [aux_sym_interface_statement_token1] = ACTIONS(511), + [aux_sym_using_statement_token1] = ACTIONS(513), + [aux_sym_on_error_phrase_token1] = ACTIONS(515), + [aux_sym_on_error_phrase_token3] = ACTIONS(517), + [aux_sym_do_block_token1] = ACTIONS(519), + [aux_sym__case_terminator_token1] = ACTIONS(521), + [aux_sym_find_statement_token1] = ACTIONS(523), + [aux_sym_assign_statement_token1] = ACTIONS(525), + [aux_sym_catch_statement_token1] = ACTIONS(527), + [aux_sym_finally_statement_token1] = ACTIONS(529), + [aux_sym_accumulate_statement_token1] = ACTIONS(531), + [aux_sym_error_scope_statement_token1] = ACTIONS(533), + [aux_sym_error_scope_statement_token2] = ACTIONS(533), + [aux_sym_prompt_for_statement_token1] = ACTIONS(535), + [aux_sym_var_statement_token1] = ACTIONS(537), + [aux_sym_run_statement_token1] = ACTIONS(539), + [aux_sym_enum_definition_token1] = ACTIONS(541), }, [62] = { [sym_comment] = STATE(62), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(5928), + [sym_array_access] = STATE(6225), [sym_include] = STATE(62), - [anon_sym_COLON] = ACTIONS(140), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(142), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(140), - [sym__terminator] = ACTIONS(140), - [aux_sym__block_terminator_token1] = ACTIONS(140), - [anon_sym_COMMA] = ACTIONS(140), - [anon_sym_RBRACK] = ACTIONS(140), - [anon_sym_LPAREN] = ACTIONS(140), - [anon_sym_RPAREN] = ACTIONS(140), - [anon_sym_EQ] = ACTIONS(140), - [aux_sym_unary_expression_token2] = ACTIONS(140), - [anon_sym_PLUS] = ACTIONS(140), - [anon_sym_DASH] = ACTIONS(140), - [aux_sym__multiplicative_operator_token1] = ACTIONS(140), - [aux_sym__multiplicative_operator_token2] = ACTIONS(142), - [anon_sym_LT] = ACTIONS(142), - [anon_sym_LT_EQ] = ACTIONS(140), - [anon_sym_LT_GT] = ACTIONS(140), - [anon_sym_GT] = ACTIONS(142), - [anon_sym_GT_EQ] = ACTIONS(140), - [aux_sym__comparison_operator_token1] = ACTIONS(140), - [aux_sym__comparison_operator_token2] = ACTIONS(140), - [aux_sym__comparison_operator_token3] = ACTIONS(140), - [aux_sym__comparison_operator_token4] = ACTIONS(140), - [aux_sym__comparison_operator_token5] = ACTIONS(140), - [aux_sym__comparison_operator_token6] = ACTIONS(140), - [aux_sym__comparison_operator_token7] = ACTIONS(140), - [aux_sym__comparison_operator_token8] = ACTIONS(140), - [aux_sym__comparison_operator_token9] = ACTIONS(140), - [aux_sym_when_expression_token1] = ACTIONS(140), - [aux_sym_variable_tuning_token1] = ACTIONS(140), - [aux_sym_variable_tuning_token2] = ACTIONS(142), - [aux_sym_variable_tuning_token3] = ACTIONS(140), - [aux_sym_variable_tuning_token4] = ACTIONS(140), - [aux_sym_variable_tuning_token5] = ACTIONS(140), - [aux_sym_variable_tuning_token6] = ACTIONS(140), - [aux_sym_variable_tuning_token7] = ACTIONS(140), - [aux_sym_variable_tuning_token8] = ACTIONS(140), - [aux_sym_argument_tuning_token1] = ACTIONS(140), - [aux_sym_argument_tuning_token2] = ACTIONS(140), - [aux_sym_argument_tuning_token3] = ACTIONS(140), - [aux_sym_argument_tuning_token4] = ACTIONS(140), - [aux_sym_if_statement_token2] = ACTIONS(140), - [aux_sym_else_statement_token1] = ACTIONS(140), - [aux_sym_repeat_tuning_token1] = ACTIONS(140), - [anon_sym_NO_DASHERROR] = ACTIONS(140), - [aux_sym_input_stream_tuning_token1] = ACTIONS(140), - [aux_sym_input_stream_tuning_token2] = ACTIONS(140), - [aux_sym_input_stream_tuning_token3] = ACTIONS(140), - [aux_sym_input_stream_tuning_token4] = ACTIONS(140), - [aux_sym_input_stream_tuning_token5] = ACTIONS(140), - [aux_sym_input_stream_tuning_token6] = ACTIONS(140), - [aux_sym_input_stream_tuning_token7] = ACTIONS(140), - [aux_sym_input_stream_tuning_token8] = ACTIONS(140), - [aux_sym_input_stream_tuning_token9] = ACTIONS(140), - [aux_sym_input_stream_tuning_token11] = ACTIONS(140), - [aux_sym_output_stream_tuning_token1] = ACTIONS(140), - [aux_sym_output_stream_tuning_token2] = ACTIONS(140), - [aux_sym_output_stream_tuning_token3] = ACTIONS(140), - [aux_sym_output_stream_tuning_token4] = ACTIONS(140), - [aux_sym_output_stream_tuning_token5] = ACTIONS(140), - [aux_sym_output_stream_tuning_token6] = ACTIONS(140), - [aux_sym_output_stream_tuning_token7] = ACTIONS(140), - [aux_sym_output_stream_statement_token1] = ACTIONS(140), - [aux_sym_on_error_phrase_token1] = ACTIONS(140), - [aux_sym_stop_after_phrase_token1] = ACTIONS(140), - [aux_sym_do_tuning_token1] = ACTIONS(140), - [aux_sym_of_token1] = ACTIONS(140), - [aux_sym_field_option_token1] = ACTIONS(140), - [aux_sym_field_option_token2] = ACTIONS(140), - [aux_sym_field_option_token3] = ACTIONS(140), - [aux_sym_field_option_token4] = ACTIONS(140), - [aux_sym_field_option_token5] = ACTIONS(140), - [aux_sym_field_option_token6] = ACTIONS(140), - [aux_sym_field_definition_token1] = ACTIONS(140), - [aux_sym_index_definition_token1] = ACTIONS(140), - [aux_sym_of_phrase_token1] = ACTIONS(140), - [aux_sym_of_phrase_token2] = ACTIONS(140), - [sym__namecolon] = ACTIONS(140), - [sym__or_operator] = ACTIONS(140), - [sym__and_operator] = ACTIONS(140), + [sym_assignment] = STATE(7363), + [sym_variable_assignment] = STATE(5928), + [sym_variable_definition] = STATE(5928), + [sym_buffer_definition] = STATE(5928), + [sym_query_definition] = STATE(5928), + [sym_function_call_statement] = STATE(5928), + [sym_function_call] = STATE(5341), + [sym_if_statement] = STATE(5928), + [sym_label] = STATE(6468), + [sym_repeat_statement] = STATE(5928), + [sym_procedure_statement] = STATE(5928), + [sym_procedure_parameter_definition] = STATE(5928), + [sym_function_statement] = STATE(5928), + [sym_return_statement] = STATE(5928), + [sym_interface_statement] = STATE(5928), + [sym_dataset_definition] = STATE(5928), + [sym_using_statement] = STATE(5928), + [sym_class_statement] = STATE(5928), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5291), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(5928), + [sym_input_close_statement] = STATE(5928), + [sym_output_close_statement] = STATE(5928), + [sym__stream_statement] = STATE(5928), + [sym_input_stream_statement] = STATE(5994), + [sym_output_stream_statement] = STATE(5994), + [sym_do_block] = STATE(6309), + [sym__case_branch_body] = STATE(7731), + [sym_case_statement] = STATE(5928), + [sym_for_statement] = STATE(5928), + [sym_find_statement] = STATE(5928), + [sym_abl_statement] = STATE(5928), + [sym_assign_statement] = STATE(5928), + [sym_catch_statement] = STATE(5928), + [sym_finally_statement] = STATE(5928), + [sym_accumulate_statement] = STATE(5928), + [sym_undo_statement] = STATE(5928), + [sym_error_scope_statement] = STATE(5928), + [sym_workfile_definition] = STATE(5928), + [sym_temp_table_definition] = STATE(5928), + [sym_on_statement] = STATE(5928), + [sym_prompt_for_statement] = STATE(5928), + [sym_var_statement] = STATE(5928), + [sym_button_definition] = STATE(5928), + [sym_run_statement] = STATE(5928), + [sym_enum_statement] = STATE(5928), + [sym__statement] = STATE(6315), + [sym_identifier] = ACTIONS(489), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym_input_expression_token1] = ACTIONS(491), + [aux_sym_class_type_token1] = ACTIONS(493), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(495), + [aux_sym_variable_definition_token2] = ACTIONS(495), + [aux_sym_buffer_definition_token2] = ACTIONS(497), + [aux_sym_return_type_token2] = ACTIONS(499), + [aux_sym_argument_mode_token1] = ACTIONS(501), + [aux_sym_if_statement_token1] = ACTIONS(503), + [aux_sym_repeat_statement_token1] = ACTIONS(505), + [aux_sym__procedure_terminator_token1] = ACTIONS(507), + [aux_sym__function_terminator_token1] = ACTIONS(509), + [aux_sym_interface_statement_token1] = ACTIONS(511), + [aux_sym_using_statement_token1] = ACTIONS(513), + [aux_sym_on_error_phrase_token1] = ACTIONS(515), + [aux_sym_on_error_phrase_token3] = ACTIONS(517), + [aux_sym_do_block_token1] = ACTIONS(519), + [aux_sym__case_terminator_token1] = ACTIONS(521), + [aux_sym_find_statement_token1] = ACTIONS(523), + [aux_sym_assign_statement_token1] = ACTIONS(525), + [aux_sym_catch_statement_token1] = ACTIONS(527), + [aux_sym_finally_statement_token1] = ACTIONS(529), + [aux_sym_accumulate_statement_token1] = ACTIONS(531), + [aux_sym_error_scope_statement_token1] = ACTIONS(533), + [aux_sym_error_scope_statement_token2] = ACTIONS(533), + [aux_sym_prompt_for_statement_token1] = ACTIONS(535), + [aux_sym_var_statement_token1] = ACTIONS(537), + [aux_sym_run_statement_token1] = ACTIONS(539), + [aux_sym_enum_definition_token1] = ACTIONS(541), }, [63] = { [sym_comment] = STATE(63), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(5928), + [sym_array_access] = STATE(6225), [sym_include] = STATE(63), - [sym_assignment] = STATE(6556), - [sym_variable_assignment] = STATE(2225), - [sym_variable_definition] = STATE(2225), - [sym_buffer_definition] = STATE(2225), - [sym_query_definition] = STATE(2225), - [sym_function_call_statement] = STATE(2225), - [sym_function_call] = STATE(4836), - [sym_if_statement] = STATE(2225), - [sym_label] = STATE(5801), - [sym_repeat_statement] = STATE(2225), - [sym_procedure_statement] = STATE(2225), - [sym_procedure_parameter_definition] = STATE(2225), - [sym_function_statement] = STATE(2225), - [sym_return_statement] = STATE(2225), - [sym_interface_statement] = STATE(2225), - [sym_dataset_definition] = STATE(2225), - [sym_using_statement] = STATE(2225), - [sym_class_statement] = STATE(2225), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2225), - [sym_input_close_statement] = STATE(2225), - [sym_output_close_statement] = STATE(2225), - [sym__stream_statement] = STATE(2225), - [sym_input_stream_statement] = STATE(2228), - [sym_output_stream_statement] = STATE(2228), - [sym_do_block] = STATE(2225), - [sym_case_statement] = STATE(2225), - [sym_for_statement] = STATE(2225), - [sym_find_statement] = STATE(2225), - [sym_abl_statement] = STATE(2225), - [sym_assign_statement] = STATE(2225), - [sym_catch_statement] = STATE(2225), - [sym_finally_statement] = STATE(2225), - [sym_accumulate_statement] = STATE(2225), - [sym_undo_statement] = STATE(2225), - [sym_error_scope_statement] = STATE(2225), - [sym_workfile_definition] = STATE(2225), - [sym_temp_table_definition] = STATE(2225), - [sym_on_statement] = STATE(2225), - [sym_prompt_for_statement] = STATE(2225), - [sym_var_statement] = STATE(2225), - [sym_button_definition] = STATE(2225), - [sym_run_statement] = STATE(2225), - [sym_enum_statement] = STATE(2225), - [sym__statement] = STATE(2229), - [aux_sym_source_code_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(342), + [sym_assignment] = STATE(7363), + [sym_variable_assignment] = STATE(5928), + [sym_variable_definition] = STATE(5928), + [sym_buffer_definition] = STATE(5928), + [sym_query_definition] = STATE(5928), + [sym_function_call_statement] = STATE(5928), + [sym_function_call] = STATE(5341), + [sym_if_statement] = STATE(5928), + [sym_label] = STATE(6468), + [sym_repeat_statement] = STATE(5928), + [sym_procedure_statement] = STATE(5928), + [sym_procedure_parameter_definition] = STATE(5928), + [sym_function_statement] = STATE(5928), + [sym_return_statement] = STATE(5928), + [sym_interface_statement] = STATE(5928), + [sym_dataset_definition] = STATE(5928), + [sym_using_statement] = STATE(5928), + [sym_class_statement] = STATE(5928), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5291), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(5928), + [sym_input_close_statement] = STATE(5928), + [sym_output_close_statement] = STATE(5928), + [sym__stream_statement] = STATE(5928), + [sym_input_stream_statement] = STATE(5994), + [sym_output_stream_statement] = STATE(5994), + [sym_do_block] = STATE(6309), + [sym__case_branch_body] = STATE(6529), + [sym_case_statement] = STATE(5928), + [sym_for_statement] = STATE(5928), + [sym_find_statement] = STATE(5928), + [sym_abl_statement] = STATE(5928), + [sym_assign_statement] = STATE(5928), + [sym_catch_statement] = STATE(5928), + [sym_finally_statement] = STATE(5928), + [sym_accumulate_statement] = STATE(5928), + [sym_undo_statement] = STATE(5928), + [sym_error_scope_statement] = STATE(5928), + [sym_workfile_definition] = STATE(5928), + [sym_temp_table_definition] = STATE(5928), + [sym_on_statement] = STATE(5928), + [sym_prompt_for_statement] = STATE(5928), + [sym_var_statement] = STATE(5928), + [sym_button_definition] = STATE(5928), + [sym_run_statement] = STATE(5928), + [sym_enum_statement] = STATE(5928), + [sym__statement] = STATE(6315), + [sym_identifier] = ACTIONS(489), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym__block_terminator_token1] = ACTIONS(410), - [aux_sym_input_expression_token1] = ACTIONS(346), - [aux_sym_class_type_token1] = ACTIONS(348), + [aux_sym_input_expression_token1] = ACTIONS(491), + [aux_sym_class_type_token1] = ACTIONS(493), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(350), - [aux_sym_variable_definition_token2] = ACTIONS(350), - [aux_sym_buffer_definition_token2] = ACTIONS(352), - [aux_sym_return_type_token2] = ACTIONS(354), - [aux_sym_argument_mode_token1] = ACTIONS(356), - [aux_sym_if_statement_token1] = ACTIONS(358), - [aux_sym_repeat_statement_token1] = ACTIONS(360), - [aux_sym__procedure_terminator_token1] = ACTIONS(362), - [aux_sym__function_terminator_token1] = ACTIONS(364), - [aux_sym_interface_statement_token1] = ACTIONS(366), - [aux_sym_using_statement_token1] = ACTIONS(368), - [aux_sym_on_error_phrase_token1] = ACTIONS(370), - [aux_sym_on_error_phrase_token3] = ACTIONS(372), - [aux_sym_do_block_token1] = ACTIONS(374), - [aux_sym__case_terminator_token1] = ACTIONS(376), - [aux_sym_find_statement_token1] = ACTIONS(378), - [aux_sym_assign_statement_token1] = ACTIONS(380), - [aux_sym_catch_statement_token1] = ACTIONS(382), - [aux_sym_finally_statement_token1] = ACTIONS(384), - [aux_sym_accumulate_statement_token1] = ACTIONS(386), - [aux_sym_error_scope_statement_token1] = ACTIONS(388), - [aux_sym_error_scope_statement_token2] = ACTIONS(388), - [aux_sym_prompt_for_statement_token1] = ACTIONS(390), - [aux_sym_var_statement_token1] = ACTIONS(392), - [aux_sym_run_statement_token1] = ACTIONS(394), - [aux_sym_enum_definition_token1] = ACTIONS(396), + [aux_sym_variable_definition_token1] = ACTIONS(495), + [aux_sym_variable_definition_token2] = ACTIONS(495), + [aux_sym_buffer_definition_token2] = ACTIONS(497), + [aux_sym_return_type_token2] = ACTIONS(499), + [aux_sym_argument_mode_token1] = ACTIONS(501), + [aux_sym_if_statement_token1] = ACTIONS(503), + [aux_sym_repeat_statement_token1] = ACTIONS(505), + [aux_sym__procedure_terminator_token1] = ACTIONS(507), + [aux_sym__function_terminator_token1] = ACTIONS(509), + [aux_sym_interface_statement_token1] = ACTIONS(511), + [aux_sym_using_statement_token1] = ACTIONS(513), + [aux_sym_on_error_phrase_token1] = ACTIONS(515), + [aux_sym_on_error_phrase_token3] = ACTIONS(517), + [aux_sym_do_block_token1] = ACTIONS(519), + [aux_sym__case_terminator_token1] = ACTIONS(521), + [aux_sym_find_statement_token1] = ACTIONS(523), + [aux_sym_assign_statement_token1] = ACTIONS(525), + [aux_sym_catch_statement_token1] = ACTIONS(527), + [aux_sym_finally_statement_token1] = ACTIONS(529), + [aux_sym_accumulate_statement_token1] = ACTIONS(531), + [aux_sym_error_scope_statement_token1] = ACTIONS(533), + [aux_sym_error_scope_statement_token2] = ACTIONS(533), + [aux_sym_prompt_for_statement_token1] = ACTIONS(535), + [aux_sym_var_statement_token1] = ACTIONS(537), + [aux_sym_run_statement_token1] = ACTIONS(539), + [aux_sym_enum_definition_token1] = ACTIONS(541), }, [64] = { [sym_comment] = STATE(64), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), [sym_include] = STATE(64), - [sym_assignment] = STATE(7208), - [sym_variable_assignment] = STATE(2253), - [sym_variable_definition] = STATE(2253), - [sym_buffer_definition] = STATE(2253), - [sym_query_definition] = STATE(2253), - [sym_function_call_statement] = STATE(2253), - [sym_function_call] = STATE(4718), - [sym_if_statement] = STATE(2253), - [sym_label] = STATE(5530), - [sym_repeat_statement] = STATE(2253), - [sym_procedure_statement] = STATE(2253), - [sym_procedure_parameter_definition] = STATE(2253), - [sym_function_statement] = STATE(2253), - [sym_return_statement] = STATE(2253), - [sym_interface_statement] = STATE(2253), - [sym_dataset_definition] = STATE(2253), - [sym_using_statement] = STATE(2253), - [sym_class_statement] = STATE(2253), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2253), - [sym_input_close_statement] = STATE(2253), - [sym_output_close_statement] = STATE(2253), - [sym__stream_statement] = STATE(2253), - [sym_input_stream_statement] = STATE(2254), - [sym_output_stream_statement] = STATE(2254), - [sym_do_block] = STATE(2253), - [sym_case_statement] = STATE(2253), - [sym_for_statement] = STATE(2253), - [sym_find_statement] = STATE(2253), - [sym_abl_statement] = STATE(2253), - [sym_assign_statement] = STATE(2253), - [sym_catch_statement] = STATE(2253), - [sym_finally_statement] = STATE(2253), - [sym_accumulate_statement] = STATE(2253), - [sym_undo_statement] = STATE(2253), - [sym_error_scope_statement] = STATE(2253), - [sym_workfile_definition] = STATE(2253), - [sym_temp_table_definition] = STATE(2253), - [sym_on_statement] = STATE(2253), - [sym_prompt_for_statement] = STATE(2253), - [sym_var_statement] = STATE(2253), - [sym_button_definition] = STATE(2253), - [sym_run_statement] = STATE(2253), - [sym_enum_statement] = STATE(2253), - [sym__statement] = STATE(2255), - [aux_sym_source_code_repeat1] = STATE(64), - [ts_builtin_sym_end] = ACTIONS(412), - [sym_identifier] = ACTIONS(414), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(417), - [aux_sym_class_type_token1] = ACTIONS(420), - [aux_sym_scope_tuning_token1] = ACTIONS(267), - [aux_sym_variable_definition_token1] = ACTIONS(423), - [aux_sym_variable_definition_token2] = ACTIONS(423), - [aux_sym_buffer_definition_token2] = ACTIONS(426), - [aux_sym_return_type_token2] = ACTIONS(429), - [aux_sym_argument_mode_token1] = ACTIONS(432), - [aux_sym_if_statement_token1] = ACTIONS(435), - [aux_sym_repeat_statement_token1] = ACTIONS(438), - [aux_sym__procedure_terminator_token1] = ACTIONS(441), - [aux_sym__function_terminator_token1] = ACTIONS(444), - [aux_sym_interface_statement_token1] = ACTIONS(447), - [aux_sym_using_statement_token1] = ACTIONS(450), - [aux_sym_on_error_phrase_token1] = ACTIONS(453), - [aux_sym_on_error_phrase_token3] = ACTIONS(456), - [aux_sym_do_block_token1] = ACTIONS(459), - [aux_sym__case_terminator_token1] = ACTIONS(462), - [aux_sym_find_statement_token1] = ACTIONS(465), - [aux_sym_assign_statement_token1] = ACTIONS(468), - [aux_sym_catch_statement_token1] = ACTIONS(471), - [aux_sym_finally_statement_token1] = ACTIONS(474), - [aux_sym_accumulate_statement_token1] = ACTIONS(477), - [aux_sym_error_scope_statement_token1] = ACTIONS(480), - [aux_sym_error_scope_statement_token2] = ACTIONS(480), - [aux_sym_prompt_for_statement_token1] = ACTIONS(483), - [aux_sym_var_statement_token1] = ACTIONS(486), - [aux_sym_run_statement_token1] = ACTIONS(489), - [aux_sym_enum_definition_token1] = ACTIONS(492), + [anon_sym_COLON] = ACTIONS(137), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(137), + [sym__terminator] = ACTIONS(137), + [anon_sym_COMMA] = ACTIONS(137), + [anon_sym_RBRACK] = ACTIONS(137), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_RPAREN] = ACTIONS(137), + [anon_sym_EQ] = ACTIONS(137), + [aux_sym_unary_expression_token2] = ACTIONS(137), + [anon_sym_PLUS] = ACTIONS(137), + [anon_sym_DASH] = ACTIONS(137), + [aux_sym__multiplicative_operator_token1] = ACTIONS(137), + [aux_sym__multiplicative_operator_token2] = ACTIONS(139), + [anon_sym_LT] = ACTIONS(139), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_LT_GT] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(139), + [anon_sym_GT_EQ] = ACTIONS(137), + [aux_sym__comparison_operator_token1] = ACTIONS(137), + [aux_sym__comparison_operator_token2] = ACTIONS(137), + [aux_sym__comparison_operator_token3] = ACTIONS(137), + [aux_sym__comparison_operator_token4] = ACTIONS(137), + [aux_sym__comparison_operator_token5] = ACTIONS(137), + [aux_sym__comparison_operator_token6] = ACTIONS(137), + [aux_sym__comparison_operator_token7] = ACTIONS(137), + [aux_sym__comparison_operator_token8] = ACTIONS(137), + [aux_sym__comparison_operator_token9] = ACTIONS(137), + [aux_sym_when_expression_token1] = ACTIONS(137), + [aux_sym_variable_tuning_token1] = ACTIONS(137), + [aux_sym_variable_tuning_token2] = ACTIONS(139), + [aux_sym_variable_tuning_token3] = ACTIONS(137), + [aux_sym_variable_tuning_token4] = ACTIONS(137), + [aux_sym_variable_tuning_token5] = ACTIONS(137), + [aux_sym_variable_tuning_token6] = ACTIONS(137), + [aux_sym_variable_tuning_token7] = ACTIONS(137), + [aux_sym_variable_tuning_token8] = ACTIONS(137), + [aux_sym_argument_tuning_token1] = ACTIONS(137), + [aux_sym_argument_tuning_token2] = ACTIONS(137), + [aux_sym_argument_tuning_token3] = ACTIONS(137), + [aux_sym_argument_tuning_token4] = ACTIONS(137), + [aux_sym_if_statement_token2] = ACTIONS(137), + [aux_sym_else_statement_token1] = ACTIONS(137), + [aux_sym_repeat_tuning_token1] = ACTIONS(137), + [anon_sym_NO_DASHERROR] = ACTIONS(137), + [aux_sym_input_stream_tuning_token1] = ACTIONS(137), + [aux_sym_input_stream_tuning_token2] = ACTIONS(137), + [aux_sym_input_stream_tuning_token3] = ACTIONS(137), + [aux_sym_input_stream_tuning_token4] = ACTIONS(137), + [aux_sym_input_stream_tuning_token5] = ACTIONS(137), + [aux_sym_input_stream_tuning_token6] = ACTIONS(137), + [aux_sym_input_stream_tuning_token7] = ACTIONS(137), + [aux_sym_input_stream_tuning_token8] = ACTIONS(137), + [aux_sym_input_stream_tuning_token9] = ACTIONS(137), + [aux_sym_input_stream_tuning_token11] = ACTIONS(137), + [aux_sym_output_stream_tuning_token1] = ACTIONS(137), + [aux_sym_output_stream_tuning_token2] = ACTIONS(137), + [aux_sym_output_stream_tuning_token3] = ACTIONS(137), + [aux_sym_output_stream_tuning_token4] = ACTIONS(137), + [aux_sym_output_stream_tuning_token5] = ACTIONS(137), + [aux_sym_output_stream_tuning_token6] = ACTIONS(137), + [aux_sym_output_stream_tuning_token7] = ACTIONS(137), + [aux_sym_output_stream_statement_token1] = ACTIONS(137), + [aux_sym_on_error_phrase_token1] = ACTIONS(137), + [aux_sym_stop_after_phrase_token1] = ACTIONS(137), + [aux_sym_do_tuning_token1] = ACTIONS(137), + [aux_sym_of_token1] = ACTIONS(137), + [aux_sym_field_option_token1] = ACTIONS(137), + [aux_sym_field_option_token2] = ACTIONS(137), + [aux_sym_field_option_token3] = ACTIONS(137), + [aux_sym_field_option_token4] = ACTIONS(137), + [aux_sym_field_option_token5] = ACTIONS(137), + [aux_sym_field_option_token6] = ACTIONS(137), + [aux_sym_field_definition_token1] = ACTIONS(137), + [aux_sym_index_definition_token1] = ACTIONS(137), + [aux_sym_of_phrase_token1] = ACTIONS(137), + [aux_sym_of_phrase_token2] = ACTIONS(137), + [sym__namecolon] = ACTIONS(137), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), }, [65] = { [sym_comment] = STATE(65), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2459), + [sym_array_access] = STATE(6225), [sym_include] = STATE(65), - [sym_assignment] = STATE(7104), - [sym_variable_assignment] = STATE(5296), - [sym_variable_definition] = STATE(5296), - [sym_buffer_definition] = STATE(5296), - [sym_query_definition] = STATE(5296), - [sym_function_call_statement] = STATE(5296), - [sym_function_call] = STATE(4843), - [sym_if_statement] = STATE(5296), - [sym_label] = STATE(5698), - [sym_repeat_statement] = STATE(5296), - [sym_procedure_statement] = STATE(5296), - [sym_procedure_parameter_definition] = STATE(5296), - [sym_function_statement] = STATE(5296), - [sym_return_statement] = STATE(5296), - [sym_interface_statement] = STATE(5296), - [sym_dataset_definition] = STATE(5296), - [sym_using_statement] = STATE(5296), - [sym_class_statement] = STATE(5296), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(5296), - [sym_input_close_statement] = STATE(5296), - [sym_output_close_statement] = STATE(5296), - [sym__stream_statement] = STATE(5296), - [sym_input_stream_statement] = STATE(5295), - [sym_output_stream_statement] = STATE(5295), - [sym_do_block] = STATE(5636), - [sym__case_branch_body] = STATE(5635), - [sym_case_statement] = STATE(5296), - [sym_for_statement] = STATE(5296), - [sym_find_statement] = STATE(5296), - [sym_abl_statement] = STATE(5296), - [sym_assign_statement] = STATE(5296), - [sym_catch_statement] = STATE(5296), - [sym_finally_statement] = STATE(5296), - [sym_accumulate_statement] = STATE(5296), - [sym_undo_statement] = STATE(5296), - [sym_error_scope_statement] = STATE(5296), - [sym_workfile_definition] = STATE(5296), - [sym_temp_table_definition] = STATE(5296), - [sym_on_statement] = STATE(5296), - [sym_prompt_for_statement] = STATE(5296), - [sym_var_statement] = STATE(5296), - [sym_button_definition] = STATE(5296), - [sym_run_statement] = STATE(5296), - [sym_enum_statement] = STATE(5296), - [sym__statement] = STATE(5632), - [sym_identifier] = ACTIONS(495), + [sym_assignment] = STATE(7277), + [sym_variable_assignment] = STATE(2459), + [sym_variable_definition] = STATE(2459), + [sym_buffer_definition] = STATE(2459), + [sym_query_definition] = STATE(2459), + [sym_function_call_statement] = STATE(2459), + [sym_function_call] = STATE(5452), + [sym_if_statement] = STATE(2459), + [sym_label] = STATE(6535), + [sym_repeat_statement] = STATE(2459), + [sym_procedure_statement] = STATE(2459), + [sym_procedure_parameter_definition] = STATE(2459), + [sym_function_statement] = STATE(2459), + [sym_return_statement] = STATE(2459), + [sym_interface_statement] = STATE(2459), + [sym_dataset_definition] = STATE(2459), + [sym_using_statement] = STATE(2459), + [sym_class_statement] = STATE(2459), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5294), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2459), + [sym_input_close_statement] = STATE(2459), + [sym_output_close_statement] = STATE(2459), + [sym__stream_statement] = STATE(2459), + [sym_input_stream_statement] = STATE(2460), + [sym_output_stream_statement] = STATE(2460), + [sym_do_block] = STATE(2070), + [sym_case_statement] = STATE(2459), + [sym_for_statement] = STATE(2459), + [sym_find_statement] = STATE(2459), + [sym_abl_statement] = STATE(2459), + [sym_assign_statement] = STATE(2459), + [sym_catch_statement] = STATE(2459), + [sym_finally_statement] = STATE(2459), + [sym_accumulate_statement] = STATE(2459), + [sym_undo_statement] = STATE(2459), + [sym_error_scope_statement] = STATE(2459), + [sym_workfile_definition] = STATE(2459), + [sym_temp_table_definition] = STATE(2459), + [sym_on_statement] = STATE(2459), + [sym_prompt_for_statement] = STATE(2459), + [sym_var_statement] = STATE(2459), + [sym_button_definition] = STATE(2459), + [sym_run_statement] = STATE(2459), + [sym_enum_statement] = STATE(2459), + [sym__statement] = STATE(2384), + [sym_identifier] = ACTIONS(543), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(497), - [aux_sym_class_type_token1] = ACTIONS(499), + [aux_sym_input_expression_token1] = ACTIONS(545), + [aux_sym_class_type_token1] = ACTIONS(547), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(501), - [aux_sym_variable_definition_token2] = ACTIONS(501), - [aux_sym_buffer_definition_token2] = ACTIONS(503), - [aux_sym_return_type_token2] = ACTIONS(505), - [aux_sym_argument_mode_token1] = ACTIONS(507), - [aux_sym_if_statement_token1] = ACTIONS(509), - [aux_sym_repeat_statement_token1] = ACTIONS(511), - [aux_sym__procedure_terminator_token1] = ACTIONS(513), - [aux_sym__function_terminator_token1] = ACTIONS(515), - [aux_sym_interface_statement_token1] = ACTIONS(517), - [aux_sym_using_statement_token1] = ACTIONS(519), - [aux_sym_on_error_phrase_token1] = ACTIONS(521), - [aux_sym_on_error_phrase_token3] = ACTIONS(523), - [aux_sym_do_block_token1] = ACTIONS(525), - [aux_sym__case_terminator_token1] = ACTIONS(527), - [aux_sym_find_statement_token1] = ACTIONS(529), - [aux_sym_assign_statement_token1] = ACTIONS(531), - [aux_sym_catch_statement_token1] = ACTIONS(533), - [aux_sym_finally_statement_token1] = ACTIONS(535), - [aux_sym_accumulate_statement_token1] = ACTIONS(537), - [aux_sym_error_scope_statement_token1] = ACTIONS(539), - [aux_sym_error_scope_statement_token2] = ACTIONS(539), - [aux_sym_prompt_for_statement_token1] = ACTIONS(541), - [aux_sym_var_statement_token1] = ACTIONS(543), - [aux_sym_run_statement_token1] = ACTIONS(545), - [aux_sym_enum_definition_token1] = ACTIONS(547), + [aux_sym_variable_definition_token1] = ACTIONS(549), + [aux_sym_variable_definition_token2] = ACTIONS(549), + [aux_sym_buffer_definition_token2] = ACTIONS(551), + [aux_sym_return_type_token2] = ACTIONS(553), + [aux_sym_argument_mode_token1] = ACTIONS(555), + [aux_sym_if_statement_token1] = ACTIONS(557), + [aux_sym_repeat_statement_token1] = ACTIONS(559), + [aux_sym__procedure_terminator_token1] = ACTIONS(561), + [aux_sym__function_terminator_token1] = ACTIONS(563), + [aux_sym_interface_statement_token1] = ACTIONS(565), + [aux_sym_using_statement_token1] = ACTIONS(567), + [aux_sym_on_error_phrase_token1] = ACTIONS(569), + [aux_sym_on_error_phrase_token3] = ACTIONS(571), + [aux_sym_do_block_token1] = ACTIONS(573), + [aux_sym__case_terminator_token1] = ACTIONS(575), + [aux_sym_find_statement_token1] = ACTIONS(577), + [aux_sym_assign_statement_token1] = ACTIONS(579), + [aux_sym_catch_statement_token1] = ACTIONS(581), + [aux_sym_finally_statement_token1] = ACTIONS(583), + [aux_sym_accumulate_statement_token1] = ACTIONS(585), + [aux_sym_error_scope_statement_token1] = ACTIONS(587), + [aux_sym_error_scope_statement_token2] = ACTIONS(587), + [aux_sym_prompt_for_statement_token1] = ACTIONS(589), + [aux_sym_var_statement_token1] = ACTIONS(591), + [aux_sym_run_statement_token1] = ACTIONS(593), + [aux_sym_enum_definition_token1] = ACTIONS(595), }, [66] = { [sym_comment] = STATE(66), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2459), + [sym_array_access] = STATE(6225), [sym_include] = STATE(66), - [sym_assignment] = STATE(7104), - [sym_variable_assignment] = STATE(5296), - [sym_variable_definition] = STATE(5296), - [sym_buffer_definition] = STATE(5296), - [sym_query_definition] = STATE(5296), - [sym_function_call_statement] = STATE(5296), - [sym_function_call] = STATE(4843), - [sym_if_statement] = STATE(5296), - [sym_label] = STATE(5698), - [sym_repeat_statement] = STATE(5296), - [sym_procedure_statement] = STATE(5296), - [sym_procedure_parameter_definition] = STATE(5296), - [sym_function_statement] = STATE(5296), - [sym_return_statement] = STATE(5296), - [sym_interface_statement] = STATE(5296), - [sym_dataset_definition] = STATE(5296), - [sym_using_statement] = STATE(5296), - [sym_class_statement] = STATE(5296), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(5296), - [sym_input_close_statement] = STATE(5296), - [sym_output_close_statement] = STATE(5296), - [sym__stream_statement] = STATE(5296), - [sym_input_stream_statement] = STATE(5295), - [sym_output_stream_statement] = STATE(5295), - [sym_do_block] = STATE(5636), - [sym__case_branch_body] = STATE(6815), - [sym_case_statement] = STATE(5296), - [sym_for_statement] = STATE(5296), - [sym_find_statement] = STATE(5296), - [sym_abl_statement] = STATE(5296), - [sym_assign_statement] = STATE(5296), - [sym_catch_statement] = STATE(5296), - [sym_finally_statement] = STATE(5296), - [sym_accumulate_statement] = STATE(5296), - [sym_undo_statement] = STATE(5296), - [sym_error_scope_statement] = STATE(5296), - [sym_workfile_definition] = STATE(5296), - [sym_temp_table_definition] = STATE(5296), - [sym_on_statement] = STATE(5296), - [sym_prompt_for_statement] = STATE(5296), - [sym_var_statement] = STATE(5296), - [sym_button_definition] = STATE(5296), - [sym_run_statement] = STATE(5296), - [sym_enum_statement] = STATE(5296), - [sym__statement] = STATE(5632), - [sym_identifier] = ACTIONS(495), + [sym_assignment] = STATE(7277), + [sym_variable_assignment] = STATE(2459), + [sym_variable_definition] = STATE(2459), + [sym_buffer_definition] = STATE(2459), + [sym_query_definition] = STATE(2459), + [sym_function_call_statement] = STATE(2459), + [sym_function_call] = STATE(5452), + [sym_if_statement] = STATE(2459), + [sym_label] = STATE(6535), + [sym_repeat_statement] = STATE(2459), + [sym_procedure_statement] = STATE(2459), + [sym_procedure_parameter_definition] = STATE(2459), + [sym_function_statement] = STATE(2459), + [sym_return_statement] = STATE(2459), + [sym_interface_statement] = STATE(2459), + [sym_dataset_definition] = STATE(2459), + [sym_using_statement] = STATE(2459), + [sym_class_statement] = STATE(2459), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5294), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2459), + [sym_input_close_statement] = STATE(2459), + [sym_output_close_statement] = STATE(2459), + [sym__stream_statement] = STATE(2459), + [sym_input_stream_statement] = STATE(2460), + [sym_output_stream_statement] = STATE(2460), + [sym_do_block] = STATE(1964), + [sym_case_statement] = STATE(2459), + [sym_for_statement] = STATE(2459), + [sym_find_statement] = STATE(2459), + [sym_abl_statement] = STATE(2459), + [sym_assign_statement] = STATE(2459), + [sym_catch_statement] = STATE(2459), + [sym_finally_statement] = STATE(2459), + [sym_accumulate_statement] = STATE(2459), + [sym_undo_statement] = STATE(2459), + [sym_error_scope_statement] = STATE(2459), + [sym_workfile_definition] = STATE(2459), + [sym_temp_table_definition] = STATE(2459), + [sym_on_statement] = STATE(2459), + [sym_prompt_for_statement] = STATE(2459), + [sym_var_statement] = STATE(2459), + [sym_button_definition] = STATE(2459), + [sym_run_statement] = STATE(2459), + [sym_enum_statement] = STATE(2459), + [sym__statement] = STATE(1963), + [sym_identifier] = ACTIONS(543), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(497), - [aux_sym_class_type_token1] = ACTIONS(499), + [aux_sym_input_expression_token1] = ACTIONS(545), + [aux_sym_class_type_token1] = ACTIONS(547), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(501), - [aux_sym_variable_definition_token2] = ACTIONS(501), - [aux_sym_buffer_definition_token2] = ACTIONS(503), - [aux_sym_return_type_token2] = ACTIONS(505), - [aux_sym_argument_mode_token1] = ACTIONS(507), - [aux_sym_if_statement_token1] = ACTIONS(509), - [aux_sym_repeat_statement_token1] = ACTIONS(511), - [aux_sym__procedure_terminator_token1] = ACTIONS(513), - [aux_sym__function_terminator_token1] = ACTIONS(515), - [aux_sym_interface_statement_token1] = ACTIONS(517), - [aux_sym_using_statement_token1] = ACTIONS(519), - [aux_sym_on_error_phrase_token1] = ACTIONS(521), - [aux_sym_on_error_phrase_token3] = ACTIONS(523), - [aux_sym_do_block_token1] = ACTIONS(525), - [aux_sym__case_terminator_token1] = ACTIONS(527), - [aux_sym_find_statement_token1] = ACTIONS(529), - [aux_sym_assign_statement_token1] = ACTIONS(531), - [aux_sym_catch_statement_token1] = ACTIONS(533), - [aux_sym_finally_statement_token1] = ACTIONS(535), - [aux_sym_accumulate_statement_token1] = ACTIONS(537), - [aux_sym_error_scope_statement_token1] = ACTIONS(539), - [aux_sym_error_scope_statement_token2] = ACTIONS(539), - [aux_sym_prompt_for_statement_token1] = ACTIONS(541), - [aux_sym_var_statement_token1] = ACTIONS(543), - [aux_sym_run_statement_token1] = ACTIONS(545), - [aux_sym_enum_definition_token1] = ACTIONS(547), + [aux_sym_variable_definition_token1] = ACTIONS(549), + [aux_sym_variable_definition_token2] = ACTIONS(549), + [aux_sym_buffer_definition_token2] = ACTIONS(551), + [aux_sym_return_type_token2] = ACTIONS(553), + [aux_sym_argument_mode_token1] = ACTIONS(555), + [aux_sym_if_statement_token1] = ACTIONS(597), + [aux_sym_repeat_statement_token1] = ACTIONS(559), + [aux_sym__procedure_terminator_token1] = ACTIONS(561), + [aux_sym__function_terminator_token1] = ACTIONS(563), + [aux_sym_interface_statement_token1] = ACTIONS(565), + [aux_sym_using_statement_token1] = ACTIONS(567), + [aux_sym_on_error_phrase_token1] = ACTIONS(569), + [aux_sym_on_error_phrase_token3] = ACTIONS(571), + [aux_sym_do_block_token1] = ACTIONS(573), + [aux_sym__case_terminator_token1] = ACTIONS(575), + [aux_sym_find_statement_token1] = ACTIONS(577), + [aux_sym_assign_statement_token1] = ACTIONS(579), + [aux_sym_catch_statement_token1] = ACTIONS(581), + [aux_sym_finally_statement_token1] = ACTIONS(583), + [aux_sym_accumulate_statement_token1] = ACTIONS(585), + [aux_sym_error_scope_statement_token1] = ACTIONS(587), + [aux_sym_error_scope_statement_token2] = ACTIONS(587), + [aux_sym_prompt_for_statement_token1] = ACTIONS(589), + [aux_sym_var_statement_token1] = ACTIONS(591), + [aux_sym_run_statement_token1] = ACTIONS(593), + [aux_sym_enum_definition_token1] = ACTIONS(595), }, [67] = { [sym_comment] = STATE(67), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), [sym_include] = STATE(67), - [sym_assignment] = STATE(7104), - [sym_variable_assignment] = STATE(5296), - [sym_variable_definition] = STATE(5296), - [sym_buffer_definition] = STATE(5296), - [sym_query_definition] = STATE(5296), - [sym_function_call_statement] = STATE(5296), - [sym_function_call] = STATE(4843), - [sym_if_statement] = STATE(5296), - [sym_label] = STATE(5698), - [sym_repeat_statement] = STATE(5296), - [sym_procedure_statement] = STATE(5296), - [sym_procedure_parameter_definition] = STATE(5296), - [sym_function_statement] = STATE(5296), - [sym_return_statement] = STATE(5296), - [sym_interface_statement] = STATE(5296), - [sym_dataset_definition] = STATE(5296), - [sym_using_statement] = STATE(5296), - [sym_class_statement] = STATE(5296), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(5296), - [sym_input_close_statement] = STATE(5296), - [sym_output_close_statement] = STATE(5296), - [sym__stream_statement] = STATE(5296), - [sym_input_stream_statement] = STATE(5295), - [sym_output_stream_statement] = STATE(5295), - [sym_do_block] = STATE(5636), - [sym__case_branch_body] = STATE(5560), - [sym_case_statement] = STATE(5296), - [sym_for_statement] = STATE(5296), - [sym_find_statement] = STATE(5296), - [sym_abl_statement] = STATE(5296), - [sym_assign_statement] = STATE(5296), - [sym_catch_statement] = STATE(5296), - [sym_finally_statement] = STATE(5296), - [sym_accumulate_statement] = STATE(5296), - [sym_undo_statement] = STATE(5296), - [sym_error_scope_statement] = STATE(5296), - [sym_workfile_definition] = STATE(5296), - [sym_temp_table_definition] = STATE(5296), - [sym_on_statement] = STATE(5296), - [sym_prompt_for_statement] = STATE(5296), - [sym_var_statement] = STATE(5296), - [sym_button_definition] = STATE(5296), - [sym_run_statement] = STATE(5296), - [sym_enum_statement] = STATE(5296), - [sym__statement] = STATE(5632), - [sym_identifier] = ACTIONS(495), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(497), - [aux_sym_class_type_token1] = ACTIONS(499), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(501), - [aux_sym_variable_definition_token2] = ACTIONS(501), - [aux_sym_buffer_definition_token2] = ACTIONS(503), - [aux_sym_return_type_token2] = ACTIONS(505), - [aux_sym_argument_mode_token1] = ACTIONS(507), - [aux_sym_if_statement_token1] = ACTIONS(509), - [aux_sym_repeat_statement_token1] = ACTIONS(511), - [aux_sym__procedure_terminator_token1] = ACTIONS(513), - [aux_sym__function_terminator_token1] = ACTIONS(515), - [aux_sym_interface_statement_token1] = ACTIONS(517), - [aux_sym_using_statement_token1] = ACTIONS(519), - [aux_sym_on_error_phrase_token1] = ACTIONS(521), - [aux_sym_on_error_phrase_token3] = ACTIONS(523), - [aux_sym_do_block_token1] = ACTIONS(525), - [aux_sym__case_terminator_token1] = ACTIONS(527), - [aux_sym_find_statement_token1] = ACTIONS(529), - [aux_sym_assign_statement_token1] = ACTIONS(531), - [aux_sym_catch_statement_token1] = ACTIONS(533), - [aux_sym_finally_statement_token1] = ACTIONS(535), - [aux_sym_accumulate_statement_token1] = ACTIONS(537), - [aux_sym_error_scope_statement_token1] = ACTIONS(539), - [aux_sym_error_scope_statement_token2] = ACTIONS(539), - [aux_sym_prompt_for_statement_token1] = ACTIONS(541), - [aux_sym_var_statement_token1] = ACTIONS(543), - [aux_sym_run_statement_token1] = ACTIONS(545), - [aux_sym_enum_definition_token1] = ACTIONS(547), + [anon_sym_COLON] = ACTIONS(599), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(601), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(599), + [sym__terminator] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_RBRACK] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(599), + [anon_sym_RPAREN] = ACTIONS(599), + [anon_sym_EQ] = ACTIONS(599), + [aux_sym_unary_expression_token2] = ACTIONS(599), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [aux_sym__multiplicative_operator_token1] = ACTIONS(599), + [aux_sym__multiplicative_operator_token2] = ACTIONS(601), + [anon_sym_LT] = ACTIONS(601), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_LT_GT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(601), + [anon_sym_GT_EQ] = ACTIONS(599), + [aux_sym__comparison_operator_token1] = ACTIONS(599), + [aux_sym__comparison_operator_token2] = ACTIONS(599), + [aux_sym__comparison_operator_token3] = ACTIONS(599), + [aux_sym__comparison_operator_token4] = ACTIONS(599), + [aux_sym__comparison_operator_token5] = ACTIONS(599), + [aux_sym__comparison_operator_token6] = ACTIONS(599), + [aux_sym__comparison_operator_token7] = ACTIONS(599), + [aux_sym__comparison_operator_token8] = ACTIONS(599), + [aux_sym__comparison_operator_token9] = ACTIONS(599), + [aux_sym_when_expression_token1] = ACTIONS(599), + [aux_sym_variable_tuning_token1] = ACTIONS(599), + [aux_sym_variable_tuning_token2] = ACTIONS(601), + [aux_sym_variable_tuning_token3] = ACTIONS(599), + [aux_sym_variable_tuning_token4] = ACTIONS(599), + [aux_sym_variable_tuning_token5] = ACTIONS(599), + [aux_sym_variable_tuning_token6] = ACTIONS(599), + [aux_sym_variable_tuning_token7] = ACTIONS(599), + [aux_sym_variable_tuning_token8] = ACTIONS(599), + [aux_sym_argument_tuning_token1] = ACTIONS(599), + [aux_sym_argument_tuning_token2] = ACTIONS(599), + [aux_sym_argument_tuning_token3] = ACTIONS(599), + [aux_sym_argument_tuning_token4] = ACTIONS(599), + [aux_sym_if_statement_token2] = ACTIONS(599), + [aux_sym_else_statement_token1] = ACTIONS(599), + [aux_sym_repeat_tuning_token1] = ACTIONS(599), + [anon_sym_NO_DASHERROR] = ACTIONS(603), + [aux_sym_input_stream_tuning_token1] = ACTIONS(599), + [aux_sym_input_stream_tuning_token2] = ACTIONS(599), + [aux_sym_input_stream_tuning_token3] = ACTIONS(599), + [aux_sym_input_stream_tuning_token4] = ACTIONS(599), + [aux_sym_input_stream_tuning_token5] = ACTIONS(599), + [aux_sym_input_stream_tuning_token6] = ACTIONS(599), + [aux_sym_input_stream_tuning_token7] = ACTIONS(599), + [aux_sym_input_stream_tuning_token8] = ACTIONS(599), + [aux_sym_input_stream_tuning_token9] = ACTIONS(599), + [aux_sym_input_stream_tuning_token11] = ACTIONS(599), + [aux_sym_output_stream_tuning_token1] = ACTIONS(599), + [aux_sym_output_stream_tuning_token2] = ACTIONS(599), + [aux_sym_output_stream_tuning_token3] = ACTIONS(599), + [aux_sym_output_stream_tuning_token4] = ACTIONS(599), + [aux_sym_output_stream_tuning_token5] = ACTIONS(599), + [aux_sym_output_stream_tuning_token6] = ACTIONS(599), + [aux_sym_output_stream_tuning_token7] = ACTIONS(599), + [aux_sym_output_stream_statement_token1] = ACTIONS(599), + [aux_sym_on_error_phrase_token1] = ACTIONS(599), + [aux_sym_stop_after_phrase_token1] = ACTIONS(599), + [aux_sym_do_tuning_token1] = ACTIONS(599), + [aux_sym_of_token1] = ACTIONS(599), + [aux_sym_field_option_token1] = ACTIONS(599), + [aux_sym_field_option_token2] = ACTIONS(599), + [aux_sym_field_option_token3] = ACTIONS(599), + [aux_sym_field_option_token4] = ACTIONS(599), + [aux_sym_field_option_token5] = ACTIONS(599), + [aux_sym_field_option_token6] = ACTIONS(599), + [aux_sym_field_definition_token1] = ACTIONS(599), + [aux_sym_index_definition_token1] = ACTIONS(599), + [aux_sym_of_phrase_token1] = ACTIONS(599), + [aux_sym_of_phrase_token2] = ACTIONS(599), + [sym__namecolon] = ACTIONS(599), + [sym__or_operator] = ACTIONS(599), + [sym__and_operator] = ACTIONS(599), }, [68] = { [sym_comment] = STATE(68), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), [sym_include] = STATE(68), - [sym_assignment] = STATE(6676), - [sym_variable_assignment] = STATE(2012), - [sym_variable_definition] = STATE(2012), - [sym_buffer_definition] = STATE(2012), - [sym_query_definition] = STATE(2012), - [sym_function_call_statement] = STATE(2012), - [sym_function_call] = STATE(4820), - [sym_if_statement] = STATE(2012), - [sym_label] = STATE(5769), - [sym_repeat_statement] = STATE(2012), - [sym_procedure_statement] = STATE(2012), - [sym_procedure_parameter_definition] = STATE(2012), - [sym_function_statement] = STATE(2012), - [sym_return_statement] = STATE(2012), - [sym_interface_statement] = STATE(2012), - [sym_dataset_definition] = STATE(2012), - [sym_using_statement] = STATE(2012), - [sym_class_statement] = STATE(2012), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2012), - [sym_input_close_statement] = STATE(2012), - [sym_output_close_statement] = STATE(2012), - [sym__stream_statement] = STATE(2012), - [sym_input_stream_statement] = STATE(2013), - [sym_output_stream_statement] = STATE(2013), - [sym_do_block] = STATE(1574), - [sym_case_statement] = STATE(2012), - [sym_for_statement] = STATE(2012), - [sym_find_statement] = STATE(2012), - [sym_abl_statement] = STATE(2012), - [sym_assign_statement] = STATE(2012), - [sym_catch_statement] = STATE(2012), - [sym_finally_statement] = STATE(2012), - [sym_accumulate_statement] = STATE(2012), - [sym_undo_statement] = STATE(2012), - [sym_error_scope_statement] = STATE(2012), - [sym_workfile_definition] = STATE(2012), - [sym_temp_table_definition] = STATE(2012), - [sym_on_statement] = STATE(2012), - [sym_prompt_for_statement] = STATE(2012), - [sym_var_statement] = STATE(2012), - [sym_button_definition] = STATE(2012), - [sym_run_statement] = STATE(2012), - [sym_enum_statement] = STATE(2012), - [sym__statement] = STATE(1573), - [sym_identifier] = ACTIONS(549), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(551), - [aux_sym_class_type_token1] = ACTIONS(553), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(555), - [aux_sym_variable_definition_token2] = ACTIONS(555), - [aux_sym_buffer_definition_token2] = ACTIONS(557), - [aux_sym_return_type_token2] = ACTIONS(559), - [aux_sym_argument_mode_token1] = ACTIONS(561), - [aux_sym_if_statement_token1] = ACTIONS(563), - [aux_sym_repeat_statement_token1] = ACTIONS(565), - [aux_sym__procedure_terminator_token1] = ACTIONS(567), - [aux_sym__function_terminator_token1] = ACTIONS(569), - [aux_sym_interface_statement_token1] = ACTIONS(571), - [aux_sym_using_statement_token1] = ACTIONS(573), - [aux_sym_on_error_phrase_token1] = ACTIONS(575), - [aux_sym_on_error_phrase_token3] = ACTIONS(577), - [aux_sym_do_block_token1] = ACTIONS(579), - [aux_sym__case_terminator_token1] = ACTIONS(581), - [aux_sym_find_statement_token1] = ACTIONS(583), - [aux_sym_assign_statement_token1] = ACTIONS(585), - [aux_sym_catch_statement_token1] = ACTIONS(587), - [aux_sym_finally_statement_token1] = ACTIONS(589), - [aux_sym_accumulate_statement_token1] = ACTIONS(591), - [aux_sym_error_scope_statement_token1] = ACTIONS(593), - [aux_sym_error_scope_statement_token2] = ACTIONS(593), - [aux_sym_prompt_for_statement_token1] = ACTIONS(595), - [aux_sym_var_statement_token1] = ACTIONS(597), - [aux_sym_run_statement_token1] = ACTIONS(599), - [aux_sym_enum_definition_token1] = ACTIONS(601), + [anon_sym_COLON] = ACTIONS(121), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(121), + [sym__terminator] = ACTIONS(121), + [anon_sym_COMMA] = ACTIONS(121), + [anon_sym_RBRACK] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(121), + [anon_sym_RPAREN] = ACTIONS(121), + [anon_sym_EQ] = ACTIONS(121), + [aux_sym_unary_expression_token2] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(121), + [anon_sym_DASH] = ACTIONS(121), + [aux_sym__multiplicative_operator_token1] = ACTIONS(121), + [aux_sym__multiplicative_operator_token2] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_LT_GT] = ACTIONS(121), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_GT_EQ] = ACTIONS(121), + [aux_sym__comparison_operator_token1] = ACTIONS(121), + [aux_sym__comparison_operator_token2] = ACTIONS(121), + [aux_sym__comparison_operator_token3] = ACTIONS(121), + [aux_sym__comparison_operator_token4] = ACTIONS(121), + [aux_sym__comparison_operator_token5] = ACTIONS(121), + [aux_sym__comparison_operator_token6] = ACTIONS(121), + [aux_sym__comparison_operator_token7] = ACTIONS(121), + [aux_sym__comparison_operator_token8] = ACTIONS(121), + [aux_sym__comparison_operator_token9] = ACTIONS(121), + [aux_sym_when_expression_token1] = ACTIONS(121), + [aux_sym_variable_tuning_token1] = ACTIONS(121), + [aux_sym_variable_tuning_token2] = ACTIONS(123), + [aux_sym_variable_tuning_token3] = ACTIONS(121), + [aux_sym_variable_tuning_token4] = ACTIONS(121), + [aux_sym_variable_tuning_token5] = ACTIONS(121), + [aux_sym_variable_tuning_token6] = ACTIONS(121), + [aux_sym_variable_tuning_token7] = ACTIONS(121), + [aux_sym_variable_tuning_token8] = ACTIONS(121), + [aux_sym_argument_tuning_token1] = ACTIONS(121), + [aux_sym_argument_tuning_token2] = ACTIONS(121), + [aux_sym_argument_tuning_token3] = ACTIONS(121), + [aux_sym_argument_tuning_token4] = ACTIONS(121), + [aux_sym_if_statement_token2] = ACTIONS(121), + [aux_sym_else_statement_token1] = ACTIONS(121), + [aux_sym_repeat_tuning_token1] = ACTIONS(121), + [anon_sym_NO_DASHERROR] = ACTIONS(121), + [aux_sym_input_stream_tuning_token1] = ACTIONS(121), + [aux_sym_input_stream_tuning_token2] = ACTIONS(121), + [aux_sym_input_stream_tuning_token3] = ACTIONS(121), + [aux_sym_input_stream_tuning_token4] = ACTIONS(121), + [aux_sym_input_stream_tuning_token5] = ACTIONS(121), + [aux_sym_input_stream_tuning_token6] = ACTIONS(121), + [aux_sym_input_stream_tuning_token7] = ACTIONS(121), + [aux_sym_input_stream_tuning_token8] = ACTIONS(121), + [aux_sym_input_stream_tuning_token9] = ACTIONS(121), + [aux_sym_input_stream_tuning_token11] = ACTIONS(121), + [aux_sym_output_stream_tuning_token1] = ACTIONS(121), + [aux_sym_output_stream_tuning_token2] = ACTIONS(121), + [aux_sym_output_stream_tuning_token3] = ACTIONS(121), + [aux_sym_output_stream_tuning_token4] = ACTIONS(121), + [aux_sym_output_stream_tuning_token5] = ACTIONS(121), + [aux_sym_output_stream_tuning_token6] = ACTIONS(121), + [aux_sym_output_stream_tuning_token7] = ACTIONS(121), + [aux_sym_output_stream_statement_token1] = ACTIONS(121), + [aux_sym_on_error_phrase_token1] = ACTIONS(121), + [aux_sym_stop_after_phrase_token1] = ACTIONS(121), + [aux_sym_do_tuning_token1] = ACTIONS(121), + [aux_sym_of_token1] = ACTIONS(121), + [aux_sym_field_option_token1] = ACTIONS(121), + [aux_sym_field_option_token2] = ACTIONS(121), + [aux_sym_field_option_token3] = ACTIONS(121), + [aux_sym_field_option_token4] = ACTIONS(121), + [aux_sym_field_option_token5] = ACTIONS(121), + [aux_sym_field_option_token6] = ACTIONS(121), + [aux_sym_field_definition_token1] = ACTIONS(121), + [aux_sym_index_definition_token1] = ACTIONS(121), + [aux_sym_of_phrase_token1] = ACTIONS(121), + [aux_sym_of_phrase_token2] = ACTIONS(121), + [sym__namecolon] = ACTIONS(121), + [sym__or_operator] = ACTIONS(121), + [sym__and_operator] = ACTIONS(121), }, [69] = { [sym_comment] = STATE(69), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2112), + [sym_array_access] = STATE(6225), [sym_include] = STATE(69), - [sym_assignment] = STATE(6676), - [sym_variable_assignment] = STATE(2012), - [sym_variable_definition] = STATE(2012), - [sym_buffer_definition] = STATE(2012), - [sym_query_definition] = STATE(2012), - [sym_function_call_statement] = STATE(2012), - [sym_function_call] = STATE(4820), - [sym_if_statement] = STATE(2012), - [sym_label] = STATE(5769), - [sym_repeat_statement] = STATE(2012), - [sym_procedure_statement] = STATE(2012), - [sym_procedure_parameter_definition] = STATE(2012), - [sym_function_statement] = STATE(2012), - [sym_return_statement] = STATE(2012), - [sym_interface_statement] = STATE(2012), - [sym_dataset_definition] = STATE(2012), - [sym_using_statement] = STATE(2012), - [sym_class_statement] = STATE(2012), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2012), - [sym_input_close_statement] = STATE(2012), - [sym_output_close_statement] = STATE(2012), - [sym__stream_statement] = STATE(2012), - [sym_input_stream_statement] = STATE(2013), - [sym_output_stream_statement] = STATE(2013), - [sym_do_block] = STATE(1545), - [sym_case_statement] = STATE(2012), - [sym_for_statement] = STATE(2012), - [sym_find_statement] = STATE(2012), - [sym_abl_statement] = STATE(2012), - [sym_assign_statement] = STATE(2012), - [sym_catch_statement] = STATE(2012), - [sym_finally_statement] = STATE(2012), - [sym_accumulate_statement] = STATE(2012), - [sym_undo_statement] = STATE(2012), - [sym_error_scope_statement] = STATE(2012), - [sym_workfile_definition] = STATE(2012), - [sym_temp_table_definition] = STATE(2012), - [sym_on_statement] = STATE(2012), - [sym_prompt_for_statement] = STATE(2012), - [sym_var_statement] = STATE(2012), - [sym_button_definition] = STATE(2012), - [sym_run_statement] = STATE(2012), - [sym_enum_statement] = STATE(2012), - [sym__statement] = STATE(1547), - [sym_identifier] = ACTIONS(549), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(551), - [aux_sym_class_type_token1] = ACTIONS(553), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(555), - [aux_sym_variable_definition_token2] = ACTIONS(555), - [aux_sym_buffer_definition_token2] = ACTIONS(557), - [aux_sym_return_type_token2] = ACTIONS(559), - [aux_sym_argument_mode_token1] = ACTIONS(561), - [aux_sym_if_statement_token1] = ACTIONS(563), - [aux_sym_repeat_statement_token1] = ACTIONS(565), - [aux_sym__procedure_terminator_token1] = ACTIONS(567), - [aux_sym__function_terminator_token1] = ACTIONS(569), - [aux_sym_interface_statement_token1] = ACTIONS(571), - [aux_sym_using_statement_token1] = ACTIONS(573), - [aux_sym_on_error_phrase_token1] = ACTIONS(575), - [aux_sym_on_error_phrase_token3] = ACTIONS(577), - [aux_sym_do_block_token1] = ACTIONS(579), - [aux_sym__case_terminator_token1] = ACTIONS(581), - [aux_sym_find_statement_token1] = ACTIONS(583), - [aux_sym_assign_statement_token1] = ACTIONS(585), - [aux_sym_catch_statement_token1] = ACTIONS(587), - [aux_sym_finally_statement_token1] = ACTIONS(589), - [aux_sym_accumulate_statement_token1] = ACTIONS(591), - [aux_sym_error_scope_statement_token1] = ACTIONS(593), - [aux_sym_error_scope_statement_token2] = ACTIONS(593), - [aux_sym_prompt_for_statement_token1] = ACTIONS(595), - [aux_sym_var_statement_token1] = ACTIONS(597), - [aux_sym_run_statement_token1] = ACTIONS(599), - [aux_sym_enum_definition_token1] = ACTIONS(601), - }, - [70] = { - [sym_comment] = STATE(70), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(70), - [sym_assignment] = STATE(6676), - [sym_variable_assignment] = STATE(2012), - [sym_variable_definition] = STATE(2012), - [sym_buffer_definition] = STATE(2012), - [sym_query_definition] = STATE(2012), - [sym_function_call_statement] = STATE(2012), - [sym_function_call] = STATE(4820), - [sym_if_statement] = STATE(2012), - [sym_label] = STATE(5769), - [sym_repeat_statement] = STATE(2012), - [sym_procedure_statement] = STATE(2012), - [sym_procedure_parameter_definition] = STATE(2012), - [sym_function_statement] = STATE(2012), - [sym_return_statement] = STATE(2012), - [sym_interface_statement] = STATE(2012), - [sym_dataset_definition] = STATE(2012), - [sym_using_statement] = STATE(2012), - [sym_class_statement] = STATE(2012), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2012), - [sym_input_close_statement] = STATE(2012), - [sym_output_close_statement] = STATE(2012), - [sym__stream_statement] = STATE(2012), - [sym_input_stream_statement] = STATE(2013), - [sym_output_stream_statement] = STATE(2013), - [sym_do_block] = STATE(2071), - [sym_case_statement] = STATE(2012), - [sym_for_statement] = STATE(2012), - [sym_find_statement] = STATE(2012), - [sym_abl_statement] = STATE(2012), - [sym_assign_statement] = STATE(2012), - [sym_catch_statement] = STATE(2012), - [sym_finally_statement] = STATE(2012), - [sym_accumulate_statement] = STATE(2012), - [sym_undo_statement] = STATE(2012), - [sym_error_scope_statement] = STATE(2012), - [sym_workfile_definition] = STATE(2012), - [sym_temp_table_definition] = STATE(2012), - [sym_on_statement] = STATE(2012), - [sym_prompt_for_statement] = STATE(2012), - [sym_var_statement] = STATE(2012), - [sym_button_definition] = STATE(2012), - [sym_run_statement] = STATE(2012), - [sym_enum_statement] = STATE(2012), - [sym__statement] = STATE(2070), - [sym_identifier] = ACTIONS(549), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(551), - [aux_sym_class_type_token1] = ACTIONS(553), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(555), - [aux_sym_variable_definition_token2] = ACTIONS(555), - [aux_sym_buffer_definition_token2] = ACTIONS(557), - [aux_sym_return_type_token2] = ACTIONS(559), - [aux_sym_argument_mode_token1] = ACTIONS(561), - [aux_sym_if_statement_token1] = ACTIONS(603), - [aux_sym_repeat_statement_token1] = ACTIONS(565), - [aux_sym__procedure_terminator_token1] = ACTIONS(567), - [aux_sym__function_terminator_token1] = ACTIONS(569), - [aux_sym_interface_statement_token1] = ACTIONS(571), - [aux_sym_using_statement_token1] = ACTIONS(573), - [aux_sym_on_error_phrase_token1] = ACTIONS(575), - [aux_sym_on_error_phrase_token3] = ACTIONS(577), - [aux_sym_do_block_token1] = ACTIONS(579), - [aux_sym__case_terminator_token1] = ACTIONS(581), - [aux_sym_find_statement_token1] = ACTIONS(583), - [aux_sym_assign_statement_token1] = ACTIONS(585), - [aux_sym_catch_statement_token1] = ACTIONS(587), - [aux_sym_finally_statement_token1] = ACTIONS(589), - [aux_sym_accumulate_statement_token1] = ACTIONS(591), - [aux_sym_error_scope_statement_token1] = ACTIONS(593), - [aux_sym_error_scope_statement_token2] = ACTIONS(593), - [aux_sym_prompt_for_statement_token1] = ACTIONS(595), - [aux_sym_var_statement_token1] = ACTIONS(597), - [aux_sym_run_statement_token1] = ACTIONS(599), - [aux_sym_enum_definition_token1] = ACTIONS(601), - }, - [71] = { - [sym_comment] = STATE(71), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(71), - [sym_assignment] = STATE(6991), - [sym_variable_assignment] = STATE(1959), - [sym_variable_definition] = STATE(1959), - [sym_buffer_definition] = STATE(1959), - [sym_query_definition] = STATE(1959), - [sym_function_call_statement] = STATE(1959), - [sym_function_call] = STATE(4882), - [sym_if_statement] = STATE(1959), - [sym_label] = STATE(5740), - [sym_repeat_statement] = STATE(1959), - [sym_procedure_statement] = STATE(1959), - [sym_procedure_parameter_definition] = STATE(1959), - [sym_function_statement] = STATE(1959), - [sym_return_statement] = STATE(1959), - [sym_interface_statement] = STATE(1959), - [sym_dataset_definition] = STATE(1959), - [sym_using_statement] = STATE(1959), - [sym_class_statement] = STATE(1959), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(1959), - [sym_input_close_statement] = STATE(1959), - [sym_output_close_statement] = STATE(1959), - [sym__stream_statement] = STATE(1959), - [sym_input_stream_statement] = STATE(1958), - [sym_output_stream_statement] = STATE(1958), - [sym_do_block] = STATE(1553), - [sym_case_statement] = STATE(1959), - [sym_for_statement] = STATE(1959), - [sym_find_statement] = STATE(1959), - [sym_abl_statement] = STATE(1959), - [sym_assign_statement] = STATE(1959), - [sym_catch_statement] = STATE(1959), - [sym_finally_statement] = STATE(1959), - [sym_accumulate_statement] = STATE(1959), - [sym_undo_statement] = STATE(1959), - [sym_error_scope_statement] = STATE(1959), - [sym_workfile_definition] = STATE(1959), - [sym_temp_table_definition] = STATE(1959), - [sym_on_statement] = STATE(1959), - [sym_prompt_for_statement] = STATE(1959), - [sym_var_statement] = STATE(1959), - [sym_button_definition] = STATE(1959), - [sym_run_statement] = STATE(1959), - [sym_enum_statement] = STATE(1959), - [sym__statement] = STATE(1533), + [sym_assignment] = STATE(7515), + [sym_variable_assignment] = STATE(2112), + [sym_variable_definition] = STATE(2112), + [sym_buffer_definition] = STATE(2112), + [sym_query_definition] = STATE(2112), + [sym_function_call_statement] = STATE(2112), + [sym_function_call] = STATE(5451), + [sym_if_statement] = STATE(2112), + [sym_label] = STATE(6367), + [sym_repeat_statement] = STATE(2112), + [sym_procedure_statement] = STATE(2112), + [sym_procedure_parameter_definition] = STATE(2112), + [sym_function_statement] = STATE(2112), + [sym_return_statement] = STATE(2112), + [sym_interface_statement] = STATE(2112), + [sym_dataset_definition] = STATE(2112), + [sym_using_statement] = STATE(2112), + [sym_class_statement] = STATE(2112), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5268), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2112), + [sym_input_close_statement] = STATE(2112), + [sym_output_close_statement] = STATE(2112), + [sym__stream_statement] = STATE(2112), + [sym_input_stream_statement] = STATE(2113), + [sym_output_stream_statement] = STATE(2113), + [sym_do_block] = STATE(1954), + [sym_case_statement] = STATE(2112), + [sym_for_statement] = STATE(2112), + [sym_find_statement] = STATE(2112), + [sym_abl_statement] = STATE(2112), + [sym_assign_statement] = STATE(2112), + [sym_catch_statement] = STATE(2112), + [sym_finally_statement] = STATE(2112), + [sym_accumulate_statement] = STATE(2112), + [sym_undo_statement] = STATE(2112), + [sym_error_scope_statement] = STATE(2112), + [sym_workfile_definition] = STATE(2112), + [sym_temp_table_definition] = STATE(2112), + [sym_on_statement] = STATE(2112), + [sym_prompt_for_statement] = STATE(2112), + [sym_var_statement] = STATE(2112), + [sym_button_definition] = STATE(2112), + [sym_run_statement] = STATE(2112), + [sym_enum_statement] = STATE(2112), + [sym__statement] = STATE(1956), [sym_identifier] = ACTIONS(605), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53458,230 +56338,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_run_statement_token1] = ACTIONS(655), [aux_sym_enum_definition_token1] = ACTIONS(657), }, - [72] = { - [sym_comment] = STATE(72), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(72), - [sym_assignment] = STATE(6676), - [sym_variable_assignment] = STATE(2012), - [sym_variable_definition] = STATE(2012), - [sym_buffer_definition] = STATE(2012), - [sym_query_definition] = STATE(2012), - [sym_function_call_statement] = STATE(2012), - [sym_function_call] = STATE(4820), - [sym_if_statement] = STATE(2012), - [sym_label] = STATE(5769), - [sym_repeat_statement] = STATE(2012), - [sym_procedure_statement] = STATE(2012), - [sym_procedure_parameter_definition] = STATE(2012), - [sym_function_statement] = STATE(2012), - [sym_return_statement] = STATE(2012), - [sym_interface_statement] = STATE(2012), - [sym_dataset_definition] = STATE(2012), - [sym_using_statement] = STATE(2012), - [sym_class_statement] = STATE(2012), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(2012), - [sym_input_close_statement] = STATE(2012), - [sym_output_close_statement] = STATE(2012), - [sym__stream_statement] = STATE(2012), - [sym_input_stream_statement] = STATE(2013), - [sym_output_stream_statement] = STATE(2013), - [sym_do_block] = STATE(1544), - [sym_case_statement] = STATE(2012), - [sym_for_statement] = STATE(2012), - [sym_find_statement] = STATE(2012), - [sym_abl_statement] = STATE(2012), - [sym_assign_statement] = STATE(2012), - [sym_catch_statement] = STATE(2012), - [sym_finally_statement] = STATE(2012), - [sym_accumulate_statement] = STATE(2012), - [sym_undo_statement] = STATE(2012), - [sym_error_scope_statement] = STATE(2012), - [sym_workfile_definition] = STATE(2012), - [sym_temp_table_definition] = STATE(2012), - [sym_on_statement] = STATE(2012), - [sym_prompt_for_statement] = STATE(2012), - [sym_var_statement] = STATE(2012), - [sym_button_definition] = STATE(2012), - [sym_run_statement] = STATE(2012), - [sym_enum_statement] = STATE(2012), - [sym__statement] = STATE(1543), - [sym_identifier] = ACTIONS(549), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(551), - [aux_sym_class_type_token1] = ACTIONS(553), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(555), - [aux_sym_variable_definition_token2] = ACTIONS(555), - [aux_sym_buffer_definition_token2] = ACTIONS(557), - [aux_sym_return_type_token2] = ACTIONS(559), - [aux_sym_argument_mode_token1] = ACTIONS(561), - [aux_sym_if_statement_token1] = ACTIONS(563), - [aux_sym_repeat_statement_token1] = ACTIONS(565), - [aux_sym__procedure_terminator_token1] = ACTIONS(567), - [aux_sym__function_terminator_token1] = ACTIONS(569), - [aux_sym_interface_statement_token1] = ACTIONS(571), - [aux_sym_using_statement_token1] = ACTIONS(573), - [aux_sym_on_error_phrase_token1] = ACTIONS(575), - [aux_sym_on_error_phrase_token3] = ACTIONS(577), - [aux_sym_do_block_token1] = ACTIONS(579), - [aux_sym__case_terminator_token1] = ACTIONS(581), - [aux_sym_find_statement_token1] = ACTIONS(583), - [aux_sym_assign_statement_token1] = ACTIONS(585), - [aux_sym_catch_statement_token1] = ACTIONS(587), - [aux_sym_finally_statement_token1] = ACTIONS(589), - [aux_sym_accumulate_statement_token1] = ACTIONS(591), - [aux_sym_error_scope_statement_token1] = ACTIONS(593), - [aux_sym_error_scope_statement_token2] = ACTIONS(593), - [aux_sym_prompt_for_statement_token1] = ACTIONS(595), - [aux_sym_var_statement_token1] = ACTIONS(597), - [aux_sym_run_statement_token1] = ACTIONS(599), - [aux_sym_enum_definition_token1] = ACTIONS(601), - }, - [73] = { - [sym_comment] = STATE(73), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(73), - [sym_assignment] = STATE(7104), - [sym_variable_assignment] = STATE(5296), - [sym_variable_definition] = STATE(5296), - [sym_buffer_definition] = STATE(5296), - [sym_query_definition] = STATE(5296), - [sym_function_call_statement] = STATE(5296), - [sym_function_call] = STATE(4843), - [sym_if_statement] = STATE(5296), - [sym_label] = STATE(5698), - [sym_repeat_statement] = STATE(5296), - [sym_procedure_statement] = STATE(5296), - [sym_procedure_parameter_definition] = STATE(5296), - [sym_function_statement] = STATE(5296), - [sym_return_statement] = STATE(5296), - [sym_interface_statement] = STATE(5296), - [sym_dataset_definition] = STATE(5296), - [sym_using_statement] = STATE(5296), - [sym_class_statement] = STATE(5296), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(5296), - [sym_input_close_statement] = STATE(5296), - [sym_output_close_statement] = STATE(5296), - [sym__stream_statement] = STATE(5296), - [sym_input_stream_statement] = STATE(5295), - [sym_output_stream_statement] = STATE(5295), - [sym_do_block] = STATE(5064), - [sym_case_statement] = STATE(5296), - [sym_for_statement] = STATE(5296), - [sym_find_statement] = STATE(5296), - [sym_abl_statement] = STATE(5296), - [sym_assign_statement] = STATE(5296), - [sym_catch_statement] = STATE(5296), - [sym_finally_statement] = STATE(5296), - [sym_accumulate_statement] = STATE(5296), - [sym_undo_statement] = STATE(5296), - [sym_error_scope_statement] = STATE(5296), - [sym_workfile_definition] = STATE(5296), - [sym_temp_table_definition] = STATE(5296), - [sym_on_statement] = STATE(5296), - [sym_prompt_for_statement] = STATE(5296), - [sym_var_statement] = STATE(5296), - [sym_button_definition] = STATE(5296), - [sym_run_statement] = STATE(5296), - [sym_enum_statement] = STATE(5296), - [sym__statement] = STATE(5141), - [sym_identifier] = ACTIONS(495), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(497), - [aux_sym_class_type_token1] = ACTIONS(499), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(501), - [aux_sym_variable_definition_token2] = ACTIONS(501), - [aux_sym_buffer_definition_token2] = ACTIONS(503), - [aux_sym_return_type_token2] = ACTIONS(505), - [aux_sym_argument_mode_token1] = ACTIONS(507), - [aux_sym_if_statement_token1] = ACTIONS(659), - [aux_sym_repeat_statement_token1] = ACTIONS(511), - [aux_sym__procedure_terminator_token1] = ACTIONS(513), - [aux_sym__function_terminator_token1] = ACTIONS(515), - [aux_sym_interface_statement_token1] = ACTIONS(517), - [aux_sym_using_statement_token1] = ACTIONS(519), - [aux_sym_on_error_phrase_token1] = ACTIONS(521), - [aux_sym_on_error_phrase_token3] = ACTIONS(523), - [aux_sym_do_block_token1] = ACTIONS(525), - [aux_sym__case_terminator_token1] = ACTIONS(527), - [aux_sym_find_statement_token1] = ACTIONS(529), - [aux_sym_assign_statement_token1] = ACTIONS(531), - [aux_sym_catch_statement_token1] = ACTIONS(533), - [aux_sym_finally_statement_token1] = ACTIONS(535), - [aux_sym_accumulate_statement_token1] = ACTIONS(537), - [aux_sym_error_scope_statement_token1] = ACTIONS(539), - [aux_sym_error_scope_statement_token2] = ACTIONS(539), - [aux_sym_prompt_for_statement_token1] = ACTIONS(541), - [aux_sym_var_statement_token1] = ACTIONS(543), - [aux_sym_run_statement_token1] = ACTIONS(545), - [aux_sym_enum_definition_token1] = ACTIONS(547), - }, - [74] = { - [sym_comment] = STATE(74), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(74), - [sym_assignment] = STATE(6991), - [sym_variable_assignment] = STATE(1959), - [sym_variable_definition] = STATE(1959), - [sym_buffer_definition] = STATE(1959), - [sym_query_definition] = STATE(1959), - [sym_function_call_statement] = STATE(1959), - [sym_function_call] = STATE(4882), - [sym_if_statement] = STATE(1959), - [sym_label] = STATE(5740), - [sym_repeat_statement] = STATE(1959), - [sym_procedure_statement] = STATE(1959), - [sym_procedure_parameter_definition] = STATE(1959), - [sym_function_statement] = STATE(1959), - [sym_return_statement] = STATE(1959), - [sym_interface_statement] = STATE(1959), - [sym_dataset_definition] = STATE(1959), - [sym_using_statement] = STATE(1959), - [sym_class_statement] = STATE(1959), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(1959), - [sym_input_close_statement] = STATE(1959), - [sym_output_close_statement] = STATE(1959), - [sym__stream_statement] = STATE(1959), - [sym_input_stream_statement] = STATE(1958), - [sym_output_stream_statement] = STATE(1958), - [sym_do_block] = STATE(1561), - [sym_case_statement] = STATE(1959), - [sym_for_statement] = STATE(1959), - [sym_find_statement] = STATE(1959), - [sym_abl_statement] = STATE(1959), - [sym_assign_statement] = STATE(1959), - [sym_catch_statement] = STATE(1959), - [sym_finally_statement] = STATE(1959), - [sym_accumulate_statement] = STATE(1959), - [sym_undo_statement] = STATE(1959), - [sym_error_scope_statement] = STATE(1959), - [sym_workfile_definition] = STATE(1959), - [sym_temp_table_definition] = STATE(1959), - [sym_on_statement] = STATE(1959), - [sym_prompt_for_statement] = STATE(1959), - [sym_var_statement] = STATE(1959), - [sym_button_definition] = STATE(1959), - [sym_run_statement] = STATE(1959), - [sym_enum_statement] = STATE(1959), - [sym__statement] = STATE(1562), + [70] = { + [sym_comment] = STATE(70), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2112), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(70), + [sym_assignment] = STATE(7515), + [sym_variable_assignment] = STATE(2112), + [sym_variable_definition] = STATE(2112), + [sym_buffer_definition] = STATE(2112), + [sym_query_definition] = STATE(2112), + [sym_function_call_statement] = STATE(2112), + [sym_function_call] = STATE(5451), + [sym_if_statement] = STATE(2112), + [sym_label] = STATE(6367), + [sym_repeat_statement] = STATE(2112), + [sym_procedure_statement] = STATE(2112), + [sym_procedure_parameter_definition] = STATE(2112), + [sym_function_statement] = STATE(2112), + [sym_return_statement] = STATE(2112), + [sym_interface_statement] = STATE(2112), + [sym_dataset_definition] = STATE(2112), + [sym_using_statement] = STATE(2112), + [sym_class_statement] = STATE(2112), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5268), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2112), + [sym_input_close_statement] = STATE(2112), + [sym_output_close_statement] = STATE(2112), + [sym__stream_statement] = STATE(2112), + [sym_input_stream_statement] = STATE(2113), + [sym_output_stream_statement] = STATE(2113), + [sym_do_block] = STATE(2075), + [sym_case_statement] = STATE(2112), + [sym_for_statement] = STATE(2112), + [sym_find_statement] = STATE(2112), + [sym_abl_statement] = STATE(2112), + [sym_assign_statement] = STATE(2112), + [sym_catch_statement] = STATE(2112), + [sym_finally_statement] = STATE(2112), + [sym_accumulate_statement] = STATE(2112), + [sym_undo_statement] = STATE(2112), + [sym_error_scope_statement] = STATE(2112), + [sym_workfile_definition] = STATE(2112), + [sym_temp_table_definition] = STATE(2112), + [sym_on_statement] = STATE(2112), + [sym_prompt_for_statement] = STATE(2112), + [sym_var_statement] = STATE(2112), + [sym_button_definition] = STATE(2112), + [sym_run_statement] = STATE(2112), + [sym_enum_statement] = STATE(2112), + [sym__statement] = STATE(2076), [sym_identifier] = ACTIONS(605), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53694,7 +56403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_buffer_definition_token2] = ACTIONS(613), [aux_sym_return_type_token2] = ACTIONS(615), [aux_sym_argument_mode_token1] = ACTIONS(617), - [aux_sym_if_statement_token1] = ACTIONS(619), + [aux_sym_if_statement_token1] = ACTIONS(659), [aux_sym_repeat_statement_token1] = ACTIONS(621), [aux_sym__procedure_terminator_token1] = ACTIONS(623), [aux_sym__function_terminator_token1] = ACTIONS(625), @@ -53716,144 +56425,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_run_statement_token1] = ACTIONS(655), [aux_sym_enum_definition_token1] = ACTIONS(657), }, - [75] = { - [sym_comment] = STATE(75), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(75), - [sym_assignment] = STATE(7104), - [sym_variable_assignment] = STATE(5296), - [sym_variable_definition] = STATE(5296), - [sym_buffer_definition] = STATE(5296), - [sym_query_definition] = STATE(5296), - [sym_function_call_statement] = STATE(5296), - [sym_function_call] = STATE(4843), - [sym_if_statement] = STATE(5296), - [sym_label] = STATE(5698), - [sym_repeat_statement] = STATE(5296), - [sym_procedure_statement] = STATE(5296), - [sym_procedure_parameter_definition] = STATE(5296), - [sym_function_statement] = STATE(5296), - [sym_return_statement] = STATE(5296), - [sym_interface_statement] = STATE(5296), - [sym_dataset_definition] = STATE(5296), - [sym_using_statement] = STATE(5296), - [sym_class_statement] = STATE(5296), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(5296), - [sym_input_close_statement] = STATE(5296), - [sym_output_close_statement] = STATE(5296), - [sym__stream_statement] = STATE(5296), - [sym_input_stream_statement] = STATE(5295), - [sym_output_stream_statement] = STATE(5295), - [sym_do_block] = STATE(4709), - [sym_case_statement] = STATE(5296), - [sym_for_statement] = STATE(5296), - [sym_find_statement] = STATE(5296), - [sym_abl_statement] = STATE(5296), - [sym_assign_statement] = STATE(5296), - [sym_catch_statement] = STATE(5296), - [sym_finally_statement] = STATE(5296), - [sym_accumulate_statement] = STATE(5296), - [sym_undo_statement] = STATE(5296), - [sym_error_scope_statement] = STATE(5296), - [sym_workfile_definition] = STATE(5296), - [sym_temp_table_definition] = STATE(5296), - [sym_on_statement] = STATE(5296), - [sym_prompt_for_statement] = STATE(5296), - [sym_var_statement] = STATE(5296), - [sym_button_definition] = STATE(5296), - [sym_run_statement] = STATE(5296), - [sym_enum_statement] = STATE(5296), - [sym__statement] = STATE(4732), - [sym_identifier] = ACTIONS(495), + [71] = { + [sym_comment] = STATE(71), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2459), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(71), + [sym_assignment] = STATE(7277), + [sym_variable_assignment] = STATE(2459), + [sym_variable_definition] = STATE(2459), + [sym_buffer_definition] = STATE(2459), + [sym_query_definition] = STATE(2459), + [sym_function_call_statement] = STATE(2459), + [sym_function_call] = STATE(5452), + [sym_if_statement] = STATE(2459), + [sym_label] = STATE(6535), + [sym_repeat_statement] = STATE(2459), + [sym_procedure_statement] = STATE(2459), + [sym_procedure_parameter_definition] = STATE(2459), + [sym_function_statement] = STATE(2459), + [sym_return_statement] = STATE(2459), + [sym_interface_statement] = STATE(2459), + [sym_dataset_definition] = STATE(2459), + [sym_using_statement] = STATE(2459), + [sym_class_statement] = STATE(2459), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5294), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2459), + [sym_input_close_statement] = STATE(2459), + [sym_output_close_statement] = STATE(2459), + [sym__stream_statement] = STATE(2459), + [sym_input_stream_statement] = STATE(2460), + [sym_output_stream_statement] = STATE(2460), + [sym_do_block] = STATE(1952), + [sym_case_statement] = STATE(2459), + [sym_for_statement] = STATE(2459), + [sym_find_statement] = STATE(2459), + [sym_abl_statement] = STATE(2459), + [sym_assign_statement] = STATE(2459), + [sym_catch_statement] = STATE(2459), + [sym_finally_statement] = STATE(2459), + [sym_accumulate_statement] = STATE(2459), + [sym_undo_statement] = STATE(2459), + [sym_error_scope_statement] = STATE(2459), + [sym_workfile_definition] = STATE(2459), + [sym_temp_table_definition] = STATE(2459), + [sym_on_statement] = STATE(2459), + [sym_prompt_for_statement] = STATE(2459), + [sym_var_statement] = STATE(2459), + [sym_button_definition] = STATE(2459), + [sym_run_statement] = STATE(2459), + [sym_enum_statement] = STATE(2459), + [sym__statement] = STATE(1929), + [sym_identifier] = ACTIONS(543), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(497), - [aux_sym_class_type_token1] = ACTIONS(499), + [aux_sym_input_expression_token1] = ACTIONS(545), + [aux_sym_class_type_token1] = ACTIONS(547), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(501), - [aux_sym_variable_definition_token2] = ACTIONS(501), - [aux_sym_buffer_definition_token2] = ACTIONS(503), - [aux_sym_return_type_token2] = ACTIONS(505), - [aux_sym_argument_mode_token1] = ACTIONS(507), - [aux_sym_if_statement_token1] = ACTIONS(661), - [aux_sym_repeat_statement_token1] = ACTIONS(511), - [aux_sym__procedure_terminator_token1] = ACTIONS(513), - [aux_sym__function_terminator_token1] = ACTIONS(515), - [aux_sym_interface_statement_token1] = ACTIONS(517), - [aux_sym_using_statement_token1] = ACTIONS(519), - [aux_sym_on_error_phrase_token1] = ACTIONS(521), - [aux_sym_on_error_phrase_token3] = ACTIONS(523), - [aux_sym_do_block_token1] = ACTIONS(525), - [aux_sym__case_terminator_token1] = ACTIONS(527), - [aux_sym_find_statement_token1] = ACTIONS(529), - [aux_sym_assign_statement_token1] = ACTIONS(531), - [aux_sym_catch_statement_token1] = ACTIONS(533), - [aux_sym_finally_statement_token1] = ACTIONS(535), - [aux_sym_accumulate_statement_token1] = ACTIONS(537), - [aux_sym_error_scope_statement_token1] = ACTIONS(539), - [aux_sym_error_scope_statement_token2] = ACTIONS(539), - [aux_sym_prompt_for_statement_token1] = ACTIONS(541), - [aux_sym_var_statement_token1] = ACTIONS(543), - [aux_sym_run_statement_token1] = ACTIONS(545), - [aux_sym_enum_definition_token1] = ACTIONS(547), + [aux_sym_variable_definition_token1] = ACTIONS(549), + [aux_sym_variable_definition_token2] = ACTIONS(549), + [aux_sym_buffer_definition_token2] = ACTIONS(551), + [aux_sym_return_type_token2] = ACTIONS(553), + [aux_sym_argument_mode_token1] = ACTIONS(555), + [aux_sym_if_statement_token1] = ACTIONS(597), + [aux_sym_repeat_statement_token1] = ACTIONS(559), + [aux_sym__procedure_terminator_token1] = ACTIONS(561), + [aux_sym__function_terminator_token1] = ACTIONS(563), + [aux_sym_interface_statement_token1] = ACTIONS(565), + [aux_sym_using_statement_token1] = ACTIONS(567), + [aux_sym_on_error_phrase_token1] = ACTIONS(569), + [aux_sym_on_error_phrase_token3] = ACTIONS(571), + [aux_sym_do_block_token1] = ACTIONS(573), + [aux_sym__case_terminator_token1] = ACTIONS(575), + [aux_sym_find_statement_token1] = ACTIONS(577), + [aux_sym_assign_statement_token1] = ACTIONS(579), + [aux_sym_catch_statement_token1] = ACTIONS(581), + [aux_sym_finally_statement_token1] = ACTIONS(583), + [aux_sym_accumulate_statement_token1] = ACTIONS(585), + [aux_sym_error_scope_statement_token1] = ACTIONS(587), + [aux_sym_error_scope_statement_token2] = ACTIONS(587), + [aux_sym_prompt_for_statement_token1] = ACTIONS(589), + [aux_sym_var_statement_token1] = ACTIONS(591), + [aux_sym_run_statement_token1] = ACTIONS(593), + [aux_sym_enum_definition_token1] = ACTIONS(595), }, - [76] = { - [sym_comment] = STATE(76), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(76), - [sym_assignment] = STATE(6991), - [sym_variable_assignment] = STATE(1959), - [sym_variable_definition] = STATE(1959), - [sym_buffer_definition] = STATE(1959), - [sym_query_definition] = STATE(1959), - [sym_function_call_statement] = STATE(1959), - [sym_function_call] = STATE(4882), - [sym_if_statement] = STATE(1959), - [sym_label] = STATE(5740), - [sym_repeat_statement] = STATE(1959), - [sym_procedure_statement] = STATE(1959), - [sym_procedure_parameter_definition] = STATE(1959), - [sym_function_statement] = STATE(1959), - [sym_return_statement] = STATE(1959), - [sym_interface_statement] = STATE(1959), - [sym_dataset_definition] = STATE(1959), - [sym_using_statement] = STATE(1959), - [sym_class_statement] = STATE(1959), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(1959), - [sym_input_close_statement] = STATE(1959), - [sym_output_close_statement] = STATE(1959), - [sym__stream_statement] = STATE(1959), - [sym_input_stream_statement] = STATE(1958), - [sym_output_stream_statement] = STATE(1958), - [sym_do_block] = STATE(1576), - [sym_case_statement] = STATE(1959), - [sym_for_statement] = STATE(1959), - [sym_find_statement] = STATE(1959), - [sym_abl_statement] = STATE(1959), - [sym_assign_statement] = STATE(1959), - [sym_catch_statement] = STATE(1959), - [sym_finally_statement] = STATE(1959), - [sym_accumulate_statement] = STATE(1959), - [sym_undo_statement] = STATE(1959), - [sym_error_scope_statement] = STATE(1959), - [sym_workfile_definition] = STATE(1959), - [sym_temp_table_definition] = STATE(1959), - [sym_on_statement] = STATE(1959), - [sym_prompt_for_statement] = STATE(1959), - [sym_var_statement] = STATE(1959), - [sym_button_definition] = STATE(1959), - [sym_run_statement] = STATE(1959), - [sym_enum_statement] = STATE(1959), - [sym__statement] = STATE(1575), + [72] = { + [sym_comment] = STATE(72), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2112), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(72), + [sym_assignment] = STATE(7515), + [sym_variable_assignment] = STATE(2112), + [sym_variable_definition] = STATE(2112), + [sym_buffer_definition] = STATE(2112), + [sym_query_definition] = STATE(2112), + [sym_function_call_statement] = STATE(2112), + [sym_function_call] = STATE(5451), + [sym_if_statement] = STATE(2112), + [sym_label] = STATE(6367), + [sym_repeat_statement] = STATE(2112), + [sym_procedure_statement] = STATE(2112), + [sym_procedure_parameter_definition] = STATE(2112), + [sym_function_statement] = STATE(2112), + [sym_return_statement] = STATE(2112), + [sym_interface_statement] = STATE(2112), + [sym_dataset_definition] = STATE(2112), + [sym_using_statement] = STATE(2112), + [sym_class_statement] = STATE(2112), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5268), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2112), + [sym_input_close_statement] = STATE(2112), + [sym_output_close_statement] = STATE(2112), + [sym__stream_statement] = STATE(2112), + [sym_input_stream_statement] = STATE(2113), + [sym_output_stream_statement] = STATE(2113), + [sym_do_block] = STATE(1969), + [sym_case_statement] = STATE(2112), + [sym_for_statement] = STATE(2112), + [sym_find_statement] = STATE(2112), + [sym_abl_statement] = STATE(2112), + [sym_assign_statement] = STATE(2112), + [sym_catch_statement] = STATE(2112), + [sym_finally_statement] = STATE(2112), + [sym_accumulate_statement] = STATE(2112), + [sym_undo_statement] = STATE(2112), + [sym_error_scope_statement] = STATE(2112), + [sym_workfile_definition] = STATE(2112), + [sym_temp_table_definition] = STATE(2112), + [sym_on_statement] = STATE(2112), + [sym_prompt_for_statement] = STATE(2112), + [sym_var_statement] = STATE(2112), + [sym_button_definition] = STATE(2112), + [sym_run_statement] = STATE(2112), + [sym_enum_statement] = STATE(2112), + [sym__statement] = STATE(1972), [sym_identifier] = ACTIONS(605), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53888,230 +56599,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_run_statement_token1] = ACTIONS(655), [aux_sym_enum_definition_token1] = ACTIONS(657), }, - [77] = { - [sym_comment] = STATE(77), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(77), - [sym_assignment] = STATE(7104), - [sym_variable_assignment] = STATE(5296), - [sym_variable_definition] = STATE(5296), - [sym_buffer_definition] = STATE(5296), - [sym_query_definition] = STATE(5296), - [sym_function_call_statement] = STATE(5296), - [sym_function_call] = STATE(4843), - [sym_if_statement] = STATE(5296), - [sym_label] = STATE(5698), - [sym_repeat_statement] = STATE(5296), - [sym_procedure_statement] = STATE(5296), - [sym_procedure_parameter_definition] = STATE(5296), - [sym_function_statement] = STATE(5296), - [sym_return_statement] = STATE(5296), - [sym_interface_statement] = STATE(5296), - [sym_dataset_definition] = STATE(5296), - [sym_using_statement] = STATE(5296), - [sym_class_statement] = STATE(5296), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(5296), - [sym_input_close_statement] = STATE(5296), - [sym_output_close_statement] = STATE(5296), - [sym__stream_statement] = STATE(5296), - [sym_input_stream_statement] = STATE(5295), - [sym_output_stream_statement] = STATE(5295), - [sym_do_block] = STATE(4714), - [sym_case_statement] = STATE(5296), - [sym_for_statement] = STATE(5296), - [sym_find_statement] = STATE(5296), - [sym_abl_statement] = STATE(5296), - [sym_assign_statement] = STATE(5296), - [sym_catch_statement] = STATE(5296), - [sym_finally_statement] = STATE(5296), - [sym_accumulate_statement] = STATE(5296), - [sym_undo_statement] = STATE(5296), - [sym_error_scope_statement] = STATE(5296), - [sym_workfile_definition] = STATE(5296), - [sym_temp_table_definition] = STATE(5296), - [sym_on_statement] = STATE(5296), - [sym_prompt_for_statement] = STATE(5296), - [sym_var_statement] = STATE(5296), - [sym_button_definition] = STATE(5296), - [sym_run_statement] = STATE(5296), - [sym_enum_statement] = STATE(5296), - [sym__statement] = STATE(4712), - [sym_identifier] = ACTIONS(495), + [73] = { + [sym_comment] = STATE(73), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(5928), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(73), + [sym_assignment] = STATE(7363), + [sym_variable_assignment] = STATE(5928), + [sym_variable_definition] = STATE(5928), + [sym_buffer_definition] = STATE(5928), + [sym_query_definition] = STATE(5928), + [sym_function_call_statement] = STATE(5928), + [sym_function_call] = STATE(5341), + [sym_if_statement] = STATE(5928), + [sym_label] = STATE(6468), + [sym_repeat_statement] = STATE(5928), + [sym_procedure_statement] = STATE(5928), + [sym_procedure_parameter_definition] = STATE(5928), + [sym_function_statement] = STATE(5928), + [sym_return_statement] = STATE(5928), + [sym_interface_statement] = STATE(5928), + [sym_dataset_definition] = STATE(5928), + [sym_using_statement] = STATE(5928), + [sym_class_statement] = STATE(5928), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5291), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(5928), + [sym_input_close_statement] = STATE(5928), + [sym_output_close_statement] = STATE(5928), + [sym__stream_statement] = STATE(5928), + [sym_input_stream_statement] = STATE(5994), + [sym_output_stream_statement] = STATE(5994), + [sym_do_block] = STATE(5419), + [sym_case_statement] = STATE(5928), + [sym_for_statement] = STATE(5928), + [sym_find_statement] = STATE(5928), + [sym_abl_statement] = STATE(5928), + [sym_assign_statement] = STATE(5928), + [sym_catch_statement] = STATE(5928), + [sym_finally_statement] = STATE(5928), + [sym_accumulate_statement] = STATE(5928), + [sym_undo_statement] = STATE(5928), + [sym_error_scope_statement] = STATE(5928), + [sym_workfile_definition] = STATE(5928), + [sym_temp_table_definition] = STATE(5928), + [sym_on_statement] = STATE(5928), + [sym_prompt_for_statement] = STATE(5928), + [sym_var_statement] = STATE(5928), + [sym_button_definition] = STATE(5928), + [sym_run_statement] = STATE(5928), + [sym_enum_statement] = STATE(5928), + [sym__statement] = STATE(5417), + [sym_identifier] = ACTIONS(489), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(497), - [aux_sym_class_type_token1] = ACTIONS(499), + [aux_sym_input_expression_token1] = ACTIONS(491), + [aux_sym_class_type_token1] = ACTIONS(493), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(501), - [aux_sym_variable_definition_token2] = ACTIONS(501), - [aux_sym_buffer_definition_token2] = ACTIONS(503), - [aux_sym_return_type_token2] = ACTIONS(505), - [aux_sym_argument_mode_token1] = ACTIONS(507), + [aux_sym_variable_definition_token1] = ACTIONS(495), + [aux_sym_variable_definition_token2] = ACTIONS(495), + [aux_sym_buffer_definition_token2] = ACTIONS(497), + [aux_sym_return_type_token2] = ACTIONS(499), + [aux_sym_argument_mode_token1] = ACTIONS(501), [aux_sym_if_statement_token1] = ACTIONS(661), - [aux_sym_repeat_statement_token1] = ACTIONS(511), - [aux_sym__procedure_terminator_token1] = ACTIONS(513), - [aux_sym__function_terminator_token1] = ACTIONS(515), - [aux_sym_interface_statement_token1] = ACTIONS(517), - [aux_sym_using_statement_token1] = ACTIONS(519), - [aux_sym_on_error_phrase_token1] = ACTIONS(521), - [aux_sym_on_error_phrase_token3] = ACTIONS(523), - [aux_sym_do_block_token1] = ACTIONS(525), - [aux_sym__case_terminator_token1] = ACTIONS(527), - [aux_sym_find_statement_token1] = ACTIONS(529), - [aux_sym_assign_statement_token1] = ACTIONS(531), - [aux_sym_catch_statement_token1] = ACTIONS(533), - [aux_sym_finally_statement_token1] = ACTIONS(535), - [aux_sym_accumulate_statement_token1] = ACTIONS(537), - [aux_sym_error_scope_statement_token1] = ACTIONS(539), - [aux_sym_error_scope_statement_token2] = ACTIONS(539), - [aux_sym_prompt_for_statement_token1] = ACTIONS(541), - [aux_sym_var_statement_token1] = ACTIONS(543), - [aux_sym_run_statement_token1] = ACTIONS(545), - [aux_sym_enum_definition_token1] = ACTIONS(547), + [aux_sym_repeat_statement_token1] = ACTIONS(505), + [aux_sym__procedure_terminator_token1] = ACTIONS(507), + [aux_sym__function_terminator_token1] = ACTIONS(509), + [aux_sym_interface_statement_token1] = ACTIONS(511), + [aux_sym_using_statement_token1] = ACTIONS(513), + [aux_sym_on_error_phrase_token1] = ACTIONS(515), + [aux_sym_on_error_phrase_token3] = ACTIONS(517), + [aux_sym_do_block_token1] = ACTIONS(519), + [aux_sym__case_terminator_token1] = ACTIONS(521), + [aux_sym_find_statement_token1] = ACTIONS(523), + [aux_sym_assign_statement_token1] = ACTIONS(525), + [aux_sym_catch_statement_token1] = ACTIONS(527), + [aux_sym_finally_statement_token1] = ACTIONS(529), + [aux_sym_accumulate_statement_token1] = ACTIONS(531), + [aux_sym_error_scope_statement_token1] = ACTIONS(533), + [aux_sym_error_scope_statement_token2] = ACTIONS(533), + [aux_sym_prompt_for_statement_token1] = ACTIONS(535), + [aux_sym_var_statement_token1] = ACTIONS(537), + [aux_sym_run_statement_token1] = ACTIONS(539), + [aux_sym_enum_definition_token1] = ACTIONS(541), }, - [78] = { - [sym_comment] = STATE(78), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(78), - [sym_assignment] = STATE(7104), - [sym_variable_assignment] = STATE(5296), - [sym_variable_definition] = STATE(5296), - [sym_buffer_definition] = STATE(5296), - [sym_query_definition] = STATE(5296), - [sym_function_call_statement] = STATE(5296), - [sym_function_call] = STATE(4843), - [sym_if_statement] = STATE(5296), - [sym_label] = STATE(5698), - [sym_repeat_statement] = STATE(5296), - [sym_procedure_statement] = STATE(5296), - [sym_procedure_parameter_definition] = STATE(5296), - [sym_function_statement] = STATE(5296), - [sym_return_statement] = STATE(5296), - [sym_interface_statement] = STATE(5296), - [sym_dataset_definition] = STATE(5296), - [sym_using_statement] = STATE(5296), - [sym_class_statement] = STATE(5296), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(5296), - [sym_input_close_statement] = STATE(5296), - [sym_output_close_statement] = STATE(5296), - [sym__stream_statement] = STATE(5296), - [sym_input_stream_statement] = STATE(5295), - [sym_output_stream_statement] = STATE(5295), - [sym_do_block] = STATE(4767), - [sym_case_statement] = STATE(5296), - [sym_for_statement] = STATE(5296), - [sym_find_statement] = STATE(5296), - [sym_abl_statement] = STATE(5296), - [sym_assign_statement] = STATE(5296), - [sym_catch_statement] = STATE(5296), - [sym_finally_statement] = STATE(5296), - [sym_accumulate_statement] = STATE(5296), - [sym_undo_statement] = STATE(5296), - [sym_error_scope_statement] = STATE(5296), - [sym_workfile_definition] = STATE(5296), - [sym_temp_table_definition] = STATE(5296), - [sym_on_statement] = STATE(5296), - [sym_prompt_for_statement] = STATE(5296), - [sym_var_statement] = STATE(5296), - [sym_button_definition] = STATE(5296), - [sym_run_statement] = STATE(5296), - [sym_enum_statement] = STATE(5296), - [sym__statement] = STATE(4734), - [sym_identifier] = ACTIONS(495), + [74] = { + [sym_comment] = STATE(74), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(5928), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(74), + [sym_assignment] = STATE(7363), + [sym_variable_assignment] = STATE(5928), + [sym_variable_definition] = STATE(5928), + [sym_buffer_definition] = STATE(5928), + [sym_query_definition] = STATE(5928), + [sym_function_call_statement] = STATE(5928), + [sym_function_call] = STATE(5341), + [sym_if_statement] = STATE(5928), + [sym_label] = STATE(6468), + [sym_repeat_statement] = STATE(5928), + [sym_procedure_statement] = STATE(5928), + [sym_procedure_parameter_definition] = STATE(5928), + [sym_function_statement] = STATE(5928), + [sym_return_statement] = STATE(5928), + [sym_interface_statement] = STATE(5928), + [sym_dataset_definition] = STATE(5928), + [sym_using_statement] = STATE(5928), + [sym_class_statement] = STATE(5928), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5291), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(5928), + [sym_input_close_statement] = STATE(5928), + [sym_output_close_statement] = STATE(5928), + [sym__stream_statement] = STATE(5928), + [sym_input_stream_statement] = STATE(5994), + [sym_output_stream_statement] = STATE(5994), + [sym_do_block] = STATE(5508), + [sym_case_statement] = STATE(5928), + [sym_for_statement] = STATE(5928), + [sym_find_statement] = STATE(5928), + [sym_abl_statement] = STATE(5928), + [sym_assign_statement] = STATE(5928), + [sym_catch_statement] = STATE(5928), + [sym_finally_statement] = STATE(5928), + [sym_accumulate_statement] = STATE(5928), + [sym_undo_statement] = STATE(5928), + [sym_error_scope_statement] = STATE(5928), + [sym_workfile_definition] = STATE(5928), + [sym_temp_table_definition] = STATE(5928), + [sym_on_statement] = STATE(5928), + [sym_prompt_for_statement] = STATE(5928), + [sym_var_statement] = STATE(5928), + [sym_button_definition] = STATE(5928), + [sym_run_statement] = STATE(5928), + [sym_enum_statement] = STATE(5928), + [sym__statement] = STATE(5509), + [sym_identifier] = ACTIONS(489), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(497), - [aux_sym_class_type_token1] = ACTIONS(499), + [aux_sym_input_expression_token1] = ACTIONS(491), + [aux_sym_class_type_token1] = ACTIONS(493), [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(501), - [aux_sym_variable_definition_token2] = ACTIONS(501), - [aux_sym_buffer_definition_token2] = ACTIONS(503), - [aux_sym_return_type_token2] = ACTIONS(505), - [aux_sym_argument_mode_token1] = ACTIONS(507), + [aux_sym_variable_definition_token1] = ACTIONS(495), + [aux_sym_variable_definition_token2] = ACTIONS(495), + [aux_sym_buffer_definition_token2] = ACTIONS(497), + [aux_sym_return_type_token2] = ACTIONS(499), + [aux_sym_argument_mode_token1] = ACTIONS(501), [aux_sym_if_statement_token1] = ACTIONS(661), - [aux_sym_repeat_statement_token1] = ACTIONS(511), - [aux_sym__procedure_terminator_token1] = ACTIONS(513), - [aux_sym__function_terminator_token1] = ACTIONS(515), - [aux_sym_interface_statement_token1] = ACTIONS(517), - [aux_sym_using_statement_token1] = ACTIONS(519), - [aux_sym_on_error_phrase_token1] = ACTIONS(521), - [aux_sym_on_error_phrase_token3] = ACTIONS(523), - [aux_sym_do_block_token1] = ACTIONS(525), - [aux_sym__case_terminator_token1] = ACTIONS(527), - [aux_sym_find_statement_token1] = ACTIONS(529), - [aux_sym_assign_statement_token1] = ACTIONS(531), - [aux_sym_catch_statement_token1] = ACTIONS(533), - [aux_sym_finally_statement_token1] = ACTIONS(535), - [aux_sym_accumulate_statement_token1] = ACTIONS(537), - [aux_sym_error_scope_statement_token1] = ACTIONS(539), - [aux_sym_error_scope_statement_token2] = ACTIONS(539), - [aux_sym_prompt_for_statement_token1] = ACTIONS(541), - [aux_sym_var_statement_token1] = ACTIONS(543), - [aux_sym_run_statement_token1] = ACTIONS(545), - [aux_sym_enum_definition_token1] = ACTIONS(547), + [aux_sym_repeat_statement_token1] = ACTIONS(505), + [aux_sym__procedure_terminator_token1] = ACTIONS(507), + [aux_sym__function_terminator_token1] = ACTIONS(509), + [aux_sym_interface_statement_token1] = ACTIONS(511), + [aux_sym_using_statement_token1] = ACTIONS(513), + [aux_sym_on_error_phrase_token1] = ACTIONS(515), + [aux_sym_on_error_phrase_token3] = ACTIONS(517), + [aux_sym_do_block_token1] = ACTIONS(519), + [aux_sym__case_terminator_token1] = ACTIONS(521), + [aux_sym_find_statement_token1] = ACTIONS(523), + [aux_sym_assign_statement_token1] = ACTIONS(525), + [aux_sym_catch_statement_token1] = ACTIONS(527), + [aux_sym_finally_statement_token1] = ACTIONS(529), + [aux_sym_accumulate_statement_token1] = ACTIONS(531), + [aux_sym_error_scope_statement_token1] = ACTIONS(533), + [aux_sym_error_scope_statement_token2] = ACTIONS(533), + [aux_sym_prompt_for_statement_token1] = ACTIONS(535), + [aux_sym_var_statement_token1] = ACTIONS(537), + [aux_sym_run_statement_token1] = ACTIONS(539), + [aux_sym_enum_definition_token1] = ACTIONS(541), }, - [79] = { - [sym_comment] = STATE(79), - [sym_qualified_name] = STATE(5529), - [sym_array_access] = STATE(5529), - [sym_include] = STATE(79), - [sym_assignment] = STATE(6991), - [sym_variable_assignment] = STATE(1959), - [sym_variable_definition] = STATE(1959), - [sym_buffer_definition] = STATE(1959), - [sym_query_definition] = STATE(1959), - [sym_function_call_statement] = STATE(1959), - [sym_function_call] = STATE(4882), - [sym_if_statement] = STATE(1959), - [sym_label] = STATE(5740), - [sym_repeat_statement] = STATE(1959), - [sym_procedure_statement] = STATE(1959), - [sym_procedure_parameter_definition] = STATE(1959), - [sym_function_statement] = STATE(1959), - [sym_return_statement] = STATE(1959), - [sym_interface_statement] = STATE(1959), - [sym_dataset_definition] = STATE(1959), - [sym_using_statement] = STATE(1959), - [sym_class_statement] = STATE(1959), - [sym_new_expression] = STATE(5887), - [sym_object_access] = STATE(4720), - [sym_member_access] = STATE(5529), - [sym_stream_definition] = STATE(1959), - [sym_input_close_statement] = STATE(1959), - [sym_output_close_statement] = STATE(1959), - [sym__stream_statement] = STATE(1959), - [sym_input_stream_statement] = STATE(1958), - [sym_output_stream_statement] = STATE(1958), - [sym_do_block] = STATE(1889), - [sym_case_statement] = STATE(1959), - [sym_for_statement] = STATE(1959), - [sym_find_statement] = STATE(1959), - [sym_abl_statement] = STATE(1959), - [sym_assign_statement] = STATE(1959), - [sym_catch_statement] = STATE(1959), - [sym_finally_statement] = STATE(1959), - [sym_accumulate_statement] = STATE(1959), - [sym_undo_statement] = STATE(1959), - [sym_error_scope_statement] = STATE(1959), - [sym_workfile_definition] = STATE(1959), - [sym_temp_table_definition] = STATE(1959), - [sym_on_statement] = STATE(1959), - [sym_prompt_for_statement] = STATE(1959), - [sym_var_statement] = STATE(1959), - [sym_button_definition] = STATE(1959), - [sym_run_statement] = STATE(1959), - [sym_enum_statement] = STATE(1959), - [sym__statement] = STATE(1890), + [75] = { + [sym_comment] = STATE(75), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(5928), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(75), + [sym_assignment] = STATE(7363), + [sym_variable_assignment] = STATE(5928), + [sym_variable_definition] = STATE(5928), + [sym_buffer_definition] = STATE(5928), + [sym_query_definition] = STATE(5928), + [sym_function_call_statement] = STATE(5928), + [sym_function_call] = STATE(5341), + [sym_if_statement] = STATE(5928), + [sym_label] = STATE(6468), + [sym_repeat_statement] = STATE(5928), + [sym_procedure_statement] = STATE(5928), + [sym_procedure_parameter_definition] = STATE(5928), + [sym_function_statement] = STATE(5928), + [sym_return_statement] = STATE(5928), + [sym_interface_statement] = STATE(5928), + [sym_dataset_definition] = STATE(5928), + [sym_using_statement] = STATE(5928), + [sym_class_statement] = STATE(5928), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5291), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(5928), + [sym_input_close_statement] = STATE(5928), + [sym_output_close_statement] = STATE(5928), + [sym__stream_statement] = STATE(5928), + [sym_input_stream_statement] = STATE(5994), + [sym_output_stream_statement] = STATE(5994), + [sym_do_block] = STATE(6143), + [sym_case_statement] = STATE(5928), + [sym_for_statement] = STATE(5928), + [sym_find_statement] = STATE(5928), + [sym_abl_statement] = STATE(5928), + [sym_assign_statement] = STATE(5928), + [sym_catch_statement] = STATE(5928), + [sym_finally_statement] = STATE(5928), + [sym_accumulate_statement] = STATE(5928), + [sym_undo_statement] = STATE(5928), + [sym_error_scope_statement] = STATE(5928), + [sym_workfile_definition] = STATE(5928), + [sym_temp_table_definition] = STATE(5928), + [sym_on_statement] = STATE(5928), + [sym_prompt_for_statement] = STATE(5928), + [sym_var_statement] = STATE(5928), + [sym_button_definition] = STATE(5928), + [sym_run_statement] = STATE(5928), + [sym_enum_statement] = STATE(5928), + [sym__statement] = STATE(6150), + [sym_identifier] = ACTIONS(489), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym_input_expression_token1] = ACTIONS(491), + [aux_sym_class_type_token1] = ACTIONS(493), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(495), + [aux_sym_variable_definition_token2] = ACTIONS(495), + [aux_sym_buffer_definition_token2] = ACTIONS(497), + [aux_sym_return_type_token2] = ACTIONS(499), + [aux_sym_argument_mode_token1] = ACTIONS(501), + [aux_sym_if_statement_token1] = ACTIONS(663), + [aux_sym_repeat_statement_token1] = ACTIONS(505), + [aux_sym__procedure_terminator_token1] = ACTIONS(507), + [aux_sym__function_terminator_token1] = ACTIONS(509), + [aux_sym_interface_statement_token1] = ACTIONS(511), + [aux_sym_using_statement_token1] = ACTIONS(513), + [aux_sym_on_error_phrase_token1] = ACTIONS(515), + [aux_sym_on_error_phrase_token3] = ACTIONS(517), + [aux_sym_do_block_token1] = ACTIONS(519), + [aux_sym__case_terminator_token1] = ACTIONS(521), + [aux_sym_find_statement_token1] = ACTIONS(523), + [aux_sym_assign_statement_token1] = ACTIONS(525), + [aux_sym_catch_statement_token1] = ACTIONS(527), + [aux_sym_finally_statement_token1] = ACTIONS(529), + [aux_sym_accumulate_statement_token1] = ACTIONS(531), + [aux_sym_error_scope_statement_token1] = ACTIONS(533), + [aux_sym_error_scope_statement_token2] = ACTIONS(533), + [aux_sym_prompt_for_statement_token1] = ACTIONS(535), + [aux_sym_var_statement_token1] = ACTIONS(537), + [aux_sym_run_statement_token1] = ACTIONS(539), + [aux_sym_enum_definition_token1] = ACTIONS(541), + }, + [76] = { + [sym_comment] = STATE(76), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2112), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(76), + [sym_assignment] = STATE(7515), + [sym_variable_assignment] = STATE(2112), + [sym_variable_definition] = STATE(2112), + [sym_buffer_definition] = STATE(2112), + [sym_query_definition] = STATE(2112), + [sym_function_call_statement] = STATE(2112), + [sym_function_call] = STATE(5451), + [sym_if_statement] = STATE(2112), + [sym_label] = STATE(6367), + [sym_repeat_statement] = STATE(2112), + [sym_procedure_statement] = STATE(2112), + [sym_procedure_parameter_definition] = STATE(2112), + [sym_function_statement] = STATE(2112), + [sym_return_statement] = STATE(2112), + [sym_interface_statement] = STATE(2112), + [sym_dataset_definition] = STATE(2112), + [sym_using_statement] = STATE(2112), + [sym_class_statement] = STATE(2112), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5268), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2112), + [sym_input_close_statement] = STATE(2112), + [sym_output_close_statement] = STATE(2112), + [sym__stream_statement] = STATE(2112), + [sym_input_stream_statement] = STATE(2113), + [sym_output_stream_statement] = STATE(2113), + [sym_do_block] = STATE(1932), + [sym_case_statement] = STATE(2112), + [sym_for_statement] = STATE(2112), + [sym_find_statement] = STATE(2112), + [sym_abl_statement] = STATE(2112), + [sym_assign_statement] = STATE(2112), + [sym_catch_statement] = STATE(2112), + [sym_finally_statement] = STATE(2112), + [sym_accumulate_statement] = STATE(2112), + [sym_undo_statement] = STATE(2112), + [sym_error_scope_statement] = STATE(2112), + [sym_workfile_definition] = STATE(2112), + [sym_temp_table_definition] = STATE(2112), + [sym_on_statement] = STATE(2112), + [sym_prompt_for_statement] = STATE(2112), + [sym_var_statement] = STATE(2112), + [sym_button_definition] = STATE(2112), + [sym_run_statement] = STATE(2112), + [sym_enum_statement] = STATE(2112), + [sym__statement] = STATE(1931), [sym_identifier] = ACTIONS(605), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54124,7 +56925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_buffer_definition_token2] = ACTIONS(613), [aux_sym_return_type_token2] = ACTIONS(615), [aux_sym_argument_mode_token1] = ACTIONS(617), - [aux_sym_if_statement_token1] = ACTIONS(663), + [aux_sym_if_statement_token1] = ACTIONS(619), [aux_sym_repeat_statement_token1] = ACTIONS(621), [aux_sym__procedure_terminator_token1] = ACTIONS(623), [aux_sym__function_terminator_token1] = ACTIONS(625), @@ -54146,42 +56947,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_run_statement_token1] = ACTIONS(655), [aux_sym_enum_definition_token1] = ACTIONS(657), }, + [77] = { + [sym_comment] = STATE(77), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(5928), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(77), + [sym_assignment] = STATE(7363), + [sym_variable_assignment] = STATE(5928), + [sym_variable_definition] = STATE(5928), + [sym_buffer_definition] = STATE(5928), + [sym_query_definition] = STATE(5928), + [sym_function_call_statement] = STATE(5928), + [sym_function_call] = STATE(5341), + [sym_if_statement] = STATE(5928), + [sym_label] = STATE(6468), + [sym_repeat_statement] = STATE(5928), + [sym_procedure_statement] = STATE(5928), + [sym_procedure_parameter_definition] = STATE(5928), + [sym_function_statement] = STATE(5928), + [sym_return_statement] = STATE(5928), + [sym_interface_statement] = STATE(5928), + [sym_dataset_definition] = STATE(5928), + [sym_using_statement] = STATE(5928), + [sym_class_statement] = STATE(5928), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5291), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(5928), + [sym_input_close_statement] = STATE(5928), + [sym_output_close_statement] = STATE(5928), + [sym__stream_statement] = STATE(5928), + [sym_input_stream_statement] = STATE(5994), + [sym_output_stream_statement] = STATE(5994), + [sym_do_block] = STATE(5412), + [sym_case_statement] = STATE(5928), + [sym_for_statement] = STATE(5928), + [sym_find_statement] = STATE(5928), + [sym_abl_statement] = STATE(5928), + [sym_assign_statement] = STATE(5928), + [sym_catch_statement] = STATE(5928), + [sym_finally_statement] = STATE(5928), + [sym_accumulate_statement] = STATE(5928), + [sym_undo_statement] = STATE(5928), + [sym_error_scope_statement] = STATE(5928), + [sym_workfile_definition] = STATE(5928), + [sym_temp_table_definition] = STATE(5928), + [sym_on_statement] = STATE(5928), + [sym_prompt_for_statement] = STATE(5928), + [sym_var_statement] = STATE(5928), + [sym_button_definition] = STATE(5928), + [sym_run_statement] = STATE(5928), + [sym_enum_statement] = STATE(5928), + [sym__statement] = STATE(5422), + [sym_identifier] = ACTIONS(489), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym_input_expression_token1] = ACTIONS(491), + [aux_sym_class_type_token1] = ACTIONS(493), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(495), + [aux_sym_variable_definition_token2] = ACTIONS(495), + [aux_sym_buffer_definition_token2] = ACTIONS(497), + [aux_sym_return_type_token2] = ACTIONS(499), + [aux_sym_argument_mode_token1] = ACTIONS(501), + [aux_sym_if_statement_token1] = ACTIONS(661), + [aux_sym_repeat_statement_token1] = ACTIONS(505), + [aux_sym__procedure_terminator_token1] = ACTIONS(507), + [aux_sym__function_terminator_token1] = ACTIONS(509), + [aux_sym_interface_statement_token1] = ACTIONS(511), + [aux_sym_using_statement_token1] = ACTIONS(513), + [aux_sym_on_error_phrase_token1] = ACTIONS(515), + [aux_sym_on_error_phrase_token3] = ACTIONS(517), + [aux_sym_do_block_token1] = ACTIONS(519), + [aux_sym__case_terminator_token1] = ACTIONS(521), + [aux_sym_find_statement_token1] = ACTIONS(523), + [aux_sym_assign_statement_token1] = ACTIONS(525), + [aux_sym_catch_statement_token1] = ACTIONS(527), + [aux_sym_finally_statement_token1] = ACTIONS(529), + [aux_sym_accumulate_statement_token1] = ACTIONS(531), + [aux_sym_error_scope_statement_token1] = ACTIONS(533), + [aux_sym_error_scope_statement_token2] = ACTIONS(533), + [aux_sym_prompt_for_statement_token1] = ACTIONS(535), + [aux_sym_var_statement_token1] = ACTIONS(537), + [aux_sym_run_statement_token1] = ACTIONS(539), + [aux_sym_enum_definition_token1] = ACTIONS(541), + }, + [78] = { + [sym_comment] = STATE(78), + [sym_include] = STATE(78), + [anon_sym_COLON] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(129), + [sym__terminator] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_RBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(129), + [anon_sym_EQ] = ACTIONS(129), + [aux_sym_unary_expression_token2] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(129), + [aux_sym__multiplicative_operator_token1] = ACTIONS(129), + [aux_sym__multiplicative_operator_token2] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(131), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_LT_GT] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(131), + [anon_sym_GT_EQ] = ACTIONS(129), + [aux_sym__comparison_operator_token1] = ACTIONS(129), + [aux_sym__comparison_operator_token2] = ACTIONS(129), + [aux_sym__comparison_operator_token3] = ACTIONS(129), + [aux_sym__comparison_operator_token4] = ACTIONS(129), + [aux_sym__comparison_operator_token5] = ACTIONS(129), + [aux_sym__comparison_operator_token6] = ACTIONS(129), + [aux_sym__comparison_operator_token7] = ACTIONS(129), + [aux_sym__comparison_operator_token8] = ACTIONS(129), + [aux_sym__comparison_operator_token9] = ACTIONS(129), + [aux_sym_when_expression_token1] = ACTIONS(129), + [aux_sym_variable_tuning_token1] = ACTIONS(129), + [aux_sym_variable_tuning_token2] = ACTIONS(131), + [aux_sym_variable_tuning_token3] = ACTIONS(129), + [aux_sym_variable_tuning_token4] = ACTIONS(129), + [aux_sym_variable_tuning_token5] = ACTIONS(129), + [aux_sym_variable_tuning_token6] = ACTIONS(129), + [aux_sym_variable_tuning_token7] = ACTIONS(129), + [aux_sym_variable_tuning_token8] = ACTIONS(129), + [aux_sym_argument_tuning_token1] = ACTIONS(129), + [aux_sym_argument_tuning_token2] = ACTIONS(129), + [aux_sym_argument_tuning_token3] = ACTIONS(129), + [aux_sym_argument_tuning_token4] = ACTIONS(129), + [aux_sym_if_statement_token2] = ACTIONS(129), + [aux_sym_else_statement_token1] = ACTIONS(129), + [aux_sym_repeat_tuning_token1] = ACTIONS(129), + [anon_sym_NO_DASHERROR] = ACTIONS(129), + [aux_sym_input_stream_tuning_token1] = ACTIONS(129), + [aux_sym_input_stream_tuning_token2] = ACTIONS(129), + [aux_sym_input_stream_tuning_token3] = ACTIONS(129), + [aux_sym_input_stream_tuning_token4] = ACTIONS(129), + [aux_sym_input_stream_tuning_token5] = ACTIONS(129), + [aux_sym_input_stream_tuning_token6] = ACTIONS(129), + [aux_sym_input_stream_tuning_token7] = ACTIONS(129), + [aux_sym_input_stream_tuning_token8] = ACTIONS(129), + [aux_sym_input_stream_tuning_token9] = ACTIONS(129), + [aux_sym_input_stream_tuning_token11] = ACTIONS(129), + [aux_sym_output_stream_tuning_token1] = ACTIONS(129), + [aux_sym_output_stream_tuning_token2] = ACTIONS(129), + [aux_sym_output_stream_tuning_token3] = ACTIONS(129), + [aux_sym_output_stream_tuning_token4] = ACTIONS(129), + [aux_sym_output_stream_tuning_token5] = ACTIONS(129), + [aux_sym_output_stream_tuning_token6] = ACTIONS(129), + [aux_sym_output_stream_tuning_token7] = ACTIONS(129), + [aux_sym_output_stream_statement_token1] = ACTIONS(129), + [aux_sym_on_error_phrase_token1] = ACTIONS(129), + [aux_sym_stop_after_phrase_token1] = ACTIONS(129), + [aux_sym_do_tuning_token1] = ACTIONS(129), + [aux_sym_of_token1] = ACTIONS(129), + [aux_sym_field_option_token1] = ACTIONS(129), + [aux_sym_field_option_token2] = ACTIONS(129), + [aux_sym_field_option_token3] = ACTIONS(129), + [aux_sym_field_option_token4] = ACTIONS(129), + [aux_sym_field_option_token5] = ACTIONS(129), + [aux_sym_field_option_token6] = ACTIONS(129), + [aux_sym_field_definition_token1] = ACTIONS(129), + [aux_sym_index_definition_token1] = ACTIONS(129), + [aux_sym_of_phrase_token1] = ACTIONS(129), + [aux_sym_of_phrase_token2] = ACTIONS(129), + [sym__namecolon] = ACTIONS(129), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), + }, + [79] = { + [sym_comment] = STATE(79), + [sym_qualified_name] = STATE(6225), + [sym_null_statement] = STATE(2459), + [sym_array_access] = STATE(6225), + [sym_include] = STATE(79), + [sym_assignment] = STATE(7277), + [sym_variable_assignment] = STATE(2459), + [sym_variable_definition] = STATE(2459), + [sym_buffer_definition] = STATE(2459), + [sym_query_definition] = STATE(2459), + [sym_function_call_statement] = STATE(2459), + [sym_function_call] = STATE(5452), + [sym_if_statement] = STATE(2459), + [sym_label] = STATE(6535), + [sym_repeat_statement] = STATE(2459), + [sym_procedure_statement] = STATE(2459), + [sym_procedure_parameter_definition] = STATE(2459), + [sym_function_statement] = STATE(2459), + [sym_return_statement] = STATE(2459), + [sym_interface_statement] = STATE(2459), + [sym_dataset_definition] = STATE(2459), + [sym_using_statement] = STATE(2459), + [sym_class_statement] = STATE(2459), + [sym_new_expression] = STATE(6613), + [sym_object_access] = STATE(5294), + [sym_member_access] = STATE(6225), + [sym_stream_definition] = STATE(2459), + [sym_input_close_statement] = STATE(2459), + [sym_output_close_statement] = STATE(2459), + [sym__stream_statement] = STATE(2459), + [sym_input_stream_statement] = STATE(2460), + [sym_output_stream_statement] = STATE(2460), + [sym_do_block] = STATE(1966), + [sym_case_statement] = STATE(2459), + [sym_for_statement] = STATE(2459), + [sym_find_statement] = STATE(2459), + [sym_abl_statement] = STATE(2459), + [sym_assign_statement] = STATE(2459), + [sym_catch_statement] = STATE(2459), + [sym_finally_statement] = STATE(2459), + [sym_accumulate_statement] = STATE(2459), + [sym_undo_statement] = STATE(2459), + [sym_error_scope_statement] = STATE(2459), + [sym_workfile_definition] = STATE(2459), + [sym_temp_table_definition] = STATE(2459), + [sym_on_statement] = STATE(2459), + [sym_prompt_for_statement] = STATE(2459), + [sym_var_statement] = STATE(2459), + [sym_button_definition] = STATE(2459), + [sym_run_statement] = STATE(2459), + [sym_enum_statement] = STATE(2459), + [sym__statement] = STATE(1965), + [sym_identifier] = ACTIONS(543), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym_input_expression_token1] = ACTIONS(545), + [aux_sym_class_type_token1] = ACTIONS(547), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(549), + [aux_sym_variable_definition_token2] = ACTIONS(549), + [aux_sym_buffer_definition_token2] = ACTIONS(551), + [aux_sym_return_type_token2] = ACTIONS(553), + [aux_sym_argument_mode_token1] = ACTIONS(555), + [aux_sym_if_statement_token1] = ACTIONS(597), + [aux_sym_repeat_statement_token1] = ACTIONS(559), + [aux_sym__procedure_terminator_token1] = ACTIONS(561), + [aux_sym__function_terminator_token1] = ACTIONS(563), + [aux_sym_interface_statement_token1] = ACTIONS(565), + [aux_sym_using_statement_token1] = ACTIONS(567), + [aux_sym_on_error_phrase_token1] = ACTIONS(569), + [aux_sym_on_error_phrase_token3] = ACTIONS(571), + [aux_sym_do_block_token1] = ACTIONS(573), + [aux_sym__case_terminator_token1] = ACTIONS(575), + [aux_sym_find_statement_token1] = ACTIONS(577), + [aux_sym_assign_statement_token1] = ACTIONS(579), + [aux_sym_catch_statement_token1] = ACTIONS(581), + [aux_sym_finally_statement_token1] = ACTIONS(583), + [aux_sym_accumulate_statement_token1] = ACTIONS(585), + [aux_sym_error_scope_statement_token1] = ACTIONS(587), + [aux_sym_error_scope_statement_token2] = ACTIONS(587), + [aux_sym_prompt_for_statement_token1] = ACTIONS(589), + [aux_sym_var_statement_token1] = ACTIONS(591), + [aux_sym_run_statement_token1] = ACTIONS(593), + [aux_sym_enum_definition_token1] = ACTIONS(595), + }, [80] = { [sym_comment] = STATE(80), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(80), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5803), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6379), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_aggregate] = STATE(5724), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_aggregate] = STATE(6219), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54230,40 +57292,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [81] = { [sym_comment] = STATE(81), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(81), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5803), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6379), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_aggregate] = STATE(5671), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_aggregate] = STATE(6477), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54312,40 +57374,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [82] = { [sym_comment] = STATE(82), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(82), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5803), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6379), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_aggregate] = STATE(5784), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_aggregate] = STATE(6443), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54394,40 +57456,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [83] = { [sym_comment] = STATE(83), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(83), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5803), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6379), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_aggregate] = STATE(5754), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_aggregate] = STATE(6239), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54476,40 +57538,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [84] = { [sym_comment] = STATE(84), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(84), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5803), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6379), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_aggregate] = STATE(5793), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_aggregate] = STATE(6291), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54558,43 +57620,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [85] = { [sym_comment] = STATE(85), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(85), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1298), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3645), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1579), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4164), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54638,43 +57700,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [86] = { [sym_comment] = STATE(86), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(86), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1316), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3602), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1567), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4201), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54718,43 +57780,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [87] = { [sym_comment] = STATE(87), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(87), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1309), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3612), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1574), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4239), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54798,123 +57860,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [88] = { [sym_comment] = STATE(88), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(88), - [sym_function_arguments] = STATE(166), - [aux_sym_qualified_name_repeat1] = STATE(154), - [aux_sym_object_access_repeat1] = STATE(144), - [aux_sym_member_access_repeat1] = STATE(157), - [anon_sym_COLON] = ACTIONS(67), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(73), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(67), - [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), - [anon_sym_LBRACK] = ACTIONS(755), - [anon_sym_COMMA] = ACTIONS(67), - [anon_sym_LPAREN] = ACTIONS(757), - [aux_sym_type_tuning_token2] = ACTIONS(67), - [anon_sym_EQ] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [aux_sym__multiplicative_operator_token1] = ACTIONS(67), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(67), - [anon_sym_LT_GT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(67), - [aux_sym__comparison_operator_token1] = ACTIONS(67), - [aux_sym__comparison_operator_token2] = ACTIONS(67), - [aux_sym__comparison_operator_token3] = ACTIONS(67), - [aux_sym__comparison_operator_token4] = ACTIONS(67), - [aux_sym__comparison_operator_token5] = ACTIONS(67), - [aux_sym__comparison_operator_token6] = ACTIONS(67), - [aux_sym__comparison_operator_token7] = ACTIONS(67), - [aux_sym__comparison_operator_token8] = ACTIONS(67), - [aux_sym__comparison_operator_token9] = ACTIONS(67), - [aux_sym_variable_tuning_token4] = ACTIONS(67), - [aux_sym_function_call_token1] = ACTIONS(67), - [aux_sym_while_phrase_token1] = ACTIONS(67), - [aux_sym_repeat_tuning_token1] = ACTIONS(67), - [aux_sym_using_statement_token1] = ACTIONS(67), - [aux_sym_on_error_phrase_token1] = ACTIONS(67), - [aux_sym_stop_after_phrase_token1] = ACTIONS(67), - [aux_sym_do_tuning_token1] = ACTIONS(67), - [aux_sym_to_phrase_token1] = ACTIONS(67), - [aux_sym_query_tuning_token1] = ACTIONS(67), - [aux_sym_query_tuning_token2] = ACTIONS(67), - [aux_sym_query_tuning_token3] = ACTIONS(67), - [aux_sym_query_tuning_token4] = ACTIONS(67), - [aux_sym_query_tuning_token5] = ACTIONS(67), - [aux_sym_query_tuning_token6] = ACTIONS(67), - [aux_sym_sort_clause_token1] = ACTIONS(67), - [aux_sym_image_phrase_token1] = ACTIONS(73), - [aux_sym_image_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token1] = ACTIONS(73), - [aux_sym_size_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token3] = ACTIONS(67), - [aux_sym_button_tuning_token1] = ACTIONS(67), - [aux_sym_button_tuning_token3] = ACTIONS(67), - [aux_sym_button_tuning_token4] = ACTIONS(67), - [aux_sym_button_tuning_token5] = ACTIONS(67), - [aux_sym_button_tuning_token6] = ACTIONS(67), - [aux_sym_button_tuning_token7] = ACTIONS(67), - [aux_sym_button_tuning_token8] = ACTIONS(67), - [aux_sym_button_tuning_token9] = ACTIONS(67), - [aux_sym_button_tuning_token10] = ACTIONS(67), - [aux_sym_button_tuning_token11] = ACTIONS(67), - [aux_sym_button_tuning_token12] = ACTIONS(67), - [aux_sym_button_tuning_token13] = ACTIONS(67), - [aux_sym_button_tuning_token14] = ACTIONS(67), - [aux_sym_button_tuning_token16] = ACTIONS(67), - [aux_sym_button_tuning_token17] = ACTIONS(67), - [sym__namedot] = ACTIONS(759), - [sym__namecolon] = ACTIONS(761), - [sym__namedoublecolon] = ACTIONS(763), - [sym__or_operator] = ACTIONS(67), - [sym__and_operator] = ACTIONS(67), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1563), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4149), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(755), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), + [sym__escaped_string] = ACTIONS(713), }, [89] = { [sym_comment] = STATE(89), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(89), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1310), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3610), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1569), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4156), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54928,7 +57990,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(765), + [anon_sym_RPAREN] = ACTIONS(757), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -54958,43 +58020,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [90] = { [sym_comment] = STATE(90), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(90), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1287), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3587), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1575), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4161), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55008,7 +58070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(767), + [anon_sym_RPAREN] = ACTIONS(759), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55038,43 +58100,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [91] = { [sym_comment] = STATE(91), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(91), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1327), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3621), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1564), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4189), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55088,7 +58150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(761), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55118,43 +58180,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [92] = { [sym_comment] = STATE(92), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(92), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1293), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3642), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1576), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4209), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55168,7 +58230,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(771), + [anon_sym_RPAREN] = ACTIONS(763), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55198,43 +58260,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [93] = { [sym_comment] = STATE(93), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(93), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1308), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3635), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1577), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4199), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55248,7 +58310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(773), + [anon_sym_RPAREN] = ACTIONS(765), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55278,43 +58340,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [94] = { [sym_comment] = STATE(94), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(94), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1300), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3579), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1611), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4211), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55328,7 +58390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(775), + [anon_sym_RPAREN] = ACTIONS(767), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55358,43 +58420,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [95] = { [sym_comment] = STATE(95), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(95), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1313), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3646), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1573), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4167), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55408,7 +58470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(777), + [anon_sym_RPAREN] = ACTIONS(769), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55438,43 +58500,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [96] = { [sym_comment] = STATE(96), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(96), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1288), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3615), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1609), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4192), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55488,7 +58550,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(779), + [anon_sym_RPAREN] = ACTIONS(771), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55518,43 +58580,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [97] = { [sym_comment] = STATE(97), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(97), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1297), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3603), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1566), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4148), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55568,7 +58630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(781), + [anon_sym_RPAREN] = ACTIONS(773), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55598,43 +58660,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [98] = { [sym_comment] = STATE(98), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(98), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1320), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3640), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1572), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4182), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55648,7 +58710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(775), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55678,43 +58740,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [99] = { [sym_comment] = STATE(99), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(99), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1318), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3596), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1588), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4169), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55728,7 +58790,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(785), + [anon_sym_RPAREN] = ACTIONS(777), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55758,43 +58820,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [100] = { [sym_comment] = STATE(100), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(100), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1322), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3604), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1571), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4150), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55808,7 +58870,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(787), + [anon_sym_RPAREN] = ACTIONS(779), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55838,43 +58900,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [101] = { [sym_comment] = STATE(101), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(101), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1312), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3586), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1583), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4210), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55888,7 +58950,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(781), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55918,43 +58980,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [102] = { [sym_comment] = STATE(102), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(102), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1296), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3634), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1570), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4170), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55968,7 +59030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(791), + [anon_sym_RPAREN] = ACTIONS(783), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -55998,43 +59060,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [103] = { [sym_comment] = STATE(103), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(103), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1326), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3597), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1562), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4152), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56048,7 +59110,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(793), + [anon_sym_RPAREN] = ACTIONS(785), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56078,43 +59140,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [104] = { [sym_comment] = STATE(104), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(104), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1323), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3630), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1553), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4166), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56128,7 +59190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(795), + [anon_sym_RPAREN] = ACTIONS(787), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56158,43 +59220,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [105] = { [sym_comment] = STATE(105), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(105), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1290), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3582), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1584), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4206), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56208,7 +59270,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(789), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56238,43 +59300,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [106] = { [sym_comment] = STATE(106), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(106), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1299), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3591), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1607), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4173), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56288,7 +59350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(799), + [anon_sym_RPAREN] = ACTIONS(791), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56318,43 +59380,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [107] = { [sym_comment] = STATE(107), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(107), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1304), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3576), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1598), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4229), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56368,7 +59430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(801), + [anon_sym_RPAREN] = ACTIONS(793), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56398,43 +59460,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [108] = { [sym_comment] = STATE(108), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(108), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1292), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3638), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1565), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4175), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56448,7 +59510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(803), + [anon_sym_RPAREN] = ACTIONS(795), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56478,43 +59540,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [109] = { [sym_comment] = STATE(109), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(109), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1315), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3623), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1582), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4224), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56528,7 +59590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(805), + [anon_sym_RPAREN] = ACTIONS(797), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56558,43 +59620,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [110] = { [sym_comment] = STATE(110), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(110), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1306), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3618), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1597), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4179), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56608,7 +59670,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(807), + [anon_sym_RPAREN] = ACTIONS(799), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56638,43 +59700,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [111] = { [sym_comment] = STATE(111), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(111), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1321), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3626), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1581), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4219), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56688,7 +59750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(809), + [anon_sym_RPAREN] = ACTIONS(801), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56718,43 +59780,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [112] = { [sym_comment] = STATE(112), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(112), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1307), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3593), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1552), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4228), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56768,7 +59830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(811), + [anon_sym_RPAREN] = ACTIONS(803), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56798,43 +59860,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [113] = { [sym_comment] = STATE(113), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(113), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1302), - [aux_sym_qualified_name_repeat1] = STATE(1406), - [aux_sym_can_find_expression_repeat1] = STATE(3606), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1560), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4186), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56848,7 +59910,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(813), + [anon_sym_RPAREN] = ACTIONS(805), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -56878,121 +59940,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [114] = { [sym_comment] = STATE(114), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(114), - [sym_function_arguments] = STATE(166), - [aux_sym_qualified_name_repeat1] = STATE(154), - [aux_sym_object_access_repeat1] = STATE(144), - [aux_sym_member_access_repeat1] = STATE(157), - [anon_sym_COLON] = ACTIONS(87), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(89), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(87), - [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), - [anon_sym_COMMA] = ACTIONS(87), - [anon_sym_LPAREN] = ACTIONS(757), - [aux_sym_type_tuning_token2] = ACTIONS(87), - [anon_sym_EQ] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(87), - [anon_sym_DASH] = ACTIONS(87), - [aux_sym__multiplicative_operator_token1] = ACTIONS(87), - [aux_sym__multiplicative_operator_token2] = ACTIONS(89), - [anon_sym_LT] = ACTIONS(89), - [anon_sym_LT_EQ] = ACTIONS(87), - [anon_sym_LT_GT] = ACTIONS(87), - [anon_sym_GT] = ACTIONS(89), - [anon_sym_GT_EQ] = ACTIONS(87), - [aux_sym__comparison_operator_token1] = ACTIONS(87), - [aux_sym__comparison_operator_token2] = ACTIONS(87), - [aux_sym__comparison_operator_token3] = ACTIONS(87), - [aux_sym__comparison_operator_token4] = ACTIONS(87), - [aux_sym__comparison_operator_token5] = ACTIONS(87), - [aux_sym__comparison_operator_token6] = ACTIONS(87), - [aux_sym__comparison_operator_token7] = ACTIONS(87), - [aux_sym__comparison_operator_token8] = ACTIONS(87), - [aux_sym__comparison_operator_token9] = ACTIONS(87), - [aux_sym_variable_tuning_token4] = ACTIONS(87), - [aux_sym_function_call_token1] = ACTIONS(87), - [aux_sym_while_phrase_token1] = ACTIONS(87), - [aux_sym_repeat_tuning_token1] = ACTIONS(87), - [aux_sym_using_statement_token1] = ACTIONS(87), - [aux_sym_on_error_phrase_token1] = ACTIONS(87), - [aux_sym_stop_after_phrase_token1] = ACTIONS(87), - [aux_sym_do_tuning_token1] = ACTIONS(87), - [aux_sym_to_phrase_token1] = ACTIONS(87), - [aux_sym_query_tuning_token1] = ACTIONS(87), - [aux_sym_query_tuning_token2] = ACTIONS(87), - [aux_sym_query_tuning_token3] = ACTIONS(87), - [aux_sym_query_tuning_token4] = ACTIONS(87), - [aux_sym_query_tuning_token5] = ACTIONS(87), - [aux_sym_query_tuning_token6] = ACTIONS(87), - [aux_sym_sort_clause_token1] = ACTIONS(87), - [aux_sym_image_phrase_token1] = ACTIONS(89), - [aux_sym_image_phrase_token2] = ACTIONS(87), - [aux_sym_size_phrase_token1] = ACTIONS(89), - [aux_sym_size_phrase_token2] = ACTIONS(87), - [aux_sym_size_phrase_token3] = ACTIONS(87), - [aux_sym_button_tuning_token1] = ACTIONS(87), - [aux_sym_button_tuning_token3] = ACTIONS(87), - [aux_sym_button_tuning_token4] = ACTIONS(87), - [aux_sym_button_tuning_token5] = ACTIONS(87), - [aux_sym_button_tuning_token6] = ACTIONS(87), - [aux_sym_button_tuning_token7] = ACTIONS(87), - [aux_sym_button_tuning_token8] = ACTIONS(87), - [aux_sym_button_tuning_token9] = ACTIONS(87), - [aux_sym_button_tuning_token10] = ACTIONS(87), - [aux_sym_button_tuning_token11] = ACTIONS(87), - [aux_sym_button_tuning_token12] = ACTIONS(87), - [aux_sym_button_tuning_token13] = ACTIONS(87), - [aux_sym_button_tuning_token14] = ACTIONS(87), - [aux_sym_button_tuning_token16] = ACTIONS(87), - [aux_sym_button_tuning_token17] = ACTIONS(87), - [sym__namedot] = ACTIONS(759), - [sym__namecolon] = ACTIONS(761), - [sym__namedoublecolon] = ACTIONS(763), - [sym__or_operator] = ACTIONS(87), - [sym__and_operator] = ACTIONS(87), - }, - [115] = { - [sym_comment] = STATE(115), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(115), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1326), - [aux_sym_can_find_expression_repeat1] = STATE(3597), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1578), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4155), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57006,7 +59990,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(793), + [anon_sym_RPAREN] = ACTIONS(807), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57031,46 +60015,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(747), [aux_sym_available_expression_token1] = ACTIONS(711), [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), [sym__escaped_string] = ACTIONS(713), }, - [116] = { - [sym_comment] = STATE(116), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(116), + [115] = { + [sym_comment] = STATE(115), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(115), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1292), - [aux_sym_can_find_expression_repeat1] = STATE(3638), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1556), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4193), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57084,7 +60070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(803), + [anon_sym_RPAREN] = ACTIONS(809), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57109,46 +60095,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(747), [aux_sym_available_expression_token1] = ACTIONS(711), [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), [sym__escaped_string] = ACTIONS(713), }, - [117] = { - [sym_comment] = STATE(117), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(117), + [116] = { + [sym_comment] = STATE(116), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(116), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1299), - [aux_sym_can_find_expression_repeat1] = STATE(3591), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1586), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4177), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57162,7 +60150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(799), + [anon_sym_RPAREN] = ACTIONS(811), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57187,46 +60175,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(747), [aux_sym_available_expression_token1] = ACTIONS(711), [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), [sym__escaped_string] = ACTIONS(713), }, - [118] = { - [sym_comment] = STATE(118), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(118), + [117] = { + [sym_comment] = STATE(117), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(117), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1288), - [aux_sym_can_find_expression_repeat1] = STATE(3615), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1558), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4232), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57240,7 +60230,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(779), + [anon_sym_RPAREN] = ACTIONS(813), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57265,46 +60255,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(747), [aux_sym_available_expression_token1] = ACTIONS(711), [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), [sym__escaped_string] = ACTIONS(713), }, - [119] = { - [sym_comment] = STATE(119), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(119), + [118] = { + [sym_comment] = STATE(118), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(118), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1315), - [aux_sym_can_find_expression_repeat1] = STATE(3623), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1587), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4176), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57318,7 +60310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(805), + [anon_sym_RPAREN] = ACTIONS(815), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57343,46 +60335,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(747), [aux_sym_available_expression_token1] = ACTIONS(711), [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), [sym__escaped_string] = ACTIONS(713), }, - [120] = { - [sym_comment] = STATE(120), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(120), + [119] = { + [sym_comment] = STATE(119), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(119), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1302), - [aux_sym_can_find_expression_repeat1] = STATE(3606), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1555), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4217), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57396,7 +60390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(813), + [anon_sym_RPAREN] = ACTIONS(817), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57421,46 +60415,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(747), [aux_sym_available_expression_token1] = ACTIONS(711), [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), [sym__escaped_string] = ACTIONS(713), }, - [121] = { - [sym_comment] = STATE(121), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(121), + [120] = { + [sym_comment] = STATE(120), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(120), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1304), - [aux_sym_can_find_expression_repeat1] = STATE(3576), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1585), + [aux_sym_qualified_name_repeat1] = STATE(1788), + [aux_sym_can_find_expression_repeat1] = STATE(4196), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57474,7 +60470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(801), + [anon_sym_RPAREN] = ACTIONS(819), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57499,46 +60495,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(747), [aux_sym_available_expression_token1] = ACTIONS(711), [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__namedot] = ACTIONS(749), [sym__escaped_string] = ACTIONS(713), }, + [121] = { + [sym_comment] = STATE(121), + [sym_include] = STATE(121), + [sym_function_arguments] = STATE(199), + [aux_sym_qualified_name_repeat1] = STATE(183), + [aux_sym_object_access_repeat1] = STATE(166), + [aux_sym_member_access_repeat1] = STATE(184), + [anon_sym_COLON] = ACTIONS(67), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(67), + [sym__terminator] = ACTIONS(67), + [anon_sym_LBRACK] = ACTIONS(821), + [anon_sym_COMMA] = ACTIONS(67), + [anon_sym_LPAREN] = ACTIONS(823), + [aux_sym_type_tuning_token2] = ACTIONS(67), + [anon_sym_EQ] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(67), + [anon_sym_DASH] = ACTIONS(67), + [aux_sym__multiplicative_operator_token1] = ACTIONS(67), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(67), + [anon_sym_LT_GT] = ACTIONS(67), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(67), + [aux_sym__comparison_operator_token1] = ACTIONS(67), + [aux_sym__comparison_operator_token2] = ACTIONS(67), + [aux_sym__comparison_operator_token3] = ACTIONS(67), + [aux_sym__comparison_operator_token4] = ACTIONS(67), + [aux_sym__comparison_operator_token5] = ACTIONS(67), + [aux_sym__comparison_operator_token6] = ACTIONS(67), + [aux_sym__comparison_operator_token7] = ACTIONS(67), + [aux_sym__comparison_operator_token8] = ACTIONS(67), + [aux_sym__comparison_operator_token9] = ACTIONS(67), + [aux_sym_variable_tuning_token4] = ACTIONS(67), + [aux_sym_function_call_token1] = ACTIONS(67), + [aux_sym_while_phrase_token1] = ACTIONS(67), + [aux_sym_repeat_tuning_token1] = ACTIONS(67), + [aux_sym_using_statement_token1] = ACTIONS(67), + [aux_sym_on_error_phrase_token1] = ACTIONS(67), + [aux_sym_stop_after_phrase_token1] = ACTIONS(67), + [aux_sym_do_tuning_token1] = ACTIONS(67), + [aux_sym_to_phrase_token1] = ACTIONS(67), + [aux_sym_query_tuning_token1] = ACTIONS(67), + [aux_sym_query_tuning_token2] = ACTIONS(67), + [aux_sym_query_tuning_token3] = ACTIONS(67), + [aux_sym_query_tuning_token4] = ACTIONS(67), + [aux_sym_query_tuning_token5] = ACTIONS(67), + [aux_sym_query_tuning_token6] = ACTIONS(67), + [aux_sym_sort_clause_token1] = ACTIONS(67), + [aux_sym_image_phrase_token1] = ACTIONS(73), + [aux_sym_image_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token1] = ACTIONS(73), + [aux_sym_size_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token3] = ACTIONS(67), + [aux_sym_button_tuning_token1] = ACTIONS(67), + [aux_sym_button_tuning_token3] = ACTIONS(67), + [aux_sym_button_tuning_token4] = ACTIONS(67), + [aux_sym_button_tuning_token5] = ACTIONS(67), + [aux_sym_button_tuning_token6] = ACTIONS(67), + [aux_sym_button_tuning_token7] = ACTIONS(67), + [aux_sym_button_tuning_token8] = ACTIONS(67), + [aux_sym_button_tuning_token9] = ACTIONS(67), + [aux_sym_button_tuning_token10] = ACTIONS(67), + [aux_sym_button_tuning_token11] = ACTIONS(67), + [aux_sym_button_tuning_token12] = ACTIONS(67), + [aux_sym_button_tuning_token13] = ACTIONS(67), + [aux_sym_button_tuning_token14] = ACTIONS(67), + [aux_sym_button_tuning_token16] = ACTIONS(67), + [aux_sym_button_tuning_token17] = ACTIONS(67), + [sym__namedot] = ACTIONS(825), + [sym__namecolon] = ACTIONS(827), + [sym__namedoublecolon] = ACTIONS(829), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + }, [122] = { [sym_comment] = STATE(122), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(122), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1321), - [aux_sym_can_find_expression_repeat1] = STATE(3626), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1555), + [aux_sym_can_find_expression_repeat1] = STATE(4217), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57552,7 +60628,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(809), + [anon_sym_RPAREN] = ACTIONS(817), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57581,42 +60657,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [123] = { [sym_comment] = STATE(123), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(123), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1290), - [aux_sym_can_find_expression_repeat1] = STATE(3582), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1570), + [aux_sym_can_find_expression_repeat1] = STATE(4170), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57630,7 +60706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(783), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57659,42 +60735,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [124] = { [sym_comment] = STATE(124), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(124), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1306), - [aux_sym_can_find_expression_repeat1] = STATE(3618), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1556), + [aux_sym_can_find_expression_repeat1] = STATE(4193), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57708,7 +60784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(807), + [anon_sym_RPAREN] = ACTIONS(809), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57737,42 +60813,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [125] = { [sym_comment] = STATE(125), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(125), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1308), - [aux_sym_can_find_expression_repeat1] = STATE(3635), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1587), + [aux_sym_can_find_expression_repeat1] = STATE(4176), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57786,7 +60862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(773), + [anon_sym_RPAREN] = ACTIONS(815), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57815,42 +60891,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [126] = { [sym_comment] = STATE(126), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), [sym_include] = STATE(126), + [sym_function_arguments] = STATE(199), + [aux_sym_qualified_name_repeat1] = STATE(183), + [aux_sym_object_access_repeat1] = STATE(166), + [aux_sym_member_access_repeat1] = STATE(184), + [anon_sym_COLON] = ACTIONS(87), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(87), + [sym__terminator] = ACTIONS(87), + [anon_sym_COMMA] = ACTIONS(87), + [anon_sym_LPAREN] = ACTIONS(823), + [aux_sym_type_tuning_token2] = ACTIONS(87), + [anon_sym_EQ] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(87), + [anon_sym_DASH] = ACTIONS(87), + [aux_sym__multiplicative_operator_token1] = ACTIONS(87), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(87), + [anon_sym_LT_GT] = ACTIONS(87), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(87), + [aux_sym__comparison_operator_token1] = ACTIONS(87), + [aux_sym__comparison_operator_token2] = ACTIONS(87), + [aux_sym__comparison_operator_token3] = ACTIONS(87), + [aux_sym__comparison_operator_token4] = ACTIONS(87), + [aux_sym__comparison_operator_token5] = ACTIONS(87), + [aux_sym__comparison_operator_token6] = ACTIONS(87), + [aux_sym__comparison_operator_token7] = ACTIONS(87), + [aux_sym__comparison_operator_token8] = ACTIONS(87), + [aux_sym__comparison_operator_token9] = ACTIONS(87), + [aux_sym_variable_tuning_token4] = ACTIONS(87), + [aux_sym_function_call_token1] = ACTIONS(87), + [aux_sym_while_phrase_token1] = ACTIONS(87), + [aux_sym_repeat_tuning_token1] = ACTIONS(87), + [aux_sym_using_statement_token1] = ACTIONS(87), + [aux_sym_on_error_phrase_token1] = ACTIONS(87), + [aux_sym_stop_after_phrase_token1] = ACTIONS(87), + [aux_sym_do_tuning_token1] = ACTIONS(87), + [aux_sym_to_phrase_token1] = ACTIONS(87), + [aux_sym_query_tuning_token1] = ACTIONS(87), + [aux_sym_query_tuning_token2] = ACTIONS(87), + [aux_sym_query_tuning_token3] = ACTIONS(87), + [aux_sym_query_tuning_token4] = ACTIONS(87), + [aux_sym_query_tuning_token5] = ACTIONS(87), + [aux_sym_query_tuning_token6] = ACTIONS(87), + [aux_sym_sort_clause_token1] = ACTIONS(87), + [aux_sym_image_phrase_token1] = ACTIONS(89), + [aux_sym_image_phrase_token2] = ACTIONS(87), + [aux_sym_size_phrase_token1] = ACTIONS(89), + [aux_sym_size_phrase_token2] = ACTIONS(87), + [aux_sym_size_phrase_token3] = ACTIONS(87), + [aux_sym_button_tuning_token1] = ACTIONS(87), + [aux_sym_button_tuning_token3] = ACTIONS(87), + [aux_sym_button_tuning_token4] = ACTIONS(87), + [aux_sym_button_tuning_token5] = ACTIONS(87), + [aux_sym_button_tuning_token6] = ACTIONS(87), + [aux_sym_button_tuning_token7] = ACTIONS(87), + [aux_sym_button_tuning_token8] = ACTIONS(87), + [aux_sym_button_tuning_token9] = ACTIONS(87), + [aux_sym_button_tuning_token10] = ACTIONS(87), + [aux_sym_button_tuning_token11] = ACTIONS(87), + [aux_sym_button_tuning_token12] = ACTIONS(87), + [aux_sym_button_tuning_token13] = ACTIONS(87), + [aux_sym_button_tuning_token14] = ACTIONS(87), + [aux_sym_button_tuning_token16] = ACTIONS(87), + [aux_sym_button_tuning_token17] = ACTIONS(87), + [sym__namedot] = ACTIONS(825), + [sym__namecolon] = ACTIONS(827), + [sym__namedoublecolon] = ACTIONS(829), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + }, + [127] = { + [sym_comment] = STATE(127), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(127), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1293), - [aux_sym_can_find_expression_repeat1] = STATE(3642), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1579), + [aux_sym_can_find_expression_repeat1] = STATE(4164), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57864,7 +61018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(771), + [anon_sym_RPAREN] = ACTIONS(717), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57891,44 +61045,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [127] = { - [sym_comment] = STATE(127), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(127), + [128] = { + [sym_comment] = STATE(128), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(128), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1307), - [aux_sym_can_find_expression_repeat1] = STATE(3593), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1578), + [aux_sym_can_find_expression_repeat1] = STATE(4155), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57942,7 +61096,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(811), + [anon_sym_RPAREN] = ACTIONS(807), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -57969,44 +61123,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [128] = { - [sym_comment] = STATE(128), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(128), + [129] = { + [sym_comment] = STATE(129), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(129), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1309), - [aux_sym_can_find_expression_repeat1] = STATE(3612), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1553), + [aux_sym_can_find_expression_repeat1] = STATE(4166), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58020,7 +61174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(753), + [anon_sym_RPAREN] = ACTIONS(787), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58047,44 +61201,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [129] = { - [sym_comment] = STATE(129), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(129), + [130] = { + [sym_comment] = STATE(130), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(130), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1287), - [aux_sym_can_find_expression_repeat1] = STATE(3587), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1585), + [aux_sym_can_find_expression_repeat1] = STATE(4196), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58098,7 +61252,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(767), + [anon_sym_RPAREN] = ACTIONS(819), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58125,44 +61279,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [130] = { - [sym_comment] = STATE(130), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(130), + [131] = { + [sym_comment] = STATE(131), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(131), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1298), - [aux_sym_can_find_expression_repeat1] = STATE(3645), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1558), + [aux_sym_can_find_expression_repeat1] = STATE(4232), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58176,7 +61330,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(717), + [anon_sym_RPAREN] = ACTIONS(813), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58203,44 +61357,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [131] = { - [sym_comment] = STATE(131), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(131), + [132] = { + [sym_comment] = STATE(132), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(132), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1312), - [aux_sym_can_find_expression_repeat1] = STATE(3586), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1574), + [aux_sym_can_find_expression_repeat1] = STATE(4239), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58254,7 +61408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(753), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58281,44 +61435,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [132] = { - [sym_comment] = STATE(132), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(132), + [133] = { + [sym_comment] = STATE(133), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(133), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1310), - [aux_sym_can_find_expression_repeat1] = STATE(3610), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1564), + [aux_sym_can_find_expression_repeat1] = STATE(4189), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58332,7 +61486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(765), + [anon_sym_RPAREN] = ACTIONS(761), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58359,44 +61513,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [133] = { - [sym_comment] = STATE(133), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(133), + [134] = { + [sym_comment] = STATE(134), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(134), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1297), - [aux_sym_can_find_expression_repeat1] = STATE(3603), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1586), + [aux_sym_can_find_expression_repeat1] = STATE(4177), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58410,7 +61564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(781), + [anon_sym_RPAREN] = ACTIONS(811), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58437,44 +61591,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [134] = { - [sym_comment] = STATE(134), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(134), + [135] = { + [sym_comment] = STATE(135), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(135), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1300), - [aux_sym_can_find_expression_repeat1] = STATE(3579), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1588), + [aux_sym_can_find_expression_repeat1] = STATE(4169), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58488,7 +61642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(775), + [anon_sym_RPAREN] = ACTIONS(777), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58515,44 +61669,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [135] = { - [sym_comment] = STATE(135), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(135), + [136] = { + [sym_comment] = STATE(136), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(136), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1313), - [aux_sym_can_find_expression_repeat1] = STATE(3646), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1569), + [aux_sym_can_find_expression_repeat1] = STATE(4156), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58566,7 +61720,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(777), + [anon_sym_RPAREN] = ACTIONS(757), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58593,44 +61747,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [136] = { - [sym_comment] = STATE(136), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(136), + [137] = { + [sym_comment] = STATE(137), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(137), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1323), - [aux_sym_can_find_expression_repeat1] = STATE(3630), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1597), + [aux_sym_can_find_expression_repeat1] = STATE(4179), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58644,7 +61798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(795), + [anon_sym_RPAREN] = ACTIONS(799), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58671,44 +61825,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [137] = { - [sym_comment] = STATE(137), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(137), + [138] = { + [sym_comment] = STATE(138), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(138), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1322), - [aux_sym_can_find_expression_repeat1] = STATE(3604), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1575), + [aux_sym_can_find_expression_repeat1] = STATE(4161), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58722,7 +61876,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(787), + [anon_sym_RPAREN] = ACTIONS(759), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58749,44 +61903,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [138] = { - [sym_comment] = STATE(138), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(138), + [139] = { + [sym_comment] = STATE(139), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(139), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1320), - [aux_sym_can_find_expression_repeat1] = STATE(3640), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1581), + [aux_sym_can_find_expression_repeat1] = STATE(4219), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58800,7 +61954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(801), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58827,44 +61981,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [139] = { - [sym_comment] = STATE(139), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(139), + [140] = { + [sym_comment] = STATE(140), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(140), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1318), - [aux_sym_can_find_expression_repeat1] = STATE(3596), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1598), + [aux_sym_can_find_expression_repeat1] = STATE(4229), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58878,7 +62032,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(785), + [anon_sym_RPAREN] = ACTIONS(793), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58905,44 +62059,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [140] = { - [sym_comment] = STATE(140), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(140), + [141] = { + [sym_comment] = STATE(141), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(141), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1316), - [aux_sym_can_find_expression_repeat1] = STATE(3602), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1576), + [aux_sym_can_find_expression_repeat1] = STATE(4209), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58956,7 +62110,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(751), + [anon_sym_RPAREN] = ACTIONS(763), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -58983,44 +62137,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [141] = { - [sym_comment] = STATE(141), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(141), + [142] = { + [sym_comment] = STATE(142), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(142), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1296), - [aux_sym_can_find_expression_repeat1] = STATE(3634), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1577), + [aux_sym_can_find_expression_repeat1] = STATE(4199), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59034,7 +62188,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(791), + [anon_sym_RPAREN] = ACTIONS(765), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -59061,44 +62215,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [142] = { - [sym_comment] = STATE(142), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(37), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(142), + [143] = { + [sym_comment] = STATE(143), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(143), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(14), - [sym_member_access] = STATE(37), - [sym_where_clause] = STATE(4129), - [sym_query_tuning] = STATE(4129), - [sym_can_find_expression] = STATE(37), - [sym_of] = STATE(4129), - [sym_using] = STATE(3551), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1327), - [aux_sym_can_find_expression_repeat1] = STATE(3621), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1552), + [aux_sym_can_find_expression_repeat1] = STATE(4228), [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59112,7 +62266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(803), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(719), [aux_sym_ambiguous_expression_token1] = ACTIONS(721), @@ -59139,385 +62293,1629 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [143] = { - [sym_comment] = STATE(143), - [sym_constant] = STATE(1227), - [sym_qualified_name] = STATE(1227), - [sym_boolean_literal] = STATE(1227), - [sym__decimal_literal] = STATE(1217), - [sym_number_literal] = STATE(1227), - [sym_string_literal] = STATE(1227), - [sym_array_literal] = STATE(1227), - [sym_parenthesized_expression] = STATE(1227), - [sym_logical_expression] = STATE(1220), - [sym_assignment_operator] = STATE(1011), - [sym_unary_expression] = STATE(1227), - [sym_ambiguous_expression] = STATE(1227), - [sym_temp_table_expression] = STATE(1227), - [sym_current_changed_expression] = STATE(1227), - [sym_locked_expression] = STATE(1227), - [sym_dataset_expression] = STATE(1227), - [sym_input_expression] = STATE(1227), - [sym_additive_expression] = STATE(1220), - [sym_multiplicative_expression] = STATE(1220), - [sym_comparison_expression] = STATE(1220), - [sym__binary_expression] = STATE(1227), - [sym_array_access] = STATE(1227), - [sym_include] = STATE(143), - [sym_function_arguments] = STATE(4983), - [sym_function_call] = STATE(1147), - [sym_ternary_expression] = STATE(1227), - [sym_new_expression] = STATE(1147), - [sym_object_access] = STATE(1197), - [sym_member_access] = STATE(1227), - [sym_can_find_expression] = STATE(1227), - [sym_accumulate_expression] = STATE(1227), - [sym_available_expression] = STATE(1227), - [sym__expression] = STATE(1093), - [aux_sym_qualified_name_repeat1] = STATE(5353), - [aux_sym_object_access_repeat1] = STATE(4825), - [aux_sym_member_access_repeat1] = STATE(5354), - [aux_sym_abl_statement_repeat1] = STATE(355), - [sym_identifier] = ACTIONS(815), - [anon_sym_COLON] = ACTIONS(817), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(819), - [sym__terminator] = ACTIONS(821), - [sym_null_expression] = ACTIONS(823), - [aux_sym_boolean_literal_token1] = ACTIONS(825), - [aux_sym_boolean_literal_token2] = ACTIONS(825), - [aux_sym_boolean_literal_token3] = ACTIONS(825), - [aux_sym_boolean_literal_token4] = ACTIONS(825), - [sym__integer_literal] = ACTIONS(827), - [sym_date_literal] = ACTIONS(823), - [anon_sym_LBRACK] = ACTIONS(829), - [anon_sym_LPAREN] = ACTIONS(831), - [anon_sym_EQ] = ACTIONS(833), - [aux_sym_unary_expression_token1] = ACTIONS(835), - [aux_sym_unary_expression_token2] = ACTIONS(837), - [aux_sym_ambiguous_expression_token1] = ACTIONS(839), - [aux_sym_temp_table_expression_token1] = ACTIONS(841), - [aux_sym_current_changed_expression_token1] = ACTIONS(843), - [aux_sym_locked_expression_token1] = ACTIONS(845), - [aux_sym_dataset_expression_token1] = ACTIONS(847), - [aux_sym_input_expression_token1] = ACTIONS(849), - [aux_sym_scope_tuning_token1] = ACTIONS(851), - [aux_sym_if_statement_token1] = ACTIONS(853), - [aux_sym_can_find_expression_token1] = ACTIONS(855), - [aux_sym_accumulate_expression_token1] = ACTIONS(857), - [aux_sym_available_expression_token1] = ACTIONS(859), - [aux_sym_available_expression_token2] = ACTIONS(859), - [sym__namedot] = ACTIONS(861), - [sym__namecolon] = ACTIONS(863), - [sym__namedoublecolon] = ACTIONS(865), - [sym__augmented_assignment] = ACTIONS(867), - [sym__escaped_string] = ACTIONS(869), - }, [144] = { [sym_comment] = STATE(144), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(144), - [aux_sym_object_access_repeat1] = STATE(148), - [anon_sym_COLON] = ACTIONS(98), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(100), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(98), - [sym__terminator] = ACTIONS(98), - [aux_sym__block_terminator_token1] = ACTIONS(98), - [anon_sym_LBRACK] = ACTIONS(98), - [anon_sym_COMMA] = ACTIONS(98), - [anon_sym_LPAREN] = ACTIONS(98), - [aux_sym_type_tuning_token2] = ACTIONS(98), - [anon_sym_EQ] = ACTIONS(98), - [anon_sym_PLUS] = ACTIONS(98), - [anon_sym_DASH] = ACTIONS(98), - [aux_sym__multiplicative_operator_token1] = ACTIONS(98), - [aux_sym__multiplicative_operator_token2] = ACTIONS(100), - [anon_sym_LT] = ACTIONS(100), - [anon_sym_LT_EQ] = ACTIONS(98), - [anon_sym_LT_GT] = ACTIONS(98), - [anon_sym_GT] = ACTIONS(100), - [anon_sym_GT_EQ] = ACTIONS(98), - [aux_sym__comparison_operator_token1] = ACTIONS(98), - [aux_sym__comparison_operator_token2] = ACTIONS(98), - [aux_sym__comparison_operator_token3] = ACTIONS(98), - [aux_sym__comparison_operator_token4] = ACTIONS(98), - [aux_sym__comparison_operator_token5] = ACTIONS(98), - [aux_sym__comparison_operator_token6] = ACTIONS(98), - [aux_sym__comparison_operator_token7] = ACTIONS(98), - [aux_sym__comparison_operator_token8] = ACTIONS(98), - [aux_sym__comparison_operator_token9] = ACTIONS(98), - [aux_sym_variable_tuning_token4] = ACTIONS(98), - [aux_sym_function_call_token1] = ACTIONS(98), - [aux_sym_while_phrase_token1] = ACTIONS(98), - [aux_sym_repeat_tuning_token1] = ACTIONS(98), - [aux_sym_using_statement_token1] = ACTIONS(98), - [aux_sym_on_error_phrase_token1] = ACTIONS(98), - [aux_sym_stop_after_phrase_token1] = ACTIONS(98), - [aux_sym_do_tuning_token1] = ACTIONS(98), - [aux_sym_to_phrase_token1] = ACTIONS(98), - [aux_sym_query_tuning_token1] = ACTIONS(98), - [aux_sym_query_tuning_token2] = ACTIONS(98), - [aux_sym_query_tuning_token3] = ACTIONS(98), - [aux_sym_query_tuning_token4] = ACTIONS(98), - [aux_sym_query_tuning_token5] = ACTIONS(98), - [aux_sym_query_tuning_token6] = ACTIONS(98), - [aux_sym_sort_clause_token1] = ACTIONS(98), - [aux_sym_image_phrase_token1] = ACTIONS(100), - [aux_sym_image_phrase_token2] = ACTIONS(98), - [aux_sym_size_phrase_token1] = ACTIONS(100), - [aux_sym_size_phrase_token2] = ACTIONS(98), - [aux_sym_size_phrase_token3] = ACTIONS(98), - [aux_sym_button_tuning_token1] = ACTIONS(98), - [aux_sym_button_tuning_token3] = ACTIONS(98), - [aux_sym_button_tuning_token4] = ACTIONS(98), - [aux_sym_button_tuning_token5] = ACTIONS(98), - [aux_sym_button_tuning_token6] = ACTIONS(98), - [aux_sym_button_tuning_token7] = ACTIONS(98), - [aux_sym_button_tuning_token8] = ACTIONS(98), - [aux_sym_button_tuning_token9] = ACTIONS(98), - [aux_sym_button_tuning_token10] = ACTIONS(98), - [aux_sym_button_tuning_token11] = ACTIONS(98), - [aux_sym_button_tuning_token12] = ACTIONS(98), - [aux_sym_button_tuning_token13] = ACTIONS(98), - [aux_sym_button_tuning_token14] = ACTIONS(98), - [aux_sym_button_tuning_token16] = ACTIONS(98), - [aux_sym_button_tuning_token17] = ACTIONS(98), - [sym__namecolon] = ACTIONS(761), - [sym__or_operator] = ACTIONS(98), - [sym__and_operator] = ACTIONS(98), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1582), + [aux_sym_can_find_expression_repeat1] = STATE(4224), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(797), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [145] = { [sym_comment] = STATE(145), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(145), - [aux_sym_object_access_repeat1] = STATE(148), - [anon_sym_COLON] = ACTIONS(98), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(100), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(98), - [sym__terminator] = ACTIONS(98), - [aux_sym__block_terminator_token1] = ACTIONS(98), - [anon_sym_LBRACK] = ACTIONS(98), - [anon_sym_COMMA] = ACTIONS(98), - [anon_sym_LPAREN] = ACTIONS(98), - [aux_sym_type_tuning_token2] = ACTIONS(98), - [anon_sym_EQ] = ACTIONS(98), - [anon_sym_PLUS] = ACTIONS(98), - [anon_sym_DASH] = ACTIONS(98), - [aux_sym__multiplicative_operator_token1] = ACTIONS(98), - [aux_sym__multiplicative_operator_token2] = ACTIONS(100), - [anon_sym_LT] = ACTIONS(100), - [anon_sym_LT_EQ] = ACTIONS(98), - [anon_sym_LT_GT] = ACTIONS(98), - [anon_sym_GT] = ACTIONS(100), - [anon_sym_GT_EQ] = ACTIONS(98), - [aux_sym__comparison_operator_token1] = ACTIONS(98), - [aux_sym__comparison_operator_token2] = ACTIONS(98), - [aux_sym__comparison_operator_token3] = ACTIONS(98), - [aux_sym__comparison_operator_token4] = ACTIONS(98), - [aux_sym__comparison_operator_token5] = ACTIONS(98), - [aux_sym__comparison_operator_token6] = ACTIONS(98), - [aux_sym__comparison_operator_token7] = ACTIONS(98), - [aux_sym__comparison_operator_token8] = ACTIONS(98), - [aux_sym__comparison_operator_token9] = ACTIONS(98), - [aux_sym_variable_tuning_token4] = ACTIONS(98), - [aux_sym_function_call_token1] = ACTIONS(98), - [aux_sym_while_phrase_token1] = ACTIONS(98), - [aux_sym_repeat_tuning_token1] = ACTIONS(98), - [aux_sym_using_statement_token1] = ACTIONS(98), - [aux_sym_on_error_phrase_token1] = ACTIONS(98), - [aux_sym_stop_after_phrase_token1] = ACTIONS(98), - [aux_sym_do_tuning_token1] = ACTIONS(98), - [aux_sym_to_phrase_token1] = ACTIONS(98), - [aux_sym_query_tuning_token1] = ACTIONS(98), - [aux_sym_query_tuning_token2] = ACTIONS(98), - [aux_sym_query_tuning_token3] = ACTIONS(98), - [aux_sym_query_tuning_token4] = ACTIONS(98), - [aux_sym_query_tuning_token5] = ACTIONS(98), - [aux_sym_query_tuning_token6] = ACTIONS(98), - [aux_sym_sort_clause_token1] = ACTIONS(98), - [aux_sym_image_phrase_token1] = ACTIONS(100), - [aux_sym_image_phrase_token2] = ACTIONS(98), - [aux_sym_size_phrase_token1] = ACTIONS(100), - [aux_sym_size_phrase_token2] = ACTIONS(98), - [aux_sym_size_phrase_token3] = ACTIONS(98), - [aux_sym_button_tuning_token1] = ACTIONS(98), - [aux_sym_button_tuning_token3] = ACTIONS(98), - [aux_sym_button_tuning_token4] = ACTIONS(98), - [aux_sym_button_tuning_token5] = ACTIONS(98), - [aux_sym_button_tuning_token6] = ACTIONS(98), - [aux_sym_button_tuning_token7] = ACTIONS(98), - [aux_sym_button_tuning_token8] = ACTIONS(98), - [aux_sym_button_tuning_token9] = ACTIONS(98), - [aux_sym_button_tuning_token10] = ACTIONS(98), - [aux_sym_button_tuning_token11] = ACTIONS(98), - [aux_sym_button_tuning_token12] = ACTIONS(98), - [aux_sym_button_tuning_token13] = ACTIONS(98), - [aux_sym_button_tuning_token14] = ACTIONS(98), - [aux_sym_button_tuning_token16] = ACTIONS(98), - [aux_sym_button_tuning_token17] = ACTIONS(98), - [sym__namecolon] = ACTIONS(761), - [sym__or_operator] = ACTIONS(98), - [sym__and_operator] = ACTIONS(98), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1611), + [aux_sym_can_find_expression_repeat1] = STATE(4211), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(767), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [146] = { [sym_comment] = STATE(146), - [sym_constant] = STATE(1227), - [sym_qualified_name] = STATE(1227), - [sym_boolean_literal] = STATE(1227), - [sym__decimal_literal] = STATE(1217), - [sym_number_literal] = STATE(1227), - [sym_string_literal] = STATE(1227), - [sym_array_literal] = STATE(1227), - [sym_parenthesized_expression] = STATE(1227), - [sym_logical_expression] = STATE(1220), - [sym_assignment_operator] = STATE(1011), - [sym_unary_expression] = STATE(1227), - [sym_ambiguous_expression] = STATE(1227), - [sym_temp_table_expression] = STATE(1227), - [sym_current_changed_expression] = STATE(1227), - [sym_locked_expression] = STATE(1227), - [sym_dataset_expression] = STATE(1227), - [sym_input_expression] = STATE(1227), - [sym_additive_expression] = STATE(1220), - [sym_multiplicative_expression] = STATE(1220), - [sym_comparison_expression] = STATE(1220), - [sym__binary_expression] = STATE(1227), - [sym_array_access] = STATE(1227), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(146), - [sym_function_arguments] = STATE(4983), - [sym_function_call] = STATE(1147), - [sym_ternary_expression] = STATE(1227), - [sym_new_expression] = STATE(1147), - [sym_object_access] = STATE(1197), - [sym_member_access] = STATE(1227), - [sym_can_find_expression] = STATE(1227), - [sym_accumulate_expression] = STATE(1227), - [sym_available_expression] = STATE(1227), - [sym__expression] = STATE(1093), - [aux_sym_qualified_name_repeat1] = STATE(5353), - [aux_sym_object_access_repeat1] = STATE(4825), - [aux_sym_member_access_repeat1] = STATE(5354), - [aux_sym_abl_statement_repeat1] = STATE(350), - [sym_identifier] = ACTIONS(815), - [anon_sym_COLON] = ACTIONS(817), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1607), + [aux_sym_can_find_expression_repeat1] = STATE(4173), + [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(819), - [sym__terminator] = ACTIONS(871), - [sym_null_expression] = ACTIONS(823), - [aux_sym_boolean_literal_token1] = ACTIONS(825), - [aux_sym_boolean_literal_token2] = ACTIONS(825), - [aux_sym_boolean_literal_token3] = ACTIONS(825), - [aux_sym_boolean_literal_token4] = ACTIONS(825), - [sym__integer_literal] = ACTIONS(827), - [sym_date_literal] = ACTIONS(823), - [anon_sym_LBRACK] = ACTIONS(829), - [anon_sym_LPAREN] = ACTIONS(831), - [anon_sym_EQ] = ACTIONS(833), - [aux_sym_unary_expression_token1] = ACTIONS(835), - [aux_sym_unary_expression_token2] = ACTIONS(837), - [aux_sym_ambiguous_expression_token1] = ACTIONS(839), - [aux_sym_temp_table_expression_token1] = ACTIONS(841), - [aux_sym_current_changed_expression_token1] = ACTIONS(843), - [aux_sym_locked_expression_token1] = ACTIONS(845), - [aux_sym_dataset_expression_token1] = ACTIONS(847), - [aux_sym_input_expression_token1] = ACTIONS(849), - [aux_sym_scope_tuning_token1] = ACTIONS(851), - [aux_sym_if_statement_token1] = ACTIONS(853), - [aux_sym_can_find_expression_token1] = ACTIONS(855), - [aux_sym_accumulate_expression_token1] = ACTIONS(857), - [aux_sym_available_expression_token1] = ACTIONS(859), - [aux_sym_available_expression_token2] = ACTIONS(859), - [sym__namedot] = ACTIONS(861), - [sym__namecolon] = ACTIONS(863), - [sym__namedoublecolon] = ACTIONS(865), - [sym__augmented_assignment] = ACTIONS(867), - [sym__escaped_string] = ACTIONS(869), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(791), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [147] = { [sym_comment] = STATE(147), - [sym_constant] = STATE(1227), - [sym_qualified_name] = STATE(1227), - [sym_boolean_literal] = STATE(1227), - [sym__decimal_literal] = STATE(1217), - [sym_number_literal] = STATE(1227), - [sym_string_literal] = STATE(1227), - [sym_array_literal] = STATE(1227), - [sym_parenthesized_expression] = STATE(1227), - [sym_logical_expression] = STATE(1220), - [sym_assignment_operator] = STATE(1011), - [sym_unary_expression] = STATE(1227), - [sym_ambiguous_expression] = STATE(1227), - [sym_temp_table_expression] = STATE(1227), - [sym_current_changed_expression] = STATE(1227), - [sym_locked_expression] = STATE(1227), - [sym_dataset_expression] = STATE(1227), - [sym_input_expression] = STATE(1227), - [sym_additive_expression] = STATE(1220), - [sym_multiplicative_expression] = STATE(1220), - [sym_comparison_expression] = STATE(1220), - [sym__binary_expression] = STATE(1227), - [sym_array_access] = STATE(1227), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(147), - [sym_function_arguments] = STATE(4983), - [sym_function_call] = STATE(1147), - [sym_ternary_expression] = STATE(1227), - [sym_new_expression] = STATE(1147), - [sym_object_access] = STATE(1197), - [sym_member_access] = STATE(1227), - [sym_can_find_expression] = STATE(1227), - [sym_accumulate_expression] = STATE(1227), - [sym_available_expression] = STATE(1227), - [sym__expression] = STATE(1093), - [aux_sym_qualified_name_repeat1] = STATE(5353), - [aux_sym_object_access_repeat1] = STATE(4825), - [aux_sym_member_access_repeat1] = STATE(5354), - [aux_sym_abl_statement_repeat1] = STATE(330), - [sym_identifier] = ACTIONS(815), - [anon_sym_COLON] = ACTIONS(817), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1562), + [aux_sym_can_find_expression_repeat1] = STATE(4152), + [sym_identifier] = ACTIONS(715), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(819), - [sym__terminator] = ACTIONS(873), - [sym_null_expression] = ACTIONS(823), - [aux_sym_boolean_literal_token1] = ACTIONS(825), - [aux_sym_boolean_literal_token2] = ACTIONS(825), - [aux_sym_boolean_literal_token3] = ACTIONS(825), - [aux_sym_boolean_literal_token4] = ACTIONS(825), - [sym__integer_literal] = ACTIONS(827), - [sym_date_literal] = ACTIONS(823), - [anon_sym_LBRACK] = ACTIONS(829), - [anon_sym_LPAREN] = ACTIONS(831), - [anon_sym_EQ] = ACTIONS(833), - [aux_sym_unary_expression_token1] = ACTIONS(835), - [aux_sym_unary_expression_token2] = ACTIONS(837), - [aux_sym_ambiguous_expression_token1] = ACTIONS(839), - [aux_sym_temp_table_expression_token1] = ACTIONS(841), - [aux_sym_current_changed_expression_token1] = ACTIONS(843), - [aux_sym_locked_expression_token1] = ACTIONS(845), - [aux_sym_dataset_expression_token1] = ACTIONS(847), - [aux_sym_input_expression_token1] = ACTIONS(849), - [aux_sym_scope_tuning_token1] = ACTIONS(851), - [aux_sym_if_statement_token1] = ACTIONS(853), - [aux_sym_can_find_expression_token1] = ACTIONS(855), - [aux_sym_accumulate_expression_token1] = ACTIONS(857), - [aux_sym_available_expression_token1] = ACTIONS(859), - [aux_sym_available_expression_token2] = ACTIONS(859), - [sym__namedot] = ACTIONS(861), - [sym__namecolon] = ACTIONS(863), - [sym__namedoublecolon] = ACTIONS(865), - [sym__augmented_assignment] = ACTIONS(867), - [sym__escaped_string] = ACTIONS(869), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(785), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [148] = { [sym_comment] = STATE(148), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(148), - [aux_sym_object_access_repeat1] = STATE(148), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1573), + [aux_sym_can_find_expression_repeat1] = STATE(4167), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(769), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [149] = { + [sym_comment] = STATE(149), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(149), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1565), + [aux_sym_can_find_expression_repeat1] = STATE(4175), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(795), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [150] = { + [sym_comment] = STATE(150), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(150), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1566), + [aux_sym_can_find_expression_repeat1] = STATE(4148), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(773), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [151] = { + [sym_comment] = STATE(151), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(151), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1584), + [aux_sym_can_find_expression_repeat1] = STATE(4206), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(789), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [152] = { + [sym_comment] = STATE(152), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(152), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1567), + [aux_sym_can_find_expression_repeat1] = STATE(4201), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(751), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [153] = { + [sym_comment] = STATE(153), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(153), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1572), + [aux_sym_can_find_expression_repeat1] = STATE(4182), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(775), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [154] = { + [sym_comment] = STATE(154), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(154), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1560), + [aux_sym_can_find_expression_repeat1] = STATE(4186), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(805), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [155] = { + [sym_comment] = STATE(155), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(155), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1583), + [aux_sym_can_find_expression_repeat1] = STATE(4210), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(781), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [156] = { + [sym_comment] = STATE(156), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(156), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1571), + [aux_sym_can_find_expression_repeat1] = STATE(4150), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(779), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [157] = { + [sym_comment] = STATE(157), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(157), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1563), + [aux_sym_can_find_expression_repeat1] = STATE(4149), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(755), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [158] = { + [sym_comment] = STATE(158), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(51), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(158), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(21), + [sym_member_access] = STATE(51), + [sym_where_clause] = STATE(4705), + [sym_query_tuning] = STATE(4705), + [sym_can_find_expression] = STATE(51), + [sym_of] = STATE(4705), + [sym_using] = STATE(4136), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1609), + [aux_sym_can_find_expression_repeat1] = STATE(4192), + [sym_identifier] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(771), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(719), + [aux_sym_ambiguous_expression_token1] = ACTIONS(721), + [aux_sym_temp_table_expression_token1] = ACTIONS(723), + [aux_sym_current_changed_expression_token1] = ACTIONS(725), + [aux_sym_locked_expression_token1] = ACTIONS(727), + [aux_sym_dataset_expression_token1] = ACTIONS(729), + [aux_sym_input_expression_token1] = ACTIONS(731), + [aux_sym_scope_tuning_token1] = ACTIONS(733), + [aux_sym_function_call_token1] = ACTIONS(735), + [aux_sym_if_statement_token1] = ACTIONS(737), + [aux_sym_using_statement_token1] = ACTIONS(739), + [aux_sym_where_clause_token1] = ACTIONS(741), + [aux_sym_query_tuning_token1] = ACTIONS(735), + [aux_sym_query_tuning_token2] = ACTIONS(735), + [aux_sym_query_tuning_token3] = ACTIONS(735), + [aux_sym_query_tuning_token4] = ACTIONS(735), + [aux_sym_query_tuning_token5] = ACTIONS(735), + [aux_sym_query_tuning_token6] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_of_token1] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [159] = { + [sym_comment] = STATE(159), + [sym_constant] = STATE(1454), + [sym_qualified_name] = STATE(1454), + [sym_boolean_literal] = STATE(1454), + [sym__decimal_literal] = STATE(1456), + [sym_number_literal] = STATE(1454), + [sym_string_literal] = STATE(1454), + [sym_array_literal] = STATE(1454), + [sym_parenthesized_expression] = STATE(1454), + [sym_logical_expression] = STATE(1469), + [sym_assignment_operator] = STATE(1240), + [sym_unary_expression] = STATE(1454), + [sym_ambiguous_expression] = STATE(1454), + [sym_temp_table_expression] = STATE(1454), + [sym_current_changed_expression] = STATE(1454), + [sym_locked_expression] = STATE(1454), + [sym_dataset_expression] = STATE(1454), + [sym_input_expression] = STATE(1454), + [sym_additive_expression] = STATE(1469), + [sym_multiplicative_expression] = STATE(1469), + [sym_comparison_expression] = STATE(1469), + [sym__binary_expression] = STATE(1454), + [sym_array_access] = STATE(1454), + [sym_include] = STATE(159), + [sym_function_arguments] = STATE(5675), + [sym_function_call] = STATE(1395), + [sym_ternary_expression] = STATE(1454), + [sym_new_expression] = STATE(1395), + [sym_object_access] = STATE(1414), + [sym_member_access] = STATE(1454), + [sym_can_find_expression] = STATE(1454), + [sym_accumulate_expression] = STATE(1454), + [sym_available_expression] = STATE(1454), + [sym__expression] = STATE(1334), + [aux_sym_qualified_name_repeat1] = STATE(5856), + [aux_sym_object_access_repeat1] = STATE(5241), + [aux_sym_member_access_repeat1] = STATE(5890), + [aux_sym_abl_statement_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(831), + [anon_sym_COLON] = ACTIONS(833), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(835), + [sym__terminator] = ACTIONS(837), + [sym_null_expression] = ACTIONS(839), + [aux_sym_boolean_literal_token1] = ACTIONS(841), + [aux_sym_boolean_literal_token2] = ACTIONS(841), + [aux_sym_boolean_literal_token3] = ACTIONS(841), + [aux_sym_boolean_literal_token4] = ACTIONS(841), + [sym__integer_literal] = ACTIONS(843), + [sym_date_literal] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(847), + [anon_sym_EQ] = ACTIONS(849), + [aux_sym_unary_expression_token1] = ACTIONS(851), + [aux_sym_unary_expression_token2] = ACTIONS(853), + [aux_sym_ambiguous_expression_token1] = ACTIONS(855), + [aux_sym_temp_table_expression_token1] = ACTIONS(857), + [aux_sym_current_changed_expression_token1] = ACTIONS(859), + [aux_sym_locked_expression_token1] = ACTIONS(861), + [aux_sym_dataset_expression_token1] = ACTIONS(863), + [aux_sym_input_expression_token1] = ACTIONS(865), + [aux_sym_scope_tuning_token1] = ACTIONS(867), + [aux_sym_if_statement_token1] = ACTIONS(869), + [aux_sym_can_find_expression_token1] = ACTIONS(871), + [aux_sym_accumulate_expression_token1] = ACTIONS(873), + [aux_sym_available_expression_token1] = ACTIONS(875), + [aux_sym_available_expression_token2] = ACTIONS(875), + [sym__namedot] = ACTIONS(877), + [sym__namecolon] = ACTIONS(879), + [sym__namedoublecolon] = ACTIONS(881), + [sym__augmented_assignment] = ACTIONS(883), + [sym__escaped_string] = ACTIONS(885), + }, + [160] = { + [sym_comment] = STATE(160), + [sym_constant] = STATE(1454), + [sym_qualified_name] = STATE(1454), + [sym_boolean_literal] = STATE(1454), + [sym__decimal_literal] = STATE(1456), + [sym_number_literal] = STATE(1454), + [sym_string_literal] = STATE(1454), + [sym_array_literal] = STATE(1454), + [sym_parenthesized_expression] = STATE(1454), + [sym_logical_expression] = STATE(1469), + [sym_assignment_operator] = STATE(1240), + [sym_unary_expression] = STATE(1454), + [sym_ambiguous_expression] = STATE(1454), + [sym_temp_table_expression] = STATE(1454), + [sym_current_changed_expression] = STATE(1454), + [sym_locked_expression] = STATE(1454), + [sym_dataset_expression] = STATE(1454), + [sym_input_expression] = STATE(1454), + [sym_additive_expression] = STATE(1469), + [sym_multiplicative_expression] = STATE(1469), + [sym_comparison_expression] = STATE(1469), + [sym__binary_expression] = STATE(1454), + [sym_array_access] = STATE(1454), + [sym_include] = STATE(160), + [sym_function_arguments] = STATE(5675), + [sym_function_call] = STATE(1395), + [sym_ternary_expression] = STATE(1454), + [sym_new_expression] = STATE(1395), + [sym_object_access] = STATE(1414), + [sym_member_access] = STATE(1454), + [sym_can_find_expression] = STATE(1454), + [sym_accumulate_expression] = STATE(1454), + [sym_available_expression] = STATE(1454), + [sym__expression] = STATE(1334), + [aux_sym_qualified_name_repeat1] = STATE(5856), + [aux_sym_object_access_repeat1] = STATE(5241), + [aux_sym_member_access_repeat1] = STATE(5890), + [aux_sym_abl_statement_repeat1] = STATE(513), + [sym_identifier] = ACTIONS(831), + [anon_sym_COLON] = ACTIONS(833), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(835), + [sym__terminator] = ACTIONS(887), + [sym_null_expression] = ACTIONS(839), + [aux_sym_boolean_literal_token1] = ACTIONS(841), + [aux_sym_boolean_literal_token2] = ACTIONS(841), + [aux_sym_boolean_literal_token3] = ACTIONS(841), + [aux_sym_boolean_literal_token4] = ACTIONS(841), + [sym__integer_literal] = ACTIONS(843), + [sym_date_literal] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(847), + [anon_sym_EQ] = ACTIONS(849), + [aux_sym_unary_expression_token1] = ACTIONS(851), + [aux_sym_unary_expression_token2] = ACTIONS(853), + [aux_sym_ambiguous_expression_token1] = ACTIONS(855), + [aux_sym_temp_table_expression_token1] = ACTIONS(857), + [aux_sym_current_changed_expression_token1] = ACTIONS(859), + [aux_sym_locked_expression_token1] = ACTIONS(861), + [aux_sym_dataset_expression_token1] = ACTIONS(863), + [aux_sym_input_expression_token1] = ACTIONS(865), + [aux_sym_scope_tuning_token1] = ACTIONS(867), + [aux_sym_if_statement_token1] = ACTIONS(869), + [aux_sym_can_find_expression_token1] = ACTIONS(871), + [aux_sym_accumulate_expression_token1] = ACTIONS(873), + [aux_sym_available_expression_token1] = ACTIONS(875), + [aux_sym_available_expression_token2] = ACTIONS(875), + [sym__namedot] = ACTIONS(877), + [sym__namecolon] = ACTIONS(879), + [sym__namedoublecolon] = ACTIONS(881), + [sym__augmented_assignment] = ACTIONS(883), + [sym__escaped_string] = ACTIONS(885), + }, + [161] = { + [sym_comment] = STATE(161), + [sym_constant] = STATE(1454), + [sym_qualified_name] = STATE(1454), + [sym_boolean_literal] = STATE(1454), + [sym__decimal_literal] = STATE(1456), + [sym_number_literal] = STATE(1454), + [sym_string_literal] = STATE(1454), + [sym_array_literal] = STATE(1454), + [sym_parenthesized_expression] = STATE(1454), + [sym_logical_expression] = STATE(1469), + [sym_assignment_operator] = STATE(1240), + [sym_unary_expression] = STATE(1454), + [sym_ambiguous_expression] = STATE(1454), + [sym_temp_table_expression] = STATE(1454), + [sym_current_changed_expression] = STATE(1454), + [sym_locked_expression] = STATE(1454), + [sym_dataset_expression] = STATE(1454), + [sym_input_expression] = STATE(1454), + [sym_additive_expression] = STATE(1469), + [sym_multiplicative_expression] = STATE(1469), + [sym_comparison_expression] = STATE(1469), + [sym__binary_expression] = STATE(1454), + [sym_array_access] = STATE(1454), + [sym_include] = STATE(161), + [sym_function_arguments] = STATE(5675), + [sym_function_call] = STATE(1395), + [sym_ternary_expression] = STATE(1454), + [sym_new_expression] = STATE(1395), + [sym_object_access] = STATE(1414), + [sym_member_access] = STATE(1454), + [sym_can_find_expression] = STATE(1454), + [sym_accumulate_expression] = STATE(1454), + [sym_available_expression] = STATE(1454), + [sym__expression] = STATE(1334), + [aux_sym_qualified_name_repeat1] = STATE(5856), + [aux_sym_object_access_repeat1] = STATE(5241), + [aux_sym_member_access_repeat1] = STATE(5890), + [aux_sym_abl_statement_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(831), + [anon_sym_COLON] = ACTIONS(833), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(835), + [sym__terminator] = ACTIONS(889), + [sym_null_expression] = ACTIONS(839), + [aux_sym_boolean_literal_token1] = ACTIONS(841), + [aux_sym_boolean_literal_token2] = ACTIONS(841), + [aux_sym_boolean_literal_token3] = ACTIONS(841), + [aux_sym_boolean_literal_token4] = ACTIONS(841), + [sym__integer_literal] = ACTIONS(843), + [sym_date_literal] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(847), + [anon_sym_EQ] = ACTIONS(849), + [aux_sym_unary_expression_token1] = ACTIONS(851), + [aux_sym_unary_expression_token2] = ACTIONS(853), + [aux_sym_ambiguous_expression_token1] = ACTIONS(855), + [aux_sym_temp_table_expression_token1] = ACTIONS(857), + [aux_sym_current_changed_expression_token1] = ACTIONS(859), + [aux_sym_locked_expression_token1] = ACTIONS(861), + [aux_sym_dataset_expression_token1] = ACTIONS(863), + [aux_sym_input_expression_token1] = ACTIONS(865), + [aux_sym_scope_tuning_token1] = ACTIONS(867), + [aux_sym_if_statement_token1] = ACTIONS(869), + [aux_sym_can_find_expression_token1] = ACTIONS(871), + [aux_sym_accumulate_expression_token1] = ACTIONS(873), + [aux_sym_available_expression_token1] = ACTIONS(875), + [aux_sym_available_expression_token2] = ACTIONS(875), + [sym__namedot] = ACTIONS(877), + [sym__namecolon] = ACTIONS(879), + [sym__namedoublecolon] = ACTIONS(881), + [sym__augmented_assignment] = ACTIONS(883), + [sym__escaped_string] = ACTIONS(885), + }, + [162] = { + [sym_comment] = STATE(162), + [sym_constant] = STATE(1454), + [sym_qualified_name] = STATE(1454), + [sym_boolean_literal] = STATE(1454), + [sym__decimal_literal] = STATE(1456), + [sym_number_literal] = STATE(1454), + [sym_string_literal] = STATE(1454), + [sym_array_literal] = STATE(1454), + [sym_parenthesized_expression] = STATE(1454), + [sym_logical_expression] = STATE(1469), + [sym_assignment_operator] = STATE(1240), + [sym_unary_expression] = STATE(1454), + [sym_ambiguous_expression] = STATE(1454), + [sym_temp_table_expression] = STATE(1454), + [sym_current_changed_expression] = STATE(1454), + [sym_locked_expression] = STATE(1454), + [sym_dataset_expression] = STATE(1454), + [sym_input_expression] = STATE(1454), + [sym_additive_expression] = STATE(1469), + [sym_multiplicative_expression] = STATE(1469), + [sym_comparison_expression] = STATE(1469), + [sym__binary_expression] = STATE(1454), + [sym_array_access] = STATE(1454), + [sym_include] = STATE(162), + [sym_function_arguments] = STATE(5675), + [sym_function_call] = STATE(1395), + [sym_ternary_expression] = STATE(1454), + [sym_new_expression] = STATE(1395), + [sym_object_access] = STATE(1414), + [sym_member_access] = STATE(1454), + [sym_can_find_expression] = STATE(1454), + [sym_accumulate_expression] = STATE(1454), + [sym_available_expression] = STATE(1454), + [sym__expression] = STATE(1334), + [aux_sym_qualified_name_repeat1] = STATE(5856), + [aux_sym_object_access_repeat1] = STATE(5241), + [aux_sym_member_access_repeat1] = STATE(5890), + [aux_sym_abl_statement_repeat1] = STATE(537), + [sym_identifier] = ACTIONS(831), + [anon_sym_COLON] = ACTIONS(833), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(835), + [sym__terminator] = ACTIONS(891), + [sym_null_expression] = ACTIONS(839), + [aux_sym_boolean_literal_token1] = ACTIONS(841), + [aux_sym_boolean_literal_token2] = ACTIONS(841), + [aux_sym_boolean_literal_token3] = ACTIONS(841), + [aux_sym_boolean_literal_token4] = ACTIONS(841), + [sym__integer_literal] = ACTIONS(843), + [sym_date_literal] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(847), + [anon_sym_EQ] = ACTIONS(849), + [aux_sym_unary_expression_token1] = ACTIONS(851), + [aux_sym_unary_expression_token2] = ACTIONS(853), + [aux_sym_ambiguous_expression_token1] = ACTIONS(855), + [aux_sym_temp_table_expression_token1] = ACTIONS(857), + [aux_sym_current_changed_expression_token1] = ACTIONS(859), + [aux_sym_locked_expression_token1] = ACTIONS(861), + [aux_sym_dataset_expression_token1] = ACTIONS(863), + [aux_sym_input_expression_token1] = ACTIONS(865), + [aux_sym_scope_tuning_token1] = ACTIONS(867), + [aux_sym_if_statement_token1] = ACTIONS(869), + [aux_sym_can_find_expression_token1] = ACTIONS(871), + [aux_sym_accumulate_expression_token1] = ACTIONS(873), + [aux_sym_available_expression_token1] = ACTIONS(875), + [aux_sym_available_expression_token2] = ACTIONS(875), + [sym__namedot] = ACTIONS(877), + [sym__namecolon] = ACTIONS(879), + [sym__namedoublecolon] = ACTIONS(881), + [sym__augmented_assignment] = ACTIONS(883), + [sym__escaped_string] = ACTIONS(885), + }, + [163] = { + [sym_comment] = STATE(163), + [sym_constant] = STATE(1454), + [sym_qualified_name] = STATE(1454), + [sym_boolean_literal] = STATE(1454), + [sym__decimal_literal] = STATE(1456), + [sym_number_literal] = STATE(1454), + [sym_string_literal] = STATE(1454), + [sym_array_literal] = STATE(1454), + [sym_parenthesized_expression] = STATE(1454), + [sym_logical_expression] = STATE(1469), + [sym_assignment_operator] = STATE(1240), + [sym_unary_expression] = STATE(1454), + [sym_ambiguous_expression] = STATE(1454), + [sym_temp_table_expression] = STATE(1454), + [sym_current_changed_expression] = STATE(1454), + [sym_locked_expression] = STATE(1454), + [sym_dataset_expression] = STATE(1454), + [sym_input_expression] = STATE(1454), + [sym_additive_expression] = STATE(1469), + [sym_multiplicative_expression] = STATE(1469), + [sym_comparison_expression] = STATE(1469), + [sym__binary_expression] = STATE(1454), + [sym_array_access] = STATE(1454), + [sym_include] = STATE(163), + [sym_function_arguments] = STATE(5675), + [sym_function_call] = STATE(1395), + [sym_ternary_expression] = STATE(1454), + [sym_new_expression] = STATE(1395), + [sym_object_access] = STATE(1414), + [sym_member_access] = STATE(1454), + [sym_can_find_expression] = STATE(1454), + [sym_accumulate_expression] = STATE(1454), + [sym_available_expression] = STATE(1454), + [sym__expression] = STATE(1334), + [aux_sym_qualified_name_repeat1] = STATE(5856), + [aux_sym_object_access_repeat1] = STATE(5241), + [aux_sym_member_access_repeat1] = STATE(5890), + [aux_sym_abl_statement_repeat1] = STATE(534), + [sym_identifier] = ACTIONS(831), + [anon_sym_COLON] = ACTIONS(833), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(835), + [sym__terminator] = ACTIONS(893), + [sym_null_expression] = ACTIONS(839), + [aux_sym_boolean_literal_token1] = ACTIONS(841), + [aux_sym_boolean_literal_token2] = ACTIONS(841), + [aux_sym_boolean_literal_token3] = ACTIONS(841), + [aux_sym_boolean_literal_token4] = ACTIONS(841), + [sym__integer_literal] = ACTIONS(843), + [sym_date_literal] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(847), + [anon_sym_EQ] = ACTIONS(849), + [aux_sym_unary_expression_token1] = ACTIONS(851), + [aux_sym_unary_expression_token2] = ACTIONS(853), + [aux_sym_ambiguous_expression_token1] = ACTIONS(855), + [aux_sym_temp_table_expression_token1] = ACTIONS(857), + [aux_sym_current_changed_expression_token1] = ACTIONS(859), + [aux_sym_locked_expression_token1] = ACTIONS(861), + [aux_sym_dataset_expression_token1] = ACTIONS(863), + [aux_sym_input_expression_token1] = ACTIONS(865), + [aux_sym_scope_tuning_token1] = ACTIONS(867), + [aux_sym_if_statement_token1] = ACTIONS(869), + [aux_sym_can_find_expression_token1] = ACTIONS(871), + [aux_sym_accumulate_expression_token1] = ACTIONS(873), + [aux_sym_available_expression_token1] = ACTIONS(875), + [aux_sym_available_expression_token2] = ACTIONS(875), + [sym__namedot] = ACTIONS(877), + [sym__namecolon] = ACTIONS(879), + [sym__namedoublecolon] = ACTIONS(881), + [sym__augmented_assignment] = ACTIONS(883), + [sym__escaped_string] = ACTIONS(885), + }, + [164] = { + [sym_comment] = STATE(164), + [sym_include] = STATE(164), + [aux_sym_object_access_repeat1] = STATE(164), + [anon_sym_COLON] = ACTIONS(95), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(95), + [sym__terminator] = ACTIONS(95), + [anon_sym_LBRACK] = ACTIONS(95), + [anon_sym_COMMA] = ACTIONS(95), + [anon_sym_LPAREN] = ACTIONS(95), + [aux_sym_type_tuning_token2] = ACTIONS(95), + [anon_sym_EQ] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(95), + [anon_sym_DASH] = ACTIONS(95), + [aux_sym__multiplicative_operator_token1] = ACTIONS(95), + [aux_sym__multiplicative_operator_token2] = ACTIONS(97), + [anon_sym_LT] = ACTIONS(97), + [anon_sym_LT_EQ] = ACTIONS(95), + [anon_sym_LT_GT] = ACTIONS(95), + [anon_sym_GT] = ACTIONS(97), + [anon_sym_GT_EQ] = ACTIONS(95), + [aux_sym__comparison_operator_token1] = ACTIONS(95), + [aux_sym__comparison_operator_token2] = ACTIONS(95), + [aux_sym__comparison_operator_token3] = ACTIONS(95), + [aux_sym__comparison_operator_token4] = ACTIONS(95), + [aux_sym__comparison_operator_token5] = ACTIONS(95), + [aux_sym__comparison_operator_token6] = ACTIONS(95), + [aux_sym__comparison_operator_token7] = ACTIONS(95), + [aux_sym__comparison_operator_token8] = ACTIONS(95), + [aux_sym__comparison_operator_token9] = ACTIONS(95), + [aux_sym_variable_tuning_token4] = ACTIONS(95), + [aux_sym_function_call_token1] = ACTIONS(95), + [aux_sym_while_phrase_token1] = ACTIONS(95), + [aux_sym_repeat_tuning_token1] = ACTIONS(95), + [aux_sym_using_statement_token1] = ACTIONS(95), + [aux_sym_on_error_phrase_token1] = ACTIONS(95), + [aux_sym_stop_after_phrase_token1] = ACTIONS(95), + [aux_sym_do_tuning_token1] = ACTIONS(95), + [aux_sym_to_phrase_token1] = ACTIONS(95), + [aux_sym_query_tuning_token1] = ACTIONS(95), + [aux_sym_query_tuning_token2] = ACTIONS(95), + [aux_sym_query_tuning_token3] = ACTIONS(95), + [aux_sym_query_tuning_token4] = ACTIONS(95), + [aux_sym_query_tuning_token5] = ACTIONS(95), + [aux_sym_query_tuning_token6] = ACTIONS(95), + [aux_sym_sort_clause_token1] = ACTIONS(95), + [aux_sym_image_phrase_token1] = ACTIONS(97), + [aux_sym_image_phrase_token2] = ACTIONS(95), + [aux_sym_size_phrase_token1] = ACTIONS(97), + [aux_sym_size_phrase_token2] = ACTIONS(95), + [aux_sym_size_phrase_token3] = ACTIONS(95), + [aux_sym_button_tuning_token1] = ACTIONS(95), + [aux_sym_button_tuning_token3] = ACTIONS(95), + [aux_sym_button_tuning_token4] = ACTIONS(95), + [aux_sym_button_tuning_token5] = ACTIONS(95), + [aux_sym_button_tuning_token6] = ACTIONS(95), + [aux_sym_button_tuning_token7] = ACTIONS(95), + [aux_sym_button_tuning_token8] = ACTIONS(95), + [aux_sym_button_tuning_token9] = ACTIONS(95), + [aux_sym_button_tuning_token10] = ACTIONS(95), + [aux_sym_button_tuning_token11] = ACTIONS(95), + [aux_sym_button_tuning_token12] = ACTIONS(95), + [aux_sym_button_tuning_token13] = ACTIONS(95), + [aux_sym_button_tuning_token14] = ACTIONS(95), + [aux_sym_button_tuning_token16] = ACTIONS(95), + [aux_sym_button_tuning_token17] = ACTIONS(95), + [sym__namecolon] = ACTIONS(895), + [sym__or_operator] = ACTIONS(95), + [sym__and_operator] = ACTIONS(95), + }, + [165] = { + [sym_comment] = STATE(165), + [sym_include] = STATE(165), + [aux_sym_object_access_repeat1] = STATE(164), [anon_sym_COLON] = ACTIONS(91), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -59525,7 +63923,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(91), [sym__terminator] = ACTIONS(91), - [aux_sym__block_terminator_token1] = ACTIONS(91), [anon_sym_LBRACK] = ACTIONS(91), [anon_sym_COMMA] = ACTIONS(91), [anon_sym_LPAREN] = ACTIONS(91), @@ -59585,386 +63982,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_button_tuning_token14] = ACTIONS(91), [aux_sym_button_tuning_token16] = ACTIONS(91), [aux_sym_button_tuning_token17] = ACTIONS(91), - [sym__namecolon] = ACTIONS(875), + [sym__namecolon] = ACTIONS(827), [sym__or_operator] = ACTIONS(91), [sym__and_operator] = ACTIONS(91), }, - [149] = { - [sym_comment] = STATE(149), - [sym_constant] = STATE(1227), - [sym_qualified_name] = STATE(1227), - [sym_boolean_literal] = STATE(1227), - [sym__decimal_literal] = STATE(1217), - [sym_number_literal] = STATE(1227), - [sym_string_literal] = STATE(1227), - [sym_array_literal] = STATE(1227), - [sym_parenthesized_expression] = STATE(1227), - [sym_logical_expression] = STATE(1220), - [sym_assignment_operator] = STATE(1011), - [sym_unary_expression] = STATE(1227), - [sym_ambiguous_expression] = STATE(1227), - [sym_temp_table_expression] = STATE(1227), - [sym_current_changed_expression] = STATE(1227), - [sym_locked_expression] = STATE(1227), - [sym_dataset_expression] = STATE(1227), - [sym_input_expression] = STATE(1227), - [sym_additive_expression] = STATE(1220), - [sym_multiplicative_expression] = STATE(1220), - [sym_comparison_expression] = STATE(1220), - [sym__binary_expression] = STATE(1227), - [sym_array_access] = STATE(1227), - [sym_include] = STATE(149), - [sym_function_arguments] = STATE(4983), - [sym_function_call] = STATE(1147), - [sym_ternary_expression] = STATE(1227), - [sym_new_expression] = STATE(1147), - [sym_object_access] = STATE(1197), - [sym_member_access] = STATE(1227), - [sym_can_find_expression] = STATE(1227), - [sym_accumulate_expression] = STATE(1227), - [sym_available_expression] = STATE(1227), - [sym__expression] = STATE(1093), - [aux_sym_qualified_name_repeat1] = STATE(5353), - [aux_sym_object_access_repeat1] = STATE(4825), - [aux_sym_member_access_repeat1] = STATE(5354), - [aux_sym_abl_statement_repeat1] = STATE(314), - [sym_identifier] = ACTIONS(815), - [anon_sym_COLON] = ACTIONS(817), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(819), - [sym__terminator] = ACTIONS(878), - [sym_null_expression] = ACTIONS(823), - [aux_sym_boolean_literal_token1] = ACTIONS(825), - [aux_sym_boolean_literal_token2] = ACTIONS(825), - [aux_sym_boolean_literal_token3] = ACTIONS(825), - [aux_sym_boolean_literal_token4] = ACTIONS(825), - [sym__integer_literal] = ACTIONS(827), - [sym_date_literal] = ACTIONS(823), - [anon_sym_LBRACK] = ACTIONS(829), - [anon_sym_LPAREN] = ACTIONS(831), - [anon_sym_EQ] = ACTIONS(833), - [aux_sym_unary_expression_token1] = ACTIONS(835), - [aux_sym_unary_expression_token2] = ACTIONS(837), - [aux_sym_ambiguous_expression_token1] = ACTIONS(839), - [aux_sym_temp_table_expression_token1] = ACTIONS(841), - [aux_sym_current_changed_expression_token1] = ACTIONS(843), - [aux_sym_locked_expression_token1] = ACTIONS(845), - [aux_sym_dataset_expression_token1] = ACTIONS(847), - [aux_sym_input_expression_token1] = ACTIONS(849), - [aux_sym_scope_tuning_token1] = ACTIONS(851), - [aux_sym_if_statement_token1] = ACTIONS(853), - [aux_sym_can_find_expression_token1] = ACTIONS(855), - [aux_sym_accumulate_expression_token1] = ACTIONS(857), - [aux_sym_available_expression_token1] = ACTIONS(859), - [aux_sym_available_expression_token2] = ACTIONS(859), - [sym__namedot] = ACTIONS(861), - [sym__namecolon] = ACTIONS(863), - [sym__namedoublecolon] = ACTIONS(865), - [sym__augmented_assignment] = ACTIONS(867), - [sym__escaped_string] = ACTIONS(869), - }, - [150] = { - [sym_comment] = STATE(150), - [sym_constant] = STATE(1227), - [sym_qualified_name] = STATE(1227), - [sym_boolean_literal] = STATE(1227), - [sym__decimal_literal] = STATE(1217), - [sym_number_literal] = STATE(1227), - [sym_string_literal] = STATE(1227), - [sym_array_literal] = STATE(1227), - [sym_parenthesized_expression] = STATE(1227), - [sym_logical_expression] = STATE(1220), - [sym_assignment_operator] = STATE(1011), - [sym_unary_expression] = STATE(1227), - [sym_ambiguous_expression] = STATE(1227), - [sym_temp_table_expression] = STATE(1227), - [sym_current_changed_expression] = STATE(1227), - [sym_locked_expression] = STATE(1227), - [sym_dataset_expression] = STATE(1227), - [sym_input_expression] = STATE(1227), - [sym_additive_expression] = STATE(1220), - [sym_multiplicative_expression] = STATE(1220), - [sym_comparison_expression] = STATE(1220), - [sym__binary_expression] = STATE(1227), - [sym_array_access] = STATE(1227), - [sym_include] = STATE(150), - [sym_function_arguments] = STATE(4983), - [sym_function_call] = STATE(1147), - [sym_ternary_expression] = STATE(1227), - [sym_new_expression] = STATE(1147), - [sym_object_access] = STATE(1197), - [sym_member_access] = STATE(1227), - [sym_can_find_expression] = STATE(1227), - [sym_accumulate_expression] = STATE(1227), - [sym_available_expression] = STATE(1227), - [sym__expression] = STATE(1093), - [aux_sym_qualified_name_repeat1] = STATE(5353), - [aux_sym_object_access_repeat1] = STATE(4825), - [aux_sym_member_access_repeat1] = STATE(5354), - [aux_sym_abl_statement_repeat1] = STATE(333), - [sym_identifier] = ACTIONS(815), - [anon_sym_COLON] = ACTIONS(817), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(819), - [sym__terminator] = ACTIONS(880), - [sym_null_expression] = ACTIONS(823), - [aux_sym_boolean_literal_token1] = ACTIONS(825), - [aux_sym_boolean_literal_token2] = ACTIONS(825), - [aux_sym_boolean_literal_token3] = ACTIONS(825), - [aux_sym_boolean_literal_token4] = ACTIONS(825), - [sym__integer_literal] = ACTIONS(827), - [sym_date_literal] = ACTIONS(823), - [anon_sym_LBRACK] = ACTIONS(829), - [anon_sym_LPAREN] = ACTIONS(831), - [anon_sym_EQ] = ACTIONS(833), - [aux_sym_unary_expression_token1] = ACTIONS(835), - [aux_sym_unary_expression_token2] = ACTIONS(837), - [aux_sym_ambiguous_expression_token1] = ACTIONS(839), - [aux_sym_temp_table_expression_token1] = ACTIONS(841), - [aux_sym_current_changed_expression_token1] = ACTIONS(843), - [aux_sym_locked_expression_token1] = ACTIONS(845), - [aux_sym_dataset_expression_token1] = ACTIONS(847), - [aux_sym_input_expression_token1] = ACTIONS(849), - [aux_sym_scope_tuning_token1] = ACTIONS(851), - [aux_sym_if_statement_token1] = ACTIONS(853), - [aux_sym_can_find_expression_token1] = ACTIONS(855), - [aux_sym_accumulate_expression_token1] = ACTIONS(857), - [aux_sym_available_expression_token1] = ACTIONS(859), - [aux_sym_available_expression_token2] = ACTIONS(859), - [sym__namedot] = ACTIONS(861), - [sym__namecolon] = ACTIONS(863), - [sym__namedoublecolon] = ACTIONS(865), - [sym__augmented_assignment] = ACTIONS(867), - [sym__escaped_string] = ACTIONS(869), - }, - [151] = { - [sym_comment] = STATE(151), - [sym_include] = STATE(151), - [aux_sym_object_access_repeat1] = STATE(148), - [anon_sym_COLON] = ACTIONS(98), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(100), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(98), - [sym__terminator] = ACTIONS(98), - [aux_sym__block_terminator_token1] = ACTIONS(98), - [anon_sym_COMMA] = ACTIONS(98), - [anon_sym_LPAREN] = ACTIONS(98), - [aux_sym_type_tuning_token2] = ACTIONS(98), - [anon_sym_EQ] = ACTIONS(98), - [anon_sym_PLUS] = ACTIONS(98), - [anon_sym_DASH] = ACTIONS(98), - [aux_sym__multiplicative_operator_token1] = ACTIONS(98), - [aux_sym__multiplicative_operator_token2] = ACTIONS(100), - [anon_sym_LT] = ACTIONS(100), - [anon_sym_LT_EQ] = ACTIONS(98), - [anon_sym_LT_GT] = ACTIONS(98), - [anon_sym_GT] = ACTIONS(100), - [anon_sym_GT_EQ] = ACTIONS(98), - [aux_sym__comparison_operator_token1] = ACTIONS(98), - [aux_sym__comparison_operator_token2] = ACTIONS(98), - [aux_sym__comparison_operator_token3] = ACTIONS(98), - [aux_sym__comparison_operator_token4] = ACTIONS(98), - [aux_sym__comparison_operator_token5] = ACTIONS(98), - [aux_sym__comparison_operator_token6] = ACTIONS(98), - [aux_sym__comparison_operator_token7] = ACTIONS(98), - [aux_sym__comparison_operator_token8] = ACTIONS(98), - [aux_sym__comparison_operator_token9] = ACTIONS(98), - [aux_sym_variable_tuning_token4] = ACTIONS(98), - [aux_sym_function_call_token1] = ACTIONS(98), - [aux_sym_while_phrase_token1] = ACTIONS(98), - [aux_sym_repeat_tuning_token1] = ACTIONS(98), - [aux_sym_using_statement_token1] = ACTIONS(98), - [aux_sym_on_error_phrase_token1] = ACTIONS(98), - [aux_sym_stop_after_phrase_token1] = ACTIONS(98), - [aux_sym_do_tuning_token1] = ACTIONS(98), - [aux_sym_to_phrase_token1] = ACTIONS(98), - [aux_sym_query_tuning_token1] = ACTIONS(98), - [aux_sym_query_tuning_token2] = ACTIONS(98), - [aux_sym_query_tuning_token3] = ACTIONS(98), - [aux_sym_query_tuning_token4] = ACTIONS(98), - [aux_sym_query_tuning_token5] = ACTIONS(98), - [aux_sym_query_tuning_token6] = ACTIONS(98), - [aux_sym_sort_clause_token1] = ACTIONS(98), - [aux_sym_image_phrase_token1] = ACTIONS(100), - [aux_sym_image_phrase_token2] = ACTIONS(98), - [aux_sym_size_phrase_token1] = ACTIONS(100), - [aux_sym_size_phrase_token2] = ACTIONS(98), - [aux_sym_size_phrase_token3] = ACTIONS(98), - [aux_sym_button_tuning_token1] = ACTIONS(98), - [aux_sym_button_tuning_token3] = ACTIONS(98), - [aux_sym_button_tuning_token4] = ACTIONS(98), - [aux_sym_button_tuning_token5] = ACTIONS(98), - [aux_sym_button_tuning_token6] = ACTIONS(98), - [aux_sym_button_tuning_token7] = ACTIONS(98), - [aux_sym_button_tuning_token8] = ACTIONS(98), - [aux_sym_button_tuning_token9] = ACTIONS(98), - [aux_sym_button_tuning_token10] = ACTIONS(98), - [aux_sym_button_tuning_token11] = ACTIONS(98), - [aux_sym_button_tuning_token12] = ACTIONS(98), - [aux_sym_button_tuning_token13] = ACTIONS(98), - [aux_sym_button_tuning_token14] = ACTIONS(98), - [aux_sym_button_tuning_token16] = ACTIONS(98), - [aux_sym_button_tuning_token17] = ACTIONS(98), - [sym__namecolon] = ACTIONS(761), - [sym__or_operator] = ACTIONS(98), - [sym__and_operator] = ACTIONS(98), - }, - [152] = { - [sym_comment] = STATE(152), - [sym_include] = STATE(152), - [anon_sym_COLON] = ACTIONS(109), + [166] = { + [sym_comment] = STATE(166), + [sym_include] = STATE(166), + [aux_sym_object_access_repeat1] = STATE(164), + [anon_sym_COLON] = ACTIONS(91), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(111), + [anon_sym_SLASH] = ACTIONS(93), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(109), - [sym__terminator] = ACTIONS(109), - [aux_sym__block_terminator_token1] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [aux_sym_type_tuning_token2] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(109), - [aux_sym__multiplicative_operator_token1] = ACTIONS(109), - [aux_sym__multiplicative_operator_token2] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(111), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_LT_GT] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(111), - [anon_sym_GT_EQ] = ACTIONS(109), - [aux_sym__comparison_operator_token1] = ACTIONS(109), - [aux_sym__comparison_operator_token2] = ACTIONS(109), - [aux_sym__comparison_operator_token3] = ACTIONS(109), - [aux_sym__comparison_operator_token4] = ACTIONS(109), - [aux_sym__comparison_operator_token5] = ACTIONS(109), - [aux_sym__comparison_operator_token6] = ACTIONS(109), - [aux_sym__comparison_operator_token7] = ACTIONS(109), - [aux_sym__comparison_operator_token8] = ACTIONS(109), - [aux_sym__comparison_operator_token9] = ACTIONS(109), - [aux_sym_variable_tuning_token4] = ACTIONS(109), - [aux_sym_function_call_token1] = ACTIONS(109), - [aux_sym_while_phrase_token1] = ACTIONS(109), - [aux_sym_repeat_tuning_token1] = ACTIONS(109), - [aux_sym_using_statement_token1] = ACTIONS(109), - [aux_sym_on_error_phrase_token1] = ACTIONS(109), - [aux_sym_stop_after_phrase_token1] = ACTIONS(109), - [aux_sym_do_tuning_token1] = ACTIONS(109), - [aux_sym_to_phrase_token1] = ACTIONS(109), - [aux_sym_query_tuning_token1] = ACTIONS(109), - [aux_sym_query_tuning_token2] = ACTIONS(109), - [aux_sym_query_tuning_token3] = ACTIONS(109), - [aux_sym_query_tuning_token4] = ACTIONS(109), - [aux_sym_query_tuning_token5] = ACTIONS(109), - [aux_sym_query_tuning_token6] = ACTIONS(109), - [aux_sym_sort_clause_token1] = ACTIONS(109), - [aux_sym_image_phrase_token1] = ACTIONS(111), - [aux_sym_image_phrase_token2] = ACTIONS(109), - [aux_sym_size_phrase_token1] = ACTIONS(111), - [aux_sym_size_phrase_token2] = ACTIONS(109), - [aux_sym_size_phrase_token3] = ACTIONS(109), - [aux_sym_button_tuning_token1] = ACTIONS(109), - [aux_sym_button_tuning_token3] = ACTIONS(109), - [aux_sym_button_tuning_token4] = ACTIONS(109), - [aux_sym_button_tuning_token5] = ACTIONS(109), - [aux_sym_button_tuning_token6] = ACTIONS(109), - [aux_sym_button_tuning_token7] = ACTIONS(109), - [aux_sym_button_tuning_token8] = ACTIONS(109), - [aux_sym_button_tuning_token9] = ACTIONS(109), - [aux_sym_button_tuning_token10] = ACTIONS(109), - [aux_sym_button_tuning_token11] = ACTIONS(109), - [aux_sym_button_tuning_token12] = ACTIONS(109), - [aux_sym_button_tuning_token13] = ACTIONS(109), - [aux_sym_button_tuning_token14] = ACTIONS(109), - [aux_sym_button_tuning_token16] = ACTIONS(109), - [aux_sym_button_tuning_token17] = ACTIONS(109), - [sym__namecolon] = ACTIONS(109), - [sym__or_operator] = ACTIONS(109), - [sym__and_operator] = ACTIONS(109), + [anon_sym_STAR] = ACTIONS(91), + [sym__terminator] = ACTIONS(91), + [anon_sym_LBRACK] = ACTIONS(91), + [anon_sym_COMMA] = ACTIONS(91), + [anon_sym_LPAREN] = ACTIONS(91), + [aux_sym_type_tuning_token2] = ACTIONS(91), + [anon_sym_EQ] = ACTIONS(91), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [aux_sym__multiplicative_operator_token1] = ACTIONS(91), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(91), + [anon_sym_LT_GT] = ACTIONS(91), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(91), + [aux_sym__comparison_operator_token1] = ACTIONS(91), + [aux_sym__comparison_operator_token2] = ACTIONS(91), + [aux_sym__comparison_operator_token3] = ACTIONS(91), + [aux_sym__comparison_operator_token4] = ACTIONS(91), + [aux_sym__comparison_operator_token5] = ACTIONS(91), + [aux_sym__comparison_operator_token6] = ACTIONS(91), + [aux_sym__comparison_operator_token7] = ACTIONS(91), + [aux_sym__comparison_operator_token8] = ACTIONS(91), + [aux_sym__comparison_operator_token9] = ACTIONS(91), + [aux_sym_variable_tuning_token4] = ACTIONS(91), + [aux_sym_function_call_token1] = ACTIONS(91), + [aux_sym_while_phrase_token1] = ACTIONS(91), + [aux_sym_repeat_tuning_token1] = ACTIONS(91), + [aux_sym_using_statement_token1] = ACTIONS(91), + [aux_sym_on_error_phrase_token1] = ACTIONS(91), + [aux_sym_stop_after_phrase_token1] = ACTIONS(91), + [aux_sym_do_tuning_token1] = ACTIONS(91), + [aux_sym_to_phrase_token1] = ACTIONS(91), + [aux_sym_query_tuning_token1] = ACTIONS(91), + [aux_sym_query_tuning_token2] = ACTIONS(91), + [aux_sym_query_tuning_token3] = ACTIONS(91), + [aux_sym_query_tuning_token4] = ACTIONS(91), + [aux_sym_query_tuning_token5] = ACTIONS(91), + [aux_sym_query_tuning_token6] = ACTIONS(91), + [aux_sym_sort_clause_token1] = ACTIONS(91), + [aux_sym_image_phrase_token1] = ACTIONS(93), + [aux_sym_image_phrase_token2] = ACTIONS(91), + [aux_sym_size_phrase_token1] = ACTIONS(93), + [aux_sym_size_phrase_token2] = ACTIONS(91), + [aux_sym_size_phrase_token3] = ACTIONS(91), + [aux_sym_button_tuning_token1] = ACTIONS(91), + [aux_sym_button_tuning_token3] = ACTIONS(91), + [aux_sym_button_tuning_token4] = ACTIONS(91), + [aux_sym_button_tuning_token5] = ACTIONS(91), + [aux_sym_button_tuning_token6] = ACTIONS(91), + [aux_sym_button_tuning_token7] = ACTIONS(91), + [aux_sym_button_tuning_token8] = ACTIONS(91), + [aux_sym_button_tuning_token9] = ACTIONS(91), + [aux_sym_button_tuning_token10] = ACTIONS(91), + [aux_sym_button_tuning_token11] = ACTIONS(91), + [aux_sym_button_tuning_token12] = ACTIONS(91), + [aux_sym_button_tuning_token13] = ACTIONS(91), + [aux_sym_button_tuning_token14] = ACTIONS(91), + [aux_sym_button_tuning_token16] = ACTIONS(91), + [aux_sym_button_tuning_token17] = ACTIONS(91), + [sym__namecolon] = ACTIONS(827), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), }, - [153] = { - [sym_comment] = STATE(153), - [sym_include] = STATE(153), - [sym_function_arguments] = STATE(166), - [anon_sym_COLON] = ACTIONS(67), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(73), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(67), - [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), - [anon_sym_LBRACK] = ACTIONS(755), - [anon_sym_COMMA] = ACTIONS(67), - [anon_sym_LPAREN] = ACTIONS(757), - [aux_sym_type_tuning_token2] = ACTIONS(67), - [anon_sym_EQ] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [aux_sym__multiplicative_operator_token1] = ACTIONS(67), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(67), - [anon_sym_LT_GT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(67), - [aux_sym__comparison_operator_token1] = ACTIONS(67), - [aux_sym__comparison_operator_token2] = ACTIONS(67), - [aux_sym__comparison_operator_token3] = ACTIONS(67), - [aux_sym__comparison_operator_token4] = ACTIONS(67), - [aux_sym__comparison_operator_token5] = ACTIONS(67), - [aux_sym__comparison_operator_token6] = ACTIONS(67), - [aux_sym__comparison_operator_token7] = ACTIONS(67), - [aux_sym__comparison_operator_token8] = ACTIONS(67), - [aux_sym__comparison_operator_token9] = ACTIONS(67), - [aux_sym_variable_tuning_token4] = ACTIONS(67), - [aux_sym_function_call_token1] = ACTIONS(67), - [aux_sym_while_phrase_token1] = ACTIONS(67), - [aux_sym_repeat_tuning_token1] = ACTIONS(67), - [aux_sym_using_statement_token1] = ACTIONS(67), - [aux_sym_on_error_phrase_token1] = ACTIONS(67), - [aux_sym_stop_after_phrase_token1] = ACTIONS(67), - [aux_sym_do_tuning_token1] = ACTIONS(67), - [aux_sym_to_phrase_token1] = ACTIONS(67), - [aux_sym_query_tuning_token1] = ACTIONS(67), - [aux_sym_query_tuning_token2] = ACTIONS(67), - [aux_sym_query_tuning_token3] = ACTIONS(67), - [aux_sym_query_tuning_token4] = ACTIONS(67), - [aux_sym_query_tuning_token5] = ACTIONS(67), - [aux_sym_query_tuning_token6] = ACTIONS(67), - [aux_sym_sort_clause_token1] = ACTIONS(67), - [aux_sym_image_phrase_token1] = ACTIONS(73), - [aux_sym_image_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token1] = ACTIONS(73), - [aux_sym_size_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token3] = ACTIONS(67), - [aux_sym_button_tuning_token1] = ACTIONS(67), - [aux_sym_button_tuning_token3] = ACTIONS(67), - [aux_sym_button_tuning_token4] = ACTIONS(67), - [aux_sym_button_tuning_token5] = ACTIONS(67), - [aux_sym_button_tuning_token6] = ACTIONS(67), - [aux_sym_button_tuning_token7] = ACTIONS(67), - [aux_sym_button_tuning_token8] = ACTIONS(67), - [aux_sym_button_tuning_token9] = ACTIONS(67), - [aux_sym_button_tuning_token10] = ACTIONS(67), - [aux_sym_button_tuning_token11] = ACTIONS(67), - [aux_sym_button_tuning_token12] = ACTIONS(67), - [aux_sym_button_tuning_token13] = ACTIONS(67), - [aux_sym_button_tuning_token14] = ACTIONS(67), - [aux_sym_button_tuning_token16] = ACTIONS(67), - [aux_sym_button_tuning_token17] = ACTIONS(67), - [sym__or_operator] = ACTIONS(67), - [sym__and_operator] = ACTIONS(67), + [167] = { + [sym_comment] = STATE(167), + [sym_include] = STATE(167), + [sym_function_arguments] = STATE(319), + [aux_sym_qualified_name_repeat1] = STATE(303), + [aux_sym_object_access_repeat1] = STATE(326), + [aux_sym_member_access_repeat1] = STATE(316), + [sym_identifier] = ACTIONS(89), + [anon_sym_COLON] = ACTIONS(89), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(89), + [anon_sym_STAR] = ACTIONS(89), + [sym_null_expression] = ACTIONS(89), + [aux_sym_boolean_literal_token1] = ACTIONS(89), + [aux_sym_boolean_literal_token2] = ACTIONS(89), + [aux_sym_boolean_literal_token3] = ACTIONS(89), + [aux_sym_boolean_literal_token4] = ACTIONS(89), + [sym__integer_literal] = ACTIONS(89), + [sym_date_literal] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(898), + [anon_sym_EQ] = ACTIONS(89), + [aux_sym_unary_expression_token1] = ACTIONS(89), + [aux_sym_unary_expression_token2] = ACTIONS(89), + [aux_sym_ambiguous_expression_token1] = ACTIONS(89), + [aux_sym_temp_table_expression_token1] = ACTIONS(89), + [aux_sym_current_changed_expression_token1] = ACTIONS(89), + [aux_sym_locked_expression_token1] = ACTIONS(89), + [aux_sym_dataset_expression_token1] = ACTIONS(89), + [aux_sym_input_expression_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(89), + [anon_sym_DASH] = ACTIONS(89), + [aux_sym__multiplicative_operator_token1] = ACTIONS(89), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(89), + [anon_sym_LT_GT] = ACTIONS(89), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(89), + [aux_sym__comparison_operator_token1] = ACTIONS(89), + [aux_sym__comparison_operator_token2] = ACTIONS(89), + [aux_sym__comparison_operator_token3] = ACTIONS(89), + [aux_sym__comparison_operator_token4] = ACTIONS(89), + [aux_sym__comparison_operator_token5] = ACTIONS(89), + [aux_sym__comparison_operator_token6] = ACTIONS(89), + [aux_sym__comparison_operator_token7] = ACTIONS(89), + [aux_sym__comparison_operator_token8] = ACTIONS(89), + [aux_sym__comparison_operator_token9] = ACTIONS(89), + [aux_sym_scope_tuning_token1] = ACTIONS(89), + [aux_sym_if_statement_token1] = ACTIONS(89), + [aux_sym_while_phrase_token1] = ACTIONS(89), + [aux_sym_on_error_phrase_token1] = ACTIONS(89), + [aux_sym_stop_after_phrase_token1] = ACTIONS(89), + [aux_sym_do_tuning_token1] = ACTIONS(89), + [aux_sym_to_phrase_token1] = ACTIONS(89), + [aux_sym_sort_order_token1] = ACTIONS(89), + [aux_sym_sort_order_token2] = ACTIONS(89), + [aux_sym_sort_order_token3] = ACTIONS(89), + [aux_sym_sort_order_token4] = ACTIONS(89), + [aux_sym_sort_clause_token1] = ACTIONS(89), + [aux_sym_can_find_expression_token1] = ACTIONS(89), + [aux_sym_accumulate_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token2] = ACTIONS(89), + [sym__namedot] = ACTIONS(900), + [sym__namecolon] = ACTIONS(902), + [sym__namedoublecolon] = ACTIONS(904), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), }, - [154] = { - [sym_comment] = STATE(154), - [sym_include] = STATE(154), - [aux_sym_qualified_name_repeat1] = STATE(159), + [168] = { + [sym_comment] = STATE(168), + [sym_include] = STATE(168), [anon_sym_COLON] = ACTIONS(113), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -59972,8 +64143,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(113), [sym__terminator] = ACTIONS(113), - [aux_sym__block_terminator_token1] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(113), [anon_sym_COMMA] = ACTIONS(113), + [anon_sym_LPAREN] = ACTIONS(113), [aux_sym_type_tuning_token2] = ACTIONS(113), [anon_sym_EQ] = ACTIONS(113), [anon_sym_PLUS] = ACTIONS(113), @@ -60030,137 +64202,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_button_tuning_token14] = ACTIONS(113), [aux_sym_button_tuning_token16] = ACTIONS(113), [aux_sym_button_tuning_token17] = ACTIONS(113), - [sym__namedot] = ACTIONS(759), + [sym__namecolon] = ACTIONS(113), [sym__or_operator] = ACTIONS(113), [sym__and_operator] = ACTIONS(113), }, - [155] = { - [sym_comment] = STATE(155), - [sym_include] = STATE(155), - [aux_sym_qualified_name_repeat1] = STATE(154), - [anon_sym_COLON] = ACTIONS(124), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(126), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(124), - [sym__terminator] = ACTIONS(124), - [aux_sym__block_terminator_token1] = ACTIONS(124), - [anon_sym_COMMA] = ACTIONS(124), - [aux_sym_type_tuning_token2] = ACTIONS(124), - [anon_sym_EQ] = ACTIONS(124), - [anon_sym_PLUS] = ACTIONS(124), - [anon_sym_DASH] = ACTIONS(124), - [aux_sym__multiplicative_operator_token1] = ACTIONS(124), - [aux_sym__multiplicative_operator_token2] = ACTIONS(126), - [anon_sym_LT] = ACTIONS(126), - [anon_sym_LT_EQ] = ACTIONS(124), - [anon_sym_LT_GT] = ACTIONS(124), - [anon_sym_GT] = ACTIONS(126), - [anon_sym_GT_EQ] = ACTIONS(124), - [aux_sym__comparison_operator_token1] = ACTIONS(124), - [aux_sym__comparison_operator_token2] = ACTIONS(124), - [aux_sym__comparison_operator_token3] = ACTIONS(124), - [aux_sym__comparison_operator_token4] = ACTIONS(124), - [aux_sym__comparison_operator_token5] = ACTIONS(124), - [aux_sym__comparison_operator_token6] = ACTIONS(124), - [aux_sym__comparison_operator_token7] = ACTIONS(124), - [aux_sym__comparison_operator_token8] = ACTIONS(124), - [aux_sym__comparison_operator_token9] = ACTIONS(124), - [aux_sym_variable_tuning_token4] = ACTIONS(124), - [aux_sym_function_call_token1] = ACTIONS(124), - [aux_sym_while_phrase_token1] = ACTIONS(124), - [aux_sym_repeat_tuning_token1] = ACTIONS(124), - [aux_sym_using_statement_token1] = ACTIONS(124), - [aux_sym_on_error_phrase_token1] = ACTIONS(124), - [aux_sym_stop_after_phrase_token1] = ACTIONS(124), - [aux_sym_do_tuning_token1] = ACTIONS(124), - [aux_sym_to_phrase_token1] = ACTIONS(124), - [aux_sym_query_tuning_token1] = ACTIONS(124), - [aux_sym_query_tuning_token2] = ACTIONS(124), - [aux_sym_query_tuning_token3] = ACTIONS(124), - [aux_sym_query_tuning_token4] = ACTIONS(124), - [aux_sym_query_tuning_token5] = ACTIONS(124), - [aux_sym_query_tuning_token6] = ACTIONS(124), - [aux_sym_sort_clause_token1] = ACTIONS(124), - [aux_sym_image_phrase_token1] = ACTIONS(126), - [aux_sym_image_phrase_token2] = ACTIONS(124), - [aux_sym_size_phrase_token1] = ACTIONS(126), - [aux_sym_size_phrase_token2] = ACTIONS(124), - [aux_sym_size_phrase_token3] = ACTIONS(124), - [aux_sym_button_tuning_token1] = ACTIONS(124), - [aux_sym_button_tuning_token3] = ACTIONS(124), - [aux_sym_button_tuning_token4] = ACTIONS(124), - [aux_sym_button_tuning_token5] = ACTIONS(124), - [aux_sym_button_tuning_token6] = ACTIONS(124), - [aux_sym_button_tuning_token7] = ACTIONS(124), - [aux_sym_button_tuning_token8] = ACTIONS(124), - [aux_sym_button_tuning_token9] = ACTIONS(124), - [aux_sym_button_tuning_token10] = ACTIONS(124), - [aux_sym_button_tuning_token11] = ACTIONS(124), - [aux_sym_button_tuning_token12] = ACTIONS(124), - [aux_sym_button_tuning_token13] = ACTIONS(124), - [aux_sym_button_tuning_token14] = ACTIONS(124), - [aux_sym_button_tuning_token16] = ACTIONS(124), - [aux_sym_button_tuning_token17] = ACTIONS(124), - [sym__namedot] = ACTIONS(759), - [sym__or_operator] = ACTIONS(124), - [sym__and_operator] = ACTIONS(124), - }, - [156] = { - [sym_comment] = STATE(156), - [sym_include] = STATE(156), - [aux_sym_object_access_repeat1] = STATE(145), - [anon_sym_COLON] = ACTIONS(67), + [169] = { + [sym_comment] = STATE(169), + [sym_include] = STATE(169), + [aux_sym_object_access_repeat1] = STATE(164), + [anon_sym_COLON] = ACTIONS(91), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_SLASH] = ACTIONS(93), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(67), - [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), - [anon_sym_COMMA] = ACTIONS(67), - [aux_sym_type_tuning_token2] = ACTIONS(67), - [anon_sym_EQ] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [aux_sym__multiplicative_operator_token1] = ACTIONS(67), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(67), - [anon_sym_LT_GT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(67), - [aux_sym__comparison_operator_token1] = ACTIONS(67), - [aux_sym__comparison_operator_token2] = ACTIONS(67), - [aux_sym__comparison_operator_token3] = ACTIONS(67), - [aux_sym__comparison_operator_token4] = ACTIONS(67), - [aux_sym__comparison_operator_token5] = ACTIONS(67), - [aux_sym__comparison_operator_token6] = ACTIONS(67), - [aux_sym__comparison_operator_token7] = ACTIONS(67), - [aux_sym__comparison_operator_token8] = ACTIONS(67), - [aux_sym__comparison_operator_token9] = ACTIONS(67), - [aux_sym_variable_tuning_token4] = ACTIONS(67), - [aux_sym_function_call_token1] = ACTIONS(67), - [aux_sym_while_phrase_token1] = ACTIONS(67), - [aux_sym_repeat_tuning_token1] = ACTIONS(67), - [aux_sym_using_statement_token1] = ACTIONS(67), - [aux_sym_on_error_phrase_token1] = ACTIONS(67), - [aux_sym_stop_after_phrase_token1] = ACTIONS(67), - [aux_sym_do_tuning_token1] = ACTIONS(67), - [aux_sym_to_phrase_token1] = ACTIONS(67), - [aux_sym_query_tuning_token1] = ACTIONS(67), - [aux_sym_query_tuning_token2] = ACTIONS(67), - [aux_sym_query_tuning_token3] = ACTIONS(67), - [aux_sym_query_tuning_token4] = ACTIONS(67), - [aux_sym_query_tuning_token5] = ACTIONS(67), - [aux_sym_query_tuning_token6] = ACTIONS(67), - [aux_sym_sort_clause_token1] = ACTIONS(67), - [aux_sym_image_phrase_token1] = ACTIONS(73), - [aux_sym_image_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token1] = ACTIONS(73), - [aux_sym_size_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token3] = ACTIONS(67), + [anon_sym_STAR] = ACTIONS(91), + [sym__terminator] = ACTIONS(91), + [anon_sym_COMMA] = ACTIONS(91), + [anon_sym_LPAREN] = ACTIONS(91), + [aux_sym_type_tuning_token2] = ACTIONS(91), + [anon_sym_EQ] = ACTIONS(91), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [aux_sym__multiplicative_operator_token1] = ACTIONS(91), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(91), + [anon_sym_LT_GT] = ACTIONS(91), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(91), + [aux_sym__comparison_operator_token1] = ACTIONS(91), + [aux_sym__comparison_operator_token2] = ACTIONS(91), + [aux_sym__comparison_operator_token3] = ACTIONS(91), + [aux_sym__comparison_operator_token4] = ACTIONS(91), + [aux_sym__comparison_operator_token5] = ACTIONS(91), + [aux_sym__comparison_operator_token6] = ACTIONS(91), + [aux_sym__comparison_operator_token7] = ACTIONS(91), + [aux_sym__comparison_operator_token8] = ACTIONS(91), + [aux_sym__comparison_operator_token9] = ACTIONS(91), + [aux_sym_variable_tuning_token4] = ACTIONS(91), + [aux_sym_function_call_token1] = ACTIONS(91), + [aux_sym_while_phrase_token1] = ACTIONS(91), + [aux_sym_repeat_tuning_token1] = ACTIONS(91), + [aux_sym_using_statement_token1] = ACTIONS(91), + [aux_sym_on_error_phrase_token1] = ACTIONS(91), + [aux_sym_stop_after_phrase_token1] = ACTIONS(91), + [aux_sym_do_tuning_token1] = ACTIONS(91), + [aux_sym_to_phrase_token1] = ACTIONS(91), + [aux_sym_query_tuning_token1] = ACTIONS(91), + [aux_sym_query_tuning_token2] = ACTIONS(91), + [aux_sym_query_tuning_token3] = ACTIONS(91), + [aux_sym_query_tuning_token4] = ACTIONS(91), + [aux_sym_query_tuning_token5] = ACTIONS(91), + [aux_sym_query_tuning_token6] = ACTIONS(91), + [aux_sym_sort_clause_token1] = ACTIONS(91), + [aux_sym_image_phrase_token1] = ACTIONS(93), + [aux_sym_image_phrase_token2] = ACTIONS(91), + [aux_sym_size_phrase_token1] = ACTIONS(93), + [aux_sym_size_phrase_token2] = ACTIONS(91), + [aux_sym_size_phrase_token3] = ACTIONS(91), + [aux_sym_button_tuning_token1] = ACTIONS(91), + [aux_sym_button_tuning_token3] = ACTIONS(91), + [aux_sym_button_tuning_token4] = ACTIONS(91), + [aux_sym_button_tuning_token5] = ACTIONS(91), + [aux_sym_button_tuning_token6] = ACTIONS(91), + [aux_sym_button_tuning_token7] = ACTIONS(91), + [aux_sym_button_tuning_token8] = ACTIONS(91), + [aux_sym_button_tuning_token9] = ACTIONS(91), + [aux_sym_button_tuning_token10] = ACTIONS(91), + [aux_sym_button_tuning_token11] = ACTIONS(91), + [aux_sym_button_tuning_token12] = ACTIONS(91), + [aux_sym_button_tuning_token13] = ACTIONS(91), + [aux_sym_button_tuning_token14] = ACTIONS(91), + [aux_sym_button_tuning_token16] = ACTIONS(91), + [aux_sym_button_tuning_token17] = ACTIONS(91), + [sym__namecolon] = ACTIONS(827), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), + }, + [170] = { + [sym_comment] = STATE(170), + [sym_include] = STATE(170), + [sym_function_arguments] = STATE(319), + [aux_sym_qualified_name_repeat1] = STATE(303), + [aux_sym_object_access_repeat1] = STATE(326), + [aux_sym_member_access_repeat1] = STATE(316), + [sym_identifier] = ACTIONS(73), + [anon_sym_COLON] = ACTIONS(73), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(73), + [anon_sym_STAR] = ACTIONS(73), + [sym_null_expression] = ACTIONS(73), + [aux_sym_boolean_literal_token1] = ACTIONS(73), + [aux_sym_boolean_literal_token2] = ACTIONS(73), + [aux_sym_boolean_literal_token3] = ACTIONS(73), + [aux_sym_boolean_literal_token4] = ACTIONS(73), + [sym__integer_literal] = ACTIONS(73), + [sym_date_literal] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(906), + [anon_sym_LPAREN] = ACTIONS(898), + [anon_sym_EQ] = ACTIONS(73), + [aux_sym_unary_expression_token1] = ACTIONS(73), + [aux_sym_unary_expression_token2] = ACTIONS(73), + [aux_sym_ambiguous_expression_token1] = ACTIONS(73), + [aux_sym_temp_table_expression_token1] = ACTIONS(73), + [aux_sym_current_changed_expression_token1] = ACTIONS(73), + [aux_sym_locked_expression_token1] = ACTIONS(73), + [aux_sym_dataset_expression_token1] = ACTIONS(73), + [aux_sym_input_expression_token1] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(73), + [anon_sym_DASH] = ACTIONS(73), + [aux_sym__multiplicative_operator_token1] = ACTIONS(73), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(73), + [anon_sym_LT_GT] = ACTIONS(73), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(73), + [aux_sym__comparison_operator_token1] = ACTIONS(73), + [aux_sym__comparison_operator_token2] = ACTIONS(73), + [aux_sym__comparison_operator_token3] = ACTIONS(73), + [aux_sym__comparison_operator_token4] = ACTIONS(73), + [aux_sym__comparison_operator_token5] = ACTIONS(73), + [aux_sym__comparison_operator_token6] = ACTIONS(73), + [aux_sym__comparison_operator_token7] = ACTIONS(73), + [aux_sym__comparison_operator_token8] = ACTIONS(73), + [aux_sym__comparison_operator_token9] = ACTIONS(73), + [aux_sym_scope_tuning_token1] = ACTIONS(73), + [aux_sym_if_statement_token1] = ACTIONS(73), + [aux_sym_while_phrase_token1] = ACTIONS(73), + [aux_sym_on_error_phrase_token1] = ACTIONS(73), + [aux_sym_stop_after_phrase_token1] = ACTIONS(73), + [aux_sym_do_tuning_token1] = ACTIONS(73), + [aux_sym_to_phrase_token1] = ACTIONS(73), + [aux_sym_sort_order_token1] = ACTIONS(73), + [aux_sym_sort_order_token2] = ACTIONS(73), + [aux_sym_sort_order_token3] = ACTIONS(73), + [aux_sym_sort_order_token4] = ACTIONS(73), + [aux_sym_sort_clause_token1] = ACTIONS(73), + [aux_sym_can_find_expression_token1] = ACTIONS(73), + [aux_sym_accumulate_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token2] = ACTIONS(73), + [sym__namedot] = ACTIONS(900), + [sym__namecolon] = ACTIONS(902), + [sym__namedoublecolon] = ACTIONS(904), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + [sym__escaped_string] = ACTIONS(67), + }, + [171] = { + [sym_comment] = STATE(171), + [sym_include] = STATE(171), + [sym_function_arguments] = STATE(199), + [anon_sym_COLON] = ACTIONS(67), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(67), + [sym__terminator] = ACTIONS(67), + [anon_sym_LBRACK] = ACTIONS(821), + [anon_sym_COMMA] = ACTIONS(67), + [anon_sym_LPAREN] = ACTIONS(823), + [aux_sym_type_tuning_token2] = ACTIONS(67), + [anon_sym_EQ] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(67), + [anon_sym_DASH] = ACTIONS(67), + [aux_sym__multiplicative_operator_token1] = ACTIONS(67), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(67), + [anon_sym_LT_GT] = ACTIONS(67), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(67), + [aux_sym__comparison_operator_token1] = ACTIONS(67), + [aux_sym__comparison_operator_token2] = ACTIONS(67), + [aux_sym__comparison_operator_token3] = ACTIONS(67), + [aux_sym__comparison_operator_token4] = ACTIONS(67), + [aux_sym__comparison_operator_token5] = ACTIONS(67), + [aux_sym__comparison_operator_token6] = ACTIONS(67), + [aux_sym__comparison_operator_token7] = ACTIONS(67), + [aux_sym__comparison_operator_token8] = ACTIONS(67), + [aux_sym__comparison_operator_token9] = ACTIONS(67), + [aux_sym_variable_tuning_token4] = ACTIONS(67), + [aux_sym_function_call_token1] = ACTIONS(67), + [aux_sym_while_phrase_token1] = ACTIONS(67), + [aux_sym_repeat_tuning_token1] = ACTIONS(67), + [aux_sym_using_statement_token1] = ACTIONS(67), + [aux_sym_on_error_phrase_token1] = ACTIONS(67), + [aux_sym_stop_after_phrase_token1] = ACTIONS(67), + [aux_sym_do_tuning_token1] = ACTIONS(67), + [aux_sym_to_phrase_token1] = ACTIONS(67), + [aux_sym_query_tuning_token1] = ACTIONS(67), + [aux_sym_query_tuning_token2] = ACTIONS(67), + [aux_sym_query_tuning_token3] = ACTIONS(67), + [aux_sym_query_tuning_token4] = ACTIONS(67), + [aux_sym_query_tuning_token5] = ACTIONS(67), + [aux_sym_query_tuning_token6] = ACTIONS(67), + [aux_sym_sort_clause_token1] = ACTIONS(67), + [aux_sym_image_phrase_token1] = ACTIONS(73), + [aux_sym_image_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token1] = ACTIONS(73), + [aux_sym_size_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token3] = ACTIONS(67), [aux_sym_button_tuning_token1] = ACTIONS(67), [aux_sym_button_tuning_token3] = ACTIONS(67), [aux_sym_button_tuning_token4] = ACTIONS(67), @@ -60176,87 +64422,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_button_tuning_token14] = ACTIONS(67), [aux_sym_button_tuning_token16] = ACTIONS(67), [aux_sym_button_tuning_token17] = ACTIONS(67), - [sym__namecolon] = ACTIONS(761), [sym__or_operator] = ACTIONS(67), [sym__and_operator] = ACTIONS(67), }, - [157] = { - [sym_comment] = STATE(157), - [sym_include] = STATE(157), - [aux_sym_member_access_repeat1] = STATE(163), - [anon_sym_COLON] = ACTIONS(136), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(138), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(136), - [sym__terminator] = ACTIONS(136), - [aux_sym__block_terminator_token1] = ACTIONS(136), - [anon_sym_COMMA] = ACTIONS(136), - [aux_sym_type_tuning_token2] = ACTIONS(136), - [anon_sym_EQ] = ACTIONS(136), - [anon_sym_PLUS] = ACTIONS(136), - [anon_sym_DASH] = ACTIONS(136), - [aux_sym__multiplicative_operator_token1] = ACTIONS(136), - [aux_sym__multiplicative_operator_token2] = ACTIONS(138), - [anon_sym_LT] = ACTIONS(138), - [anon_sym_LT_EQ] = ACTIONS(136), - [anon_sym_LT_GT] = ACTIONS(136), - [anon_sym_GT] = ACTIONS(138), - [anon_sym_GT_EQ] = ACTIONS(136), - [aux_sym__comparison_operator_token1] = ACTIONS(136), - [aux_sym__comparison_operator_token2] = ACTIONS(136), - [aux_sym__comparison_operator_token3] = ACTIONS(136), - [aux_sym__comparison_operator_token4] = ACTIONS(136), - [aux_sym__comparison_operator_token5] = ACTIONS(136), - [aux_sym__comparison_operator_token6] = ACTIONS(136), - [aux_sym__comparison_operator_token7] = ACTIONS(136), - [aux_sym__comparison_operator_token8] = ACTIONS(136), - [aux_sym__comparison_operator_token9] = ACTIONS(136), - [aux_sym_variable_tuning_token4] = ACTIONS(136), - [aux_sym_function_call_token1] = ACTIONS(136), - [aux_sym_while_phrase_token1] = ACTIONS(136), - [aux_sym_repeat_tuning_token1] = ACTIONS(136), - [aux_sym_using_statement_token1] = ACTIONS(136), - [aux_sym_on_error_phrase_token1] = ACTIONS(136), - [aux_sym_stop_after_phrase_token1] = ACTIONS(136), - [aux_sym_do_tuning_token1] = ACTIONS(136), - [aux_sym_to_phrase_token1] = ACTIONS(136), - [aux_sym_query_tuning_token1] = ACTIONS(136), - [aux_sym_query_tuning_token2] = ACTIONS(136), - [aux_sym_query_tuning_token3] = ACTIONS(136), - [aux_sym_query_tuning_token4] = ACTIONS(136), - [aux_sym_query_tuning_token5] = ACTIONS(136), - [aux_sym_query_tuning_token6] = ACTIONS(136), - [aux_sym_sort_clause_token1] = ACTIONS(136), - [aux_sym_image_phrase_token1] = ACTIONS(138), - [aux_sym_image_phrase_token2] = ACTIONS(136), - [aux_sym_size_phrase_token1] = ACTIONS(138), - [aux_sym_size_phrase_token2] = ACTIONS(136), - [aux_sym_size_phrase_token3] = ACTIONS(136), - [aux_sym_button_tuning_token1] = ACTIONS(136), - [aux_sym_button_tuning_token3] = ACTIONS(136), - [aux_sym_button_tuning_token4] = ACTIONS(136), - [aux_sym_button_tuning_token5] = ACTIONS(136), - [aux_sym_button_tuning_token6] = ACTIONS(136), - [aux_sym_button_tuning_token7] = ACTIONS(136), - [aux_sym_button_tuning_token8] = ACTIONS(136), - [aux_sym_button_tuning_token9] = ACTIONS(136), - [aux_sym_button_tuning_token10] = ACTIONS(136), - [aux_sym_button_tuning_token11] = ACTIONS(136), - [aux_sym_button_tuning_token12] = ACTIONS(136), - [aux_sym_button_tuning_token13] = ACTIONS(136), - [aux_sym_button_tuning_token14] = ACTIONS(136), - [aux_sym_button_tuning_token16] = ACTIONS(136), - [aux_sym_button_tuning_token17] = ACTIONS(136), - [sym__namedoublecolon] = ACTIONS(763), - [sym__or_operator] = ACTIONS(136), - [sym__and_operator] = ACTIONS(136), - }, - [158] = { - [sym_comment] = STATE(158), - [sym_include] = STATE(158), - [aux_sym_object_access_repeat1] = STATE(145), + [172] = { + [sym_comment] = STATE(172), + [sym_include] = STATE(172), + [sym_function_arguments] = STATE(199), [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -60264,8 +64436,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(87), [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), [anon_sym_COMMA] = ACTIONS(87), + [anon_sym_LPAREN] = ACTIONS(823), [aux_sym_type_tuning_token2] = ACTIONS(87), [anon_sym_EQ] = ACTIONS(87), [anon_sym_PLUS] = ACTIONS(87), @@ -60322,87 +64494,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_button_tuning_token14] = ACTIONS(87), [aux_sym_button_tuning_token16] = ACTIONS(87), [aux_sym_button_tuning_token17] = ACTIONS(87), - [sym__namecolon] = ACTIONS(761), [sym__or_operator] = ACTIONS(87), [sym__and_operator] = ACTIONS(87), }, - [159] = { - [sym_comment] = STATE(159), - [sym_include] = STATE(159), - [aux_sym_qualified_name_repeat1] = STATE(159), - [anon_sym_COLON] = ACTIONS(102), + [173] = { + [sym_comment] = STATE(173), + [sym_include] = STATE(173), + [aux_sym_qualified_name_repeat1] = STATE(183), + [anon_sym_COLON] = ACTIONS(117), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(104), + [anon_sym_SLASH] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(102), - [sym__terminator] = ACTIONS(102), - [aux_sym__block_terminator_token1] = ACTIONS(102), - [anon_sym_COMMA] = ACTIONS(102), - [aux_sym_type_tuning_token2] = ACTIONS(102), - [anon_sym_EQ] = ACTIONS(102), - [anon_sym_PLUS] = ACTIONS(102), - [anon_sym_DASH] = ACTIONS(102), - [aux_sym__multiplicative_operator_token1] = ACTIONS(102), - [aux_sym__multiplicative_operator_token2] = ACTIONS(104), - [anon_sym_LT] = ACTIONS(104), - [anon_sym_LT_EQ] = ACTIONS(102), - [anon_sym_LT_GT] = ACTIONS(102), - [anon_sym_GT] = ACTIONS(104), - [anon_sym_GT_EQ] = ACTIONS(102), - [aux_sym__comparison_operator_token1] = ACTIONS(102), - [aux_sym__comparison_operator_token2] = ACTIONS(102), - [aux_sym__comparison_operator_token3] = ACTIONS(102), - [aux_sym__comparison_operator_token4] = ACTIONS(102), - [aux_sym__comparison_operator_token5] = ACTIONS(102), - [aux_sym__comparison_operator_token6] = ACTIONS(102), - [aux_sym__comparison_operator_token7] = ACTIONS(102), - [aux_sym__comparison_operator_token8] = ACTIONS(102), - [aux_sym__comparison_operator_token9] = ACTIONS(102), - [aux_sym_variable_tuning_token4] = ACTIONS(102), - [aux_sym_function_call_token1] = ACTIONS(102), - [aux_sym_while_phrase_token1] = ACTIONS(102), - [aux_sym_repeat_tuning_token1] = ACTIONS(102), - [aux_sym_using_statement_token1] = ACTIONS(102), - [aux_sym_on_error_phrase_token1] = ACTIONS(102), - [aux_sym_stop_after_phrase_token1] = ACTIONS(102), - [aux_sym_do_tuning_token1] = ACTIONS(102), - [aux_sym_to_phrase_token1] = ACTIONS(102), - [aux_sym_query_tuning_token1] = ACTIONS(102), - [aux_sym_query_tuning_token2] = ACTIONS(102), - [aux_sym_query_tuning_token3] = ACTIONS(102), - [aux_sym_query_tuning_token4] = ACTIONS(102), - [aux_sym_query_tuning_token5] = ACTIONS(102), - [aux_sym_query_tuning_token6] = ACTIONS(102), - [aux_sym_sort_clause_token1] = ACTIONS(102), - [aux_sym_image_phrase_token1] = ACTIONS(104), - [aux_sym_image_phrase_token2] = ACTIONS(102), - [aux_sym_size_phrase_token1] = ACTIONS(104), - [aux_sym_size_phrase_token2] = ACTIONS(102), - [aux_sym_size_phrase_token3] = ACTIONS(102), - [aux_sym_button_tuning_token1] = ACTIONS(102), - [aux_sym_button_tuning_token3] = ACTIONS(102), - [aux_sym_button_tuning_token4] = ACTIONS(102), - [aux_sym_button_tuning_token5] = ACTIONS(102), - [aux_sym_button_tuning_token6] = ACTIONS(102), - [aux_sym_button_tuning_token7] = ACTIONS(102), - [aux_sym_button_tuning_token8] = ACTIONS(102), - [aux_sym_button_tuning_token9] = ACTIONS(102), - [aux_sym_button_tuning_token10] = ACTIONS(102), - [aux_sym_button_tuning_token11] = ACTIONS(102), - [aux_sym_button_tuning_token12] = ACTIONS(102), - [aux_sym_button_tuning_token13] = ACTIONS(102), - [aux_sym_button_tuning_token14] = ACTIONS(102), - [aux_sym_button_tuning_token16] = ACTIONS(102), - [aux_sym_button_tuning_token17] = ACTIONS(102), - [sym__namedot] = ACTIONS(882), - [sym__or_operator] = ACTIONS(102), - [sym__and_operator] = ACTIONS(102), + [anon_sym_STAR] = ACTIONS(117), + [sym__terminator] = ACTIONS(117), + [anon_sym_COMMA] = ACTIONS(117), + [aux_sym_type_tuning_token2] = ACTIONS(117), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [aux_sym__multiplicative_operator_token1] = ACTIONS(117), + [aux_sym__multiplicative_operator_token2] = ACTIONS(119), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_LT_EQ] = ACTIONS(117), + [anon_sym_LT_GT] = ACTIONS(117), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_GT_EQ] = ACTIONS(117), + [aux_sym__comparison_operator_token1] = ACTIONS(117), + [aux_sym__comparison_operator_token2] = ACTIONS(117), + [aux_sym__comparison_operator_token3] = ACTIONS(117), + [aux_sym__comparison_operator_token4] = ACTIONS(117), + [aux_sym__comparison_operator_token5] = ACTIONS(117), + [aux_sym__comparison_operator_token6] = ACTIONS(117), + [aux_sym__comparison_operator_token7] = ACTIONS(117), + [aux_sym__comparison_operator_token8] = ACTIONS(117), + [aux_sym__comparison_operator_token9] = ACTIONS(117), + [aux_sym_variable_tuning_token4] = ACTIONS(117), + [aux_sym_function_call_token1] = ACTIONS(117), + [aux_sym_while_phrase_token1] = ACTIONS(117), + [aux_sym_repeat_tuning_token1] = ACTIONS(117), + [aux_sym_using_statement_token1] = ACTIONS(117), + [aux_sym_on_error_phrase_token1] = ACTIONS(117), + [aux_sym_stop_after_phrase_token1] = ACTIONS(117), + [aux_sym_do_tuning_token1] = ACTIONS(117), + [aux_sym_to_phrase_token1] = ACTIONS(117), + [aux_sym_query_tuning_token1] = ACTIONS(117), + [aux_sym_query_tuning_token2] = ACTIONS(117), + [aux_sym_query_tuning_token3] = ACTIONS(117), + [aux_sym_query_tuning_token4] = ACTIONS(117), + [aux_sym_query_tuning_token5] = ACTIONS(117), + [aux_sym_query_tuning_token6] = ACTIONS(117), + [aux_sym_sort_clause_token1] = ACTIONS(117), + [aux_sym_image_phrase_token1] = ACTIONS(119), + [aux_sym_image_phrase_token2] = ACTIONS(117), + [aux_sym_size_phrase_token1] = ACTIONS(119), + [aux_sym_size_phrase_token2] = ACTIONS(117), + [aux_sym_size_phrase_token3] = ACTIONS(117), + [aux_sym_button_tuning_token1] = ACTIONS(117), + [aux_sym_button_tuning_token3] = ACTIONS(117), + [aux_sym_button_tuning_token4] = ACTIONS(117), + [aux_sym_button_tuning_token5] = ACTIONS(117), + [aux_sym_button_tuning_token6] = ACTIONS(117), + [aux_sym_button_tuning_token7] = ACTIONS(117), + [aux_sym_button_tuning_token8] = ACTIONS(117), + [aux_sym_button_tuning_token9] = ACTIONS(117), + [aux_sym_button_tuning_token10] = ACTIONS(117), + [aux_sym_button_tuning_token11] = ACTIONS(117), + [aux_sym_button_tuning_token12] = ACTIONS(117), + [aux_sym_button_tuning_token13] = ACTIONS(117), + [aux_sym_button_tuning_token14] = ACTIONS(117), + [aux_sym_button_tuning_token16] = ACTIONS(117), + [aux_sym_button_tuning_token17] = ACTIONS(117), + [sym__namedot] = ACTIONS(825), + [sym__or_operator] = ACTIONS(117), + [sym__and_operator] = ACTIONS(117), }, - [160] = { - [sym_comment] = STATE(160), - [sym_include] = STATE(160), - [sym_function_arguments] = STATE(166), + [174] = { + [sym_comment] = STATE(174), + [sym_include] = STATE(174), + [aux_sym_object_access_repeat1] = STATE(165), [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -60410,9 +64580,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(87), [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), [anon_sym_COMMA] = ACTIONS(87), - [anon_sym_LPAREN] = ACTIONS(757), [aux_sym_type_tuning_token2] = ACTIONS(87), [anon_sym_EQ] = ACTIONS(87), [anon_sym_PLUS] = ACTIONS(87), @@ -60469,593 +64637,590 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_button_tuning_token14] = ACTIONS(87), [aux_sym_button_tuning_token16] = ACTIONS(87), [aux_sym_button_tuning_token17] = ACTIONS(87), + [sym__namecolon] = ACTIONS(827), [sym__or_operator] = ACTIONS(87), [sym__and_operator] = ACTIONS(87), }, - [161] = { - [sym_comment] = STATE(161), - [sym_include] = STATE(161), - [aux_sym_qualified_name_repeat1] = STATE(154), - [anon_sym_COLON] = ACTIONS(132), + [175] = { + [sym_comment] = STATE(175), + [sym_include] = STATE(175), + [aux_sym_object_access_repeat1] = STATE(165), + [anon_sym_COLON] = ACTIONS(67), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(134), + [anon_sym_SLASH] = ACTIONS(73), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(132), - [sym__terminator] = ACTIONS(132), - [aux_sym__block_terminator_token1] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [aux_sym_type_tuning_token2] = ACTIONS(132), - [anon_sym_EQ] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(132), - [aux_sym__multiplicative_operator_token1] = ACTIONS(132), - [aux_sym__multiplicative_operator_token2] = ACTIONS(134), - [anon_sym_LT] = ACTIONS(134), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_LT_GT] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(134), - [anon_sym_GT_EQ] = ACTIONS(132), - [aux_sym__comparison_operator_token1] = ACTIONS(132), - [aux_sym__comparison_operator_token2] = ACTIONS(132), - [aux_sym__comparison_operator_token3] = ACTIONS(132), - [aux_sym__comparison_operator_token4] = ACTIONS(132), - [aux_sym__comparison_operator_token5] = ACTIONS(132), - [aux_sym__comparison_operator_token6] = ACTIONS(132), - [aux_sym__comparison_operator_token7] = ACTIONS(132), - [aux_sym__comparison_operator_token8] = ACTIONS(132), - [aux_sym__comparison_operator_token9] = ACTIONS(132), - [aux_sym_variable_tuning_token4] = ACTIONS(132), - [aux_sym_function_call_token1] = ACTIONS(132), - [aux_sym_while_phrase_token1] = ACTIONS(132), - [aux_sym_repeat_tuning_token1] = ACTIONS(132), - [aux_sym_using_statement_token1] = ACTIONS(132), - [aux_sym_on_error_phrase_token1] = ACTIONS(132), - [aux_sym_stop_after_phrase_token1] = ACTIONS(132), - [aux_sym_do_tuning_token1] = ACTIONS(132), - [aux_sym_to_phrase_token1] = ACTIONS(132), - [aux_sym_query_tuning_token1] = ACTIONS(132), - [aux_sym_query_tuning_token2] = ACTIONS(132), - [aux_sym_query_tuning_token3] = ACTIONS(132), - [aux_sym_query_tuning_token4] = ACTIONS(132), - [aux_sym_query_tuning_token5] = ACTIONS(132), - [aux_sym_query_tuning_token6] = ACTIONS(132), - [aux_sym_sort_clause_token1] = ACTIONS(132), - [aux_sym_image_phrase_token1] = ACTIONS(134), - [aux_sym_image_phrase_token2] = ACTIONS(132), - [aux_sym_size_phrase_token1] = ACTIONS(134), - [aux_sym_size_phrase_token2] = ACTIONS(132), - [aux_sym_size_phrase_token3] = ACTIONS(132), - [aux_sym_button_tuning_token1] = ACTIONS(132), - [aux_sym_button_tuning_token3] = ACTIONS(132), - [aux_sym_button_tuning_token4] = ACTIONS(132), - [aux_sym_button_tuning_token5] = ACTIONS(132), - [aux_sym_button_tuning_token6] = ACTIONS(132), - [aux_sym_button_tuning_token7] = ACTIONS(132), - [aux_sym_button_tuning_token8] = ACTIONS(132), - [aux_sym_button_tuning_token9] = ACTIONS(132), - [aux_sym_button_tuning_token10] = ACTIONS(132), - [aux_sym_button_tuning_token11] = ACTIONS(132), - [aux_sym_button_tuning_token12] = ACTIONS(132), - [aux_sym_button_tuning_token13] = ACTIONS(132), - [aux_sym_button_tuning_token14] = ACTIONS(132), - [aux_sym_button_tuning_token16] = ACTIONS(132), - [aux_sym_button_tuning_token17] = ACTIONS(132), - [sym__namedot] = ACTIONS(759), - [sym__or_operator] = ACTIONS(132), - [sym__and_operator] = ACTIONS(132), + [anon_sym_STAR] = ACTIONS(67), + [sym__terminator] = ACTIONS(67), + [anon_sym_COMMA] = ACTIONS(67), + [aux_sym_type_tuning_token2] = ACTIONS(67), + [anon_sym_EQ] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(67), + [anon_sym_DASH] = ACTIONS(67), + [aux_sym__multiplicative_operator_token1] = ACTIONS(67), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(67), + [anon_sym_LT_GT] = ACTIONS(67), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(67), + [aux_sym__comparison_operator_token1] = ACTIONS(67), + [aux_sym__comparison_operator_token2] = ACTIONS(67), + [aux_sym__comparison_operator_token3] = ACTIONS(67), + [aux_sym__comparison_operator_token4] = ACTIONS(67), + [aux_sym__comparison_operator_token5] = ACTIONS(67), + [aux_sym__comparison_operator_token6] = ACTIONS(67), + [aux_sym__comparison_operator_token7] = ACTIONS(67), + [aux_sym__comparison_operator_token8] = ACTIONS(67), + [aux_sym__comparison_operator_token9] = ACTIONS(67), + [aux_sym_variable_tuning_token4] = ACTIONS(67), + [aux_sym_function_call_token1] = ACTIONS(67), + [aux_sym_while_phrase_token1] = ACTIONS(67), + [aux_sym_repeat_tuning_token1] = ACTIONS(67), + [aux_sym_using_statement_token1] = ACTIONS(67), + [aux_sym_on_error_phrase_token1] = ACTIONS(67), + [aux_sym_stop_after_phrase_token1] = ACTIONS(67), + [aux_sym_do_tuning_token1] = ACTIONS(67), + [aux_sym_to_phrase_token1] = ACTIONS(67), + [aux_sym_query_tuning_token1] = ACTIONS(67), + [aux_sym_query_tuning_token2] = ACTIONS(67), + [aux_sym_query_tuning_token3] = ACTIONS(67), + [aux_sym_query_tuning_token4] = ACTIONS(67), + [aux_sym_query_tuning_token5] = ACTIONS(67), + [aux_sym_query_tuning_token6] = ACTIONS(67), + [aux_sym_sort_clause_token1] = ACTIONS(67), + [aux_sym_image_phrase_token1] = ACTIONS(73), + [aux_sym_image_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token1] = ACTIONS(73), + [aux_sym_size_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token3] = ACTIONS(67), + [aux_sym_button_tuning_token1] = ACTIONS(67), + [aux_sym_button_tuning_token3] = ACTIONS(67), + [aux_sym_button_tuning_token4] = ACTIONS(67), + [aux_sym_button_tuning_token5] = ACTIONS(67), + [aux_sym_button_tuning_token6] = ACTIONS(67), + [aux_sym_button_tuning_token7] = ACTIONS(67), + [aux_sym_button_tuning_token8] = ACTIONS(67), + [aux_sym_button_tuning_token9] = ACTIONS(67), + [aux_sym_button_tuning_token10] = ACTIONS(67), + [aux_sym_button_tuning_token11] = ACTIONS(67), + [aux_sym_button_tuning_token12] = ACTIONS(67), + [aux_sym_button_tuning_token13] = ACTIONS(67), + [aux_sym_button_tuning_token14] = ACTIONS(67), + [aux_sym_button_tuning_token16] = ACTIONS(67), + [aux_sym_button_tuning_token17] = ACTIONS(67), + [sym__namecolon] = ACTIONS(827), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), }, - [162] = { - [sym_comment] = STATE(162), - [sym_include] = STATE(162), - [anon_sym_COLON] = ACTIONS(140), + [176] = { + [sym_comment] = STATE(176), + [sym_include] = STATE(176), + [anon_sym_COLON] = ACTIONS(137), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(142), + [anon_sym_SLASH] = ACTIONS(139), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(140), - [sym__terminator] = ACTIONS(140), - [aux_sym__block_terminator_token1] = ACTIONS(140), - [anon_sym_COMMA] = ACTIONS(140), - [aux_sym_type_tuning_token2] = ACTIONS(140), - [anon_sym_EQ] = ACTIONS(140), - [anon_sym_PLUS] = ACTIONS(140), - [anon_sym_DASH] = ACTIONS(140), - [aux_sym__multiplicative_operator_token1] = ACTIONS(140), - [aux_sym__multiplicative_operator_token2] = ACTIONS(142), - [anon_sym_LT] = ACTIONS(142), - [anon_sym_LT_EQ] = ACTIONS(140), - [anon_sym_LT_GT] = ACTIONS(140), - [anon_sym_GT] = ACTIONS(142), - [anon_sym_GT_EQ] = ACTIONS(140), - [aux_sym__comparison_operator_token1] = ACTIONS(140), - [aux_sym__comparison_operator_token2] = ACTIONS(140), - [aux_sym__comparison_operator_token3] = ACTIONS(140), - [aux_sym__comparison_operator_token4] = ACTIONS(140), - [aux_sym__comparison_operator_token5] = ACTIONS(140), - [aux_sym__comparison_operator_token6] = ACTIONS(140), - [aux_sym__comparison_operator_token7] = ACTIONS(140), - [aux_sym__comparison_operator_token8] = ACTIONS(140), - [aux_sym__comparison_operator_token9] = ACTIONS(140), - [aux_sym_variable_tuning_token4] = ACTIONS(140), - [aux_sym_function_call_token1] = ACTIONS(140), - [aux_sym_while_phrase_token1] = ACTIONS(140), - [aux_sym_repeat_tuning_token1] = ACTIONS(140), - [aux_sym_using_statement_token1] = ACTIONS(140), - [anon_sym_NO_DASHERROR] = ACTIONS(142), - [aux_sym_on_error_phrase_token1] = ACTIONS(140), - [aux_sym_stop_after_phrase_token1] = ACTIONS(140), - [aux_sym_do_tuning_token1] = ACTIONS(140), - [aux_sym_to_phrase_token1] = ACTIONS(140), - [aux_sym_query_tuning_token1] = ACTIONS(140), - [aux_sym_query_tuning_token2] = ACTIONS(140), - [aux_sym_query_tuning_token3] = ACTIONS(140), - [aux_sym_query_tuning_token4] = ACTIONS(140), - [aux_sym_query_tuning_token5] = ACTIONS(140), - [aux_sym_query_tuning_token6] = ACTIONS(140), - [aux_sym_sort_clause_token1] = ACTIONS(140), - [aux_sym_image_phrase_token1] = ACTIONS(142), - [aux_sym_image_phrase_token2] = ACTIONS(140), - [aux_sym_size_phrase_token1] = ACTIONS(142), - [aux_sym_size_phrase_token2] = ACTIONS(140), - [aux_sym_size_phrase_token3] = ACTIONS(140), - [aux_sym_button_tuning_token1] = ACTIONS(140), - [aux_sym_button_tuning_token3] = ACTIONS(140), - [aux_sym_button_tuning_token4] = ACTIONS(140), - [aux_sym_button_tuning_token5] = ACTIONS(140), - [aux_sym_button_tuning_token6] = ACTIONS(140), - [aux_sym_button_tuning_token7] = ACTIONS(140), - [aux_sym_button_tuning_token8] = ACTIONS(140), - [aux_sym_button_tuning_token9] = ACTIONS(140), - [aux_sym_button_tuning_token10] = ACTIONS(140), - [aux_sym_button_tuning_token11] = ACTIONS(140), - [aux_sym_button_tuning_token12] = ACTIONS(140), - [aux_sym_button_tuning_token13] = ACTIONS(140), - [aux_sym_button_tuning_token14] = ACTIONS(140), - [aux_sym_button_tuning_token16] = ACTIONS(140), - [aux_sym_button_tuning_token17] = ACTIONS(140), - [sym__namecolon] = ACTIONS(140), - [sym__or_operator] = ACTIONS(140), - [sym__and_operator] = ACTIONS(140), + [anon_sym_STAR] = ACTIONS(137), + [sym__terminator] = ACTIONS(137), + [anon_sym_COMMA] = ACTIONS(137), + [aux_sym_type_tuning_token2] = ACTIONS(137), + [anon_sym_EQ] = ACTIONS(137), + [anon_sym_PLUS] = ACTIONS(137), + [anon_sym_DASH] = ACTIONS(137), + [aux_sym__multiplicative_operator_token1] = ACTIONS(137), + [aux_sym__multiplicative_operator_token2] = ACTIONS(139), + [anon_sym_LT] = ACTIONS(139), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_LT_GT] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(139), + [anon_sym_GT_EQ] = ACTIONS(137), + [aux_sym__comparison_operator_token1] = ACTIONS(137), + [aux_sym__comparison_operator_token2] = ACTIONS(137), + [aux_sym__comparison_operator_token3] = ACTIONS(137), + [aux_sym__comparison_operator_token4] = ACTIONS(137), + [aux_sym__comparison_operator_token5] = ACTIONS(137), + [aux_sym__comparison_operator_token6] = ACTIONS(137), + [aux_sym__comparison_operator_token7] = ACTIONS(137), + [aux_sym__comparison_operator_token8] = ACTIONS(137), + [aux_sym__comparison_operator_token9] = ACTIONS(137), + [aux_sym_variable_tuning_token4] = ACTIONS(137), + [aux_sym_function_call_token1] = ACTIONS(137), + [aux_sym_while_phrase_token1] = ACTIONS(137), + [aux_sym_repeat_tuning_token1] = ACTIONS(137), + [aux_sym_using_statement_token1] = ACTIONS(137), + [anon_sym_NO_DASHERROR] = ACTIONS(139), + [aux_sym_on_error_phrase_token1] = ACTIONS(137), + [aux_sym_stop_after_phrase_token1] = ACTIONS(137), + [aux_sym_do_tuning_token1] = ACTIONS(137), + [aux_sym_to_phrase_token1] = ACTIONS(137), + [aux_sym_query_tuning_token1] = ACTIONS(137), + [aux_sym_query_tuning_token2] = ACTIONS(137), + [aux_sym_query_tuning_token3] = ACTIONS(137), + [aux_sym_query_tuning_token4] = ACTIONS(137), + [aux_sym_query_tuning_token5] = ACTIONS(137), + [aux_sym_query_tuning_token6] = ACTIONS(137), + [aux_sym_sort_clause_token1] = ACTIONS(137), + [aux_sym_image_phrase_token1] = ACTIONS(139), + [aux_sym_image_phrase_token2] = ACTIONS(137), + [aux_sym_size_phrase_token1] = ACTIONS(139), + [aux_sym_size_phrase_token2] = ACTIONS(137), + [aux_sym_size_phrase_token3] = ACTIONS(137), + [aux_sym_button_tuning_token1] = ACTIONS(137), + [aux_sym_button_tuning_token3] = ACTIONS(137), + [aux_sym_button_tuning_token4] = ACTIONS(137), + [aux_sym_button_tuning_token5] = ACTIONS(137), + [aux_sym_button_tuning_token6] = ACTIONS(137), + [aux_sym_button_tuning_token7] = ACTIONS(137), + [aux_sym_button_tuning_token8] = ACTIONS(137), + [aux_sym_button_tuning_token9] = ACTIONS(137), + [aux_sym_button_tuning_token10] = ACTIONS(137), + [aux_sym_button_tuning_token11] = ACTIONS(137), + [aux_sym_button_tuning_token12] = ACTIONS(137), + [aux_sym_button_tuning_token13] = ACTIONS(137), + [aux_sym_button_tuning_token14] = ACTIONS(137), + [aux_sym_button_tuning_token16] = ACTIONS(137), + [aux_sym_button_tuning_token17] = ACTIONS(137), + [sym__namecolon] = ACTIONS(137), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), }, - [163] = { - [sym_comment] = STATE(163), - [sym_include] = STATE(163), - [aux_sym_member_access_repeat1] = STATE(163), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(117), - [sym__terminator] = ACTIONS(117), - [aux_sym__block_terminator_token1] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [aux_sym_type_tuning_token2] = ACTIONS(117), - [anon_sym_EQ] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(117), - [aux_sym__multiplicative_operator_token1] = ACTIONS(117), - [aux_sym__multiplicative_operator_token2] = ACTIONS(119), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_LT_GT] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_GT_EQ] = ACTIONS(117), - [aux_sym__comparison_operator_token1] = ACTIONS(117), - [aux_sym__comparison_operator_token2] = ACTIONS(117), - [aux_sym__comparison_operator_token3] = ACTIONS(117), - [aux_sym__comparison_operator_token4] = ACTIONS(117), - [aux_sym__comparison_operator_token5] = ACTIONS(117), - [aux_sym__comparison_operator_token6] = ACTIONS(117), - [aux_sym__comparison_operator_token7] = ACTIONS(117), - [aux_sym__comparison_operator_token8] = ACTIONS(117), - [aux_sym__comparison_operator_token9] = ACTIONS(117), - [aux_sym_variable_tuning_token4] = ACTIONS(117), - [aux_sym_function_call_token1] = ACTIONS(117), - [aux_sym_while_phrase_token1] = ACTIONS(117), - [aux_sym_repeat_tuning_token1] = ACTIONS(117), - [aux_sym_using_statement_token1] = ACTIONS(117), - [aux_sym_on_error_phrase_token1] = ACTIONS(117), - [aux_sym_stop_after_phrase_token1] = ACTIONS(117), - [aux_sym_do_tuning_token1] = ACTIONS(117), - [aux_sym_to_phrase_token1] = ACTIONS(117), - [aux_sym_query_tuning_token1] = ACTIONS(117), - [aux_sym_query_tuning_token2] = ACTIONS(117), - [aux_sym_query_tuning_token3] = ACTIONS(117), - [aux_sym_query_tuning_token4] = ACTIONS(117), - [aux_sym_query_tuning_token5] = ACTIONS(117), - [aux_sym_query_tuning_token6] = ACTIONS(117), - [aux_sym_sort_clause_token1] = ACTIONS(117), - [aux_sym_image_phrase_token1] = ACTIONS(119), - [aux_sym_image_phrase_token2] = ACTIONS(117), - [aux_sym_size_phrase_token1] = ACTIONS(119), - [aux_sym_size_phrase_token2] = ACTIONS(117), - [aux_sym_size_phrase_token3] = ACTIONS(117), - [aux_sym_button_tuning_token1] = ACTIONS(117), - [aux_sym_button_tuning_token3] = ACTIONS(117), - [aux_sym_button_tuning_token4] = ACTIONS(117), - [aux_sym_button_tuning_token5] = ACTIONS(117), - [aux_sym_button_tuning_token6] = ACTIONS(117), - [aux_sym_button_tuning_token7] = ACTIONS(117), - [aux_sym_button_tuning_token8] = ACTIONS(117), - [aux_sym_button_tuning_token9] = ACTIONS(117), - [aux_sym_button_tuning_token10] = ACTIONS(117), - [aux_sym_button_tuning_token11] = ACTIONS(117), - [aux_sym_button_tuning_token12] = ACTIONS(117), - [aux_sym_button_tuning_token13] = ACTIONS(117), - [aux_sym_button_tuning_token14] = ACTIONS(117), - [aux_sym_button_tuning_token16] = ACTIONS(117), - [aux_sym_button_tuning_token17] = ACTIONS(117), - [sym__namedoublecolon] = ACTIONS(885), - [sym__or_operator] = ACTIONS(117), - [sym__and_operator] = ACTIONS(117), + [177] = { + [sym_comment] = STATE(177), + [sym_include] = STATE(177), + [sym_function_arguments] = STATE(350), + [aux_sym_qualified_name_repeat1] = STATE(352), + [aux_sym_object_access_repeat1] = STATE(348), + [aux_sym_member_access_repeat1] = STATE(363), + [sym_identifier] = ACTIONS(73), + [anon_sym_COLON] = ACTIONS(73), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(73), + [anon_sym_STAR] = ACTIONS(73), + [sym_null_expression] = ACTIONS(73), + [aux_sym_boolean_literal_token1] = ACTIONS(73), + [aux_sym_boolean_literal_token2] = ACTIONS(73), + [aux_sym_boolean_literal_token3] = ACTIONS(73), + [aux_sym_boolean_literal_token4] = ACTIONS(73), + [sym__integer_literal] = ACTIONS(73), + [sym_date_literal] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(908), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_EQ] = ACTIONS(73), + [aux_sym_unary_expression_token1] = ACTIONS(73), + [aux_sym_unary_expression_token2] = ACTIONS(73), + [aux_sym_ambiguous_expression_token1] = ACTIONS(73), + [aux_sym_temp_table_expression_token1] = ACTIONS(73), + [aux_sym_current_changed_expression_token1] = ACTIONS(73), + [aux_sym_locked_expression_token1] = ACTIONS(73), + [aux_sym_dataset_expression_token1] = ACTIONS(73), + [aux_sym_input_expression_token1] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(73), + [anon_sym_DASH] = ACTIONS(73), + [aux_sym__multiplicative_operator_token1] = ACTIONS(73), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(73), + [anon_sym_LT_GT] = ACTIONS(73), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(73), + [aux_sym__comparison_operator_token1] = ACTIONS(73), + [aux_sym__comparison_operator_token2] = ACTIONS(73), + [aux_sym__comparison_operator_token3] = ACTIONS(73), + [aux_sym__comparison_operator_token4] = ACTIONS(73), + [aux_sym__comparison_operator_token5] = ACTIONS(73), + [aux_sym__comparison_operator_token6] = ACTIONS(73), + [aux_sym__comparison_operator_token7] = ACTIONS(73), + [aux_sym__comparison_operator_token8] = ACTIONS(73), + [aux_sym__comparison_operator_token9] = ACTIONS(73), + [aux_sym_scope_tuning_token1] = ACTIONS(73), + [aux_sym_if_statement_token1] = ACTIONS(73), + [aux_sym_while_phrase_token1] = ACTIONS(73), + [aux_sym_repeat_tuning_token1] = ACTIONS(73), + [aux_sym_on_error_phrase_token1] = ACTIONS(73), + [aux_sym_to_phrase_token1] = ACTIONS(73), + [aux_sym_sort_order_token1] = ACTIONS(73), + [aux_sym_sort_order_token2] = ACTIONS(73), + [aux_sym_sort_order_token3] = ACTIONS(73), + [aux_sym_sort_order_token4] = ACTIONS(73), + [aux_sym_sort_clause_token1] = ACTIONS(73), + [aux_sym_can_find_expression_token1] = ACTIONS(73), + [aux_sym_accumulate_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token2] = ACTIONS(73), + [sym__namedot] = ACTIONS(912), + [sym__namecolon] = ACTIONS(914), + [sym__namedoublecolon] = ACTIONS(916), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + [sym__escaped_string] = ACTIONS(67), }, - [164] = { - [sym_comment] = STATE(164), - [sym_include] = STATE(164), - [anon_sym_COLON] = ACTIONS(144), + [178] = { + [sym_comment] = STATE(178), + [sym_include] = STATE(178), + [anon_sym_COLON] = ACTIONS(121), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(146), + [anon_sym_SLASH] = ACTIONS(123), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(144), - [sym__terminator] = ACTIONS(144), - [aux_sym__block_terminator_token1] = ACTIONS(144), - [anon_sym_COMMA] = ACTIONS(144), - [aux_sym_type_tuning_token2] = ACTIONS(144), - [anon_sym_EQ] = ACTIONS(144), - [anon_sym_PLUS] = ACTIONS(144), - [anon_sym_DASH] = ACTIONS(144), - [aux_sym__multiplicative_operator_token1] = ACTIONS(144), - [aux_sym__multiplicative_operator_token2] = ACTIONS(146), - [anon_sym_LT] = ACTIONS(146), - [anon_sym_LT_EQ] = ACTIONS(144), - [anon_sym_LT_GT] = ACTIONS(144), - [anon_sym_GT] = ACTIONS(146), - [anon_sym_GT_EQ] = ACTIONS(144), - [aux_sym__comparison_operator_token1] = ACTIONS(144), - [aux_sym__comparison_operator_token2] = ACTIONS(144), - [aux_sym__comparison_operator_token3] = ACTIONS(144), - [aux_sym__comparison_operator_token4] = ACTIONS(144), - [aux_sym__comparison_operator_token5] = ACTIONS(144), - [aux_sym__comparison_operator_token6] = ACTIONS(144), - [aux_sym__comparison_operator_token7] = ACTIONS(144), - [aux_sym__comparison_operator_token8] = ACTIONS(144), - [aux_sym__comparison_operator_token9] = ACTIONS(144), - [aux_sym_variable_tuning_token4] = ACTIONS(144), - [aux_sym_function_call_token1] = ACTIONS(144), - [aux_sym_while_phrase_token1] = ACTIONS(144), - [aux_sym_repeat_tuning_token1] = ACTIONS(144), - [aux_sym_using_statement_token1] = ACTIONS(144), - [anon_sym_NO_DASHERROR] = ACTIONS(146), - [aux_sym_on_error_phrase_token1] = ACTIONS(144), - [aux_sym_stop_after_phrase_token1] = ACTIONS(144), - [aux_sym_do_tuning_token1] = ACTIONS(144), - [aux_sym_to_phrase_token1] = ACTIONS(144), - [aux_sym_query_tuning_token1] = ACTIONS(144), - [aux_sym_query_tuning_token2] = ACTIONS(144), - [aux_sym_query_tuning_token3] = ACTIONS(144), - [aux_sym_query_tuning_token4] = ACTIONS(144), - [aux_sym_query_tuning_token5] = ACTIONS(144), - [aux_sym_query_tuning_token6] = ACTIONS(144), - [aux_sym_sort_clause_token1] = ACTIONS(144), - [aux_sym_image_phrase_token1] = ACTIONS(146), - [aux_sym_image_phrase_token2] = ACTIONS(144), - [aux_sym_size_phrase_token1] = ACTIONS(146), - [aux_sym_size_phrase_token2] = ACTIONS(144), - [aux_sym_size_phrase_token3] = ACTIONS(144), - [aux_sym_button_tuning_token1] = ACTIONS(144), - [aux_sym_button_tuning_token3] = ACTIONS(144), - [aux_sym_button_tuning_token4] = ACTIONS(144), - [aux_sym_button_tuning_token5] = ACTIONS(144), - [aux_sym_button_tuning_token6] = ACTIONS(144), - [aux_sym_button_tuning_token7] = ACTIONS(144), - [aux_sym_button_tuning_token8] = ACTIONS(144), - [aux_sym_button_tuning_token9] = ACTIONS(144), - [aux_sym_button_tuning_token10] = ACTIONS(144), - [aux_sym_button_tuning_token11] = ACTIONS(144), - [aux_sym_button_tuning_token12] = ACTIONS(144), - [aux_sym_button_tuning_token13] = ACTIONS(144), - [aux_sym_button_tuning_token14] = ACTIONS(144), - [aux_sym_button_tuning_token16] = ACTIONS(144), - [aux_sym_button_tuning_token17] = ACTIONS(144), - [sym__namecolon] = ACTIONS(144), - [sym__or_operator] = ACTIONS(144), - [sym__and_operator] = ACTIONS(144), + [anon_sym_STAR] = ACTIONS(121), + [sym__terminator] = ACTIONS(121), + [anon_sym_COMMA] = ACTIONS(121), + [aux_sym_type_tuning_token2] = ACTIONS(121), + [anon_sym_EQ] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(121), + [anon_sym_DASH] = ACTIONS(121), + [aux_sym__multiplicative_operator_token1] = ACTIONS(121), + [aux_sym__multiplicative_operator_token2] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_LT_GT] = ACTIONS(121), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_GT_EQ] = ACTIONS(121), + [aux_sym__comparison_operator_token1] = ACTIONS(121), + [aux_sym__comparison_operator_token2] = ACTIONS(121), + [aux_sym__comparison_operator_token3] = ACTIONS(121), + [aux_sym__comparison_operator_token4] = ACTIONS(121), + [aux_sym__comparison_operator_token5] = ACTIONS(121), + [aux_sym__comparison_operator_token6] = ACTIONS(121), + [aux_sym__comparison_operator_token7] = ACTIONS(121), + [aux_sym__comparison_operator_token8] = ACTIONS(121), + [aux_sym__comparison_operator_token9] = ACTIONS(121), + [aux_sym_variable_tuning_token4] = ACTIONS(121), + [aux_sym_function_call_token1] = ACTIONS(121), + [aux_sym_while_phrase_token1] = ACTIONS(121), + [aux_sym_repeat_tuning_token1] = ACTIONS(121), + [aux_sym_using_statement_token1] = ACTIONS(121), + [anon_sym_NO_DASHERROR] = ACTIONS(123), + [aux_sym_on_error_phrase_token1] = ACTIONS(121), + [aux_sym_stop_after_phrase_token1] = ACTIONS(121), + [aux_sym_do_tuning_token1] = ACTIONS(121), + [aux_sym_to_phrase_token1] = ACTIONS(121), + [aux_sym_query_tuning_token1] = ACTIONS(121), + [aux_sym_query_tuning_token2] = ACTIONS(121), + [aux_sym_query_tuning_token3] = ACTIONS(121), + [aux_sym_query_tuning_token4] = ACTIONS(121), + [aux_sym_query_tuning_token5] = ACTIONS(121), + [aux_sym_query_tuning_token6] = ACTIONS(121), + [aux_sym_sort_clause_token1] = ACTIONS(121), + [aux_sym_image_phrase_token1] = ACTIONS(123), + [aux_sym_image_phrase_token2] = ACTIONS(121), + [aux_sym_size_phrase_token1] = ACTIONS(123), + [aux_sym_size_phrase_token2] = ACTIONS(121), + [aux_sym_size_phrase_token3] = ACTIONS(121), + [aux_sym_button_tuning_token1] = ACTIONS(121), + [aux_sym_button_tuning_token3] = ACTIONS(121), + [aux_sym_button_tuning_token4] = ACTIONS(121), + [aux_sym_button_tuning_token5] = ACTIONS(121), + [aux_sym_button_tuning_token6] = ACTIONS(121), + [aux_sym_button_tuning_token7] = ACTIONS(121), + [aux_sym_button_tuning_token8] = ACTIONS(121), + [aux_sym_button_tuning_token9] = ACTIONS(121), + [aux_sym_button_tuning_token10] = ACTIONS(121), + [aux_sym_button_tuning_token11] = ACTIONS(121), + [aux_sym_button_tuning_token12] = ACTIONS(121), + [aux_sym_button_tuning_token13] = ACTIONS(121), + [aux_sym_button_tuning_token14] = ACTIONS(121), + [aux_sym_button_tuning_token16] = ACTIONS(121), + [aux_sym_button_tuning_token17] = ACTIONS(121), + [sym__namecolon] = ACTIONS(121), + [sym__or_operator] = ACTIONS(121), + [sym__and_operator] = ACTIONS(121), }, - [165] = { - [sym_comment] = STATE(165), - [sym_include] = STATE(165), - [anon_sym_COLON] = ACTIONS(128), + [179] = { + [sym_comment] = STATE(179), + [sym_include] = STATE(179), + [aux_sym_qualified_name_repeat1] = STATE(183), + [anon_sym_COLON] = ACTIONS(133), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(135), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(128), - [sym__terminator] = ACTIONS(128), - [aux_sym__block_terminator_token1] = ACTIONS(128), - [anon_sym_COMMA] = ACTIONS(128), - [aux_sym_type_tuning_token2] = ACTIONS(128), - [anon_sym_EQ] = ACTIONS(128), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [aux_sym__multiplicative_operator_token1] = ACTIONS(128), - [aux_sym__multiplicative_operator_token2] = ACTIONS(130), - [anon_sym_LT] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(128), - [anon_sym_LT_GT] = ACTIONS(128), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(128), - [aux_sym__comparison_operator_token1] = ACTIONS(128), - [aux_sym__comparison_operator_token2] = ACTIONS(128), - [aux_sym__comparison_operator_token3] = ACTIONS(128), - [aux_sym__comparison_operator_token4] = ACTIONS(128), - [aux_sym__comparison_operator_token5] = ACTIONS(128), - [aux_sym__comparison_operator_token6] = ACTIONS(128), - [aux_sym__comparison_operator_token7] = ACTIONS(128), - [aux_sym__comparison_operator_token8] = ACTIONS(128), - [aux_sym__comparison_operator_token9] = ACTIONS(128), - [aux_sym_variable_tuning_token4] = ACTIONS(128), - [aux_sym_function_call_token1] = ACTIONS(128), - [aux_sym_while_phrase_token1] = ACTIONS(128), - [aux_sym_repeat_tuning_token1] = ACTIONS(128), - [aux_sym_using_statement_token1] = ACTIONS(128), - [anon_sym_NO_DASHERROR] = ACTIONS(130), - [aux_sym_on_error_phrase_token1] = ACTIONS(128), - [aux_sym_stop_after_phrase_token1] = ACTIONS(128), - [aux_sym_do_tuning_token1] = ACTIONS(128), - [aux_sym_to_phrase_token1] = ACTIONS(128), - [aux_sym_query_tuning_token1] = ACTIONS(128), - [aux_sym_query_tuning_token2] = ACTIONS(128), - [aux_sym_query_tuning_token3] = ACTIONS(128), - [aux_sym_query_tuning_token4] = ACTIONS(128), - [aux_sym_query_tuning_token5] = ACTIONS(128), - [aux_sym_query_tuning_token6] = ACTIONS(128), - [aux_sym_sort_clause_token1] = ACTIONS(128), - [aux_sym_image_phrase_token1] = ACTIONS(130), - [aux_sym_image_phrase_token2] = ACTIONS(128), - [aux_sym_size_phrase_token1] = ACTIONS(130), - [aux_sym_size_phrase_token2] = ACTIONS(128), - [aux_sym_size_phrase_token3] = ACTIONS(128), - [aux_sym_button_tuning_token1] = ACTIONS(128), - [aux_sym_button_tuning_token3] = ACTIONS(128), - [aux_sym_button_tuning_token4] = ACTIONS(128), - [aux_sym_button_tuning_token5] = ACTIONS(128), - [aux_sym_button_tuning_token6] = ACTIONS(128), - [aux_sym_button_tuning_token7] = ACTIONS(128), - [aux_sym_button_tuning_token8] = ACTIONS(128), - [aux_sym_button_tuning_token9] = ACTIONS(128), - [aux_sym_button_tuning_token10] = ACTIONS(128), - [aux_sym_button_tuning_token11] = ACTIONS(128), - [aux_sym_button_tuning_token12] = ACTIONS(128), - [aux_sym_button_tuning_token13] = ACTIONS(128), - [aux_sym_button_tuning_token14] = ACTIONS(128), - [aux_sym_button_tuning_token16] = ACTIONS(128), - [aux_sym_button_tuning_token17] = ACTIONS(128), - [sym__namecolon] = ACTIONS(128), - [sym__or_operator] = ACTIONS(128), - [sym__and_operator] = ACTIONS(128), + [anon_sym_STAR] = ACTIONS(133), + [sym__terminator] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(133), + [aux_sym_type_tuning_token2] = ACTIONS(133), + [anon_sym_EQ] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_DASH] = ACTIONS(133), + [aux_sym__multiplicative_operator_token1] = ACTIONS(133), + [aux_sym__multiplicative_operator_token2] = ACTIONS(135), + [anon_sym_LT] = ACTIONS(135), + [anon_sym_LT_EQ] = ACTIONS(133), + [anon_sym_LT_GT] = ACTIONS(133), + [anon_sym_GT] = ACTIONS(135), + [anon_sym_GT_EQ] = ACTIONS(133), + [aux_sym__comparison_operator_token1] = ACTIONS(133), + [aux_sym__comparison_operator_token2] = ACTIONS(133), + [aux_sym__comparison_operator_token3] = ACTIONS(133), + [aux_sym__comparison_operator_token4] = ACTIONS(133), + [aux_sym__comparison_operator_token5] = ACTIONS(133), + [aux_sym__comparison_operator_token6] = ACTIONS(133), + [aux_sym__comparison_operator_token7] = ACTIONS(133), + [aux_sym__comparison_operator_token8] = ACTIONS(133), + [aux_sym__comparison_operator_token9] = ACTIONS(133), + [aux_sym_variable_tuning_token4] = ACTIONS(133), + [aux_sym_function_call_token1] = ACTIONS(133), + [aux_sym_while_phrase_token1] = ACTIONS(133), + [aux_sym_repeat_tuning_token1] = ACTIONS(133), + [aux_sym_using_statement_token1] = ACTIONS(133), + [aux_sym_on_error_phrase_token1] = ACTIONS(133), + [aux_sym_stop_after_phrase_token1] = ACTIONS(133), + [aux_sym_do_tuning_token1] = ACTIONS(133), + [aux_sym_to_phrase_token1] = ACTIONS(133), + [aux_sym_query_tuning_token1] = ACTIONS(133), + [aux_sym_query_tuning_token2] = ACTIONS(133), + [aux_sym_query_tuning_token3] = ACTIONS(133), + [aux_sym_query_tuning_token4] = ACTIONS(133), + [aux_sym_query_tuning_token5] = ACTIONS(133), + [aux_sym_query_tuning_token6] = ACTIONS(133), + [aux_sym_sort_clause_token1] = ACTIONS(133), + [aux_sym_image_phrase_token1] = ACTIONS(135), + [aux_sym_image_phrase_token2] = ACTIONS(133), + [aux_sym_size_phrase_token1] = ACTIONS(135), + [aux_sym_size_phrase_token2] = ACTIONS(133), + [aux_sym_size_phrase_token3] = ACTIONS(133), + [aux_sym_button_tuning_token1] = ACTIONS(133), + [aux_sym_button_tuning_token3] = ACTIONS(133), + [aux_sym_button_tuning_token4] = ACTIONS(133), + [aux_sym_button_tuning_token5] = ACTIONS(133), + [aux_sym_button_tuning_token6] = ACTIONS(133), + [aux_sym_button_tuning_token7] = ACTIONS(133), + [aux_sym_button_tuning_token8] = ACTIONS(133), + [aux_sym_button_tuning_token9] = ACTIONS(133), + [aux_sym_button_tuning_token10] = ACTIONS(133), + [aux_sym_button_tuning_token11] = ACTIONS(133), + [aux_sym_button_tuning_token12] = ACTIONS(133), + [aux_sym_button_tuning_token13] = ACTIONS(133), + [aux_sym_button_tuning_token14] = ACTIONS(133), + [aux_sym_button_tuning_token16] = ACTIONS(133), + [aux_sym_button_tuning_token17] = ACTIONS(133), + [sym__namedot] = ACTIONS(825), + [sym__or_operator] = ACTIONS(133), + [sym__and_operator] = ACTIONS(133), }, - [166] = { - [sym_comment] = STATE(166), - [sym_include] = STATE(166), - [anon_sym_COLON] = ACTIONS(166), + [180] = { + [sym_comment] = STATE(180), + [sym_include] = STATE(180), + [anon_sym_COLON] = ACTIONS(129), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(168), + [anon_sym_SLASH] = ACTIONS(131), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(166), - [sym__terminator] = ACTIONS(166), - [aux_sym__block_terminator_token1] = ACTIONS(166), - [anon_sym_COMMA] = ACTIONS(166), - [aux_sym_type_tuning_token2] = ACTIONS(166), - [anon_sym_EQ] = ACTIONS(166), - [anon_sym_PLUS] = ACTIONS(166), - [anon_sym_DASH] = ACTIONS(166), - [aux_sym__multiplicative_operator_token1] = ACTIONS(166), - [aux_sym__multiplicative_operator_token2] = ACTIONS(168), - [anon_sym_LT] = ACTIONS(168), - [anon_sym_LT_EQ] = ACTIONS(166), - [anon_sym_LT_GT] = ACTIONS(166), - [anon_sym_GT] = ACTIONS(168), - [anon_sym_GT_EQ] = ACTIONS(166), - [aux_sym__comparison_operator_token1] = ACTIONS(166), - [aux_sym__comparison_operator_token2] = ACTIONS(166), - [aux_sym__comparison_operator_token3] = ACTIONS(166), - [aux_sym__comparison_operator_token4] = ACTIONS(166), - [aux_sym__comparison_operator_token5] = ACTIONS(166), - [aux_sym__comparison_operator_token6] = ACTIONS(166), - [aux_sym__comparison_operator_token7] = ACTIONS(166), - [aux_sym__comparison_operator_token8] = ACTIONS(166), - [aux_sym__comparison_operator_token9] = ACTIONS(166), - [aux_sym_variable_tuning_token4] = ACTIONS(166), - [aux_sym_function_call_token1] = ACTIONS(888), - [aux_sym_while_phrase_token1] = ACTIONS(166), - [aux_sym_repeat_tuning_token1] = ACTIONS(166), - [aux_sym_using_statement_token1] = ACTIONS(166), - [aux_sym_on_error_phrase_token1] = ACTIONS(166), - [aux_sym_stop_after_phrase_token1] = ACTIONS(166), - [aux_sym_do_tuning_token1] = ACTIONS(166), - [aux_sym_to_phrase_token1] = ACTIONS(166), - [aux_sym_query_tuning_token1] = ACTIONS(166), - [aux_sym_query_tuning_token2] = ACTIONS(166), - [aux_sym_query_tuning_token3] = ACTIONS(166), - [aux_sym_query_tuning_token4] = ACTIONS(166), - [aux_sym_query_tuning_token5] = ACTIONS(166), - [aux_sym_query_tuning_token6] = ACTIONS(166), - [aux_sym_sort_clause_token1] = ACTIONS(166), - [aux_sym_image_phrase_token1] = ACTIONS(168), - [aux_sym_image_phrase_token2] = ACTIONS(166), - [aux_sym_size_phrase_token1] = ACTIONS(168), - [aux_sym_size_phrase_token2] = ACTIONS(166), - [aux_sym_size_phrase_token3] = ACTIONS(166), - [aux_sym_button_tuning_token1] = ACTIONS(166), - [aux_sym_button_tuning_token3] = ACTIONS(166), - [aux_sym_button_tuning_token4] = ACTIONS(166), - [aux_sym_button_tuning_token5] = ACTIONS(166), - [aux_sym_button_tuning_token6] = ACTIONS(166), - [aux_sym_button_tuning_token7] = ACTIONS(166), - [aux_sym_button_tuning_token8] = ACTIONS(166), - [aux_sym_button_tuning_token9] = ACTIONS(166), - [aux_sym_button_tuning_token10] = ACTIONS(166), - [aux_sym_button_tuning_token11] = ACTIONS(166), - [aux_sym_button_tuning_token12] = ACTIONS(166), - [aux_sym_button_tuning_token13] = ACTIONS(166), - [aux_sym_button_tuning_token14] = ACTIONS(166), - [aux_sym_button_tuning_token16] = ACTIONS(166), - [aux_sym_button_tuning_token17] = ACTIONS(166), - [sym__namecolon] = ACTIONS(166), - [sym__or_operator] = ACTIONS(166), - [sym__and_operator] = ACTIONS(166), + [anon_sym_STAR] = ACTIONS(129), + [sym__terminator] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [aux_sym_type_tuning_token2] = ACTIONS(129), + [anon_sym_EQ] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(129), + [aux_sym__multiplicative_operator_token1] = ACTIONS(129), + [aux_sym__multiplicative_operator_token2] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(131), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_LT_GT] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(131), + [anon_sym_GT_EQ] = ACTIONS(129), + [aux_sym__comparison_operator_token1] = ACTIONS(129), + [aux_sym__comparison_operator_token2] = ACTIONS(129), + [aux_sym__comparison_operator_token3] = ACTIONS(129), + [aux_sym__comparison_operator_token4] = ACTIONS(129), + [aux_sym__comparison_operator_token5] = ACTIONS(129), + [aux_sym__comparison_operator_token6] = ACTIONS(129), + [aux_sym__comparison_operator_token7] = ACTIONS(129), + [aux_sym__comparison_operator_token8] = ACTIONS(129), + [aux_sym__comparison_operator_token9] = ACTIONS(129), + [aux_sym_variable_tuning_token4] = ACTIONS(129), + [aux_sym_function_call_token1] = ACTIONS(129), + [aux_sym_while_phrase_token1] = ACTIONS(129), + [aux_sym_repeat_tuning_token1] = ACTIONS(129), + [aux_sym_using_statement_token1] = ACTIONS(129), + [anon_sym_NO_DASHERROR] = ACTIONS(131), + [aux_sym_on_error_phrase_token1] = ACTIONS(129), + [aux_sym_stop_after_phrase_token1] = ACTIONS(129), + [aux_sym_do_tuning_token1] = ACTIONS(129), + [aux_sym_to_phrase_token1] = ACTIONS(129), + [aux_sym_query_tuning_token1] = ACTIONS(129), + [aux_sym_query_tuning_token2] = ACTIONS(129), + [aux_sym_query_tuning_token3] = ACTIONS(129), + [aux_sym_query_tuning_token4] = ACTIONS(129), + [aux_sym_query_tuning_token5] = ACTIONS(129), + [aux_sym_query_tuning_token6] = ACTIONS(129), + [aux_sym_sort_clause_token1] = ACTIONS(129), + [aux_sym_image_phrase_token1] = ACTIONS(131), + [aux_sym_image_phrase_token2] = ACTIONS(129), + [aux_sym_size_phrase_token1] = ACTIONS(131), + [aux_sym_size_phrase_token2] = ACTIONS(129), + [aux_sym_size_phrase_token3] = ACTIONS(129), + [aux_sym_button_tuning_token1] = ACTIONS(129), + [aux_sym_button_tuning_token3] = ACTIONS(129), + [aux_sym_button_tuning_token4] = ACTIONS(129), + [aux_sym_button_tuning_token5] = ACTIONS(129), + [aux_sym_button_tuning_token6] = ACTIONS(129), + [aux_sym_button_tuning_token7] = ACTIONS(129), + [aux_sym_button_tuning_token8] = ACTIONS(129), + [aux_sym_button_tuning_token9] = ACTIONS(129), + [aux_sym_button_tuning_token10] = ACTIONS(129), + [aux_sym_button_tuning_token11] = ACTIONS(129), + [aux_sym_button_tuning_token12] = ACTIONS(129), + [aux_sym_button_tuning_token13] = ACTIONS(129), + [aux_sym_button_tuning_token14] = ACTIONS(129), + [aux_sym_button_tuning_token16] = ACTIONS(129), + [aux_sym_button_tuning_token17] = ACTIONS(129), + [sym__namecolon] = ACTIONS(129), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), }, - [167] = { - [sym_comment] = STATE(167), - [sym_include] = STATE(167), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(154), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(152), - [sym__terminator] = ACTIONS(152), - [aux_sym__block_terminator_token1] = ACTIONS(152), - [anon_sym_COMMA] = ACTIONS(152), - [aux_sym_type_tuning_token2] = ACTIONS(152), - [anon_sym_EQ] = ACTIONS(152), - [anon_sym_PLUS] = ACTIONS(152), - [anon_sym_DASH] = ACTIONS(152), - [aux_sym__multiplicative_operator_token1] = ACTIONS(152), - [aux_sym__multiplicative_operator_token2] = ACTIONS(154), - [anon_sym_LT] = ACTIONS(154), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_LT_GT] = ACTIONS(152), - [anon_sym_GT] = ACTIONS(154), - [anon_sym_GT_EQ] = ACTIONS(152), - [aux_sym__comparison_operator_token1] = ACTIONS(152), - [aux_sym__comparison_operator_token2] = ACTIONS(152), - [aux_sym__comparison_operator_token3] = ACTIONS(152), - [aux_sym__comparison_operator_token4] = ACTIONS(152), - [aux_sym__comparison_operator_token5] = ACTIONS(152), - [aux_sym__comparison_operator_token6] = ACTIONS(152), - [aux_sym__comparison_operator_token7] = ACTIONS(152), - [aux_sym__comparison_operator_token8] = ACTIONS(152), - [aux_sym__comparison_operator_token9] = ACTIONS(152), - [aux_sym_variable_tuning_token4] = ACTIONS(152), - [aux_sym_function_call_token1] = ACTIONS(152), - [aux_sym_while_phrase_token1] = ACTIONS(152), - [aux_sym_repeat_tuning_token1] = ACTIONS(152), - [aux_sym_using_statement_token1] = ACTIONS(152), - [aux_sym_on_error_phrase_token1] = ACTIONS(152), - [aux_sym_stop_after_phrase_token1] = ACTIONS(152), - [aux_sym_do_tuning_token1] = ACTIONS(152), - [aux_sym_to_phrase_token1] = ACTIONS(152), - [aux_sym_query_tuning_token1] = ACTIONS(152), - [aux_sym_query_tuning_token2] = ACTIONS(152), - [aux_sym_query_tuning_token3] = ACTIONS(152), - [aux_sym_query_tuning_token4] = ACTIONS(152), - [aux_sym_query_tuning_token5] = ACTIONS(152), - [aux_sym_query_tuning_token6] = ACTIONS(152), - [aux_sym_sort_clause_token1] = ACTIONS(152), - [aux_sym_image_phrase_token1] = ACTIONS(154), - [aux_sym_image_phrase_token2] = ACTIONS(152), - [aux_sym_size_phrase_token1] = ACTIONS(154), - [aux_sym_size_phrase_token2] = ACTIONS(152), - [aux_sym_size_phrase_token3] = ACTIONS(152), - [aux_sym_button_tuning_token1] = ACTIONS(152), - [aux_sym_button_tuning_token3] = ACTIONS(152), - [aux_sym_button_tuning_token4] = ACTIONS(152), - [aux_sym_button_tuning_token5] = ACTIONS(152), - [aux_sym_button_tuning_token6] = ACTIONS(152), - [aux_sym_button_tuning_token7] = ACTIONS(152), - [aux_sym_button_tuning_token8] = ACTIONS(152), - [aux_sym_button_tuning_token9] = ACTIONS(152), - [aux_sym_button_tuning_token10] = ACTIONS(152), - [aux_sym_button_tuning_token11] = ACTIONS(152), - [aux_sym_button_tuning_token12] = ACTIONS(152), - [aux_sym_button_tuning_token13] = ACTIONS(152), - [aux_sym_button_tuning_token14] = ACTIONS(152), - [aux_sym_button_tuning_token16] = ACTIONS(152), - [aux_sym_button_tuning_token17] = ACTIONS(152), - [sym__namecolon] = ACTIONS(152), - [sym__or_operator] = ACTIONS(152), - [sym__and_operator] = ACTIONS(152), + [181] = { + [sym_comment] = STATE(181), + [sym_include] = STATE(181), + [sym_function_arguments] = STATE(350), + [aux_sym_qualified_name_repeat1] = STATE(352), + [aux_sym_object_access_repeat1] = STATE(348), + [aux_sym_member_access_repeat1] = STATE(363), + [sym_identifier] = ACTIONS(89), + [anon_sym_COLON] = ACTIONS(89), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(89), + [anon_sym_STAR] = ACTIONS(89), + [sym_null_expression] = ACTIONS(89), + [aux_sym_boolean_literal_token1] = ACTIONS(89), + [aux_sym_boolean_literal_token2] = ACTIONS(89), + [aux_sym_boolean_literal_token3] = ACTIONS(89), + [aux_sym_boolean_literal_token4] = ACTIONS(89), + [sym__integer_literal] = ACTIONS(89), + [sym_date_literal] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_EQ] = ACTIONS(89), + [aux_sym_unary_expression_token1] = ACTIONS(89), + [aux_sym_unary_expression_token2] = ACTIONS(89), + [aux_sym_ambiguous_expression_token1] = ACTIONS(89), + [aux_sym_temp_table_expression_token1] = ACTIONS(89), + [aux_sym_current_changed_expression_token1] = ACTIONS(89), + [aux_sym_locked_expression_token1] = ACTIONS(89), + [aux_sym_dataset_expression_token1] = ACTIONS(89), + [aux_sym_input_expression_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(89), + [anon_sym_DASH] = ACTIONS(89), + [aux_sym__multiplicative_operator_token1] = ACTIONS(89), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(89), + [anon_sym_LT_GT] = ACTIONS(89), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(89), + [aux_sym__comparison_operator_token1] = ACTIONS(89), + [aux_sym__comparison_operator_token2] = ACTIONS(89), + [aux_sym__comparison_operator_token3] = ACTIONS(89), + [aux_sym__comparison_operator_token4] = ACTIONS(89), + [aux_sym__comparison_operator_token5] = ACTIONS(89), + [aux_sym__comparison_operator_token6] = ACTIONS(89), + [aux_sym__comparison_operator_token7] = ACTIONS(89), + [aux_sym__comparison_operator_token8] = ACTIONS(89), + [aux_sym__comparison_operator_token9] = ACTIONS(89), + [aux_sym_scope_tuning_token1] = ACTIONS(89), + [aux_sym_if_statement_token1] = ACTIONS(89), + [aux_sym_while_phrase_token1] = ACTIONS(89), + [aux_sym_repeat_tuning_token1] = ACTIONS(89), + [aux_sym_on_error_phrase_token1] = ACTIONS(89), + [aux_sym_to_phrase_token1] = ACTIONS(89), + [aux_sym_sort_order_token1] = ACTIONS(89), + [aux_sym_sort_order_token2] = ACTIONS(89), + [aux_sym_sort_order_token3] = ACTIONS(89), + [aux_sym_sort_order_token4] = ACTIONS(89), + [aux_sym_sort_clause_token1] = ACTIONS(89), + [aux_sym_can_find_expression_token1] = ACTIONS(89), + [aux_sym_accumulate_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token2] = ACTIONS(89), + [sym__namedot] = ACTIONS(912), + [sym__namecolon] = ACTIONS(914), + [sym__namedoublecolon] = ACTIONS(916), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), }, - [168] = { - [sym_comment] = STATE(168), - [sym_include] = STATE(168), - [anon_sym_COLON] = ACTIONS(160), + [182] = { + [sym_comment] = STATE(182), + [sym_include] = STATE(182), + [aux_sym_member_access_repeat1] = STATE(182), + [anon_sym_COLON] = ACTIONS(141), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(162), + [anon_sym_SLASH] = ACTIONS(143), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(160), - [sym__terminator] = ACTIONS(160), - [aux_sym__block_terminator_token1] = ACTIONS(160), - [anon_sym_COMMA] = ACTIONS(160), - [aux_sym_type_tuning_token2] = ACTIONS(160), - [anon_sym_EQ] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(160), - [anon_sym_DASH] = ACTIONS(160), - [aux_sym__multiplicative_operator_token1] = ACTIONS(160), - [aux_sym__multiplicative_operator_token2] = ACTIONS(162), - [anon_sym_LT] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(160), - [anon_sym_LT_GT] = ACTIONS(160), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(160), - [aux_sym__comparison_operator_token1] = ACTIONS(160), - [aux_sym__comparison_operator_token2] = ACTIONS(160), - [aux_sym__comparison_operator_token3] = ACTIONS(160), - [aux_sym__comparison_operator_token4] = ACTIONS(160), - [aux_sym__comparison_operator_token5] = ACTIONS(160), - [aux_sym__comparison_operator_token6] = ACTIONS(160), - [aux_sym__comparison_operator_token7] = ACTIONS(160), - [aux_sym__comparison_operator_token8] = ACTIONS(160), - [aux_sym__comparison_operator_token9] = ACTIONS(160), - [aux_sym_variable_tuning_token4] = ACTIONS(160), - [aux_sym_function_call_token1] = ACTIONS(160), - [aux_sym_while_phrase_token1] = ACTIONS(160), - [aux_sym_repeat_tuning_token1] = ACTIONS(160), - [aux_sym_using_statement_token1] = ACTIONS(160), - [aux_sym_on_error_phrase_token1] = ACTIONS(160), - [aux_sym_stop_after_phrase_token1] = ACTIONS(160), - [aux_sym_do_tuning_token1] = ACTIONS(160), - [aux_sym_to_phrase_token1] = ACTIONS(160), - [aux_sym_query_tuning_token1] = ACTIONS(160), - [aux_sym_query_tuning_token2] = ACTIONS(160), - [aux_sym_query_tuning_token3] = ACTIONS(160), - [aux_sym_query_tuning_token4] = ACTIONS(160), - [aux_sym_query_tuning_token5] = ACTIONS(160), - [aux_sym_query_tuning_token6] = ACTIONS(160), - [aux_sym_sort_clause_token1] = ACTIONS(160), - [aux_sym_image_phrase_token1] = ACTIONS(162), - [aux_sym_image_phrase_token2] = ACTIONS(160), - [aux_sym_size_phrase_token1] = ACTIONS(162), - [aux_sym_size_phrase_token2] = ACTIONS(160), - [aux_sym_size_phrase_token3] = ACTIONS(160), - [aux_sym_button_tuning_token1] = ACTIONS(160), - [aux_sym_button_tuning_token3] = ACTIONS(160), - [aux_sym_button_tuning_token4] = ACTIONS(160), - [aux_sym_button_tuning_token5] = ACTIONS(160), - [aux_sym_button_tuning_token6] = ACTIONS(160), - [aux_sym_button_tuning_token7] = ACTIONS(160), - [aux_sym_button_tuning_token8] = ACTIONS(160), - [aux_sym_button_tuning_token9] = ACTIONS(160), - [aux_sym_button_tuning_token10] = ACTIONS(160), - [aux_sym_button_tuning_token11] = ACTIONS(160), - [aux_sym_button_tuning_token12] = ACTIONS(160), - [aux_sym_button_tuning_token13] = ACTIONS(160), - [aux_sym_button_tuning_token14] = ACTIONS(160), - [aux_sym_button_tuning_token16] = ACTIONS(160), - [aux_sym_button_tuning_token17] = ACTIONS(160), - [sym__namedot] = ACTIONS(890), - [sym__or_operator] = ACTIONS(160), - [sym__and_operator] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(141), + [sym__terminator] = ACTIONS(141), + [anon_sym_COMMA] = ACTIONS(141), + [aux_sym_type_tuning_token2] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_DASH] = ACTIONS(141), + [aux_sym__multiplicative_operator_token1] = ACTIONS(141), + [aux_sym__multiplicative_operator_token2] = ACTIONS(143), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(141), + [anon_sym_LT_GT] = ACTIONS(141), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(141), + [aux_sym__comparison_operator_token1] = ACTIONS(141), + [aux_sym__comparison_operator_token2] = ACTIONS(141), + [aux_sym__comparison_operator_token3] = ACTIONS(141), + [aux_sym__comparison_operator_token4] = ACTIONS(141), + [aux_sym__comparison_operator_token5] = ACTIONS(141), + [aux_sym__comparison_operator_token6] = ACTIONS(141), + [aux_sym__comparison_operator_token7] = ACTIONS(141), + [aux_sym__comparison_operator_token8] = ACTIONS(141), + [aux_sym__comparison_operator_token9] = ACTIONS(141), + [aux_sym_variable_tuning_token4] = ACTIONS(141), + [aux_sym_function_call_token1] = ACTIONS(141), + [aux_sym_while_phrase_token1] = ACTIONS(141), + [aux_sym_repeat_tuning_token1] = ACTIONS(141), + [aux_sym_using_statement_token1] = ACTIONS(141), + [aux_sym_on_error_phrase_token1] = ACTIONS(141), + [aux_sym_stop_after_phrase_token1] = ACTIONS(141), + [aux_sym_do_tuning_token1] = ACTIONS(141), + [aux_sym_to_phrase_token1] = ACTIONS(141), + [aux_sym_query_tuning_token1] = ACTIONS(141), + [aux_sym_query_tuning_token2] = ACTIONS(141), + [aux_sym_query_tuning_token3] = ACTIONS(141), + [aux_sym_query_tuning_token4] = ACTIONS(141), + [aux_sym_query_tuning_token5] = ACTIONS(141), + [aux_sym_query_tuning_token6] = ACTIONS(141), + [aux_sym_sort_clause_token1] = ACTIONS(141), + [aux_sym_image_phrase_token1] = ACTIONS(143), + [aux_sym_image_phrase_token2] = ACTIONS(141), + [aux_sym_size_phrase_token1] = ACTIONS(143), + [aux_sym_size_phrase_token2] = ACTIONS(141), + [aux_sym_size_phrase_token3] = ACTIONS(141), + [aux_sym_button_tuning_token1] = ACTIONS(141), + [aux_sym_button_tuning_token3] = ACTIONS(141), + [aux_sym_button_tuning_token4] = ACTIONS(141), + [aux_sym_button_tuning_token5] = ACTIONS(141), + [aux_sym_button_tuning_token6] = ACTIONS(141), + [aux_sym_button_tuning_token7] = ACTIONS(141), + [aux_sym_button_tuning_token8] = ACTIONS(141), + [aux_sym_button_tuning_token9] = ACTIONS(141), + [aux_sym_button_tuning_token10] = ACTIONS(141), + [aux_sym_button_tuning_token11] = ACTIONS(141), + [aux_sym_button_tuning_token12] = ACTIONS(141), + [aux_sym_button_tuning_token13] = ACTIONS(141), + [aux_sym_button_tuning_token14] = ACTIONS(141), + [aux_sym_button_tuning_token16] = ACTIONS(141), + [aux_sym_button_tuning_token17] = ACTIONS(141), + [sym__namedoublecolon] = ACTIONS(918), + [sym__or_operator] = ACTIONS(141), + [sym__and_operator] = ACTIONS(141), }, - [169] = { - [sym_comment] = STATE(169), - [sym_include] = STATE(169), + [183] = { + [sym_comment] = STATE(183), + [sym_include] = STATE(183), + [aux_sym_qualified_name_repeat1] = STATE(185), [anon_sym_COLON] = ACTIONS(102), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -61063,7 +65228,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(102), [sym__terminator] = ACTIONS(102), - [aux_sym__block_terminator_token1] = ACTIONS(102), [anon_sym_COMMA] = ACTIONS(102), [aux_sym_type_tuning_token2] = ACTIONS(102), [anon_sym_EQ] = ACTIONS(102), @@ -61121,189 +65285,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_button_tuning_token14] = ACTIONS(102), [aux_sym_button_tuning_token16] = ACTIONS(102), [aux_sym_button_tuning_token17] = ACTIONS(102), - [sym__namedot] = ACTIONS(102), + [sym__namedot] = ACTIONS(825), [sym__or_operator] = ACTIONS(102), [sym__and_operator] = ACTIONS(102), }, - [170] = { - [sym_comment] = STATE(170), - [sym_include] = STATE(170), - [anon_sym_COLON] = ACTIONS(156), + [184] = { + [sym_comment] = STATE(184), + [sym_include] = STATE(184), + [aux_sym_member_access_repeat1] = STATE(182), + [anon_sym_COLON] = ACTIONS(125), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(158), + [anon_sym_SLASH] = ACTIONS(127), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(156), - [sym__terminator] = ACTIONS(156), - [aux_sym__block_terminator_token1] = ACTIONS(156), - [anon_sym_COMMA] = ACTIONS(156), - [aux_sym_type_tuning_token2] = ACTIONS(156), - [anon_sym_EQ] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(156), - [anon_sym_DASH] = ACTIONS(156), - [aux_sym__multiplicative_operator_token1] = ACTIONS(156), - [aux_sym__multiplicative_operator_token2] = ACTIONS(158), - [anon_sym_LT] = ACTIONS(158), - [anon_sym_LT_EQ] = ACTIONS(156), - [anon_sym_LT_GT] = ACTIONS(156), - [anon_sym_GT] = ACTIONS(158), - [anon_sym_GT_EQ] = ACTIONS(156), - [aux_sym__comparison_operator_token1] = ACTIONS(156), - [aux_sym__comparison_operator_token2] = ACTIONS(156), - [aux_sym__comparison_operator_token3] = ACTIONS(156), - [aux_sym__comparison_operator_token4] = ACTIONS(156), - [aux_sym__comparison_operator_token5] = ACTIONS(156), - [aux_sym__comparison_operator_token6] = ACTIONS(156), - [aux_sym__comparison_operator_token7] = ACTIONS(156), - [aux_sym__comparison_operator_token8] = ACTIONS(156), - [aux_sym__comparison_operator_token9] = ACTIONS(156), - [aux_sym_variable_tuning_token4] = ACTIONS(156), - [aux_sym_function_call_token1] = ACTIONS(156), - [aux_sym_while_phrase_token1] = ACTIONS(156), - [aux_sym_repeat_tuning_token1] = ACTIONS(156), - [aux_sym_using_statement_token1] = ACTIONS(156), - [aux_sym_on_error_phrase_token1] = ACTIONS(156), - [aux_sym_stop_after_phrase_token1] = ACTIONS(156), - [aux_sym_do_tuning_token1] = ACTIONS(156), - [aux_sym_to_phrase_token1] = ACTIONS(156), - [aux_sym_query_tuning_token1] = ACTIONS(156), - [aux_sym_query_tuning_token2] = ACTIONS(156), - [aux_sym_query_tuning_token3] = ACTIONS(156), - [aux_sym_query_tuning_token4] = ACTIONS(156), - [aux_sym_query_tuning_token5] = ACTIONS(156), - [aux_sym_query_tuning_token6] = ACTIONS(156), - [aux_sym_sort_clause_token1] = ACTIONS(156), - [aux_sym_image_phrase_token1] = ACTIONS(158), - [aux_sym_image_phrase_token2] = ACTIONS(156), - [aux_sym_size_phrase_token1] = ACTIONS(158), - [aux_sym_size_phrase_token2] = ACTIONS(156), - [aux_sym_size_phrase_token3] = ACTIONS(156), - [aux_sym_button_tuning_token1] = ACTIONS(156), - [aux_sym_button_tuning_token3] = ACTIONS(156), - [aux_sym_button_tuning_token4] = ACTIONS(156), - [aux_sym_button_tuning_token5] = ACTIONS(156), - [aux_sym_button_tuning_token6] = ACTIONS(156), - [aux_sym_button_tuning_token7] = ACTIONS(156), - [aux_sym_button_tuning_token8] = ACTIONS(156), - [aux_sym_button_tuning_token9] = ACTIONS(156), - [aux_sym_button_tuning_token10] = ACTIONS(156), - [aux_sym_button_tuning_token11] = ACTIONS(156), - [aux_sym_button_tuning_token12] = ACTIONS(156), - [aux_sym_button_tuning_token13] = ACTIONS(156), - [aux_sym_button_tuning_token14] = ACTIONS(156), - [aux_sym_button_tuning_token16] = ACTIONS(156), - [aux_sym_button_tuning_token17] = ACTIONS(156), - [sym__namedoublecolon] = ACTIONS(156), - [sym__or_operator] = ACTIONS(156), - [sym__and_operator] = ACTIONS(156), + [anon_sym_STAR] = ACTIONS(125), + [sym__terminator] = ACTIONS(125), + [anon_sym_COMMA] = ACTIONS(125), + [aux_sym_type_tuning_token2] = ACTIONS(125), + [anon_sym_EQ] = ACTIONS(125), + [anon_sym_PLUS] = ACTIONS(125), + [anon_sym_DASH] = ACTIONS(125), + [aux_sym__multiplicative_operator_token1] = ACTIONS(125), + [aux_sym__multiplicative_operator_token2] = ACTIONS(127), + [anon_sym_LT] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(125), + [anon_sym_LT_GT] = ACTIONS(125), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(125), + [aux_sym__comparison_operator_token1] = ACTIONS(125), + [aux_sym__comparison_operator_token2] = ACTIONS(125), + [aux_sym__comparison_operator_token3] = ACTIONS(125), + [aux_sym__comparison_operator_token4] = ACTIONS(125), + [aux_sym__comparison_operator_token5] = ACTIONS(125), + [aux_sym__comparison_operator_token6] = ACTIONS(125), + [aux_sym__comparison_operator_token7] = ACTIONS(125), + [aux_sym__comparison_operator_token8] = ACTIONS(125), + [aux_sym__comparison_operator_token9] = ACTIONS(125), + [aux_sym_variable_tuning_token4] = ACTIONS(125), + [aux_sym_function_call_token1] = ACTIONS(125), + [aux_sym_while_phrase_token1] = ACTIONS(125), + [aux_sym_repeat_tuning_token1] = ACTIONS(125), + [aux_sym_using_statement_token1] = ACTIONS(125), + [aux_sym_on_error_phrase_token1] = ACTIONS(125), + [aux_sym_stop_after_phrase_token1] = ACTIONS(125), + [aux_sym_do_tuning_token1] = ACTIONS(125), + [aux_sym_to_phrase_token1] = ACTIONS(125), + [aux_sym_query_tuning_token1] = ACTIONS(125), + [aux_sym_query_tuning_token2] = ACTIONS(125), + [aux_sym_query_tuning_token3] = ACTIONS(125), + [aux_sym_query_tuning_token4] = ACTIONS(125), + [aux_sym_query_tuning_token5] = ACTIONS(125), + [aux_sym_query_tuning_token6] = ACTIONS(125), + [aux_sym_sort_clause_token1] = ACTIONS(125), + [aux_sym_image_phrase_token1] = ACTIONS(127), + [aux_sym_image_phrase_token2] = ACTIONS(125), + [aux_sym_size_phrase_token1] = ACTIONS(127), + [aux_sym_size_phrase_token2] = ACTIONS(125), + [aux_sym_size_phrase_token3] = ACTIONS(125), + [aux_sym_button_tuning_token1] = ACTIONS(125), + [aux_sym_button_tuning_token3] = ACTIONS(125), + [aux_sym_button_tuning_token4] = ACTIONS(125), + [aux_sym_button_tuning_token5] = ACTIONS(125), + [aux_sym_button_tuning_token6] = ACTIONS(125), + [aux_sym_button_tuning_token7] = ACTIONS(125), + [aux_sym_button_tuning_token8] = ACTIONS(125), + [aux_sym_button_tuning_token9] = ACTIONS(125), + [aux_sym_button_tuning_token10] = ACTIONS(125), + [aux_sym_button_tuning_token11] = ACTIONS(125), + [aux_sym_button_tuning_token12] = ACTIONS(125), + [aux_sym_button_tuning_token13] = ACTIONS(125), + [aux_sym_button_tuning_token14] = ACTIONS(125), + [aux_sym_button_tuning_token16] = ACTIONS(125), + [aux_sym_button_tuning_token17] = ACTIONS(125), + [sym__namedoublecolon] = ACTIONS(829), + [sym__or_operator] = ACTIONS(125), + [sym__and_operator] = ACTIONS(125), }, - [171] = { - [sym_comment] = STATE(171), - [sym_include] = STATE(171), - [anon_sym_COLON] = ACTIONS(148), + [185] = { + [sym_comment] = STATE(185), + [sym_include] = STATE(185), + [aux_sym_qualified_name_repeat1] = STATE(185), + [anon_sym_COLON] = ACTIONS(106), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(108), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(148), - [sym__terminator] = ACTIONS(148), - [aux_sym__block_terminator_token1] = ACTIONS(148), - [anon_sym_COMMA] = ACTIONS(148), - [aux_sym_type_tuning_token2] = ACTIONS(148), - [anon_sym_EQ] = ACTIONS(148), - [anon_sym_PLUS] = ACTIONS(148), - [anon_sym_DASH] = ACTIONS(148), - [aux_sym__multiplicative_operator_token1] = ACTIONS(148), - [aux_sym__multiplicative_operator_token2] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(150), - [anon_sym_LT_EQ] = ACTIONS(148), - [anon_sym_LT_GT] = ACTIONS(148), - [anon_sym_GT] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(148), - [aux_sym__comparison_operator_token1] = ACTIONS(148), - [aux_sym__comparison_operator_token2] = ACTIONS(148), - [aux_sym__comparison_operator_token3] = ACTIONS(148), - [aux_sym__comparison_operator_token4] = ACTIONS(148), - [aux_sym__comparison_operator_token5] = ACTIONS(148), - [aux_sym__comparison_operator_token6] = ACTIONS(148), - [aux_sym__comparison_operator_token7] = ACTIONS(148), - [aux_sym__comparison_operator_token8] = ACTIONS(148), - [aux_sym__comparison_operator_token9] = ACTIONS(148), - [aux_sym_variable_tuning_token4] = ACTIONS(148), - [aux_sym_function_call_token1] = ACTIONS(148), - [aux_sym_while_phrase_token1] = ACTIONS(148), - [aux_sym_repeat_tuning_token1] = ACTIONS(148), - [aux_sym_using_statement_token1] = ACTIONS(148), - [aux_sym_on_error_phrase_token1] = ACTIONS(148), - [aux_sym_stop_after_phrase_token1] = ACTIONS(148), - [aux_sym_do_tuning_token1] = ACTIONS(148), - [aux_sym_to_phrase_token1] = ACTIONS(148), - [aux_sym_query_tuning_token1] = ACTIONS(148), - [aux_sym_query_tuning_token2] = ACTIONS(148), - [aux_sym_query_tuning_token3] = ACTIONS(148), - [aux_sym_query_tuning_token4] = ACTIONS(148), - [aux_sym_query_tuning_token5] = ACTIONS(148), - [aux_sym_query_tuning_token6] = ACTIONS(148), - [aux_sym_sort_clause_token1] = ACTIONS(148), - [aux_sym_image_phrase_token1] = ACTIONS(150), - [aux_sym_image_phrase_token2] = ACTIONS(148), - [aux_sym_size_phrase_token1] = ACTIONS(150), - [aux_sym_size_phrase_token2] = ACTIONS(148), - [aux_sym_size_phrase_token3] = ACTIONS(148), - [aux_sym_button_tuning_token1] = ACTIONS(148), - [aux_sym_button_tuning_token3] = ACTIONS(148), - [aux_sym_button_tuning_token4] = ACTIONS(148), - [aux_sym_button_tuning_token5] = ACTIONS(148), - [aux_sym_button_tuning_token6] = ACTIONS(148), - [aux_sym_button_tuning_token7] = ACTIONS(148), - [aux_sym_button_tuning_token8] = ACTIONS(148), - [aux_sym_button_tuning_token9] = ACTIONS(148), - [aux_sym_button_tuning_token10] = ACTIONS(148), - [aux_sym_button_tuning_token11] = ACTIONS(148), - [aux_sym_button_tuning_token12] = ACTIONS(148), - [aux_sym_button_tuning_token13] = ACTIONS(148), - [aux_sym_button_tuning_token14] = ACTIONS(148), - [aux_sym_button_tuning_token16] = ACTIONS(148), - [aux_sym_button_tuning_token17] = ACTIONS(148), - [sym__namecolon] = ACTIONS(148), - [sym__or_operator] = ACTIONS(148), - [sym__and_operator] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(106), + [sym__terminator] = ACTIONS(106), + [anon_sym_COMMA] = ACTIONS(106), + [aux_sym_type_tuning_token2] = ACTIONS(106), + [anon_sym_EQ] = ACTIONS(106), + [anon_sym_PLUS] = ACTIONS(106), + [anon_sym_DASH] = ACTIONS(106), + [aux_sym__multiplicative_operator_token1] = ACTIONS(106), + [aux_sym__multiplicative_operator_token2] = ACTIONS(108), + [anon_sym_LT] = ACTIONS(108), + [anon_sym_LT_EQ] = ACTIONS(106), + [anon_sym_LT_GT] = ACTIONS(106), + [anon_sym_GT] = ACTIONS(108), + [anon_sym_GT_EQ] = ACTIONS(106), + [aux_sym__comparison_operator_token1] = ACTIONS(106), + [aux_sym__comparison_operator_token2] = ACTIONS(106), + [aux_sym__comparison_operator_token3] = ACTIONS(106), + [aux_sym__comparison_operator_token4] = ACTIONS(106), + [aux_sym__comparison_operator_token5] = ACTIONS(106), + [aux_sym__comparison_operator_token6] = ACTIONS(106), + [aux_sym__comparison_operator_token7] = ACTIONS(106), + [aux_sym__comparison_operator_token8] = ACTIONS(106), + [aux_sym__comparison_operator_token9] = ACTIONS(106), + [aux_sym_variable_tuning_token4] = ACTIONS(106), + [aux_sym_function_call_token1] = ACTIONS(106), + [aux_sym_while_phrase_token1] = ACTIONS(106), + [aux_sym_repeat_tuning_token1] = ACTIONS(106), + [aux_sym_using_statement_token1] = ACTIONS(106), + [aux_sym_on_error_phrase_token1] = ACTIONS(106), + [aux_sym_stop_after_phrase_token1] = ACTIONS(106), + [aux_sym_do_tuning_token1] = ACTIONS(106), + [aux_sym_to_phrase_token1] = ACTIONS(106), + [aux_sym_query_tuning_token1] = ACTIONS(106), + [aux_sym_query_tuning_token2] = ACTIONS(106), + [aux_sym_query_tuning_token3] = ACTIONS(106), + [aux_sym_query_tuning_token4] = ACTIONS(106), + [aux_sym_query_tuning_token5] = ACTIONS(106), + [aux_sym_query_tuning_token6] = ACTIONS(106), + [aux_sym_sort_clause_token1] = ACTIONS(106), + [aux_sym_image_phrase_token1] = ACTIONS(108), + [aux_sym_image_phrase_token2] = ACTIONS(106), + [aux_sym_size_phrase_token1] = ACTIONS(108), + [aux_sym_size_phrase_token2] = ACTIONS(106), + [aux_sym_size_phrase_token3] = ACTIONS(106), + [aux_sym_button_tuning_token1] = ACTIONS(106), + [aux_sym_button_tuning_token3] = ACTIONS(106), + [aux_sym_button_tuning_token4] = ACTIONS(106), + [aux_sym_button_tuning_token5] = ACTIONS(106), + [aux_sym_button_tuning_token6] = ACTIONS(106), + [aux_sym_button_tuning_token7] = ACTIONS(106), + [aux_sym_button_tuning_token8] = ACTIONS(106), + [aux_sym_button_tuning_token9] = ACTIONS(106), + [aux_sym_button_tuning_token10] = ACTIONS(106), + [aux_sym_button_tuning_token11] = ACTIONS(106), + [aux_sym_button_tuning_token12] = ACTIONS(106), + [aux_sym_button_tuning_token13] = ACTIONS(106), + [aux_sym_button_tuning_token14] = ACTIONS(106), + [aux_sym_button_tuning_token16] = ACTIONS(106), + [aux_sym_button_tuning_token17] = ACTIONS(106), + [sym__namedot] = ACTIONS(921), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), }, - [172] = { - [sym_comment] = STATE(172), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(172), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5730), + [186] = { + [sym_comment] = STATE(186), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(186), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6307), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -61317,7 +65481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(892), + [anon_sym_RPAREN] = ACTIONS(924), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -61340,112 +65504,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [173] = { - [sym_comment] = STATE(173), - [sym_include] = STATE(173), - [anon_sym_COLON] = ACTIONS(248), + [187] = { + [sym_comment] = STATE(187), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(187), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6495), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(926), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), + }, + [188] = { + [sym_comment] = STATE(188), + [sym_include] = STATE(188), + [anon_sym_COLON] = ACTIONS(168), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(250), + [anon_sym_SLASH] = ACTIONS(170), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(248), - [sym__terminator] = ACTIONS(248), - [aux_sym__block_terminator_token1] = ACTIONS(248), - [anon_sym_COMMA] = ACTIONS(248), - [aux_sym_type_tuning_token2] = ACTIONS(248), - [anon_sym_EQ] = ACTIONS(248), - [anon_sym_PLUS] = ACTIONS(248), - [anon_sym_DASH] = ACTIONS(248), - [aux_sym__multiplicative_operator_token1] = ACTIONS(248), - [aux_sym__multiplicative_operator_token2] = ACTIONS(250), - [anon_sym_LT] = ACTIONS(250), - [anon_sym_LT_EQ] = ACTIONS(248), - [anon_sym_LT_GT] = ACTIONS(248), - [anon_sym_GT] = ACTIONS(250), - [anon_sym_GT_EQ] = ACTIONS(248), - [aux_sym__comparison_operator_token1] = ACTIONS(248), - [aux_sym__comparison_operator_token2] = ACTIONS(248), - [aux_sym__comparison_operator_token3] = ACTIONS(248), - [aux_sym__comparison_operator_token4] = ACTIONS(248), - [aux_sym__comparison_operator_token5] = ACTIONS(248), - [aux_sym__comparison_operator_token6] = ACTIONS(248), - [aux_sym__comparison_operator_token7] = ACTIONS(248), - [aux_sym__comparison_operator_token8] = ACTIONS(248), - [aux_sym__comparison_operator_token9] = ACTIONS(248), - [aux_sym_variable_tuning_token4] = ACTIONS(248), - [aux_sym_function_call_token1] = ACTIONS(248), - [aux_sym_while_phrase_token1] = ACTIONS(248), - [aux_sym_repeat_tuning_token1] = ACTIONS(248), - [aux_sym_using_statement_token1] = ACTIONS(248), - [aux_sym_on_error_phrase_token1] = ACTIONS(248), - [aux_sym_stop_after_phrase_token1] = ACTIONS(248), - [aux_sym_do_tuning_token1] = ACTIONS(248), - [aux_sym_to_phrase_token1] = ACTIONS(248), - [aux_sym_query_tuning_token1] = ACTIONS(248), - [aux_sym_query_tuning_token2] = ACTIONS(248), - [aux_sym_query_tuning_token3] = ACTIONS(248), - [aux_sym_query_tuning_token4] = ACTIONS(248), - [aux_sym_query_tuning_token5] = ACTIONS(248), - [aux_sym_query_tuning_token6] = ACTIONS(248), - [aux_sym_sort_clause_token1] = ACTIONS(248), - [aux_sym_image_phrase_token1] = ACTIONS(250), - [aux_sym_image_phrase_token2] = ACTIONS(248), - [aux_sym_size_phrase_token1] = ACTIONS(250), - [aux_sym_size_phrase_token2] = ACTIONS(248), - [aux_sym_size_phrase_token3] = ACTIONS(248), - [aux_sym_button_tuning_token1] = ACTIONS(248), - [aux_sym_button_tuning_token3] = ACTIONS(248), - [aux_sym_button_tuning_token4] = ACTIONS(248), - [aux_sym_button_tuning_token5] = ACTIONS(248), - [aux_sym_button_tuning_token6] = ACTIONS(248), - [aux_sym_button_tuning_token7] = ACTIONS(248), - [aux_sym_button_tuning_token8] = ACTIONS(248), - [aux_sym_button_tuning_token9] = ACTIONS(248), - [aux_sym_button_tuning_token10] = ACTIONS(248), - [aux_sym_button_tuning_token11] = ACTIONS(248), - [aux_sym_button_tuning_token12] = ACTIONS(248), - [aux_sym_button_tuning_token13] = ACTIONS(248), - [aux_sym_button_tuning_token14] = ACTIONS(248), - [aux_sym_button_tuning_token16] = ACTIONS(248), - [aux_sym_button_tuning_token17] = ACTIONS(248), - [sym__or_operator] = ACTIONS(248), - [sym__and_operator] = ACTIONS(248), + [anon_sym_STAR] = ACTIONS(168), + [sym__terminator] = ACTIONS(168), + [anon_sym_COMMA] = ACTIONS(168), + [aux_sym_type_tuning_token2] = ACTIONS(168), + [anon_sym_EQ] = ACTIONS(168), + [anon_sym_PLUS] = ACTIONS(168), + [anon_sym_DASH] = ACTIONS(168), + [aux_sym__multiplicative_operator_token1] = ACTIONS(168), + [aux_sym__multiplicative_operator_token2] = ACTIONS(170), + [anon_sym_LT] = ACTIONS(170), + [anon_sym_LT_EQ] = ACTIONS(168), + [anon_sym_LT_GT] = ACTIONS(168), + [anon_sym_GT] = ACTIONS(170), + [anon_sym_GT_EQ] = ACTIONS(168), + [aux_sym__comparison_operator_token1] = ACTIONS(168), + [aux_sym__comparison_operator_token2] = ACTIONS(168), + [aux_sym__comparison_operator_token3] = ACTIONS(168), + [aux_sym__comparison_operator_token4] = ACTIONS(168), + [aux_sym__comparison_operator_token5] = ACTIONS(168), + [aux_sym__comparison_operator_token6] = ACTIONS(168), + [aux_sym__comparison_operator_token7] = ACTIONS(168), + [aux_sym__comparison_operator_token8] = ACTIONS(168), + [aux_sym__comparison_operator_token9] = ACTIONS(168), + [aux_sym_variable_tuning_token4] = ACTIONS(168), + [aux_sym_function_call_token1] = ACTIONS(168), + [aux_sym_while_phrase_token1] = ACTIONS(168), + [aux_sym_repeat_tuning_token1] = ACTIONS(168), + [aux_sym_using_statement_token1] = ACTIONS(168), + [aux_sym_on_error_phrase_token1] = ACTIONS(168), + [aux_sym_stop_after_phrase_token1] = ACTIONS(168), + [aux_sym_do_tuning_token1] = ACTIONS(168), + [aux_sym_to_phrase_token1] = ACTIONS(168), + [aux_sym_query_tuning_token1] = ACTIONS(168), + [aux_sym_query_tuning_token2] = ACTIONS(168), + [aux_sym_query_tuning_token3] = ACTIONS(168), + [aux_sym_query_tuning_token4] = ACTIONS(168), + [aux_sym_query_tuning_token5] = ACTIONS(168), + [aux_sym_query_tuning_token6] = ACTIONS(168), + [aux_sym_sort_clause_token1] = ACTIONS(168), + [aux_sym_image_phrase_token1] = ACTIONS(170), + [aux_sym_image_phrase_token2] = ACTIONS(168), + [aux_sym_size_phrase_token1] = ACTIONS(170), + [aux_sym_size_phrase_token2] = ACTIONS(168), + [aux_sym_size_phrase_token3] = ACTIONS(168), + [aux_sym_button_tuning_token1] = ACTIONS(168), + [aux_sym_button_tuning_token3] = ACTIONS(168), + [aux_sym_button_tuning_token4] = ACTIONS(168), + [aux_sym_button_tuning_token5] = ACTIONS(168), + [aux_sym_button_tuning_token6] = ACTIONS(168), + [aux_sym_button_tuning_token7] = ACTIONS(168), + [aux_sym_button_tuning_token8] = ACTIONS(168), + [aux_sym_button_tuning_token9] = ACTIONS(168), + [aux_sym_button_tuning_token10] = ACTIONS(168), + [aux_sym_button_tuning_token11] = ACTIONS(168), + [aux_sym_button_tuning_token12] = ACTIONS(168), + [aux_sym_button_tuning_token13] = ACTIONS(168), + [aux_sym_button_tuning_token14] = ACTIONS(168), + [aux_sym_button_tuning_token16] = ACTIONS(168), + [aux_sym_button_tuning_token17] = ACTIONS(168), + [sym__namedoublecolon] = ACTIONS(168), + [sym__or_operator] = ACTIONS(168), + [sym__and_operator] = ACTIONS(168), }, - [174] = { - [sym_comment] = STATE(174), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(174), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5803), + [189] = { + [sym_comment] = STATE(189), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(189), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6379), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -61482,112 +65717,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [175] = { - [sym_comment] = STATE(175), - [sym_constant] = STATE(891), - [sym_qualified_name] = STATE(891), - [sym_boolean_literal] = STATE(891), - [sym__decimal_literal] = STATE(839), - [sym_number_literal] = STATE(891), - [sym_string_literal] = STATE(891), - [sym_array_literal] = STATE(891), - [sym_parenthesized_expression] = STATE(891), - [sym_logical_expression] = STATE(889), - [sym_unary_expression] = STATE(891), - [sym_ambiguous_expression] = STATE(891), - [sym_temp_table_expression] = STATE(891), - [sym_current_changed_expression] = STATE(891), - [sym_locked_expression] = STATE(891), - [sym_dataset_expression] = STATE(891), - [sym_input_expression] = STATE(891), - [sym_additive_expression] = STATE(889), - [sym_multiplicative_expression] = STATE(889), - [sym_comparison_expression] = STATE(889), - [sym__binary_expression] = STATE(891), - [sym_array_access] = STATE(891), - [sym_include] = STATE(175), - [sym_function_call] = STATE(361), - [sym_ternary_expression] = STATE(891), - [sym_new_expression] = STATE(361), - [sym_object_access] = STATE(376), - [sym_member_access] = STATE(891), - [sym_sort_column] = STATE(3191), - [sym_can_find_expression] = STATE(891), - [sym_accumulate_expression] = STATE(891), - [sym_available_expression] = STATE(891), - [sym_index_tuning] = STATE(2773), - [sym__expression] = STATE(256), - [aux_sym_sort_clause_repeat1] = STATE(257), - [aux_sym_index_definition_repeat1] = STATE(1682), - [sym_identifier] = ACTIONS(894), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(896), - [sym__terminator] = ACTIONS(898), - [sym_null_expression] = ACTIONS(900), - [aux_sym_boolean_literal_token1] = ACTIONS(902), - [aux_sym_boolean_literal_token2] = ACTIONS(902), - [aux_sym_boolean_literal_token3] = ACTIONS(902), - [aux_sym_boolean_literal_token4] = ACTIONS(902), - [sym__integer_literal] = ACTIONS(904), - [sym_date_literal] = ACTIONS(900), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(908), - [aux_sym_type_tuning_token1] = ACTIONS(910), - [aux_sym_unary_expression_token1] = ACTIONS(912), - [aux_sym_unary_expression_token2] = ACTIONS(914), - [aux_sym_ambiguous_expression_token1] = ACTIONS(916), - [aux_sym_temp_table_expression_token1] = ACTIONS(918), - [aux_sym_current_changed_expression_token1] = ACTIONS(920), - [aux_sym_locked_expression_token1] = ACTIONS(922), - [aux_sym_dataset_expression_token1] = ACTIONS(924), - [aux_sym_input_expression_token1] = ACTIONS(926), - [aux_sym_scope_tuning_token1] = ACTIONS(928), - [aux_sym_if_statement_token1] = ACTIONS(930), - [aux_sym_can_find_expression_token1] = ACTIONS(932), - [aux_sym_accumulate_expression_token1] = ACTIONS(934), - [aux_sym_available_expression_token1] = ACTIONS(936), - [aux_sym_available_expression_token2] = ACTIONS(936), - [aux_sym_field_definition_token1] = ACTIONS(898), - [aux_sym_index_tuning_token1] = ACTIONS(910), - [aux_sym_index_definition_token1] = ACTIONS(898), - [sym__escaped_string] = ACTIONS(938), - }, - [176] = { - [sym_comment] = STATE(176), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(176), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5766), + [190] = { + [sym_comment] = STATE(190), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(190), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6280), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -61601,7 +65765,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(940), + [anon_sym_RPAREN] = ACTIONS(928), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -61624,41 +65788,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [177] = { - [sym_comment] = STATE(177), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(177), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5654), + [191] = { + [sym_comment] = STATE(191), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(191), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6429), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -61672,7 +65836,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(942), + [anon_sym_RPAREN] = ACTIONS(930), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -61695,41 +65859,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [178] = { - [sym_comment] = STATE(178), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(178), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5715), + [192] = { + [sym_comment] = STATE(192), + [sym_include] = STATE(192), + [anon_sym_COLON] = ACTIONS(154), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(156), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(154), + [sym__terminator] = ACTIONS(154), + [anon_sym_COMMA] = ACTIONS(154), + [aux_sym_type_tuning_token2] = ACTIONS(154), + [anon_sym_EQ] = ACTIONS(154), + [anon_sym_PLUS] = ACTIONS(154), + [anon_sym_DASH] = ACTIONS(154), + [aux_sym__multiplicative_operator_token1] = ACTIONS(154), + [aux_sym__multiplicative_operator_token2] = ACTIONS(156), + [anon_sym_LT] = ACTIONS(156), + [anon_sym_LT_EQ] = ACTIONS(154), + [anon_sym_LT_GT] = ACTIONS(154), + [anon_sym_GT] = ACTIONS(156), + [anon_sym_GT_EQ] = ACTIONS(154), + [aux_sym__comparison_operator_token1] = ACTIONS(154), + [aux_sym__comparison_operator_token2] = ACTIONS(154), + [aux_sym__comparison_operator_token3] = ACTIONS(154), + [aux_sym__comparison_operator_token4] = ACTIONS(154), + [aux_sym__comparison_operator_token5] = ACTIONS(154), + [aux_sym__comparison_operator_token6] = ACTIONS(154), + [aux_sym__comparison_operator_token7] = ACTIONS(154), + [aux_sym__comparison_operator_token8] = ACTIONS(154), + [aux_sym__comparison_operator_token9] = ACTIONS(154), + [aux_sym_variable_tuning_token4] = ACTIONS(154), + [aux_sym_function_call_token1] = ACTIONS(154), + [aux_sym_while_phrase_token1] = ACTIONS(154), + [aux_sym_repeat_tuning_token1] = ACTIONS(154), + [aux_sym_using_statement_token1] = ACTIONS(154), + [aux_sym_on_error_phrase_token1] = ACTIONS(154), + [aux_sym_stop_after_phrase_token1] = ACTIONS(154), + [aux_sym_do_tuning_token1] = ACTIONS(154), + [aux_sym_to_phrase_token1] = ACTIONS(154), + [aux_sym_query_tuning_token1] = ACTIONS(154), + [aux_sym_query_tuning_token2] = ACTIONS(154), + [aux_sym_query_tuning_token3] = ACTIONS(154), + [aux_sym_query_tuning_token4] = ACTIONS(154), + [aux_sym_query_tuning_token5] = ACTIONS(154), + [aux_sym_query_tuning_token6] = ACTIONS(154), + [aux_sym_sort_clause_token1] = ACTIONS(154), + [aux_sym_image_phrase_token1] = ACTIONS(156), + [aux_sym_image_phrase_token2] = ACTIONS(154), + [aux_sym_size_phrase_token1] = ACTIONS(156), + [aux_sym_size_phrase_token2] = ACTIONS(154), + [aux_sym_size_phrase_token3] = ACTIONS(154), + [aux_sym_button_tuning_token1] = ACTIONS(154), + [aux_sym_button_tuning_token3] = ACTIONS(154), + [aux_sym_button_tuning_token4] = ACTIONS(154), + [aux_sym_button_tuning_token5] = ACTIONS(154), + [aux_sym_button_tuning_token6] = ACTIONS(154), + [aux_sym_button_tuning_token7] = ACTIONS(154), + [aux_sym_button_tuning_token8] = ACTIONS(154), + [aux_sym_button_tuning_token9] = ACTIONS(154), + [aux_sym_button_tuning_token10] = ACTIONS(154), + [aux_sym_button_tuning_token11] = ACTIONS(154), + [aux_sym_button_tuning_token12] = ACTIONS(154), + [aux_sym_button_tuning_token13] = ACTIONS(154), + [aux_sym_button_tuning_token14] = ACTIONS(154), + [aux_sym_button_tuning_token16] = ACTIONS(154), + [aux_sym_button_tuning_token17] = ACTIONS(154), + [sym__namecolon] = ACTIONS(154), + [sym__or_operator] = ACTIONS(154), + [sym__and_operator] = ACTIONS(154), + }, + [193] = { + [sym_comment] = STATE(193), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(193), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6341), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -61743,7 +65978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(944), + [anon_sym_RPAREN] = ACTIONS(932), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -61766,41 +66001,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [179] = { - [sym_comment] = STATE(179), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(179), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5593), + [194] = { + [sym_comment] = STATE(194), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(194), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6223), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -61814,7 +66049,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(946), + [anon_sym_RPAREN] = ACTIONS(934), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -61837,41 +66072,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [180] = { - [sym_comment] = STATE(180), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(180), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5852), + [195] = { + [sym_comment] = STATE(195), + [sym_include] = STATE(195), + [anon_sym_COLON] = ACTIONS(158), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(160), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(158), + [sym__terminator] = ACTIONS(158), + [anon_sym_COMMA] = ACTIONS(158), + [aux_sym_type_tuning_token2] = ACTIONS(158), + [anon_sym_EQ] = ACTIONS(158), + [anon_sym_PLUS] = ACTIONS(158), + [anon_sym_DASH] = ACTIONS(158), + [aux_sym__multiplicative_operator_token1] = ACTIONS(158), + [aux_sym__multiplicative_operator_token2] = ACTIONS(160), + [anon_sym_LT] = ACTIONS(160), + [anon_sym_LT_EQ] = ACTIONS(158), + [anon_sym_LT_GT] = ACTIONS(158), + [anon_sym_GT] = ACTIONS(160), + [anon_sym_GT_EQ] = ACTIONS(158), + [aux_sym__comparison_operator_token1] = ACTIONS(158), + [aux_sym__comparison_operator_token2] = ACTIONS(158), + [aux_sym__comparison_operator_token3] = ACTIONS(158), + [aux_sym__comparison_operator_token4] = ACTIONS(158), + [aux_sym__comparison_operator_token5] = ACTIONS(158), + [aux_sym__comparison_operator_token6] = ACTIONS(158), + [aux_sym__comparison_operator_token7] = ACTIONS(158), + [aux_sym__comparison_operator_token8] = ACTIONS(158), + [aux_sym__comparison_operator_token9] = ACTIONS(158), + [aux_sym_variable_tuning_token4] = ACTIONS(158), + [aux_sym_function_call_token1] = ACTIONS(158), + [aux_sym_while_phrase_token1] = ACTIONS(158), + [aux_sym_repeat_tuning_token1] = ACTIONS(158), + [aux_sym_using_statement_token1] = ACTIONS(158), + [aux_sym_on_error_phrase_token1] = ACTIONS(158), + [aux_sym_stop_after_phrase_token1] = ACTIONS(158), + [aux_sym_do_tuning_token1] = ACTIONS(158), + [aux_sym_to_phrase_token1] = ACTIONS(158), + [aux_sym_query_tuning_token1] = ACTIONS(158), + [aux_sym_query_tuning_token2] = ACTIONS(158), + [aux_sym_query_tuning_token3] = ACTIONS(158), + [aux_sym_query_tuning_token4] = ACTIONS(158), + [aux_sym_query_tuning_token5] = ACTIONS(158), + [aux_sym_query_tuning_token6] = ACTIONS(158), + [aux_sym_sort_clause_token1] = ACTIONS(158), + [aux_sym_image_phrase_token1] = ACTIONS(160), + [aux_sym_image_phrase_token2] = ACTIONS(158), + [aux_sym_size_phrase_token1] = ACTIONS(160), + [aux_sym_size_phrase_token2] = ACTIONS(158), + [aux_sym_size_phrase_token3] = ACTIONS(158), + [aux_sym_button_tuning_token1] = ACTIONS(158), + [aux_sym_button_tuning_token3] = ACTIONS(158), + [aux_sym_button_tuning_token4] = ACTIONS(158), + [aux_sym_button_tuning_token5] = ACTIONS(158), + [aux_sym_button_tuning_token6] = ACTIONS(158), + [aux_sym_button_tuning_token7] = ACTIONS(158), + [aux_sym_button_tuning_token8] = ACTIONS(158), + [aux_sym_button_tuning_token9] = ACTIONS(158), + [aux_sym_button_tuning_token10] = ACTIONS(158), + [aux_sym_button_tuning_token11] = ACTIONS(158), + [aux_sym_button_tuning_token12] = ACTIONS(158), + [aux_sym_button_tuning_token13] = ACTIONS(158), + [aux_sym_button_tuning_token14] = ACTIONS(158), + [aux_sym_button_tuning_token16] = ACTIONS(158), + [aux_sym_button_tuning_token17] = ACTIONS(158), + [sym__namedot] = ACTIONS(936), + [sym__or_operator] = ACTIONS(158), + [sym__and_operator] = ACTIONS(158), + }, + [196] = { + [sym_comment] = STATE(196), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(196), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6395), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -61885,7 +66191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(948), + [anon_sym_RPAREN] = ACTIONS(938), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -61908,112 +66214,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [181] = { - [sym_comment] = STATE(181), - [sym_constant] = STATE(891), - [sym_qualified_name] = STATE(891), - [sym_boolean_literal] = STATE(891), - [sym__decimal_literal] = STATE(839), - [sym_number_literal] = STATE(891), - [sym_string_literal] = STATE(891), - [sym_array_literal] = STATE(891), - [sym_parenthesized_expression] = STATE(891), - [sym_logical_expression] = STATE(889), - [sym_unary_expression] = STATE(891), - [sym_ambiguous_expression] = STATE(891), - [sym_temp_table_expression] = STATE(891), - [sym_current_changed_expression] = STATE(891), - [sym_locked_expression] = STATE(891), - [sym_dataset_expression] = STATE(891), - [sym_input_expression] = STATE(891), - [sym_additive_expression] = STATE(889), - [sym_multiplicative_expression] = STATE(889), - [sym_comparison_expression] = STATE(889), - [sym__binary_expression] = STATE(891), - [sym_array_access] = STATE(891), - [sym_include] = STATE(181), - [sym_function_call] = STATE(361), - [sym_ternary_expression] = STATE(891), - [sym_new_expression] = STATE(361), - [sym_object_access] = STATE(376), - [sym_member_access] = STATE(891), - [sym_sort_column] = STATE(3191), - [sym_can_find_expression] = STATE(891), - [sym_accumulate_expression] = STATE(891), - [sym_available_expression] = STATE(891), - [sym_index_tuning] = STATE(2773), - [sym__expression] = STATE(256), - [aux_sym_sort_clause_repeat1] = STATE(258), - [aux_sym_index_definition_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(894), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(896), - [sym__terminator] = ACTIONS(950), - [sym_null_expression] = ACTIONS(900), - [aux_sym_boolean_literal_token1] = ACTIONS(902), - [aux_sym_boolean_literal_token2] = ACTIONS(902), - [aux_sym_boolean_literal_token3] = ACTIONS(902), - [aux_sym_boolean_literal_token4] = ACTIONS(902), - [sym__integer_literal] = ACTIONS(904), - [sym_date_literal] = ACTIONS(900), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(908), - [aux_sym_type_tuning_token1] = ACTIONS(910), - [aux_sym_unary_expression_token1] = ACTIONS(912), - [aux_sym_unary_expression_token2] = ACTIONS(914), - [aux_sym_ambiguous_expression_token1] = ACTIONS(916), - [aux_sym_temp_table_expression_token1] = ACTIONS(918), - [aux_sym_current_changed_expression_token1] = ACTIONS(920), - [aux_sym_locked_expression_token1] = ACTIONS(922), - [aux_sym_dataset_expression_token1] = ACTIONS(924), - [aux_sym_input_expression_token1] = ACTIONS(926), - [aux_sym_scope_tuning_token1] = ACTIONS(928), - [aux_sym_if_statement_token1] = ACTIONS(930), - [aux_sym_can_find_expression_token1] = ACTIONS(932), - [aux_sym_accumulate_expression_token1] = ACTIONS(934), - [aux_sym_available_expression_token1] = ACTIONS(936), - [aux_sym_available_expression_token2] = ACTIONS(936), - [aux_sym_field_definition_token1] = ACTIONS(950), - [aux_sym_index_tuning_token1] = ACTIONS(910), - [aux_sym_index_definition_token1] = ACTIONS(950), - [sym__escaped_string] = ACTIONS(938), - }, - [182] = { - [sym_comment] = STATE(182), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(182), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5543), + [197] = { + [sym_comment] = STATE(197), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(197), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6368), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -62027,7 +66262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(952), + [anon_sym_RPAREN] = ACTIONS(940), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -62050,41 +66285,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [183] = { - [sym_comment] = STATE(183), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(183), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5774), + [198] = { + [sym_comment] = STATE(198), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(198), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6524), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -62098,7 +66333,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(954), + [anon_sym_RPAREN] = ACTIONS(942), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -62121,325 +66356,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [184] = { - [sym_comment] = STATE(184), - [sym_include] = STATE(184), - [anon_sym_COLON] = ACTIONS(172), + [199] = { + [sym_comment] = STATE(199), + [sym_include] = STATE(199), + [anon_sym_COLON] = ACTIONS(148), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(174), + [anon_sym_SLASH] = ACTIONS(150), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(172), - [sym__terminator] = ACTIONS(172), - [aux_sym__block_terminator_token1] = ACTIONS(172), - [anon_sym_COMMA] = ACTIONS(172), - [aux_sym_type_tuning_token2] = ACTIONS(172), - [anon_sym_EQ] = ACTIONS(172), - [anon_sym_PLUS] = ACTIONS(172), - [anon_sym_DASH] = ACTIONS(172), - [aux_sym__multiplicative_operator_token1] = ACTIONS(172), - [aux_sym__multiplicative_operator_token2] = ACTIONS(174), - [anon_sym_LT] = ACTIONS(174), - [anon_sym_LT_EQ] = ACTIONS(172), - [anon_sym_LT_GT] = ACTIONS(172), - [anon_sym_GT] = ACTIONS(174), - [anon_sym_GT_EQ] = ACTIONS(172), - [aux_sym__comparison_operator_token1] = ACTIONS(172), - [aux_sym__comparison_operator_token2] = ACTIONS(172), - [aux_sym__comparison_operator_token3] = ACTIONS(172), - [aux_sym__comparison_operator_token4] = ACTIONS(172), - [aux_sym__comparison_operator_token5] = ACTIONS(172), - [aux_sym__comparison_operator_token6] = ACTIONS(172), - [aux_sym__comparison_operator_token7] = ACTIONS(172), - [aux_sym__comparison_operator_token8] = ACTIONS(172), - [aux_sym__comparison_operator_token9] = ACTIONS(172), - [aux_sym_variable_tuning_token4] = ACTIONS(172), - [aux_sym_function_call_token1] = ACTIONS(172), - [aux_sym_while_phrase_token1] = ACTIONS(172), - [aux_sym_repeat_tuning_token1] = ACTIONS(172), - [aux_sym_using_statement_token1] = ACTIONS(172), - [aux_sym_on_error_phrase_token1] = ACTIONS(172), - [aux_sym_stop_after_phrase_token1] = ACTIONS(172), - [aux_sym_do_tuning_token1] = ACTIONS(172), - [aux_sym_to_phrase_token1] = ACTIONS(172), - [aux_sym_query_tuning_token1] = ACTIONS(172), - [aux_sym_query_tuning_token2] = ACTIONS(172), - [aux_sym_query_tuning_token3] = ACTIONS(172), - [aux_sym_query_tuning_token4] = ACTIONS(172), - [aux_sym_query_tuning_token5] = ACTIONS(172), - [aux_sym_query_tuning_token6] = ACTIONS(172), - [aux_sym_sort_clause_token1] = ACTIONS(172), - [aux_sym_image_phrase_token1] = ACTIONS(174), - [aux_sym_image_phrase_token2] = ACTIONS(172), - [aux_sym_size_phrase_token1] = ACTIONS(174), - [aux_sym_size_phrase_token2] = ACTIONS(172), - [aux_sym_size_phrase_token3] = ACTIONS(172), - [aux_sym_button_tuning_token1] = ACTIONS(172), - [aux_sym_button_tuning_token3] = ACTIONS(172), - [aux_sym_button_tuning_token4] = ACTIONS(172), - [aux_sym_button_tuning_token5] = ACTIONS(172), - [aux_sym_button_tuning_token6] = ACTIONS(172), - [aux_sym_button_tuning_token7] = ACTIONS(172), - [aux_sym_button_tuning_token8] = ACTIONS(172), - [aux_sym_button_tuning_token9] = ACTIONS(172), - [aux_sym_button_tuning_token10] = ACTIONS(172), - [aux_sym_button_tuning_token11] = ACTIONS(172), - [aux_sym_button_tuning_token12] = ACTIONS(172), - [aux_sym_button_tuning_token13] = ACTIONS(172), - [aux_sym_button_tuning_token14] = ACTIONS(172), - [aux_sym_button_tuning_token16] = ACTIONS(172), - [aux_sym_button_tuning_token17] = ACTIONS(172), - [sym__or_operator] = ACTIONS(172), - [sym__and_operator] = ACTIONS(172), - }, - [185] = { - [sym_comment] = STATE(185), - [sym_include] = STATE(185), - [anon_sym_COLON] = ACTIONS(224), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(224), - [sym__terminator] = ACTIONS(224), - [aux_sym__block_terminator_token1] = ACTIONS(224), - [anon_sym_COMMA] = ACTIONS(224), - [aux_sym_type_tuning_token2] = ACTIONS(224), - [anon_sym_EQ] = ACTIONS(224), - [anon_sym_PLUS] = ACTIONS(224), - [anon_sym_DASH] = ACTIONS(224), - [aux_sym__multiplicative_operator_token1] = ACTIONS(224), - [aux_sym__multiplicative_operator_token2] = ACTIONS(226), - [anon_sym_LT] = ACTIONS(226), - [anon_sym_LT_EQ] = ACTIONS(224), - [anon_sym_LT_GT] = ACTIONS(224), - [anon_sym_GT] = ACTIONS(226), - [anon_sym_GT_EQ] = ACTIONS(224), - [aux_sym__comparison_operator_token1] = ACTIONS(224), - [aux_sym__comparison_operator_token2] = ACTIONS(224), - [aux_sym__comparison_operator_token3] = ACTIONS(224), - [aux_sym__comparison_operator_token4] = ACTIONS(224), - [aux_sym__comparison_operator_token5] = ACTIONS(224), - [aux_sym__comparison_operator_token6] = ACTIONS(224), - [aux_sym__comparison_operator_token7] = ACTIONS(224), - [aux_sym__comparison_operator_token8] = ACTIONS(224), - [aux_sym__comparison_operator_token9] = ACTIONS(224), - [aux_sym_variable_tuning_token4] = ACTIONS(224), - [aux_sym_function_call_token1] = ACTIONS(224), - [aux_sym_while_phrase_token1] = ACTIONS(224), - [aux_sym_repeat_tuning_token1] = ACTIONS(224), - [aux_sym_using_statement_token1] = ACTIONS(224), - [aux_sym_on_error_phrase_token1] = ACTIONS(224), - [aux_sym_stop_after_phrase_token1] = ACTIONS(224), - [aux_sym_do_tuning_token1] = ACTIONS(224), - [aux_sym_to_phrase_token1] = ACTIONS(224), - [aux_sym_query_tuning_token1] = ACTIONS(224), - [aux_sym_query_tuning_token2] = ACTIONS(224), - [aux_sym_query_tuning_token3] = ACTIONS(224), - [aux_sym_query_tuning_token4] = ACTIONS(224), - [aux_sym_query_tuning_token5] = ACTIONS(224), - [aux_sym_query_tuning_token6] = ACTIONS(224), - [aux_sym_sort_clause_token1] = ACTIONS(224), - [aux_sym_image_phrase_token1] = ACTIONS(226), - [aux_sym_image_phrase_token2] = ACTIONS(224), - [aux_sym_size_phrase_token1] = ACTIONS(226), - [aux_sym_size_phrase_token2] = ACTIONS(224), - [aux_sym_size_phrase_token3] = ACTIONS(224), - [aux_sym_button_tuning_token1] = ACTIONS(224), - [aux_sym_button_tuning_token3] = ACTIONS(224), - [aux_sym_button_tuning_token4] = ACTIONS(224), - [aux_sym_button_tuning_token5] = ACTIONS(224), - [aux_sym_button_tuning_token6] = ACTIONS(224), - [aux_sym_button_tuning_token7] = ACTIONS(224), - [aux_sym_button_tuning_token8] = ACTIONS(224), - [aux_sym_button_tuning_token9] = ACTIONS(224), - [aux_sym_button_tuning_token10] = ACTIONS(224), - [aux_sym_button_tuning_token11] = ACTIONS(224), - [aux_sym_button_tuning_token12] = ACTIONS(224), - [aux_sym_button_tuning_token13] = ACTIONS(224), - [aux_sym_button_tuning_token14] = ACTIONS(224), - [aux_sym_button_tuning_token16] = ACTIONS(224), - [aux_sym_button_tuning_token17] = ACTIONS(224), - [sym__or_operator] = ACTIONS(224), - [sym__and_operator] = ACTIONS(224), - }, - [186] = { - [sym_comment] = STATE(186), - [sym_include] = STATE(186), - [anon_sym_COLON] = ACTIONS(232), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(234), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(232), - [sym__terminator] = ACTIONS(232), - [aux_sym__block_terminator_token1] = ACTIONS(232), - [anon_sym_COMMA] = ACTIONS(232), - [aux_sym_type_tuning_token2] = ACTIONS(232), - [anon_sym_EQ] = ACTIONS(232), - [anon_sym_PLUS] = ACTIONS(232), - [anon_sym_DASH] = ACTIONS(232), - [aux_sym__multiplicative_operator_token1] = ACTIONS(232), - [aux_sym__multiplicative_operator_token2] = ACTIONS(234), - [anon_sym_LT] = ACTIONS(234), - [anon_sym_LT_EQ] = ACTIONS(232), - [anon_sym_LT_GT] = ACTIONS(232), - [anon_sym_GT] = ACTIONS(234), - [anon_sym_GT_EQ] = ACTIONS(232), - [aux_sym__comparison_operator_token1] = ACTIONS(232), - [aux_sym__comparison_operator_token2] = ACTIONS(232), - [aux_sym__comparison_operator_token3] = ACTIONS(232), - [aux_sym__comparison_operator_token4] = ACTIONS(232), - [aux_sym__comparison_operator_token5] = ACTIONS(232), - [aux_sym__comparison_operator_token6] = ACTIONS(232), - [aux_sym__comparison_operator_token7] = ACTIONS(232), - [aux_sym__comparison_operator_token8] = ACTIONS(232), - [aux_sym__comparison_operator_token9] = ACTIONS(232), - [aux_sym_variable_tuning_token4] = ACTIONS(232), - [aux_sym_function_call_token1] = ACTIONS(232), - [aux_sym_while_phrase_token1] = ACTIONS(232), - [aux_sym_repeat_tuning_token1] = ACTIONS(232), - [aux_sym_using_statement_token1] = ACTIONS(232), - [aux_sym_on_error_phrase_token1] = ACTIONS(232), - [aux_sym_stop_after_phrase_token1] = ACTIONS(232), - [aux_sym_do_tuning_token1] = ACTIONS(232), - [aux_sym_to_phrase_token1] = ACTIONS(232), - [aux_sym_query_tuning_token1] = ACTIONS(232), - [aux_sym_query_tuning_token2] = ACTIONS(232), - [aux_sym_query_tuning_token3] = ACTIONS(232), - [aux_sym_query_tuning_token4] = ACTIONS(232), - [aux_sym_query_tuning_token5] = ACTIONS(232), - [aux_sym_query_tuning_token6] = ACTIONS(232), - [aux_sym_sort_clause_token1] = ACTIONS(232), - [aux_sym_image_phrase_token1] = ACTIONS(234), - [aux_sym_image_phrase_token2] = ACTIONS(232), - [aux_sym_size_phrase_token1] = ACTIONS(234), - [aux_sym_size_phrase_token2] = ACTIONS(232), - [aux_sym_size_phrase_token3] = ACTIONS(232), - [aux_sym_button_tuning_token1] = ACTIONS(232), - [aux_sym_button_tuning_token3] = ACTIONS(232), - [aux_sym_button_tuning_token4] = ACTIONS(232), - [aux_sym_button_tuning_token5] = ACTIONS(232), - [aux_sym_button_tuning_token6] = ACTIONS(232), - [aux_sym_button_tuning_token7] = ACTIONS(232), - [aux_sym_button_tuning_token8] = ACTIONS(232), - [aux_sym_button_tuning_token9] = ACTIONS(232), - [aux_sym_button_tuning_token10] = ACTIONS(232), - [aux_sym_button_tuning_token11] = ACTIONS(232), - [aux_sym_button_tuning_token12] = ACTIONS(232), - [aux_sym_button_tuning_token13] = ACTIONS(232), - [aux_sym_button_tuning_token14] = ACTIONS(232), - [aux_sym_button_tuning_token16] = ACTIONS(232), - [aux_sym_button_tuning_token17] = ACTIONS(232), - [sym__or_operator] = ACTIONS(232), - [sym__and_operator] = ACTIONS(232), - }, - [187] = { - [sym_comment] = STATE(187), - [sym_include] = STATE(187), - [anon_sym_COLON] = ACTIONS(240), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(242), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(240), - [sym__terminator] = ACTIONS(240), - [aux_sym__block_terminator_token1] = ACTIONS(240), - [anon_sym_COMMA] = ACTIONS(240), - [aux_sym_type_tuning_token2] = ACTIONS(240), - [anon_sym_EQ] = ACTIONS(240), - [anon_sym_PLUS] = ACTIONS(240), - [anon_sym_DASH] = ACTIONS(240), - [aux_sym__multiplicative_operator_token1] = ACTIONS(240), - [aux_sym__multiplicative_operator_token2] = ACTIONS(242), - [anon_sym_LT] = ACTIONS(242), - [anon_sym_LT_EQ] = ACTIONS(240), - [anon_sym_LT_GT] = ACTIONS(240), - [anon_sym_GT] = ACTIONS(242), - [anon_sym_GT_EQ] = ACTIONS(240), - [aux_sym__comparison_operator_token1] = ACTIONS(240), - [aux_sym__comparison_operator_token2] = ACTIONS(240), - [aux_sym__comparison_operator_token3] = ACTIONS(240), - [aux_sym__comparison_operator_token4] = ACTIONS(240), - [aux_sym__comparison_operator_token5] = ACTIONS(240), - [aux_sym__comparison_operator_token6] = ACTIONS(240), - [aux_sym__comparison_operator_token7] = ACTIONS(240), - [aux_sym__comparison_operator_token8] = ACTIONS(240), - [aux_sym__comparison_operator_token9] = ACTIONS(240), - [aux_sym_variable_tuning_token4] = ACTIONS(240), - [aux_sym_function_call_token1] = ACTIONS(240), - [aux_sym_while_phrase_token1] = ACTIONS(240), - [aux_sym_repeat_tuning_token1] = ACTIONS(240), - [aux_sym_using_statement_token1] = ACTIONS(240), - [aux_sym_on_error_phrase_token1] = ACTIONS(240), - [aux_sym_stop_after_phrase_token1] = ACTIONS(240), - [aux_sym_do_tuning_token1] = ACTIONS(240), - [aux_sym_to_phrase_token1] = ACTIONS(240), - [aux_sym_query_tuning_token1] = ACTIONS(240), - [aux_sym_query_tuning_token2] = ACTIONS(240), - [aux_sym_query_tuning_token3] = ACTIONS(240), - [aux_sym_query_tuning_token4] = ACTIONS(240), - [aux_sym_query_tuning_token5] = ACTIONS(240), - [aux_sym_query_tuning_token6] = ACTIONS(240), - [aux_sym_sort_clause_token1] = ACTIONS(240), - [aux_sym_image_phrase_token1] = ACTIONS(242), - [aux_sym_image_phrase_token2] = ACTIONS(240), - [aux_sym_size_phrase_token1] = ACTIONS(242), - [aux_sym_size_phrase_token2] = ACTIONS(240), - [aux_sym_size_phrase_token3] = ACTIONS(240), - [aux_sym_button_tuning_token1] = ACTIONS(240), - [aux_sym_button_tuning_token3] = ACTIONS(240), - [aux_sym_button_tuning_token4] = ACTIONS(240), - [aux_sym_button_tuning_token5] = ACTIONS(240), - [aux_sym_button_tuning_token6] = ACTIONS(240), - [aux_sym_button_tuning_token7] = ACTIONS(240), - [aux_sym_button_tuning_token8] = ACTIONS(240), - [aux_sym_button_tuning_token9] = ACTIONS(240), - [aux_sym_button_tuning_token10] = ACTIONS(240), - [aux_sym_button_tuning_token11] = ACTIONS(240), - [aux_sym_button_tuning_token12] = ACTIONS(240), - [aux_sym_button_tuning_token13] = ACTIONS(240), - [aux_sym_button_tuning_token14] = ACTIONS(240), - [aux_sym_button_tuning_token16] = ACTIONS(240), - [aux_sym_button_tuning_token17] = ACTIONS(240), - [sym__or_operator] = ACTIONS(240), - [sym__and_operator] = ACTIONS(240), + [anon_sym_STAR] = ACTIONS(148), + [sym__terminator] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(148), + [aux_sym_type_tuning_token2] = ACTIONS(148), + [anon_sym_EQ] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [aux_sym__multiplicative_operator_token1] = ACTIONS(148), + [aux_sym__multiplicative_operator_token2] = ACTIONS(150), + [anon_sym_LT] = ACTIONS(150), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_LT_GT] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(148), + [aux_sym__comparison_operator_token1] = ACTIONS(148), + [aux_sym__comparison_operator_token2] = ACTIONS(148), + [aux_sym__comparison_operator_token3] = ACTIONS(148), + [aux_sym__comparison_operator_token4] = ACTIONS(148), + [aux_sym__comparison_operator_token5] = ACTIONS(148), + [aux_sym__comparison_operator_token6] = ACTIONS(148), + [aux_sym__comparison_operator_token7] = ACTIONS(148), + [aux_sym__comparison_operator_token8] = ACTIONS(148), + [aux_sym__comparison_operator_token9] = ACTIONS(148), + [aux_sym_variable_tuning_token4] = ACTIONS(148), + [aux_sym_function_call_token1] = ACTIONS(944), + [aux_sym_while_phrase_token1] = ACTIONS(148), + [aux_sym_repeat_tuning_token1] = ACTIONS(148), + [aux_sym_using_statement_token1] = ACTIONS(148), + [aux_sym_on_error_phrase_token1] = ACTIONS(148), + [aux_sym_stop_after_phrase_token1] = ACTIONS(148), + [aux_sym_do_tuning_token1] = ACTIONS(148), + [aux_sym_to_phrase_token1] = ACTIONS(148), + [aux_sym_query_tuning_token1] = ACTIONS(148), + [aux_sym_query_tuning_token2] = ACTIONS(148), + [aux_sym_query_tuning_token3] = ACTIONS(148), + [aux_sym_query_tuning_token4] = ACTIONS(148), + [aux_sym_query_tuning_token5] = ACTIONS(148), + [aux_sym_query_tuning_token6] = ACTIONS(148), + [aux_sym_sort_clause_token1] = ACTIONS(148), + [aux_sym_image_phrase_token1] = ACTIONS(150), + [aux_sym_image_phrase_token2] = ACTIONS(148), + [aux_sym_size_phrase_token1] = ACTIONS(150), + [aux_sym_size_phrase_token2] = ACTIONS(148), + [aux_sym_size_phrase_token3] = ACTIONS(148), + [aux_sym_button_tuning_token1] = ACTIONS(148), + [aux_sym_button_tuning_token3] = ACTIONS(148), + [aux_sym_button_tuning_token4] = ACTIONS(148), + [aux_sym_button_tuning_token5] = ACTIONS(148), + [aux_sym_button_tuning_token6] = ACTIONS(148), + [aux_sym_button_tuning_token7] = ACTIONS(148), + [aux_sym_button_tuning_token8] = ACTIONS(148), + [aux_sym_button_tuning_token9] = ACTIONS(148), + [aux_sym_button_tuning_token10] = ACTIONS(148), + [aux_sym_button_tuning_token11] = ACTIONS(148), + [aux_sym_button_tuning_token12] = ACTIONS(148), + [aux_sym_button_tuning_token13] = ACTIONS(148), + [aux_sym_button_tuning_token14] = ACTIONS(148), + [aux_sym_button_tuning_token16] = ACTIONS(148), + [aux_sym_button_tuning_token17] = ACTIONS(148), + [sym__namecolon] = ACTIONS(148), + [sym__or_operator] = ACTIONS(148), + [sym__and_operator] = ACTIONS(148), }, - [188] = { - [sym_comment] = STATE(188), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(188), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5693), + [200] = { + [sym_comment] = STATE(200), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(200), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6482), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -62453,7 +66475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(956), + [anon_sym_RPAREN] = ACTIONS(946), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -62476,41 +66498,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [189] = { - [sym_comment] = STATE(189), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(189), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5813), + [201] = { + [sym_comment] = STATE(201), + [sym_include] = STATE(201), + [anon_sym_COLON] = ACTIONS(164), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(166), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(164), + [sym__terminator] = ACTIONS(164), + [anon_sym_COMMA] = ACTIONS(164), + [aux_sym_type_tuning_token2] = ACTIONS(164), + [anon_sym_EQ] = ACTIONS(164), + [anon_sym_PLUS] = ACTIONS(164), + [anon_sym_DASH] = ACTIONS(164), + [aux_sym__multiplicative_operator_token1] = ACTIONS(164), + [aux_sym__multiplicative_operator_token2] = ACTIONS(166), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(164), + [anon_sym_LT_GT] = ACTIONS(164), + [anon_sym_GT] = ACTIONS(166), + [anon_sym_GT_EQ] = ACTIONS(164), + [aux_sym__comparison_operator_token1] = ACTIONS(164), + [aux_sym__comparison_operator_token2] = ACTIONS(164), + [aux_sym__comparison_operator_token3] = ACTIONS(164), + [aux_sym__comparison_operator_token4] = ACTIONS(164), + [aux_sym__comparison_operator_token5] = ACTIONS(164), + [aux_sym__comparison_operator_token6] = ACTIONS(164), + [aux_sym__comparison_operator_token7] = ACTIONS(164), + [aux_sym__comparison_operator_token8] = ACTIONS(164), + [aux_sym__comparison_operator_token9] = ACTIONS(164), + [aux_sym_variable_tuning_token4] = ACTIONS(164), + [aux_sym_function_call_token1] = ACTIONS(164), + [aux_sym_while_phrase_token1] = ACTIONS(164), + [aux_sym_repeat_tuning_token1] = ACTIONS(164), + [aux_sym_using_statement_token1] = ACTIONS(164), + [aux_sym_on_error_phrase_token1] = ACTIONS(164), + [aux_sym_stop_after_phrase_token1] = ACTIONS(164), + [aux_sym_do_tuning_token1] = ACTIONS(164), + [aux_sym_to_phrase_token1] = ACTIONS(164), + [aux_sym_query_tuning_token1] = ACTIONS(164), + [aux_sym_query_tuning_token2] = ACTIONS(164), + [aux_sym_query_tuning_token3] = ACTIONS(164), + [aux_sym_query_tuning_token4] = ACTIONS(164), + [aux_sym_query_tuning_token5] = ACTIONS(164), + [aux_sym_query_tuning_token6] = ACTIONS(164), + [aux_sym_sort_clause_token1] = ACTIONS(164), + [aux_sym_image_phrase_token1] = ACTIONS(166), + [aux_sym_image_phrase_token2] = ACTIONS(164), + [aux_sym_size_phrase_token1] = ACTIONS(166), + [aux_sym_size_phrase_token2] = ACTIONS(164), + [aux_sym_size_phrase_token3] = ACTIONS(164), + [aux_sym_button_tuning_token1] = ACTIONS(164), + [aux_sym_button_tuning_token3] = ACTIONS(164), + [aux_sym_button_tuning_token4] = ACTIONS(164), + [aux_sym_button_tuning_token5] = ACTIONS(164), + [aux_sym_button_tuning_token6] = ACTIONS(164), + [aux_sym_button_tuning_token7] = ACTIONS(164), + [aux_sym_button_tuning_token8] = ACTIONS(164), + [aux_sym_button_tuning_token9] = ACTIONS(164), + [aux_sym_button_tuning_token10] = ACTIONS(164), + [aux_sym_button_tuning_token11] = ACTIONS(164), + [aux_sym_button_tuning_token12] = ACTIONS(164), + [aux_sym_button_tuning_token13] = ACTIONS(164), + [aux_sym_button_tuning_token14] = ACTIONS(164), + [aux_sym_button_tuning_token16] = ACTIONS(164), + [aux_sym_button_tuning_token17] = ACTIONS(164), + [sym__namecolon] = ACTIONS(164), + [sym__or_operator] = ACTIONS(164), + [sym__and_operator] = ACTIONS(164), + }, + [202] = { + [sym_comment] = STATE(202), + [sym_constant] = STATE(990), + [sym_qualified_name] = STATE(990), + [sym_boolean_literal] = STATE(990), + [sym__decimal_literal] = STATE(1312), + [sym_number_literal] = STATE(990), + [sym_string_literal] = STATE(990), + [sym_array_literal] = STATE(990), + [sym_parenthesized_expression] = STATE(990), + [sym_logical_expression] = STATE(1053), + [sym_unary_expression] = STATE(990), + [sym_ambiguous_expression] = STATE(990), + [sym_temp_table_expression] = STATE(990), + [sym_current_changed_expression] = STATE(990), + [sym_locked_expression] = STATE(990), + [sym_dataset_expression] = STATE(990), + [sym_input_expression] = STATE(990), + [sym_additive_expression] = STATE(1053), + [sym_multiplicative_expression] = STATE(1053), + [sym_comparison_expression] = STATE(1053), + [sym__binary_expression] = STATE(990), + [sym_array_access] = STATE(990), + [sym_include] = STATE(202), + [sym_function_call] = STATE(520), + [sym_ternary_expression] = STATE(990), + [sym_new_expression] = STATE(520), + [sym_object_access] = STATE(545), + [sym_member_access] = STATE(990), + [sym_sort_column] = STATE(3390), + [sym_can_find_expression] = STATE(990), + [sym_accumulate_expression] = STATE(990), + [sym_available_expression] = STATE(990), + [sym_index_tuning] = STATE(3148), + [sym__expression] = STATE(335), + [aux_sym_sort_clause_repeat1] = STATE(357), + [aux_sym_index_definition_repeat1] = STATE(2500), + [sym_identifier] = ACTIONS(948), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(950), + [sym__terminator] = ACTIONS(952), + [sym_null_expression] = ACTIONS(954), + [aux_sym_boolean_literal_token1] = ACTIONS(956), + [aux_sym_boolean_literal_token2] = ACTIONS(956), + [aux_sym_boolean_literal_token3] = ACTIONS(956), + [aux_sym_boolean_literal_token4] = ACTIONS(956), + [sym__integer_literal] = ACTIONS(958), + [sym_date_literal] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(962), + [aux_sym_type_tuning_token1] = ACTIONS(964), + [aux_sym_unary_expression_token1] = ACTIONS(966), + [aux_sym_unary_expression_token2] = ACTIONS(968), + [aux_sym_ambiguous_expression_token1] = ACTIONS(970), + [aux_sym_temp_table_expression_token1] = ACTIONS(972), + [aux_sym_current_changed_expression_token1] = ACTIONS(974), + [aux_sym_locked_expression_token1] = ACTIONS(976), + [aux_sym_dataset_expression_token1] = ACTIONS(978), + [aux_sym_input_expression_token1] = ACTIONS(980), + [aux_sym_scope_tuning_token1] = ACTIONS(982), + [aux_sym_if_statement_token1] = ACTIONS(984), + [aux_sym_can_find_expression_token1] = ACTIONS(986), + [aux_sym_accumulate_expression_token1] = ACTIONS(988), + [aux_sym_available_expression_token1] = ACTIONS(990), + [aux_sym_available_expression_token2] = ACTIONS(990), + [aux_sym_field_definition_token1] = ACTIONS(952), + [aux_sym_index_tuning_token1] = ACTIONS(964), + [aux_sym_index_definition_token1] = ACTIONS(952), + [sym__escaped_string] = ACTIONS(992), + }, + [203] = { + [sym_comment] = STATE(203), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(203), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6512), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -62524,7 +66688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(958), + [anon_sym_RPAREN] = ACTIONS(994), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -62547,254 +66711,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [190] = { - [sym_comment] = STATE(190), - [sym_include] = STATE(190), - [anon_sym_COLON] = ACTIONS(160), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(160), - [sym__terminator] = ACTIONS(160), - [aux_sym__block_terminator_token1] = ACTIONS(160), - [anon_sym_COMMA] = ACTIONS(160), - [aux_sym_type_tuning_token2] = ACTIONS(160), - [anon_sym_EQ] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(160), - [anon_sym_DASH] = ACTIONS(160), - [aux_sym__multiplicative_operator_token1] = ACTIONS(160), - [aux_sym__multiplicative_operator_token2] = ACTIONS(162), - [anon_sym_LT] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(160), - [anon_sym_LT_GT] = ACTIONS(160), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(160), - [aux_sym__comparison_operator_token1] = ACTIONS(160), - [aux_sym__comparison_operator_token2] = ACTIONS(160), - [aux_sym__comparison_operator_token3] = ACTIONS(160), - [aux_sym__comparison_operator_token4] = ACTIONS(160), - [aux_sym__comparison_operator_token5] = ACTIONS(160), - [aux_sym__comparison_operator_token6] = ACTIONS(160), - [aux_sym__comparison_operator_token7] = ACTIONS(160), - [aux_sym__comparison_operator_token8] = ACTIONS(160), - [aux_sym__comparison_operator_token9] = ACTIONS(160), - [aux_sym_variable_tuning_token4] = ACTIONS(160), - [aux_sym_function_call_token1] = ACTIONS(160), - [aux_sym_while_phrase_token1] = ACTIONS(160), - [aux_sym_repeat_tuning_token1] = ACTIONS(160), - [aux_sym_using_statement_token1] = ACTIONS(160), - [aux_sym_on_error_phrase_token1] = ACTIONS(160), - [aux_sym_stop_after_phrase_token1] = ACTIONS(160), - [aux_sym_do_tuning_token1] = ACTIONS(160), - [aux_sym_to_phrase_token1] = ACTIONS(160), - [aux_sym_query_tuning_token1] = ACTIONS(160), - [aux_sym_query_tuning_token2] = ACTIONS(160), - [aux_sym_query_tuning_token3] = ACTIONS(160), - [aux_sym_query_tuning_token4] = ACTIONS(160), - [aux_sym_query_tuning_token5] = ACTIONS(160), - [aux_sym_query_tuning_token6] = ACTIONS(160), - [aux_sym_sort_clause_token1] = ACTIONS(160), - [aux_sym_image_phrase_token1] = ACTIONS(162), - [aux_sym_image_phrase_token2] = ACTIONS(160), - [aux_sym_size_phrase_token1] = ACTIONS(162), - [aux_sym_size_phrase_token2] = ACTIONS(160), - [aux_sym_size_phrase_token3] = ACTIONS(160), - [aux_sym_button_tuning_token1] = ACTIONS(160), - [aux_sym_button_tuning_token3] = ACTIONS(160), - [aux_sym_button_tuning_token4] = ACTIONS(160), - [aux_sym_button_tuning_token5] = ACTIONS(160), - [aux_sym_button_tuning_token6] = ACTIONS(160), - [aux_sym_button_tuning_token7] = ACTIONS(160), - [aux_sym_button_tuning_token8] = ACTIONS(160), - [aux_sym_button_tuning_token9] = ACTIONS(160), - [aux_sym_button_tuning_token10] = ACTIONS(160), - [aux_sym_button_tuning_token11] = ACTIONS(160), - [aux_sym_button_tuning_token12] = ACTIONS(160), - [aux_sym_button_tuning_token13] = ACTIONS(160), - [aux_sym_button_tuning_token14] = ACTIONS(160), - [aux_sym_button_tuning_token16] = ACTIONS(160), - [aux_sym_button_tuning_token17] = ACTIONS(160), - [sym__or_operator] = ACTIONS(160), - [sym__and_operator] = ACTIONS(160), - }, - [191] = { - [sym_comment] = STATE(191), - [sym_include] = STATE(191), - [anon_sym_COLON] = ACTIONS(228), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(230), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(228), - [sym__terminator] = ACTIONS(228), - [aux_sym__block_terminator_token1] = ACTIONS(228), - [anon_sym_COMMA] = ACTIONS(228), - [aux_sym_type_tuning_token2] = ACTIONS(228), - [anon_sym_EQ] = ACTIONS(228), - [anon_sym_PLUS] = ACTIONS(228), - [anon_sym_DASH] = ACTIONS(228), - [aux_sym__multiplicative_operator_token1] = ACTIONS(228), - [aux_sym__multiplicative_operator_token2] = ACTIONS(230), - [anon_sym_LT] = ACTIONS(230), - [anon_sym_LT_EQ] = ACTIONS(228), - [anon_sym_LT_GT] = ACTIONS(228), - [anon_sym_GT] = ACTIONS(230), - [anon_sym_GT_EQ] = ACTIONS(228), - [aux_sym__comparison_operator_token1] = ACTIONS(228), - [aux_sym__comparison_operator_token2] = ACTIONS(228), - [aux_sym__comparison_operator_token3] = ACTIONS(228), - [aux_sym__comparison_operator_token4] = ACTIONS(228), - [aux_sym__comparison_operator_token5] = ACTIONS(228), - [aux_sym__comparison_operator_token6] = ACTIONS(228), - [aux_sym__comparison_operator_token7] = ACTIONS(228), - [aux_sym__comparison_operator_token8] = ACTIONS(228), - [aux_sym__comparison_operator_token9] = ACTIONS(228), - [aux_sym_variable_tuning_token4] = ACTIONS(228), - [aux_sym_function_call_token1] = ACTIONS(228), - [aux_sym_while_phrase_token1] = ACTIONS(228), - [aux_sym_repeat_tuning_token1] = ACTIONS(228), - [aux_sym_using_statement_token1] = ACTIONS(228), - [aux_sym_on_error_phrase_token1] = ACTIONS(228), - [aux_sym_stop_after_phrase_token1] = ACTIONS(228), - [aux_sym_do_tuning_token1] = ACTIONS(228), - [aux_sym_to_phrase_token1] = ACTIONS(228), - [aux_sym_query_tuning_token1] = ACTIONS(228), - [aux_sym_query_tuning_token2] = ACTIONS(228), - [aux_sym_query_tuning_token3] = ACTIONS(228), - [aux_sym_query_tuning_token4] = ACTIONS(228), - [aux_sym_query_tuning_token5] = ACTIONS(228), - [aux_sym_query_tuning_token6] = ACTIONS(228), - [aux_sym_sort_clause_token1] = ACTIONS(228), - [aux_sym_image_phrase_token1] = ACTIONS(230), - [aux_sym_image_phrase_token2] = ACTIONS(228), - [aux_sym_size_phrase_token1] = ACTIONS(230), - [aux_sym_size_phrase_token2] = ACTIONS(228), - [aux_sym_size_phrase_token3] = ACTIONS(228), - [aux_sym_button_tuning_token1] = ACTIONS(228), - [aux_sym_button_tuning_token3] = ACTIONS(228), - [aux_sym_button_tuning_token4] = ACTIONS(228), - [aux_sym_button_tuning_token5] = ACTIONS(228), - [aux_sym_button_tuning_token6] = ACTIONS(228), - [aux_sym_button_tuning_token7] = ACTIONS(228), - [aux_sym_button_tuning_token8] = ACTIONS(228), - [aux_sym_button_tuning_token9] = ACTIONS(228), - [aux_sym_button_tuning_token10] = ACTIONS(228), - [aux_sym_button_tuning_token11] = ACTIONS(228), - [aux_sym_button_tuning_token12] = ACTIONS(228), - [aux_sym_button_tuning_token13] = ACTIONS(228), - [aux_sym_button_tuning_token14] = ACTIONS(228), - [aux_sym_button_tuning_token16] = ACTIONS(228), - [aux_sym_button_tuning_token17] = ACTIONS(228), - [sym__or_operator] = ACTIONS(228), - [sym__and_operator] = ACTIONS(228), - }, - [192] = { - [sym_comment] = STATE(192), - [sym_include] = STATE(192), - [sym_function_arguments] = STATE(291), - [aux_sym_qualified_name_repeat1] = STATE(286), - [aux_sym_object_access_repeat1] = STATE(290), - [aux_sym_member_access_repeat1] = STATE(277), - [sym_identifier] = ACTIONS(89), - [anon_sym_COLON] = ACTIONS(89), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(89), - [anon_sym_LBRACE] = ACTIONS(89), - [anon_sym_STAR] = ACTIONS(89), - [sym_null_expression] = ACTIONS(89), - [aux_sym_boolean_literal_token1] = ACTIONS(89), - [aux_sym_boolean_literal_token2] = ACTIONS(89), - [aux_sym_boolean_literal_token3] = ACTIONS(89), - [aux_sym_boolean_literal_token4] = ACTIONS(89), - [sym__integer_literal] = ACTIONS(89), - [sym_date_literal] = ACTIONS(89), - [anon_sym_LBRACK] = ACTIONS(89), - [anon_sym_COMMA] = ACTIONS(89), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_EQ] = ACTIONS(89), - [aux_sym_unary_expression_token1] = ACTIONS(89), - [aux_sym_unary_expression_token2] = ACTIONS(89), - [aux_sym_ambiguous_expression_token1] = ACTIONS(89), - [aux_sym_temp_table_expression_token1] = ACTIONS(89), - [aux_sym_current_changed_expression_token1] = ACTIONS(89), - [aux_sym_locked_expression_token1] = ACTIONS(89), - [aux_sym_dataset_expression_token1] = ACTIONS(89), - [aux_sym_input_expression_token1] = ACTIONS(89), - [anon_sym_PLUS] = ACTIONS(89), - [anon_sym_DASH] = ACTIONS(89), - [aux_sym__multiplicative_operator_token1] = ACTIONS(89), - [aux_sym__multiplicative_operator_token2] = ACTIONS(89), - [anon_sym_LT] = ACTIONS(89), - [anon_sym_LT_EQ] = ACTIONS(89), - [anon_sym_LT_GT] = ACTIONS(89), - [anon_sym_GT] = ACTIONS(89), - [anon_sym_GT_EQ] = ACTIONS(89), - [aux_sym__comparison_operator_token1] = ACTIONS(89), - [aux_sym__comparison_operator_token2] = ACTIONS(89), - [aux_sym__comparison_operator_token3] = ACTIONS(89), - [aux_sym__comparison_operator_token4] = ACTIONS(89), - [aux_sym__comparison_operator_token5] = ACTIONS(89), - [aux_sym__comparison_operator_token6] = ACTIONS(89), - [aux_sym__comparison_operator_token7] = ACTIONS(89), - [aux_sym__comparison_operator_token8] = ACTIONS(89), - [aux_sym__comparison_operator_token9] = ACTIONS(89), - [aux_sym_scope_tuning_token1] = ACTIONS(89), - [aux_sym_if_statement_token1] = ACTIONS(89), - [aux_sym_on_error_phrase_token1] = ACTIONS(89), - [aux_sym_to_phrase_token1] = ACTIONS(89), - [aux_sym_sort_order_token1] = ACTIONS(89), - [aux_sym_sort_order_token2] = ACTIONS(89), - [aux_sym_sort_order_token3] = ACTIONS(89), - [aux_sym_sort_order_token4] = ACTIONS(89), - [aux_sym_sort_clause_token1] = ACTIONS(89), - [aux_sym_can_find_expression_token1] = ACTIONS(89), - [aux_sym_accumulate_expression_token1] = ACTIONS(89), - [aux_sym_available_expression_token1] = ACTIONS(89), - [aux_sym_available_expression_token2] = ACTIONS(89), - [sym__namedot] = ACTIONS(962), - [sym__namecolon] = ACTIONS(964), - [sym__namedoublecolon] = ACTIONS(966), - [sym__or_operator] = ACTIONS(87), - [sym__and_operator] = ACTIONS(87), - [sym__escaped_string] = ACTIONS(87), - }, - [193] = { - [sym_comment] = STATE(193), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(193), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5549), + [204] = { + [sym_comment] = STATE(204), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(204), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6452), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -62808,7 +66759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(968), + [anon_sym_RPAREN] = ACTIONS(996), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -62831,41 +66782,396 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [194] = { - [sym_comment] = STATE(194), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(194), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5809), + [205] = { + [sym_comment] = STATE(205), + [sym_constant] = STATE(371), + [sym_qualified_name] = STATE(371), + [sym_boolean_literal] = STATE(371), + [sym__decimal_literal] = STATE(393), + [sym_number_literal] = STATE(371), + [sym_string_literal] = STATE(371), + [sym_array_literal] = STATE(371), + [sym_parenthesized_expression] = STATE(371), + [sym_logical_expression] = STATE(439), + [sym_unary_expression] = STATE(371), + [sym_ambiguous_expression] = STATE(371), + [sym_temp_table_expression] = STATE(371), + [sym_current_changed_expression] = STATE(371), + [sym_locked_expression] = STATE(371), + [sym_dataset_expression] = STATE(371), + [sym_input_expression] = STATE(371), + [sym_additive_expression] = STATE(439), + [sym_multiplicative_expression] = STATE(439), + [sym_comparison_expression] = STATE(439), + [sym__binary_expression] = STATE(371), + [sym_array_access] = STATE(371), + [sym_include] = STATE(205), + [sym_function_call] = STATE(309), + [sym_ternary_expression] = STATE(371), + [sym_new_expression] = STATE(309), + [sym_object_access] = STATE(349), + [sym_member_access] = STATE(371), + [sym_sort_column] = STATE(2275), + [sym_can_find_expression] = STATE(371), + [sym_accumulate_expression] = STATE(371), + [sym_available_expression] = STATE(371), + [sym__expression] = STATE(208), + [aux_sym_sort_clause_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(998), + [anon_sym_COLON] = ACTIONS(1001), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1003), + [sym_null_expression] = ACTIONS(1005), + [aux_sym_boolean_literal_token1] = ACTIONS(1007), + [aux_sym_boolean_literal_token2] = ACTIONS(1007), + [aux_sym_boolean_literal_token3] = ACTIONS(1007), + [aux_sym_boolean_literal_token4] = ACTIONS(1007), + [sym__integer_literal] = ACTIONS(1009), + [sym_date_literal] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(1011), + [anon_sym_LPAREN] = ACTIONS(1013), + [aux_sym_unary_expression_token1] = ACTIONS(1015), + [aux_sym_unary_expression_token2] = ACTIONS(1017), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1019), + [aux_sym_temp_table_expression_token1] = ACTIONS(1021), + [aux_sym_current_changed_expression_token1] = ACTIONS(1023), + [aux_sym_locked_expression_token1] = ACTIONS(1025), + [aux_sym_dataset_expression_token1] = ACTIONS(1027), + [aux_sym_input_expression_token1] = ACTIONS(1029), + [aux_sym_scope_tuning_token1] = ACTIONS(1031), + [aux_sym_if_statement_token1] = ACTIONS(1034), + [aux_sym_while_phrase_token1] = ACTIONS(1001), + [aux_sym_on_error_phrase_token1] = ACTIONS(1001), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1001), + [aux_sym_do_tuning_token1] = ACTIONS(1001), + [aux_sym_to_phrase_token1] = ACTIONS(1001), + [aux_sym_sort_clause_token1] = ACTIONS(1001), + [aux_sym_can_find_expression_token1] = ACTIONS(1036), + [aux_sym_accumulate_expression_token1] = ACTIONS(1038), + [aux_sym_available_expression_token1] = ACTIONS(1040), + [aux_sym_available_expression_token2] = ACTIONS(1040), + [sym__escaped_string] = ACTIONS(1042), + }, + [206] = { + [sym_comment] = STATE(206), + [sym_constant] = STATE(371), + [sym_qualified_name] = STATE(371), + [sym_boolean_literal] = STATE(371), + [sym__decimal_literal] = STATE(393), + [sym_number_literal] = STATE(371), + [sym_string_literal] = STATE(371), + [sym_array_literal] = STATE(371), + [sym_parenthesized_expression] = STATE(371), + [sym_logical_expression] = STATE(439), + [sym_unary_expression] = STATE(371), + [sym_ambiguous_expression] = STATE(371), + [sym_temp_table_expression] = STATE(371), + [sym_current_changed_expression] = STATE(371), + [sym_locked_expression] = STATE(371), + [sym_dataset_expression] = STATE(371), + [sym_input_expression] = STATE(371), + [sym_additive_expression] = STATE(439), + [sym_multiplicative_expression] = STATE(439), + [sym_comparison_expression] = STATE(439), + [sym__binary_expression] = STATE(371), + [sym_array_access] = STATE(371), + [sym_include] = STATE(206), + [sym_function_call] = STATE(309), + [sym_ternary_expression] = STATE(371), + [sym_new_expression] = STATE(309), + [sym_object_access] = STATE(349), + [sym_member_access] = STATE(371), + [sym_sort_column] = STATE(2275), + [sym_can_find_expression] = STATE(371), + [sym_accumulate_expression] = STATE(371), + [sym_available_expression] = STATE(371), + [sym__expression] = STATE(208), + [aux_sym_sort_clause_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(1044), + [anon_sym_COLON] = ACTIONS(1047), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1049), + [sym_null_expression] = ACTIONS(1052), + [aux_sym_boolean_literal_token1] = ACTIONS(1055), + [aux_sym_boolean_literal_token2] = ACTIONS(1055), + [aux_sym_boolean_literal_token3] = ACTIONS(1055), + [aux_sym_boolean_literal_token4] = ACTIONS(1055), + [sym__integer_literal] = ACTIONS(1058), + [sym_date_literal] = ACTIONS(1052), + [anon_sym_LBRACK] = ACTIONS(1061), + [anon_sym_LPAREN] = ACTIONS(1064), + [aux_sym_unary_expression_token1] = ACTIONS(1067), + [aux_sym_unary_expression_token2] = ACTIONS(1070), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1073), + [aux_sym_temp_table_expression_token1] = ACTIONS(1076), + [aux_sym_current_changed_expression_token1] = ACTIONS(1079), + [aux_sym_locked_expression_token1] = ACTIONS(1082), + [aux_sym_dataset_expression_token1] = ACTIONS(1085), + [aux_sym_input_expression_token1] = ACTIONS(1088), + [aux_sym_scope_tuning_token1] = ACTIONS(1091), + [aux_sym_if_statement_token1] = ACTIONS(1094), + [aux_sym_while_phrase_token1] = ACTIONS(1047), + [aux_sym_on_error_phrase_token1] = ACTIONS(1047), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1047), + [aux_sym_do_tuning_token1] = ACTIONS(1047), + [aux_sym_to_phrase_token1] = ACTIONS(1047), + [aux_sym_sort_clause_token1] = ACTIONS(1047), + [aux_sym_can_find_expression_token1] = ACTIONS(1097), + [aux_sym_accumulate_expression_token1] = ACTIONS(1100), + [aux_sym_available_expression_token1] = ACTIONS(1103), + [aux_sym_available_expression_token2] = ACTIONS(1103), + [sym__escaped_string] = ACTIONS(1106), + }, + [207] = { + [sym_comment] = STATE(207), + [sym_constant] = STATE(371), + [sym_qualified_name] = STATE(371), + [sym_boolean_literal] = STATE(371), + [sym__decimal_literal] = STATE(393), + [sym_number_literal] = STATE(371), + [sym_string_literal] = STATE(371), + [sym_array_literal] = STATE(371), + [sym_parenthesized_expression] = STATE(371), + [sym_logical_expression] = STATE(439), + [sym_unary_expression] = STATE(371), + [sym_ambiguous_expression] = STATE(371), + [sym_temp_table_expression] = STATE(371), + [sym_current_changed_expression] = STATE(371), + [sym_locked_expression] = STATE(371), + [sym_dataset_expression] = STATE(371), + [sym_input_expression] = STATE(371), + [sym_additive_expression] = STATE(439), + [sym_multiplicative_expression] = STATE(439), + [sym_comparison_expression] = STATE(439), + [sym__binary_expression] = STATE(371), + [sym_array_access] = STATE(371), + [sym_include] = STATE(207), + [sym_function_call] = STATE(309), + [sym_ternary_expression] = STATE(371), + [sym_new_expression] = STATE(309), + [sym_object_access] = STATE(349), + [sym_member_access] = STATE(371), + [sym_sort_column] = STATE(2275), + [sym_can_find_expression] = STATE(371), + [sym_accumulate_expression] = STATE(371), + [sym_available_expression] = STATE(371), + [sym__expression] = STATE(208), + [aux_sym_sort_clause_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(1109), + [anon_sym_COLON] = ACTIONS(1112), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1003), + [sym_null_expression] = ACTIONS(1005), + [aux_sym_boolean_literal_token1] = ACTIONS(1007), + [aux_sym_boolean_literal_token2] = ACTIONS(1007), + [aux_sym_boolean_literal_token3] = ACTIONS(1007), + [aux_sym_boolean_literal_token4] = ACTIONS(1007), + [sym__integer_literal] = ACTIONS(1009), + [sym_date_literal] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(1011), + [anon_sym_LPAREN] = ACTIONS(1013), + [aux_sym_unary_expression_token1] = ACTIONS(1015), + [aux_sym_unary_expression_token2] = ACTIONS(1017), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1019), + [aux_sym_temp_table_expression_token1] = ACTIONS(1021), + [aux_sym_current_changed_expression_token1] = ACTIONS(1023), + [aux_sym_locked_expression_token1] = ACTIONS(1025), + [aux_sym_dataset_expression_token1] = ACTIONS(1027), + [aux_sym_input_expression_token1] = ACTIONS(1029), + [aux_sym_scope_tuning_token1] = ACTIONS(1114), + [aux_sym_if_statement_token1] = ACTIONS(1034), + [aux_sym_while_phrase_token1] = ACTIONS(1112), + [aux_sym_on_error_phrase_token1] = ACTIONS(1112), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1112), + [aux_sym_do_tuning_token1] = ACTIONS(1112), + [aux_sym_to_phrase_token1] = ACTIONS(1112), + [aux_sym_sort_clause_token1] = ACTIONS(1112), + [aux_sym_can_find_expression_token1] = ACTIONS(1036), + [aux_sym_accumulate_expression_token1] = ACTIONS(1038), + [aux_sym_available_expression_token1] = ACTIONS(1040), + [aux_sym_available_expression_token2] = ACTIONS(1040), + [sym__escaped_string] = ACTIONS(1042), + }, + [208] = { + [sym_comment] = STATE(208), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(208), + [sym_sort_order] = STATE(2333), + [sym_identifier] = ACTIONS(1117), + [anon_sym_COLON] = ACTIONS(1117), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1117), + [aux_sym_boolean_literal_token1] = ACTIONS(1117), + [aux_sym_boolean_literal_token2] = ACTIONS(1117), + [aux_sym_boolean_literal_token3] = ACTIONS(1117), + [aux_sym_boolean_literal_token4] = ACTIONS(1117), + [sym__integer_literal] = ACTIONS(1117), + [sym_date_literal] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1117), + [aux_sym_unary_expression_token2] = ACTIONS(1117), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1117), + [aux_sym_temp_table_expression_token1] = ACTIONS(1117), + [aux_sym_current_changed_expression_token1] = ACTIONS(1117), + [aux_sym_locked_expression_token1] = ACTIONS(1117), + [aux_sym_dataset_expression_token1] = ACTIONS(1117), + [aux_sym_input_expression_token1] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1117), + [aux_sym_if_statement_token1] = ACTIONS(1117), + [aux_sym_while_phrase_token1] = ACTIONS(1117), + [aux_sym_on_error_phrase_token1] = ACTIONS(1117), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1117), + [aux_sym_do_tuning_token1] = ACTIONS(1117), + [aux_sym_to_phrase_token1] = ACTIONS(1117), + [aux_sym_sort_order_token1] = ACTIONS(1125), + [aux_sym_sort_order_token2] = ACTIONS(1125), + [aux_sym_sort_order_token3] = ACTIONS(1125), + [aux_sym_sort_order_token4] = ACTIONS(1125), + [aux_sym_sort_clause_token1] = ACTIONS(1117), + [aux_sym_can_find_expression_token1] = ACTIONS(1117), + [aux_sym_accumulate_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token2] = ACTIONS(1117), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1129), + }, + [209] = { + [sym_comment] = STATE(209), + [sym_include] = STATE(209), + [sym_function_arguments] = STATE(377), + [aux_sym_qualified_name_repeat1] = STATE(387), + [aux_sym_object_access_repeat1] = STATE(378), + [aux_sym_member_access_repeat1] = STATE(374), + [sym_identifier] = ACTIONS(73), + [anon_sym_COLON] = ACTIONS(73), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(73), + [anon_sym_STAR] = ACTIONS(73), + [sym_null_expression] = ACTIONS(73), + [aux_sym_boolean_literal_token1] = ACTIONS(73), + [aux_sym_boolean_literal_token2] = ACTIONS(73), + [aux_sym_boolean_literal_token3] = ACTIONS(73), + [aux_sym_boolean_literal_token4] = ACTIONS(73), + [sym__integer_literal] = ACTIONS(73), + [sym_date_literal] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_COMMA] = ACTIONS(73), + [anon_sym_LPAREN] = ACTIONS(1133), + [anon_sym_EQ] = ACTIONS(73), + [aux_sym_unary_expression_token1] = ACTIONS(73), + [aux_sym_unary_expression_token2] = ACTIONS(73), + [aux_sym_ambiguous_expression_token1] = ACTIONS(73), + [aux_sym_temp_table_expression_token1] = ACTIONS(73), + [aux_sym_current_changed_expression_token1] = ACTIONS(73), + [aux_sym_locked_expression_token1] = ACTIONS(73), + [aux_sym_dataset_expression_token1] = ACTIONS(73), + [aux_sym_input_expression_token1] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(73), + [anon_sym_DASH] = ACTIONS(73), + [aux_sym__multiplicative_operator_token1] = ACTIONS(73), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(73), + [anon_sym_LT_GT] = ACTIONS(73), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(73), + [aux_sym__comparison_operator_token1] = ACTIONS(73), + [aux_sym__comparison_operator_token2] = ACTIONS(73), + [aux_sym__comparison_operator_token3] = ACTIONS(73), + [aux_sym__comparison_operator_token4] = ACTIONS(73), + [aux_sym__comparison_operator_token5] = ACTIONS(73), + [aux_sym__comparison_operator_token6] = ACTIONS(73), + [aux_sym__comparison_operator_token7] = ACTIONS(73), + [aux_sym__comparison_operator_token8] = ACTIONS(73), + [aux_sym__comparison_operator_token9] = ACTIONS(73), + [aux_sym_scope_tuning_token1] = ACTIONS(73), + [aux_sym_if_statement_token1] = ACTIONS(73), + [aux_sym_on_error_phrase_token1] = ACTIONS(73), + [aux_sym_to_phrase_token1] = ACTIONS(73), + [aux_sym_sort_order_token1] = ACTIONS(73), + [aux_sym_sort_order_token2] = ACTIONS(73), + [aux_sym_sort_order_token3] = ACTIONS(73), + [aux_sym_sort_order_token4] = ACTIONS(73), + [aux_sym_sort_clause_token1] = ACTIONS(73), + [aux_sym_can_find_expression_token1] = ACTIONS(73), + [aux_sym_accumulate_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token2] = ACTIONS(73), + [sym__namedot] = ACTIONS(1135), + [sym__namecolon] = ACTIONS(1137), + [sym__namedoublecolon] = ACTIONS(1139), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + [sym__escaped_string] = ACTIONS(67), + }, + [210] = { + [sym_comment] = STATE(210), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(210), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6527), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -62879,7 +67185,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(970), + [anon_sym_RPAREN] = ACTIONS(1141), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -62902,41 +67208,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [195] = { - [sym_comment] = STATE(195), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(195), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5811), + [211] = { + [sym_comment] = STATE(211), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(211), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6481), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1953), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -62950,7 +67256,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(972), + [anon_sym_RPAREN] = ACTIONS(1143), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -62973,41 +67279,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [196] = { - [sym_comment] = STATE(196), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(196), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5814), + [212] = { + [sym_comment] = STATE(212), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(212), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6404), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63021,7 +67327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(974), + [anon_sym_RPAREN] = ACTIONS(1145), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63044,41 +67350,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [197] = { - [sym_comment] = STATE(197), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(197), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5817), + [213] = { + [sym_comment] = STATE(213), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(213), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6564), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63092,7 +67398,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(976), + [anon_sym_RPAREN] = ACTIONS(1147), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63115,41 +67421,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [198] = { - [sym_comment] = STATE(198), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(198), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5820), + [214] = { + [sym_comment] = STATE(214), + [sym_include] = STATE(214), + [sym_function_arguments] = STATE(377), + [aux_sym_qualified_name_repeat1] = STATE(387), + [aux_sym_object_access_repeat1] = STATE(378), + [aux_sym_member_access_repeat1] = STATE(374), + [sym_identifier] = ACTIONS(89), + [anon_sym_COLON] = ACTIONS(89), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(89), + [anon_sym_STAR] = ACTIONS(89), + [sym_null_expression] = ACTIONS(89), + [aux_sym_boolean_literal_token1] = ACTIONS(89), + [aux_sym_boolean_literal_token2] = ACTIONS(89), + [aux_sym_boolean_literal_token3] = ACTIONS(89), + [aux_sym_boolean_literal_token4] = ACTIONS(89), + [sym__integer_literal] = ACTIONS(89), + [sym_date_literal] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(89), + [anon_sym_COMMA] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(1133), + [anon_sym_EQ] = ACTIONS(89), + [aux_sym_unary_expression_token1] = ACTIONS(89), + [aux_sym_unary_expression_token2] = ACTIONS(89), + [aux_sym_ambiguous_expression_token1] = ACTIONS(89), + [aux_sym_temp_table_expression_token1] = ACTIONS(89), + [aux_sym_current_changed_expression_token1] = ACTIONS(89), + [aux_sym_locked_expression_token1] = ACTIONS(89), + [aux_sym_dataset_expression_token1] = ACTIONS(89), + [aux_sym_input_expression_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(89), + [anon_sym_DASH] = ACTIONS(89), + [aux_sym__multiplicative_operator_token1] = ACTIONS(89), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(89), + [anon_sym_LT_GT] = ACTIONS(89), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(89), + [aux_sym__comparison_operator_token1] = ACTIONS(89), + [aux_sym__comparison_operator_token2] = ACTIONS(89), + [aux_sym__comparison_operator_token3] = ACTIONS(89), + [aux_sym__comparison_operator_token4] = ACTIONS(89), + [aux_sym__comparison_operator_token5] = ACTIONS(89), + [aux_sym__comparison_operator_token6] = ACTIONS(89), + [aux_sym__comparison_operator_token7] = ACTIONS(89), + [aux_sym__comparison_operator_token8] = ACTIONS(89), + [aux_sym__comparison_operator_token9] = ACTIONS(89), + [aux_sym_scope_tuning_token1] = ACTIONS(89), + [aux_sym_if_statement_token1] = ACTIONS(89), + [aux_sym_on_error_phrase_token1] = ACTIONS(89), + [aux_sym_to_phrase_token1] = ACTIONS(89), + [aux_sym_sort_order_token1] = ACTIONS(89), + [aux_sym_sort_order_token2] = ACTIONS(89), + [aux_sym_sort_order_token3] = ACTIONS(89), + [aux_sym_sort_order_token4] = ACTIONS(89), + [aux_sym_sort_clause_token1] = ACTIONS(89), + [aux_sym_can_find_expression_token1] = ACTIONS(89), + [aux_sym_accumulate_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token2] = ACTIONS(89), + [sym__namedot] = ACTIONS(1135), + [sym__namecolon] = ACTIONS(1137), + [sym__namedoublecolon] = ACTIONS(1139), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), + }, + [215] = { + [sym_comment] = STATE(215), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(215), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6221), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63163,7 +67540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(978), + [anon_sym_RPAREN] = ACTIONS(1149), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63186,41 +67563,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [199] = { - [sym_comment] = STATE(199), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(199), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5822), + [216] = { + [sym_comment] = STATE(216), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(216), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6481), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63234,7 +67611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(980), + [anon_sym_RPAREN] = ACTIONS(1143), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63257,41 +67634,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [200] = { - [sym_comment] = STATE(200), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(200), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5825), + [217] = { + [sym_comment] = STATE(217), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(217), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6485), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63305,7 +67682,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(982), + [anon_sym_RPAREN] = ACTIONS(1151), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63328,41 +67705,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [201] = { - [sym_comment] = STATE(201), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(201), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5827), + [218] = { + [sym_comment] = STATE(218), + [sym_include] = STATE(218), + [anon_sym_COLON] = ACTIONS(106), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(108), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(106), + [sym__terminator] = ACTIONS(106), + [anon_sym_COMMA] = ACTIONS(106), + [aux_sym_type_tuning_token2] = ACTIONS(106), + [anon_sym_EQ] = ACTIONS(106), + [anon_sym_PLUS] = ACTIONS(106), + [anon_sym_DASH] = ACTIONS(106), + [aux_sym__multiplicative_operator_token1] = ACTIONS(106), + [aux_sym__multiplicative_operator_token2] = ACTIONS(108), + [anon_sym_LT] = ACTIONS(108), + [anon_sym_LT_EQ] = ACTIONS(106), + [anon_sym_LT_GT] = ACTIONS(106), + [anon_sym_GT] = ACTIONS(108), + [anon_sym_GT_EQ] = ACTIONS(106), + [aux_sym__comparison_operator_token1] = ACTIONS(106), + [aux_sym__comparison_operator_token2] = ACTIONS(106), + [aux_sym__comparison_operator_token3] = ACTIONS(106), + [aux_sym__comparison_operator_token4] = ACTIONS(106), + [aux_sym__comparison_operator_token5] = ACTIONS(106), + [aux_sym__comparison_operator_token6] = ACTIONS(106), + [aux_sym__comparison_operator_token7] = ACTIONS(106), + [aux_sym__comparison_operator_token8] = ACTIONS(106), + [aux_sym__comparison_operator_token9] = ACTIONS(106), + [aux_sym_variable_tuning_token4] = ACTIONS(106), + [aux_sym_function_call_token1] = ACTIONS(106), + [aux_sym_while_phrase_token1] = ACTIONS(106), + [aux_sym_repeat_tuning_token1] = ACTIONS(106), + [aux_sym_using_statement_token1] = ACTIONS(106), + [aux_sym_on_error_phrase_token1] = ACTIONS(106), + [aux_sym_stop_after_phrase_token1] = ACTIONS(106), + [aux_sym_do_tuning_token1] = ACTIONS(106), + [aux_sym_to_phrase_token1] = ACTIONS(106), + [aux_sym_query_tuning_token1] = ACTIONS(106), + [aux_sym_query_tuning_token2] = ACTIONS(106), + [aux_sym_query_tuning_token3] = ACTIONS(106), + [aux_sym_query_tuning_token4] = ACTIONS(106), + [aux_sym_query_tuning_token5] = ACTIONS(106), + [aux_sym_query_tuning_token6] = ACTIONS(106), + [aux_sym_sort_clause_token1] = ACTIONS(106), + [aux_sym_image_phrase_token1] = ACTIONS(108), + [aux_sym_image_phrase_token2] = ACTIONS(106), + [aux_sym_size_phrase_token1] = ACTIONS(108), + [aux_sym_size_phrase_token2] = ACTIONS(106), + [aux_sym_size_phrase_token3] = ACTIONS(106), + [aux_sym_button_tuning_token1] = ACTIONS(106), + [aux_sym_button_tuning_token3] = ACTIONS(106), + [aux_sym_button_tuning_token4] = ACTIONS(106), + [aux_sym_button_tuning_token5] = ACTIONS(106), + [aux_sym_button_tuning_token6] = ACTIONS(106), + [aux_sym_button_tuning_token7] = ACTIONS(106), + [aux_sym_button_tuning_token8] = ACTIONS(106), + [aux_sym_button_tuning_token9] = ACTIONS(106), + [aux_sym_button_tuning_token10] = ACTIONS(106), + [aux_sym_button_tuning_token11] = ACTIONS(106), + [aux_sym_button_tuning_token12] = ACTIONS(106), + [aux_sym_button_tuning_token13] = ACTIONS(106), + [aux_sym_button_tuning_token14] = ACTIONS(106), + [aux_sym_button_tuning_token16] = ACTIONS(106), + [aux_sym_button_tuning_token17] = ACTIONS(106), + [sym__namedot] = ACTIONS(106), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), + }, + [219] = { + [sym_comment] = STATE(219), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(219), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6547), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63376,7 +67824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(984), + [anon_sym_RPAREN] = ACTIONS(1153), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63399,41 +67847,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [202] = { - [sym_comment] = STATE(202), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(202), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5830), + [220] = { + [sym_comment] = STATE(220), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(220), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6552), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63447,7 +67895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(986), + [anon_sym_RPAREN] = ACTIONS(1155), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63470,112 +67918,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [203] = { - [sym_comment] = STATE(203), - [sym_include] = STATE(203), - [anon_sym_COLON] = ACTIONS(216), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(218), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(216), - [sym__terminator] = ACTIONS(216), - [aux_sym__block_terminator_token1] = ACTIONS(216), - [anon_sym_COMMA] = ACTIONS(216), - [aux_sym_type_tuning_token2] = ACTIONS(216), - [anon_sym_EQ] = ACTIONS(216), - [anon_sym_PLUS] = ACTIONS(216), - [anon_sym_DASH] = ACTIONS(216), - [aux_sym__multiplicative_operator_token1] = ACTIONS(216), - [aux_sym__multiplicative_operator_token2] = ACTIONS(218), - [anon_sym_LT] = ACTIONS(218), - [anon_sym_LT_EQ] = ACTIONS(216), - [anon_sym_LT_GT] = ACTIONS(216), - [anon_sym_GT] = ACTIONS(218), - [anon_sym_GT_EQ] = ACTIONS(216), - [aux_sym__comparison_operator_token1] = ACTIONS(216), - [aux_sym__comparison_operator_token2] = ACTIONS(216), - [aux_sym__comparison_operator_token3] = ACTIONS(216), - [aux_sym__comparison_operator_token4] = ACTIONS(216), - [aux_sym__comparison_operator_token5] = ACTIONS(216), - [aux_sym__comparison_operator_token6] = ACTIONS(216), - [aux_sym__comparison_operator_token7] = ACTIONS(216), - [aux_sym__comparison_operator_token8] = ACTIONS(216), - [aux_sym__comparison_operator_token9] = ACTIONS(216), - [aux_sym_variable_tuning_token4] = ACTIONS(216), - [aux_sym_function_call_token1] = ACTIONS(216), - [aux_sym_while_phrase_token1] = ACTIONS(216), - [aux_sym_repeat_tuning_token1] = ACTIONS(216), - [aux_sym_using_statement_token1] = ACTIONS(216), - [aux_sym_on_error_phrase_token1] = ACTIONS(216), - [aux_sym_stop_after_phrase_token1] = ACTIONS(216), - [aux_sym_do_tuning_token1] = ACTIONS(216), - [aux_sym_to_phrase_token1] = ACTIONS(216), - [aux_sym_query_tuning_token1] = ACTIONS(216), - [aux_sym_query_tuning_token2] = ACTIONS(216), - [aux_sym_query_tuning_token3] = ACTIONS(216), - [aux_sym_query_tuning_token4] = ACTIONS(216), - [aux_sym_query_tuning_token5] = ACTIONS(216), - [aux_sym_query_tuning_token6] = ACTIONS(216), - [aux_sym_sort_clause_token1] = ACTIONS(216), - [aux_sym_image_phrase_token1] = ACTIONS(218), - [aux_sym_image_phrase_token2] = ACTIONS(216), - [aux_sym_size_phrase_token1] = ACTIONS(218), - [aux_sym_size_phrase_token2] = ACTIONS(216), - [aux_sym_size_phrase_token3] = ACTIONS(216), - [aux_sym_button_tuning_token1] = ACTIONS(216), - [aux_sym_button_tuning_token3] = ACTIONS(216), - [aux_sym_button_tuning_token4] = ACTIONS(216), - [aux_sym_button_tuning_token5] = ACTIONS(216), - [aux_sym_button_tuning_token6] = ACTIONS(216), - [aux_sym_button_tuning_token7] = ACTIONS(216), - [aux_sym_button_tuning_token8] = ACTIONS(216), - [aux_sym_button_tuning_token9] = ACTIONS(216), - [aux_sym_button_tuning_token10] = ACTIONS(216), - [aux_sym_button_tuning_token11] = ACTIONS(216), - [aux_sym_button_tuning_token12] = ACTIONS(216), - [aux_sym_button_tuning_token13] = ACTIONS(216), - [aux_sym_button_tuning_token14] = ACTIONS(216), - [aux_sym_button_tuning_token16] = ACTIONS(216), - [aux_sym_button_tuning_token17] = ACTIONS(216), - [sym__or_operator] = ACTIONS(216), - [sym__and_operator] = ACTIONS(216), - }, - [204] = { - [sym_comment] = STATE(204), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(204), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5843), + [221] = { + [sym_comment] = STATE(221), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(221), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6557), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1563), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63589,7 +67966,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(988), + [anon_sym_RPAREN] = ACTIONS(1157), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63612,183 +67989,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [205] = { - [sym_comment] = STATE(205), - [sym_include] = STATE(205), - [anon_sym_COLON] = ACTIONS(212), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(214), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(212), - [sym__terminator] = ACTIONS(212), - [aux_sym__block_terminator_token1] = ACTIONS(212), - [anon_sym_COMMA] = ACTIONS(212), - [aux_sym_type_tuning_token2] = ACTIONS(212), - [anon_sym_EQ] = ACTIONS(212), - [anon_sym_PLUS] = ACTIONS(212), - [anon_sym_DASH] = ACTIONS(212), - [aux_sym__multiplicative_operator_token1] = ACTIONS(212), - [aux_sym__multiplicative_operator_token2] = ACTIONS(214), - [anon_sym_LT] = ACTIONS(214), - [anon_sym_LT_EQ] = ACTIONS(212), - [anon_sym_LT_GT] = ACTIONS(212), - [anon_sym_GT] = ACTIONS(214), - [anon_sym_GT_EQ] = ACTIONS(212), - [aux_sym__comparison_operator_token1] = ACTIONS(212), - [aux_sym__comparison_operator_token2] = ACTIONS(212), - [aux_sym__comparison_operator_token3] = ACTIONS(212), - [aux_sym__comparison_operator_token4] = ACTIONS(212), - [aux_sym__comparison_operator_token5] = ACTIONS(212), - [aux_sym__comparison_operator_token6] = ACTIONS(212), - [aux_sym__comparison_operator_token7] = ACTIONS(212), - [aux_sym__comparison_operator_token8] = ACTIONS(212), - [aux_sym__comparison_operator_token9] = ACTIONS(212), - [aux_sym_variable_tuning_token4] = ACTIONS(212), - [aux_sym_function_call_token1] = ACTIONS(212), - [aux_sym_while_phrase_token1] = ACTIONS(212), - [aux_sym_repeat_tuning_token1] = ACTIONS(212), - [aux_sym_using_statement_token1] = ACTIONS(212), - [aux_sym_on_error_phrase_token1] = ACTIONS(212), - [aux_sym_stop_after_phrase_token1] = ACTIONS(212), - [aux_sym_do_tuning_token1] = ACTIONS(212), - [aux_sym_to_phrase_token1] = ACTIONS(212), - [aux_sym_query_tuning_token1] = ACTIONS(212), - [aux_sym_query_tuning_token2] = ACTIONS(212), - [aux_sym_query_tuning_token3] = ACTIONS(212), - [aux_sym_query_tuning_token4] = ACTIONS(212), - [aux_sym_query_tuning_token5] = ACTIONS(212), - [aux_sym_query_tuning_token6] = ACTIONS(212), - [aux_sym_sort_clause_token1] = ACTIONS(212), - [aux_sym_image_phrase_token1] = ACTIONS(214), - [aux_sym_image_phrase_token2] = ACTIONS(212), - [aux_sym_size_phrase_token1] = ACTIONS(214), - [aux_sym_size_phrase_token2] = ACTIONS(212), - [aux_sym_size_phrase_token3] = ACTIONS(212), - [aux_sym_button_tuning_token1] = ACTIONS(212), - [aux_sym_button_tuning_token3] = ACTIONS(212), - [aux_sym_button_tuning_token4] = ACTIONS(212), - [aux_sym_button_tuning_token5] = ACTIONS(212), - [aux_sym_button_tuning_token6] = ACTIONS(212), - [aux_sym_button_tuning_token7] = ACTIONS(212), - [aux_sym_button_tuning_token8] = ACTIONS(212), - [aux_sym_button_tuning_token9] = ACTIONS(212), - [aux_sym_button_tuning_token10] = ACTIONS(212), - [aux_sym_button_tuning_token11] = ACTIONS(212), - [aux_sym_button_tuning_token12] = ACTIONS(212), - [aux_sym_button_tuning_token13] = ACTIONS(212), - [aux_sym_button_tuning_token14] = ACTIONS(212), - [aux_sym_button_tuning_token16] = ACTIONS(212), - [aux_sym_button_tuning_token17] = ACTIONS(212), - [sym__or_operator] = ACTIONS(212), - [sym__and_operator] = ACTIONS(212), - }, - [206] = { - [sym_comment] = STATE(206), - [sym_include] = STATE(206), - [anon_sym_COLON] = ACTIONS(208), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(210), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(208), - [sym__terminator] = ACTIONS(208), - [aux_sym__block_terminator_token1] = ACTIONS(208), - [anon_sym_COMMA] = ACTIONS(208), - [aux_sym_type_tuning_token2] = ACTIONS(208), - [anon_sym_EQ] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(208), - [anon_sym_DASH] = ACTIONS(208), - [aux_sym__multiplicative_operator_token1] = ACTIONS(208), - [aux_sym__multiplicative_operator_token2] = ACTIONS(210), - [anon_sym_LT] = ACTIONS(210), - [anon_sym_LT_EQ] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(208), - [anon_sym_GT] = ACTIONS(210), - [anon_sym_GT_EQ] = ACTIONS(208), - [aux_sym__comparison_operator_token1] = ACTIONS(208), - [aux_sym__comparison_operator_token2] = ACTIONS(208), - [aux_sym__comparison_operator_token3] = ACTIONS(208), - [aux_sym__comparison_operator_token4] = ACTIONS(208), - [aux_sym__comparison_operator_token5] = ACTIONS(208), - [aux_sym__comparison_operator_token6] = ACTIONS(208), - [aux_sym__comparison_operator_token7] = ACTIONS(208), - [aux_sym__comparison_operator_token8] = ACTIONS(208), - [aux_sym__comparison_operator_token9] = ACTIONS(208), - [aux_sym_variable_tuning_token4] = ACTIONS(208), - [aux_sym_function_call_token1] = ACTIONS(208), - [aux_sym_while_phrase_token1] = ACTIONS(208), - [aux_sym_repeat_tuning_token1] = ACTIONS(208), - [aux_sym_using_statement_token1] = ACTIONS(208), - [aux_sym_on_error_phrase_token1] = ACTIONS(208), - [aux_sym_stop_after_phrase_token1] = ACTIONS(208), - [aux_sym_do_tuning_token1] = ACTIONS(208), - [aux_sym_to_phrase_token1] = ACTIONS(208), - [aux_sym_query_tuning_token1] = ACTIONS(208), - [aux_sym_query_tuning_token2] = ACTIONS(208), - [aux_sym_query_tuning_token3] = ACTIONS(208), - [aux_sym_query_tuning_token4] = ACTIONS(208), - [aux_sym_query_tuning_token5] = ACTIONS(208), - [aux_sym_query_tuning_token6] = ACTIONS(208), - [aux_sym_sort_clause_token1] = ACTIONS(208), - [aux_sym_image_phrase_token1] = ACTIONS(210), - [aux_sym_image_phrase_token2] = ACTIONS(208), - [aux_sym_size_phrase_token1] = ACTIONS(210), - [aux_sym_size_phrase_token2] = ACTIONS(208), - [aux_sym_size_phrase_token3] = ACTIONS(208), - [aux_sym_button_tuning_token1] = ACTIONS(208), - [aux_sym_button_tuning_token3] = ACTIONS(208), - [aux_sym_button_tuning_token4] = ACTIONS(208), - [aux_sym_button_tuning_token5] = ACTIONS(208), - [aux_sym_button_tuning_token6] = ACTIONS(208), - [aux_sym_button_tuning_token7] = ACTIONS(208), - [aux_sym_button_tuning_token8] = ACTIONS(208), - [aux_sym_button_tuning_token9] = ACTIONS(208), - [aux_sym_button_tuning_token10] = ACTIONS(208), - [aux_sym_button_tuning_token11] = ACTIONS(208), - [aux_sym_button_tuning_token12] = ACTIONS(208), - [aux_sym_button_tuning_token13] = ACTIONS(208), - [aux_sym_button_tuning_token14] = ACTIONS(208), - [aux_sym_button_tuning_token16] = ACTIONS(208), - [aux_sym_button_tuning_token17] = ACTIONS(208), - [sym__or_operator] = ACTIONS(208), - [sym__and_operator] = ACTIONS(208), - }, - [207] = { - [sym_comment] = STATE(207), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(207), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5848), + [222] = { + [sym_comment] = STATE(222), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(222), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6562), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63802,7 +68037,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(990), + [anon_sym_RPAREN] = ACTIONS(1159), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63825,112 +68060,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [208] = { - [sym_comment] = STATE(208), - [sym_include] = STATE(208), - [sym_function_arguments] = STATE(291), - [aux_sym_qualified_name_repeat1] = STATE(286), - [aux_sym_object_access_repeat1] = STATE(290), - [aux_sym_member_access_repeat1] = STATE(277), - [sym_identifier] = ACTIONS(73), - [anon_sym_COLON] = ACTIONS(73), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(73), - [anon_sym_LBRACE] = ACTIONS(73), - [anon_sym_STAR] = ACTIONS(73), - [sym_null_expression] = ACTIONS(73), - [aux_sym_boolean_literal_token1] = ACTIONS(73), - [aux_sym_boolean_literal_token2] = ACTIONS(73), - [aux_sym_boolean_literal_token3] = ACTIONS(73), - [aux_sym_boolean_literal_token4] = ACTIONS(73), - [sym__integer_literal] = ACTIONS(73), - [sym_date_literal] = ACTIONS(73), - [anon_sym_LBRACK] = ACTIONS(992), - [anon_sym_COMMA] = ACTIONS(73), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_EQ] = ACTIONS(73), - [aux_sym_unary_expression_token1] = ACTIONS(73), - [aux_sym_unary_expression_token2] = ACTIONS(73), - [aux_sym_ambiguous_expression_token1] = ACTIONS(73), - [aux_sym_temp_table_expression_token1] = ACTIONS(73), - [aux_sym_current_changed_expression_token1] = ACTIONS(73), - [aux_sym_locked_expression_token1] = ACTIONS(73), - [aux_sym_dataset_expression_token1] = ACTIONS(73), - [aux_sym_input_expression_token1] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(73), - [aux_sym__multiplicative_operator_token1] = ACTIONS(73), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(73), - [anon_sym_LT_GT] = ACTIONS(73), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(73), - [aux_sym__comparison_operator_token1] = ACTIONS(73), - [aux_sym__comparison_operator_token2] = ACTIONS(73), - [aux_sym__comparison_operator_token3] = ACTIONS(73), - [aux_sym__comparison_operator_token4] = ACTIONS(73), - [aux_sym__comparison_operator_token5] = ACTIONS(73), - [aux_sym__comparison_operator_token6] = ACTIONS(73), - [aux_sym__comparison_operator_token7] = ACTIONS(73), - [aux_sym__comparison_operator_token8] = ACTIONS(73), - [aux_sym__comparison_operator_token9] = ACTIONS(73), - [aux_sym_scope_tuning_token1] = ACTIONS(73), - [aux_sym_if_statement_token1] = ACTIONS(73), - [aux_sym_on_error_phrase_token1] = ACTIONS(73), - [aux_sym_to_phrase_token1] = ACTIONS(73), - [aux_sym_sort_order_token1] = ACTIONS(73), - [aux_sym_sort_order_token2] = ACTIONS(73), - [aux_sym_sort_order_token3] = ACTIONS(73), - [aux_sym_sort_order_token4] = ACTIONS(73), - [aux_sym_sort_clause_token1] = ACTIONS(73), - [aux_sym_can_find_expression_token1] = ACTIONS(73), - [aux_sym_accumulate_expression_token1] = ACTIONS(73), - [aux_sym_available_expression_token1] = ACTIONS(73), - [aux_sym_available_expression_token2] = ACTIONS(73), - [sym__namedot] = ACTIONS(962), - [sym__namecolon] = ACTIONS(964), - [sym__namedoublecolon] = ACTIONS(966), - [sym__or_operator] = ACTIONS(67), - [sym__and_operator] = ACTIONS(67), - [sym__escaped_string] = ACTIONS(67), - }, - [209] = { - [sym_comment] = STATE(209), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(209), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5835), + [223] = { + [sym_comment] = STATE(223), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(223), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6350), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -63944,7 +68108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(994), + [anon_sym_RPAREN] = ACTIONS(1161), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -63967,41 +68131,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [210] = { - [sym_comment] = STATE(210), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(210), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5619), + [224] = { + [sym_comment] = STATE(224), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(224), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6363), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -64015,7 +68179,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(996), + [anon_sym_RPAREN] = ACTIONS(1163), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -64038,183 +68202,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [211] = { - [sym_comment] = STATE(211), - [sym_include] = STATE(211), - [anon_sym_COLON] = ACTIONS(204), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(206), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(204), - [sym__terminator] = ACTIONS(204), - [aux_sym__block_terminator_token1] = ACTIONS(204), - [anon_sym_COMMA] = ACTIONS(204), - [aux_sym_type_tuning_token2] = ACTIONS(204), - [anon_sym_EQ] = ACTIONS(204), - [anon_sym_PLUS] = ACTIONS(204), - [anon_sym_DASH] = ACTIONS(204), - [aux_sym__multiplicative_operator_token1] = ACTIONS(204), - [aux_sym__multiplicative_operator_token2] = ACTIONS(206), - [anon_sym_LT] = ACTIONS(206), - [anon_sym_LT_EQ] = ACTIONS(204), - [anon_sym_LT_GT] = ACTIONS(204), - [anon_sym_GT] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(204), - [aux_sym__comparison_operator_token1] = ACTIONS(204), - [aux_sym__comparison_operator_token2] = ACTIONS(204), - [aux_sym__comparison_operator_token3] = ACTIONS(204), - [aux_sym__comparison_operator_token4] = ACTIONS(204), - [aux_sym__comparison_operator_token5] = ACTIONS(204), - [aux_sym__comparison_operator_token6] = ACTIONS(204), - [aux_sym__comparison_operator_token7] = ACTIONS(204), - [aux_sym__comparison_operator_token8] = ACTIONS(204), - [aux_sym__comparison_operator_token9] = ACTIONS(204), - [aux_sym_variable_tuning_token4] = ACTIONS(204), - [aux_sym_function_call_token1] = ACTIONS(204), - [aux_sym_while_phrase_token1] = ACTIONS(204), - [aux_sym_repeat_tuning_token1] = ACTIONS(204), - [aux_sym_using_statement_token1] = ACTIONS(204), - [aux_sym_on_error_phrase_token1] = ACTIONS(204), - [aux_sym_stop_after_phrase_token1] = ACTIONS(204), - [aux_sym_do_tuning_token1] = ACTIONS(204), - [aux_sym_to_phrase_token1] = ACTIONS(204), - [aux_sym_query_tuning_token1] = ACTIONS(204), - [aux_sym_query_tuning_token2] = ACTIONS(204), - [aux_sym_query_tuning_token3] = ACTIONS(204), - [aux_sym_query_tuning_token4] = ACTIONS(204), - [aux_sym_query_tuning_token5] = ACTIONS(204), - [aux_sym_query_tuning_token6] = ACTIONS(204), - [aux_sym_sort_clause_token1] = ACTIONS(204), - [aux_sym_image_phrase_token1] = ACTIONS(206), - [aux_sym_image_phrase_token2] = ACTIONS(204), - [aux_sym_size_phrase_token1] = ACTIONS(206), - [aux_sym_size_phrase_token2] = ACTIONS(204), - [aux_sym_size_phrase_token3] = ACTIONS(204), - [aux_sym_button_tuning_token1] = ACTIONS(204), - [aux_sym_button_tuning_token3] = ACTIONS(204), - [aux_sym_button_tuning_token4] = ACTIONS(204), - [aux_sym_button_tuning_token5] = ACTIONS(204), - [aux_sym_button_tuning_token6] = ACTIONS(204), - [aux_sym_button_tuning_token7] = ACTIONS(204), - [aux_sym_button_tuning_token8] = ACTIONS(204), - [aux_sym_button_tuning_token9] = ACTIONS(204), - [aux_sym_button_tuning_token10] = ACTIONS(204), - [aux_sym_button_tuning_token11] = ACTIONS(204), - [aux_sym_button_tuning_token12] = ACTIONS(204), - [aux_sym_button_tuning_token13] = ACTIONS(204), - [aux_sym_button_tuning_token14] = ACTIONS(204), - [aux_sym_button_tuning_token16] = ACTIONS(204), - [aux_sym_button_tuning_token17] = ACTIONS(204), - [sym__or_operator] = ACTIONS(204), - [sym__and_operator] = ACTIONS(204), - }, - [212] = { - [sym_comment] = STATE(212), - [sym_include] = STATE(212), - [anon_sym_COLON] = ACTIONS(200), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(202), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(200), - [sym__terminator] = ACTIONS(200), - [aux_sym__block_terminator_token1] = ACTIONS(200), - [anon_sym_COMMA] = ACTIONS(200), - [aux_sym_type_tuning_token2] = ACTIONS(200), - [anon_sym_EQ] = ACTIONS(200), - [anon_sym_PLUS] = ACTIONS(200), - [anon_sym_DASH] = ACTIONS(200), - [aux_sym__multiplicative_operator_token1] = ACTIONS(200), - [aux_sym__multiplicative_operator_token2] = ACTIONS(202), - [anon_sym_LT] = ACTIONS(202), - [anon_sym_LT_EQ] = ACTIONS(200), - [anon_sym_LT_GT] = ACTIONS(200), - [anon_sym_GT] = ACTIONS(202), - [anon_sym_GT_EQ] = ACTIONS(200), - [aux_sym__comparison_operator_token1] = ACTIONS(200), - [aux_sym__comparison_operator_token2] = ACTIONS(200), - [aux_sym__comparison_operator_token3] = ACTIONS(200), - [aux_sym__comparison_operator_token4] = ACTIONS(200), - [aux_sym__comparison_operator_token5] = ACTIONS(200), - [aux_sym__comparison_operator_token6] = ACTIONS(200), - [aux_sym__comparison_operator_token7] = ACTIONS(200), - [aux_sym__comparison_operator_token8] = ACTIONS(200), - [aux_sym__comparison_operator_token9] = ACTIONS(200), - [aux_sym_variable_tuning_token4] = ACTIONS(200), - [aux_sym_function_call_token1] = ACTIONS(200), - [aux_sym_while_phrase_token1] = ACTIONS(200), - [aux_sym_repeat_tuning_token1] = ACTIONS(200), - [aux_sym_using_statement_token1] = ACTIONS(200), - [aux_sym_on_error_phrase_token1] = ACTIONS(200), - [aux_sym_stop_after_phrase_token1] = ACTIONS(200), - [aux_sym_do_tuning_token1] = ACTIONS(200), - [aux_sym_to_phrase_token1] = ACTIONS(200), - [aux_sym_query_tuning_token1] = ACTIONS(200), - [aux_sym_query_tuning_token2] = ACTIONS(200), - [aux_sym_query_tuning_token3] = ACTIONS(200), - [aux_sym_query_tuning_token4] = ACTIONS(200), - [aux_sym_query_tuning_token5] = ACTIONS(200), - [aux_sym_query_tuning_token6] = ACTIONS(200), - [aux_sym_sort_clause_token1] = ACTIONS(200), - [aux_sym_image_phrase_token1] = ACTIONS(202), - [aux_sym_image_phrase_token2] = ACTIONS(200), - [aux_sym_size_phrase_token1] = ACTIONS(202), - [aux_sym_size_phrase_token2] = ACTIONS(200), - [aux_sym_size_phrase_token3] = ACTIONS(200), - [aux_sym_button_tuning_token1] = ACTIONS(200), - [aux_sym_button_tuning_token3] = ACTIONS(200), - [aux_sym_button_tuning_token4] = ACTIONS(200), - [aux_sym_button_tuning_token5] = ACTIONS(200), - [aux_sym_button_tuning_token6] = ACTIONS(200), - [aux_sym_button_tuning_token7] = ACTIONS(200), - [aux_sym_button_tuning_token8] = ACTIONS(200), - [aux_sym_button_tuning_token9] = ACTIONS(200), - [aux_sym_button_tuning_token10] = ACTIONS(200), - [aux_sym_button_tuning_token11] = ACTIONS(200), - [aux_sym_button_tuning_token12] = ACTIONS(200), - [aux_sym_button_tuning_token13] = ACTIONS(200), - [aux_sym_button_tuning_token14] = ACTIONS(200), - [aux_sym_button_tuning_token16] = ACTIONS(200), - [aux_sym_button_tuning_token17] = ACTIONS(200), - [sym__or_operator] = ACTIONS(200), - [sym__and_operator] = ACTIONS(200), - }, - [213] = { - [sym_comment] = STATE(213), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(213), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5843), + [225] = { + [sym_comment] = STATE(225), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(225), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6381), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -64228,7 +68250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(988), + [anon_sym_RPAREN] = ACTIONS(1165), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -64251,254 +68273,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [214] = { - [sym_comment] = STATE(214), - [sym_include] = STATE(214), - [anon_sym_COLON] = ACTIONS(196), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(198), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(196), - [sym__terminator] = ACTIONS(196), - [aux_sym__block_terminator_token1] = ACTIONS(196), - [anon_sym_COMMA] = ACTIONS(196), - [aux_sym_type_tuning_token2] = ACTIONS(196), - [anon_sym_EQ] = ACTIONS(196), - [anon_sym_PLUS] = ACTIONS(196), - [anon_sym_DASH] = ACTIONS(196), - [aux_sym__multiplicative_operator_token1] = ACTIONS(196), - [aux_sym__multiplicative_operator_token2] = ACTIONS(198), - [anon_sym_LT] = ACTIONS(198), - [anon_sym_LT_EQ] = ACTIONS(196), - [anon_sym_LT_GT] = ACTIONS(196), - [anon_sym_GT] = ACTIONS(198), - [anon_sym_GT_EQ] = ACTIONS(196), - [aux_sym__comparison_operator_token1] = ACTIONS(196), - [aux_sym__comparison_operator_token2] = ACTIONS(196), - [aux_sym__comparison_operator_token3] = ACTIONS(196), - [aux_sym__comparison_operator_token4] = ACTIONS(196), - [aux_sym__comparison_operator_token5] = ACTIONS(196), - [aux_sym__comparison_operator_token6] = ACTIONS(196), - [aux_sym__comparison_operator_token7] = ACTIONS(196), - [aux_sym__comparison_operator_token8] = ACTIONS(196), - [aux_sym__comparison_operator_token9] = ACTIONS(196), - [aux_sym_variable_tuning_token4] = ACTIONS(196), - [aux_sym_function_call_token1] = ACTIONS(196), - [aux_sym_while_phrase_token1] = ACTIONS(196), - [aux_sym_repeat_tuning_token1] = ACTIONS(196), - [aux_sym_using_statement_token1] = ACTIONS(196), - [aux_sym_on_error_phrase_token1] = ACTIONS(196), - [aux_sym_stop_after_phrase_token1] = ACTIONS(196), - [aux_sym_do_tuning_token1] = ACTIONS(196), - [aux_sym_to_phrase_token1] = ACTIONS(196), - [aux_sym_query_tuning_token1] = ACTIONS(196), - [aux_sym_query_tuning_token2] = ACTIONS(196), - [aux_sym_query_tuning_token3] = ACTIONS(196), - [aux_sym_query_tuning_token4] = ACTIONS(196), - [aux_sym_query_tuning_token5] = ACTIONS(196), - [aux_sym_query_tuning_token6] = ACTIONS(196), - [aux_sym_sort_clause_token1] = ACTIONS(196), - [aux_sym_image_phrase_token1] = ACTIONS(198), - [aux_sym_image_phrase_token2] = ACTIONS(196), - [aux_sym_size_phrase_token1] = ACTIONS(198), - [aux_sym_size_phrase_token2] = ACTIONS(196), - [aux_sym_size_phrase_token3] = ACTIONS(196), - [aux_sym_button_tuning_token1] = ACTIONS(196), - [aux_sym_button_tuning_token3] = ACTIONS(196), - [aux_sym_button_tuning_token4] = ACTIONS(196), - [aux_sym_button_tuning_token5] = ACTIONS(196), - [aux_sym_button_tuning_token6] = ACTIONS(196), - [aux_sym_button_tuning_token7] = ACTIONS(196), - [aux_sym_button_tuning_token8] = ACTIONS(196), - [aux_sym_button_tuning_token9] = ACTIONS(196), - [aux_sym_button_tuning_token10] = ACTIONS(196), - [aux_sym_button_tuning_token11] = ACTIONS(196), - [aux_sym_button_tuning_token12] = ACTIONS(196), - [aux_sym_button_tuning_token13] = ACTIONS(196), - [aux_sym_button_tuning_token14] = ACTIONS(196), - [aux_sym_button_tuning_token16] = ACTIONS(196), - [aux_sym_button_tuning_token17] = ACTIONS(196), - [sym__or_operator] = ACTIONS(196), - [sym__and_operator] = ACTIONS(196), - }, - [215] = { - [sym_comment] = STATE(215), - [sym_include] = STATE(215), - [anon_sym_COLON] = ACTIONS(192), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(194), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(192), - [sym__terminator] = ACTIONS(192), - [aux_sym__block_terminator_token1] = ACTIONS(192), - [anon_sym_COMMA] = ACTIONS(192), - [aux_sym_type_tuning_token2] = ACTIONS(192), - [anon_sym_EQ] = ACTIONS(192), - [anon_sym_PLUS] = ACTIONS(192), - [anon_sym_DASH] = ACTIONS(192), - [aux_sym__multiplicative_operator_token1] = ACTIONS(192), - [aux_sym__multiplicative_operator_token2] = ACTIONS(194), - [anon_sym_LT] = ACTIONS(194), - [anon_sym_LT_EQ] = ACTIONS(192), - [anon_sym_LT_GT] = ACTIONS(192), - [anon_sym_GT] = ACTIONS(194), - [anon_sym_GT_EQ] = ACTIONS(192), - [aux_sym__comparison_operator_token1] = ACTIONS(192), - [aux_sym__comparison_operator_token2] = ACTIONS(192), - [aux_sym__comparison_operator_token3] = ACTIONS(192), - [aux_sym__comparison_operator_token4] = ACTIONS(192), - [aux_sym__comparison_operator_token5] = ACTIONS(192), - [aux_sym__comparison_operator_token6] = ACTIONS(192), - [aux_sym__comparison_operator_token7] = ACTIONS(192), - [aux_sym__comparison_operator_token8] = ACTIONS(192), - [aux_sym__comparison_operator_token9] = ACTIONS(192), - [aux_sym_variable_tuning_token4] = ACTIONS(192), - [aux_sym_function_call_token1] = ACTIONS(192), - [aux_sym_while_phrase_token1] = ACTIONS(192), - [aux_sym_repeat_tuning_token1] = ACTIONS(192), - [aux_sym_using_statement_token1] = ACTIONS(192), - [aux_sym_on_error_phrase_token1] = ACTIONS(192), - [aux_sym_stop_after_phrase_token1] = ACTIONS(192), - [aux_sym_do_tuning_token1] = ACTIONS(192), - [aux_sym_to_phrase_token1] = ACTIONS(192), - [aux_sym_query_tuning_token1] = ACTIONS(192), - [aux_sym_query_tuning_token2] = ACTIONS(192), - [aux_sym_query_tuning_token3] = ACTIONS(192), - [aux_sym_query_tuning_token4] = ACTIONS(192), - [aux_sym_query_tuning_token5] = ACTIONS(192), - [aux_sym_query_tuning_token6] = ACTIONS(192), - [aux_sym_sort_clause_token1] = ACTIONS(192), - [aux_sym_image_phrase_token1] = ACTIONS(194), - [aux_sym_image_phrase_token2] = ACTIONS(192), - [aux_sym_size_phrase_token1] = ACTIONS(194), - [aux_sym_size_phrase_token2] = ACTIONS(192), - [aux_sym_size_phrase_token3] = ACTIONS(192), - [aux_sym_button_tuning_token1] = ACTIONS(192), - [aux_sym_button_tuning_token3] = ACTIONS(192), - [aux_sym_button_tuning_token4] = ACTIONS(192), - [aux_sym_button_tuning_token5] = ACTIONS(192), - [aux_sym_button_tuning_token6] = ACTIONS(192), - [aux_sym_button_tuning_token7] = ACTIONS(192), - [aux_sym_button_tuning_token8] = ACTIONS(192), - [aux_sym_button_tuning_token9] = ACTIONS(192), - [aux_sym_button_tuning_token10] = ACTIONS(192), - [aux_sym_button_tuning_token11] = ACTIONS(192), - [aux_sym_button_tuning_token12] = ACTIONS(192), - [aux_sym_button_tuning_token13] = ACTIONS(192), - [aux_sym_button_tuning_token14] = ACTIONS(192), - [aux_sym_button_tuning_token16] = ACTIONS(192), - [aux_sym_button_tuning_token17] = ACTIONS(192), - [sym__or_operator] = ACTIONS(192), - [sym__and_operator] = ACTIONS(192), - }, - [216] = { - [sym_comment] = STATE(216), - [sym_include] = STATE(216), - [anon_sym_COLON] = ACTIONS(184), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(186), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(184), - [sym__terminator] = ACTIONS(184), - [aux_sym__block_terminator_token1] = ACTIONS(184), - [anon_sym_COMMA] = ACTIONS(184), - [aux_sym_type_tuning_token2] = ACTIONS(184), - [anon_sym_EQ] = ACTIONS(184), - [anon_sym_PLUS] = ACTIONS(184), - [anon_sym_DASH] = ACTIONS(184), - [aux_sym__multiplicative_operator_token1] = ACTIONS(184), - [aux_sym__multiplicative_operator_token2] = ACTIONS(186), - [anon_sym_LT] = ACTIONS(186), - [anon_sym_LT_EQ] = ACTIONS(184), - [anon_sym_LT_GT] = ACTIONS(184), - [anon_sym_GT] = ACTIONS(186), - [anon_sym_GT_EQ] = ACTIONS(184), - [aux_sym__comparison_operator_token1] = ACTIONS(184), - [aux_sym__comparison_operator_token2] = ACTIONS(184), - [aux_sym__comparison_operator_token3] = ACTIONS(184), - [aux_sym__comparison_operator_token4] = ACTIONS(184), - [aux_sym__comparison_operator_token5] = ACTIONS(184), - [aux_sym__comparison_operator_token6] = ACTIONS(184), - [aux_sym__comparison_operator_token7] = ACTIONS(184), - [aux_sym__comparison_operator_token8] = ACTIONS(184), - [aux_sym__comparison_operator_token9] = ACTIONS(184), - [aux_sym_variable_tuning_token4] = ACTIONS(184), - [aux_sym_function_call_token1] = ACTIONS(184), - [aux_sym_while_phrase_token1] = ACTIONS(184), - [aux_sym_repeat_tuning_token1] = ACTIONS(184), - [aux_sym_using_statement_token1] = ACTIONS(184), - [aux_sym_on_error_phrase_token1] = ACTIONS(184), - [aux_sym_stop_after_phrase_token1] = ACTIONS(184), - [aux_sym_do_tuning_token1] = ACTIONS(184), - [aux_sym_to_phrase_token1] = ACTIONS(184), - [aux_sym_query_tuning_token1] = ACTIONS(184), - [aux_sym_query_tuning_token2] = ACTIONS(184), - [aux_sym_query_tuning_token3] = ACTIONS(184), - [aux_sym_query_tuning_token4] = ACTIONS(184), - [aux_sym_query_tuning_token5] = ACTIONS(184), - [aux_sym_query_tuning_token6] = ACTIONS(184), - [aux_sym_sort_clause_token1] = ACTIONS(184), - [aux_sym_image_phrase_token1] = ACTIONS(186), - [aux_sym_image_phrase_token2] = ACTIONS(184), - [aux_sym_size_phrase_token1] = ACTIONS(186), - [aux_sym_size_phrase_token2] = ACTIONS(184), - [aux_sym_size_phrase_token3] = ACTIONS(184), - [aux_sym_button_tuning_token1] = ACTIONS(184), - [aux_sym_button_tuning_token3] = ACTIONS(184), - [aux_sym_button_tuning_token4] = ACTIONS(184), - [aux_sym_button_tuning_token5] = ACTIONS(184), - [aux_sym_button_tuning_token6] = ACTIONS(184), - [aux_sym_button_tuning_token7] = ACTIONS(184), - [aux_sym_button_tuning_token8] = ACTIONS(184), - [aux_sym_button_tuning_token9] = ACTIONS(184), - [aux_sym_button_tuning_token10] = ACTIONS(184), - [aux_sym_button_tuning_token11] = ACTIONS(184), - [aux_sym_button_tuning_token12] = ACTIONS(184), - [aux_sym_button_tuning_token13] = ACTIONS(184), - [aux_sym_button_tuning_token14] = ACTIONS(184), - [aux_sym_button_tuning_token16] = ACTIONS(184), - [aux_sym_button_tuning_token17] = ACTIONS(184), - [sym__or_operator] = ACTIONS(184), - [sym__and_operator] = ACTIONS(184), - }, - [217] = { - [sym_comment] = STATE(217), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(217), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5664), + [226] = { + [sym_comment] = STATE(226), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(226), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6396), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -64512,7 +68321,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(998), + [anon_sym_RPAREN] = ACTIONS(1167), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -64535,41 +68344,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [218] = { - [sym_comment] = STATE(218), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(218), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5839), + [227] = { + [sym_comment] = STATE(227), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(227), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6414), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -64583,7 +68392,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(1000), + [anon_sym_RPAREN] = ACTIONS(1169), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -64606,183 +68415,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [219] = { - [sym_comment] = STATE(219), - [sym_include] = STATE(219), - [anon_sym_COLON] = ACTIONS(124), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(126), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(124), - [sym__terminator] = ACTIONS(124), - [aux_sym__block_terminator_token1] = ACTIONS(124), - [anon_sym_COMMA] = ACTIONS(124), - [aux_sym_type_tuning_token2] = ACTIONS(124), - [anon_sym_EQ] = ACTIONS(124), - [anon_sym_PLUS] = ACTIONS(124), - [anon_sym_DASH] = ACTIONS(124), - [aux_sym__multiplicative_operator_token1] = ACTIONS(124), - [aux_sym__multiplicative_operator_token2] = ACTIONS(126), - [anon_sym_LT] = ACTIONS(126), - [anon_sym_LT_EQ] = ACTIONS(124), - [anon_sym_LT_GT] = ACTIONS(124), - [anon_sym_GT] = ACTIONS(126), - [anon_sym_GT_EQ] = ACTIONS(124), - [aux_sym__comparison_operator_token1] = ACTIONS(124), - [aux_sym__comparison_operator_token2] = ACTIONS(124), - [aux_sym__comparison_operator_token3] = ACTIONS(124), - [aux_sym__comparison_operator_token4] = ACTIONS(124), - [aux_sym__comparison_operator_token5] = ACTIONS(124), - [aux_sym__comparison_operator_token6] = ACTIONS(124), - [aux_sym__comparison_operator_token7] = ACTIONS(124), - [aux_sym__comparison_operator_token8] = ACTIONS(124), - [aux_sym__comparison_operator_token9] = ACTIONS(124), - [aux_sym_variable_tuning_token4] = ACTIONS(124), - [aux_sym_function_call_token1] = ACTIONS(124), - [aux_sym_while_phrase_token1] = ACTIONS(124), - [aux_sym_repeat_tuning_token1] = ACTIONS(124), - [aux_sym_using_statement_token1] = ACTIONS(124), - [aux_sym_on_error_phrase_token1] = ACTIONS(124), - [aux_sym_stop_after_phrase_token1] = ACTIONS(124), - [aux_sym_do_tuning_token1] = ACTIONS(124), - [aux_sym_to_phrase_token1] = ACTIONS(124), - [aux_sym_query_tuning_token1] = ACTIONS(124), - [aux_sym_query_tuning_token2] = ACTIONS(124), - [aux_sym_query_tuning_token3] = ACTIONS(124), - [aux_sym_query_tuning_token4] = ACTIONS(124), - [aux_sym_query_tuning_token5] = ACTIONS(124), - [aux_sym_query_tuning_token6] = ACTIONS(124), - [aux_sym_sort_clause_token1] = ACTIONS(124), - [aux_sym_image_phrase_token1] = ACTIONS(126), - [aux_sym_image_phrase_token2] = ACTIONS(124), - [aux_sym_size_phrase_token1] = ACTIONS(126), - [aux_sym_size_phrase_token2] = ACTIONS(124), - [aux_sym_size_phrase_token3] = ACTIONS(124), - [aux_sym_button_tuning_token1] = ACTIONS(124), - [aux_sym_button_tuning_token3] = ACTIONS(124), - [aux_sym_button_tuning_token4] = ACTIONS(124), - [aux_sym_button_tuning_token5] = ACTIONS(124), - [aux_sym_button_tuning_token6] = ACTIONS(124), - [aux_sym_button_tuning_token7] = ACTIONS(124), - [aux_sym_button_tuning_token8] = ACTIONS(124), - [aux_sym_button_tuning_token9] = ACTIONS(124), - [aux_sym_button_tuning_token10] = ACTIONS(124), - [aux_sym_button_tuning_token11] = ACTIONS(124), - [aux_sym_button_tuning_token12] = ACTIONS(124), - [aux_sym_button_tuning_token13] = ACTIONS(124), - [aux_sym_button_tuning_token14] = ACTIONS(124), - [aux_sym_button_tuning_token16] = ACTIONS(124), - [aux_sym_button_tuning_token17] = ACTIONS(124), - [sym__or_operator] = ACTIONS(124), - [sym__and_operator] = ACTIONS(124), - }, - [220] = { - [sym_comment] = STATE(220), - [sym_include] = STATE(220), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(182), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(180), - [sym__terminator] = ACTIONS(180), - [aux_sym__block_terminator_token1] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [aux_sym_type_tuning_token2] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [aux_sym__multiplicative_operator_token1] = ACTIONS(180), - [aux_sym__multiplicative_operator_token2] = ACTIONS(182), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_LT_GT] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [aux_sym__comparison_operator_token1] = ACTIONS(180), - [aux_sym__comparison_operator_token2] = ACTIONS(180), - [aux_sym__comparison_operator_token3] = ACTIONS(180), - [aux_sym__comparison_operator_token4] = ACTIONS(180), - [aux_sym__comparison_operator_token5] = ACTIONS(180), - [aux_sym__comparison_operator_token6] = ACTIONS(180), - [aux_sym__comparison_operator_token7] = ACTIONS(180), - [aux_sym__comparison_operator_token8] = ACTIONS(180), - [aux_sym__comparison_operator_token9] = ACTIONS(180), - [aux_sym_variable_tuning_token4] = ACTIONS(180), - [aux_sym_function_call_token1] = ACTIONS(180), - [aux_sym_while_phrase_token1] = ACTIONS(180), - [aux_sym_repeat_tuning_token1] = ACTIONS(180), - [aux_sym_using_statement_token1] = ACTIONS(180), - [aux_sym_on_error_phrase_token1] = ACTIONS(180), - [aux_sym_stop_after_phrase_token1] = ACTIONS(180), - [aux_sym_do_tuning_token1] = ACTIONS(180), - [aux_sym_to_phrase_token1] = ACTIONS(180), - [aux_sym_query_tuning_token1] = ACTIONS(180), - [aux_sym_query_tuning_token2] = ACTIONS(180), - [aux_sym_query_tuning_token3] = ACTIONS(180), - [aux_sym_query_tuning_token4] = ACTIONS(180), - [aux_sym_query_tuning_token5] = ACTIONS(180), - [aux_sym_query_tuning_token6] = ACTIONS(180), - [aux_sym_sort_clause_token1] = ACTIONS(180), - [aux_sym_image_phrase_token1] = ACTIONS(182), - [aux_sym_image_phrase_token2] = ACTIONS(180), - [aux_sym_size_phrase_token1] = ACTIONS(182), - [aux_sym_size_phrase_token2] = ACTIONS(180), - [aux_sym_size_phrase_token3] = ACTIONS(180), - [aux_sym_button_tuning_token1] = ACTIONS(180), - [aux_sym_button_tuning_token3] = ACTIONS(180), - [aux_sym_button_tuning_token4] = ACTIONS(180), - [aux_sym_button_tuning_token5] = ACTIONS(180), - [aux_sym_button_tuning_token6] = ACTIONS(180), - [aux_sym_button_tuning_token7] = ACTIONS(180), - [aux_sym_button_tuning_token8] = ACTIONS(180), - [aux_sym_button_tuning_token9] = ACTIONS(180), - [aux_sym_button_tuning_token10] = ACTIONS(180), - [aux_sym_button_tuning_token11] = ACTIONS(180), - [aux_sym_button_tuning_token12] = ACTIONS(180), - [aux_sym_button_tuning_token13] = ACTIONS(180), - [aux_sym_button_tuning_token14] = ACTIONS(180), - [aux_sym_button_tuning_token16] = ACTIONS(180), - [aux_sym_button_tuning_token17] = ACTIONS(180), - [sym__or_operator] = ACTIONS(180), - [sym__and_operator] = ACTIONS(180), - }, - [221] = { - [sym_comment] = STATE(221), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(221), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5531), + [228] = { + [sym_comment] = STATE(228), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(228), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6420), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -64796,7 +68463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(1002), + [anon_sym_RPAREN] = ACTIONS(1171), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -64819,183 +68486,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [222] = { - [sym_comment] = STATE(222), - [sym_include] = STATE(222), - [anon_sym_COLON] = ACTIONS(244), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(246), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(244), - [sym__terminator] = ACTIONS(244), - [aux_sym__block_terminator_token1] = ACTIONS(244), - [anon_sym_COMMA] = ACTIONS(244), - [aux_sym_type_tuning_token2] = ACTIONS(244), - [anon_sym_EQ] = ACTIONS(244), - [anon_sym_PLUS] = ACTIONS(244), - [anon_sym_DASH] = ACTIONS(244), - [aux_sym__multiplicative_operator_token1] = ACTIONS(244), - [aux_sym__multiplicative_operator_token2] = ACTIONS(246), - [anon_sym_LT] = ACTIONS(246), - [anon_sym_LT_EQ] = ACTIONS(244), - [anon_sym_LT_GT] = ACTIONS(244), - [anon_sym_GT] = ACTIONS(246), - [anon_sym_GT_EQ] = ACTIONS(244), - [aux_sym__comparison_operator_token1] = ACTIONS(244), - [aux_sym__comparison_operator_token2] = ACTIONS(244), - [aux_sym__comparison_operator_token3] = ACTIONS(244), - [aux_sym__comparison_operator_token4] = ACTIONS(244), - [aux_sym__comparison_operator_token5] = ACTIONS(244), - [aux_sym__comparison_operator_token6] = ACTIONS(244), - [aux_sym__comparison_operator_token7] = ACTIONS(244), - [aux_sym__comparison_operator_token8] = ACTIONS(244), - [aux_sym__comparison_operator_token9] = ACTIONS(244), - [aux_sym_variable_tuning_token4] = ACTIONS(244), - [aux_sym_function_call_token1] = ACTIONS(244), - [aux_sym_while_phrase_token1] = ACTIONS(244), - [aux_sym_repeat_tuning_token1] = ACTIONS(244), - [aux_sym_using_statement_token1] = ACTIONS(244), - [aux_sym_on_error_phrase_token1] = ACTIONS(244), - [aux_sym_stop_after_phrase_token1] = ACTIONS(244), - [aux_sym_do_tuning_token1] = ACTIONS(244), - [aux_sym_to_phrase_token1] = ACTIONS(244), - [aux_sym_query_tuning_token1] = ACTIONS(244), - [aux_sym_query_tuning_token2] = ACTIONS(244), - [aux_sym_query_tuning_token3] = ACTIONS(244), - [aux_sym_query_tuning_token4] = ACTIONS(244), - [aux_sym_query_tuning_token5] = ACTIONS(244), - [aux_sym_query_tuning_token6] = ACTIONS(244), - [aux_sym_sort_clause_token1] = ACTIONS(244), - [aux_sym_image_phrase_token1] = ACTIONS(246), - [aux_sym_image_phrase_token2] = ACTIONS(244), - [aux_sym_size_phrase_token1] = ACTIONS(246), - [aux_sym_size_phrase_token2] = ACTIONS(244), - [aux_sym_size_phrase_token3] = ACTIONS(244), - [aux_sym_button_tuning_token1] = ACTIONS(244), - [aux_sym_button_tuning_token3] = ACTIONS(244), - [aux_sym_button_tuning_token4] = ACTIONS(244), - [aux_sym_button_tuning_token5] = ACTIONS(244), - [aux_sym_button_tuning_token6] = ACTIONS(244), - [aux_sym_button_tuning_token7] = ACTIONS(244), - [aux_sym_button_tuning_token8] = ACTIONS(244), - [aux_sym_button_tuning_token9] = ACTIONS(244), - [aux_sym_button_tuning_token10] = ACTIONS(244), - [aux_sym_button_tuning_token11] = ACTIONS(244), - [aux_sym_button_tuning_token12] = ACTIONS(244), - [aux_sym_button_tuning_token13] = ACTIONS(244), - [aux_sym_button_tuning_token14] = ACTIONS(244), - [aux_sym_button_tuning_token16] = ACTIONS(244), - [aux_sym_button_tuning_token17] = ACTIONS(244), - [sym__or_operator] = ACTIONS(244), - [sym__and_operator] = ACTIONS(244), - }, - [223] = { - [sym_comment] = STATE(223), - [sym_include] = STATE(223), - [anon_sym_COLON] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(134), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(132), - [sym__terminator] = ACTIONS(132), - [aux_sym__block_terminator_token1] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [aux_sym_type_tuning_token2] = ACTIONS(132), - [anon_sym_EQ] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(132), - [aux_sym__multiplicative_operator_token1] = ACTIONS(132), - [aux_sym__multiplicative_operator_token2] = ACTIONS(134), - [anon_sym_LT] = ACTIONS(134), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_LT_GT] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(134), - [anon_sym_GT_EQ] = ACTIONS(132), - [aux_sym__comparison_operator_token1] = ACTIONS(132), - [aux_sym__comparison_operator_token2] = ACTIONS(132), - [aux_sym__comparison_operator_token3] = ACTIONS(132), - [aux_sym__comparison_operator_token4] = ACTIONS(132), - [aux_sym__comparison_operator_token5] = ACTIONS(132), - [aux_sym__comparison_operator_token6] = ACTIONS(132), - [aux_sym__comparison_operator_token7] = ACTIONS(132), - [aux_sym__comparison_operator_token8] = ACTIONS(132), - [aux_sym__comparison_operator_token9] = ACTIONS(132), - [aux_sym_variable_tuning_token4] = ACTIONS(132), - [aux_sym_function_call_token1] = ACTIONS(132), - [aux_sym_while_phrase_token1] = ACTIONS(132), - [aux_sym_repeat_tuning_token1] = ACTIONS(132), - [aux_sym_using_statement_token1] = ACTIONS(132), - [aux_sym_on_error_phrase_token1] = ACTIONS(132), - [aux_sym_stop_after_phrase_token1] = ACTIONS(132), - [aux_sym_do_tuning_token1] = ACTIONS(132), - [aux_sym_to_phrase_token1] = ACTIONS(132), - [aux_sym_query_tuning_token1] = ACTIONS(132), - [aux_sym_query_tuning_token2] = ACTIONS(132), - [aux_sym_query_tuning_token3] = ACTIONS(132), - [aux_sym_query_tuning_token4] = ACTIONS(132), - [aux_sym_query_tuning_token5] = ACTIONS(132), - [aux_sym_query_tuning_token6] = ACTIONS(132), - [aux_sym_sort_clause_token1] = ACTIONS(132), - [aux_sym_image_phrase_token1] = ACTIONS(134), - [aux_sym_image_phrase_token2] = ACTIONS(132), - [aux_sym_size_phrase_token1] = ACTIONS(134), - [aux_sym_size_phrase_token2] = ACTIONS(132), - [aux_sym_size_phrase_token3] = ACTIONS(132), - [aux_sym_button_tuning_token1] = ACTIONS(132), - [aux_sym_button_tuning_token3] = ACTIONS(132), - [aux_sym_button_tuning_token4] = ACTIONS(132), - [aux_sym_button_tuning_token5] = ACTIONS(132), - [aux_sym_button_tuning_token6] = ACTIONS(132), - [aux_sym_button_tuning_token7] = ACTIONS(132), - [aux_sym_button_tuning_token8] = ACTIONS(132), - [aux_sym_button_tuning_token9] = ACTIONS(132), - [aux_sym_button_tuning_token10] = ACTIONS(132), - [aux_sym_button_tuning_token11] = ACTIONS(132), - [aux_sym_button_tuning_token12] = ACTIONS(132), - [aux_sym_button_tuning_token13] = ACTIONS(132), - [aux_sym_button_tuning_token14] = ACTIONS(132), - [aux_sym_button_tuning_token16] = ACTIONS(132), - [aux_sym_button_tuning_token17] = ACTIONS(132), - [sym__or_operator] = ACTIONS(132), - [sym__and_operator] = ACTIONS(132), - }, - [224] = { - [sym_comment] = STATE(224), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(224), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5849), + [229] = { + [sym_comment] = STATE(229), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(229), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6245), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -65009,7 +68534,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(1004), + [anon_sym_RPAREN] = ACTIONS(1173), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -65032,325 +68557,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [225] = { - [sym_comment] = STATE(225), - [sym_include] = STATE(225), - [anon_sym_COLON] = ACTIONS(188), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(190), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(188), - [sym__terminator] = ACTIONS(188), - [aux_sym__block_terminator_token1] = ACTIONS(188), - [anon_sym_COMMA] = ACTIONS(188), - [aux_sym_type_tuning_token2] = ACTIONS(188), - [anon_sym_EQ] = ACTIONS(188), - [anon_sym_PLUS] = ACTIONS(188), - [anon_sym_DASH] = ACTIONS(188), - [aux_sym__multiplicative_operator_token1] = ACTIONS(188), - [aux_sym__multiplicative_operator_token2] = ACTIONS(190), - [anon_sym_LT] = ACTIONS(190), - [anon_sym_LT_EQ] = ACTIONS(188), - [anon_sym_LT_GT] = ACTIONS(188), - [anon_sym_GT] = ACTIONS(190), - [anon_sym_GT_EQ] = ACTIONS(188), - [aux_sym__comparison_operator_token1] = ACTIONS(188), - [aux_sym__comparison_operator_token2] = ACTIONS(188), - [aux_sym__comparison_operator_token3] = ACTIONS(188), - [aux_sym__comparison_operator_token4] = ACTIONS(188), - [aux_sym__comparison_operator_token5] = ACTIONS(188), - [aux_sym__comparison_operator_token6] = ACTIONS(188), - [aux_sym__comparison_operator_token7] = ACTIONS(188), - [aux_sym__comparison_operator_token8] = ACTIONS(188), - [aux_sym__comparison_operator_token9] = ACTIONS(188), - [aux_sym_variable_tuning_token4] = ACTIONS(188), - [aux_sym_function_call_token1] = ACTIONS(188), - [aux_sym_while_phrase_token1] = ACTIONS(188), - [aux_sym_repeat_tuning_token1] = ACTIONS(188), - [aux_sym_using_statement_token1] = ACTIONS(188), - [aux_sym_on_error_phrase_token1] = ACTIONS(188), - [aux_sym_stop_after_phrase_token1] = ACTIONS(188), - [aux_sym_do_tuning_token1] = ACTIONS(188), - [aux_sym_to_phrase_token1] = ACTIONS(188), - [aux_sym_query_tuning_token1] = ACTIONS(188), - [aux_sym_query_tuning_token2] = ACTIONS(188), - [aux_sym_query_tuning_token3] = ACTIONS(188), - [aux_sym_query_tuning_token4] = ACTIONS(188), - [aux_sym_query_tuning_token5] = ACTIONS(188), - [aux_sym_query_tuning_token6] = ACTIONS(188), - [aux_sym_sort_clause_token1] = ACTIONS(188), - [aux_sym_image_phrase_token1] = ACTIONS(190), - [aux_sym_image_phrase_token2] = ACTIONS(188), - [aux_sym_size_phrase_token1] = ACTIONS(190), - [aux_sym_size_phrase_token2] = ACTIONS(188), - [aux_sym_size_phrase_token3] = ACTIONS(188), - [aux_sym_button_tuning_token1] = ACTIONS(188), - [aux_sym_button_tuning_token3] = ACTIONS(188), - [aux_sym_button_tuning_token4] = ACTIONS(188), - [aux_sym_button_tuning_token5] = ACTIONS(188), - [aux_sym_button_tuning_token6] = ACTIONS(188), - [aux_sym_button_tuning_token7] = ACTIONS(188), - [aux_sym_button_tuning_token8] = ACTIONS(188), - [aux_sym_button_tuning_token9] = ACTIONS(188), - [aux_sym_button_tuning_token10] = ACTIONS(188), - [aux_sym_button_tuning_token11] = ACTIONS(188), - [aux_sym_button_tuning_token12] = ACTIONS(188), - [aux_sym_button_tuning_token13] = ACTIONS(188), - [aux_sym_button_tuning_token14] = ACTIONS(188), - [aux_sym_button_tuning_token16] = ACTIONS(188), - [aux_sym_button_tuning_token17] = ACTIONS(188), - [sym__or_operator] = ACTIONS(188), - [sym__and_operator] = ACTIONS(188), - }, - [226] = { - [sym_comment] = STATE(226), - [sym_include] = STATE(226), - [anon_sym_COLON] = ACTIONS(67), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(73), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(67), - [sym__terminator] = ACTIONS(67), - [aux_sym__block_terminator_token1] = ACTIONS(67), - [anon_sym_COMMA] = ACTIONS(67), - [aux_sym_type_tuning_token2] = ACTIONS(67), - [anon_sym_EQ] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [aux_sym__multiplicative_operator_token1] = ACTIONS(67), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(67), - [anon_sym_LT_GT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(67), - [aux_sym__comparison_operator_token1] = ACTIONS(67), - [aux_sym__comparison_operator_token2] = ACTIONS(67), - [aux_sym__comparison_operator_token3] = ACTIONS(67), - [aux_sym__comparison_operator_token4] = ACTIONS(67), - [aux_sym__comparison_operator_token5] = ACTIONS(67), - [aux_sym__comparison_operator_token6] = ACTIONS(67), - [aux_sym__comparison_operator_token7] = ACTIONS(67), - [aux_sym__comparison_operator_token8] = ACTIONS(67), - [aux_sym__comparison_operator_token9] = ACTIONS(67), - [aux_sym_variable_tuning_token4] = ACTIONS(67), - [aux_sym_function_call_token1] = ACTIONS(67), - [aux_sym_while_phrase_token1] = ACTIONS(67), - [aux_sym_repeat_tuning_token1] = ACTIONS(67), - [aux_sym_using_statement_token1] = ACTIONS(67), - [aux_sym_on_error_phrase_token1] = ACTIONS(67), - [aux_sym_stop_after_phrase_token1] = ACTIONS(67), - [aux_sym_do_tuning_token1] = ACTIONS(67), - [aux_sym_to_phrase_token1] = ACTIONS(67), - [aux_sym_query_tuning_token1] = ACTIONS(67), - [aux_sym_query_tuning_token2] = ACTIONS(67), - [aux_sym_query_tuning_token3] = ACTIONS(67), - [aux_sym_query_tuning_token4] = ACTIONS(67), - [aux_sym_query_tuning_token5] = ACTIONS(67), - [aux_sym_query_tuning_token6] = ACTIONS(67), - [aux_sym_sort_clause_token1] = ACTIONS(67), - [aux_sym_image_phrase_token1] = ACTIONS(73), - [aux_sym_image_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token1] = ACTIONS(73), - [aux_sym_size_phrase_token2] = ACTIONS(67), - [aux_sym_size_phrase_token3] = ACTIONS(67), - [aux_sym_button_tuning_token1] = ACTIONS(67), - [aux_sym_button_tuning_token3] = ACTIONS(67), - [aux_sym_button_tuning_token4] = ACTIONS(67), - [aux_sym_button_tuning_token5] = ACTIONS(67), - [aux_sym_button_tuning_token6] = ACTIONS(67), - [aux_sym_button_tuning_token7] = ACTIONS(67), - [aux_sym_button_tuning_token8] = ACTIONS(67), - [aux_sym_button_tuning_token9] = ACTIONS(67), - [aux_sym_button_tuning_token10] = ACTIONS(67), - [aux_sym_button_tuning_token11] = ACTIONS(67), - [aux_sym_button_tuning_token12] = ACTIONS(67), - [aux_sym_button_tuning_token13] = ACTIONS(67), - [aux_sym_button_tuning_token14] = ACTIONS(67), - [aux_sym_button_tuning_token16] = ACTIONS(67), - [aux_sym_button_tuning_token17] = ACTIONS(67), - [sym__or_operator] = ACTIONS(67), - [sym__and_operator] = ACTIONS(67), - }, - [227] = { - [sym_comment] = STATE(227), - [sym_include] = STATE(227), - [anon_sym_COLON] = ACTIONS(220), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(222), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(220), - [sym__terminator] = ACTIONS(220), - [aux_sym__block_terminator_token1] = ACTIONS(220), - [anon_sym_COMMA] = ACTIONS(220), - [aux_sym_type_tuning_token2] = ACTIONS(220), - [anon_sym_EQ] = ACTIONS(220), - [anon_sym_PLUS] = ACTIONS(220), - [anon_sym_DASH] = ACTIONS(220), - [aux_sym__multiplicative_operator_token1] = ACTIONS(220), - [aux_sym__multiplicative_operator_token2] = ACTIONS(222), - [anon_sym_LT] = ACTIONS(222), - [anon_sym_LT_EQ] = ACTIONS(220), - [anon_sym_LT_GT] = ACTIONS(220), - [anon_sym_GT] = ACTIONS(222), - [anon_sym_GT_EQ] = ACTIONS(220), - [aux_sym__comparison_operator_token1] = ACTIONS(220), - [aux_sym__comparison_operator_token2] = ACTIONS(220), - [aux_sym__comparison_operator_token3] = ACTIONS(220), - [aux_sym__comparison_operator_token4] = ACTIONS(220), - [aux_sym__comparison_operator_token5] = ACTIONS(220), - [aux_sym__comparison_operator_token6] = ACTIONS(220), - [aux_sym__comparison_operator_token7] = ACTIONS(220), - [aux_sym__comparison_operator_token8] = ACTIONS(220), - [aux_sym__comparison_operator_token9] = ACTIONS(220), - [aux_sym_variable_tuning_token4] = ACTIONS(220), - [aux_sym_function_call_token1] = ACTIONS(220), - [aux_sym_while_phrase_token1] = ACTIONS(220), - [aux_sym_repeat_tuning_token1] = ACTIONS(220), - [aux_sym_using_statement_token1] = ACTIONS(220), - [aux_sym_on_error_phrase_token1] = ACTIONS(220), - [aux_sym_stop_after_phrase_token1] = ACTIONS(220), - [aux_sym_do_tuning_token1] = ACTIONS(220), - [aux_sym_to_phrase_token1] = ACTIONS(220), - [aux_sym_query_tuning_token1] = ACTIONS(220), - [aux_sym_query_tuning_token2] = ACTIONS(220), - [aux_sym_query_tuning_token3] = ACTIONS(220), - [aux_sym_query_tuning_token4] = ACTIONS(220), - [aux_sym_query_tuning_token5] = ACTIONS(220), - [aux_sym_query_tuning_token6] = ACTIONS(220), - [aux_sym_sort_clause_token1] = ACTIONS(220), - [aux_sym_image_phrase_token1] = ACTIONS(222), - [aux_sym_image_phrase_token2] = ACTIONS(220), - [aux_sym_size_phrase_token1] = ACTIONS(222), - [aux_sym_size_phrase_token2] = ACTIONS(220), - [aux_sym_size_phrase_token3] = ACTIONS(220), - [aux_sym_button_tuning_token1] = ACTIONS(220), - [aux_sym_button_tuning_token3] = ACTIONS(220), - [aux_sym_button_tuning_token4] = ACTIONS(220), - [aux_sym_button_tuning_token5] = ACTIONS(220), - [aux_sym_button_tuning_token6] = ACTIONS(220), - [aux_sym_button_tuning_token7] = ACTIONS(220), - [aux_sym_button_tuning_token8] = ACTIONS(220), - [aux_sym_button_tuning_token9] = ACTIONS(220), - [aux_sym_button_tuning_token10] = ACTIONS(220), - [aux_sym_button_tuning_token11] = ACTIONS(220), - [aux_sym_button_tuning_token12] = ACTIONS(220), - [aux_sym_button_tuning_token13] = ACTIONS(220), - [aux_sym_button_tuning_token14] = ACTIONS(220), - [aux_sym_button_tuning_token16] = ACTIONS(220), - [aux_sym_button_tuning_token17] = ACTIONS(220), - [sym__or_operator] = ACTIONS(220), - [sym__and_operator] = ACTIONS(220), - }, - [228] = { - [sym_comment] = STATE(228), - [sym_include] = STATE(228), - [anon_sym_COLON] = ACTIONS(176), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(178), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(176), - [sym__terminator] = ACTIONS(176), - [aux_sym__block_terminator_token1] = ACTIONS(176), - [anon_sym_COMMA] = ACTIONS(176), - [aux_sym_type_tuning_token2] = ACTIONS(176), - [anon_sym_EQ] = ACTIONS(176), - [anon_sym_PLUS] = ACTIONS(176), - [anon_sym_DASH] = ACTIONS(176), - [aux_sym__multiplicative_operator_token1] = ACTIONS(176), - [aux_sym__multiplicative_operator_token2] = ACTIONS(178), - [anon_sym_LT] = ACTIONS(178), - [anon_sym_LT_EQ] = ACTIONS(176), - [anon_sym_LT_GT] = ACTIONS(176), - [anon_sym_GT] = ACTIONS(178), - [anon_sym_GT_EQ] = ACTIONS(176), - [aux_sym__comparison_operator_token1] = ACTIONS(176), - [aux_sym__comparison_operator_token2] = ACTIONS(176), - [aux_sym__comparison_operator_token3] = ACTIONS(176), - [aux_sym__comparison_operator_token4] = ACTIONS(176), - [aux_sym__comparison_operator_token5] = ACTIONS(176), - [aux_sym__comparison_operator_token6] = ACTIONS(176), - [aux_sym__comparison_operator_token7] = ACTIONS(176), - [aux_sym__comparison_operator_token8] = ACTIONS(176), - [aux_sym__comparison_operator_token9] = ACTIONS(176), - [aux_sym_variable_tuning_token4] = ACTIONS(176), - [aux_sym_function_call_token1] = ACTIONS(176), - [aux_sym_while_phrase_token1] = ACTIONS(176), - [aux_sym_repeat_tuning_token1] = ACTIONS(176), - [aux_sym_using_statement_token1] = ACTIONS(176), - [aux_sym_on_error_phrase_token1] = ACTIONS(176), - [aux_sym_stop_after_phrase_token1] = ACTIONS(176), - [aux_sym_do_tuning_token1] = ACTIONS(176), - [aux_sym_to_phrase_token1] = ACTIONS(176), - [aux_sym_query_tuning_token1] = ACTIONS(176), - [aux_sym_query_tuning_token2] = ACTIONS(176), - [aux_sym_query_tuning_token3] = ACTIONS(176), - [aux_sym_query_tuning_token4] = ACTIONS(176), - [aux_sym_query_tuning_token5] = ACTIONS(176), - [aux_sym_query_tuning_token6] = ACTIONS(176), - [aux_sym_sort_clause_token1] = ACTIONS(176), - [aux_sym_image_phrase_token1] = ACTIONS(178), - [aux_sym_image_phrase_token2] = ACTIONS(176), - [aux_sym_size_phrase_token1] = ACTIONS(178), - [aux_sym_size_phrase_token2] = ACTIONS(176), - [aux_sym_size_phrase_token3] = ACTIONS(176), - [aux_sym_button_tuning_token1] = ACTIONS(176), - [aux_sym_button_tuning_token3] = ACTIONS(176), - [aux_sym_button_tuning_token4] = ACTIONS(176), - [aux_sym_button_tuning_token5] = ACTIONS(176), - [aux_sym_button_tuning_token6] = ACTIONS(176), - [aux_sym_button_tuning_token7] = ACTIONS(176), - [aux_sym_button_tuning_token8] = ACTIONS(176), - [aux_sym_button_tuning_token9] = ACTIONS(176), - [aux_sym_button_tuning_token10] = ACTIONS(176), - [aux_sym_button_tuning_token11] = ACTIONS(176), - [aux_sym_button_tuning_token12] = ACTIONS(176), - [aux_sym_button_tuning_token13] = ACTIONS(176), - [aux_sym_button_tuning_token14] = ACTIONS(176), - [aux_sym_button_tuning_token16] = ACTIONS(176), - [aux_sym_button_tuning_token17] = ACTIONS(176), - [sym__or_operator] = ACTIONS(176), - [sym__and_operator] = ACTIONS(176), - }, - [229] = { - [sym_comment] = STATE(229), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(229), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(5857), + [230] = { + [sym_comment] = STATE(230), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), + [sym_include] = STATE(230), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6430), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -65364,7 +68605,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_RPAREN] = ACTIONS(1006), + [anon_sym_RPAREN] = ACTIONS(1175), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -65387,254 +68628,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, - [230] = { - [sym_comment] = STATE(230), - [sym_include] = STATE(230), - [anon_sym_COLON] = ACTIONS(252), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(254), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(252), - [sym__terminator] = ACTIONS(252), - [aux_sym__block_terminator_token1] = ACTIONS(252), - [anon_sym_COMMA] = ACTIONS(252), - [aux_sym_type_tuning_token2] = ACTIONS(252), - [anon_sym_EQ] = ACTIONS(252), - [anon_sym_PLUS] = ACTIONS(252), - [anon_sym_DASH] = ACTIONS(252), - [aux_sym__multiplicative_operator_token1] = ACTIONS(252), - [aux_sym__multiplicative_operator_token2] = ACTIONS(254), - [anon_sym_LT] = ACTIONS(254), - [anon_sym_LT_EQ] = ACTIONS(252), - [anon_sym_LT_GT] = ACTIONS(252), - [anon_sym_GT] = ACTIONS(254), - [anon_sym_GT_EQ] = ACTIONS(252), - [aux_sym__comparison_operator_token1] = ACTIONS(252), - [aux_sym__comparison_operator_token2] = ACTIONS(252), - [aux_sym__comparison_operator_token3] = ACTIONS(252), - [aux_sym__comparison_operator_token4] = ACTIONS(252), - [aux_sym__comparison_operator_token5] = ACTIONS(252), - [aux_sym__comparison_operator_token6] = ACTIONS(252), - [aux_sym__comparison_operator_token7] = ACTIONS(252), - [aux_sym__comparison_operator_token8] = ACTIONS(252), - [aux_sym__comparison_operator_token9] = ACTIONS(252), - [aux_sym_variable_tuning_token4] = ACTIONS(252), - [aux_sym_function_call_token1] = ACTIONS(252), - [aux_sym_while_phrase_token1] = ACTIONS(252), - [aux_sym_repeat_tuning_token1] = ACTIONS(252), - [aux_sym_using_statement_token1] = ACTIONS(252), - [aux_sym_on_error_phrase_token1] = ACTIONS(252), - [aux_sym_stop_after_phrase_token1] = ACTIONS(252), - [aux_sym_do_tuning_token1] = ACTIONS(252), - [aux_sym_to_phrase_token1] = ACTIONS(252), - [aux_sym_query_tuning_token1] = ACTIONS(252), - [aux_sym_query_tuning_token2] = ACTIONS(252), - [aux_sym_query_tuning_token3] = ACTIONS(252), - [aux_sym_query_tuning_token4] = ACTIONS(252), - [aux_sym_query_tuning_token5] = ACTIONS(252), - [aux_sym_query_tuning_token6] = ACTIONS(252), - [aux_sym_sort_clause_token1] = ACTIONS(252), - [aux_sym_image_phrase_token1] = ACTIONS(254), - [aux_sym_image_phrase_token2] = ACTIONS(252), - [aux_sym_size_phrase_token1] = ACTIONS(254), - [aux_sym_size_phrase_token2] = ACTIONS(252), - [aux_sym_size_phrase_token3] = ACTIONS(252), - [aux_sym_button_tuning_token1] = ACTIONS(252), - [aux_sym_button_tuning_token3] = ACTIONS(252), - [aux_sym_button_tuning_token4] = ACTIONS(252), - [aux_sym_button_tuning_token5] = ACTIONS(252), - [aux_sym_button_tuning_token6] = ACTIONS(252), - [aux_sym_button_tuning_token7] = ACTIONS(252), - [aux_sym_button_tuning_token8] = ACTIONS(252), - [aux_sym_button_tuning_token9] = ACTIONS(252), - [aux_sym_button_tuning_token10] = ACTIONS(252), - [aux_sym_button_tuning_token11] = ACTIONS(252), - [aux_sym_button_tuning_token12] = ACTIONS(252), - [aux_sym_button_tuning_token13] = ACTIONS(252), - [aux_sym_button_tuning_token14] = ACTIONS(252), - [aux_sym_button_tuning_token16] = ACTIONS(252), - [aux_sym_button_tuning_token17] = ACTIONS(252), - [sym__or_operator] = ACTIONS(252), - [sym__and_operator] = ACTIONS(252), - }, [231] = { [sym_comment] = STATE(231), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(231), - [anon_sym_COLON] = ACTIONS(236), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(238), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(236), - [sym__terminator] = ACTIONS(236), - [aux_sym__block_terminator_token1] = ACTIONS(236), - [anon_sym_COMMA] = ACTIONS(236), - [aux_sym_type_tuning_token2] = ACTIONS(236), - [anon_sym_EQ] = ACTIONS(236), - [anon_sym_PLUS] = ACTIONS(236), - [anon_sym_DASH] = ACTIONS(236), - [aux_sym__multiplicative_operator_token1] = ACTIONS(236), - [aux_sym__multiplicative_operator_token2] = ACTIONS(238), - [anon_sym_LT] = ACTIONS(238), - [anon_sym_LT_EQ] = ACTIONS(236), - [anon_sym_LT_GT] = ACTIONS(236), - [anon_sym_GT] = ACTIONS(238), - [anon_sym_GT_EQ] = ACTIONS(236), - [aux_sym__comparison_operator_token1] = ACTIONS(236), - [aux_sym__comparison_operator_token2] = ACTIONS(236), - [aux_sym__comparison_operator_token3] = ACTIONS(236), - [aux_sym__comparison_operator_token4] = ACTIONS(236), - [aux_sym__comparison_operator_token5] = ACTIONS(236), - [aux_sym__comparison_operator_token6] = ACTIONS(236), - [aux_sym__comparison_operator_token7] = ACTIONS(236), - [aux_sym__comparison_operator_token8] = ACTIONS(236), - [aux_sym__comparison_operator_token9] = ACTIONS(236), - [aux_sym_variable_tuning_token4] = ACTIONS(236), - [aux_sym_function_call_token1] = ACTIONS(236), - [aux_sym_while_phrase_token1] = ACTIONS(236), - [aux_sym_repeat_tuning_token1] = ACTIONS(236), - [aux_sym_using_statement_token1] = ACTIONS(236), - [aux_sym_on_error_phrase_token1] = ACTIONS(236), - [aux_sym_stop_after_phrase_token1] = ACTIONS(236), - [aux_sym_do_tuning_token1] = ACTIONS(236), - [aux_sym_to_phrase_token1] = ACTIONS(236), - [aux_sym_query_tuning_token1] = ACTIONS(236), - [aux_sym_query_tuning_token2] = ACTIONS(236), - [aux_sym_query_tuning_token3] = ACTIONS(236), - [aux_sym_query_tuning_token4] = ACTIONS(236), - [aux_sym_query_tuning_token5] = ACTIONS(236), - [aux_sym_query_tuning_token6] = ACTIONS(236), - [aux_sym_sort_clause_token1] = ACTIONS(236), - [aux_sym_image_phrase_token1] = ACTIONS(238), - [aux_sym_image_phrase_token2] = ACTIONS(236), - [aux_sym_size_phrase_token1] = ACTIONS(238), - [aux_sym_size_phrase_token2] = ACTIONS(236), - [aux_sym_size_phrase_token3] = ACTIONS(236), - [aux_sym_button_tuning_token1] = ACTIONS(236), - [aux_sym_button_tuning_token3] = ACTIONS(236), - [aux_sym_button_tuning_token4] = ACTIONS(236), - [aux_sym_button_tuning_token5] = ACTIONS(236), - [aux_sym_button_tuning_token6] = ACTIONS(236), - [aux_sym_button_tuning_token7] = ACTIONS(236), - [aux_sym_button_tuning_token8] = ACTIONS(236), - [aux_sym_button_tuning_token9] = ACTIONS(236), - [aux_sym_button_tuning_token10] = ACTIONS(236), - [aux_sym_button_tuning_token11] = ACTIONS(236), - [aux_sym_button_tuning_token12] = ACTIONS(236), - [aux_sym_button_tuning_token13] = ACTIONS(236), - [aux_sym_button_tuning_token14] = ACTIONS(236), - [aux_sym_button_tuning_token16] = ACTIONS(236), - [aux_sym_button_tuning_token17] = ACTIONS(236), - [sym__or_operator] = ACTIONS(236), - [sym__and_operator] = ACTIONS(236), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6442), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(1177), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [232] = { [sym_comment] = STATE(232), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(232), - [anon_sym_COLON] = ACTIONS(87), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(89), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(87), - [sym__terminator] = ACTIONS(87), - [aux_sym__block_terminator_token1] = ACTIONS(87), - [anon_sym_COMMA] = ACTIONS(87), - [aux_sym_type_tuning_token2] = ACTIONS(87), - [anon_sym_EQ] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(87), - [anon_sym_DASH] = ACTIONS(87), - [aux_sym__multiplicative_operator_token1] = ACTIONS(87), - [aux_sym__multiplicative_operator_token2] = ACTIONS(89), - [anon_sym_LT] = ACTIONS(89), - [anon_sym_LT_EQ] = ACTIONS(87), - [anon_sym_LT_GT] = ACTIONS(87), - [anon_sym_GT] = ACTIONS(89), - [anon_sym_GT_EQ] = ACTIONS(87), - [aux_sym__comparison_operator_token1] = ACTIONS(87), - [aux_sym__comparison_operator_token2] = ACTIONS(87), - [aux_sym__comparison_operator_token3] = ACTIONS(87), - [aux_sym__comparison_operator_token4] = ACTIONS(87), - [aux_sym__comparison_operator_token5] = ACTIONS(87), - [aux_sym__comparison_operator_token6] = ACTIONS(87), - [aux_sym__comparison_operator_token7] = ACTIONS(87), - [aux_sym__comparison_operator_token8] = ACTIONS(87), - [aux_sym__comparison_operator_token9] = ACTIONS(87), - [aux_sym_variable_tuning_token4] = ACTIONS(87), - [aux_sym_function_call_token1] = ACTIONS(87), - [aux_sym_while_phrase_token1] = ACTIONS(87), - [aux_sym_repeat_tuning_token1] = ACTIONS(87), - [aux_sym_using_statement_token1] = ACTIONS(87), - [aux_sym_on_error_phrase_token1] = ACTIONS(87), - [aux_sym_stop_after_phrase_token1] = ACTIONS(87), - [aux_sym_do_tuning_token1] = ACTIONS(87), - [aux_sym_to_phrase_token1] = ACTIONS(87), - [aux_sym_query_tuning_token1] = ACTIONS(87), - [aux_sym_query_tuning_token2] = ACTIONS(87), - [aux_sym_query_tuning_token3] = ACTIONS(87), - [aux_sym_query_tuning_token4] = ACTIONS(87), - [aux_sym_query_tuning_token5] = ACTIONS(87), - [aux_sym_query_tuning_token6] = ACTIONS(87), - [aux_sym_sort_clause_token1] = ACTIONS(87), - [aux_sym_image_phrase_token1] = ACTIONS(89), - [aux_sym_image_phrase_token2] = ACTIONS(87), - [aux_sym_size_phrase_token1] = ACTIONS(89), - [aux_sym_size_phrase_token2] = ACTIONS(87), - [aux_sym_size_phrase_token3] = ACTIONS(87), - [aux_sym_button_tuning_token1] = ACTIONS(87), - [aux_sym_button_tuning_token3] = ACTIONS(87), - [aux_sym_button_tuning_token4] = ACTIONS(87), - [aux_sym_button_tuning_token5] = ACTIONS(87), - [aux_sym_button_tuning_token6] = ACTIONS(87), - [aux_sym_button_tuning_token7] = ACTIONS(87), - [aux_sym_button_tuning_token8] = ACTIONS(87), - [aux_sym_button_tuning_token9] = ACTIONS(87), - [aux_sym_button_tuning_token10] = ACTIONS(87), - [aux_sym_button_tuning_token11] = ACTIONS(87), - [aux_sym_button_tuning_token12] = ACTIONS(87), - [aux_sym_button_tuning_token13] = ACTIONS(87), - [aux_sym_button_tuning_token14] = ACTIONS(87), - [aux_sym_button_tuning_token16] = ACTIONS(87), - [aux_sym_button_tuning_token17] = ACTIONS(87), - [sym__or_operator] = ACTIONS(87), - [sym__and_operator] = ACTIONS(87), - }, - [233] = { - [sym_comment] = STATE(233), - [sym_constant] = STATE(37), - [sym_qualified_name] = STATE(1588), - [sym_boolean_literal] = STATE(37), - [sym__decimal_literal] = STATE(45), - [sym_number_literal] = STATE(37), - [sym_string_literal] = STATE(37), - [sym_array_literal] = STATE(37), - [sym_parenthesized_expression] = STATE(37), - [sym_logical_expression] = STATE(29), - [sym_unary_expression] = STATE(37), - [sym_ambiguous_expression] = STATE(37), - [sym_temp_table_expression] = STATE(37), - [sym_current_changed_expression] = STATE(37), - [sym_locked_expression] = STATE(37), - [sym_dataset_expression] = STATE(37), - [sym_input_expression] = STATE(37), - [sym_additive_expression] = STATE(29), - [sym_multiplicative_expression] = STATE(29), - [sym_comparison_expression] = STATE(29), - [sym__binary_expression] = STATE(37), - [sym_array_access] = STATE(37), - [sym_include] = STATE(233), - [sym_argument_mode] = STATE(303), - [sym_function_call_argument] = STATE(6259), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6531), [sym_function_call] = STATE(11), - [sym_ternary_expression] = STATE(37), + [sym_ternary_expression] = STATE(51), [sym_new_expression] = STATE(11), - [sym_object_access] = STATE(1480), - [sym_member_access] = STATE(37), - [sym_can_find_expression] = STATE(37), - [sym_accumulate_expression] = STATE(37), - [sym_available_expression] = STATE(37), - [sym__expression] = STATE(1560), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -65648,6 +68747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(669), [anon_sym_LBRACK] = ACTIONS(675), [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(1179), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -65670,1251 +68770,2756 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(711), [sym__escaped_string] = ACTIONS(713), }, + [233] = { + [sym_comment] = STATE(233), + [sym_constant] = STATE(990), + [sym_qualified_name] = STATE(990), + [sym_boolean_literal] = STATE(990), + [sym__decimal_literal] = STATE(1312), + [sym_number_literal] = STATE(990), + [sym_string_literal] = STATE(990), + [sym_array_literal] = STATE(990), + [sym_parenthesized_expression] = STATE(990), + [sym_logical_expression] = STATE(1053), + [sym_unary_expression] = STATE(990), + [sym_ambiguous_expression] = STATE(990), + [sym_temp_table_expression] = STATE(990), + [sym_current_changed_expression] = STATE(990), + [sym_locked_expression] = STATE(990), + [sym_dataset_expression] = STATE(990), + [sym_input_expression] = STATE(990), + [sym_additive_expression] = STATE(1053), + [sym_multiplicative_expression] = STATE(1053), + [sym_comparison_expression] = STATE(1053), + [sym__binary_expression] = STATE(990), + [sym_array_access] = STATE(990), + [sym_include] = STATE(233), + [sym_function_call] = STATE(520), + [sym_ternary_expression] = STATE(990), + [sym_new_expression] = STATE(520), + [sym_object_access] = STATE(545), + [sym_member_access] = STATE(990), + [sym_sort_column] = STATE(3390), + [sym_can_find_expression] = STATE(990), + [sym_accumulate_expression] = STATE(990), + [sym_available_expression] = STATE(990), + [sym_index_tuning] = STATE(3148), + [sym__expression] = STATE(335), + [aux_sym_sort_clause_repeat1] = STATE(362), + [aux_sym_index_definition_repeat1] = STATE(202), + [sym_identifier] = ACTIONS(948), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(950), + [sym__terminator] = ACTIONS(1181), + [sym_null_expression] = ACTIONS(954), + [aux_sym_boolean_literal_token1] = ACTIONS(956), + [aux_sym_boolean_literal_token2] = ACTIONS(956), + [aux_sym_boolean_literal_token3] = ACTIONS(956), + [aux_sym_boolean_literal_token4] = ACTIONS(956), + [sym__integer_literal] = ACTIONS(958), + [sym_date_literal] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(962), + [aux_sym_type_tuning_token1] = ACTIONS(964), + [aux_sym_unary_expression_token1] = ACTIONS(966), + [aux_sym_unary_expression_token2] = ACTIONS(968), + [aux_sym_ambiguous_expression_token1] = ACTIONS(970), + [aux_sym_temp_table_expression_token1] = ACTIONS(972), + [aux_sym_current_changed_expression_token1] = ACTIONS(974), + [aux_sym_locked_expression_token1] = ACTIONS(976), + [aux_sym_dataset_expression_token1] = ACTIONS(978), + [aux_sym_input_expression_token1] = ACTIONS(980), + [aux_sym_scope_tuning_token1] = ACTIONS(982), + [aux_sym_if_statement_token1] = ACTIONS(984), + [aux_sym_can_find_expression_token1] = ACTIONS(986), + [aux_sym_accumulate_expression_token1] = ACTIONS(988), + [aux_sym_available_expression_token1] = ACTIONS(990), + [aux_sym_available_expression_token2] = ACTIONS(990), + [aux_sym_field_definition_token1] = ACTIONS(1181), + [aux_sym_index_tuning_token1] = ACTIONS(964), + [aux_sym_index_definition_token1] = ACTIONS(1181), + [sym__escaped_string] = ACTIONS(992), + }, [234] = { [sym_comment] = STATE(234), - [sym_constant] = STATE(335), - [sym_qualified_name] = STATE(335), - [sym_boolean_literal] = STATE(335), - [sym__decimal_literal] = STATE(337), - [sym_number_literal] = STATE(335), - [sym_string_literal] = STATE(335), - [sym_array_literal] = STATE(335), - [sym_parenthesized_expression] = STATE(335), - [sym_logical_expression] = STATE(343), - [sym_unary_expression] = STATE(335), - [sym_ambiguous_expression] = STATE(335), - [sym_temp_table_expression] = STATE(335), - [sym_current_changed_expression] = STATE(335), - [sym_locked_expression] = STATE(335), - [sym_dataset_expression] = STATE(335), - [sym_input_expression] = STATE(335), - [sym_additive_expression] = STATE(343), - [sym_multiplicative_expression] = STATE(343), - [sym_comparison_expression] = STATE(343), - [sym__binary_expression] = STATE(335), - [sym_array_access] = STATE(335), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(234), - [sym_function_call] = STATE(276), - [sym_ternary_expression] = STATE(335), - [sym_new_expression] = STATE(276), - [sym_object_access] = STATE(307), - [sym_member_access] = STATE(335), - [sym_sort_column] = STATE(2779), - [sym_can_find_expression] = STATE(335), - [sym_accumulate_expression] = STATE(335), - [sym_available_expression] = STATE(335), - [sym__expression] = STATE(237), - [aux_sym_sort_clause_repeat1] = STATE(239), - [sym_identifier] = ACTIONS(1008), - [anon_sym_COLON] = ACTIONS(1010), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6472), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(1012), - [sym_null_expression] = ACTIONS(1014), - [aux_sym_boolean_literal_token1] = ACTIONS(1016), - [aux_sym_boolean_literal_token2] = ACTIONS(1016), - [aux_sym_boolean_literal_token3] = ACTIONS(1016), - [aux_sym_boolean_literal_token4] = ACTIONS(1016), - [sym__integer_literal] = ACTIONS(1018), - [sym_date_literal] = ACTIONS(1014), - [anon_sym_LBRACK] = ACTIONS(1020), - [anon_sym_COMMA] = ACTIONS(1010), - [anon_sym_LPAREN] = ACTIONS(1022), - [aux_sym_unary_expression_token1] = ACTIONS(1024), - [aux_sym_unary_expression_token2] = ACTIONS(1026), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1028), - [aux_sym_temp_table_expression_token1] = ACTIONS(1030), - [aux_sym_current_changed_expression_token1] = ACTIONS(1032), - [aux_sym_locked_expression_token1] = ACTIONS(1034), - [aux_sym_dataset_expression_token1] = ACTIONS(1036), - [aux_sym_input_expression_token1] = ACTIONS(1038), - [aux_sym_scope_tuning_token1] = ACTIONS(1040), - [aux_sym_if_statement_token1] = ACTIONS(1042), - [aux_sym_on_error_phrase_token1] = ACTIONS(1010), - [aux_sym_to_phrase_token1] = ACTIONS(1010), - [aux_sym_sort_clause_token1] = ACTIONS(1010), - [aux_sym_can_find_expression_token1] = ACTIONS(1044), - [aux_sym_accumulate_expression_token1] = ACTIONS(1046), - [aux_sym_available_expression_token1] = ACTIONS(1048), - [aux_sym_available_expression_token2] = ACTIONS(1048), - [sym__escaped_string] = ACTIONS(1050), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(1183), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [235] = { [sym_comment] = STATE(235), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(235), - [sym_function_arguments] = STATE(326), - [aux_sym_qualified_name_repeat1] = STATE(351), - [aux_sym_object_access_repeat1] = STATE(327), - [aux_sym_member_access_repeat1] = STATE(320), - [sym_identifier] = ACTIONS(89), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6567), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(89), - [anon_sym_LBRACE] = ACTIONS(89), - [anon_sym_STAR] = ACTIONS(89), - [sym__terminator] = ACTIONS(89), - [sym_null_expression] = ACTIONS(89), - [aux_sym_boolean_literal_token1] = ACTIONS(89), - [aux_sym_boolean_literal_token2] = ACTIONS(89), - [aux_sym_boolean_literal_token3] = ACTIONS(89), - [aux_sym_boolean_literal_token4] = ACTIONS(89), - [sym__integer_literal] = ACTIONS(89), - [sym_date_literal] = ACTIONS(89), - [anon_sym_LBRACK] = ACTIONS(89), - [anon_sym_LPAREN] = ACTIONS(1052), - [anon_sym_EQ] = ACTIONS(89), - [aux_sym_unary_expression_token1] = ACTIONS(89), - [aux_sym_unary_expression_token2] = ACTIONS(89), - [aux_sym_ambiguous_expression_token1] = ACTIONS(89), - [aux_sym_temp_table_expression_token1] = ACTIONS(89), - [aux_sym_current_changed_expression_token1] = ACTIONS(89), - [aux_sym_locked_expression_token1] = ACTIONS(89), - [aux_sym_dataset_expression_token1] = ACTIONS(89), - [aux_sym_input_expression_token1] = ACTIONS(89), - [anon_sym_PLUS] = ACTIONS(89), - [anon_sym_DASH] = ACTIONS(89), - [aux_sym__multiplicative_operator_token1] = ACTIONS(89), - [aux_sym__multiplicative_operator_token2] = ACTIONS(89), - [anon_sym_LT] = ACTIONS(89), - [anon_sym_LT_EQ] = ACTIONS(89), - [anon_sym_LT_GT] = ACTIONS(89), - [anon_sym_GT] = ACTIONS(89), - [anon_sym_GT_EQ] = ACTIONS(89), - [aux_sym__comparison_operator_token1] = ACTIONS(89), - [aux_sym__comparison_operator_token2] = ACTIONS(89), - [aux_sym__comparison_operator_token3] = ACTIONS(89), - [aux_sym__comparison_operator_token4] = ACTIONS(89), - [aux_sym__comparison_operator_token5] = ACTIONS(89), - [aux_sym__comparison_operator_token6] = ACTIONS(89), - [aux_sym__comparison_operator_token7] = ACTIONS(89), - [aux_sym__comparison_operator_token8] = ACTIONS(89), - [aux_sym__comparison_operator_token9] = ACTIONS(89), - [aux_sym_scope_tuning_token1] = ACTIONS(89), - [aux_sym_if_statement_token1] = ACTIONS(89), - [aux_sym_sort_order_token1] = ACTIONS(89), - [aux_sym_sort_order_token2] = ACTIONS(89), - [aux_sym_sort_order_token3] = ACTIONS(89), - [aux_sym_sort_order_token4] = ACTIONS(89), - [aux_sym_can_find_expression_token1] = ACTIONS(89), - [aux_sym_accumulate_expression_token1] = ACTIONS(89), - [aux_sym_available_expression_token1] = ACTIONS(89), - [aux_sym_available_expression_token2] = ACTIONS(89), - [aux_sym_field_definition_token1] = ACTIONS(89), - [aux_sym_index_definition_token1] = ACTIONS(89), - [sym__namedot] = ACTIONS(1054), - [sym__namecolon] = ACTIONS(1056), - [sym__namedoublecolon] = ACTIONS(1058), - [sym__or_operator] = ACTIONS(87), - [sym__and_operator] = ACTIONS(87), - [sym__escaped_string] = ACTIONS(87), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(1185), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [236] = { [sym_comment] = STATE(236), - [sym_constant] = STATE(335), - [sym_qualified_name] = STATE(335), - [sym_boolean_literal] = STATE(335), - [sym__decimal_literal] = STATE(337), - [sym_number_literal] = STATE(335), - [sym_string_literal] = STATE(335), - [sym_array_literal] = STATE(335), - [sym_parenthesized_expression] = STATE(335), - [sym_logical_expression] = STATE(343), - [sym_unary_expression] = STATE(335), - [sym_ambiguous_expression] = STATE(335), - [sym_temp_table_expression] = STATE(335), - [sym_current_changed_expression] = STATE(335), - [sym_locked_expression] = STATE(335), - [sym_dataset_expression] = STATE(335), - [sym_input_expression] = STATE(335), - [sym_additive_expression] = STATE(343), - [sym_multiplicative_expression] = STATE(343), - [sym_comparison_expression] = STATE(343), - [sym__binary_expression] = STATE(335), - [sym_array_access] = STATE(335), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(236), - [sym_function_call] = STATE(276), - [sym_ternary_expression] = STATE(335), - [sym_new_expression] = STATE(276), - [sym_object_access] = STATE(307), - [sym_member_access] = STATE(335), - [sym_sort_column] = STATE(2779), - [sym_can_find_expression] = STATE(335), - [sym_accumulate_expression] = STATE(335), - [sym_available_expression] = STATE(335), - [sym__expression] = STATE(237), - [aux_sym_sort_clause_repeat1] = STATE(239), - [sym_identifier] = ACTIONS(1008), - [anon_sym_COLON] = ACTIONS(1060), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6480), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(1012), - [sym_null_expression] = ACTIONS(1014), - [aux_sym_boolean_literal_token1] = ACTIONS(1016), - [aux_sym_boolean_literal_token2] = ACTIONS(1016), - [aux_sym_boolean_literal_token3] = ACTIONS(1016), - [aux_sym_boolean_literal_token4] = ACTIONS(1016), - [sym__integer_literal] = ACTIONS(1018), - [sym_date_literal] = ACTIONS(1014), - [anon_sym_LBRACK] = ACTIONS(1020), - [anon_sym_COMMA] = ACTIONS(1060), - [anon_sym_LPAREN] = ACTIONS(1022), - [aux_sym_unary_expression_token1] = ACTIONS(1024), - [aux_sym_unary_expression_token2] = ACTIONS(1026), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1028), - [aux_sym_temp_table_expression_token1] = ACTIONS(1030), - [aux_sym_current_changed_expression_token1] = ACTIONS(1032), - [aux_sym_locked_expression_token1] = ACTIONS(1034), - [aux_sym_dataset_expression_token1] = ACTIONS(1036), - [aux_sym_input_expression_token1] = ACTIONS(1038), - [aux_sym_scope_tuning_token1] = ACTIONS(1040), - [aux_sym_if_statement_token1] = ACTIONS(1042), - [aux_sym_on_error_phrase_token1] = ACTIONS(1060), - [aux_sym_to_phrase_token1] = ACTIONS(1060), - [aux_sym_sort_clause_token1] = ACTIONS(1060), - [aux_sym_can_find_expression_token1] = ACTIONS(1044), - [aux_sym_accumulate_expression_token1] = ACTIONS(1046), - [aux_sym_available_expression_token1] = ACTIONS(1048), - [aux_sym_available_expression_token2] = ACTIONS(1048), - [sym__escaped_string] = ACTIONS(1050), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(1187), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [237] = { [sym_comment] = STATE(237), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(237), - [sym_sort_order] = STATE(2681), - [sym_identifier] = ACTIONS(1062), - [anon_sym_COLON] = ACTIONS(1062), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6506), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1062), - [aux_sym_boolean_literal_token1] = ACTIONS(1062), - [aux_sym_boolean_literal_token2] = ACTIONS(1062), - [aux_sym_boolean_literal_token3] = ACTIONS(1062), - [aux_sym_boolean_literal_token4] = ACTIONS(1062), - [sym__integer_literal] = ACTIONS(1062), - [sym_date_literal] = ACTIONS(1062), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_COMMA] = ACTIONS(1062), - [anon_sym_LPAREN] = ACTIONS(1062), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1062), - [aux_sym_unary_expression_token2] = ACTIONS(1062), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1062), - [aux_sym_temp_table_expression_token1] = ACTIONS(1062), - [aux_sym_current_changed_expression_token1] = ACTIONS(1062), - [aux_sym_locked_expression_token1] = ACTIONS(1062), - [aux_sym_dataset_expression_token1] = ACTIONS(1062), - [aux_sym_input_expression_token1] = ACTIONS(1062), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1062), - [aux_sym_if_statement_token1] = ACTIONS(1062), - [aux_sym_on_error_phrase_token1] = ACTIONS(1062), - [aux_sym_to_phrase_token1] = ACTIONS(1062), - [aux_sym_sort_order_token1] = ACTIONS(1070), - [aux_sym_sort_order_token2] = ACTIONS(1070), - [aux_sym_sort_order_token3] = ACTIONS(1070), - [aux_sym_sort_order_token4] = ACTIONS(1070), - [aux_sym_sort_clause_token1] = ACTIONS(1062), - [aux_sym_can_find_expression_token1] = ACTIONS(1062), - [aux_sym_accumulate_expression_token1] = ACTIONS(1062), - [aux_sym_available_expression_token1] = ACTIONS(1062), - [aux_sym_available_expression_token2] = ACTIONS(1062), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(1189), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [238] = { [sym_comment] = STATE(238), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(238), - [sym_function_arguments] = STATE(326), - [aux_sym_qualified_name_repeat1] = STATE(351), - [aux_sym_object_access_repeat1] = STATE(327), - [aux_sym_member_access_repeat1] = STATE(320), - [sym_identifier] = ACTIONS(73), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6489), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(73), - [anon_sym_LBRACE] = ACTIONS(73), - [anon_sym_STAR] = ACTIONS(73), - [sym__terminator] = ACTIONS(73), - [sym_null_expression] = ACTIONS(73), - [aux_sym_boolean_literal_token1] = ACTIONS(73), - [aux_sym_boolean_literal_token2] = ACTIONS(73), - [aux_sym_boolean_literal_token3] = ACTIONS(73), - [aux_sym_boolean_literal_token4] = ACTIONS(73), - [sym__integer_literal] = ACTIONS(73), - [sym_date_literal] = ACTIONS(73), - [anon_sym_LBRACK] = ACTIONS(1076), - [anon_sym_LPAREN] = ACTIONS(1052), - [anon_sym_EQ] = ACTIONS(73), - [aux_sym_unary_expression_token1] = ACTIONS(73), - [aux_sym_unary_expression_token2] = ACTIONS(73), - [aux_sym_ambiguous_expression_token1] = ACTIONS(73), - [aux_sym_temp_table_expression_token1] = ACTIONS(73), - [aux_sym_current_changed_expression_token1] = ACTIONS(73), - [aux_sym_locked_expression_token1] = ACTIONS(73), - [aux_sym_dataset_expression_token1] = ACTIONS(73), - [aux_sym_input_expression_token1] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(73), - [aux_sym__multiplicative_operator_token1] = ACTIONS(73), - [aux_sym__multiplicative_operator_token2] = ACTIONS(73), - [anon_sym_LT] = ACTIONS(73), - [anon_sym_LT_EQ] = ACTIONS(73), - [anon_sym_LT_GT] = ACTIONS(73), - [anon_sym_GT] = ACTIONS(73), - [anon_sym_GT_EQ] = ACTIONS(73), - [aux_sym__comparison_operator_token1] = ACTIONS(73), - [aux_sym__comparison_operator_token2] = ACTIONS(73), - [aux_sym__comparison_operator_token3] = ACTIONS(73), - [aux_sym__comparison_operator_token4] = ACTIONS(73), - [aux_sym__comparison_operator_token5] = ACTIONS(73), - [aux_sym__comparison_operator_token6] = ACTIONS(73), - [aux_sym__comparison_operator_token7] = ACTIONS(73), - [aux_sym__comparison_operator_token8] = ACTIONS(73), - [aux_sym__comparison_operator_token9] = ACTIONS(73), - [aux_sym_scope_tuning_token1] = ACTIONS(73), - [aux_sym_if_statement_token1] = ACTIONS(73), - [aux_sym_sort_order_token1] = ACTIONS(73), - [aux_sym_sort_order_token2] = ACTIONS(73), - [aux_sym_sort_order_token3] = ACTIONS(73), - [aux_sym_sort_order_token4] = ACTIONS(73), - [aux_sym_can_find_expression_token1] = ACTIONS(73), - [aux_sym_accumulate_expression_token1] = ACTIONS(73), - [aux_sym_available_expression_token1] = ACTIONS(73), - [aux_sym_available_expression_token2] = ACTIONS(73), - [aux_sym_field_definition_token1] = ACTIONS(73), - [aux_sym_index_definition_token1] = ACTIONS(73), - [sym__namedot] = ACTIONS(1054), - [sym__namecolon] = ACTIONS(1056), - [sym__namedoublecolon] = ACTIONS(1058), - [sym__or_operator] = ACTIONS(67), - [sym__and_operator] = ACTIONS(67), - [sym__escaped_string] = ACTIONS(67), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [anon_sym_RPAREN] = ACTIONS(1191), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [239] = { [sym_comment] = STATE(239), - [sym_constant] = STATE(335), - [sym_qualified_name] = STATE(335), - [sym_boolean_literal] = STATE(335), - [sym__decimal_literal] = STATE(337), - [sym_number_literal] = STATE(335), - [sym_string_literal] = STATE(335), - [sym_array_literal] = STATE(335), - [sym_parenthesized_expression] = STATE(335), - [sym_logical_expression] = STATE(343), - [sym_unary_expression] = STATE(335), - [sym_ambiguous_expression] = STATE(335), - [sym_temp_table_expression] = STATE(335), - [sym_current_changed_expression] = STATE(335), - [sym_locked_expression] = STATE(335), - [sym_dataset_expression] = STATE(335), - [sym_input_expression] = STATE(335), - [sym_additive_expression] = STATE(343), - [sym_multiplicative_expression] = STATE(343), - [sym_comparison_expression] = STATE(343), - [sym__binary_expression] = STATE(335), - [sym_array_access] = STATE(335), [sym_include] = STATE(239), - [sym_function_call] = STATE(276), - [sym_ternary_expression] = STATE(335), - [sym_new_expression] = STATE(276), - [sym_object_access] = STATE(307), - [sym_member_access] = STATE(335), - [sym_sort_column] = STATE(2779), - [sym_can_find_expression] = STATE(335), - [sym_accumulate_expression] = STATE(335), - [sym_available_expression] = STATE(335), - [sym__expression] = STATE(237), - [aux_sym_sort_clause_repeat1] = STATE(239), - [sym_identifier] = ACTIONS(1078), - [anon_sym_COLON] = ACTIONS(1081), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(1083), - [sym_null_expression] = ACTIONS(1086), - [aux_sym_boolean_literal_token1] = ACTIONS(1089), - [aux_sym_boolean_literal_token2] = ACTIONS(1089), - [aux_sym_boolean_literal_token3] = ACTIONS(1089), - [aux_sym_boolean_literal_token4] = ACTIONS(1089), - [sym__integer_literal] = ACTIONS(1092), - [sym_date_literal] = ACTIONS(1086), - [anon_sym_LBRACK] = ACTIONS(1095), - [anon_sym_COMMA] = ACTIONS(1081), - [anon_sym_LPAREN] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1101), - [aux_sym_unary_expression_token2] = ACTIONS(1104), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1107), - [aux_sym_temp_table_expression_token1] = ACTIONS(1110), - [aux_sym_current_changed_expression_token1] = ACTIONS(1113), - [aux_sym_locked_expression_token1] = ACTIONS(1116), - [aux_sym_dataset_expression_token1] = ACTIONS(1119), - [aux_sym_input_expression_token1] = ACTIONS(1122), - [aux_sym_scope_tuning_token1] = ACTIONS(1125), - [aux_sym_if_statement_token1] = ACTIONS(1128), - [aux_sym_on_error_phrase_token1] = ACTIONS(1081), - [aux_sym_to_phrase_token1] = ACTIONS(1081), - [aux_sym_sort_clause_token1] = ACTIONS(1081), - [aux_sym_can_find_expression_token1] = ACTIONS(1131), - [aux_sym_accumulate_expression_token1] = ACTIONS(1134), - [aux_sym_available_expression_token1] = ACTIONS(1137), - [aux_sym_available_expression_token2] = ACTIONS(1137), - [sym__escaped_string] = ACTIONS(1140), + [anon_sym_COLON] = ACTIONS(117), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(117), + [sym__terminator] = ACTIONS(117), + [anon_sym_COMMA] = ACTIONS(117), + [aux_sym_type_tuning_token2] = ACTIONS(117), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [aux_sym__multiplicative_operator_token1] = ACTIONS(117), + [aux_sym__multiplicative_operator_token2] = ACTIONS(119), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_LT_EQ] = ACTIONS(117), + [anon_sym_LT_GT] = ACTIONS(117), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_GT_EQ] = ACTIONS(117), + [aux_sym__comparison_operator_token1] = ACTIONS(117), + [aux_sym__comparison_operator_token2] = ACTIONS(117), + [aux_sym__comparison_operator_token3] = ACTIONS(117), + [aux_sym__comparison_operator_token4] = ACTIONS(117), + [aux_sym__comparison_operator_token5] = ACTIONS(117), + [aux_sym__comparison_operator_token6] = ACTIONS(117), + [aux_sym__comparison_operator_token7] = ACTIONS(117), + [aux_sym__comparison_operator_token8] = ACTIONS(117), + [aux_sym__comparison_operator_token9] = ACTIONS(117), + [aux_sym_variable_tuning_token4] = ACTIONS(117), + [aux_sym_function_call_token1] = ACTIONS(117), + [aux_sym_while_phrase_token1] = ACTIONS(117), + [aux_sym_repeat_tuning_token1] = ACTIONS(117), + [aux_sym_using_statement_token1] = ACTIONS(117), + [aux_sym_on_error_phrase_token1] = ACTIONS(117), + [aux_sym_stop_after_phrase_token1] = ACTIONS(117), + [aux_sym_do_tuning_token1] = ACTIONS(117), + [aux_sym_to_phrase_token1] = ACTIONS(117), + [aux_sym_query_tuning_token1] = ACTIONS(117), + [aux_sym_query_tuning_token2] = ACTIONS(117), + [aux_sym_query_tuning_token3] = ACTIONS(117), + [aux_sym_query_tuning_token4] = ACTIONS(117), + [aux_sym_query_tuning_token5] = ACTIONS(117), + [aux_sym_query_tuning_token6] = ACTIONS(117), + [aux_sym_sort_clause_token1] = ACTIONS(117), + [aux_sym_image_phrase_token1] = ACTIONS(119), + [aux_sym_image_phrase_token2] = ACTIONS(117), + [aux_sym_size_phrase_token1] = ACTIONS(119), + [aux_sym_size_phrase_token2] = ACTIONS(117), + [aux_sym_size_phrase_token3] = ACTIONS(117), + [aux_sym_button_tuning_token1] = ACTIONS(117), + [aux_sym_button_tuning_token3] = ACTIONS(117), + [aux_sym_button_tuning_token4] = ACTIONS(117), + [aux_sym_button_tuning_token5] = ACTIONS(117), + [aux_sym_button_tuning_token6] = ACTIONS(117), + [aux_sym_button_tuning_token7] = ACTIONS(117), + [aux_sym_button_tuning_token8] = ACTIONS(117), + [aux_sym_button_tuning_token9] = ACTIONS(117), + [aux_sym_button_tuning_token10] = ACTIONS(117), + [aux_sym_button_tuning_token11] = ACTIONS(117), + [aux_sym_button_tuning_token12] = ACTIONS(117), + [aux_sym_button_tuning_token13] = ACTIONS(117), + [aux_sym_button_tuning_token14] = ACTIONS(117), + [aux_sym_button_tuning_token16] = ACTIONS(117), + [aux_sym_button_tuning_token17] = ACTIONS(117), + [sym__or_operator] = ACTIONS(117), + [sym__and_operator] = ACTIONS(117), }, [240] = { [sym_comment] = STATE(240), [sym_include] = STATE(240), - [anon_sym_COLON] = ACTIONS(160), + [anon_sym_COLON] = ACTIONS(228), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(230), [anon_sym_LBRACE] = ACTIONS(75), - [sym__terminator] = ACTIONS(160), - [aux_sym__block_terminator_token1] = ACTIONS(160), - [anon_sym_RBRACK] = ACTIONS(160), - [aux_sym_type_tuning_token2] = ACTIONS(160), - [aux_sym_unary_expression_token2] = ACTIONS(160), - [aux_sym_variable_tuning_token1] = ACTIONS(160), - [aux_sym_variable_tuning_token2] = ACTIONS(162), - [aux_sym_variable_tuning_token3] = ACTIONS(160), - [aux_sym_variable_tuning_token4] = ACTIONS(160), - [aux_sym_variable_tuning_token5] = ACTIONS(160), - [aux_sym_variable_tuning_token6] = ACTIONS(160), - [aux_sym_variable_tuning_token7] = ACTIONS(160), - [aux_sym_variable_tuning_token8] = ACTIONS(160), - [aux_sym_access_tuning_token1] = ACTIONS(160), - [aux_sym_access_tuning_token2] = ACTIONS(160), - [aux_sym_access_tuning_token3] = ACTIONS(160), - [aux_sym_access_tuning_token4] = ACTIONS(160), - [aux_sym_access_tuning_token5] = ACTIONS(160), - [aux_sym_query_definition_tuning_token1] = ACTIONS(160), - [anon_sym_SCROLLING] = ACTIONS(160), - [aux_sym_query_definition_tuning_token2] = ACTIONS(160), - [aux_sym_while_phrase_token1] = ACTIONS(160), - [aux_sym_repeat_tuning_token1] = ACTIONS(160), - [aux_sym_getter_token1] = ACTIONS(160), - [aux_sym_setter_token1] = ACTIONS(160), - [aux_sym_using_statement_token2] = ACTIONS(160), - [aux_sym_on_error_phrase_token1] = ACTIONS(160), - [aux_sym_stop_after_phrase_token1] = ACTIONS(160), - [aux_sym_do_tuning_token1] = ACTIONS(160), - [aux_sym_to_phrase_token1] = ACTIONS(160), - [aux_sym_field_option_token1] = ACTIONS(160), - [aux_sym_field_option_token2] = ACTIONS(160), - [aux_sym_field_option_token3] = ACTIONS(160), - [aux_sym_field_option_token4] = ACTIONS(160), - [aux_sym_field_option_token5] = ACTIONS(160), - [aux_sym_field_option_token6] = ACTIONS(160), - [aux_sym_field_definition_token1] = ACTIONS(160), - [aux_sym_index_definition_token1] = ACTIONS(160), - [aux_sym_image_phrase_token1] = ACTIONS(162), - [aux_sym_image_phrase_token2] = ACTIONS(160), - [aux_sym_image_phrase_token8] = ACTIONS(160), - [aux_sym_image_phrase_token10] = ACTIONS(162), - [aux_sym_size_phrase_token1] = ACTIONS(162), - [aux_sym_size_phrase_token2] = ACTIONS(160), - [aux_sym_size_phrase_token3] = ACTIONS(160), - [aux_sym_button_tuning_token1] = ACTIONS(160), - [aux_sym_button_tuning_token3] = ACTIONS(160), - [aux_sym_button_tuning_token4] = ACTIONS(160), - [aux_sym_button_tuning_token5] = ACTIONS(160), - [aux_sym_button_tuning_token6] = ACTIONS(160), - [aux_sym_button_tuning_token7] = ACTIONS(160), - [aux_sym_button_tuning_token8] = ACTIONS(160), - [aux_sym_button_tuning_token9] = ACTIONS(160), - [aux_sym_button_tuning_token10] = ACTIONS(160), - [aux_sym_button_tuning_token11] = ACTIONS(160), - [aux_sym_button_tuning_token12] = ACTIONS(160), - [aux_sym_button_tuning_token13] = ACTIONS(160), - [aux_sym_button_tuning_token14] = ACTIONS(160), - [aux_sym_button_tuning_token16] = ACTIONS(160), - [aux_sym_button_tuning_token17] = ACTIONS(160), - [sym__namedot] = ACTIONS(1143), + [anon_sym_STAR] = ACTIONS(228), + [sym__terminator] = ACTIONS(228), + [anon_sym_COMMA] = ACTIONS(228), + [aux_sym_type_tuning_token2] = ACTIONS(228), + [anon_sym_EQ] = ACTIONS(228), + [anon_sym_PLUS] = ACTIONS(228), + [anon_sym_DASH] = ACTIONS(228), + [aux_sym__multiplicative_operator_token1] = ACTIONS(228), + [aux_sym__multiplicative_operator_token2] = ACTIONS(230), + [anon_sym_LT] = ACTIONS(230), + [anon_sym_LT_EQ] = ACTIONS(228), + [anon_sym_LT_GT] = ACTIONS(228), + [anon_sym_GT] = ACTIONS(230), + [anon_sym_GT_EQ] = ACTIONS(228), + [aux_sym__comparison_operator_token1] = ACTIONS(228), + [aux_sym__comparison_operator_token2] = ACTIONS(228), + [aux_sym__comparison_operator_token3] = ACTIONS(228), + [aux_sym__comparison_operator_token4] = ACTIONS(228), + [aux_sym__comparison_operator_token5] = ACTIONS(228), + [aux_sym__comparison_operator_token6] = ACTIONS(228), + [aux_sym__comparison_operator_token7] = ACTIONS(228), + [aux_sym__comparison_operator_token8] = ACTIONS(228), + [aux_sym__comparison_operator_token9] = ACTIONS(228), + [aux_sym_variable_tuning_token4] = ACTIONS(228), + [aux_sym_function_call_token1] = ACTIONS(228), + [aux_sym_while_phrase_token1] = ACTIONS(228), + [aux_sym_repeat_tuning_token1] = ACTIONS(228), + [aux_sym_using_statement_token1] = ACTIONS(228), + [aux_sym_on_error_phrase_token1] = ACTIONS(228), + [aux_sym_stop_after_phrase_token1] = ACTIONS(228), + [aux_sym_do_tuning_token1] = ACTIONS(228), + [aux_sym_to_phrase_token1] = ACTIONS(228), + [aux_sym_query_tuning_token1] = ACTIONS(228), + [aux_sym_query_tuning_token2] = ACTIONS(228), + [aux_sym_query_tuning_token3] = ACTIONS(228), + [aux_sym_query_tuning_token4] = ACTIONS(228), + [aux_sym_query_tuning_token5] = ACTIONS(228), + [aux_sym_query_tuning_token6] = ACTIONS(228), + [aux_sym_sort_clause_token1] = ACTIONS(228), + [aux_sym_image_phrase_token1] = ACTIONS(230), + [aux_sym_image_phrase_token2] = ACTIONS(228), + [aux_sym_size_phrase_token1] = ACTIONS(230), + [aux_sym_size_phrase_token2] = ACTIONS(228), + [aux_sym_size_phrase_token3] = ACTIONS(228), + [aux_sym_button_tuning_token1] = ACTIONS(228), + [aux_sym_button_tuning_token3] = ACTIONS(228), + [aux_sym_button_tuning_token4] = ACTIONS(228), + [aux_sym_button_tuning_token5] = ACTIONS(228), + [aux_sym_button_tuning_token6] = ACTIONS(228), + [aux_sym_button_tuning_token7] = ACTIONS(228), + [aux_sym_button_tuning_token8] = ACTIONS(228), + [aux_sym_button_tuning_token9] = ACTIONS(228), + [aux_sym_button_tuning_token10] = ACTIONS(228), + [aux_sym_button_tuning_token11] = ACTIONS(228), + [aux_sym_button_tuning_token12] = ACTIONS(228), + [aux_sym_button_tuning_token13] = ACTIONS(228), + [aux_sym_button_tuning_token14] = ACTIONS(228), + [aux_sym_button_tuning_token16] = ACTIONS(228), + [aux_sym_button_tuning_token17] = ACTIONS(228), + [sym__or_operator] = ACTIONS(228), + [sym__and_operator] = ACTIONS(228), }, [241] = { [sym_comment] = STATE(241), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), + [sym_constant] = STATE(51), + [sym_qualified_name] = STATE(2010), + [sym_boolean_literal] = STATE(51), + [sym__decimal_literal] = STATE(46), + [sym_number_literal] = STATE(51), + [sym_string_literal] = STATE(51), + [sym_array_literal] = STATE(51), + [sym_parenthesized_expression] = STATE(51), + [sym_logical_expression] = STATE(44), + [sym_unary_expression] = STATE(51), + [sym_ambiguous_expression] = STATE(51), + [sym_temp_table_expression] = STATE(51), + [sym_current_changed_expression] = STATE(51), + [sym_locked_expression] = STATE(51), + [sym_dataset_expression] = STATE(51), + [sym_input_expression] = STATE(51), + [sym_additive_expression] = STATE(44), + [sym_multiplicative_expression] = STATE(44), + [sym_comparison_expression] = STATE(44), + [sym__binary_expression] = STATE(51), + [sym_array_access] = STATE(51), [sym_include] = STATE(241), - [sym_identifier] = ACTIONS(1145), - [anon_sym_COLON] = ACTIONS(1145), + [sym_argument_mode] = STATE(456), + [sym_function_call_argument] = STATE(6918), + [sym_function_call] = STATE(11), + [sym_ternary_expression] = STATE(51), + [sym_new_expression] = STATE(11), + [sym_object_access] = STATE(1874), + [sym_member_access] = STATE(51), + [sym_can_find_expression] = STATE(51), + [sym_accumulate_expression] = STATE(51), + [sym_available_expression] = STATE(51), + [sym__expression] = STATE(1959), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1145), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1145), - [aux_sym_boolean_literal_token1] = ACTIONS(1145), - [aux_sym_boolean_literal_token2] = ACTIONS(1145), - [aux_sym_boolean_literal_token3] = ACTIONS(1145), - [aux_sym_boolean_literal_token4] = ACTIONS(1145), - [sym__integer_literal] = ACTIONS(1145), - [sym_date_literal] = ACTIONS(1145), - [anon_sym_LBRACK] = ACTIONS(1145), - [anon_sym_COMMA] = ACTIONS(1145), - [anon_sym_LPAREN] = ACTIONS(1145), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1145), - [aux_sym_unary_expression_token2] = ACTIONS(1145), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1145), - [aux_sym_temp_table_expression_token1] = ACTIONS(1145), - [aux_sym_current_changed_expression_token1] = ACTIONS(1145), - [aux_sym_locked_expression_token1] = ACTIONS(1145), - [aux_sym_dataset_expression_token1] = ACTIONS(1145), - [aux_sym_input_expression_token1] = ACTIONS(1145), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1145), - [aux_sym_if_statement_token1] = ACTIONS(1145), - [aux_sym_on_error_phrase_token1] = ACTIONS(1145), - [aux_sym_to_phrase_token1] = ACTIONS(1145), - [aux_sym_sort_order_token1] = ACTIONS(1145), - [aux_sym_sort_order_token2] = ACTIONS(1145), - [aux_sym_sort_order_token3] = ACTIONS(1145), - [aux_sym_sort_order_token4] = ACTIONS(1145), - [aux_sym_sort_clause_token1] = ACTIONS(1145), - [aux_sym_can_find_expression_token1] = ACTIONS(1145), - [aux_sym_accumulate_expression_token1] = ACTIONS(1145), - [aux_sym_available_expression_token1] = ACTIONS(1145), - [aux_sym_available_expression_token2] = ACTIONS(1145), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1147), + [anon_sym_LBRACE] = ACTIONS(667), + [sym_null_expression] = ACTIONS(669), + [aux_sym_boolean_literal_token1] = ACTIONS(671), + [aux_sym_boolean_literal_token2] = ACTIONS(671), + [aux_sym_boolean_literal_token3] = ACTIONS(671), + [aux_sym_boolean_literal_token4] = ACTIONS(671), + [sym__integer_literal] = ACTIONS(673), + [sym_date_literal] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(675), + [anon_sym_LPAREN] = ACTIONS(677), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(683), + [aux_sym_ambiguous_expression_token1] = ACTIONS(685), + [aux_sym_temp_table_expression_token1] = ACTIONS(687), + [aux_sym_current_changed_expression_token1] = ACTIONS(689), + [aux_sym_locked_expression_token1] = ACTIONS(691), + [aux_sym_dataset_expression_token1] = ACTIONS(693), + [aux_sym_input_expression_token1] = ACTIONS(695), + [aux_sym_scope_tuning_token1] = ACTIONS(697), + [aux_sym_argument_mode_token1] = ACTIONS(699), + [aux_sym_argument_mode_token2] = ACTIONS(699), + [aux_sym_argument_mode_token3] = ACTIONS(699), + [aux_sym_function_call_argument_token1] = ACTIONS(701), + [aux_sym_function_call_argument_token2] = ACTIONS(701), + [aux_sym_function_call_argument_token3] = ACTIONS(701), + [aux_sym_if_statement_token1] = ACTIONS(703), + [aux_sym_can_find_expression_token1] = ACTIONS(705), + [aux_sym_accumulate_expression_token1] = ACTIONS(709), + [aux_sym_available_expression_token1] = ACTIONS(711), + [aux_sym_available_expression_token2] = ACTIONS(711), + [sym__escaped_string] = ACTIONS(713), }, [242] = { [sym_comment] = STATE(242), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), [sym_include] = STATE(242), - [sym_identifier] = ACTIONS(1149), - [anon_sym_COLON] = ACTIONS(1149), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1149), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1149), - [aux_sym_boolean_literal_token1] = ACTIONS(1149), - [aux_sym_boolean_literal_token2] = ACTIONS(1149), - [aux_sym_boolean_literal_token3] = ACTIONS(1149), - [aux_sym_boolean_literal_token4] = ACTIONS(1149), - [sym__integer_literal] = ACTIONS(1149), - [sym_date_literal] = ACTIONS(1149), - [anon_sym_LBRACK] = ACTIONS(1149), - [anon_sym_COMMA] = ACTIONS(1149), - [anon_sym_LPAREN] = ACTIONS(1149), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1149), - [aux_sym_unary_expression_token2] = ACTIONS(1149), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1149), - [aux_sym_temp_table_expression_token1] = ACTIONS(1149), - [aux_sym_current_changed_expression_token1] = ACTIONS(1149), - [aux_sym_locked_expression_token1] = ACTIONS(1149), - [aux_sym_dataset_expression_token1] = ACTIONS(1149), - [aux_sym_input_expression_token1] = ACTIONS(1149), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1149), - [aux_sym_if_statement_token1] = ACTIONS(1149), - [aux_sym_on_error_phrase_token1] = ACTIONS(1149), - [aux_sym_to_phrase_token1] = ACTIONS(1149), - [aux_sym_sort_order_token1] = ACTIONS(1149), - [aux_sym_sort_order_token2] = ACTIONS(1149), - [aux_sym_sort_order_token3] = ACTIONS(1149), - [aux_sym_sort_order_token4] = ACTIONS(1149), - [aux_sym_sort_clause_token1] = ACTIONS(1149), - [aux_sym_can_find_expression_token1] = ACTIONS(1149), - [aux_sym_accumulate_expression_token1] = ACTIONS(1149), - [aux_sym_available_expression_token1] = ACTIONS(1149), - [aux_sym_available_expression_token2] = ACTIONS(1149), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1151), + [anon_sym_COLON] = ACTIONS(252), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(254), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(252), + [sym__terminator] = ACTIONS(252), + [anon_sym_COMMA] = ACTIONS(252), + [aux_sym_type_tuning_token2] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(252), + [anon_sym_PLUS] = ACTIONS(252), + [anon_sym_DASH] = ACTIONS(252), + [aux_sym__multiplicative_operator_token1] = ACTIONS(252), + [aux_sym__multiplicative_operator_token2] = ACTIONS(254), + [anon_sym_LT] = ACTIONS(254), + [anon_sym_LT_EQ] = ACTIONS(252), + [anon_sym_LT_GT] = ACTIONS(252), + [anon_sym_GT] = ACTIONS(254), + [anon_sym_GT_EQ] = ACTIONS(252), + [aux_sym__comparison_operator_token1] = ACTIONS(252), + [aux_sym__comparison_operator_token2] = ACTIONS(252), + [aux_sym__comparison_operator_token3] = ACTIONS(252), + [aux_sym__comparison_operator_token4] = ACTIONS(252), + [aux_sym__comparison_operator_token5] = ACTIONS(252), + [aux_sym__comparison_operator_token6] = ACTIONS(252), + [aux_sym__comparison_operator_token7] = ACTIONS(252), + [aux_sym__comparison_operator_token8] = ACTIONS(252), + [aux_sym__comparison_operator_token9] = ACTIONS(252), + [aux_sym_variable_tuning_token4] = ACTIONS(252), + [aux_sym_function_call_token1] = ACTIONS(252), + [aux_sym_while_phrase_token1] = ACTIONS(252), + [aux_sym_repeat_tuning_token1] = ACTIONS(252), + [aux_sym_using_statement_token1] = ACTIONS(252), + [aux_sym_on_error_phrase_token1] = ACTIONS(252), + [aux_sym_stop_after_phrase_token1] = ACTIONS(252), + [aux_sym_do_tuning_token1] = ACTIONS(252), + [aux_sym_to_phrase_token1] = ACTIONS(252), + [aux_sym_query_tuning_token1] = ACTIONS(252), + [aux_sym_query_tuning_token2] = ACTIONS(252), + [aux_sym_query_tuning_token3] = ACTIONS(252), + [aux_sym_query_tuning_token4] = ACTIONS(252), + [aux_sym_query_tuning_token5] = ACTIONS(252), + [aux_sym_query_tuning_token6] = ACTIONS(252), + [aux_sym_sort_clause_token1] = ACTIONS(252), + [aux_sym_image_phrase_token1] = ACTIONS(254), + [aux_sym_image_phrase_token2] = ACTIONS(252), + [aux_sym_size_phrase_token1] = ACTIONS(254), + [aux_sym_size_phrase_token2] = ACTIONS(252), + [aux_sym_size_phrase_token3] = ACTIONS(252), + [aux_sym_button_tuning_token1] = ACTIONS(252), + [aux_sym_button_tuning_token3] = ACTIONS(252), + [aux_sym_button_tuning_token4] = ACTIONS(252), + [aux_sym_button_tuning_token5] = ACTIONS(252), + [aux_sym_button_tuning_token6] = ACTIONS(252), + [aux_sym_button_tuning_token7] = ACTIONS(252), + [aux_sym_button_tuning_token8] = ACTIONS(252), + [aux_sym_button_tuning_token9] = ACTIONS(252), + [aux_sym_button_tuning_token10] = ACTIONS(252), + [aux_sym_button_tuning_token11] = ACTIONS(252), + [aux_sym_button_tuning_token12] = ACTIONS(252), + [aux_sym_button_tuning_token13] = ACTIONS(252), + [aux_sym_button_tuning_token14] = ACTIONS(252), + [aux_sym_button_tuning_token16] = ACTIONS(252), + [aux_sym_button_tuning_token17] = ACTIONS(252), + [sym__or_operator] = ACTIONS(252), + [sym__and_operator] = ACTIONS(252), }, [243] = { [sym_comment] = STATE(243), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), [sym_include] = STATE(243), - [sym_identifier] = ACTIONS(1153), - [anon_sym_COLON] = ACTIONS(1153), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1153), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1153), - [aux_sym_boolean_literal_token1] = ACTIONS(1153), - [aux_sym_boolean_literal_token2] = ACTIONS(1153), - [aux_sym_boolean_literal_token3] = ACTIONS(1153), - [aux_sym_boolean_literal_token4] = ACTIONS(1153), - [sym__integer_literal] = ACTIONS(1153), - [sym_date_literal] = ACTIONS(1153), - [anon_sym_LBRACK] = ACTIONS(1153), - [anon_sym_COMMA] = ACTIONS(1153), - [anon_sym_LPAREN] = ACTIONS(1153), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1153), - [aux_sym_unary_expression_token2] = ACTIONS(1153), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1153), - [aux_sym_temp_table_expression_token1] = ACTIONS(1153), - [aux_sym_current_changed_expression_token1] = ACTIONS(1153), - [aux_sym_locked_expression_token1] = ACTIONS(1153), - [aux_sym_dataset_expression_token1] = ACTIONS(1153), - [aux_sym_input_expression_token1] = ACTIONS(1153), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1153), - [aux_sym_if_statement_token1] = ACTIONS(1153), - [aux_sym_on_error_phrase_token1] = ACTIONS(1153), - [aux_sym_to_phrase_token1] = ACTIONS(1153), - [aux_sym_sort_order_token1] = ACTIONS(1153), - [aux_sym_sort_order_token2] = ACTIONS(1153), - [aux_sym_sort_order_token3] = ACTIONS(1153), - [aux_sym_sort_order_token4] = ACTIONS(1153), - [aux_sym_sort_clause_token1] = ACTIONS(1153), - [aux_sym_can_find_expression_token1] = ACTIONS(1153), - [aux_sym_accumulate_expression_token1] = ACTIONS(1153), - [aux_sym_available_expression_token1] = ACTIONS(1153), - [aux_sym_available_expression_token2] = ACTIONS(1153), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1155), + [anon_sym_COLON] = ACTIONS(196), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(198), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(196), + [sym__terminator] = ACTIONS(196), + [anon_sym_COMMA] = ACTIONS(196), + [aux_sym_type_tuning_token2] = ACTIONS(196), + [anon_sym_EQ] = ACTIONS(196), + [anon_sym_PLUS] = ACTIONS(196), + [anon_sym_DASH] = ACTIONS(196), + [aux_sym__multiplicative_operator_token1] = ACTIONS(196), + [aux_sym__multiplicative_operator_token2] = ACTIONS(198), + [anon_sym_LT] = ACTIONS(198), + [anon_sym_LT_EQ] = ACTIONS(196), + [anon_sym_LT_GT] = ACTIONS(196), + [anon_sym_GT] = ACTIONS(198), + [anon_sym_GT_EQ] = ACTIONS(196), + [aux_sym__comparison_operator_token1] = ACTIONS(196), + [aux_sym__comparison_operator_token2] = ACTIONS(196), + [aux_sym__comparison_operator_token3] = ACTIONS(196), + [aux_sym__comparison_operator_token4] = ACTIONS(196), + [aux_sym__comparison_operator_token5] = ACTIONS(196), + [aux_sym__comparison_operator_token6] = ACTIONS(196), + [aux_sym__comparison_operator_token7] = ACTIONS(196), + [aux_sym__comparison_operator_token8] = ACTIONS(196), + [aux_sym__comparison_operator_token9] = ACTIONS(196), + [aux_sym_variable_tuning_token4] = ACTIONS(196), + [aux_sym_function_call_token1] = ACTIONS(196), + [aux_sym_while_phrase_token1] = ACTIONS(196), + [aux_sym_repeat_tuning_token1] = ACTIONS(196), + [aux_sym_using_statement_token1] = ACTIONS(196), + [aux_sym_on_error_phrase_token1] = ACTIONS(196), + [aux_sym_stop_after_phrase_token1] = ACTIONS(196), + [aux_sym_do_tuning_token1] = ACTIONS(196), + [aux_sym_to_phrase_token1] = ACTIONS(196), + [aux_sym_query_tuning_token1] = ACTIONS(196), + [aux_sym_query_tuning_token2] = ACTIONS(196), + [aux_sym_query_tuning_token3] = ACTIONS(196), + [aux_sym_query_tuning_token4] = ACTIONS(196), + [aux_sym_query_tuning_token5] = ACTIONS(196), + [aux_sym_query_tuning_token6] = ACTIONS(196), + [aux_sym_sort_clause_token1] = ACTIONS(196), + [aux_sym_image_phrase_token1] = ACTIONS(198), + [aux_sym_image_phrase_token2] = ACTIONS(196), + [aux_sym_size_phrase_token1] = ACTIONS(198), + [aux_sym_size_phrase_token2] = ACTIONS(196), + [aux_sym_size_phrase_token3] = ACTIONS(196), + [aux_sym_button_tuning_token1] = ACTIONS(196), + [aux_sym_button_tuning_token3] = ACTIONS(196), + [aux_sym_button_tuning_token4] = ACTIONS(196), + [aux_sym_button_tuning_token5] = ACTIONS(196), + [aux_sym_button_tuning_token6] = ACTIONS(196), + [aux_sym_button_tuning_token7] = ACTIONS(196), + [aux_sym_button_tuning_token8] = ACTIONS(196), + [aux_sym_button_tuning_token9] = ACTIONS(196), + [aux_sym_button_tuning_token10] = ACTIONS(196), + [aux_sym_button_tuning_token11] = ACTIONS(196), + [aux_sym_button_tuning_token12] = ACTIONS(196), + [aux_sym_button_tuning_token13] = ACTIONS(196), + [aux_sym_button_tuning_token14] = ACTIONS(196), + [aux_sym_button_tuning_token16] = ACTIONS(196), + [aux_sym_button_tuning_token17] = ACTIONS(196), + [sym__or_operator] = ACTIONS(196), + [sym__and_operator] = ACTIONS(196), }, [244] = { [sym_comment] = STATE(244), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), + [sym_constant] = STATE(460), + [sym_qualified_name] = STATE(460), + [sym_boolean_literal] = STATE(460), + [sym__decimal_literal] = STATE(453), + [sym_number_literal] = STATE(460), + [sym_string_literal] = STATE(460), + [sym_array_literal] = STATE(460), + [sym_parenthesized_expression] = STATE(460), + [sym_logical_expression] = STATE(457), + [sym_unary_expression] = STATE(460), + [sym_ambiguous_expression] = STATE(460), + [sym_temp_table_expression] = STATE(460), + [sym_current_changed_expression] = STATE(460), + [sym_locked_expression] = STATE(460), + [sym_dataset_expression] = STATE(460), + [sym_input_expression] = STATE(460), + [sym_additive_expression] = STATE(457), + [sym_multiplicative_expression] = STATE(457), + [sym_comparison_expression] = STATE(457), + [sym__binary_expression] = STATE(460), + [sym_array_access] = STATE(460), [sym_include] = STATE(244), - [sym_identifier] = ACTIONS(1157), - [anon_sym_COLON] = ACTIONS(1157), + [sym_function_call] = STATE(338), + [sym_ternary_expression] = STATE(460), + [sym_new_expression] = STATE(338), + [sym_object_access] = STATE(375), + [sym_member_access] = STATE(460), + [sym_sort_column] = STATE(2592), + [sym_can_find_expression] = STATE(460), + [sym_accumulate_expression] = STATE(460), + [sym_available_expression] = STATE(460), + [sym__expression] = STATE(274), + [aux_sym_sort_clause_repeat1] = STATE(244), + [sym_identifier] = ACTIONS(1193), + [anon_sym_COLON] = ACTIONS(1047), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1157), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1157), - [aux_sym_boolean_literal_token1] = ACTIONS(1157), - [aux_sym_boolean_literal_token2] = ACTIONS(1157), - [aux_sym_boolean_literal_token3] = ACTIONS(1157), - [aux_sym_boolean_literal_token4] = ACTIONS(1157), - [sym__integer_literal] = ACTIONS(1157), - [sym_date_literal] = ACTIONS(1157), - [anon_sym_LBRACK] = ACTIONS(1157), - [anon_sym_COMMA] = ACTIONS(1157), - [anon_sym_LPAREN] = ACTIONS(1157), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1157), - [aux_sym_unary_expression_token2] = ACTIONS(1157), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1157), - [aux_sym_temp_table_expression_token1] = ACTIONS(1157), - [aux_sym_current_changed_expression_token1] = ACTIONS(1157), - [aux_sym_locked_expression_token1] = ACTIONS(1157), - [aux_sym_dataset_expression_token1] = ACTIONS(1157), - [aux_sym_input_expression_token1] = ACTIONS(1157), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1157), - [aux_sym_if_statement_token1] = ACTIONS(1157), - [aux_sym_on_error_phrase_token1] = ACTIONS(1157), - [aux_sym_to_phrase_token1] = ACTIONS(1157), - [aux_sym_sort_order_token1] = ACTIONS(1157), - [aux_sym_sort_order_token2] = ACTIONS(1157), - [aux_sym_sort_order_token3] = ACTIONS(1157), - [aux_sym_sort_order_token4] = ACTIONS(1157), - [aux_sym_sort_clause_token1] = ACTIONS(1157), - [aux_sym_can_find_expression_token1] = ACTIONS(1157), - [aux_sym_accumulate_expression_token1] = ACTIONS(1157), - [aux_sym_available_expression_token1] = ACTIONS(1157), - [aux_sym_available_expression_token2] = ACTIONS(1157), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1159), + [anon_sym_LBRACE] = ACTIONS(1196), + [sym_null_expression] = ACTIONS(1199), + [aux_sym_boolean_literal_token1] = ACTIONS(1202), + [aux_sym_boolean_literal_token2] = ACTIONS(1202), + [aux_sym_boolean_literal_token3] = ACTIONS(1202), + [aux_sym_boolean_literal_token4] = ACTIONS(1202), + [sym__integer_literal] = ACTIONS(1205), + [sym_date_literal] = ACTIONS(1199), + [anon_sym_LBRACK] = ACTIONS(1208), + [anon_sym_LPAREN] = ACTIONS(1211), + [aux_sym_unary_expression_token1] = ACTIONS(1214), + [aux_sym_unary_expression_token2] = ACTIONS(1217), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1220), + [aux_sym_temp_table_expression_token1] = ACTIONS(1223), + [aux_sym_current_changed_expression_token1] = ACTIONS(1226), + [aux_sym_locked_expression_token1] = ACTIONS(1229), + [aux_sym_dataset_expression_token1] = ACTIONS(1232), + [aux_sym_input_expression_token1] = ACTIONS(1235), + [aux_sym_scope_tuning_token1] = ACTIONS(1238), + [aux_sym_if_statement_token1] = ACTIONS(1241), + [aux_sym_while_phrase_token1] = ACTIONS(1047), + [aux_sym_repeat_tuning_token1] = ACTIONS(1047), + [aux_sym_on_error_phrase_token1] = ACTIONS(1047), + [aux_sym_to_phrase_token1] = ACTIONS(1047), + [aux_sym_sort_clause_token1] = ACTIONS(1047), + [aux_sym_can_find_expression_token1] = ACTIONS(1244), + [aux_sym_accumulate_expression_token1] = ACTIONS(1247), + [aux_sym_available_expression_token1] = ACTIONS(1250), + [aux_sym_available_expression_token2] = ACTIONS(1250), + [sym__escaped_string] = ACTIONS(1253), }, [245] = { [sym_comment] = STATE(245), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), [sym_include] = STATE(245), - [sym_identifier] = ACTIONS(1161), - [anon_sym_COLON] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1161), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1161), - [aux_sym_boolean_literal_token1] = ACTIONS(1161), - [aux_sym_boolean_literal_token2] = ACTIONS(1161), - [aux_sym_boolean_literal_token3] = ACTIONS(1161), - [aux_sym_boolean_literal_token4] = ACTIONS(1161), - [sym__integer_literal] = ACTIONS(1161), - [sym_date_literal] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(1161), - [anon_sym_COMMA] = ACTIONS(1161), - [anon_sym_LPAREN] = ACTIONS(1161), - [anon_sym_EQ] = ACTIONS(1161), - [aux_sym_unary_expression_token1] = ACTIONS(1161), - [aux_sym_unary_expression_token2] = ACTIONS(1161), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1161), - [aux_sym_temp_table_expression_token1] = ACTIONS(1161), - [aux_sym_current_changed_expression_token1] = ACTIONS(1161), - [aux_sym_locked_expression_token1] = ACTIONS(1161), - [aux_sym_dataset_expression_token1] = ACTIONS(1161), - [aux_sym_input_expression_token1] = ACTIONS(1161), - [anon_sym_PLUS] = ACTIONS(1161), - [anon_sym_DASH] = ACTIONS(1161), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1161), - [anon_sym_LT_EQ] = ACTIONS(1161), - [anon_sym_LT_GT] = ACTIONS(1161), - [anon_sym_GT] = ACTIONS(1161), - [anon_sym_GT_EQ] = ACTIONS(1161), - [aux_sym__comparison_operator_token1] = ACTIONS(1161), - [aux_sym__comparison_operator_token2] = ACTIONS(1161), - [aux_sym__comparison_operator_token3] = ACTIONS(1161), - [aux_sym__comparison_operator_token4] = ACTIONS(1161), - [aux_sym__comparison_operator_token5] = ACTIONS(1161), - [aux_sym__comparison_operator_token6] = ACTIONS(1161), - [aux_sym__comparison_operator_token7] = ACTIONS(1161), - [aux_sym__comparison_operator_token8] = ACTIONS(1161), - [aux_sym__comparison_operator_token9] = ACTIONS(1161), - [aux_sym_scope_tuning_token1] = ACTIONS(1161), - [aux_sym_if_statement_token1] = ACTIONS(1161), - [aux_sym_on_error_phrase_token1] = ACTIONS(1161), - [aux_sym_to_phrase_token1] = ACTIONS(1161), - [aux_sym_sort_order_token1] = ACTIONS(1161), - [aux_sym_sort_order_token2] = ACTIONS(1161), - [aux_sym_sort_order_token3] = ACTIONS(1161), - [aux_sym_sort_order_token4] = ACTIONS(1161), - [aux_sym_sort_clause_token1] = ACTIONS(1161), - [aux_sym_can_find_expression_token1] = ACTIONS(1161), - [aux_sym_accumulate_expression_token1] = ACTIONS(1161), - [aux_sym_available_expression_token1] = ACTIONS(1161), - [aux_sym_available_expression_token2] = ACTIONS(1161), - [sym__or_operator] = ACTIONS(1163), - [sym__and_operator] = ACTIONS(1163), - [sym__escaped_string] = ACTIONS(1163), + [anon_sym_COLON] = ACTIONS(224), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(226), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(224), + [sym__terminator] = ACTIONS(224), + [anon_sym_COMMA] = ACTIONS(224), + [aux_sym_type_tuning_token2] = ACTIONS(224), + [anon_sym_EQ] = ACTIONS(224), + [anon_sym_PLUS] = ACTIONS(224), + [anon_sym_DASH] = ACTIONS(224), + [aux_sym__multiplicative_operator_token1] = ACTIONS(224), + [aux_sym__multiplicative_operator_token2] = ACTIONS(226), + [anon_sym_LT] = ACTIONS(226), + [anon_sym_LT_EQ] = ACTIONS(224), + [anon_sym_LT_GT] = ACTIONS(224), + [anon_sym_GT] = ACTIONS(226), + [anon_sym_GT_EQ] = ACTIONS(224), + [aux_sym__comparison_operator_token1] = ACTIONS(224), + [aux_sym__comparison_operator_token2] = ACTIONS(224), + [aux_sym__comparison_operator_token3] = ACTIONS(224), + [aux_sym__comparison_operator_token4] = ACTIONS(224), + [aux_sym__comparison_operator_token5] = ACTIONS(224), + [aux_sym__comparison_operator_token6] = ACTIONS(224), + [aux_sym__comparison_operator_token7] = ACTIONS(224), + [aux_sym__comparison_operator_token8] = ACTIONS(224), + [aux_sym__comparison_operator_token9] = ACTIONS(224), + [aux_sym_variable_tuning_token4] = ACTIONS(224), + [aux_sym_function_call_token1] = ACTIONS(224), + [aux_sym_while_phrase_token1] = ACTIONS(224), + [aux_sym_repeat_tuning_token1] = ACTIONS(224), + [aux_sym_using_statement_token1] = ACTIONS(224), + [aux_sym_on_error_phrase_token1] = ACTIONS(224), + [aux_sym_stop_after_phrase_token1] = ACTIONS(224), + [aux_sym_do_tuning_token1] = ACTIONS(224), + [aux_sym_to_phrase_token1] = ACTIONS(224), + [aux_sym_query_tuning_token1] = ACTIONS(224), + [aux_sym_query_tuning_token2] = ACTIONS(224), + [aux_sym_query_tuning_token3] = ACTIONS(224), + [aux_sym_query_tuning_token4] = ACTIONS(224), + [aux_sym_query_tuning_token5] = ACTIONS(224), + [aux_sym_query_tuning_token6] = ACTIONS(224), + [aux_sym_sort_clause_token1] = ACTIONS(224), + [aux_sym_image_phrase_token1] = ACTIONS(226), + [aux_sym_image_phrase_token2] = ACTIONS(224), + [aux_sym_size_phrase_token1] = ACTIONS(226), + [aux_sym_size_phrase_token2] = ACTIONS(224), + [aux_sym_size_phrase_token3] = ACTIONS(224), + [aux_sym_button_tuning_token1] = ACTIONS(224), + [aux_sym_button_tuning_token3] = ACTIONS(224), + [aux_sym_button_tuning_token4] = ACTIONS(224), + [aux_sym_button_tuning_token5] = ACTIONS(224), + [aux_sym_button_tuning_token6] = ACTIONS(224), + [aux_sym_button_tuning_token7] = ACTIONS(224), + [aux_sym_button_tuning_token8] = ACTIONS(224), + [aux_sym_button_tuning_token9] = ACTIONS(224), + [aux_sym_button_tuning_token10] = ACTIONS(224), + [aux_sym_button_tuning_token11] = ACTIONS(224), + [aux_sym_button_tuning_token12] = ACTIONS(224), + [aux_sym_button_tuning_token13] = ACTIONS(224), + [aux_sym_button_tuning_token14] = ACTIONS(224), + [aux_sym_button_tuning_token16] = ACTIONS(224), + [aux_sym_button_tuning_token17] = ACTIONS(224), + [sym__or_operator] = ACTIONS(224), + [sym__and_operator] = ACTIONS(224), }, [246] = { [sym_comment] = STATE(246), [sym_include] = STATE(246), - [anon_sym_COLON] = ACTIONS(160), + [anon_sym_COLON] = ACTIONS(200), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(202), [anon_sym_LBRACE] = ACTIONS(75), - [sym__terminator] = ACTIONS(160), - [aux_sym__block_terminator_token1] = ACTIONS(160), - [anon_sym_RBRACK] = ACTIONS(160), - [aux_sym_type_tuning_token2] = ACTIONS(160), - [aux_sym_unary_expression_token2] = ACTIONS(160), - [aux_sym_variable_tuning_token1] = ACTIONS(160), - [aux_sym_variable_tuning_token2] = ACTIONS(162), - [aux_sym_variable_tuning_token3] = ACTIONS(160), - [aux_sym_variable_tuning_token4] = ACTIONS(160), - [aux_sym_variable_tuning_token5] = ACTIONS(160), - [aux_sym_variable_tuning_token6] = ACTIONS(160), - [aux_sym_variable_tuning_token7] = ACTIONS(160), - [aux_sym_variable_tuning_token8] = ACTIONS(160), - [aux_sym_access_tuning_token1] = ACTIONS(160), - [aux_sym_access_tuning_token2] = ACTIONS(160), - [aux_sym_access_tuning_token3] = ACTIONS(160), - [aux_sym_access_tuning_token4] = ACTIONS(160), - [aux_sym_access_tuning_token5] = ACTIONS(160), - [aux_sym_query_definition_tuning_token1] = ACTIONS(160), - [anon_sym_SCROLLING] = ACTIONS(160), - [aux_sym_query_definition_tuning_token2] = ACTIONS(160), - [aux_sym_while_phrase_token1] = ACTIONS(160), - [aux_sym_repeat_tuning_token1] = ACTIONS(160), - [aux_sym_getter_token1] = ACTIONS(160), - [aux_sym_setter_token1] = ACTIONS(160), - [aux_sym_using_statement_token2] = ACTIONS(160), - [aux_sym_on_error_phrase_token1] = ACTIONS(160), - [aux_sym_stop_after_phrase_token1] = ACTIONS(160), - [aux_sym_do_tuning_token1] = ACTIONS(160), - [aux_sym_to_phrase_token1] = ACTIONS(160), - [aux_sym_field_option_token1] = ACTIONS(160), - [aux_sym_field_option_token2] = ACTIONS(160), - [aux_sym_field_option_token3] = ACTIONS(160), - [aux_sym_field_option_token4] = ACTIONS(160), - [aux_sym_field_option_token5] = ACTIONS(160), - [aux_sym_field_option_token6] = ACTIONS(160), - [aux_sym_field_definition_token1] = ACTIONS(160), - [aux_sym_index_definition_token1] = ACTIONS(160), - [aux_sym_image_phrase_token1] = ACTIONS(162), - [aux_sym_image_phrase_token2] = ACTIONS(160), - [aux_sym_image_phrase_token8] = ACTIONS(160), - [aux_sym_image_phrase_token10] = ACTIONS(162), - [aux_sym_size_phrase_token1] = ACTIONS(162), - [aux_sym_size_phrase_token2] = ACTIONS(160), - [aux_sym_size_phrase_token3] = ACTIONS(160), - [aux_sym_button_tuning_token1] = ACTIONS(160), - [aux_sym_button_tuning_token3] = ACTIONS(160), - [aux_sym_button_tuning_token4] = ACTIONS(160), - [aux_sym_button_tuning_token5] = ACTIONS(160), - [aux_sym_button_tuning_token6] = ACTIONS(160), - [aux_sym_button_tuning_token7] = ACTIONS(160), - [aux_sym_button_tuning_token8] = ACTIONS(160), - [aux_sym_button_tuning_token9] = ACTIONS(160), - [aux_sym_button_tuning_token10] = ACTIONS(160), - [aux_sym_button_tuning_token11] = ACTIONS(160), - [aux_sym_button_tuning_token12] = ACTIONS(160), - [aux_sym_button_tuning_token13] = ACTIONS(160), - [aux_sym_button_tuning_token14] = ACTIONS(160), - [aux_sym_button_tuning_token16] = ACTIONS(160), - [aux_sym_button_tuning_token17] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(200), + [sym__terminator] = ACTIONS(200), + [anon_sym_COMMA] = ACTIONS(200), + [aux_sym_type_tuning_token2] = ACTIONS(200), + [anon_sym_EQ] = ACTIONS(200), + [anon_sym_PLUS] = ACTIONS(200), + [anon_sym_DASH] = ACTIONS(200), + [aux_sym__multiplicative_operator_token1] = ACTIONS(200), + [aux_sym__multiplicative_operator_token2] = ACTIONS(202), + [anon_sym_LT] = ACTIONS(202), + [anon_sym_LT_EQ] = ACTIONS(200), + [anon_sym_LT_GT] = ACTIONS(200), + [anon_sym_GT] = ACTIONS(202), + [anon_sym_GT_EQ] = ACTIONS(200), + [aux_sym__comparison_operator_token1] = ACTIONS(200), + [aux_sym__comparison_operator_token2] = ACTIONS(200), + [aux_sym__comparison_operator_token3] = ACTIONS(200), + [aux_sym__comparison_operator_token4] = ACTIONS(200), + [aux_sym__comparison_operator_token5] = ACTIONS(200), + [aux_sym__comparison_operator_token6] = ACTIONS(200), + [aux_sym__comparison_operator_token7] = ACTIONS(200), + [aux_sym__comparison_operator_token8] = ACTIONS(200), + [aux_sym__comparison_operator_token9] = ACTIONS(200), + [aux_sym_variable_tuning_token4] = ACTIONS(200), + [aux_sym_function_call_token1] = ACTIONS(200), + [aux_sym_while_phrase_token1] = ACTIONS(200), + [aux_sym_repeat_tuning_token1] = ACTIONS(200), + [aux_sym_using_statement_token1] = ACTIONS(200), + [aux_sym_on_error_phrase_token1] = ACTIONS(200), + [aux_sym_stop_after_phrase_token1] = ACTIONS(200), + [aux_sym_do_tuning_token1] = ACTIONS(200), + [aux_sym_to_phrase_token1] = ACTIONS(200), + [aux_sym_query_tuning_token1] = ACTIONS(200), + [aux_sym_query_tuning_token2] = ACTIONS(200), + [aux_sym_query_tuning_token3] = ACTIONS(200), + [aux_sym_query_tuning_token4] = ACTIONS(200), + [aux_sym_query_tuning_token5] = ACTIONS(200), + [aux_sym_query_tuning_token6] = ACTIONS(200), + [aux_sym_sort_clause_token1] = ACTIONS(200), + [aux_sym_image_phrase_token1] = ACTIONS(202), + [aux_sym_image_phrase_token2] = ACTIONS(200), + [aux_sym_size_phrase_token1] = ACTIONS(202), + [aux_sym_size_phrase_token2] = ACTIONS(200), + [aux_sym_size_phrase_token3] = ACTIONS(200), + [aux_sym_button_tuning_token1] = ACTIONS(200), + [aux_sym_button_tuning_token3] = ACTIONS(200), + [aux_sym_button_tuning_token4] = ACTIONS(200), + [aux_sym_button_tuning_token5] = ACTIONS(200), + [aux_sym_button_tuning_token6] = ACTIONS(200), + [aux_sym_button_tuning_token7] = ACTIONS(200), + [aux_sym_button_tuning_token8] = ACTIONS(200), + [aux_sym_button_tuning_token9] = ACTIONS(200), + [aux_sym_button_tuning_token10] = ACTIONS(200), + [aux_sym_button_tuning_token11] = ACTIONS(200), + [aux_sym_button_tuning_token12] = ACTIONS(200), + [aux_sym_button_tuning_token13] = ACTIONS(200), + [aux_sym_button_tuning_token14] = ACTIONS(200), + [aux_sym_button_tuning_token16] = ACTIONS(200), + [aux_sym_button_tuning_token17] = ACTIONS(200), + [sym__or_operator] = ACTIONS(200), + [sym__and_operator] = ACTIONS(200), }, [247] = { [sym_comment] = STATE(247), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), [sym_include] = STATE(247), - [sym_identifier] = ACTIONS(1165), - [anon_sym_COLON] = ACTIONS(1165), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1165), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1165), - [aux_sym_boolean_literal_token1] = ACTIONS(1165), - [aux_sym_boolean_literal_token2] = ACTIONS(1165), - [aux_sym_boolean_literal_token3] = ACTIONS(1165), - [aux_sym_boolean_literal_token4] = ACTIONS(1165), - [sym__integer_literal] = ACTIONS(1165), - [sym_date_literal] = ACTIONS(1165), - [anon_sym_LBRACK] = ACTIONS(1165), - [anon_sym_COMMA] = ACTIONS(1165), - [anon_sym_LPAREN] = ACTIONS(1165), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1165), - [aux_sym_unary_expression_token2] = ACTIONS(1165), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1165), - [aux_sym_temp_table_expression_token1] = ACTIONS(1165), - [aux_sym_current_changed_expression_token1] = ACTIONS(1165), - [aux_sym_locked_expression_token1] = ACTIONS(1165), - [aux_sym_dataset_expression_token1] = ACTIONS(1165), - [aux_sym_input_expression_token1] = ACTIONS(1165), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1165), - [aux_sym_if_statement_token1] = ACTIONS(1165), - [aux_sym_on_error_phrase_token1] = ACTIONS(1165), - [aux_sym_to_phrase_token1] = ACTIONS(1165), - [aux_sym_sort_order_token1] = ACTIONS(1165), - [aux_sym_sort_order_token2] = ACTIONS(1165), - [aux_sym_sort_order_token3] = ACTIONS(1165), - [aux_sym_sort_order_token4] = ACTIONS(1165), - [aux_sym_sort_clause_token1] = ACTIONS(1165), - [aux_sym_can_find_expression_token1] = ACTIONS(1165), - [aux_sym_accumulate_expression_token1] = ACTIONS(1165), - [aux_sym_available_expression_token1] = ACTIONS(1165), - [aux_sym_available_expression_token2] = ACTIONS(1165), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1167), + [anon_sym_COLON] = ACTIONS(172), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(174), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(172), + [sym__terminator] = ACTIONS(172), + [anon_sym_COMMA] = ACTIONS(172), + [aux_sym_type_tuning_token2] = ACTIONS(172), + [anon_sym_EQ] = ACTIONS(172), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [aux_sym__multiplicative_operator_token1] = ACTIONS(172), + [aux_sym__multiplicative_operator_token2] = ACTIONS(174), + [anon_sym_LT] = ACTIONS(174), + [anon_sym_LT_EQ] = ACTIONS(172), + [anon_sym_LT_GT] = ACTIONS(172), + [anon_sym_GT] = ACTIONS(174), + [anon_sym_GT_EQ] = ACTIONS(172), + [aux_sym__comparison_operator_token1] = ACTIONS(172), + [aux_sym__comparison_operator_token2] = ACTIONS(172), + [aux_sym__comparison_operator_token3] = ACTIONS(172), + [aux_sym__comparison_operator_token4] = ACTIONS(172), + [aux_sym__comparison_operator_token5] = ACTIONS(172), + [aux_sym__comparison_operator_token6] = ACTIONS(172), + [aux_sym__comparison_operator_token7] = ACTIONS(172), + [aux_sym__comparison_operator_token8] = ACTIONS(172), + [aux_sym__comparison_operator_token9] = ACTIONS(172), + [aux_sym_variable_tuning_token4] = ACTIONS(172), + [aux_sym_function_call_token1] = ACTIONS(172), + [aux_sym_while_phrase_token1] = ACTIONS(172), + [aux_sym_repeat_tuning_token1] = ACTIONS(172), + [aux_sym_using_statement_token1] = ACTIONS(172), + [aux_sym_on_error_phrase_token1] = ACTIONS(172), + [aux_sym_stop_after_phrase_token1] = ACTIONS(172), + [aux_sym_do_tuning_token1] = ACTIONS(172), + [aux_sym_to_phrase_token1] = ACTIONS(172), + [aux_sym_query_tuning_token1] = ACTIONS(172), + [aux_sym_query_tuning_token2] = ACTIONS(172), + [aux_sym_query_tuning_token3] = ACTIONS(172), + [aux_sym_query_tuning_token4] = ACTIONS(172), + [aux_sym_query_tuning_token5] = ACTIONS(172), + [aux_sym_query_tuning_token6] = ACTIONS(172), + [aux_sym_sort_clause_token1] = ACTIONS(172), + [aux_sym_image_phrase_token1] = ACTIONS(174), + [aux_sym_image_phrase_token2] = ACTIONS(172), + [aux_sym_size_phrase_token1] = ACTIONS(174), + [aux_sym_size_phrase_token2] = ACTIONS(172), + [aux_sym_size_phrase_token3] = ACTIONS(172), + [aux_sym_button_tuning_token1] = ACTIONS(172), + [aux_sym_button_tuning_token3] = ACTIONS(172), + [aux_sym_button_tuning_token4] = ACTIONS(172), + [aux_sym_button_tuning_token5] = ACTIONS(172), + [aux_sym_button_tuning_token6] = ACTIONS(172), + [aux_sym_button_tuning_token7] = ACTIONS(172), + [aux_sym_button_tuning_token8] = ACTIONS(172), + [aux_sym_button_tuning_token9] = ACTIONS(172), + [aux_sym_button_tuning_token10] = ACTIONS(172), + [aux_sym_button_tuning_token11] = ACTIONS(172), + [aux_sym_button_tuning_token12] = ACTIONS(172), + [aux_sym_button_tuning_token13] = ACTIONS(172), + [aux_sym_button_tuning_token14] = ACTIONS(172), + [aux_sym_button_tuning_token16] = ACTIONS(172), + [aux_sym_button_tuning_token17] = ACTIONS(172), + [sym__or_operator] = ACTIONS(172), + [sym__and_operator] = ACTIONS(172), }, [248] = { [sym_comment] = STATE(248), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), [sym_include] = STATE(248), - [sym_identifier] = ACTIONS(1169), - [anon_sym_COLON] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1169), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1169), - [aux_sym_boolean_literal_token1] = ACTIONS(1169), - [aux_sym_boolean_literal_token2] = ACTIONS(1169), - [aux_sym_boolean_literal_token3] = ACTIONS(1169), - [aux_sym_boolean_literal_token4] = ACTIONS(1169), - [sym__integer_literal] = ACTIONS(1169), - [sym_date_literal] = ACTIONS(1169), - [anon_sym_LBRACK] = ACTIONS(1169), - [anon_sym_COMMA] = ACTIONS(1169), - [anon_sym_LPAREN] = ACTIONS(1169), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1169), - [aux_sym_unary_expression_token2] = ACTIONS(1169), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1169), - [aux_sym_temp_table_expression_token1] = ACTIONS(1169), - [aux_sym_current_changed_expression_token1] = ACTIONS(1169), - [aux_sym_locked_expression_token1] = ACTIONS(1169), - [aux_sym_dataset_expression_token1] = ACTIONS(1169), - [aux_sym_input_expression_token1] = ACTIONS(1169), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1169), - [aux_sym_if_statement_token1] = ACTIONS(1169), - [aux_sym_on_error_phrase_token1] = ACTIONS(1169), - [aux_sym_to_phrase_token1] = ACTIONS(1169), - [aux_sym_sort_order_token1] = ACTIONS(1169), - [aux_sym_sort_order_token2] = ACTIONS(1169), - [aux_sym_sort_order_token3] = ACTIONS(1169), - [aux_sym_sort_order_token4] = ACTIONS(1169), - [aux_sym_sort_clause_token1] = ACTIONS(1169), - [aux_sym_can_find_expression_token1] = ACTIONS(1169), - [aux_sym_accumulate_expression_token1] = ACTIONS(1169), - [aux_sym_available_expression_token1] = ACTIONS(1169), - [aux_sym_available_expression_token2] = ACTIONS(1169), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1171), + [anon_sym_COLON] = ACTIONS(220), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(222), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(220), + [sym__terminator] = ACTIONS(220), + [anon_sym_COMMA] = ACTIONS(220), + [aux_sym_type_tuning_token2] = ACTIONS(220), + [anon_sym_EQ] = ACTIONS(220), + [anon_sym_PLUS] = ACTIONS(220), + [anon_sym_DASH] = ACTIONS(220), + [aux_sym__multiplicative_operator_token1] = ACTIONS(220), + [aux_sym__multiplicative_operator_token2] = ACTIONS(222), + [anon_sym_LT] = ACTIONS(222), + [anon_sym_LT_EQ] = ACTIONS(220), + [anon_sym_LT_GT] = ACTIONS(220), + [anon_sym_GT] = ACTIONS(222), + [anon_sym_GT_EQ] = ACTIONS(220), + [aux_sym__comparison_operator_token1] = ACTIONS(220), + [aux_sym__comparison_operator_token2] = ACTIONS(220), + [aux_sym__comparison_operator_token3] = ACTIONS(220), + [aux_sym__comparison_operator_token4] = ACTIONS(220), + [aux_sym__comparison_operator_token5] = ACTIONS(220), + [aux_sym__comparison_operator_token6] = ACTIONS(220), + [aux_sym__comparison_operator_token7] = ACTIONS(220), + [aux_sym__comparison_operator_token8] = ACTIONS(220), + [aux_sym__comparison_operator_token9] = ACTIONS(220), + [aux_sym_variable_tuning_token4] = ACTIONS(220), + [aux_sym_function_call_token1] = ACTIONS(220), + [aux_sym_while_phrase_token1] = ACTIONS(220), + [aux_sym_repeat_tuning_token1] = ACTIONS(220), + [aux_sym_using_statement_token1] = ACTIONS(220), + [aux_sym_on_error_phrase_token1] = ACTIONS(220), + [aux_sym_stop_after_phrase_token1] = ACTIONS(220), + [aux_sym_do_tuning_token1] = ACTIONS(220), + [aux_sym_to_phrase_token1] = ACTIONS(220), + [aux_sym_query_tuning_token1] = ACTIONS(220), + [aux_sym_query_tuning_token2] = ACTIONS(220), + [aux_sym_query_tuning_token3] = ACTIONS(220), + [aux_sym_query_tuning_token4] = ACTIONS(220), + [aux_sym_query_tuning_token5] = ACTIONS(220), + [aux_sym_query_tuning_token6] = ACTIONS(220), + [aux_sym_sort_clause_token1] = ACTIONS(220), + [aux_sym_image_phrase_token1] = ACTIONS(222), + [aux_sym_image_phrase_token2] = ACTIONS(220), + [aux_sym_size_phrase_token1] = ACTIONS(222), + [aux_sym_size_phrase_token2] = ACTIONS(220), + [aux_sym_size_phrase_token3] = ACTIONS(220), + [aux_sym_button_tuning_token1] = ACTIONS(220), + [aux_sym_button_tuning_token3] = ACTIONS(220), + [aux_sym_button_tuning_token4] = ACTIONS(220), + [aux_sym_button_tuning_token5] = ACTIONS(220), + [aux_sym_button_tuning_token6] = ACTIONS(220), + [aux_sym_button_tuning_token7] = ACTIONS(220), + [aux_sym_button_tuning_token8] = ACTIONS(220), + [aux_sym_button_tuning_token9] = ACTIONS(220), + [aux_sym_button_tuning_token10] = ACTIONS(220), + [aux_sym_button_tuning_token11] = ACTIONS(220), + [aux_sym_button_tuning_token12] = ACTIONS(220), + [aux_sym_button_tuning_token13] = ACTIONS(220), + [aux_sym_button_tuning_token14] = ACTIONS(220), + [aux_sym_button_tuning_token16] = ACTIONS(220), + [aux_sym_button_tuning_token17] = ACTIONS(220), + [sym__or_operator] = ACTIONS(220), + [sym__and_operator] = ACTIONS(220), }, [249] = { [sym_comment] = STATE(249), [sym_include] = STATE(249), - [anon_sym_COLON] = ACTIONS(232), + [anon_sym_COLON] = ACTIONS(188), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(190), [anon_sym_LBRACE] = ACTIONS(75), - [sym__terminator] = ACTIONS(232), - [aux_sym__block_terminator_token1] = ACTIONS(232), - [anon_sym_RBRACK] = ACTIONS(232), - [aux_sym_type_tuning_token2] = ACTIONS(232), - [aux_sym_unary_expression_token2] = ACTIONS(232), - [aux_sym_variable_tuning_token1] = ACTIONS(232), - [aux_sym_variable_tuning_token2] = ACTIONS(234), - [aux_sym_variable_tuning_token3] = ACTIONS(232), - [aux_sym_variable_tuning_token4] = ACTIONS(232), - [aux_sym_variable_tuning_token5] = ACTIONS(232), - [aux_sym_variable_tuning_token6] = ACTIONS(232), - [aux_sym_variable_tuning_token7] = ACTIONS(232), - [aux_sym_variable_tuning_token8] = ACTIONS(232), - [aux_sym_access_tuning_token1] = ACTIONS(232), - [aux_sym_access_tuning_token2] = ACTIONS(232), - [aux_sym_access_tuning_token3] = ACTIONS(232), - [aux_sym_access_tuning_token4] = ACTIONS(232), - [aux_sym_access_tuning_token5] = ACTIONS(232), - [aux_sym_query_definition_tuning_token1] = ACTIONS(232), - [anon_sym_SCROLLING] = ACTIONS(232), - [aux_sym_query_definition_tuning_token2] = ACTIONS(232), - [aux_sym_while_phrase_token1] = ACTIONS(232), - [aux_sym_repeat_tuning_token1] = ACTIONS(232), - [aux_sym_getter_token1] = ACTIONS(232), - [aux_sym_setter_token1] = ACTIONS(232), - [aux_sym_using_statement_token2] = ACTIONS(232), - [aux_sym_on_error_phrase_token1] = ACTIONS(232), - [aux_sym_stop_after_phrase_token1] = ACTIONS(232), - [aux_sym_do_tuning_token1] = ACTIONS(232), - [aux_sym_to_phrase_token1] = ACTIONS(232), - [aux_sym_field_option_token1] = ACTIONS(232), - [aux_sym_field_option_token2] = ACTIONS(232), - [aux_sym_field_option_token3] = ACTIONS(232), - [aux_sym_field_option_token4] = ACTIONS(232), - [aux_sym_field_option_token5] = ACTIONS(232), - [aux_sym_field_option_token6] = ACTIONS(232), - [aux_sym_field_definition_token1] = ACTIONS(232), - [aux_sym_index_definition_token1] = ACTIONS(232), - [aux_sym_image_phrase_token1] = ACTIONS(234), - [aux_sym_image_phrase_token2] = ACTIONS(232), - [aux_sym_image_phrase_token8] = ACTIONS(232), - [aux_sym_image_phrase_token10] = ACTIONS(234), - [aux_sym_size_phrase_token1] = ACTIONS(234), - [aux_sym_size_phrase_token2] = ACTIONS(232), - [aux_sym_size_phrase_token3] = ACTIONS(232), - [aux_sym_button_tuning_token1] = ACTIONS(232), - [aux_sym_button_tuning_token3] = ACTIONS(232), - [aux_sym_button_tuning_token4] = ACTIONS(232), - [aux_sym_button_tuning_token5] = ACTIONS(232), - [aux_sym_button_tuning_token6] = ACTIONS(232), - [aux_sym_button_tuning_token7] = ACTIONS(232), - [aux_sym_button_tuning_token8] = ACTIONS(232), - [aux_sym_button_tuning_token9] = ACTIONS(232), - [aux_sym_button_tuning_token10] = ACTIONS(232), - [aux_sym_button_tuning_token11] = ACTIONS(232), - [aux_sym_button_tuning_token12] = ACTIONS(232), - [aux_sym_button_tuning_token13] = ACTIONS(232), - [aux_sym_button_tuning_token14] = ACTIONS(232), - [aux_sym_button_tuning_token16] = ACTIONS(232), - [aux_sym_button_tuning_token17] = ACTIONS(232), + [anon_sym_STAR] = ACTIONS(188), + [sym__terminator] = ACTIONS(188), + [anon_sym_COMMA] = ACTIONS(188), + [aux_sym_type_tuning_token2] = ACTIONS(188), + [anon_sym_EQ] = ACTIONS(188), + [anon_sym_PLUS] = ACTIONS(188), + [anon_sym_DASH] = ACTIONS(188), + [aux_sym__multiplicative_operator_token1] = ACTIONS(188), + [aux_sym__multiplicative_operator_token2] = ACTIONS(190), + [anon_sym_LT] = ACTIONS(190), + [anon_sym_LT_EQ] = ACTIONS(188), + [anon_sym_LT_GT] = ACTIONS(188), + [anon_sym_GT] = ACTIONS(190), + [anon_sym_GT_EQ] = ACTIONS(188), + [aux_sym__comparison_operator_token1] = ACTIONS(188), + [aux_sym__comparison_operator_token2] = ACTIONS(188), + [aux_sym__comparison_operator_token3] = ACTIONS(188), + [aux_sym__comparison_operator_token4] = ACTIONS(188), + [aux_sym__comparison_operator_token5] = ACTIONS(188), + [aux_sym__comparison_operator_token6] = ACTIONS(188), + [aux_sym__comparison_operator_token7] = ACTIONS(188), + [aux_sym__comparison_operator_token8] = ACTIONS(188), + [aux_sym__comparison_operator_token9] = ACTIONS(188), + [aux_sym_variable_tuning_token4] = ACTIONS(188), + [aux_sym_function_call_token1] = ACTIONS(188), + [aux_sym_while_phrase_token1] = ACTIONS(188), + [aux_sym_repeat_tuning_token1] = ACTIONS(188), + [aux_sym_using_statement_token1] = ACTIONS(188), + [aux_sym_on_error_phrase_token1] = ACTIONS(188), + [aux_sym_stop_after_phrase_token1] = ACTIONS(188), + [aux_sym_do_tuning_token1] = ACTIONS(188), + [aux_sym_to_phrase_token1] = ACTIONS(188), + [aux_sym_query_tuning_token1] = ACTIONS(188), + [aux_sym_query_tuning_token2] = ACTIONS(188), + [aux_sym_query_tuning_token3] = ACTIONS(188), + [aux_sym_query_tuning_token4] = ACTIONS(188), + [aux_sym_query_tuning_token5] = ACTIONS(188), + [aux_sym_query_tuning_token6] = ACTIONS(188), + [aux_sym_sort_clause_token1] = ACTIONS(188), + [aux_sym_image_phrase_token1] = ACTIONS(190), + [aux_sym_image_phrase_token2] = ACTIONS(188), + [aux_sym_size_phrase_token1] = ACTIONS(190), + [aux_sym_size_phrase_token2] = ACTIONS(188), + [aux_sym_size_phrase_token3] = ACTIONS(188), + [aux_sym_button_tuning_token1] = ACTIONS(188), + [aux_sym_button_tuning_token3] = ACTIONS(188), + [aux_sym_button_tuning_token4] = ACTIONS(188), + [aux_sym_button_tuning_token5] = ACTIONS(188), + [aux_sym_button_tuning_token6] = ACTIONS(188), + [aux_sym_button_tuning_token7] = ACTIONS(188), + [aux_sym_button_tuning_token8] = ACTIONS(188), + [aux_sym_button_tuning_token9] = ACTIONS(188), + [aux_sym_button_tuning_token10] = ACTIONS(188), + [aux_sym_button_tuning_token11] = ACTIONS(188), + [aux_sym_button_tuning_token12] = ACTIONS(188), + [aux_sym_button_tuning_token13] = ACTIONS(188), + [aux_sym_button_tuning_token14] = ACTIONS(188), + [aux_sym_button_tuning_token16] = ACTIONS(188), + [aux_sym_button_tuning_token17] = ACTIONS(188), + [sym__or_operator] = ACTIONS(188), + [sym__and_operator] = ACTIONS(188), }, [250] = { [sym_comment] = STATE(250), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), [sym_include] = STATE(250), - [sym_identifier] = ACTIONS(1173), - [anon_sym_COLON] = ACTIONS(1173), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1173), - [aux_sym_boolean_literal_token1] = ACTIONS(1173), - [aux_sym_boolean_literal_token2] = ACTIONS(1173), - [aux_sym_boolean_literal_token3] = ACTIONS(1173), - [aux_sym_boolean_literal_token4] = ACTIONS(1173), - [sym__integer_literal] = ACTIONS(1173), - [sym_date_literal] = ACTIONS(1173), - [anon_sym_LBRACK] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1173), - [anon_sym_LPAREN] = ACTIONS(1173), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1173), - [aux_sym_unary_expression_token2] = ACTIONS(1173), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1173), - [aux_sym_temp_table_expression_token1] = ACTIONS(1173), - [aux_sym_current_changed_expression_token1] = ACTIONS(1173), - [aux_sym_locked_expression_token1] = ACTIONS(1173), - [aux_sym_dataset_expression_token1] = ACTIONS(1173), - [aux_sym_input_expression_token1] = ACTIONS(1173), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1173), - [aux_sym_if_statement_token1] = ACTIONS(1173), - [aux_sym_on_error_phrase_token1] = ACTIONS(1173), - [aux_sym_to_phrase_token1] = ACTIONS(1173), - [aux_sym_sort_order_token1] = ACTIONS(1173), - [aux_sym_sort_order_token2] = ACTIONS(1173), - [aux_sym_sort_order_token3] = ACTIONS(1173), - [aux_sym_sort_order_token4] = ACTIONS(1173), - [aux_sym_sort_clause_token1] = ACTIONS(1173), - [aux_sym_can_find_expression_token1] = ACTIONS(1173), - [aux_sym_accumulate_expression_token1] = ACTIONS(1173), - [aux_sym_available_expression_token1] = ACTIONS(1173), - [aux_sym_available_expression_token2] = ACTIONS(1173), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1175), - }, + [anon_sym_COLON] = ACTIONS(192), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(194), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(192), + [sym__terminator] = ACTIONS(192), + [anon_sym_COMMA] = ACTIONS(192), + [aux_sym_type_tuning_token2] = ACTIONS(192), + [anon_sym_EQ] = ACTIONS(192), + [anon_sym_PLUS] = ACTIONS(192), + [anon_sym_DASH] = ACTIONS(192), + [aux_sym__multiplicative_operator_token1] = ACTIONS(192), + [aux_sym__multiplicative_operator_token2] = ACTIONS(194), + [anon_sym_LT] = ACTIONS(194), + [anon_sym_LT_EQ] = ACTIONS(192), + [anon_sym_LT_GT] = ACTIONS(192), + [anon_sym_GT] = ACTIONS(194), + [anon_sym_GT_EQ] = ACTIONS(192), + [aux_sym__comparison_operator_token1] = ACTIONS(192), + [aux_sym__comparison_operator_token2] = ACTIONS(192), + [aux_sym__comparison_operator_token3] = ACTIONS(192), + [aux_sym__comparison_operator_token4] = ACTIONS(192), + [aux_sym__comparison_operator_token5] = ACTIONS(192), + [aux_sym__comparison_operator_token6] = ACTIONS(192), + [aux_sym__comparison_operator_token7] = ACTIONS(192), + [aux_sym__comparison_operator_token8] = ACTIONS(192), + [aux_sym__comparison_operator_token9] = ACTIONS(192), + [aux_sym_variable_tuning_token4] = ACTIONS(192), + [aux_sym_function_call_token1] = ACTIONS(192), + [aux_sym_while_phrase_token1] = ACTIONS(192), + [aux_sym_repeat_tuning_token1] = ACTIONS(192), + [aux_sym_using_statement_token1] = ACTIONS(192), + [aux_sym_on_error_phrase_token1] = ACTIONS(192), + [aux_sym_stop_after_phrase_token1] = ACTIONS(192), + [aux_sym_do_tuning_token1] = ACTIONS(192), + [aux_sym_to_phrase_token1] = ACTIONS(192), + [aux_sym_query_tuning_token1] = ACTIONS(192), + [aux_sym_query_tuning_token2] = ACTIONS(192), + [aux_sym_query_tuning_token3] = ACTIONS(192), + [aux_sym_query_tuning_token4] = ACTIONS(192), + [aux_sym_query_tuning_token5] = ACTIONS(192), + [aux_sym_query_tuning_token6] = ACTIONS(192), + [aux_sym_sort_clause_token1] = ACTIONS(192), + [aux_sym_image_phrase_token1] = ACTIONS(194), + [aux_sym_image_phrase_token2] = ACTIONS(192), + [aux_sym_size_phrase_token1] = ACTIONS(194), + [aux_sym_size_phrase_token2] = ACTIONS(192), + [aux_sym_size_phrase_token3] = ACTIONS(192), + [aux_sym_button_tuning_token1] = ACTIONS(192), + [aux_sym_button_tuning_token3] = ACTIONS(192), + [aux_sym_button_tuning_token4] = ACTIONS(192), + [aux_sym_button_tuning_token5] = ACTIONS(192), + [aux_sym_button_tuning_token6] = ACTIONS(192), + [aux_sym_button_tuning_token7] = ACTIONS(192), + [aux_sym_button_tuning_token8] = ACTIONS(192), + [aux_sym_button_tuning_token9] = ACTIONS(192), + [aux_sym_button_tuning_token10] = ACTIONS(192), + [aux_sym_button_tuning_token11] = ACTIONS(192), + [aux_sym_button_tuning_token12] = ACTIONS(192), + [aux_sym_button_tuning_token13] = ACTIONS(192), + [aux_sym_button_tuning_token14] = ACTIONS(192), + [aux_sym_button_tuning_token16] = ACTIONS(192), + [aux_sym_button_tuning_token17] = ACTIONS(192), + [sym__or_operator] = ACTIONS(192), + [sym__and_operator] = ACTIONS(192), + }, [251] = { [sym_comment] = STATE(251), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), [sym_include] = STATE(251), - [sym_identifier] = ACTIONS(1177), - [anon_sym_COLON] = ACTIONS(1177), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1177), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1177), - [aux_sym_boolean_literal_token1] = ACTIONS(1177), - [aux_sym_boolean_literal_token2] = ACTIONS(1177), - [aux_sym_boolean_literal_token3] = ACTIONS(1177), - [aux_sym_boolean_literal_token4] = ACTIONS(1177), - [sym__integer_literal] = ACTIONS(1177), - [sym_date_literal] = ACTIONS(1177), - [anon_sym_LBRACK] = ACTIONS(1177), - [anon_sym_COMMA] = ACTIONS(1177), - [anon_sym_LPAREN] = ACTIONS(1177), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1177), - [aux_sym_unary_expression_token2] = ACTIONS(1177), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1177), - [aux_sym_temp_table_expression_token1] = ACTIONS(1177), - [aux_sym_current_changed_expression_token1] = ACTIONS(1177), - [aux_sym_locked_expression_token1] = ACTIONS(1177), - [aux_sym_dataset_expression_token1] = ACTIONS(1177), - [aux_sym_input_expression_token1] = ACTIONS(1177), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1177), - [aux_sym_if_statement_token1] = ACTIONS(1177), - [aux_sym_on_error_phrase_token1] = ACTIONS(1177), - [aux_sym_to_phrase_token1] = ACTIONS(1177), - [aux_sym_sort_order_token1] = ACTIONS(1177), - [aux_sym_sort_order_token2] = ACTIONS(1177), - [aux_sym_sort_order_token3] = ACTIONS(1177), - [aux_sym_sort_order_token4] = ACTIONS(1177), - [aux_sym_sort_clause_token1] = ACTIONS(1177), - [aux_sym_can_find_expression_token1] = ACTIONS(1177), - [aux_sym_accumulate_expression_token1] = ACTIONS(1177), - [aux_sym_available_expression_token1] = ACTIONS(1177), - [aux_sym_available_expression_token2] = ACTIONS(1177), - [sym__or_operator] = ACTIONS(1179), - [sym__and_operator] = ACTIONS(1179), - [sym__escaped_string] = ACTIONS(1179), + [anon_sym_COLON] = ACTIONS(204), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(204), + [sym__terminator] = ACTIONS(204), + [anon_sym_COMMA] = ACTIONS(204), + [aux_sym_type_tuning_token2] = ACTIONS(204), + [anon_sym_EQ] = ACTIONS(204), + [anon_sym_PLUS] = ACTIONS(204), + [anon_sym_DASH] = ACTIONS(204), + [aux_sym__multiplicative_operator_token1] = ACTIONS(204), + [aux_sym__multiplicative_operator_token2] = ACTIONS(206), + [anon_sym_LT] = ACTIONS(206), + [anon_sym_LT_EQ] = ACTIONS(204), + [anon_sym_LT_GT] = ACTIONS(204), + [anon_sym_GT] = ACTIONS(206), + [anon_sym_GT_EQ] = ACTIONS(204), + [aux_sym__comparison_operator_token1] = ACTIONS(204), + [aux_sym__comparison_operator_token2] = ACTIONS(204), + [aux_sym__comparison_operator_token3] = ACTIONS(204), + [aux_sym__comparison_operator_token4] = ACTIONS(204), + [aux_sym__comparison_operator_token5] = ACTIONS(204), + [aux_sym__comparison_operator_token6] = ACTIONS(204), + [aux_sym__comparison_operator_token7] = ACTIONS(204), + [aux_sym__comparison_operator_token8] = ACTIONS(204), + [aux_sym__comparison_operator_token9] = ACTIONS(204), + [aux_sym_variable_tuning_token4] = ACTIONS(204), + [aux_sym_function_call_token1] = ACTIONS(204), + [aux_sym_while_phrase_token1] = ACTIONS(204), + [aux_sym_repeat_tuning_token1] = ACTIONS(204), + [aux_sym_using_statement_token1] = ACTIONS(204), + [aux_sym_on_error_phrase_token1] = ACTIONS(204), + [aux_sym_stop_after_phrase_token1] = ACTIONS(204), + [aux_sym_do_tuning_token1] = ACTIONS(204), + [aux_sym_to_phrase_token1] = ACTIONS(204), + [aux_sym_query_tuning_token1] = ACTIONS(204), + [aux_sym_query_tuning_token2] = ACTIONS(204), + [aux_sym_query_tuning_token3] = ACTIONS(204), + [aux_sym_query_tuning_token4] = ACTIONS(204), + [aux_sym_query_tuning_token5] = ACTIONS(204), + [aux_sym_query_tuning_token6] = ACTIONS(204), + [aux_sym_sort_clause_token1] = ACTIONS(204), + [aux_sym_image_phrase_token1] = ACTIONS(206), + [aux_sym_image_phrase_token2] = ACTIONS(204), + [aux_sym_size_phrase_token1] = ACTIONS(206), + [aux_sym_size_phrase_token2] = ACTIONS(204), + [aux_sym_size_phrase_token3] = ACTIONS(204), + [aux_sym_button_tuning_token1] = ACTIONS(204), + [aux_sym_button_tuning_token3] = ACTIONS(204), + [aux_sym_button_tuning_token4] = ACTIONS(204), + [aux_sym_button_tuning_token5] = ACTIONS(204), + [aux_sym_button_tuning_token6] = ACTIONS(204), + [aux_sym_button_tuning_token7] = ACTIONS(204), + [aux_sym_button_tuning_token8] = ACTIONS(204), + [aux_sym_button_tuning_token9] = ACTIONS(204), + [aux_sym_button_tuning_token10] = ACTIONS(204), + [aux_sym_button_tuning_token11] = ACTIONS(204), + [aux_sym_button_tuning_token12] = ACTIONS(204), + [aux_sym_button_tuning_token13] = ACTIONS(204), + [aux_sym_button_tuning_token14] = ACTIONS(204), + [aux_sym_button_tuning_token16] = ACTIONS(204), + [aux_sym_button_tuning_token17] = ACTIONS(204), + [sym__or_operator] = ACTIONS(204), + [sym__and_operator] = ACTIONS(204), }, [252] = { [sym_comment] = STATE(252), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), [sym_include] = STATE(252), + [sym_identifier] = ACTIONS(1256), + [anon_sym_COLON] = ACTIONS(1256), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1256), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1256), + [aux_sym_boolean_literal_token1] = ACTIONS(1256), + [aux_sym_boolean_literal_token2] = ACTIONS(1256), + [aux_sym_boolean_literal_token3] = ACTIONS(1256), + [aux_sym_boolean_literal_token4] = ACTIONS(1256), + [sym__integer_literal] = ACTIONS(1256), + [sym_date_literal] = ACTIONS(1256), + [anon_sym_LBRACK] = ACTIONS(1256), + [anon_sym_LPAREN] = ACTIONS(1256), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1256), + [aux_sym_unary_expression_token2] = ACTIONS(1256), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1256), + [aux_sym_temp_table_expression_token1] = ACTIONS(1256), + [aux_sym_current_changed_expression_token1] = ACTIONS(1256), + [aux_sym_locked_expression_token1] = ACTIONS(1256), + [aux_sym_dataset_expression_token1] = ACTIONS(1256), + [aux_sym_input_expression_token1] = ACTIONS(1256), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1256), + [aux_sym_if_statement_token1] = ACTIONS(1256), + [aux_sym_while_phrase_token1] = ACTIONS(1256), + [aux_sym_on_error_phrase_token1] = ACTIONS(1256), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1256), + [aux_sym_do_tuning_token1] = ACTIONS(1256), + [aux_sym_to_phrase_token1] = ACTIONS(1256), + [aux_sym_sort_order_token1] = ACTIONS(1256), + [aux_sym_sort_order_token2] = ACTIONS(1256), + [aux_sym_sort_order_token3] = ACTIONS(1256), + [aux_sym_sort_order_token4] = ACTIONS(1256), + [aux_sym_sort_clause_token1] = ACTIONS(1256), + [aux_sym_can_find_expression_token1] = ACTIONS(1256), + [aux_sym_accumulate_expression_token1] = ACTIONS(1256), + [aux_sym_available_expression_token1] = ACTIONS(1256), + [aux_sym_available_expression_token2] = ACTIONS(1256), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1258), + }, + [253] = { + [sym_comment] = STATE(253), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(253), + [sym_identifier] = ACTIONS(1260), + [anon_sym_COLON] = ACTIONS(1260), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1260), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1260), + [aux_sym_boolean_literal_token1] = ACTIONS(1260), + [aux_sym_boolean_literal_token2] = ACTIONS(1260), + [aux_sym_boolean_literal_token3] = ACTIONS(1260), + [aux_sym_boolean_literal_token4] = ACTIONS(1260), + [sym__integer_literal] = ACTIONS(1260), + [sym_date_literal] = ACTIONS(1260), + [anon_sym_LBRACK] = ACTIONS(1260), + [anon_sym_LPAREN] = ACTIONS(1260), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1260), + [aux_sym_unary_expression_token2] = ACTIONS(1260), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1260), + [aux_sym_temp_table_expression_token1] = ACTIONS(1260), + [aux_sym_current_changed_expression_token1] = ACTIONS(1260), + [aux_sym_locked_expression_token1] = ACTIONS(1260), + [aux_sym_dataset_expression_token1] = ACTIONS(1260), + [aux_sym_input_expression_token1] = ACTIONS(1260), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1260), + [aux_sym_if_statement_token1] = ACTIONS(1260), + [aux_sym_while_phrase_token1] = ACTIONS(1260), + [aux_sym_on_error_phrase_token1] = ACTIONS(1260), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1260), + [aux_sym_do_tuning_token1] = ACTIONS(1260), + [aux_sym_to_phrase_token1] = ACTIONS(1260), + [aux_sym_sort_order_token1] = ACTIONS(1260), + [aux_sym_sort_order_token2] = ACTIONS(1260), + [aux_sym_sort_order_token3] = ACTIONS(1260), + [aux_sym_sort_order_token4] = ACTIONS(1260), + [aux_sym_sort_clause_token1] = ACTIONS(1260), + [aux_sym_can_find_expression_token1] = ACTIONS(1260), + [aux_sym_accumulate_expression_token1] = ACTIONS(1260), + [aux_sym_available_expression_token1] = ACTIONS(1260), + [aux_sym_available_expression_token2] = ACTIONS(1260), + [sym__or_operator] = ACTIONS(1262), + [sym__and_operator] = ACTIONS(1262), + [sym__escaped_string] = ACTIONS(1262), + }, + [254] = { + [sym_comment] = STATE(254), + [sym_include] = STATE(254), + [anon_sym_COLON] = ACTIONS(176), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(178), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(176), + [sym__terminator] = ACTIONS(176), + [anon_sym_COMMA] = ACTIONS(176), + [aux_sym_type_tuning_token2] = ACTIONS(176), + [anon_sym_EQ] = ACTIONS(176), + [anon_sym_PLUS] = ACTIONS(176), + [anon_sym_DASH] = ACTIONS(176), + [aux_sym__multiplicative_operator_token1] = ACTIONS(176), + [aux_sym__multiplicative_operator_token2] = ACTIONS(178), + [anon_sym_LT] = ACTIONS(178), + [anon_sym_LT_EQ] = ACTIONS(176), + [anon_sym_LT_GT] = ACTIONS(176), + [anon_sym_GT] = ACTIONS(178), + [anon_sym_GT_EQ] = ACTIONS(176), + [aux_sym__comparison_operator_token1] = ACTIONS(176), + [aux_sym__comparison_operator_token2] = ACTIONS(176), + [aux_sym__comparison_operator_token3] = ACTIONS(176), + [aux_sym__comparison_operator_token4] = ACTIONS(176), + [aux_sym__comparison_operator_token5] = ACTIONS(176), + [aux_sym__comparison_operator_token6] = ACTIONS(176), + [aux_sym__comparison_operator_token7] = ACTIONS(176), + [aux_sym__comparison_operator_token8] = ACTIONS(176), + [aux_sym__comparison_operator_token9] = ACTIONS(176), + [aux_sym_variable_tuning_token4] = ACTIONS(176), + [aux_sym_function_call_token1] = ACTIONS(176), + [aux_sym_while_phrase_token1] = ACTIONS(176), + [aux_sym_repeat_tuning_token1] = ACTIONS(176), + [aux_sym_using_statement_token1] = ACTIONS(176), + [aux_sym_on_error_phrase_token1] = ACTIONS(176), + [aux_sym_stop_after_phrase_token1] = ACTIONS(176), + [aux_sym_do_tuning_token1] = ACTIONS(176), + [aux_sym_to_phrase_token1] = ACTIONS(176), + [aux_sym_query_tuning_token1] = ACTIONS(176), + [aux_sym_query_tuning_token2] = ACTIONS(176), + [aux_sym_query_tuning_token3] = ACTIONS(176), + [aux_sym_query_tuning_token4] = ACTIONS(176), + [aux_sym_query_tuning_token5] = ACTIONS(176), + [aux_sym_query_tuning_token6] = ACTIONS(176), + [aux_sym_sort_clause_token1] = ACTIONS(176), + [aux_sym_image_phrase_token1] = ACTIONS(178), + [aux_sym_image_phrase_token2] = ACTIONS(176), + [aux_sym_size_phrase_token1] = ACTIONS(178), + [aux_sym_size_phrase_token2] = ACTIONS(176), + [aux_sym_size_phrase_token3] = ACTIONS(176), + [aux_sym_button_tuning_token1] = ACTIONS(176), + [aux_sym_button_tuning_token3] = ACTIONS(176), + [aux_sym_button_tuning_token4] = ACTIONS(176), + [aux_sym_button_tuning_token5] = ACTIONS(176), + [aux_sym_button_tuning_token6] = ACTIONS(176), + [aux_sym_button_tuning_token7] = ACTIONS(176), + [aux_sym_button_tuning_token8] = ACTIONS(176), + [aux_sym_button_tuning_token9] = ACTIONS(176), + [aux_sym_button_tuning_token10] = ACTIONS(176), + [aux_sym_button_tuning_token11] = ACTIONS(176), + [aux_sym_button_tuning_token12] = ACTIONS(176), + [aux_sym_button_tuning_token13] = ACTIONS(176), + [aux_sym_button_tuning_token14] = ACTIONS(176), + [aux_sym_button_tuning_token16] = ACTIONS(176), + [aux_sym_button_tuning_token17] = ACTIONS(176), + [sym__or_operator] = ACTIONS(176), + [sym__and_operator] = ACTIONS(176), + }, + [255] = { + [sym_comment] = STATE(255), + [sym_include] = STATE(255), + [anon_sym_COLON] = ACTIONS(133), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(135), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(133), + [sym__terminator] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(133), + [aux_sym_type_tuning_token2] = ACTIONS(133), + [anon_sym_EQ] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_DASH] = ACTIONS(133), + [aux_sym__multiplicative_operator_token1] = ACTIONS(133), + [aux_sym__multiplicative_operator_token2] = ACTIONS(135), + [anon_sym_LT] = ACTIONS(135), + [anon_sym_LT_EQ] = ACTIONS(133), + [anon_sym_LT_GT] = ACTIONS(133), + [anon_sym_GT] = ACTIONS(135), + [anon_sym_GT_EQ] = ACTIONS(133), + [aux_sym__comparison_operator_token1] = ACTIONS(133), + [aux_sym__comparison_operator_token2] = ACTIONS(133), + [aux_sym__comparison_operator_token3] = ACTIONS(133), + [aux_sym__comparison_operator_token4] = ACTIONS(133), + [aux_sym__comparison_operator_token5] = ACTIONS(133), + [aux_sym__comparison_operator_token6] = ACTIONS(133), + [aux_sym__comparison_operator_token7] = ACTIONS(133), + [aux_sym__comparison_operator_token8] = ACTIONS(133), + [aux_sym__comparison_operator_token9] = ACTIONS(133), + [aux_sym_variable_tuning_token4] = ACTIONS(133), + [aux_sym_function_call_token1] = ACTIONS(133), + [aux_sym_while_phrase_token1] = ACTIONS(133), + [aux_sym_repeat_tuning_token1] = ACTIONS(133), + [aux_sym_using_statement_token1] = ACTIONS(133), + [aux_sym_on_error_phrase_token1] = ACTIONS(133), + [aux_sym_stop_after_phrase_token1] = ACTIONS(133), + [aux_sym_do_tuning_token1] = ACTIONS(133), + [aux_sym_to_phrase_token1] = ACTIONS(133), + [aux_sym_query_tuning_token1] = ACTIONS(133), + [aux_sym_query_tuning_token2] = ACTIONS(133), + [aux_sym_query_tuning_token3] = ACTIONS(133), + [aux_sym_query_tuning_token4] = ACTIONS(133), + [aux_sym_query_tuning_token5] = ACTIONS(133), + [aux_sym_query_tuning_token6] = ACTIONS(133), + [aux_sym_sort_clause_token1] = ACTIONS(133), + [aux_sym_image_phrase_token1] = ACTIONS(135), + [aux_sym_image_phrase_token2] = ACTIONS(133), + [aux_sym_size_phrase_token1] = ACTIONS(135), + [aux_sym_size_phrase_token2] = ACTIONS(133), + [aux_sym_size_phrase_token3] = ACTIONS(133), + [aux_sym_button_tuning_token1] = ACTIONS(133), + [aux_sym_button_tuning_token3] = ACTIONS(133), + [aux_sym_button_tuning_token4] = ACTIONS(133), + [aux_sym_button_tuning_token5] = ACTIONS(133), + [aux_sym_button_tuning_token6] = ACTIONS(133), + [aux_sym_button_tuning_token7] = ACTIONS(133), + [aux_sym_button_tuning_token8] = ACTIONS(133), + [aux_sym_button_tuning_token9] = ACTIONS(133), + [aux_sym_button_tuning_token10] = ACTIONS(133), + [aux_sym_button_tuning_token11] = ACTIONS(133), + [aux_sym_button_tuning_token12] = ACTIONS(133), + [aux_sym_button_tuning_token13] = ACTIONS(133), + [aux_sym_button_tuning_token14] = ACTIONS(133), + [aux_sym_button_tuning_token16] = ACTIONS(133), + [aux_sym_button_tuning_token17] = ACTIONS(133), + [sym__or_operator] = ACTIONS(133), + [sym__and_operator] = ACTIONS(133), + }, + [256] = { + [sym_comment] = STATE(256), + [sym_constant] = STATE(460), + [sym_qualified_name] = STATE(460), + [sym_boolean_literal] = STATE(460), + [sym__decimal_literal] = STATE(453), + [sym_number_literal] = STATE(460), + [sym_string_literal] = STATE(460), + [sym_array_literal] = STATE(460), + [sym_parenthesized_expression] = STATE(460), + [sym_logical_expression] = STATE(457), + [sym_unary_expression] = STATE(460), + [sym_ambiguous_expression] = STATE(460), + [sym_temp_table_expression] = STATE(460), + [sym_current_changed_expression] = STATE(460), + [sym_locked_expression] = STATE(460), + [sym_dataset_expression] = STATE(460), + [sym_input_expression] = STATE(460), + [sym_additive_expression] = STATE(457), + [sym_multiplicative_expression] = STATE(457), + [sym_comparison_expression] = STATE(457), + [sym__binary_expression] = STATE(460), + [sym_array_access] = STATE(460), + [sym_include] = STATE(256), + [sym_function_call] = STATE(338), + [sym_ternary_expression] = STATE(460), + [sym_new_expression] = STATE(338), + [sym_object_access] = STATE(375), + [sym_member_access] = STATE(460), + [sym_sort_column] = STATE(2592), + [sym_can_find_expression] = STATE(460), + [sym_accumulate_expression] = STATE(460), + [sym_available_expression] = STATE(460), + [sym__expression] = STATE(274), + [aux_sym_sort_clause_repeat1] = STATE(244), + [sym_identifier] = ACTIONS(1264), + [anon_sym_COLON] = ACTIONS(1001), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1267), + [sym_null_expression] = ACTIONS(1269), + [aux_sym_boolean_literal_token1] = ACTIONS(1271), + [aux_sym_boolean_literal_token2] = ACTIONS(1271), + [aux_sym_boolean_literal_token3] = ACTIONS(1271), + [aux_sym_boolean_literal_token4] = ACTIONS(1271), + [sym__integer_literal] = ACTIONS(1273), + [sym_date_literal] = ACTIONS(1269), + [anon_sym_LBRACK] = ACTIONS(1275), + [anon_sym_LPAREN] = ACTIONS(1277), + [aux_sym_unary_expression_token1] = ACTIONS(1279), + [aux_sym_unary_expression_token2] = ACTIONS(1281), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1283), + [aux_sym_temp_table_expression_token1] = ACTIONS(1285), + [aux_sym_current_changed_expression_token1] = ACTIONS(1287), + [aux_sym_locked_expression_token1] = ACTIONS(1289), + [aux_sym_dataset_expression_token1] = ACTIONS(1291), + [aux_sym_input_expression_token1] = ACTIONS(1293), + [aux_sym_scope_tuning_token1] = ACTIONS(1295), + [aux_sym_if_statement_token1] = ACTIONS(1298), + [aux_sym_while_phrase_token1] = ACTIONS(1001), + [aux_sym_repeat_tuning_token1] = ACTIONS(1001), + [aux_sym_on_error_phrase_token1] = ACTIONS(1001), + [aux_sym_to_phrase_token1] = ACTIONS(1001), + [aux_sym_sort_clause_token1] = ACTIONS(1001), + [aux_sym_can_find_expression_token1] = ACTIONS(1300), + [aux_sym_accumulate_expression_token1] = ACTIONS(1302), + [aux_sym_available_expression_token1] = ACTIONS(1304), + [aux_sym_available_expression_token2] = ACTIONS(1304), + [sym__escaped_string] = ACTIONS(1306), + }, + [257] = { + [sym_comment] = STATE(257), + [sym_include] = STATE(257), + [anon_sym_COLON] = ACTIONS(244), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(246), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(244), + [sym__terminator] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(244), + [aux_sym_type_tuning_token2] = ACTIONS(244), + [anon_sym_EQ] = ACTIONS(244), + [anon_sym_PLUS] = ACTIONS(244), + [anon_sym_DASH] = ACTIONS(244), + [aux_sym__multiplicative_operator_token1] = ACTIONS(244), + [aux_sym__multiplicative_operator_token2] = ACTIONS(246), + [anon_sym_LT] = ACTIONS(246), + [anon_sym_LT_EQ] = ACTIONS(244), + [anon_sym_LT_GT] = ACTIONS(244), + [anon_sym_GT] = ACTIONS(246), + [anon_sym_GT_EQ] = ACTIONS(244), + [aux_sym__comparison_operator_token1] = ACTIONS(244), + [aux_sym__comparison_operator_token2] = ACTIONS(244), + [aux_sym__comparison_operator_token3] = ACTIONS(244), + [aux_sym__comparison_operator_token4] = ACTIONS(244), + [aux_sym__comparison_operator_token5] = ACTIONS(244), + [aux_sym__comparison_operator_token6] = ACTIONS(244), + [aux_sym__comparison_operator_token7] = ACTIONS(244), + [aux_sym__comparison_operator_token8] = ACTIONS(244), + [aux_sym__comparison_operator_token9] = ACTIONS(244), + [aux_sym_variable_tuning_token4] = ACTIONS(244), + [aux_sym_function_call_token1] = ACTIONS(244), + [aux_sym_while_phrase_token1] = ACTIONS(244), + [aux_sym_repeat_tuning_token1] = ACTIONS(244), + [aux_sym_using_statement_token1] = ACTIONS(244), + [aux_sym_on_error_phrase_token1] = ACTIONS(244), + [aux_sym_stop_after_phrase_token1] = ACTIONS(244), + [aux_sym_do_tuning_token1] = ACTIONS(244), + [aux_sym_to_phrase_token1] = ACTIONS(244), + [aux_sym_query_tuning_token1] = ACTIONS(244), + [aux_sym_query_tuning_token2] = ACTIONS(244), + [aux_sym_query_tuning_token3] = ACTIONS(244), + [aux_sym_query_tuning_token4] = ACTIONS(244), + [aux_sym_query_tuning_token5] = ACTIONS(244), + [aux_sym_query_tuning_token6] = ACTIONS(244), + [aux_sym_sort_clause_token1] = ACTIONS(244), + [aux_sym_image_phrase_token1] = ACTIONS(246), + [aux_sym_image_phrase_token2] = ACTIONS(244), + [aux_sym_size_phrase_token1] = ACTIONS(246), + [aux_sym_size_phrase_token2] = ACTIONS(244), + [aux_sym_size_phrase_token3] = ACTIONS(244), + [aux_sym_button_tuning_token1] = ACTIONS(244), + [aux_sym_button_tuning_token3] = ACTIONS(244), + [aux_sym_button_tuning_token4] = ACTIONS(244), + [aux_sym_button_tuning_token5] = ACTIONS(244), + [aux_sym_button_tuning_token6] = ACTIONS(244), + [aux_sym_button_tuning_token7] = ACTIONS(244), + [aux_sym_button_tuning_token8] = ACTIONS(244), + [aux_sym_button_tuning_token9] = ACTIONS(244), + [aux_sym_button_tuning_token10] = ACTIONS(244), + [aux_sym_button_tuning_token11] = ACTIONS(244), + [aux_sym_button_tuning_token12] = ACTIONS(244), + [aux_sym_button_tuning_token13] = ACTIONS(244), + [aux_sym_button_tuning_token14] = ACTIONS(244), + [aux_sym_button_tuning_token16] = ACTIONS(244), + [aux_sym_button_tuning_token17] = ACTIONS(244), + [sym__or_operator] = ACTIONS(244), + [sym__and_operator] = ACTIONS(244), + }, + [258] = { + [sym_comment] = STATE(258), + [sym_include] = STATE(258), + [anon_sym_COLON] = ACTIONS(248), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(250), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(248), + [sym__terminator] = ACTIONS(248), + [anon_sym_COMMA] = ACTIONS(248), + [aux_sym_type_tuning_token2] = ACTIONS(248), + [anon_sym_EQ] = ACTIONS(248), + [anon_sym_PLUS] = ACTIONS(248), + [anon_sym_DASH] = ACTIONS(248), + [aux_sym__multiplicative_operator_token1] = ACTIONS(248), + [aux_sym__multiplicative_operator_token2] = ACTIONS(250), + [anon_sym_LT] = ACTIONS(250), + [anon_sym_LT_EQ] = ACTIONS(248), + [anon_sym_LT_GT] = ACTIONS(248), + [anon_sym_GT] = ACTIONS(250), + [anon_sym_GT_EQ] = ACTIONS(248), + [aux_sym__comparison_operator_token1] = ACTIONS(248), + [aux_sym__comparison_operator_token2] = ACTIONS(248), + [aux_sym__comparison_operator_token3] = ACTIONS(248), + [aux_sym__comparison_operator_token4] = ACTIONS(248), + [aux_sym__comparison_operator_token5] = ACTIONS(248), + [aux_sym__comparison_operator_token6] = ACTIONS(248), + [aux_sym__comparison_operator_token7] = ACTIONS(248), + [aux_sym__comparison_operator_token8] = ACTIONS(248), + [aux_sym__comparison_operator_token9] = ACTIONS(248), + [aux_sym_variable_tuning_token4] = ACTIONS(248), + [aux_sym_function_call_token1] = ACTIONS(248), + [aux_sym_while_phrase_token1] = ACTIONS(248), + [aux_sym_repeat_tuning_token1] = ACTIONS(248), + [aux_sym_using_statement_token1] = ACTIONS(248), + [aux_sym_on_error_phrase_token1] = ACTIONS(248), + [aux_sym_stop_after_phrase_token1] = ACTIONS(248), + [aux_sym_do_tuning_token1] = ACTIONS(248), + [aux_sym_to_phrase_token1] = ACTIONS(248), + [aux_sym_query_tuning_token1] = ACTIONS(248), + [aux_sym_query_tuning_token2] = ACTIONS(248), + [aux_sym_query_tuning_token3] = ACTIONS(248), + [aux_sym_query_tuning_token4] = ACTIONS(248), + [aux_sym_query_tuning_token5] = ACTIONS(248), + [aux_sym_query_tuning_token6] = ACTIONS(248), + [aux_sym_sort_clause_token1] = ACTIONS(248), + [aux_sym_image_phrase_token1] = ACTIONS(250), + [aux_sym_image_phrase_token2] = ACTIONS(248), + [aux_sym_size_phrase_token1] = ACTIONS(250), + [aux_sym_size_phrase_token2] = ACTIONS(248), + [aux_sym_size_phrase_token3] = ACTIONS(248), + [aux_sym_button_tuning_token1] = ACTIONS(248), + [aux_sym_button_tuning_token3] = ACTIONS(248), + [aux_sym_button_tuning_token4] = ACTIONS(248), + [aux_sym_button_tuning_token5] = ACTIONS(248), + [aux_sym_button_tuning_token6] = ACTIONS(248), + [aux_sym_button_tuning_token7] = ACTIONS(248), + [aux_sym_button_tuning_token8] = ACTIONS(248), + [aux_sym_button_tuning_token9] = ACTIONS(248), + [aux_sym_button_tuning_token10] = ACTIONS(248), + [aux_sym_button_tuning_token11] = ACTIONS(248), + [aux_sym_button_tuning_token12] = ACTIONS(248), + [aux_sym_button_tuning_token13] = ACTIONS(248), + [aux_sym_button_tuning_token14] = ACTIONS(248), + [aux_sym_button_tuning_token16] = ACTIONS(248), + [aux_sym_button_tuning_token17] = ACTIONS(248), + [sym__or_operator] = ACTIONS(248), + [sym__and_operator] = ACTIONS(248), + }, + [259] = { + [sym_comment] = STATE(259), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(259), + [sym_identifier] = ACTIONS(1308), + [anon_sym_COLON] = ACTIONS(1308), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1308), + [anon_sym_LBRACE] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(1308), + [sym_null_expression] = ACTIONS(1308), + [aux_sym_boolean_literal_token1] = ACTIONS(1308), + [aux_sym_boolean_literal_token2] = ACTIONS(1308), + [aux_sym_boolean_literal_token3] = ACTIONS(1308), + [aux_sym_boolean_literal_token4] = ACTIONS(1308), + [sym__integer_literal] = ACTIONS(1308), + [sym_date_literal] = ACTIONS(1308), + [anon_sym_LBRACK] = ACTIONS(1308), + [anon_sym_LPAREN] = ACTIONS(1308), + [anon_sym_EQ] = ACTIONS(1308), + [aux_sym_unary_expression_token1] = ACTIONS(1308), + [aux_sym_unary_expression_token2] = ACTIONS(1308), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1308), + [aux_sym_temp_table_expression_token1] = ACTIONS(1308), + [aux_sym_current_changed_expression_token1] = ACTIONS(1308), + [aux_sym_locked_expression_token1] = ACTIONS(1308), + [aux_sym_dataset_expression_token1] = ACTIONS(1308), + [aux_sym_input_expression_token1] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1308), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1308), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1308), + [anon_sym_LT] = ACTIONS(1308), + [anon_sym_LT_EQ] = ACTIONS(1308), + [anon_sym_LT_GT] = ACTIONS(1308), + [anon_sym_GT] = ACTIONS(1308), + [anon_sym_GT_EQ] = ACTIONS(1308), + [aux_sym__comparison_operator_token1] = ACTIONS(1308), + [aux_sym__comparison_operator_token2] = ACTIONS(1308), + [aux_sym__comparison_operator_token3] = ACTIONS(1308), + [aux_sym__comparison_operator_token4] = ACTIONS(1308), + [aux_sym__comparison_operator_token5] = ACTIONS(1308), + [aux_sym__comparison_operator_token6] = ACTIONS(1308), + [aux_sym__comparison_operator_token7] = ACTIONS(1308), + [aux_sym__comparison_operator_token8] = ACTIONS(1308), + [aux_sym__comparison_operator_token9] = ACTIONS(1308), + [aux_sym_scope_tuning_token1] = ACTIONS(1308), + [aux_sym_if_statement_token1] = ACTIONS(1308), + [aux_sym_while_phrase_token1] = ACTIONS(1308), + [aux_sym_on_error_phrase_token1] = ACTIONS(1308), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1308), + [aux_sym_do_tuning_token1] = ACTIONS(1308), + [aux_sym_to_phrase_token1] = ACTIONS(1308), + [aux_sym_sort_order_token1] = ACTIONS(1308), + [aux_sym_sort_order_token2] = ACTIONS(1308), + [aux_sym_sort_order_token3] = ACTIONS(1308), + [aux_sym_sort_order_token4] = ACTIONS(1308), + [aux_sym_sort_clause_token1] = ACTIONS(1308), + [aux_sym_can_find_expression_token1] = ACTIONS(1308), + [aux_sym_accumulate_expression_token1] = ACTIONS(1308), + [aux_sym_available_expression_token1] = ACTIONS(1308), + [aux_sym_available_expression_token2] = ACTIONS(1308), + [sym__or_operator] = ACTIONS(1310), + [sym__and_operator] = ACTIONS(1310), + [sym__escaped_string] = ACTIONS(1310), + }, + [260] = { + [sym_comment] = STATE(260), + [sym_include] = STATE(260), + [anon_sym_COLON] = ACTIONS(180), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(182), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(180), + [sym__terminator] = ACTIONS(180), + [anon_sym_COMMA] = ACTIONS(180), + [aux_sym_type_tuning_token2] = ACTIONS(180), + [anon_sym_EQ] = ACTIONS(180), + [anon_sym_PLUS] = ACTIONS(180), + [anon_sym_DASH] = ACTIONS(180), + [aux_sym__multiplicative_operator_token1] = ACTIONS(180), + [aux_sym__multiplicative_operator_token2] = ACTIONS(182), + [anon_sym_LT] = ACTIONS(182), + [anon_sym_LT_EQ] = ACTIONS(180), + [anon_sym_LT_GT] = ACTIONS(180), + [anon_sym_GT] = ACTIONS(182), + [anon_sym_GT_EQ] = ACTIONS(180), + [aux_sym__comparison_operator_token1] = ACTIONS(180), + [aux_sym__comparison_operator_token2] = ACTIONS(180), + [aux_sym__comparison_operator_token3] = ACTIONS(180), + [aux_sym__comparison_operator_token4] = ACTIONS(180), + [aux_sym__comparison_operator_token5] = ACTIONS(180), + [aux_sym__comparison_operator_token6] = ACTIONS(180), + [aux_sym__comparison_operator_token7] = ACTIONS(180), + [aux_sym__comparison_operator_token8] = ACTIONS(180), + [aux_sym__comparison_operator_token9] = ACTIONS(180), + [aux_sym_variable_tuning_token4] = ACTIONS(180), + [aux_sym_function_call_token1] = ACTIONS(180), + [aux_sym_while_phrase_token1] = ACTIONS(180), + [aux_sym_repeat_tuning_token1] = ACTIONS(180), + [aux_sym_using_statement_token1] = ACTIONS(180), + [aux_sym_on_error_phrase_token1] = ACTIONS(180), + [aux_sym_stop_after_phrase_token1] = ACTIONS(180), + [aux_sym_do_tuning_token1] = ACTIONS(180), + [aux_sym_to_phrase_token1] = ACTIONS(180), + [aux_sym_query_tuning_token1] = ACTIONS(180), + [aux_sym_query_tuning_token2] = ACTIONS(180), + [aux_sym_query_tuning_token3] = ACTIONS(180), + [aux_sym_query_tuning_token4] = ACTIONS(180), + [aux_sym_query_tuning_token5] = ACTIONS(180), + [aux_sym_query_tuning_token6] = ACTIONS(180), + [aux_sym_sort_clause_token1] = ACTIONS(180), + [aux_sym_image_phrase_token1] = ACTIONS(182), + [aux_sym_image_phrase_token2] = ACTIONS(180), + [aux_sym_size_phrase_token1] = ACTIONS(182), + [aux_sym_size_phrase_token2] = ACTIONS(180), + [aux_sym_size_phrase_token3] = ACTIONS(180), + [aux_sym_button_tuning_token1] = ACTIONS(180), + [aux_sym_button_tuning_token3] = ACTIONS(180), + [aux_sym_button_tuning_token4] = ACTIONS(180), + [aux_sym_button_tuning_token5] = ACTIONS(180), + [aux_sym_button_tuning_token6] = ACTIONS(180), + [aux_sym_button_tuning_token7] = ACTIONS(180), + [aux_sym_button_tuning_token8] = ACTIONS(180), + [aux_sym_button_tuning_token9] = ACTIONS(180), + [aux_sym_button_tuning_token10] = ACTIONS(180), + [aux_sym_button_tuning_token11] = ACTIONS(180), + [aux_sym_button_tuning_token12] = ACTIONS(180), + [aux_sym_button_tuning_token13] = ACTIONS(180), + [aux_sym_button_tuning_token14] = ACTIONS(180), + [aux_sym_button_tuning_token16] = ACTIONS(180), + [aux_sym_button_tuning_token17] = ACTIONS(180), + [sym__or_operator] = ACTIONS(180), + [sym__and_operator] = ACTIONS(180), + }, + [261] = { + [sym_comment] = STATE(261), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(261), + [sym_identifier] = ACTIONS(1312), + [anon_sym_COLON] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1312), + [aux_sym_boolean_literal_token1] = ACTIONS(1312), + [aux_sym_boolean_literal_token2] = ACTIONS(1312), + [aux_sym_boolean_literal_token3] = ACTIONS(1312), + [aux_sym_boolean_literal_token4] = ACTIONS(1312), + [sym__integer_literal] = ACTIONS(1312), + [sym_date_literal] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1312), + [aux_sym_unary_expression_token2] = ACTIONS(1312), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1312), + [aux_sym_temp_table_expression_token1] = ACTIONS(1312), + [aux_sym_current_changed_expression_token1] = ACTIONS(1312), + [aux_sym_locked_expression_token1] = ACTIONS(1312), + [aux_sym_dataset_expression_token1] = ACTIONS(1312), + [aux_sym_input_expression_token1] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1312), + [aux_sym_if_statement_token1] = ACTIONS(1312), + [aux_sym_while_phrase_token1] = ACTIONS(1312), + [aux_sym_on_error_phrase_token1] = ACTIONS(1312), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1312), + [aux_sym_do_tuning_token1] = ACTIONS(1312), + [aux_sym_to_phrase_token1] = ACTIONS(1312), + [aux_sym_sort_order_token1] = ACTIONS(1312), + [aux_sym_sort_order_token2] = ACTIONS(1312), + [aux_sym_sort_order_token3] = ACTIONS(1312), + [aux_sym_sort_order_token4] = ACTIONS(1312), + [aux_sym_sort_clause_token1] = ACTIONS(1312), + [aux_sym_can_find_expression_token1] = ACTIONS(1312), + [aux_sym_accumulate_expression_token1] = ACTIONS(1312), + [aux_sym_available_expression_token1] = ACTIONS(1312), + [aux_sym_available_expression_token2] = ACTIONS(1312), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1314), + }, + [262] = { + [sym_comment] = STATE(262), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(262), + [sym_identifier] = ACTIONS(1316), + [anon_sym_COLON] = ACTIONS(1316), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1316), + [aux_sym_boolean_literal_token1] = ACTIONS(1316), + [aux_sym_boolean_literal_token2] = ACTIONS(1316), + [aux_sym_boolean_literal_token3] = ACTIONS(1316), + [aux_sym_boolean_literal_token4] = ACTIONS(1316), + [sym__integer_literal] = ACTIONS(1316), + [sym_date_literal] = ACTIONS(1316), + [anon_sym_LBRACK] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1316), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1316), + [aux_sym_unary_expression_token2] = ACTIONS(1316), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1316), + [aux_sym_temp_table_expression_token1] = ACTIONS(1316), + [aux_sym_current_changed_expression_token1] = ACTIONS(1316), + [aux_sym_locked_expression_token1] = ACTIONS(1316), + [aux_sym_dataset_expression_token1] = ACTIONS(1316), + [aux_sym_input_expression_token1] = ACTIONS(1316), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1316), + [aux_sym_if_statement_token1] = ACTIONS(1316), + [aux_sym_while_phrase_token1] = ACTIONS(1316), + [aux_sym_on_error_phrase_token1] = ACTIONS(1316), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1316), + [aux_sym_do_tuning_token1] = ACTIONS(1316), + [aux_sym_to_phrase_token1] = ACTIONS(1316), + [aux_sym_sort_order_token1] = ACTIONS(1316), + [aux_sym_sort_order_token2] = ACTIONS(1316), + [aux_sym_sort_order_token3] = ACTIONS(1316), + [aux_sym_sort_order_token4] = ACTIONS(1316), + [aux_sym_sort_clause_token1] = ACTIONS(1316), + [aux_sym_can_find_expression_token1] = ACTIONS(1316), + [aux_sym_accumulate_expression_token1] = ACTIONS(1316), + [aux_sym_available_expression_token1] = ACTIONS(1316), + [aux_sym_available_expression_token2] = ACTIONS(1316), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1318), + }, + [263] = { + [sym_comment] = STATE(263), + [sym_include] = STATE(263), + [anon_sym_COLON] = ACTIONS(236), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(238), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(236), + [sym__terminator] = ACTIONS(236), + [anon_sym_COMMA] = ACTIONS(236), + [aux_sym_type_tuning_token2] = ACTIONS(236), + [anon_sym_EQ] = ACTIONS(236), + [anon_sym_PLUS] = ACTIONS(236), + [anon_sym_DASH] = ACTIONS(236), + [aux_sym__multiplicative_operator_token1] = ACTIONS(236), + [aux_sym__multiplicative_operator_token2] = ACTIONS(238), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_LT_EQ] = ACTIONS(236), + [anon_sym_LT_GT] = ACTIONS(236), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_EQ] = ACTIONS(236), + [aux_sym__comparison_operator_token1] = ACTIONS(236), + [aux_sym__comparison_operator_token2] = ACTIONS(236), + [aux_sym__comparison_operator_token3] = ACTIONS(236), + [aux_sym__comparison_operator_token4] = ACTIONS(236), + [aux_sym__comparison_operator_token5] = ACTIONS(236), + [aux_sym__comparison_operator_token6] = ACTIONS(236), + [aux_sym__comparison_operator_token7] = ACTIONS(236), + [aux_sym__comparison_operator_token8] = ACTIONS(236), + [aux_sym__comparison_operator_token9] = ACTIONS(236), + [aux_sym_variable_tuning_token4] = ACTIONS(236), + [aux_sym_function_call_token1] = ACTIONS(236), + [aux_sym_while_phrase_token1] = ACTIONS(236), + [aux_sym_repeat_tuning_token1] = ACTIONS(236), + [aux_sym_using_statement_token1] = ACTIONS(236), + [aux_sym_on_error_phrase_token1] = ACTIONS(236), + [aux_sym_stop_after_phrase_token1] = ACTIONS(236), + [aux_sym_do_tuning_token1] = ACTIONS(236), + [aux_sym_to_phrase_token1] = ACTIONS(236), + [aux_sym_query_tuning_token1] = ACTIONS(236), + [aux_sym_query_tuning_token2] = ACTIONS(236), + [aux_sym_query_tuning_token3] = ACTIONS(236), + [aux_sym_query_tuning_token4] = ACTIONS(236), + [aux_sym_query_tuning_token5] = ACTIONS(236), + [aux_sym_query_tuning_token6] = ACTIONS(236), + [aux_sym_sort_clause_token1] = ACTIONS(236), + [aux_sym_image_phrase_token1] = ACTIONS(238), + [aux_sym_image_phrase_token2] = ACTIONS(236), + [aux_sym_size_phrase_token1] = ACTIONS(238), + [aux_sym_size_phrase_token2] = ACTIONS(236), + [aux_sym_size_phrase_token3] = ACTIONS(236), + [aux_sym_button_tuning_token1] = ACTIONS(236), + [aux_sym_button_tuning_token3] = ACTIONS(236), + [aux_sym_button_tuning_token4] = ACTIONS(236), + [aux_sym_button_tuning_token5] = ACTIONS(236), + [aux_sym_button_tuning_token6] = ACTIONS(236), + [aux_sym_button_tuning_token7] = ACTIONS(236), + [aux_sym_button_tuning_token8] = ACTIONS(236), + [aux_sym_button_tuning_token9] = ACTIONS(236), + [aux_sym_button_tuning_token10] = ACTIONS(236), + [aux_sym_button_tuning_token11] = ACTIONS(236), + [aux_sym_button_tuning_token12] = ACTIONS(236), + [aux_sym_button_tuning_token13] = ACTIONS(236), + [aux_sym_button_tuning_token14] = ACTIONS(236), + [aux_sym_button_tuning_token16] = ACTIONS(236), + [aux_sym_button_tuning_token17] = ACTIONS(236), + [sym__or_operator] = ACTIONS(236), + [sym__and_operator] = ACTIONS(236), + }, + [264] = { + [sym_comment] = STATE(264), + [sym_include] = STATE(264), + [anon_sym_COLON] = ACTIONS(232), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(234), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(232), + [sym__terminator] = ACTIONS(232), + [anon_sym_COMMA] = ACTIONS(232), + [aux_sym_type_tuning_token2] = ACTIONS(232), + [anon_sym_EQ] = ACTIONS(232), + [anon_sym_PLUS] = ACTIONS(232), + [anon_sym_DASH] = ACTIONS(232), + [aux_sym__multiplicative_operator_token1] = ACTIONS(232), + [aux_sym__multiplicative_operator_token2] = ACTIONS(234), + [anon_sym_LT] = ACTIONS(234), + [anon_sym_LT_EQ] = ACTIONS(232), + [anon_sym_LT_GT] = ACTIONS(232), + [anon_sym_GT] = ACTIONS(234), + [anon_sym_GT_EQ] = ACTIONS(232), + [aux_sym__comparison_operator_token1] = ACTIONS(232), + [aux_sym__comparison_operator_token2] = ACTIONS(232), + [aux_sym__comparison_operator_token3] = ACTIONS(232), + [aux_sym__comparison_operator_token4] = ACTIONS(232), + [aux_sym__comparison_operator_token5] = ACTIONS(232), + [aux_sym__comparison_operator_token6] = ACTIONS(232), + [aux_sym__comparison_operator_token7] = ACTIONS(232), + [aux_sym__comparison_operator_token8] = ACTIONS(232), + [aux_sym__comparison_operator_token9] = ACTIONS(232), + [aux_sym_variable_tuning_token4] = ACTIONS(232), + [aux_sym_function_call_token1] = ACTIONS(232), + [aux_sym_while_phrase_token1] = ACTIONS(232), + [aux_sym_repeat_tuning_token1] = ACTIONS(232), + [aux_sym_using_statement_token1] = ACTIONS(232), + [aux_sym_on_error_phrase_token1] = ACTIONS(232), + [aux_sym_stop_after_phrase_token1] = ACTIONS(232), + [aux_sym_do_tuning_token1] = ACTIONS(232), + [aux_sym_to_phrase_token1] = ACTIONS(232), + [aux_sym_query_tuning_token1] = ACTIONS(232), + [aux_sym_query_tuning_token2] = ACTIONS(232), + [aux_sym_query_tuning_token3] = ACTIONS(232), + [aux_sym_query_tuning_token4] = ACTIONS(232), + [aux_sym_query_tuning_token5] = ACTIONS(232), + [aux_sym_query_tuning_token6] = ACTIONS(232), + [aux_sym_sort_clause_token1] = ACTIONS(232), + [aux_sym_image_phrase_token1] = ACTIONS(234), + [aux_sym_image_phrase_token2] = ACTIONS(232), + [aux_sym_size_phrase_token1] = ACTIONS(234), + [aux_sym_size_phrase_token2] = ACTIONS(232), + [aux_sym_size_phrase_token3] = ACTIONS(232), + [aux_sym_button_tuning_token1] = ACTIONS(232), + [aux_sym_button_tuning_token3] = ACTIONS(232), + [aux_sym_button_tuning_token4] = ACTIONS(232), + [aux_sym_button_tuning_token5] = ACTIONS(232), + [aux_sym_button_tuning_token6] = ACTIONS(232), + [aux_sym_button_tuning_token7] = ACTIONS(232), + [aux_sym_button_tuning_token8] = ACTIONS(232), + [aux_sym_button_tuning_token9] = ACTIONS(232), + [aux_sym_button_tuning_token10] = ACTIONS(232), + [aux_sym_button_tuning_token11] = ACTIONS(232), + [aux_sym_button_tuning_token12] = ACTIONS(232), + [aux_sym_button_tuning_token13] = ACTIONS(232), + [aux_sym_button_tuning_token14] = ACTIONS(232), + [aux_sym_button_tuning_token16] = ACTIONS(232), + [aux_sym_button_tuning_token17] = ACTIONS(232), + [sym__or_operator] = ACTIONS(232), + [sym__and_operator] = ACTIONS(232), + }, + [265] = { + [sym_comment] = STATE(265), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(265), + [sym_identifier] = ACTIONS(1320), + [anon_sym_COLON] = ACTIONS(1320), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1320), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1320), + [aux_sym_boolean_literal_token1] = ACTIONS(1320), + [aux_sym_boolean_literal_token2] = ACTIONS(1320), + [aux_sym_boolean_literal_token3] = ACTIONS(1320), + [aux_sym_boolean_literal_token4] = ACTIONS(1320), + [sym__integer_literal] = ACTIONS(1320), + [sym_date_literal] = ACTIONS(1320), + [anon_sym_LBRACK] = ACTIONS(1320), + [anon_sym_LPAREN] = ACTIONS(1320), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1320), + [aux_sym_unary_expression_token2] = ACTIONS(1320), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1320), + [aux_sym_temp_table_expression_token1] = ACTIONS(1320), + [aux_sym_current_changed_expression_token1] = ACTIONS(1320), + [aux_sym_locked_expression_token1] = ACTIONS(1320), + [aux_sym_dataset_expression_token1] = ACTIONS(1320), + [aux_sym_input_expression_token1] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1320), + [aux_sym_if_statement_token1] = ACTIONS(1320), + [aux_sym_while_phrase_token1] = ACTIONS(1320), + [aux_sym_on_error_phrase_token1] = ACTIONS(1320), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1320), + [aux_sym_do_tuning_token1] = ACTIONS(1320), + [aux_sym_to_phrase_token1] = ACTIONS(1320), + [aux_sym_sort_order_token1] = ACTIONS(1320), + [aux_sym_sort_order_token2] = ACTIONS(1320), + [aux_sym_sort_order_token3] = ACTIONS(1320), + [aux_sym_sort_order_token4] = ACTIONS(1320), + [aux_sym_sort_clause_token1] = ACTIONS(1320), + [aux_sym_can_find_expression_token1] = ACTIONS(1320), + [aux_sym_accumulate_expression_token1] = ACTIONS(1320), + [aux_sym_available_expression_token1] = ACTIONS(1320), + [aux_sym_available_expression_token2] = ACTIONS(1320), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1322), + }, + [266] = { + [sym_comment] = STATE(266), + [sym_include] = STATE(266), + [anon_sym_COLON] = ACTIONS(184), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(186), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(184), + [sym__terminator] = ACTIONS(184), + [anon_sym_COMMA] = ACTIONS(184), + [aux_sym_type_tuning_token2] = ACTIONS(184), + [anon_sym_EQ] = ACTIONS(184), + [anon_sym_PLUS] = ACTIONS(184), + [anon_sym_DASH] = ACTIONS(184), + [aux_sym__multiplicative_operator_token1] = ACTIONS(184), + [aux_sym__multiplicative_operator_token2] = ACTIONS(186), + [anon_sym_LT] = ACTIONS(186), + [anon_sym_LT_EQ] = ACTIONS(184), + [anon_sym_LT_GT] = ACTIONS(184), + [anon_sym_GT] = ACTIONS(186), + [anon_sym_GT_EQ] = ACTIONS(184), + [aux_sym__comparison_operator_token1] = ACTIONS(184), + [aux_sym__comparison_operator_token2] = ACTIONS(184), + [aux_sym__comparison_operator_token3] = ACTIONS(184), + [aux_sym__comparison_operator_token4] = ACTIONS(184), + [aux_sym__comparison_operator_token5] = ACTIONS(184), + [aux_sym__comparison_operator_token6] = ACTIONS(184), + [aux_sym__comparison_operator_token7] = ACTIONS(184), + [aux_sym__comparison_operator_token8] = ACTIONS(184), + [aux_sym__comparison_operator_token9] = ACTIONS(184), + [aux_sym_variable_tuning_token4] = ACTIONS(184), + [aux_sym_function_call_token1] = ACTIONS(184), + [aux_sym_while_phrase_token1] = ACTIONS(184), + [aux_sym_repeat_tuning_token1] = ACTIONS(184), + [aux_sym_using_statement_token1] = ACTIONS(184), + [aux_sym_on_error_phrase_token1] = ACTIONS(184), + [aux_sym_stop_after_phrase_token1] = ACTIONS(184), + [aux_sym_do_tuning_token1] = ACTIONS(184), + [aux_sym_to_phrase_token1] = ACTIONS(184), + [aux_sym_query_tuning_token1] = ACTIONS(184), + [aux_sym_query_tuning_token2] = ACTIONS(184), + [aux_sym_query_tuning_token3] = ACTIONS(184), + [aux_sym_query_tuning_token4] = ACTIONS(184), + [aux_sym_query_tuning_token5] = ACTIONS(184), + [aux_sym_query_tuning_token6] = ACTIONS(184), + [aux_sym_sort_clause_token1] = ACTIONS(184), + [aux_sym_image_phrase_token1] = ACTIONS(186), + [aux_sym_image_phrase_token2] = ACTIONS(184), + [aux_sym_size_phrase_token1] = ACTIONS(186), + [aux_sym_size_phrase_token2] = ACTIONS(184), + [aux_sym_size_phrase_token3] = ACTIONS(184), + [aux_sym_button_tuning_token1] = ACTIONS(184), + [aux_sym_button_tuning_token3] = ACTIONS(184), + [aux_sym_button_tuning_token4] = ACTIONS(184), + [aux_sym_button_tuning_token5] = ACTIONS(184), + [aux_sym_button_tuning_token6] = ACTIONS(184), + [aux_sym_button_tuning_token7] = ACTIONS(184), + [aux_sym_button_tuning_token8] = ACTIONS(184), + [aux_sym_button_tuning_token9] = ACTIONS(184), + [aux_sym_button_tuning_token10] = ACTIONS(184), + [aux_sym_button_tuning_token11] = ACTIONS(184), + [aux_sym_button_tuning_token12] = ACTIONS(184), + [aux_sym_button_tuning_token13] = ACTIONS(184), + [aux_sym_button_tuning_token14] = ACTIONS(184), + [aux_sym_button_tuning_token16] = ACTIONS(184), + [aux_sym_button_tuning_token17] = ACTIONS(184), + [sym__or_operator] = ACTIONS(184), + [sym__and_operator] = ACTIONS(184), + }, + [267] = { + [sym_comment] = STATE(267), + [sym_include] = STATE(267), + [anon_sym_COLON] = ACTIONS(87), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(87), + [sym__terminator] = ACTIONS(87), + [anon_sym_COMMA] = ACTIONS(87), + [aux_sym_type_tuning_token2] = ACTIONS(87), + [anon_sym_EQ] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(87), + [anon_sym_DASH] = ACTIONS(87), + [aux_sym__multiplicative_operator_token1] = ACTIONS(87), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(87), + [anon_sym_LT_GT] = ACTIONS(87), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(87), + [aux_sym__comparison_operator_token1] = ACTIONS(87), + [aux_sym__comparison_operator_token2] = ACTIONS(87), + [aux_sym__comparison_operator_token3] = ACTIONS(87), + [aux_sym__comparison_operator_token4] = ACTIONS(87), + [aux_sym__comparison_operator_token5] = ACTIONS(87), + [aux_sym__comparison_operator_token6] = ACTIONS(87), + [aux_sym__comparison_operator_token7] = ACTIONS(87), + [aux_sym__comparison_operator_token8] = ACTIONS(87), + [aux_sym__comparison_operator_token9] = ACTIONS(87), + [aux_sym_variable_tuning_token4] = ACTIONS(87), + [aux_sym_function_call_token1] = ACTIONS(87), + [aux_sym_while_phrase_token1] = ACTIONS(87), + [aux_sym_repeat_tuning_token1] = ACTIONS(87), + [aux_sym_using_statement_token1] = ACTIONS(87), + [aux_sym_on_error_phrase_token1] = ACTIONS(87), + [aux_sym_stop_after_phrase_token1] = ACTIONS(87), + [aux_sym_do_tuning_token1] = ACTIONS(87), + [aux_sym_to_phrase_token1] = ACTIONS(87), + [aux_sym_query_tuning_token1] = ACTIONS(87), + [aux_sym_query_tuning_token2] = ACTIONS(87), + [aux_sym_query_tuning_token3] = ACTIONS(87), + [aux_sym_query_tuning_token4] = ACTIONS(87), + [aux_sym_query_tuning_token5] = ACTIONS(87), + [aux_sym_query_tuning_token6] = ACTIONS(87), + [aux_sym_sort_clause_token1] = ACTIONS(87), + [aux_sym_image_phrase_token1] = ACTIONS(89), + [aux_sym_image_phrase_token2] = ACTIONS(87), + [aux_sym_size_phrase_token1] = ACTIONS(89), + [aux_sym_size_phrase_token2] = ACTIONS(87), + [aux_sym_size_phrase_token3] = ACTIONS(87), + [aux_sym_button_tuning_token1] = ACTIONS(87), + [aux_sym_button_tuning_token3] = ACTIONS(87), + [aux_sym_button_tuning_token4] = ACTIONS(87), + [aux_sym_button_tuning_token5] = ACTIONS(87), + [aux_sym_button_tuning_token6] = ACTIONS(87), + [aux_sym_button_tuning_token7] = ACTIONS(87), + [aux_sym_button_tuning_token8] = ACTIONS(87), + [aux_sym_button_tuning_token9] = ACTIONS(87), + [aux_sym_button_tuning_token10] = ACTIONS(87), + [aux_sym_button_tuning_token11] = ACTIONS(87), + [aux_sym_button_tuning_token12] = ACTIONS(87), + [aux_sym_button_tuning_token13] = ACTIONS(87), + [aux_sym_button_tuning_token14] = ACTIONS(87), + [aux_sym_button_tuning_token16] = ACTIONS(87), + [aux_sym_button_tuning_token17] = ACTIONS(87), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + }, + [268] = { + [sym_comment] = STATE(268), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(268), + [sym_identifier] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1324), + [aux_sym_boolean_literal_token1] = ACTIONS(1324), + [aux_sym_boolean_literal_token2] = ACTIONS(1324), + [aux_sym_boolean_literal_token3] = ACTIONS(1324), + [aux_sym_boolean_literal_token4] = ACTIONS(1324), + [sym__integer_literal] = ACTIONS(1324), + [sym_date_literal] = ACTIONS(1324), + [anon_sym_LBRACK] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1324), + [aux_sym_unary_expression_token1] = ACTIONS(1324), + [aux_sym_unary_expression_token2] = ACTIONS(1324), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1324), + [aux_sym_temp_table_expression_token1] = ACTIONS(1324), + [aux_sym_current_changed_expression_token1] = ACTIONS(1324), + [aux_sym_locked_expression_token1] = ACTIONS(1324), + [aux_sym_dataset_expression_token1] = ACTIONS(1324), + [aux_sym_input_expression_token1] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1324), + [anon_sym_LT_EQ] = ACTIONS(1324), + [anon_sym_LT_GT] = ACTIONS(1324), + [anon_sym_GT] = ACTIONS(1324), + [anon_sym_GT_EQ] = ACTIONS(1324), + [aux_sym__comparison_operator_token1] = ACTIONS(1324), + [aux_sym__comparison_operator_token2] = ACTIONS(1324), + [aux_sym__comparison_operator_token3] = ACTIONS(1324), + [aux_sym__comparison_operator_token4] = ACTIONS(1324), + [aux_sym__comparison_operator_token5] = ACTIONS(1324), + [aux_sym__comparison_operator_token6] = ACTIONS(1324), + [aux_sym__comparison_operator_token7] = ACTIONS(1324), + [aux_sym__comparison_operator_token8] = ACTIONS(1324), + [aux_sym__comparison_operator_token9] = ACTIONS(1324), + [aux_sym_scope_tuning_token1] = ACTIONS(1324), + [aux_sym_if_statement_token1] = ACTIONS(1324), + [aux_sym_while_phrase_token1] = ACTIONS(1324), + [aux_sym_on_error_phrase_token1] = ACTIONS(1324), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1324), + [aux_sym_do_tuning_token1] = ACTIONS(1324), + [aux_sym_to_phrase_token1] = ACTIONS(1324), + [aux_sym_sort_order_token1] = ACTIONS(1324), + [aux_sym_sort_order_token2] = ACTIONS(1324), + [aux_sym_sort_order_token3] = ACTIONS(1324), + [aux_sym_sort_order_token4] = ACTIONS(1324), + [aux_sym_sort_clause_token1] = ACTIONS(1324), + [aux_sym_can_find_expression_token1] = ACTIONS(1324), + [aux_sym_accumulate_expression_token1] = ACTIONS(1324), + [aux_sym_available_expression_token1] = ACTIONS(1324), + [aux_sym_available_expression_token2] = ACTIONS(1324), + [sym__or_operator] = ACTIONS(1326), + [sym__and_operator] = ACTIONS(1326), + [sym__escaped_string] = ACTIONS(1326), + }, + [269] = { + [sym_comment] = STATE(269), + [sym_include] = STATE(269), + [anon_sym_COLON] = ACTIONS(240), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(242), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(240), + [sym__terminator] = ACTIONS(240), + [anon_sym_COMMA] = ACTIONS(240), + [aux_sym_type_tuning_token2] = ACTIONS(240), + [anon_sym_EQ] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(240), + [aux_sym__multiplicative_operator_token1] = ACTIONS(240), + [aux_sym__multiplicative_operator_token2] = ACTIONS(242), + [anon_sym_LT] = ACTIONS(242), + [anon_sym_LT_EQ] = ACTIONS(240), + [anon_sym_LT_GT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(242), + [anon_sym_GT_EQ] = ACTIONS(240), + [aux_sym__comparison_operator_token1] = ACTIONS(240), + [aux_sym__comparison_operator_token2] = ACTIONS(240), + [aux_sym__comparison_operator_token3] = ACTIONS(240), + [aux_sym__comparison_operator_token4] = ACTIONS(240), + [aux_sym__comparison_operator_token5] = ACTIONS(240), + [aux_sym__comparison_operator_token6] = ACTIONS(240), + [aux_sym__comparison_operator_token7] = ACTIONS(240), + [aux_sym__comparison_operator_token8] = ACTIONS(240), + [aux_sym__comparison_operator_token9] = ACTIONS(240), + [aux_sym_variable_tuning_token4] = ACTIONS(240), + [aux_sym_function_call_token1] = ACTIONS(240), + [aux_sym_while_phrase_token1] = ACTIONS(240), + [aux_sym_repeat_tuning_token1] = ACTIONS(240), + [aux_sym_using_statement_token1] = ACTIONS(240), + [aux_sym_on_error_phrase_token1] = ACTIONS(240), + [aux_sym_stop_after_phrase_token1] = ACTIONS(240), + [aux_sym_do_tuning_token1] = ACTIONS(240), + [aux_sym_to_phrase_token1] = ACTIONS(240), + [aux_sym_query_tuning_token1] = ACTIONS(240), + [aux_sym_query_tuning_token2] = ACTIONS(240), + [aux_sym_query_tuning_token3] = ACTIONS(240), + [aux_sym_query_tuning_token4] = ACTIONS(240), + [aux_sym_query_tuning_token5] = ACTIONS(240), + [aux_sym_query_tuning_token6] = ACTIONS(240), + [aux_sym_sort_clause_token1] = ACTIONS(240), + [aux_sym_image_phrase_token1] = ACTIONS(242), + [aux_sym_image_phrase_token2] = ACTIONS(240), + [aux_sym_size_phrase_token1] = ACTIONS(242), + [aux_sym_size_phrase_token2] = ACTIONS(240), + [aux_sym_size_phrase_token3] = ACTIONS(240), + [aux_sym_button_tuning_token1] = ACTIONS(240), + [aux_sym_button_tuning_token3] = ACTIONS(240), + [aux_sym_button_tuning_token4] = ACTIONS(240), + [aux_sym_button_tuning_token5] = ACTIONS(240), + [aux_sym_button_tuning_token6] = ACTIONS(240), + [aux_sym_button_tuning_token7] = ACTIONS(240), + [aux_sym_button_tuning_token8] = ACTIONS(240), + [aux_sym_button_tuning_token9] = ACTIONS(240), + [aux_sym_button_tuning_token10] = ACTIONS(240), + [aux_sym_button_tuning_token11] = ACTIONS(240), + [aux_sym_button_tuning_token12] = ACTIONS(240), + [aux_sym_button_tuning_token13] = ACTIONS(240), + [aux_sym_button_tuning_token14] = ACTIONS(240), + [aux_sym_button_tuning_token16] = ACTIONS(240), + [aux_sym_button_tuning_token17] = ACTIONS(240), + [sym__or_operator] = ACTIONS(240), + [sym__and_operator] = ACTIONS(240), + }, + [270] = { + [sym_comment] = STATE(270), + [sym_include] = STATE(270), + [anon_sym_COLON] = ACTIONS(208), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(210), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(208), + [sym__terminator] = ACTIONS(208), + [anon_sym_COMMA] = ACTIONS(208), + [aux_sym_type_tuning_token2] = ACTIONS(208), + [anon_sym_EQ] = ACTIONS(208), + [anon_sym_PLUS] = ACTIONS(208), + [anon_sym_DASH] = ACTIONS(208), + [aux_sym__multiplicative_operator_token1] = ACTIONS(208), + [aux_sym__multiplicative_operator_token2] = ACTIONS(210), + [anon_sym_LT] = ACTIONS(210), + [anon_sym_LT_EQ] = ACTIONS(208), + [anon_sym_LT_GT] = ACTIONS(208), + [anon_sym_GT] = ACTIONS(210), + [anon_sym_GT_EQ] = ACTIONS(208), + [aux_sym__comparison_operator_token1] = ACTIONS(208), + [aux_sym__comparison_operator_token2] = ACTIONS(208), + [aux_sym__comparison_operator_token3] = ACTIONS(208), + [aux_sym__comparison_operator_token4] = ACTIONS(208), + [aux_sym__comparison_operator_token5] = ACTIONS(208), + [aux_sym__comparison_operator_token6] = ACTIONS(208), + [aux_sym__comparison_operator_token7] = ACTIONS(208), + [aux_sym__comparison_operator_token8] = ACTIONS(208), + [aux_sym__comparison_operator_token9] = ACTIONS(208), + [aux_sym_variable_tuning_token4] = ACTIONS(208), + [aux_sym_function_call_token1] = ACTIONS(208), + [aux_sym_while_phrase_token1] = ACTIONS(208), + [aux_sym_repeat_tuning_token1] = ACTIONS(208), + [aux_sym_using_statement_token1] = ACTIONS(208), + [aux_sym_on_error_phrase_token1] = ACTIONS(208), + [aux_sym_stop_after_phrase_token1] = ACTIONS(208), + [aux_sym_do_tuning_token1] = ACTIONS(208), + [aux_sym_to_phrase_token1] = ACTIONS(208), + [aux_sym_query_tuning_token1] = ACTIONS(208), + [aux_sym_query_tuning_token2] = ACTIONS(208), + [aux_sym_query_tuning_token3] = ACTIONS(208), + [aux_sym_query_tuning_token4] = ACTIONS(208), + [aux_sym_query_tuning_token5] = ACTIONS(208), + [aux_sym_query_tuning_token6] = ACTIONS(208), + [aux_sym_sort_clause_token1] = ACTIONS(208), + [aux_sym_image_phrase_token1] = ACTIONS(210), + [aux_sym_image_phrase_token2] = ACTIONS(208), + [aux_sym_size_phrase_token1] = ACTIONS(210), + [aux_sym_size_phrase_token2] = ACTIONS(208), + [aux_sym_size_phrase_token3] = ACTIONS(208), + [aux_sym_button_tuning_token1] = ACTIONS(208), + [aux_sym_button_tuning_token3] = ACTIONS(208), + [aux_sym_button_tuning_token4] = ACTIONS(208), + [aux_sym_button_tuning_token5] = ACTIONS(208), + [aux_sym_button_tuning_token6] = ACTIONS(208), + [aux_sym_button_tuning_token7] = ACTIONS(208), + [aux_sym_button_tuning_token8] = ACTIONS(208), + [aux_sym_button_tuning_token9] = ACTIONS(208), + [aux_sym_button_tuning_token10] = ACTIONS(208), + [aux_sym_button_tuning_token11] = ACTIONS(208), + [aux_sym_button_tuning_token12] = ACTIONS(208), + [aux_sym_button_tuning_token13] = ACTIONS(208), + [aux_sym_button_tuning_token14] = ACTIONS(208), + [aux_sym_button_tuning_token16] = ACTIONS(208), + [aux_sym_button_tuning_token17] = ACTIONS(208), + [sym__or_operator] = ACTIONS(208), + [sym__and_operator] = ACTIONS(208), + }, + [271] = { + [sym_comment] = STATE(271), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(271), + [sym_identifier] = ACTIONS(1328), + [anon_sym_COLON] = ACTIONS(1328), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1328), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1328), + [aux_sym_boolean_literal_token1] = ACTIONS(1328), + [aux_sym_boolean_literal_token2] = ACTIONS(1328), + [aux_sym_boolean_literal_token3] = ACTIONS(1328), + [aux_sym_boolean_literal_token4] = ACTIONS(1328), + [sym__integer_literal] = ACTIONS(1328), + [sym_date_literal] = ACTIONS(1328), + [anon_sym_LBRACK] = ACTIONS(1328), + [anon_sym_LPAREN] = ACTIONS(1328), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1328), + [aux_sym_unary_expression_token2] = ACTIONS(1328), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1328), + [aux_sym_temp_table_expression_token1] = ACTIONS(1328), + [aux_sym_current_changed_expression_token1] = ACTIONS(1328), + [aux_sym_locked_expression_token1] = ACTIONS(1328), + [aux_sym_dataset_expression_token1] = ACTIONS(1328), + [aux_sym_input_expression_token1] = ACTIONS(1328), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1328), + [aux_sym_if_statement_token1] = ACTIONS(1328), + [aux_sym_while_phrase_token1] = ACTIONS(1328), + [aux_sym_on_error_phrase_token1] = ACTIONS(1328), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1328), + [aux_sym_do_tuning_token1] = ACTIONS(1328), + [aux_sym_to_phrase_token1] = ACTIONS(1328), + [aux_sym_sort_order_token1] = ACTIONS(1328), + [aux_sym_sort_order_token2] = ACTIONS(1328), + [aux_sym_sort_order_token3] = ACTIONS(1328), + [aux_sym_sort_order_token4] = ACTIONS(1328), + [aux_sym_sort_clause_token1] = ACTIONS(1328), + [aux_sym_can_find_expression_token1] = ACTIONS(1328), + [aux_sym_accumulate_expression_token1] = ACTIONS(1328), + [aux_sym_available_expression_token1] = ACTIONS(1328), + [aux_sym_available_expression_token2] = ACTIONS(1328), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1330), + }, + [272] = { + [sym_comment] = STATE(272), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(272), [sym_identifier] = ACTIONS(250), [anon_sym_COLON] = ACTIONS(250), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), + [anon_sym_SLASH] = ACTIONS(1119), [anon_sym_LBRACE] = ACTIONS(250), - [anon_sym_STAR] = ACTIONS(1064), + [anon_sym_STAR] = ACTIONS(1119), [sym_null_expression] = ACTIONS(250), [aux_sym_boolean_literal_token1] = ACTIONS(250), [aux_sym_boolean_literal_token2] = ACTIONS(250), @@ -66923,9 +71528,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__integer_literal] = ACTIONS(250), [sym_date_literal] = ACTIONS(250), [anon_sym_LBRACK] = ACTIONS(250), - [anon_sym_COMMA] = ACTIONS(250), [anon_sym_LPAREN] = ACTIONS(250), - [anon_sym_EQ] = ACTIONS(1066), + [anon_sym_EQ] = ACTIONS(1121), [aux_sym_unary_expression_token1] = ACTIONS(250), [aux_sym_unary_expression_token2] = ACTIONS(250), [aux_sym_ambiguous_expression_token1] = ACTIONS(250), @@ -66934,27 +71538,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_locked_expression_token1] = ACTIONS(250), [aux_sym_dataset_expression_token1] = ACTIONS(250), [aux_sym_input_expression_token1] = ACTIONS(250), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), [aux_sym_scope_tuning_token1] = ACTIONS(250), [aux_sym_if_statement_token1] = ACTIONS(250), + [aux_sym_while_phrase_token1] = ACTIONS(250), [aux_sym_on_error_phrase_token1] = ACTIONS(250), + [aux_sym_stop_after_phrase_token1] = ACTIONS(250), + [aux_sym_do_tuning_token1] = ACTIONS(250), [aux_sym_to_phrase_token1] = ACTIONS(250), [aux_sym_sort_order_token1] = ACTIONS(250), [aux_sym_sort_order_token2] = ACTIONS(250), @@ -66969,563 +71576,44916 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__and_operator] = ACTIONS(248), [sym__escaped_string] = ACTIONS(248), }, - [253] = { - [sym_comment] = STATE(253), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), - [sym_include] = STATE(253), - [sym_identifier] = ACTIONS(1181), - [anon_sym_COLON] = ACTIONS(1181), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1181), - [anon_sym_STAR] = ACTIONS(1064), - [sym_null_expression] = ACTIONS(1181), - [aux_sym_boolean_literal_token1] = ACTIONS(1181), - [aux_sym_boolean_literal_token2] = ACTIONS(1181), - [aux_sym_boolean_literal_token3] = ACTIONS(1181), - [aux_sym_boolean_literal_token4] = ACTIONS(1181), - [sym__integer_literal] = ACTIONS(1181), - [sym_date_literal] = ACTIONS(1181), - [anon_sym_LBRACK] = ACTIONS(1181), - [anon_sym_COMMA] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1181), - [aux_sym_unary_expression_token2] = ACTIONS(1181), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1181), - [aux_sym_temp_table_expression_token1] = ACTIONS(1181), - [aux_sym_current_changed_expression_token1] = ACTIONS(1181), - [aux_sym_locked_expression_token1] = ACTIONS(1181), - [aux_sym_dataset_expression_token1] = ACTIONS(1181), - [aux_sym_input_expression_token1] = ACTIONS(1181), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1181), - [aux_sym_if_statement_token1] = ACTIONS(1181), - [aux_sym_on_error_phrase_token1] = ACTIONS(1181), - [aux_sym_to_phrase_token1] = ACTIONS(1181), - [aux_sym_sort_order_token1] = ACTIONS(1181), - [aux_sym_sort_order_token2] = ACTIONS(1181), - [aux_sym_sort_order_token3] = ACTIONS(1181), - [aux_sym_sort_order_token4] = ACTIONS(1181), - [aux_sym_sort_clause_token1] = ACTIONS(1181), - [aux_sym_can_find_expression_token1] = ACTIONS(1181), - [aux_sym_accumulate_expression_token1] = ACTIONS(1181), - [aux_sym_available_expression_token1] = ACTIONS(1181), - [aux_sym_available_expression_token2] = ACTIONS(1181), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1183), + [273] = { + [sym_comment] = STATE(273), + [sym_include] = STATE(273), + [anon_sym_COLON] = ACTIONS(158), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(160), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(158), + [sym__terminator] = ACTIONS(158), + [anon_sym_COMMA] = ACTIONS(158), + [aux_sym_type_tuning_token2] = ACTIONS(158), + [anon_sym_EQ] = ACTIONS(158), + [anon_sym_PLUS] = ACTIONS(158), + [anon_sym_DASH] = ACTIONS(158), + [aux_sym__multiplicative_operator_token1] = ACTIONS(158), + [aux_sym__multiplicative_operator_token2] = ACTIONS(160), + [anon_sym_LT] = ACTIONS(160), + [anon_sym_LT_EQ] = ACTIONS(158), + [anon_sym_LT_GT] = ACTIONS(158), + [anon_sym_GT] = ACTIONS(160), + [anon_sym_GT_EQ] = ACTIONS(158), + [aux_sym__comparison_operator_token1] = ACTIONS(158), + [aux_sym__comparison_operator_token2] = ACTIONS(158), + [aux_sym__comparison_operator_token3] = ACTIONS(158), + [aux_sym__comparison_operator_token4] = ACTIONS(158), + [aux_sym__comparison_operator_token5] = ACTIONS(158), + [aux_sym__comparison_operator_token6] = ACTIONS(158), + [aux_sym__comparison_operator_token7] = ACTIONS(158), + [aux_sym__comparison_operator_token8] = ACTIONS(158), + [aux_sym__comparison_operator_token9] = ACTIONS(158), + [aux_sym_variable_tuning_token4] = ACTIONS(158), + [aux_sym_function_call_token1] = ACTIONS(158), + [aux_sym_while_phrase_token1] = ACTIONS(158), + [aux_sym_repeat_tuning_token1] = ACTIONS(158), + [aux_sym_using_statement_token1] = ACTIONS(158), + [aux_sym_on_error_phrase_token1] = ACTIONS(158), + [aux_sym_stop_after_phrase_token1] = ACTIONS(158), + [aux_sym_do_tuning_token1] = ACTIONS(158), + [aux_sym_to_phrase_token1] = ACTIONS(158), + [aux_sym_query_tuning_token1] = ACTIONS(158), + [aux_sym_query_tuning_token2] = ACTIONS(158), + [aux_sym_query_tuning_token3] = ACTIONS(158), + [aux_sym_query_tuning_token4] = ACTIONS(158), + [aux_sym_query_tuning_token5] = ACTIONS(158), + [aux_sym_query_tuning_token6] = ACTIONS(158), + [aux_sym_sort_clause_token1] = ACTIONS(158), + [aux_sym_image_phrase_token1] = ACTIONS(160), + [aux_sym_image_phrase_token2] = ACTIONS(158), + [aux_sym_size_phrase_token1] = ACTIONS(160), + [aux_sym_size_phrase_token2] = ACTIONS(158), + [aux_sym_size_phrase_token3] = ACTIONS(158), + [aux_sym_button_tuning_token1] = ACTIONS(158), + [aux_sym_button_tuning_token3] = ACTIONS(158), + [aux_sym_button_tuning_token4] = ACTIONS(158), + [aux_sym_button_tuning_token5] = ACTIONS(158), + [aux_sym_button_tuning_token6] = ACTIONS(158), + [aux_sym_button_tuning_token7] = ACTIONS(158), + [aux_sym_button_tuning_token8] = ACTIONS(158), + [aux_sym_button_tuning_token9] = ACTIONS(158), + [aux_sym_button_tuning_token10] = ACTIONS(158), + [aux_sym_button_tuning_token11] = ACTIONS(158), + [aux_sym_button_tuning_token12] = ACTIONS(158), + [aux_sym_button_tuning_token13] = ACTIONS(158), + [aux_sym_button_tuning_token14] = ACTIONS(158), + [aux_sym_button_tuning_token16] = ACTIONS(158), + [aux_sym_button_tuning_token17] = ACTIONS(158), + [sym__or_operator] = ACTIONS(158), + [sym__and_operator] = ACTIONS(158), }, - [254] = { - [sym_comment] = STATE(254), - [sym__logical_operator] = STATE(835), - [sym__additive_operator] = STATE(834), - [sym__multiplicative_operator] = STATE(833), - [sym__comparison_operator] = STATE(832), - [sym_include] = STATE(254), - [sym_identifier] = ACTIONS(1185), - [anon_sym_COLON] = ACTIONS(1185), + [274] = { + [sym_comment] = STATE(274), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(274), + [sym_sort_order] = STATE(3047), + [sym_identifier] = ACTIONS(1117), + [anon_sym_COLON] = ACTIONS(1117), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1185), - [anon_sym_LBRACE] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1185), - [sym_null_expression] = ACTIONS(1185), - [aux_sym_boolean_literal_token1] = ACTIONS(1185), - [aux_sym_boolean_literal_token2] = ACTIONS(1185), - [aux_sym_boolean_literal_token3] = ACTIONS(1185), - [aux_sym_boolean_literal_token4] = ACTIONS(1185), - [sym__integer_literal] = ACTIONS(1185), - [sym_date_literal] = ACTIONS(1185), - [anon_sym_LBRACK] = ACTIONS(1185), - [anon_sym_COMMA] = ACTIONS(1185), - [anon_sym_LPAREN] = ACTIONS(1185), - [anon_sym_EQ] = ACTIONS(1185), - [aux_sym_unary_expression_token1] = ACTIONS(1185), - [aux_sym_unary_expression_token2] = ACTIONS(1185), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1185), - [aux_sym_temp_table_expression_token1] = ACTIONS(1185), - [aux_sym_current_changed_expression_token1] = ACTIONS(1185), - [aux_sym_locked_expression_token1] = ACTIONS(1185), - [aux_sym_dataset_expression_token1] = ACTIONS(1185), - [aux_sym_input_expression_token1] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1185), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1185), - [anon_sym_LT] = ACTIONS(1185), - [anon_sym_LT_EQ] = ACTIONS(1185), - [anon_sym_LT_GT] = ACTIONS(1185), - [anon_sym_GT] = ACTIONS(1185), - [anon_sym_GT_EQ] = ACTIONS(1185), - [aux_sym__comparison_operator_token1] = ACTIONS(1185), - [aux_sym__comparison_operator_token2] = ACTIONS(1185), - [aux_sym__comparison_operator_token3] = ACTIONS(1185), - [aux_sym__comparison_operator_token4] = ACTIONS(1185), - [aux_sym__comparison_operator_token5] = ACTIONS(1185), - [aux_sym__comparison_operator_token6] = ACTIONS(1185), - [aux_sym__comparison_operator_token7] = ACTIONS(1185), - [aux_sym__comparison_operator_token8] = ACTIONS(1185), - [aux_sym__comparison_operator_token9] = ACTIONS(1185), - [aux_sym_scope_tuning_token1] = ACTIONS(1185), - [aux_sym_if_statement_token1] = ACTIONS(1185), - [aux_sym_on_error_phrase_token1] = ACTIONS(1185), - [aux_sym_to_phrase_token1] = ACTIONS(1185), - [aux_sym_sort_order_token1] = ACTIONS(1185), - [aux_sym_sort_order_token2] = ACTIONS(1185), - [aux_sym_sort_order_token3] = ACTIONS(1185), - [aux_sym_sort_order_token4] = ACTIONS(1185), - [aux_sym_sort_clause_token1] = ACTIONS(1185), - [aux_sym_can_find_expression_token1] = ACTIONS(1185), - [aux_sym_accumulate_expression_token1] = ACTIONS(1185), - [aux_sym_available_expression_token1] = ACTIONS(1185), - [aux_sym_available_expression_token2] = ACTIONS(1185), - [sym__or_operator] = ACTIONS(1187), - [sym__and_operator] = ACTIONS(1187), - [sym__escaped_string] = ACTIONS(1187), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1117), + [aux_sym_boolean_literal_token1] = ACTIONS(1117), + [aux_sym_boolean_literal_token2] = ACTIONS(1117), + [aux_sym_boolean_literal_token3] = ACTIONS(1117), + [aux_sym_boolean_literal_token4] = ACTIONS(1117), + [sym__integer_literal] = ACTIONS(1117), + [sym_date_literal] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1117), + [aux_sym_unary_expression_token2] = ACTIONS(1117), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1117), + [aux_sym_temp_table_expression_token1] = ACTIONS(1117), + [aux_sym_current_changed_expression_token1] = ACTIONS(1117), + [aux_sym_locked_expression_token1] = ACTIONS(1117), + [aux_sym_dataset_expression_token1] = ACTIONS(1117), + [aux_sym_input_expression_token1] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1117), + [aux_sym_if_statement_token1] = ACTIONS(1117), + [aux_sym_while_phrase_token1] = ACTIONS(1117), + [aux_sym_repeat_tuning_token1] = ACTIONS(1117), + [aux_sym_on_error_phrase_token1] = ACTIONS(1117), + [aux_sym_to_phrase_token1] = ACTIONS(1117), + [aux_sym_sort_order_token1] = ACTIONS(1332), + [aux_sym_sort_order_token2] = ACTIONS(1332), + [aux_sym_sort_order_token3] = ACTIONS(1332), + [aux_sym_sort_order_token4] = ACTIONS(1332), + [aux_sym_sort_clause_token1] = ACTIONS(1117), + [aux_sym_can_find_expression_token1] = ACTIONS(1117), + [aux_sym_accumulate_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token2] = ACTIONS(1117), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1129), }, - [255] = { - [sym_comment] = STATE(255), - [sym_constant] = STATE(891), - [sym_qualified_name] = STATE(891), - [sym_boolean_literal] = STATE(891), - [sym__decimal_literal] = STATE(839), - [sym_number_literal] = STATE(891), - [sym_string_literal] = STATE(891), - [sym_array_literal] = STATE(891), - [sym_parenthesized_expression] = STATE(891), - [sym_logical_expression] = STATE(889), - [sym_unary_expression] = STATE(891), - [sym_ambiguous_expression] = STATE(891), - [sym_temp_table_expression] = STATE(891), - [sym_current_changed_expression] = STATE(891), - [sym_locked_expression] = STATE(891), - [sym_dataset_expression] = STATE(891), - [sym_input_expression] = STATE(891), - [sym_additive_expression] = STATE(889), - [sym_multiplicative_expression] = STATE(889), - [sym_comparison_expression] = STATE(889), - [sym__binary_expression] = STATE(891), - [sym_array_access] = STATE(891), - [sym_include] = STATE(255), - [sym_function_call] = STATE(361), - [sym_ternary_expression] = STATE(891), - [sym_new_expression] = STATE(361), - [sym_object_access] = STATE(376), - [sym_member_access] = STATE(891), - [sym_sort_column] = STATE(3191), - [sym_can_find_expression] = STATE(891), - [sym_accumulate_expression] = STATE(891), - [sym_available_expression] = STATE(891), - [sym__expression] = STATE(256), - [aux_sym_sort_clause_repeat1] = STATE(255), - [sym_identifier] = ACTIONS(1189), + [275] = { + [sym_comment] = STATE(275), + [sym_constant] = STATE(460), + [sym_qualified_name] = STATE(460), + [sym_boolean_literal] = STATE(460), + [sym__decimal_literal] = STATE(453), + [sym_number_literal] = STATE(460), + [sym_string_literal] = STATE(460), + [sym_array_literal] = STATE(460), + [sym_parenthesized_expression] = STATE(460), + [sym_logical_expression] = STATE(457), + [sym_unary_expression] = STATE(460), + [sym_ambiguous_expression] = STATE(460), + [sym_temp_table_expression] = STATE(460), + [sym_current_changed_expression] = STATE(460), + [sym_locked_expression] = STATE(460), + [sym_dataset_expression] = STATE(460), + [sym_input_expression] = STATE(460), + [sym_additive_expression] = STATE(457), + [sym_multiplicative_expression] = STATE(457), + [sym_comparison_expression] = STATE(457), + [sym__binary_expression] = STATE(460), + [sym_array_access] = STATE(460), + [sym_include] = STATE(275), + [sym_function_call] = STATE(338), + [sym_ternary_expression] = STATE(460), + [sym_new_expression] = STATE(338), + [sym_object_access] = STATE(375), + [sym_member_access] = STATE(460), + [sym_sort_column] = STATE(2592), + [sym_can_find_expression] = STATE(460), + [sym_accumulate_expression] = STATE(460), + [sym_available_expression] = STATE(460), + [sym__expression] = STATE(274), + [aux_sym_sort_clause_repeat1] = STATE(244), + [sym_identifier] = ACTIONS(1334), + [anon_sym_COLON] = ACTIONS(1112), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(1192), - [sym__terminator] = ACTIONS(1081), - [sym_null_expression] = ACTIONS(1195), - [aux_sym_boolean_literal_token1] = ACTIONS(1198), - [aux_sym_boolean_literal_token2] = ACTIONS(1198), - [aux_sym_boolean_literal_token3] = ACTIONS(1198), - [aux_sym_boolean_literal_token4] = ACTIONS(1198), - [sym__integer_literal] = ACTIONS(1201), - [sym_date_literal] = ACTIONS(1195), - [anon_sym_LBRACK] = ACTIONS(1204), - [anon_sym_LPAREN] = ACTIONS(1207), - [aux_sym_unary_expression_token1] = ACTIONS(1210), - [aux_sym_unary_expression_token2] = ACTIONS(1213), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1216), - [aux_sym_temp_table_expression_token1] = ACTIONS(1219), - [aux_sym_current_changed_expression_token1] = ACTIONS(1222), - [aux_sym_locked_expression_token1] = ACTIONS(1225), - [aux_sym_dataset_expression_token1] = ACTIONS(1228), - [aux_sym_input_expression_token1] = ACTIONS(1231), - [aux_sym_scope_tuning_token1] = ACTIONS(1234), - [aux_sym_if_statement_token1] = ACTIONS(1237), - [aux_sym_can_find_expression_token1] = ACTIONS(1240), - [aux_sym_accumulate_expression_token1] = ACTIONS(1243), - [aux_sym_available_expression_token1] = ACTIONS(1246), - [aux_sym_available_expression_token2] = ACTIONS(1246), - [aux_sym_field_definition_token1] = ACTIONS(1081), - [aux_sym_index_definition_token1] = ACTIONS(1081), - [sym__escaped_string] = ACTIONS(1249), + [anon_sym_LBRACE] = ACTIONS(1267), + [sym_null_expression] = ACTIONS(1269), + [aux_sym_boolean_literal_token1] = ACTIONS(1271), + [aux_sym_boolean_literal_token2] = ACTIONS(1271), + [aux_sym_boolean_literal_token3] = ACTIONS(1271), + [aux_sym_boolean_literal_token4] = ACTIONS(1271), + [sym__integer_literal] = ACTIONS(1273), + [sym_date_literal] = ACTIONS(1269), + [anon_sym_LBRACK] = ACTIONS(1275), + [anon_sym_LPAREN] = ACTIONS(1277), + [aux_sym_unary_expression_token1] = ACTIONS(1279), + [aux_sym_unary_expression_token2] = ACTIONS(1281), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1283), + [aux_sym_temp_table_expression_token1] = ACTIONS(1285), + [aux_sym_current_changed_expression_token1] = ACTIONS(1287), + [aux_sym_locked_expression_token1] = ACTIONS(1289), + [aux_sym_dataset_expression_token1] = ACTIONS(1291), + [aux_sym_input_expression_token1] = ACTIONS(1293), + [aux_sym_scope_tuning_token1] = ACTIONS(1337), + [aux_sym_if_statement_token1] = ACTIONS(1298), + [aux_sym_while_phrase_token1] = ACTIONS(1112), + [aux_sym_repeat_tuning_token1] = ACTIONS(1112), + [aux_sym_on_error_phrase_token1] = ACTIONS(1112), + [aux_sym_to_phrase_token1] = ACTIONS(1112), + [aux_sym_sort_clause_token1] = ACTIONS(1112), + [aux_sym_can_find_expression_token1] = ACTIONS(1300), + [aux_sym_accumulate_expression_token1] = ACTIONS(1302), + [aux_sym_available_expression_token1] = ACTIONS(1304), + [aux_sym_available_expression_token2] = ACTIONS(1304), + [sym__escaped_string] = ACTIONS(1306), }, - [256] = { - [sym_comment] = STATE(256), - [sym__logical_operator] = STATE(514), - [sym__additive_operator] = STATE(513), - [sym__multiplicative_operator] = STATE(512), - [sym__comparison_operator] = STATE(511), - [sym_include] = STATE(256), - [sym_sort_order] = STATE(3147), - [sym_identifier] = ACTIONS(1062), + [276] = { + [sym_comment] = STATE(276), + [sym_include] = STATE(276), + [anon_sym_COLON] = ACTIONS(216), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(218), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(216), + [sym__terminator] = ACTIONS(216), + [anon_sym_COMMA] = ACTIONS(216), + [aux_sym_type_tuning_token2] = ACTIONS(216), + [anon_sym_EQ] = ACTIONS(216), + [anon_sym_PLUS] = ACTIONS(216), + [anon_sym_DASH] = ACTIONS(216), + [aux_sym__multiplicative_operator_token1] = ACTIONS(216), + [aux_sym__multiplicative_operator_token2] = ACTIONS(218), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_LT_EQ] = ACTIONS(216), + [anon_sym_LT_GT] = ACTIONS(216), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_EQ] = ACTIONS(216), + [aux_sym__comparison_operator_token1] = ACTIONS(216), + [aux_sym__comparison_operator_token2] = ACTIONS(216), + [aux_sym__comparison_operator_token3] = ACTIONS(216), + [aux_sym__comparison_operator_token4] = ACTIONS(216), + [aux_sym__comparison_operator_token5] = ACTIONS(216), + [aux_sym__comparison_operator_token6] = ACTIONS(216), + [aux_sym__comparison_operator_token7] = ACTIONS(216), + [aux_sym__comparison_operator_token8] = ACTIONS(216), + [aux_sym__comparison_operator_token9] = ACTIONS(216), + [aux_sym_variable_tuning_token4] = ACTIONS(216), + [aux_sym_function_call_token1] = ACTIONS(216), + [aux_sym_while_phrase_token1] = ACTIONS(216), + [aux_sym_repeat_tuning_token1] = ACTIONS(216), + [aux_sym_using_statement_token1] = ACTIONS(216), + [aux_sym_on_error_phrase_token1] = ACTIONS(216), + [aux_sym_stop_after_phrase_token1] = ACTIONS(216), + [aux_sym_do_tuning_token1] = ACTIONS(216), + [aux_sym_to_phrase_token1] = ACTIONS(216), + [aux_sym_query_tuning_token1] = ACTIONS(216), + [aux_sym_query_tuning_token2] = ACTIONS(216), + [aux_sym_query_tuning_token3] = ACTIONS(216), + [aux_sym_query_tuning_token4] = ACTIONS(216), + [aux_sym_query_tuning_token5] = ACTIONS(216), + [aux_sym_query_tuning_token6] = ACTIONS(216), + [aux_sym_sort_clause_token1] = ACTIONS(216), + [aux_sym_image_phrase_token1] = ACTIONS(218), + [aux_sym_image_phrase_token2] = ACTIONS(216), + [aux_sym_size_phrase_token1] = ACTIONS(218), + [aux_sym_size_phrase_token2] = ACTIONS(216), + [aux_sym_size_phrase_token3] = ACTIONS(216), + [aux_sym_button_tuning_token1] = ACTIONS(216), + [aux_sym_button_tuning_token3] = ACTIONS(216), + [aux_sym_button_tuning_token4] = ACTIONS(216), + [aux_sym_button_tuning_token5] = ACTIONS(216), + [aux_sym_button_tuning_token6] = ACTIONS(216), + [aux_sym_button_tuning_token7] = ACTIONS(216), + [aux_sym_button_tuning_token8] = ACTIONS(216), + [aux_sym_button_tuning_token9] = ACTIONS(216), + [aux_sym_button_tuning_token10] = ACTIONS(216), + [aux_sym_button_tuning_token11] = ACTIONS(216), + [aux_sym_button_tuning_token12] = ACTIONS(216), + [aux_sym_button_tuning_token13] = ACTIONS(216), + [aux_sym_button_tuning_token14] = ACTIONS(216), + [aux_sym_button_tuning_token16] = ACTIONS(216), + [aux_sym_button_tuning_token17] = ACTIONS(216), + [sym__or_operator] = ACTIONS(216), + [sym__and_operator] = ACTIONS(216), + }, + [277] = { + [sym_comment] = STATE(277), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(277), + [sym_identifier] = ACTIONS(1340), + [anon_sym_COLON] = ACTIONS(1340), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_STAR] = ACTIONS(1064), - [sym__terminator] = ACTIONS(1062), - [sym_null_expression] = ACTIONS(1062), - [aux_sym_boolean_literal_token1] = ACTIONS(1062), - [aux_sym_boolean_literal_token2] = ACTIONS(1062), - [aux_sym_boolean_literal_token3] = ACTIONS(1062), - [aux_sym_boolean_literal_token4] = ACTIONS(1062), - [sym__integer_literal] = ACTIONS(1062), - [sym_date_literal] = ACTIONS(1062), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_LPAREN] = ACTIONS(1062), - [anon_sym_EQ] = ACTIONS(1066), - [aux_sym_unary_expression_token1] = ACTIONS(1062), - [aux_sym_unary_expression_token2] = ACTIONS(1062), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1062), - [aux_sym_temp_table_expression_token1] = ACTIONS(1062), - [aux_sym_current_changed_expression_token1] = ACTIONS(1062), - [aux_sym_locked_expression_token1] = ACTIONS(1062), - [aux_sym_dataset_expression_token1] = ACTIONS(1062), - [aux_sym_input_expression_token1] = ACTIONS(1062), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1064), - [aux_sym__multiplicative_operator_token2] = ACTIONS(1064), - [anon_sym_LT] = ACTIONS(1066), - [anon_sym_LT_EQ] = ACTIONS(1066), - [anon_sym_LT_GT] = ACTIONS(1066), - [anon_sym_GT] = ACTIONS(1066), - [anon_sym_GT_EQ] = ACTIONS(1066), - [aux_sym__comparison_operator_token1] = ACTIONS(1066), - [aux_sym__comparison_operator_token2] = ACTIONS(1066), - [aux_sym__comparison_operator_token3] = ACTIONS(1066), - [aux_sym__comparison_operator_token4] = ACTIONS(1066), - [aux_sym__comparison_operator_token5] = ACTIONS(1066), - [aux_sym__comparison_operator_token6] = ACTIONS(1066), - [aux_sym__comparison_operator_token7] = ACTIONS(1066), - [aux_sym__comparison_operator_token8] = ACTIONS(1066), - [aux_sym__comparison_operator_token9] = ACTIONS(1066), - [aux_sym_scope_tuning_token1] = ACTIONS(1062), - [aux_sym_if_statement_token1] = ACTIONS(1062), - [aux_sym_sort_order_token1] = ACTIONS(1252), - [aux_sym_sort_order_token2] = ACTIONS(1252), - [aux_sym_sort_order_token3] = ACTIONS(1252), - [aux_sym_sort_order_token4] = ACTIONS(1252), - [aux_sym_can_find_expression_token1] = ACTIONS(1062), - [aux_sym_accumulate_expression_token1] = ACTIONS(1062), - [aux_sym_available_expression_token1] = ACTIONS(1062), - [aux_sym_available_expression_token2] = ACTIONS(1062), - [aux_sym_field_definition_token1] = ACTIONS(1062), - [aux_sym_index_definition_token1] = ACTIONS(1062), - [sym__or_operator] = ACTIONS(1072), - [sym__and_operator] = ACTIONS(1072), - [sym__escaped_string] = ACTIONS(1074), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1340), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1340), + [aux_sym_boolean_literal_token1] = ACTIONS(1340), + [aux_sym_boolean_literal_token2] = ACTIONS(1340), + [aux_sym_boolean_literal_token3] = ACTIONS(1340), + [aux_sym_boolean_literal_token4] = ACTIONS(1340), + [sym__integer_literal] = ACTIONS(1340), + [sym_date_literal] = ACTIONS(1340), + [anon_sym_LBRACK] = ACTIONS(1340), + [anon_sym_LPAREN] = ACTIONS(1340), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1340), + [aux_sym_unary_expression_token2] = ACTIONS(1340), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1340), + [aux_sym_temp_table_expression_token1] = ACTIONS(1340), + [aux_sym_current_changed_expression_token1] = ACTIONS(1340), + [aux_sym_locked_expression_token1] = ACTIONS(1340), + [aux_sym_dataset_expression_token1] = ACTIONS(1340), + [aux_sym_input_expression_token1] = ACTIONS(1340), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1340), + [aux_sym_if_statement_token1] = ACTIONS(1340), + [aux_sym_while_phrase_token1] = ACTIONS(1340), + [aux_sym_on_error_phrase_token1] = ACTIONS(1340), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1340), + [aux_sym_do_tuning_token1] = ACTIONS(1340), + [aux_sym_to_phrase_token1] = ACTIONS(1340), + [aux_sym_sort_order_token1] = ACTIONS(1340), + [aux_sym_sort_order_token2] = ACTIONS(1340), + [aux_sym_sort_order_token3] = ACTIONS(1340), + [aux_sym_sort_order_token4] = ACTIONS(1340), + [aux_sym_sort_clause_token1] = ACTIONS(1340), + [aux_sym_can_find_expression_token1] = ACTIONS(1340), + [aux_sym_accumulate_expression_token1] = ACTIONS(1340), + [aux_sym_available_expression_token1] = ACTIONS(1340), + [aux_sym_available_expression_token2] = ACTIONS(1340), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1342), }, - [257] = { - [sym_comment] = STATE(257), - [sym_constant] = STATE(891), - [sym_qualified_name] = STATE(891), - [sym_boolean_literal] = STATE(891), - [sym__decimal_literal] = STATE(839), - [sym_number_literal] = STATE(891), - [sym_string_literal] = STATE(891), - [sym_array_literal] = STATE(891), - [sym_parenthesized_expression] = STATE(891), - [sym_logical_expression] = STATE(889), - [sym_unary_expression] = STATE(891), - [sym_ambiguous_expression] = STATE(891), - [sym_temp_table_expression] = STATE(891), - [sym_current_changed_expression] = STATE(891), - [sym_locked_expression] = STATE(891), - [sym_dataset_expression] = STATE(891), - [sym_input_expression] = STATE(891), - [sym_additive_expression] = STATE(889), - [sym_multiplicative_expression] = STATE(889), - [sym_comparison_expression] = STATE(889), - [sym__binary_expression] = STATE(891), - [sym_array_access] = STATE(891), - [sym_include] = STATE(257), - [sym_function_call] = STATE(361), - [sym_ternary_expression] = STATE(891), - [sym_new_expression] = STATE(361), - [sym_object_access] = STATE(376), - [sym_member_access] = STATE(891), - [sym_sort_column] = STATE(3191), - [sym_can_find_expression] = STATE(891), - [sym_accumulate_expression] = STATE(891), - [sym_available_expression] = STATE(891), - [sym__expression] = STATE(256), - [aux_sym_sort_clause_repeat1] = STATE(255), - [sym_identifier] = ACTIONS(894), + [278] = { + [sym_comment] = STATE(278), + [sym_include] = STATE(278), + [anon_sym_COLON] = ACTIONS(67), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(67), + [sym__terminator] = ACTIONS(67), + [anon_sym_COMMA] = ACTIONS(67), + [aux_sym_type_tuning_token2] = ACTIONS(67), + [anon_sym_EQ] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(67), + [anon_sym_DASH] = ACTIONS(67), + [aux_sym__multiplicative_operator_token1] = ACTIONS(67), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(67), + [anon_sym_LT_GT] = ACTIONS(67), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(67), + [aux_sym__comparison_operator_token1] = ACTIONS(67), + [aux_sym__comparison_operator_token2] = ACTIONS(67), + [aux_sym__comparison_operator_token3] = ACTIONS(67), + [aux_sym__comparison_operator_token4] = ACTIONS(67), + [aux_sym__comparison_operator_token5] = ACTIONS(67), + [aux_sym__comparison_operator_token6] = ACTIONS(67), + [aux_sym__comparison_operator_token7] = ACTIONS(67), + [aux_sym__comparison_operator_token8] = ACTIONS(67), + [aux_sym__comparison_operator_token9] = ACTIONS(67), + [aux_sym_variable_tuning_token4] = ACTIONS(67), + [aux_sym_function_call_token1] = ACTIONS(67), + [aux_sym_while_phrase_token1] = ACTIONS(67), + [aux_sym_repeat_tuning_token1] = ACTIONS(67), + [aux_sym_using_statement_token1] = ACTIONS(67), + [aux_sym_on_error_phrase_token1] = ACTIONS(67), + [aux_sym_stop_after_phrase_token1] = ACTIONS(67), + [aux_sym_do_tuning_token1] = ACTIONS(67), + [aux_sym_to_phrase_token1] = ACTIONS(67), + [aux_sym_query_tuning_token1] = ACTIONS(67), + [aux_sym_query_tuning_token2] = ACTIONS(67), + [aux_sym_query_tuning_token3] = ACTIONS(67), + [aux_sym_query_tuning_token4] = ACTIONS(67), + [aux_sym_query_tuning_token5] = ACTIONS(67), + [aux_sym_query_tuning_token6] = ACTIONS(67), + [aux_sym_sort_clause_token1] = ACTIONS(67), + [aux_sym_image_phrase_token1] = ACTIONS(73), + [aux_sym_image_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token1] = ACTIONS(73), + [aux_sym_size_phrase_token2] = ACTIONS(67), + [aux_sym_size_phrase_token3] = ACTIONS(67), + [aux_sym_button_tuning_token1] = ACTIONS(67), + [aux_sym_button_tuning_token3] = ACTIONS(67), + [aux_sym_button_tuning_token4] = ACTIONS(67), + [aux_sym_button_tuning_token5] = ACTIONS(67), + [aux_sym_button_tuning_token6] = ACTIONS(67), + [aux_sym_button_tuning_token7] = ACTIONS(67), + [aux_sym_button_tuning_token8] = ACTIONS(67), + [aux_sym_button_tuning_token9] = ACTIONS(67), + [aux_sym_button_tuning_token10] = ACTIONS(67), + [aux_sym_button_tuning_token11] = ACTIONS(67), + [aux_sym_button_tuning_token12] = ACTIONS(67), + [aux_sym_button_tuning_token13] = ACTIONS(67), + [aux_sym_button_tuning_token14] = ACTIONS(67), + [aux_sym_button_tuning_token16] = ACTIONS(67), + [aux_sym_button_tuning_token17] = ACTIONS(67), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + }, + [279] = { + [sym_comment] = STATE(279), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(279), + [sym_identifier] = ACTIONS(1344), + [anon_sym_COLON] = ACTIONS(1344), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(896), - [sym__terminator] = ACTIONS(1254), - [sym_null_expression] = ACTIONS(900), - [aux_sym_boolean_literal_token1] = ACTIONS(902), - [aux_sym_boolean_literal_token2] = ACTIONS(902), - [aux_sym_boolean_literal_token3] = ACTIONS(902), - [aux_sym_boolean_literal_token4] = ACTIONS(902), - [sym__integer_literal] = ACTIONS(904), - [sym_date_literal] = ACTIONS(900), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(908), - [aux_sym_unary_expression_token1] = ACTIONS(912), - [aux_sym_unary_expression_token2] = ACTIONS(914), - [aux_sym_ambiguous_expression_token1] = ACTIONS(916), - [aux_sym_temp_table_expression_token1] = ACTIONS(918), - [aux_sym_current_changed_expression_token1] = ACTIONS(920), - [aux_sym_locked_expression_token1] = ACTIONS(922), - [aux_sym_dataset_expression_token1] = ACTIONS(924), - [aux_sym_input_expression_token1] = ACTIONS(926), - [aux_sym_scope_tuning_token1] = ACTIONS(928), - [aux_sym_if_statement_token1] = ACTIONS(930), - [aux_sym_can_find_expression_token1] = ACTIONS(932), - [aux_sym_accumulate_expression_token1] = ACTIONS(934), - [aux_sym_available_expression_token1] = ACTIONS(936), - [aux_sym_available_expression_token2] = ACTIONS(936), - [aux_sym_field_definition_token1] = ACTIONS(1254), - [aux_sym_index_definition_token1] = ACTIONS(1254), - [sym__escaped_string] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1344), + [aux_sym_boolean_literal_token1] = ACTIONS(1344), + [aux_sym_boolean_literal_token2] = ACTIONS(1344), + [aux_sym_boolean_literal_token3] = ACTIONS(1344), + [aux_sym_boolean_literal_token4] = ACTIONS(1344), + [sym__integer_literal] = ACTIONS(1344), + [sym_date_literal] = ACTIONS(1344), + [anon_sym_LBRACK] = ACTIONS(1344), + [anon_sym_LPAREN] = ACTIONS(1344), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1344), + [aux_sym_unary_expression_token2] = ACTIONS(1344), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1344), + [aux_sym_temp_table_expression_token1] = ACTIONS(1344), + [aux_sym_current_changed_expression_token1] = ACTIONS(1344), + [aux_sym_locked_expression_token1] = ACTIONS(1344), + [aux_sym_dataset_expression_token1] = ACTIONS(1344), + [aux_sym_input_expression_token1] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1344), + [aux_sym_if_statement_token1] = ACTIONS(1344), + [aux_sym_while_phrase_token1] = ACTIONS(1344), + [aux_sym_on_error_phrase_token1] = ACTIONS(1344), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1344), + [aux_sym_do_tuning_token1] = ACTIONS(1344), + [aux_sym_to_phrase_token1] = ACTIONS(1344), + [aux_sym_sort_order_token1] = ACTIONS(1344), + [aux_sym_sort_order_token2] = ACTIONS(1344), + [aux_sym_sort_order_token3] = ACTIONS(1344), + [aux_sym_sort_order_token4] = ACTIONS(1344), + [aux_sym_sort_clause_token1] = ACTIONS(1344), + [aux_sym_can_find_expression_token1] = ACTIONS(1344), + [aux_sym_accumulate_expression_token1] = ACTIONS(1344), + [aux_sym_available_expression_token1] = ACTIONS(1344), + [aux_sym_available_expression_token2] = ACTIONS(1344), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1346), }, - [258] = { - [sym_comment] = STATE(258), - [sym_constant] = STATE(891), - [sym_qualified_name] = STATE(891), - [sym_boolean_literal] = STATE(891), - [sym__decimal_literal] = STATE(839), - [sym_number_literal] = STATE(891), - [sym_string_literal] = STATE(891), - [sym_array_literal] = STATE(891), - [sym_parenthesized_expression] = STATE(891), - [sym_logical_expression] = STATE(889), - [sym_unary_expression] = STATE(891), - [sym_ambiguous_expression] = STATE(891), - [sym_temp_table_expression] = STATE(891), - [sym_current_changed_expression] = STATE(891), - [sym_locked_expression] = STATE(891), - [sym_dataset_expression] = STATE(891), - [sym_input_expression] = STATE(891), - [sym_additive_expression] = STATE(889), - [sym_multiplicative_expression] = STATE(889), - [sym_comparison_expression] = STATE(889), - [sym__binary_expression] = STATE(891), - [sym_array_access] = STATE(891), - [sym_include] = STATE(258), - [sym_function_call] = STATE(361), - [sym_ternary_expression] = STATE(891), - [sym_new_expression] = STATE(361), - [sym_object_access] = STATE(376), - [sym_member_access] = STATE(891), - [sym_sort_column] = STATE(3191), - [sym_can_find_expression] = STATE(891), - [sym_accumulate_expression] = STATE(891), - [sym_available_expression] = STATE(891), - [sym__expression] = STATE(256), - [aux_sym_sort_clause_repeat1] = STATE(255), - [sym_identifier] = ACTIONS(894), + [280] = { + [sym_comment] = STATE(280), + [sym__logical_operator] = STATE(848), + [sym__additive_operator] = STATE(847), + [sym__multiplicative_operator] = STATE(846), + [sym__comparison_operator] = STATE(845), + [sym_include] = STATE(280), + [sym_identifier] = ACTIONS(1348), + [anon_sym_COLON] = ACTIONS(1348), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(896), - [sym__terminator] = ACTIONS(898), - [sym_null_expression] = ACTIONS(900), - [aux_sym_boolean_literal_token1] = ACTIONS(902), - [aux_sym_boolean_literal_token2] = ACTIONS(902), - [aux_sym_boolean_literal_token3] = ACTIONS(902), - [aux_sym_boolean_literal_token4] = ACTIONS(902), - [sym__integer_literal] = ACTIONS(904), - [sym_date_literal] = ACTIONS(900), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(908), - [aux_sym_unary_expression_token1] = ACTIONS(912), - [aux_sym_unary_expression_token2] = ACTIONS(914), - [aux_sym_ambiguous_expression_token1] = ACTIONS(916), - [aux_sym_temp_table_expression_token1] = ACTIONS(918), - [aux_sym_current_changed_expression_token1] = ACTIONS(920), - [aux_sym_locked_expression_token1] = ACTIONS(922), - [aux_sym_dataset_expression_token1] = ACTIONS(924), - [aux_sym_input_expression_token1] = ACTIONS(926), - [aux_sym_scope_tuning_token1] = ACTIONS(928), - [aux_sym_if_statement_token1] = ACTIONS(930), - [aux_sym_can_find_expression_token1] = ACTIONS(932), - [aux_sym_accumulate_expression_token1] = ACTIONS(934), - [aux_sym_available_expression_token1] = ACTIONS(936), - [aux_sym_available_expression_token2] = ACTIONS(936), - [aux_sym_field_definition_token1] = ACTIONS(898), - [aux_sym_index_definition_token1] = ACTIONS(898), - [sym__escaped_string] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1348), + [aux_sym_boolean_literal_token1] = ACTIONS(1348), + [aux_sym_boolean_literal_token2] = ACTIONS(1348), + [aux_sym_boolean_literal_token3] = ACTIONS(1348), + [aux_sym_boolean_literal_token4] = ACTIONS(1348), + [sym__integer_literal] = ACTIONS(1348), + [sym_date_literal] = ACTIONS(1348), + [anon_sym_LBRACK] = ACTIONS(1348), + [anon_sym_LPAREN] = ACTIONS(1348), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1348), + [aux_sym_unary_expression_token2] = ACTIONS(1348), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1348), + [aux_sym_temp_table_expression_token1] = ACTIONS(1348), + [aux_sym_current_changed_expression_token1] = ACTIONS(1348), + [aux_sym_locked_expression_token1] = ACTIONS(1348), + [aux_sym_dataset_expression_token1] = ACTIONS(1348), + [aux_sym_input_expression_token1] = ACTIONS(1348), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1348), + [aux_sym_if_statement_token1] = ACTIONS(1348), + [aux_sym_while_phrase_token1] = ACTIONS(1348), + [aux_sym_on_error_phrase_token1] = ACTIONS(1348), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1348), + [aux_sym_do_tuning_token1] = ACTIONS(1348), + [aux_sym_to_phrase_token1] = ACTIONS(1348), + [aux_sym_sort_order_token1] = ACTIONS(1348), + [aux_sym_sort_order_token2] = ACTIONS(1348), + [aux_sym_sort_order_token3] = ACTIONS(1348), + [aux_sym_sort_order_token4] = ACTIONS(1348), + [aux_sym_sort_clause_token1] = ACTIONS(1348), + [aux_sym_can_find_expression_token1] = ACTIONS(1348), + [aux_sym_accumulate_expression_token1] = ACTIONS(1348), + [aux_sym_available_expression_token1] = ACTIONS(1348), + [aux_sym_available_expression_token2] = ACTIONS(1348), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1350), }, -}; - -static const uint16_t ts_small_parse_table[] = { - [0] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(962), 1, - sym__namedot, + [281] = { + [sym_comment] = STATE(281), + [sym_include] = STATE(281), + [anon_sym_COLON] = ACTIONS(212), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(214), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(212), + [sym__terminator] = ACTIONS(212), + [anon_sym_COMMA] = ACTIONS(212), + [aux_sym_type_tuning_token2] = ACTIONS(212), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_PLUS] = ACTIONS(212), + [anon_sym_DASH] = ACTIONS(212), + [aux_sym__multiplicative_operator_token1] = ACTIONS(212), + [aux_sym__multiplicative_operator_token2] = ACTIONS(214), + [anon_sym_LT] = ACTIONS(214), + [anon_sym_LT_EQ] = ACTIONS(212), + [anon_sym_LT_GT] = ACTIONS(212), + [anon_sym_GT] = ACTIONS(214), + [anon_sym_GT_EQ] = ACTIONS(212), + [aux_sym__comparison_operator_token1] = ACTIONS(212), + [aux_sym__comparison_operator_token2] = ACTIONS(212), + [aux_sym__comparison_operator_token3] = ACTIONS(212), + [aux_sym__comparison_operator_token4] = ACTIONS(212), + [aux_sym__comparison_operator_token5] = ACTIONS(212), + [aux_sym__comparison_operator_token6] = ACTIONS(212), + [aux_sym__comparison_operator_token7] = ACTIONS(212), + [aux_sym__comparison_operator_token8] = ACTIONS(212), + [aux_sym__comparison_operator_token9] = ACTIONS(212), + [aux_sym_variable_tuning_token4] = ACTIONS(212), + [aux_sym_function_call_token1] = ACTIONS(212), + [aux_sym_while_phrase_token1] = ACTIONS(212), + [aux_sym_repeat_tuning_token1] = ACTIONS(212), + [aux_sym_using_statement_token1] = ACTIONS(212), + [aux_sym_on_error_phrase_token1] = ACTIONS(212), + [aux_sym_stop_after_phrase_token1] = ACTIONS(212), + [aux_sym_do_tuning_token1] = ACTIONS(212), + [aux_sym_to_phrase_token1] = ACTIONS(212), + [aux_sym_query_tuning_token1] = ACTIONS(212), + [aux_sym_query_tuning_token2] = ACTIONS(212), + [aux_sym_query_tuning_token3] = ACTIONS(212), + [aux_sym_query_tuning_token4] = ACTIONS(212), + [aux_sym_query_tuning_token5] = ACTIONS(212), + [aux_sym_query_tuning_token6] = ACTIONS(212), + [aux_sym_sort_clause_token1] = ACTIONS(212), + [aux_sym_image_phrase_token1] = ACTIONS(214), + [aux_sym_image_phrase_token2] = ACTIONS(212), + [aux_sym_size_phrase_token1] = ACTIONS(214), + [aux_sym_size_phrase_token2] = ACTIONS(212), + [aux_sym_size_phrase_token3] = ACTIONS(212), + [aux_sym_button_tuning_token1] = ACTIONS(212), + [aux_sym_button_tuning_token3] = ACTIONS(212), + [aux_sym_button_tuning_token4] = ACTIONS(212), + [aux_sym_button_tuning_token5] = ACTIONS(212), + [aux_sym_button_tuning_token6] = ACTIONS(212), + [aux_sym_button_tuning_token7] = ACTIONS(212), + [aux_sym_button_tuning_token8] = ACTIONS(212), + [aux_sym_button_tuning_token9] = ACTIONS(212), + [aux_sym_button_tuning_token10] = ACTIONS(212), + [aux_sym_button_tuning_token11] = ACTIONS(212), + [aux_sym_button_tuning_token12] = ACTIONS(212), + [aux_sym_button_tuning_token13] = ACTIONS(212), + [aux_sym_button_tuning_token14] = ACTIONS(212), + [aux_sym_button_tuning_token16] = ACTIONS(212), + [aux_sym_button_tuning_token17] = ACTIONS(212), + [sym__or_operator] = ACTIONS(212), + [sym__and_operator] = ACTIONS(212), + }, + [282] = { + [sym_comment] = STATE(282), + [sym_constant] = STATE(507), + [sym_qualified_name] = STATE(507), + [sym_boolean_literal] = STATE(507), + [sym__decimal_literal] = STATE(532), + [sym_number_literal] = STATE(507), + [sym_string_literal] = STATE(507), + [sym_array_literal] = STATE(507), + [sym_parenthesized_expression] = STATE(507), + [sym_logical_expression] = STATE(494), + [sym_unary_expression] = STATE(507), + [sym_ambiguous_expression] = STATE(507), + [sym_temp_table_expression] = STATE(507), + [sym_current_changed_expression] = STATE(507), + [sym_locked_expression] = STATE(507), + [sym_dataset_expression] = STATE(507), + [sym_input_expression] = STATE(507), + [sym_additive_expression] = STATE(494), + [sym_multiplicative_expression] = STATE(494), + [sym_comparison_expression] = STATE(494), + [sym__binary_expression] = STATE(507), + [sym_array_access] = STATE(507), + [sym_include] = STATE(282), + [sym_function_call] = STATE(421), + [sym_ternary_expression] = STATE(507), + [sym_new_expression] = STATE(421), + [sym_object_access] = STATE(477), + [sym_member_access] = STATE(507), + [sym_sort_column] = STATE(3169), + [sym_can_find_expression] = STATE(507), + [sym_accumulate_expression] = STATE(507), + [sym_available_expression] = STATE(507), + [sym__expression] = STATE(291), + [aux_sym_sort_clause_repeat1] = STATE(297), + [sym_identifier] = ACTIONS(1352), + [anon_sym_COLON] = ACTIONS(1001), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1354), + [sym_null_expression] = ACTIONS(1356), + [aux_sym_boolean_literal_token1] = ACTIONS(1358), + [aux_sym_boolean_literal_token2] = ACTIONS(1358), + [aux_sym_boolean_literal_token3] = ACTIONS(1358), + [aux_sym_boolean_literal_token4] = ACTIONS(1358), + [sym__integer_literal] = ACTIONS(1360), + [sym_date_literal] = ACTIONS(1356), + [anon_sym_LBRACK] = ACTIONS(1362), + [anon_sym_COMMA] = ACTIONS(1001), + [anon_sym_LPAREN] = ACTIONS(1364), + [aux_sym_unary_expression_token1] = ACTIONS(1366), + [aux_sym_unary_expression_token2] = ACTIONS(1368), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1370), + [aux_sym_temp_table_expression_token1] = ACTIONS(1372), + [aux_sym_current_changed_expression_token1] = ACTIONS(1374), + [aux_sym_locked_expression_token1] = ACTIONS(1376), + [aux_sym_dataset_expression_token1] = ACTIONS(1378), + [aux_sym_input_expression_token1] = ACTIONS(1380), + [aux_sym_scope_tuning_token1] = ACTIONS(1382), + [aux_sym_if_statement_token1] = ACTIONS(1384), + [aux_sym_on_error_phrase_token1] = ACTIONS(1001), + [aux_sym_to_phrase_token1] = ACTIONS(1001), + [aux_sym_sort_clause_token1] = ACTIONS(1001), + [aux_sym_can_find_expression_token1] = ACTIONS(1386), + [aux_sym_accumulate_expression_token1] = ACTIONS(1388), + [aux_sym_available_expression_token1] = ACTIONS(1390), + [aux_sym_available_expression_token2] = ACTIONS(1390), + [sym__escaped_string] = ACTIONS(1392), + }, + [283] = { + [sym_comment] = STATE(283), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(283), + [sym_identifier] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1324), + [aux_sym_boolean_literal_token1] = ACTIONS(1324), + [aux_sym_boolean_literal_token2] = ACTIONS(1324), + [aux_sym_boolean_literal_token3] = ACTIONS(1324), + [aux_sym_boolean_literal_token4] = ACTIONS(1324), + [sym__integer_literal] = ACTIONS(1324), + [sym_date_literal] = ACTIONS(1324), + [anon_sym_LBRACK] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1324), + [aux_sym_unary_expression_token1] = ACTIONS(1324), + [aux_sym_unary_expression_token2] = ACTIONS(1324), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1324), + [aux_sym_temp_table_expression_token1] = ACTIONS(1324), + [aux_sym_current_changed_expression_token1] = ACTIONS(1324), + [aux_sym_locked_expression_token1] = ACTIONS(1324), + [aux_sym_dataset_expression_token1] = ACTIONS(1324), + [aux_sym_input_expression_token1] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1324), + [anon_sym_LT_EQ] = ACTIONS(1324), + [anon_sym_LT_GT] = ACTIONS(1324), + [anon_sym_GT] = ACTIONS(1324), + [anon_sym_GT_EQ] = ACTIONS(1324), + [aux_sym__comparison_operator_token1] = ACTIONS(1324), + [aux_sym__comparison_operator_token2] = ACTIONS(1324), + [aux_sym__comparison_operator_token3] = ACTIONS(1324), + [aux_sym__comparison_operator_token4] = ACTIONS(1324), + [aux_sym__comparison_operator_token5] = ACTIONS(1324), + [aux_sym__comparison_operator_token6] = ACTIONS(1324), + [aux_sym__comparison_operator_token7] = ACTIONS(1324), + [aux_sym__comparison_operator_token8] = ACTIONS(1324), + [aux_sym__comparison_operator_token9] = ACTIONS(1324), + [aux_sym_scope_tuning_token1] = ACTIONS(1324), + [aux_sym_if_statement_token1] = ACTIONS(1324), + [aux_sym_while_phrase_token1] = ACTIONS(1324), + [aux_sym_repeat_tuning_token1] = ACTIONS(1324), + [aux_sym_on_error_phrase_token1] = ACTIONS(1324), + [aux_sym_to_phrase_token1] = ACTIONS(1324), + [aux_sym_sort_order_token1] = ACTIONS(1324), + [aux_sym_sort_order_token2] = ACTIONS(1324), + [aux_sym_sort_order_token3] = ACTIONS(1324), + [aux_sym_sort_order_token4] = ACTIONS(1324), + [aux_sym_sort_clause_token1] = ACTIONS(1324), + [aux_sym_can_find_expression_token1] = ACTIONS(1324), + [aux_sym_accumulate_expression_token1] = ACTIONS(1324), + [aux_sym_available_expression_token1] = ACTIONS(1324), + [aux_sym_available_expression_token2] = ACTIONS(1324), + [sym__or_operator] = ACTIONS(1326), + [sym__and_operator] = ACTIONS(1326), + [sym__escaped_string] = ACTIONS(1326), + }, + [284] = { + [sym_comment] = STATE(284), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(284), + [sym_identifier] = ACTIONS(1260), + [anon_sym_COLON] = ACTIONS(1260), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1260), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1260), + [aux_sym_boolean_literal_token1] = ACTIONS(1260), + [aux_sym_boolean_literal_token2] = ACTIONS(1260), + [aux_sym_boolean_literal_token3] = ACTIONS(1260), + [aux_sym_boolean_literal_token4] = ACTIONS(1260), + [sym__integer_literal] = ACTIONS(1260), + [sym_date_literal] = ACTIONS(1260), + [anon_sym_LBRACK] = ACTIONS(1260), + [anon_sym_LPAREN] = ACTIONS(1260), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1260), + [aux_sym_unary_expression_token2] = ACTIONS(1260), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1260), + [aux_sym_temp_table_expression_token1] = ACTIONS(1260), + [aux_sym_current_changed_expression_token1] = ACTIONS(1260), + [aux_sym_locked_expression_token1] = ACTIONS(1260), + [aux_sym_dataset_expression_token1] = ACTIONS(1260), + [aux_sym_input_expression_token1] = ACTIONS(1260), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1260), + [aux_sym_if_statement_token1] = ACTIONS(1260), + [aux_sym_while_phrase_token1] = ACTIONS(1260), + [aux_sym_repeat_tuning_token1] = ACTIONS(1260), + [aux_sym_on_error_phrase_token1] = ACTIONS(1260), + [aux_sym_to_phrase_token1] = ACTIONS(1260), + [aux_sym_sort_order_token1] = ACTIONS(1260), + [aux_sym_sort_order_token2] = ACTIONS(1260), + [aux_sym_sort_order_token3] = ACTIONS(1260), + [aux_sym_sort_order_token4] = ACTIONS(1260), + [aux_sym_sort_clause_token1] = ACTIONS(1260), + [aux_sym_can_find_expression_token1] = ACTIONS(1260), + [aux_sym_accumulate_expression_token1] = ACTIONS(1260), + [aux_sym_available_expression_token1] = ACTIONS(1260), + [aux_sym_available_expression_token2] = ACTIONS(1260), + [sym__or_operator] = ACTIONS(1262), + [sym__and_operator] = ACTIONS(1262), + [sym__escaped_string] = ACTIONS(1262), + }, + [285] = { + [sym_comment] = STATE(285), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(285), + [sym_identifier] = ACTIONS(1308), + [anon_sym_COLON] = ACTIONS(1308), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1308), + [anon_sym_LBRACE] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(1308), + [sym_null_expression] = ACTIONS(1308), + [aux_sym_boolean_literal_token1] = ACTIONS(1308), + [aux_sym_boolean_literal_token2] = ACTIONS(1308), + [aux_sym_boolean_literal_token3] = ACTIONS(1308), + [aux_sym_boolean_literal_token4] = ACTIONS(1308), + [sym__integer_literal] = ACTIONS(1308), + [sym_date_literal] = ACTIONS(1308), + [anon_sym_LBRACK] = ACTIONS(1308), + [anon_sym_LPAREN] = ACTIONS(1308), + [anon_sym_EQ] = ACTIONS(1308), + [aux_sym_unary_expression_token1] = ACTIONS(1308), + [aux_sym_unary_expression_token2] = ACTIONS(1308), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1308), + [aux_sym_temp_table_expression_token1] = ACTIONS(1308), + [aux_sym_current_changed_expression_token1] = ACTIONS(1308), + [aux_sym_locked_expression_token1] = ACTIONS(1308), + [aux_sym_dataset_expression_token1] = ACTIONS(1308), + [aux_sym_input_expression_token1] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1308), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1308), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1308), + [anon_sym_LT] = ACTIONS(1308), + [anon_sym_LT_EQ] = ACTIONS(1308), + [anon_sym_LT_GT] = ACTIONS(1308), + [anon_sym_GT] = ACTIONS(1308), + [anon_sym_GT_EQ] = ACTIONS(1308), + [aux_sym__comparison_operator_token1] = ACTIONS(1308), + [aux_sym__comparison_operator_token2] = ACTIONS(1308), + [aux_sym__comparison_operator_token3] = ACTIONS(1308), + [aux_sym__comparison_operator_token4] = ACTIONS(1308), + [aux_sym__comparison_operator_token5] = ACTIONS(1308), + [aux_sym__comparison_operator_token6] = ACTIONS(1308), + [aux_sym__comparison_operator_token7] = ACTIONS(1308), + [aux_sym__comparison_operator_token8] = ACTIONS(1308), + [aux_sym__comparison_operator_token9] = ACTIONS(1308), + [aux_sym_scope_tuning_token1] = ACTIONS(1308), + [aux_sym_if_statement_token1] = ACTIONS(1308), + [aux_sym_while_phrase_token1] = ACTIONS(1308), + [aux_sym_repeat_tuning_token1] = ACTIONS(1308), + [aux_sym_on_error_phrase_token1] = ACTIONS(1308), + [aux_sym_to_phrase_token1] = ACTIONS(1308), + [aux_sym_sort_order_token1] = ACTIONS(1308), + [aux_sym_sort_order_token2] = ACTIONS(1308), + [aux_sym_sort_order_token3] = ACTIONS(1308), + [aux_sym_sort_order_token4] = ACTIONS(1308), + [aux_sym_sort_clause_token1] = ACTIONS(1308), + [aux_sym_can_find_expression_token1] = ACTIONS(1308), + [aux_sym_accumulate_expression_token1] = ACTIONS(1308), + [aux_sym_available_expression_token1] = ACTIONS(1308), + [aux_sym_available_expression_token2] = ACTIONS(1308), + [sym__or_operator] = ACTIONS(1310), + [sym__and_operator] = ACTIONS(1310), + [sym__escaped_string] = ACTIONS(1310), + }, + [286] = { + [sym_comment] = STATE(286), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(286), + [sym_identifier] = ACTIONS(1312), + [anon_sym_COLON] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1312), + [aux_sym_boolean_literal_token1] = ACTIONS(1312), + [aux_sym_boolean_literal_token2] = ACTIONS(1312), + [aux_sym_boolean_literal_token3] = ACTIONS(1312), + [aux_sym_boolean_literal_token4] = ACTIONS(1312), + [sym__integer_literal] = ACTIONS(1312), + [sym_date_literal] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1312), + [aux_sym_unary_expression_token2] = ACTIONS(1312), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1312), + [aux_sym_temp_table_expression_token1] = ACTIONS(1312), + [aux_sym_current_changed_expression_token1] = ACTIONS(1312), + [aux_sym_locked_expression_token1] = ACTIONS(1312), + [aux_sym_dataset_expression_token1] = ACTIONS(1312), + [aux_sym_input_expression_token1] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1312), + [aux_sym_if_statement_token1] = ACTIONS(1312), + [aux_sym_while_phrase_token1] = ACTIONS(1312), + [aux_sym_repeat_tuning_token1] = ACTIONS(1312), + [aux_sym_on_error_phrase_token1] = ACTIONS(1312), + [aux_sym_to_phrase_token1] = ACTIONS(1312), + [aux_sym_sort_order_token1] = ACTIONS(1312), + [aux_sym_sort_order_token2] = ACTIONS(1312), + [aux_sym_sort_order_token3] = ACTIONS(1312), + [aux_sym_sort_order_token4] = ACTIONS(1312), + [aux_sym_sort_clause_token1] = ACTIONS(1312), + [aux_sym_can_find_expression_token1] = ACTIONS(1312), + [aux_sym_accumulate_expression_token1] = ACTIONS(1312), + [aux_sym_available_expression_token1] = ACTIONS(1312), + [aux_sym_available_expression_token2] = ACTIONS(1312), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1314), + }, + [287] = { + [sym_comment] = STATE(287), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(287), + [sym_identifier] = ACTIONS(1348), + [anon_sym_COLON] = ACTIONS(1348), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1348), + [aux_sym_boolean_literal_token1] = ACTIONS(1348), + [aux_sym_boolean_literal_token2] = ACTIONS(1348), + [aux_sym_boolean_literal_token3] = ACTIONS(1348), + [aux_sym_boolean_literal_token4] = ACTIONS(1348), + [sym__integer_literal] = ACTIONS(1348), + [sym_date_literal] = ACTIONS(1348), + [anon_sym_LBRACK] = ACTIONS(1348), + [anon_sym_LPAREN] = ACTIONS(1348), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1348), + [aux_sym_unary_expression_token2] = ACTIONS(1348), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1348), + [aux_sym_temp_table_expression_token1] = ACTIONS(1348), + [aux_sym_current_changed_expression_token1] = ACTIONS(1348), + [aux_sym_locked_expression_token1] = ACTIONS(1348), + [aux_sym_dataset_expression_token1] = ACTIONS(1348), + [aux_sym_input_expression_token1] = ACTIONS(1348), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1348), + [aux_sym_if_statement_token1] = ACTIONS(1348), + [aux_sym_while_phrase_token1] = ACTIONS(1348), + [aux_sym_repeat_tuning_token1] = ACTIONS(1348), + [aux_sym_on_error_phrase_token1] = ACTIONS(1348), + [aux_sym_to_phrase_token1] = ACTIONS(1348), + [aux_sym_sort_order_token1] = ACTIONS(1348), + [aux_sym_sort_order_token2] = ACTIONS(1348), + [aux_sym_sort_order_token3] = ACTIONS(1348), + [aux_sym_sort_order_token4] = ACTIONS(1348), + [aux_sym_sort_clause_token1] = ACTIONS(1348), + [aux_sym_can_find_expression_token1] = ACTIONS(1348), + [aux_sym_accumulate_expression_token1] = ACTIONS(1348), + [aux_sym_available_expression_token1] = ACTIONS(1348), + [aux_sym_available_expression_token2] = ACTIONS(1348), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1350), + }, + [288] = { + [sym_comment] = STATE(288), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(288), + [sym_identifier] = ACTIONS(1328), + [anon_sym_COLON] = ACTIONS(1328), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1328), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1328), + [aux_sym_boolean_literal_token1] = ACTIONS(1328), + [aux_sym_boolean_literal_token2] = ACTIONS(1328), + [aux_sym_boolean_literal_token3] = ACTIONS(1328), + [aux_sym_boolean_literal_token4] = ACTIONS(1328), + [sym__integer_literal] = ACTIONS(1328), + [sym_date_literal] = ACTIONS(1328), + [anon_sym_LBRACK] = ACTIONS(1328), + [anon_sym_LPAREN] = ACTIONS(1328), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1328), + [aux_sym_unary_expression_token2] = ACTIONS(1328), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1328), + [aux_sym_temp_table_expression_token1] = ACTIONS(1328), + [aux_sym_current_changed_expression_token1] = ACTIONS(1328), + [aux_sym_locked_expression_token1] = ACTIONS(1328), + [aux_sym_dataset_expression_token1] = ACTIONS(1328), + [aux_sym_input_expression_token1] = ACTIONS(1328), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1328), + [aux_sym_if_statement_token1] = ACTIONS(1328), + [aux_sym_while_phrase_token1] = ACTIONS(1328), + [aux_sym_repeat_tuning_token1] = ACTIONS(1328), + [aux_sym_on_error_phrase_token1] = ACTIONS(1328), + [aux_sym_to_phrase_token1] = ACTIONS(1328), + [aux_sym_sort_order_token1] = ACTIONS(1328), + [aux_sym_sort_order_token2] = ACTIONS(1328), + [aux_sym_sort_order_token3] = ACTIONS(1328), + [aux_sym_sort_order_token4] = ACTIONS(1328), + [aux_sym_sort_clause_token1] = ACTIONS(1328), + [aux_sym_can_find_expression_token1] = ACTIONS(1328), + [aux_sym_accumulate_expression_token1] = ACTIONS(1328), + [aux_sym_available_expression_token1] = ACTIONS(1328), + [aux_sym_available_expression_token2] = ACTIONS(1328), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1330), + }, + [289] = { + [sym_comment] = STATE(289), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(289), + [sym_identifier] = ACTIONS(1316), + [anon_sym_COLON] = ACTIONS(1316), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1316), + [aux_sym_boolean_literal_token1] = ACTIONS(1316), + [aux_sym_boolean_literal_token2] = ACTIONS(1316), + [aux_sym_boolean_literal_token3] = ACTIONS(1316), + [aux_sym_boolean_literal_token4] = ACTIONS(1316), + [sym__integer_literal] = ACTIONS(1316), + [sym_date_literal] = ACTIONS(1316), + [anon_sym_LBRACK] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1316), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1316), + [aux_sym_unary_expression_token2] = ACTIONS(1316), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1316), + [aux_sym_temp_table_expression_token1] = ACTIONS(1316), + [aux_sym_current_changed_expression_token1] = ACTIONS(1316), + [aux_sym_locked_expression_token1] = ACTIONS(1316), + [aux_sym_dataset_expression_token1] = ACTIONS(1316), + [aux_sym_input_expression_token1] = ACTIONS(1316), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1316), + [aux_sym_if_statement_token1] = ACTIONS(1316), + [aux_sym_while_phrase_token1] = ACTIONS(1316), + [aux_sym_repeat_tuning_token1] = ACTIONS(1316), + [aux_sym_on_error_phrase_token1] = ACTIONS(1316), + [aux_sym_to_phrase_token1] = ACTIONS(1316), + [aux_sym_sort_order_token1] = ACTIONS(1316), + [aux_sym_sort_order_token2] = ACTIONS(1316), + [aux_sym_sort_order_token3] = ACTIONS(1316), + [aux_sym_sort_order_token4] = ACTIONS(1316), + [aux_sym_sort_clause_token1] = ACTIONS(1316), + [aux_sym_can_find_expression_token1] = ACTIONS(1316), + [aux_sym_accumulate_expression_token1] = ACTIONS(1316), + [aux_sym_available_expression_token1] = ACTIONS(1316), + [aux_sym_available_expression_token2] = ACTIONS(1316), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1318), + }, + [290] = { + [sym_comment] = STATE(290), + [sym_constant] = STATE(507), + [sym_qualified_name] = STATE(507), + [sym_boolean_literal] = STATE(507), + [sym__decimal_literal] = STATE(532), + [sym_number_literal] = STATE(507), + [sym_string_literal] = STATE(507), + [sym_array_literal] = STATE(507), + [sym_parenthesized_expression] = STATE(507), + [sym_logical_expression] = STATE(494), + [sym_unary_expression] = STATE(507), + [sym_ambiguous_expression] = STATE(507), + [sym_temp_table_expression] = STATE(507), + [sym_current_changed_expression] = STATE(507), + [sym_locked_expression] = STATE(507), + [sym_dataset_expression] = STATE(507), + [sym_input_expression] = STATE(507), + [sym_additive_expression] = STATE(494), + [sym_multiplicative_expression] = STATE(494), + [sym_comparison_expression] = STATE(494), + [sym__binary_expression] = STATE(507), + [sym_array_access] = STATE(507), + [sym_include] = STATE(290), + [sym_function_call] = STATE(421), + [sym_ternary_expression] = STATE(507), + [sym_new_expression] = STATE(421), + [sym_object_access] = STATE(477), + [sym_member_access] = STATE(507), + [sym_sort_column] = STATE(3169), + [sym_can_find_expression] = STATE(507), + [sym_accumulate_expression] = STATE(507), + [sym_available_expression] = STATE(507), + [sym__expression] = STATE(291), + [aux_sym_sort_clause_repeat1] = STATE(297), + [sym_identifier] = ACTIONS(1352), + [anon_sym_COLON] = ACTIONS(1112), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1354), + [sym_null_expression] = ACTIONS(1356), + [aux_sym_boolean_literal_token1] = ACTIONS(1358), + [aux_sym_boolean_literal_token2] = ACTIONS(1358), + [aux_sym_boolean_literal_token3] = ACTIONS(1358), + [aux_sym_boolean_literal_token4] = ACTIONS(1358), + [sym__integer_literal] = ACTIONS(1360), + [sym_date_literal] = ACTIONS(1356), + [anon_sym_LBRACK] = ACTIONS(1362), + [anon_sym_COMMA] = ACTIONS(1112), + [anon_sym_LPAREN] = ACTIONS(1364), + [aux_sym_unary_expression_token1] = ACTIONS(1366), + [aux_sym_unary_expression_token2] = ACTIONS(1368), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1370), + [aux_sym_temp_table_expression_token1] = ACTIONS(1372), + [aux_sym_current_changed_expression_token1] = ACTIONS(1374), + [aux_sym_locked_expression_token1] = ACTIONS(1376), + [aux_sym_dataset_expression_token1] = ACTIONS(1378), + [aux_sym_input_expression_token1] = ACTIONS(1380), + [aux_sym_scope_tuning_token1] = ACTIONS(1382), + [aux_sym_if_statement_token1] = ACTIONS(1384), + [aux_sym_on_error_phrase_token1] = ACTIONS(1112), + [aux_sym_to_phrase_token1] = ACTIONS(1112), + [aux_sym_sort_clause_token1] = ACTIONS(1112), + [aux_sym_can_find_expression_token1] = ACTIONS(1386), + [aux_sym_accumulate_expression_token1] = ACTIONS(1388), + [aux_sym_available_expression_token1] = ACTIONS(1390), + [aux_sym_available_expression_token2] = ACTIONS(1390), + [sym__escaped_string] = ACTIONS(1392), + }, + [291] = { + [sym_comment] = STATE(291), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(291), + [sym_sort_order] = STATE(3061), + [sym_identifier] = ACTIONS(1117), + [anon_sym_COLON] = ACTIONS(1117), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1117), + [aux_sym_boolean_literal_token1] = ACTIONS(1117), + [aux_sym_boolean_literal_token2] = ACTIONS(1117), + [aux_sym_boolean_literal_token3] = ACTIONS(1117), + [aux_sym_boolean_literal_token4] = ACTIONS(1117), + [sym__integer_literal] = ACTIONS(1117), + [sym_date_literal] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1117), + [anon_sym_COMMA] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1117), + [aux_sym_unary_expression_token2] = ACTIONS(1117), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1117), + [aux_sym_temp_table_expression_token1] = ACTIONS(1117), + [aux_sym_current_changed_expression_token1] = ACTIONS(1117), + [aux_sym_locked_expression_token1] = ACTIONS(1117), + [aux_sym_dataset_expression_token1] = ACTIONS(1117), + [aux_sym_input_expression_token1] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1117), + [aux_sym_if_statement_token1] = ACTIONS(1117), + [aux_sym_on_error_phrase_token1] = ACTIONS(1117), + [aux_sym_to_phrase_token1] = ACTIONS(1117), + [aux_sym_sort_order_token1] = ACTIONS(1394), + [aux_sym_sort_order_token2] = ACTIONS(1394), + [aux_sym_sort_order_token3] = ACTIONS(1394), + [aux_sym_sort_order_token4] = ACTIONS(1394), + [aux_sym_sort_clause_token1] = ACTIONS(1117), + [aux_sym_can_find_expression_token1] = ACTIONS(1117), + [aux_sym_accumulate_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token2] = ACTIONS(1117), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1129), + }, + [292] = { + [sym_comment] = STATE(292), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(292), + [sym_identifier] = ACTIONS(1320), + [anon_sym_COLON] = ACTIONS(1320), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1320), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1320), + [aux_sym_boolean_literal_token1] = ACTIONS(1320), + [aux_sym_boolean_literal_token2] = ACTIONS(1320), + [aux_sym_boolean_literal_token3] = ACTIONS(1320), + [aux_sym_boolean_literal_token4] = ACTIONS(1320), + [sym__integer_literal] = ACTIONS(1320), + [sym_date_literal] = ACTIONS(1320), + [anon_sym_LBRACK] = ACTIONS(1320), + [anon_sym_LPAREN] = ACTIONS(1320), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1320), + [aux_sym_unary_expression_token2] = ACTIONS(1320), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1320), + [aux_sym_temp_table_expression_token1] = ACTIONS(1320), + [aux_sym_current_changed_expression_token1] = ACTIONS(1320), + [aux_sym_locked_expression_token1] = ACTIONS(1320), + [aux_sym_dataset_expression_token1] = ACTIONS(1320), + [aux_sym_input_expression_token1] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1320), + [aux_sym_if_statement_token1] = ACTIONS(1320), + [aux_sym_while_phrase_token1] = ACTIONS(1320), + [aux_sym_repeat_tuning_token1] = ACTIONS(1320), + [aux_sym_on_error_phrase_token1] = ACTIONS(1320), + [aux_sym_to_phrase_token1] = ACTIONS(1320), + [aux_sym_sort_order_token1] = ACTIONS(1320), + [aux_sym_sort_order_token2] = ACTIONS(1320), + [aux_sym_sort_order_token3] = ACTIONS(1320), + [aux_sym_sort_order_token4] = ACTIONS(1320), + [aux_sym_sort_clause_token1] = ACTIONS(1320), + [aux_sym_can_find_expression_token1] = ACTIONS(1320), + [aux_sym_accumulate_expression_token1] = ACTIONS(1320), + [aux_sym_available_expression_token1] = ACTIONS(1320), + [aux_sym_available_expression_token2] = ACTIONS(1320), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1322), + }, + [293] = { + [sym_comment] = STATE(293), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(293), + [sym_identifier] = ACTIONS(250), + [anon_sym_COLON] = ACTIONS(250), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(250), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(250), + [aux_sym_boolean_literal_token1] = ACTIONS(250), + [aux_sym_boolean_literal_token2] = ACTIONS(250), + [aux_sym_boolean_literal_token3] = ACTIONS(250), + [aux_sym_boolean_literal_token4] = ACTIONS(250), + [sym__integer_literal] = ACTIONS(250), + [sym_date_literal] = ACTIONS(250), + [anon_sym_LBRACK] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(250), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(250), + [aux_sym_unary_expression_token2] = ACTIONS(250), + [aux_sym_ambiguous_expression_token1] = ACTIONS(250), + [aux_sym_temp_table_expression_token1] = ACTIONS(250), + [aux_sym_current_changed_expression_token1] = ACTIONS(250), + [aux_sym_locked_expression_token1] = ACTIONS(250), + [aux_sym_dataset_expression_token1] = ACTIONS(250), + [aux_sym_input_expression_token1] = ACTIONS(250), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(250), + [aux_sym_if_statement_token1] = ACTIONS(250), + [aux_sym_while_phrase_token1] = ACTIONS(250), + [aux_sym_repeat_tuning_token1] = ACTIONS(250), + [aux_sym_on_error_phrase_token1] = ACTIONS(250), + [aux_sym_to_phrase_token1] = ACTIONS(250), + [aux_sym_sort_order_token1] = ACTIONS(250), + [aux_sym_sort_order_token2] = ACTIONS(250), + [aux_sym_sort_order_token3] = ACTIONS(250), + [aux_sym_sort_order_token4] = ACTIONS(250), + [aux_sym_sort_clause_token1] = ACTIONS(250), + [aux_sym_can_find_expression_token1] = ACTIONS(250), + [aux_sym_accumulate_expression_token1] = ACTIONS(250), + [aux_sym_available_expression_token1] = ACTIONS(250), + [aux_sym_available_expression_token2] = ACTIONS(250), + [sym__or_operator] = ACTIONS(248), + [sym__and_operator] = ACTIONS(248), + [sym__escaped_string] = ACTIONS(248), + }, + [294] = { + [sym_comment] = STATE(294), + [sym_include] = STATE(294), + [sym_function_arguments] = STATE(522), + [aux_sym_qualified_name_repeat1] = STATE(481), + [aux_sym_object_access_repeat1] = STATE(523), + [aux_sym_member_access_repeat1] = STATE(512), + [sym_identifier] = ACTIONS(89), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(89), + [anon_sym_STAR] = ACTIONS(89), + [sym__terminator] = ACTIONS(89), + [sym_null_expression] = ACTIONS(89), + [aux_sym_boolean_literal_token1] = ACTIONS(89), + [aux_sym_boolean_literal_token2] = ACTIONS(89), + [aux_sym_boolean_literal_token3] = ACTIONS(89), + [aux_sym_boolean_literal_token4] = ACTIONS(89), + [sym__integer_literal] = ACTIONS(89), + [sym_date_literal] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(1396), + [anon_sym_EQ] = ACTIONS(89), + [aux_sym_unary_expression_token1] = ACTIONS(89), + [aux_sym_unary_expression_token2] = ACTIONS(89), + [aux_sym_ambiguous_expression_token1] = ACTIONS(89), + [aux_sym_temp_table_expression_token1] = ACTIONS(89), + [aux_sym_current_changed_expression_token1] = ACTIONS(89), + [aux_sym_locked_expression_token1] = ACTIONS(89), + [aux_sym_dataset_expression_token1] = ACTIONS(89), + [aux_sym_input_expression_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(89), + [anon_sym_DASH] = ACTIONS(89), + [aux_sym__multiplicative_operator_token1] = ACTIONS(89), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(89), + [anon_sym_LT_GT] = ACTIONS(89), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(89), + [aux_sym__comparison_operator_token1] = ACTIONS(89), + [aux_sym__comparison_operator_token2] = ACTIONS(89), + [aux_sym__comparison_operator_token3] = ACTIONS(89), + [aux_sym__comparison_operator_token4] = ACTIONS(89), + [aux_sym__comparison_operator_token5] = ACTIONS(89), + [aux_sym__comparison_operator_token6] = ACTIONS(89), + [aux_sym__comparison_operator_token7] = ACTIONS(89), + [aux_sym__comparison_operator_token8] = ACTIONS(89), + [aux_sym__comparison_operator_token9] = ACTIONS(89), + [aux_sym_scope_tuning_token1] = ACTIONS(89), + [aux_sym_if_statement_token1] = ACTIONS(89), + [aux_sym_sort_order_token1] = ACTIONS(89), + [aux_sym_sort_order_token2] = ACTIONS(89), + [aux_sym_sort_order_token3] = ACTIONS(89), + [aux_sym_sort_order_token4] = ACTIONS(89), + [aux_sym_can_find_expression_token1] = ACTIONS(89), + [aux_sym_accumulate_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token2] = ACTIONS(89), + [aux_sym_field_definition_token1] = ACTIONS(89), + [aux_sym_index_definition_token1] = ACTIONS(89), + [sym__namedot] = ACTIONS(1398), + [sym__namecolon] = ACTIONS(1400), + [sym__namedoublecolon] = ACTIONS(1402), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), + }, + [295] = { + [sym_comment] = STATE(295), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(295), + [sym_identifier] = ACTIONS(1256), + [anon_sym_COLON] = ACTIONS(1256), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1256), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1256), + [aux_sym_boolean_literal_token1] = ACTIONS(1256), + [aux_sym_boolean_literal_token2] = ACTIONS(1256), + [aux_sym_boolean_literal_token3] = ACTIONS(1256), + [aux_sym_boolean_literal_token4] = ACTIONS(1256), + [sym__integer_literal] = ACTIONS(1256), + [sym_date_literal] = ACTIONS(1256), + [anon_sym_LBRACK] = ACTIONS(1256), + [anon_sym_LPAREN] = ACTIONS(1256), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1256), + [aux_sym_unary_expression_token2] = ACTIONS(1256), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1256), + [aux_sym_temp_table_expression_token1] = ACTIONS(1256), + [aux_sym_current_changed_expression_token1] = ACTIONS(1256), + [aux_sym_locked_expression_token1] = ACTIONS(1256), + [aux_sym_dataset_expression_token1] = ACTIONS(1256), + [aux_sym_input_expression_token1] = ACTIONS(1256), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1256), + [aux_sym_if_statement_token1] = ACTIONS(1256), + [aux_sym_while_phrase_token1] = ACTIONS(1256), + [aux_sym_repeat_tuning_token1] = ACTIONS(1256), + [aux_sym_on_error_phrase_token1] = ACTIONS(1256), + [aux_sym_to_phrase_token1] = ACTIONS(1256), + [aux_sym_sort_order_token1] = ACTIONS(1256), + [aux_sym_sort_order_token2] = ACTIONS(1256), + [aux_sym_sort_order_token3] = ACTIONS(1256), + [aux_sym_sort_order_token4] = ACTIONS(1256), + [aux_sym_sort_clause_token1] = ACTIONS(1256), + [aux_sym_can_find_expression_token1] = ACTIONS(1256), + [aux_sym_accumulate_expression_token1] = ACTIONS(1256), + [aux_sym_available_expression_token1] = ACTIONS(1256), + [aux_sym_available_expression_token2] = ACTIONS(1256), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1258), + }, + [296] = { + [sym_comment] = STATE(296), + [sym_include] = STATE(296), + [sym_function_arguments] = STATE(522), + [aux_sym_qualified_name_repeat1] = STATE(481), + [aux_sym_object_access_repeat1] = STATE(523), + [aux_sym_member_access_repeat1] = STATE(512), + [sym_identifier] = ACTIONS(73), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(73), + [anon_sym_STAR] = ACTIONS(73), + [sym__terminator] = ACTIONS(73), + [sym_null_expression] = ACTIONS(73), + [aux_sym_boolean_literal_token1] = ACTIONS(73), + [aux_sym_boolean_literal_token2] = ACTIONS(73), + [aux_sym_boolean_literal_token3] = ACTIONS(73), + [aux_sym_boolean_literal_token4] = ACTIONS(73), + [sym__integer_literal] = ACTIONS(73), + [sym_date_literal] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(1404), + [anon_sym_LPAREN] = ACTIONS(1396), + [anon_sym_EQ] = ACTIONS(73), + [aux_sym_unary_expression_token1] = ACTIONS(73), + [aux_sym_unary_expression_token2] = ACTIONS(73), + [aux_sym_ambiguous_expression_token1] = ACTIONS(73), + [aux_sym_temp_table_expression_token1] = ACTIONS(73), + [aux_sym_current_changed_expression_token1] = ACTIONS(73), + [aux_sym_locked_expression_token1] = ACTIONS(73), + [aux_sym_dataset_expression_token1] = ACTIONS(73), + [aux_sym_input_expression_token1] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(73), + [anon_sym_DASH] = ACTIONS(73), + [aux_sym__multiplicative_operator_token1] = ACTIONS(73), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(73), + [anon_sym_LT_GT] = ACTIONS(73), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(73), + [aux_sym__comparison_operator_token1] = ACTIONS(73), + [aux_sym__comparison_operator_token2] = ACTIONS(73), + [aux_sym__comparison_operator_token3] = ACTIONS(73), + [aux_sym__comparison_operator_token4] = ACTIONS(73), + [aux_sym__comparison_operator_token5] = ACTIONS(73), + [aux_sym__comparison_operator_token6] = ACTIONS(73), + [aux_sym__comparison_operator_token7] = ACTIONS(73), + [aux_sym__comparison_operator_token8] = ACTIONS(73), + [aux_sym__comparison_operator_token9] = ACTIONS(73), + [aux_sym_scope_tuning_token1] = ACTIONS(73), + [aux_sym_if_statement_token1] = ACTIONS(73), + [aux_sym_sort_order_token1] = ACTIONS(73), + [aux_sym_sort_order_token2] = ACTIONS(73), + [aux_sym_sort_order_token3] = ACTIONS(73), + [aux_sym_sort_order_token4] = ACTIONS(73), + [aux_sym_can_find_expression_token1] = ACTIONS(73), + [aux_sym_accumulate_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token2] = ACTIONS(73), + [aux_sym_field_definition_token1] = ACTIONS(73), + [aux_sym_index_definition_token1] = ACTIONS(73), + [sym__namedot] = ACTIONS(1398), + [sym__namecolon] = ACTIONS(1400), + [sym__namedoublecolon] = ACTIONS(1402), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + [sym__escaped_string] = ACTIONS(67), + }, + [297] = { + [sym_comment] = STATE(297), + [sym_constant] = STATE(507), + [sym_qualified_name] = STATE(507), + [sym_boolean_literal] = STATE(507), + [sym__decimal_literal] = STATE(532), + [sym_number_literal] = STATE(507), + [sym_string_literal] = STATE(507), + [sym_array_literal] = STATE(507), + [sym_parenthesized_expression] = STATE(507), + [sym_logical_expression] = STATE(494), + [sym_unary_expression] = STATE(507), + [sym_ambiguous_expression] = STATE(507), + [sym_temp_table_expression] = STATE(507), + [sym_current_changed_expression] = STATE(507), + [sym_locked_expression] = STATE(507), + [sym_dataset_expression] = STATE(507), + [sym_input_expression] = STATE(507), + [sym_additive_expression] = STATE(494), + [sym_multiplicative_expression] = STATE(494), + [sym_comparison_expression] = STATE(494), + [sym__binary_expression] = STATE(507), + [sym_array_access] = STATE(507), + [sym_include] = STATE(297), + [sym_function_call] = STATE(421), + [sym_ternary_expression] = STATE(507), + [sym_new_expression] = STATE(421), + [sym_object_access] = STATE(477), + [sym_member_access] = STATE(507), + [sym_sort_column] = STATE(3169), + [sym_can_find_expression] = STATE(507), + [sym_accumulate_expression] = STATE(507), + [sym_available_expression] = STATE(507), + [sym__expression] = STATE(291), + [aux_sym_sort_clause_repeat1] = STATE(297), + [sym_identifier] = ACTIONS(1406), + [anon_sym_COLON] = ACTIONS(1047), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1409), + [sym_null_expression] = ACTIONS(1412), + [aux_sym_boolean_literal_token1] = ACTIONS(1415), + [aux_sym_boolean_literal_token2] = ACTIONS(1415), + [aux_sym_boolean_literal_token3] = ACTIONS(1415), + [aux_sym_boolean_literal_token4] = ACTIONS(1415), + [sym__integer_literal] = ACTIONS(1418), + [sym_date_literal] = ACTIONS(1412), + [anon_sym_LBRACK] = ACTIONS(1421), + [anon_sym_COMMA] = ACTIONS(1047), + [anon_sym_LPAREN] = ACTIONS(1424), + [aux_sym_unary_expression_token1] = ACTIONS(1427), + [aux_sym_unary_expression_token2] = ACTIONS(1430), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1433), + [aux_sym_temp_table_expression_token1] = ACTIONS(1436), + [aux_sym_current_changed_expression_token1] = ACTIONS(1439), + [aux_sym_locked_expression_token1] = ACTIONS(1442), + [aux_sym_dataset_expression_token1] = ACTIONS(1445), + [aux_sym_input_expression_token1] = ACTIONS(1448), + [aux_sym_scope_tuning_token1] = ACTIONS(1451), + [aux_sym_if_statement_token1] = ACTIONS(1454), + [aux_sym_on_error_phrase_token1] = ACTIONS(1047), + [aux_sym_to_phrase_token1] = ACTIONS(1047), + [aux_sym_sort_clause_token1] = ACTIONS(1047), + [aux_sym_can_find_expression_token1] = ACTIONS(1457), + [aux_sym_accumulate_expression_token1] = ACTIONS(1460), + [aux_sym_available_expression_token1] = ACTIONS(1463), + [aux_sym_available_expression_token2] = ACTIONS(1463), + [sym__escaped_string] = ACTIONS(1466), + }, + [298] = { + [sym_comment] = STATE(298), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(298), + [sym_identifier] = ACTIONS(1340), + [anon_sym_COLON] = ACTIONS(1340), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1340), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1340), + [aux_sym_boolean_literal_token1] = ACTIONS(1340), + [aux_sym_boolean_literal_token2] = ACTIONS(1340), + [aux_sym_boolean_literal_token3] = ACTIONS(1340), + [aux_sym_boolean_literal_token4] = ACTIONS(1340), + [sym__integer_literal] = ACTIONS(1340), + [sym_date_literal] = ACTIONS(1340), + [anon_sym_LBRACK] = ACTIONS(1340), + [anon_sym_LPAREN] = ACTIONS(1340), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1340), + [aux_sym_unary_expression_token2] = ACTIONS(1340), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1340), + [aux_sym_temp_table_expression_token1] = ACTIONS(1340), + [aux_sym_current_changed_expression_token1] = ACTIONS(1340), + [aux_sym_locked_expression_token1] = ACTIONS(1340), + [aux_sym_dataset_expression_token1] = ACTIONS(1340), + [aux_sym_input_expression_token1] = ACTIONS(1340), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1340), + [aux_sym_if_statement_token1] = ACTIONS(1340), + [aux_sym_while_phrase_token1] = ACTIONS(1340), + [aux_sym_repeat_tuning_token1] = ACTIONS(1340), + [aux_sym_on_error_phrase_token1] = ACTIONS(1340), + [aux_sym_to_phrase_token1] = ACTIONS(1340), + [aux_sym_sort_order_token1] = ACTIONS(1340), + [aux_sym_sort_order_token2] = ACTIONS(1340), + [aux_sym_sort_order_token3] = ACTIONS(1340), + [aux_sym_sort_order_token4] = ACTIONS(1340), + [aux_sym_sort_clause_token1] = ACTIONS(1340), + [aux_sym_can_find_expression_token1] = ACTIONS(1340), + [aux_sym_accumulate_expression_token1] = ACTIONS(1340), + [aux_sym_available_expression_token1] = ACTIONS(1340), + [aux_sym_available_expression_token2] = ACTIONS(1340), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1342), + }, + [299] = { + [sym_comment] = STATE(299), + [sym__logical_operator] = STATE(697), + [sym__additive_operator] = STATE(704), + [sym__multiplicative_operator] = STATE(708), + [sym__comparison_operator] = STATE(709), + [sym_include] = STATE(299), + [sym_identifier] = ACTIONS(1344), + [anon_sym_COLON] = ACTIONS(1344), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1344), + [aux_sym_boolean_literal_token1] = ACTIONS(1344), + [aux_sym_boolean_literal_token2] = ACTIONS(1344), + [aux_sym_boolean_literal_token3] = ACTIONS(1344), + [aux_sym_boolean_literal_token4] = ACTIONS(1344), + [sym__integer_literal] = ACTIONS(1344), + [sym_date_literal] = ACTIONS(1344), + [anon_sym_LBRACK] = ACTIONS(1344), + [anon_sym_LPAREN] = ACTIONS(1344), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1344), + [aux_sym_unary_expression_token2] = ACTIONS(1344), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1344), + [aux_sym_temp_table_expression_token1] = ACTIONS(1344), + [aux_sym_current_changed_expression_token1] = ACTIONS(1344), + [aux_sym_locked_expression_token1] = ACTIONS(1344), + [aux_sym_dataset_expression_token1] = ACTIONS(1344), + [aux_sym_input_expression_token1] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1344), + [aux_sym_if_statement_token1] = ACTIONS(1344), + [aux_sym_while_phrase_token1] = ACTIONS(1344), + [aux_sym_repeat_tuning_token1] = ACTIONS(1344), + [aux_sym_on_error_phrase_token1] = ACTIONS(1344), + [aux_sym_to_phrase_token1] = ACTIONS(1344), + [aux_sym_sort_order_token1] = ACTIONS(1344), + [aux_sym_sort_order_token2] = ACTIONS(1344), + [aux_sym_sort_order_token3] = ACTIONS(1344), + [aux_sym_sort_order_token4] = ACTIONS(1344), + [aux_sym_sort_clause_token1] = ACTIONS(1344), + [aux_sym_can_find_expression_token1] = ACTIONS(1344), + [aux_sym_accumulate_expression_token1] = ACTIONS(1344), + [aux_sym_available_expression_token1] = ACTIONS(1344), + [aux_sym_available_expression_token2] = ACTIONS(1344), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1346), + }, + [300] = { + [sym_comment] = STATE(300), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(300), + [sym_identifier] = ACTIONS(1316), + [anon_sym_COLON] = ACTIONS(1316), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1316), + [aux_sym_boolean_literal_token1] = ACTIONS(1316), + [aux_sym_boolean_literal_token2] = ACTIONS(1316), + [aux_sym_boolean_literal_token3] = ACTIONS(1316), + [aux_sym_boolean_literal_token4] = ACTIONS(1316), + [sym__integer_literal] = ACTIONS(1316), + [sym_date_literal] = ACTIONS(1316), + [anon_sym_LBRACK] = ACTIONS(1316), + [anon_sym_COMMA] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1316), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1316), + [aux_sym_unary_expression_token2] = ACTIONS(1316), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1316), + [aux_sym_temp_table_expression_token1] = ACTIONS(1316), + [aux_sym_current_changed_expression_token1] = ACTIONS(1316), + [aux_sym_locked_expression_token1] = ACTIONS(1316), + [aux_sym_dataset_expression_token1] = ACTIONS(1316), + [aux_sym_input_expression_token1] = ACTIONS(1316), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1316), + [aux_sym_if_statement_token1] = ACTIONS(1316), + [aux_sym_on_error_phrase_token1] = ACTIONS(1316), + [aux_sym_to_phrase_token1] = ACTIONS(1316), + [aux_sym_sort_order_token1] = ACTIONS(1316), + [aux_sym_sort_order_token2] = ACTIONS(1316), + [aux_sym_sort_order_token3] = ACTIONS(1316), + [aux_sym_sort_order_token4] = ACTIONS(1316), + [aux_sym_sort_clause_token1] = ACTIONS(1316), + [aux_sym_can_find_expression_token1] = ACTIONS(1316), + [aux_sym_accumulate_expression_token1] = ACTIONS(1316), + [aux_sym_available_expression_token1] = ACTIONS(1316), + [aux_sym_available_expression_token2] = ACTIONS(1316), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1318), + }, + [301] = { + [sym_comment] = STATE(301), + [sym_include] = STATE(301), + [aux_sym_qualified_name_repeat1] = STATE(303), + [sym_identifier] = ACTIONS(135), + [anon_sym_COLON] = ACTIONS(135), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(135), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_STAR] = ACTIONS(135), + [sym_null_expression] = ACTIONS(135), + [aux_sym_boolean_literal_token1] = ACTIONS(135), + [aux_sym_boolean_literal_token2] = ACTIONS(135), + [aux_sym_boolean_literal_token3] = ACTIONS(135), + [aux_sym_boolean_literal_token4] = ACTIONS(135), + [sym__integer_literal] = ACTIONS(135), + [sym_date_literal] = ACTIONS(135), + [anon_sym_LBRACK] = ACTIONS(135), + [anon_sym_LPAREN] = ACTIONS(135), + [anon_sym_EQ] = ACTIONS(135), + [aux_sym_unary_expression_token1] = ACTIONS(135), + [aux_sym_unary_expression_token2] = ACTIONS(135), + [aux_sym_ambiguous_expression_token1] = ACTIONS(135), + [aux_sym_temp_table_expression_token1] = ACTIONS(135), + [aux_sym_current_changed_expression_token1] = ACTIONS(135), + [aux_sym_locked_expression_token1] = ACTIONS(135), + [aux_sym_dataset_expression_token1] = ACTIONS(135), + [aux_sym_input_expression_token1] = ACTIONS(135), + [anon_sym_PLUS] = ACTIONS(135), + [anon_sym_DASH] = ACTIONS(135), + [aux_sym__multiplicative_operator_token1] = ACTIONS(135), + [aux_sym__multiplicative_operator_token2] = ACTIONS(135), + [anon_sym_LT] = ACTIONS(135), + [anon_sym_LT_EQ] = ACTIONS(135), + [anon_sym_LT_GT] = ACTIONS(135), + [anon_sym_GT] = ACTIONS(135), + [anon_sym_GT_EQ] = ACTIONS(135), + [aux_sym__comparison_operator_token1] = ACTIONS(135), + [aux_sym__comparison_operator_token2] = ACTIONS(135), + [aux_sym__comparison_operator_token3] = ACTIONS(135), + [aux_sym__comparison_operator_token4] = ACTIONS(135), + [aux_sym__comparison_operator_token5] = ACTIONS(135), + [aux_sym__comparison_operator_token6] = ACTIONS(135), + [aux_sym__comparison_operator_token7] = ACTIONS(135), + [aux_sym__comparison_operator_token8] = ACTIONS(135), + [aux_sym__comparison_operator_token9] = ACTIONS(135), + [aux_sym_scope_tuning_token1] = ACTIONS(135), + [aux_sym_if_statement_token1] = ACTIONS(135), + [aux_sym_while_phrase_token1] = ACTIONS(135), + [aux_sym_on_error_phrase_token1] = ACTIONS(135), + [aux_sym_stop_after_phrase_token1] = ACTIONS(135), + [aux_sym_do_tuning_token1] = ACTIONS(135), + [aux_sym_to_phrase_token1] = ACTIONS(135), + [aux_sym_sort_order_token1] = ACTIONS(135), + [aux_sym_sort_order_token2] = ACTIONS(135), + [aux_sym_sort_order_token3] = ACTIONS(135), + [aux_sym_sort_order_token4] = ACTIONS(135), + [aux_sym_sort_clause_token1] = ACTIONS(135), + [aux_sym_can_find_expression_token1] = ACTIONS(135), + [aux_sym_accumulate_expression_token1] = ACTIONS(135), + [aux_sym_available_expression_token1] = ACTIONS(135), + [aux_sym_available_expression_token2] = ACTIONS(135), + [sym__namedot] = ACTIONS(900), + [sym__or_operator] = ACTIONS(133), + [sym__and_operator] = ACTIONS(133), + [sym__escaped_string] = ACTIONS(133), + }, + [302] = { + [sym_comment] = STATE(302), + [sym_include] = STATE(302), + [sym_identifier] = ACTIONS(139), + [anon_sym_COLON] = ACTIONS(139), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_STAR] = ACTIONS(139), + [sym_null_expression] = ACTIONS(139), + [aux_sym_boolean_literal_token1] = ACTIONS(139), + [aux_sym_boolean_literal_token2] = ACTIONS(139), + [aux_sym_boolean_literal_token3] = ACTIONS(139), + [aux_sym_boolean_literal_token4] = ACTIONS(139), + [sym__integer_literal] = ACTIONS(139), + [sym_date_literal] = ACTIONS(139), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_EQ] = ACTIONS(139), + [aux_sym_unary_expression_token1] = ACTIONS(139), + [aux_sym_unary_expression_token2] = ACTIONS(139), + [aux_sym_ambiguous_expression_token1] = ACTIONS(139), + [aux_sym_temp_table_expression_token1] = ACTIONS(139), + [aux_sym_current_changed_expression_token1] = ACTIONS(139), + [aux_sym_locked_expression_token1] = ACTIONS(139), + [aux_sym_dataset_expression_token1] = ACTIONS(139), + [aux_sym_input_expression_token1] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(139), + [aux_sym__multiplicative_operator_token1] = ACTIONS(139), + [aux_sym__multiplicative_operator_token2] = ACTIONS(139), + [anon_sym_LT] = ACTIONS(139), + [anon_sym_LT_EQ] = ACTIONS(139), + [anon_sym_LT_GT] = ACTIONS(139), + [anon_sym_GT] = ACTIONS(139), + [anon_sym_GT_EQ] = ACTIONS(139), + [aux_sym__comparison_operator_token1] = ACTIONS(139), + [aux_sym__comparison_operator_token2] = ACTIONS(139), + [aux_sym__comparison_operator_token3] = ACTIONS(139), + [aux_sym__comparison_operator_token4] = ACTIONS(139), + [aux_sym__comparison_operator_token5] = ACTIONS(139), + [aux_sym__comparison_operator_token6] = ACTIONS(139), + [aux_sym__comparison_operator_token7] = ACTIONS(139), + [aux_sym__comparison_operator_token8] = ACTIONS(139), + [aux_sym__comparison_operator_token9] = ACTIONS(139), + [aux_sym_scope_tuning_token1] = ACTIONS(139), + [aux_sym_if_statement_token1] = ACTIONS(139), + [aux_sym_while_phrase_token1] = ACTIONS(139), + [anon_sym_NO_DASHERROR] = ACTIONS(139), + [aux_sym_on_error_phrase_token1] = ACTIONS(139), + [aux_sym_stop_after_phrase_token1] = ACTIONS(139), + [aux_sym_do_tuning_token1] = ACTIONS(139), + [aux_sym_to_phrase_token1] = ACTIONS(139), + [aux_sym_sort_order_token1] = ACTIONS(139), + [aux_sym_sort_order_token2] = ACTIONS(139), + [aux_sym_sort_order_token3] = ACTIONS(139), + [aux_sym_sort_order_token4] = ACTIONS(139), + [aux_sym_sort_clause_token1] = ACTIONS(139), + [aux_sym_can_find_expression_token1] = ACTIONS(139), + [aux_sym_accumulate_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token2] = ACTIONS(139), + [sym__namecolon] = ACTIONS(137), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), + [sym__escaped_string] = ACTIONS(137), + }, + [303] = { + [sym_comment] = STATE(303), + [sym_include] = STATE(303), + [aux_sym_qualified_name_repeat1] = STATE(306), + [sym_identifier] = ACTIONS(104), + [anon_sym_COLON] = ACTIONS(104), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(104), + [anon_sym_LBRACE] = ACTIONS(104), + [anon_sym_STAR] = ACTIONS(104), + [sym_null_expression] = ACTIONS(104), + [aux_sym_boolean_literal_token1] = ACTIONS(104), + [aux_sym_boolean_literal_token2] = ACTIONS(104), + [aux_sym_boolean_literal_token3] = ACTIONS(104), + [aux_sym_boolean_literal_token4] = ACTIONS(104), + [sym__integer_literal] = ACTIONS(104), + [sym_date_literal] = ACTIONS(104), + [anon_sym_LBRACK] = ACTIONS(104), + [anon_sym_LPAREN] = ACTIONS(104), + [anon_sym_EQ] = ACTIONS(104), + [aux_sym_unary_expression_token1] = ACTIONS(104), + [aux_sym_unary_expression_token2] = ACTIONS(104), + [aux_sym_ambiguous_expression_token1] = ACTIONS(104), + [aux_sym_temp_table_expression_token1] = ACTIONS(104), + [aux_sym_current_changed_expression_token1] = ACTIONS(104), + [aux_sym_locked_expression_token1] = ACTIONS(104), + [aux_sym_dataset_expression_token1] = ACTIONS(104), + [aux_sym_input_expression_token1] = ACTIONS(104), + [anon_sym_PLUS] = ACTIONS(104), + [anon_sym_DASH] = ACTIONS(104), + [aux_sym__multiplicative_operator_token1] = ACTIONS(104), + [aux_sym__multiplicative_operator_token2] = ACTIONS(104), + [anon_sym_LT] = ACTIONS(104), + [anon_sym_LT_EQ] = ACTIONS(104), + [anon_sym_LT_GT] = ACTIONS(104), + [anon_sym_GT] = ACTIONS(104), + [anon_sym_GT_EQ] = ACTIONS(104), + [aux_sym__comparison_operator_token1] = ACTIONS(104), + [aux_sym__comparison_operator_token2] = ACTIONS(104), + [aux_sym__comparison_operator_token3] = ACTIONS(104), + [aux_sym__comparison_operator_token4] = ACTIONS(104), + [aux_sym__comparison_operator_token5] = ACTIONS(104), + [aux_sym__comparison_operator_token6] = ACTIONS(104), + [aux_sym__comparison_operator_token7] = ACTIONS(104), + [aux_sym__comparison_operator_token8] = ACTIONS(104), + [aux_sym__comparison_operator_token9] = ACTIONS(104), + [aux_sym_scope_tuning_token1] = ACTIONS(104), + [aux_sym_if_statement_token1] = ACTIONS(104), + [aux_sym_while_phrase_token1] = ACTIONS(104), + [aux_sym_on_error_phrase_token1] = ACTIONS(104), + [aux_sym_stop_after_phrase_token1] = ACTIONS(104), + [aux_sym_do_tuning_token1] = ACTIONS(104), + [aux_sym_to_phrase_token1] = ACTIONS(104), + [aux_sym_sort_order_token1] = ACTIONS(104), + [aux_sym_sort_order_token2] = ACTIONS(104), + [aux_sym_sort_order_token3] = ACTIONS(104), + [aux_sym_sort_order_token4] = ACTIONS(104), + [aux_sym_sort_clause_token1] = ACTIONS(104), + [aux_sym_can_find_expression_token1] = ACTIONS(104), + [aux_sym_accumulate_expression_token1] = ACTIONS(104), + [aux_sym_available_expression_token1] = ACTIONS(104), + [aux_sym_available_expression_token2] = ACTIONS(104), + [sym__namedot] = ACTIONS(900), + [sym__or_operator] = ACTIONS(102), + [sym__and_operator] = ACTIONS(102), + [sym__escaped_string] = ACTIONS(102), + }, + [304] = { + [sym_comment] = STATE(304), + [sym_include] = STATE(304), + [sym_identifier] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(123), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(123), + [anon_sym_STAR] = ACTIONS(123), + [sym_null_expression] = ACTIONS(123), + [aux_sym_boolean_literal_token1] = ACTIONS(123), + [aux_sym_boolean_literal_token2] = ACTIONS(123), + [aux_sym_boolean_literal_token3] = ACTIONS(123), + [aux_sym_boolean_literal_token4] = ACTIONS(123), + [sym__integer_literal] = ACTIONS(123), + [sym_date_literal] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(123), + [aux_sym_unary_expression_token1] = ACTIONS(123), + [aux_sym_unary_expression_token2] = ACTIONS(123), + [aux_sym_ambiguous_expression_token1] = ACTIONS(123), + [aux_sym_temp_table_expression_token1] = ACTIONS(123), + [aux_sym_current_changed_expression_token1] = ACTIONS(123), + [aux_sym_locked_expression_token1] = ACTIONS(123), + [aux_sym_dataset_expression_token1] = ACTIONS(123), + [aux_sym_input_expression_token1] = ACTIONS(123), + [anon_sym_PLUS] = ACTIONS(123), + [anon_sym_DASH] = ACTIONS(123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(123), + [aux_sym__multiplicative_operator_token2] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_LT_EQ] = ACTIONS(123), + [anon_sym_LT_GT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_GT_EQ] = ACTIONS(123), + [aux_sym__comparison_operator_token1] = ACTIONS(123), + [aux_sym__comparison_operator_token2] = ACTIONS(123), + [aux_sym__comparison_operator_token3] = ACTIONS(123), + [aux_sym__comparison_operator_token4] = ACTIONS(123), + [aux_sym__comparison_operator_token5] = ACTIONS(123), + [aux_sym__comparison_operator_token6] = ACTIONS(123), + [aux_sym__comparison_operator_token7] = ACTIONS(123), + [aux_sym__comparison_operator_token8] = ACTIONS(123), + [aux_sym__comparison_operator_token9] = ACTIONS(123), + [aux_sym_scope_tuning_token1] = ACTIONS(123), + [aux_sym_if_statement_token1] = ACTIONS(123), + [aux_sym_while_phrase_token1] = ACTIONS(123), + [anon_sym_NO_DASHERROR] = ACTIONS(123), + [aux_sym_on_error_phrase_token1] = ACTIONS(123), + [aux_sym_stop_after_phrase_token1] = ACTIONS(123), + [aux_sym_do_tuning_token1] = ACTIONS(123), + [aux_sym_to_phrase_token1] = ACTIONS(123), + [aux_sym_sort_order_token1] = ACTIONS(123), + [aux_sym_sort_order_token2] = ACTIONS(123), + [aux_sym_sort_order_token3] = ACTIONS(123), + [aux_sym_sort_order_token4] = ACTIONS(123), + [aux_sym_sort_clause_token1] = ACTIONS(123), + [aux_sym_can_find_expression_token1] = ACTIONS(123), + [aux_sym_accumulate_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token2] = ACTIONS(123), + [sym__namecolon] = ACTIONS(121), + [sym__or_operator] = ACTIONS(121), + [sym__and_operator] = ACTIONS(121), + [sym__escaped_string] = ACTIONS(121), + }, + [305] = { + [sym_comment] = STATE(305), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(305), + [sym_identifier] = ACTIONS(1260), + [anon_sym_COLON] = ACTIONS(1260), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1260), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1260), + [aux_sym_boolean_literal_token1] = ACTIONS(1260), + [aux_sym_boolean_literal_token2] = ACTIONS(1260), + [aux_sym_boolean_literal_token3] = ACTIONS(1260), + [aux_sym_boolean_literal_token4] = ACTIONS(1260), + [sym__integer_literal] = ACTIONS(1260), + [sym_date_literal] = ACTIONS(1260), + [anon_sym_LBRACK] = ACTIONS(1260), + [anon_sym_COMMA] = ACTIONS(1260), + [anon_sym_LPAREN] = ACTIONS(1260), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1260), + [aux_sym_unary_expression_token2] = ACTIONS(1260), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1260), + [aux_sym_temp_table_expression_token1] = ACTIONS(1260), + [aux_sym_current_changed_expression_token1] = ACTIONS(1260), + [aux_sym_locked_expression_token1] = ACTIONS(1260), + [aux_sym_dataset_expression_token1] = ACTIONS(1260), + [aux_sym_input_expression_token1] = ACTIONS(1260), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1260), + [aux_sym_if_statement_token1] = ACTIONS(1260), + [aux_sym_on_error_phrase_token1] = ACTIONS(1260), + [aux_sym_to_phrase_token1] = ACTIONS(1260), + [aux_sym_sort_order_token1] = ACTIONS(1260), + [aux_sym_sort_order_token2] = ACTIONS(1260), + [aux_sym_sort_order_token3] = ACTIONS(1260), + [aux_sym_sort_order_token4] = ACTIONS(1260), + [aux_sym_sort_clause_token1] = ACTIONS(1260), + [aux_sym_can_find_expression_token1] = ACTIONS(1260), + [aux_sym_accumulate_expression_token1] = ACTIONS(1260), + [aux_sym_available_expression_token1] = ACTIONS(1260), + [aux_sym_available_expression_token2] = ACTIONS(1260), + [sym__or_operator] = ACTIONS(1262), + [sym__and_operator] = ACTIONS(1262), + [sym__escaped_string] = ACTIONS(1262), + }, + [306] = { + [sym_comment] = STATE(306), + [sym_include] = STATE(306), + [aux_sym_qualified_name_repeat1] = STATE(306), + [sym_identifier] = ACTIONS(108), + [anon_sym_COLON] = ACTIONS(108), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(108), + [anon_sym_LBRACE] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(108), + [sym_null_expression] = ACTIONS(108), + [aux_sym_boolean_literal_token1] = ACTIONS(108), + [aux_sym_boolean_literal_token2] = ACTIONS(108), + [aux_sym_boolean_literal_token3] = ACTIONS(108), + [aux_sym_boolean_literal_token4] = ACTIONS(108), + [sym__integer_literal] = ACTIONS(108), + [sym_date_literal] = ACTIONS(108), + [anon_sym_LBRACK] = ACTIONS(108), + [anon_sym_LPAREN] = ACTIONS(108), + [anon_sym_EQ] = ACTIONS(108), + [aux_sym_unary_expression_token1] = ACTIONS(108), + [aux_sym_unary_expression_token2] = ACTIONS(108), + [aux_sym_ambiguous_expression_token1] = ACTIONS(108), + [aux_sym_temp_table_expression_token1] = ACTIONS(108), + [aux_sym_current_changed_expression_token1] = ACTIONS(108), + [aux_sym_locked_expression_token1] = ACTIONS(108), + [aux_sym_dataset_expression_token1] = ACTIONS(108), + [aux_sym_input_expression_token1] = ACTIONS(108), + [anon_sym_PLUS] = ACTIONS(108), + [anon_sym_DASH] = ACTIONS(108), + [aux_sym__multiplicative_operator_token1] = ACTIONS(108), + [aux_sym__multiplicative_operator_token2] = ACTIONS(108), + [anon_sym_LT] = ACTIONS(108), + [anon_sym_LT_EQ] = ACTIONS(108), + [anon_sym_LT_GT] = ACTIONS(108), + [anon_sym_GT] = ACTIONS(108), + [anon_sym_GT_EQ] = ACTIONS(108), + [aux_sym__comparison_operator_token1] = ACTIONS(108), + [aux_sym__comparison_operator_token2] = ACTIONS(108), + [aux_sym__comparison_operator_token3] = ACTIONS(108), + [aux_sym__comparison_operator_token4] = ACTIONS(108), + [aux_sym__comparison_operator_token5] = ACTIONS(108), + [aux_sym__comparison_operator_token6] = ACTIONS(108), + [aux_sym__comparison_operator_token7] = ACTIONS(108), + [aux_sym__comparison_operator_token8] = ACTIONS(108), + [aux_sym__comparison_operator_token9] = ACTIONS(108), + [aux_sym_scope_tuning_token1] = ACTIONS(108), + [aux_sym_if_statement_token1] = ACTIONS(108), + [aux_sym_while_phrase_token1] = ACTIONS(108), + [aux_sym_on_error_phrase_token1] = ACTIONS(108), + [aux_sym_stop_after_phrase_token1] = ACTIONS(108), + [aux_sym_do_tuning_token1] = ACTIONS(108), + [aux_sym_to_phrase_token1] = ACTIONS(108), + [aux_sym_sort_order_token1] = ACTIONS(108), + [aux_sym_sort_order_token2] = ACTIONS(108), + [aux_sym_sort_order_token3] = ACTIONS(108), + [aux_sym_sort_order_token4] = ACTIONS(108), + [aux_sym_sort_clause_token1] = ACTIONS(108), + [aux_sym_can_find_expression_token1] = ACTIONS(108), + [aux_sym_accumulate_expression_token1] = ACTIONS(108), + [aux_sym_available_expression_token1] = ACTIONS(108), + [aux_sym_available_expression_token2] = ACTIONS(108), + [sym__namedot] = ACTIONS(1469), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), + [sym__escaped_string] = ACTIONS(106), + }, + [307] = { + [sym_comment] = STATE(307), + [sym_include] = STATE(307), + [sym_identifier] = ACTIONS(131), + [anon_sym_COLON] = ACTIONS(131), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_STAR] = ACTIONS(131), + [sym_null_expression] = ACTIONS(131), + [aux_sym_boolean_literal_token1] = ACTIONS(131), + [aux_sym_boolean_literal_token2] = ACTIONS(131), + [aux_sym_boolean_literal_token3] = ACTIONS(131), + [aux_sym_boolean_literal_token4] = ACTIONS(131), + [sym__integer_literal] = ACTIONS(131), + [sym_date_literal] = ACTIONS(131), + [anon_sym_LBRACK] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_EQ] = ACTIONS(131), + [aux_sym_unary_expression_token1] = ACTIONS(131), + [aux_sym_unary_expression_token2] = ACTIONS(131), + [aux_sym_ambiguous_expression_token1] = ACTIONS(131), + [aux_sym_temp_table_expression_token1] = ACTIONS(131), + [aux_sym_current_changed_expression_token1] = ACTIONS(131), + [aux_sym_locked_expression_token1] = ACTIONS(131), + [aux_sym_dataset_expression_token1] = ACTIONS(131), + [aux_sym_input_expression_token1] = ACTIONS(131), + [anon_sym_PLUS] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(131), + [aux_sym__multiplicative_operator_token1] = ACTIONS(131), + [aux_sym__multiplicative_operator_token2] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(131), + [anon_sym_LT_EQ] = ACTIONS(131), + [anon_sym_LT_GT] = ACTIONS(131), + [anon_sym_GT] = ACTIONS(131), + [anon_sym_GT_EQ] = ACTIONS(131), + [aux_sym__comparison_operator_token1] = ACTIONS(131), + [aux_sym__comparison_operator_token2] = ACTIONS(131), + [aux_sym__comparison_operator_token3] = ACTIONS(131), + [aux_sym__comparison_operator_token4] = ACTIONS(131), + [aux_sym__comparison_operator_token5] = ACTIONS(131), + [aux_sym__comparison_operator_token6] = ACTIONS(131), + [aux_sym__comparison_operator_token7] = ACTIONS(131), + [aux_sym__comparison_operator_token8] = ACTIONS(131), + [aux_sym__comparison_operator_token9] = ACTIONS(131), + [aux_sym_scope_tuning_token1] = ACTIONS(131), + [aux_sym_if_statement_token1] = ACTIONS(131), + [aux_sym_while_phrase_token1] = ACTIONS(131), + [anon_sym_NO_DASHERROR] = ACTIONS(131), + [aux_sym_on_error_phrase_token1] = ACTIONS(131), + [aux_sym_stop_after_phrase_token1] = ACTIONS(131), + [aux_sym_do_tuning_token1] = ACTIONS(131), + [aux_sym_to_phrase_token1] = ACTIONS(131), + [aux_sym_sort_order_token1] = ACTIONS(131), + [aux_sym_sort_order_token2] = ACTIONS(131), + [aux_sym_sort_order_token3] = ACTIONS(131), + [aux_sym_sort_order_token4] = ACTIONS(131), + [aux_sym_sort_clause_token1] = ACTIONS(131), + [aux_sym_can_find_expression_token1] = ACTIONS(131), + [aux_sym_accumulate_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token2] = ACTIONS(131), + [sym__namecolon] = ACTIONS(129), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), + [sym__escaped_string] = ACTIONS(129), + }, + [308] = { + [sym_comment] = STATE(308), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(308), + [sym_identifier] = ACTIONS(1308), + [anon_sym_COLON] = ACTIONS(1308), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1308), + [anon_sym_LBRACE] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(1308), + [sym_null_expression] = ACTIONS(1308), + [aux_sym_boolean_literal_token1] = ACTIONS(1308), + [aux_sym_boolean_literal_token2] = ACTIONS(1308), + [aux_sym_boolean_literal_token3] = ACTIONS(1308), + [aux_sym_boolean_literal_token4] = ACTIONS(1308), + [sym__integer_literal] = ACTIONS(1308), + [sym_date_literal] = ACTIONS(1308), + [anon_sym_LBRACK] = ACTIONS(1308), + [anon_sym_COMMA] = ACTIONS(1308), + [anon_sym_LPAREN] = ACTIONS(1308), + [anon_sym_EQ] = ACTIONS(1308), + [aux_sym_unary_expression_token1] = ACTIONS(1308), + [aux_sym_unary_expression_token2] = ACTIONS(1308), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1308), + [aux_sym_temp_table_expression_token1] = ACTIONS(1308), + [aux_sym_current_changed_expression_token1] = ACTIONS(1308), + [aux_sym_locked_expression_token1] = ACTIONS(1308), + [aux_sym_dataset_expression_token1] = ACTIONS(1308), + [aux_sym_input_expression_token1] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1308), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1308), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1308), + [anon_sym_LT] = ACTIONS(1308), + [anon_sym_LT_EQ] = ACTIONS(1308), + [anon_sym_LT_GT] = ACTIONS(1308), + [anon_sym_GT] = ACTIONS(1308), + [anon_sym_GT_EQ] = ACTIONS(1308), + [aux_sym__comparison_operator_token1] = ACTIONS(1308), + [aux_sym__comparison_operator_token2] = ACTIONS(1308), + [aux_sym__comparison_operator_token3] = ACTIONS(1308), + [aux_sym__comparison_operator_token4] = ACTIONS(1308), + [aux_sym__comparison_operator_token5] = ACTIONS(1308), + [aux_sym__comparison_operator_token6] = ACTIONS(1308), + [aux_sym__comparison_operator_token7] = ACTIONS(1308), + [aux_sym__comparison_operator_token8] = ACTIONS(1308), + [aux_sym__comparison_operator_token9] = ACTIONS(1308), + [aux_sym_scope_tuning_token1] = ACTIONS(1308), + [aux_sym_if_statement_token1] = ACTIONS(1308), + [aux_sym_on_error_phrase_token1] = ACTIONS(1308), + [aux_sym_to_phrase_token1] = ACTIONS(1308), + [aux_sym_sort_order_token1] = ACTIONS(1308), + [aux_sym_sort_order_token2] = ACTIONS(1308), + [aux_sym_sort_order_token3] = ACTIONS(1308), + [aux_sym_sort_order_token4] = ACTIONS(1308), + [aux_sym_sort_clause_token1] = ACTIONS(1308), + [aux_sym_can_find_expression_token1] = ACTIONS(1308), + [aux_sym_accumulate_expression_token1] = ACTIONS(1308), + [aux_sym_available_expression_token1] = ACTIONS(1308), + [aux_sym_available_expression_token2] = ACTIONS(1308), + [sym__or_operator] = ACTIONS(1310), + [sym__and_operator] = ACTIONS(1310), + [sym__escaped_string] = ACTIONS(1310), + }, + [309] = { + [sym_comment] = STATE(309), + [sym_include] = STATE(309), + [aux_sym_object_access_repeat1] = STATE(321), + [sym_identifier] = ACTIONS(73), + [anon_sym_COLON] = ACTIONS(73), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(73), + [anon_sym_STAR] = ACTIONS(73), + [sym_null_expression] = ACTIONS(73), + [aux_sym_boolean_literal_token1] = ACTIONS(73), + [aux_sym_boolean_literal_token2] = ACTIONS(73), + [aux_sym_boolean_literal_token3] = ACTIONS(73), + [aux_sym_boolean_literal_token4] = ACTIONS(73), + [sym__integer_literal] = ACTIONS(73), + [sym_date_literal] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(73), + [anon_sym_LPAREN] = ACTIONS(73), + [anon_sym_EQ] = ACTIONS(73), + [aux_sym_unary_expression_token1] = ACTIONS(73), + [aux_sym_unary_expression_token2] = ACTIONS(73), + [aux_sym_ambiguous_expression_token1] = ACTIONS(73), + [aux_sym_temp_table_expression_token1] = ACTIONS(73), + [aux_sym_current_changed_expression_token1] = ACTIONS(73), + [aux_sym_locked_expression_token1] = ACTIONS(73), + [aux_sym_dataset_expression_token1] = ACTIONS(73), + [aux_sym_input_expression_token1] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(73), + [anon_sym_DASH] = ACTIONS(73), + [aux_sym__multiplicative_operator_token1] = ACTIONS(73), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(73), + [anon_sym_LT_GT] = ACTIONS(73), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(73), + [aux_sym__comparison_operator_token1] = ACTIONS(73), + [aux_sym__comparison_operator_token2] = ACTIONS(73), + [aux_sym__comparison_operator_token3] = ACTIONS(73), + [aux_sym__comparison_operator_token4] = ACTIONS(73), + [aux_sym__comparison_operator_token5] = ACTIONS(73), + [aux_sym__comparison_operator_token6] = ACTIONS(73), + [aux_sym__comparison_operator_token7] = ACTIONS(73), + [aux_sym__comparison_operator_token8] = ACTIONS(73), + [aux_sym__comparison_operator_token9] = ACTIONS(73), + [aux_sym_scope_tuning_token1] = ACTIONS(73), + [aux_sym_if_statement_token1] = ACTIONS(73), + [aux_sym_while_phrase_token1] = ACTIONS(73), + [aux_sym_on_error_phrase_token1] = ACTIONS(73), + [aux_sym_stop_after_phrase_token1] = ACTIONS(73), + [aux_sym_do_tuning_token1] = ACTIONS(73), + [aux_sym_to_phrase_token1] = ACTIONS(73), + [aux_sym_sort_order_token1] = ACTIONS(73), + [aux_sym_sort_order_token2] = ACTIONS(73), + [aux_sym_sort_order_token3] = ACTIONS(73), + [aux_sym_sort_order_token4] = ACTIONS(73), + [aux_sym_sort_clause_token1] = ACTIONS(73), + [aux_sym_can_find_expression_token1] = ACTIONS(73), + [aux_sym_accumulate_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token2] = ACTIONS(73), + [sym__namecolon] = ACTIONS(902), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + [sym__escaped_string] = ACTIONS(67), + }, + [310] = { + [sym_comment] = STATE(310), + [sym_include] = STATE(310), + [aux_sym_object_access_repeat1] = STATE(310), + [sym_identifier] = ACTIONS(97), + [anon_sym_COLON] = ACTIONS(97), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(97), + [anon_sym_STAR] = ACTIONS(97), + [sym_null_expression] = ACTIONS(97), + [aux_sym_boolean_literal_token1] = ACTIONS(97), + [aux_sym_boolean_literal_token2] = ACTIONS(97), + [aux_sym_boolean_literal_token3] = ACTIONS(97), + [aux_sym_boolean_literal_token4] = ACTIONS(97), + [sym__integer_literal] = ACTIONS(97), + [sym_date_literal] = ACTIONS(97), + [anon_sym_LBRACK] = ACTIONS(97), + [anon_sym_LPAREN] = ACTIONS(97), + [anon_sym_EQ] = ACTIONS(97), + [aux_sym_unary_expression_token1] = ACTIONS(97), + [aux_sym_unary_expression_token2] = ACTIONS(97), + [aux_sym_ambiguous_expression_token1] = ACTIONS(97), + [aux_sym_temp_table_expression_token1] = ACTIONS(97), + [aux_sym_current_changed_expression_token1] = ACTIONS(97), + [aux_sym_locked_expression_token1] = ACTIONS(97), + [aux_sym_dataset_expression_token1] = ACTIONS(97), + [aux_sym_input_expression_token1] = ACTIONS(97), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [aux_sym__multiplicative_operator_token1] = ACTIONS(97), + [aux_sym__multiplicative_operator_token2] = ACTIONS(97), + [anon_sym_LT] = ACTIONS(97), + [anon_sym_LT_EQ] = ACTIONS(97), + [anon_sym_LT_GT] = ACTIONS(97), + [anon_sym_GT] = ACTIONS(97), + [anon_sym_GT_EQ] = ACTIONS(97), + [aux_sym__comparison_operator_token1] = ACTIONS(97), + [aux_sym__comparison_operator_token2] = ACTIONS(97), + [aux_sym__comparison_operator_token3] = ACTIONS(97), + [aux_sym__comparison_operator_token4] = ACTIONS(97), + [aux_sym__comparison_operator_token5] = ACTIONS(97), + [aux_sym__comparison_operator_token6] = ACTIONS(97), + [aux_sym__comparison_operator_token7] = ACTIONS(97), + [aux_sym__comparison_operator_token8] = ACTIONS(97), + [aux_sym__comparison_operator_token9] = ACTIONS(97), + [aux_sym_scope_tuning_token1] = ACTIONS(97), + [aux_sym_if_statement_token1] = ACTIONS(97), + [aux_sym_while_phrase_token1] = ACTIONS(97), + [aux_sym_on_error_phrase_token1] = ACTIONS(97), + [aux_sym_stop_after_phrase_token1] = ACTIONS(97), + [aux_sym_do_tuning_token1] = ACTIONS(97), + [aux_sym_to_phrase_token1] = ACTIONS(97), + [aux_sym_sort_order_token1] = ACTIONS(97), + [aux_sym_sort_order_token2] = ACTIONS(97), + [aux_sym_sort_order_token3] = ACTIONS(97), + [aux_sym_sort_order_token4] = ACTIONS(97), + [aux_sym_sort_clause_token1] = ACTIONS(97), + [aux_sym_can_find_expression_token1] = ACTIONS(97), + [aux_sym_accumulate_expression_token1] = ACTIONS(97), + [aux_sym_available_expression_token1] = ACTIONS(97), + [aux_sym_available_expression_token2] = ACTIONS(97), + [sym__namecolon] = ACTIONS(1472), + [sym__or_operator] = ACTIONS(95), + [sym__and_operator] = ACTIONS(95), + [sym__escaped_string] = ACTIONS(95), + }, + [311] = { + [sym_comment] = STATE(311), + [sym_include] = STATE(311), + [sym_identifier] = ACTIONS(139), + [anon_sym_COLON] = ACTIONS(139), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_STAR] = ACTIONS(139), + [sym_null_expression] = ACTIONS(139), + [aux_sym_boolean_literal_token1] = ACTIONS(139), + [aux_sym_boolean_literal_token2] = ACTIONS(139), + [aux_sym_boolean_literal_token3] = ACTIONS(139), + [aux_sym_boolean_literal_token4] = ACTIONS(139), + [sym__integer_literal] = ACTIONS(139), + [sym_date_literal] = ACTIONS(139), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_EQ] = ACTIONS(139), + [aux_sym_unary_expression_token1] = ACTIONS(139), + [aux_sym_unary_expression_token2] = ACTIONS(139), + [aux_sym_ambiguous_expression_token1] = ACTIONS(139), + [aux_sym_temp_table_expression_token1] = ACTIONS(139), + [aux_sym_current_changed_expression_token1] = ACTIONS(139), + [aux_sym_locked_expression_token1] = ACTIONS(139), + [aux_sym_dataset_expression_token1] = ACTIONS(139), + [aux_sym_input_expression_token1] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(139), + [aux_sym__multiplicative_operator_token1] = ACTIONS(139), + [aux_sym__multiplicative_operator_token2] = ACTIONS(139), + [anon_sym_LT] = ACTIONS(139), + [anon_sym_LT_EQ] = ACTIONS(139), + [anon_sym_LT_GT] = ACTIONS(139), + [anon_sym_GT] = ACTIONS(139), + [anon_sym_GT_EQ] = ACTIONS(139), + [aux_sym__comparison_operator_token1] = ACTIONS(139), + [aux_sym__comparison_operator_token2] = ACTIONS(139), + [aux_sym__comparison_operator_token3] = ACTIONS(139), + [aux_sym__comparison_operator_token4] = ACTIONS(139), + [aux_sym__comparison_operator_token5] = ACTIONS(139), + [aux_sym__comparison_operator_token6] = ACTIONS(139), + [aux_sym__comparison_operator_token7] = ACTIONS(139), + [aux_sym__comparison_operator_token8] = ACTIONS(139), + [aux_sym__comparison_operator_token9] = ACTIONS(139), + [aux_sym_scope_tuning_token1] = ACTIONS(139), + [aux_sym_function_call_token1] = ACTIONS(139), + [aux_sym_if_statement_token1] = ACTIONS(139), + [aux_sym_while_phrase_token1] = ACTIONS(139), + [aux_sym_on_error_phrase_token1] = ACTIONS(139), + [aux_sym_stop_after_phrase_token1] = ACTIONS(139), + [aux_sym_do_tuning_token1] = ACTIONS(139), + [aux_sym_to_phrase_token1] = ACTIONS(139), + [aux_sym_sort_order_token1] = ACTIONS(139), + [aux_sym_sort_order_token2] = ACTIONS(139), + [aux_sym_sort_order_token3] = ACTIONS(139), + [aux_sym_sort_order_token4] = ACTIONS(139), + [aux_sym_sort_clause_token1] = ACTIONS(139), + [aux_sym_can_find_expression_token1] = ACTIONS(139), + [aux_sym_accumulate_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token2] = ACTIONS(139), + [sym__namecolon] = ACTIONS(137), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), + [sym__escaped_string] = ACTIONS(137), + }, + [312] = { + [sym_comment] = STATE(312), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(312), + [sym_identifier] = ACTIONS(1348), + [anon_sym_COLON] = ACTIONS(1348), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1348), + [aux_sym_boolean_literal_token1] = ACTIONS(1348), + [aux_sym_boolean_literal_token2] = ACTIONS(1348), + [aux_sym_boolean_literal_token3] = ACTIONS(1348), + [aux_sym_boolean_literal_token4] = ACTIONS(1348), + [sym__integer_literal] = ACTIONS(1348), + [sym_date_literal] = ACTIONS(1348), + [anon_sym_LBRACK] = ACTIONS(1348), + [anon_sym_COMMA] = ACTIONS(1348), + [anon_sym_LPAREN] = ACTIONS(1348), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1348), + [aux_sym_unary_expression_token2] = ACTIONS(1348), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1348), + [aux_sym_temp_table_expression_token1] = ACTIONS(1348), + [aux_sym_current_changed_expression_token1] = ACTIONS(1348), + [aux_sym_locked_expression_token1] = ACTIONS(1348), + [aux_sym_dataset_expression_token1] = ACTIONS(1348), + [aux_sym_input_expression_token1] = ACTIONS(1348), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1348), + [aux_sym_if_statement_token1] = ACTIONS(1348), + [aux_sym_on_error_phrase_token1] = ACTIONS(1348), + [aux_sym_to_phrase_token1] = ACTIONS(1348), + [aux_sym_sort_order_token1] = ACTIONS(1348), + [aux_sym_sort_order_token2] = ACTIONS(1348), + [aux_sym_sort_order_token3] = ACTIONS(1348), + [aux_sym_sort_order_token4] = ACTIONS(1348), + [aux_sym_sort_clause_token1] = ACTIONS(1348), + [aux_sym_can_find_expression_token1] = ACTIONS(1348), + [aux_sym_accumulate_expression_token1] = ACTIONS(1348), + [aux_sym_available_expression_token1] = ACTIONS(1348), + [aux_sym_available_expression_token2] = ACTIONS(1348), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1350), + }, + [313] = { + [sym_comment] = STATE(313), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(313), + [sym_identifier] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1324), + [aux_sym_boolean_literal_token1] = ACTIONS(1324), + [aux_sym_boolean_literal_token2] = ACTIONS(1324), + [aux_sym_boolean_literal_token3] = ACTIONS(1324), + [aux_sym_boolean_literal_token4] = ACTIONS(1324), + [sym__integer_literal] = ACTIONS(1324), + [sym_date_literal] = ACTIONS(1324), + [anon_sym_LBRACK] = ACTIONS(1324), + [anon_sym_COMMA] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1324), + [aux_sym_unary_expression_token1] = ACTIONS(1324), + [aux_sym_unary_expression_token2] = ACTIONS(1324), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1324), + [aux_sym_temp_table_expression_token1] = ACTIONS(1324), + [aux_sym_current_changed_expression_token1] = ACTIONS(1324), + [aux_sym_locked_expression_token1] = ACTIONS(1324), + [aux_sym_dataset_expression_token1] = ACTIONS(1324), + [aux_sym_input_expression_token1] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1324), + [anon_sym_LT_EQ] = ACTIONS(1324), + [anon_sym_LT_GT] = ACTIONS(1324), + [anon_sym_GT] = ACTIONS(1324), + [anon_sym_GT_EQ] = ACTIONS(1324), + [aux_sym__comparison_operator_token1] = ACTIONS(1324), + [aux_sym__comparison_operator_token2] = ACTIONS(1324), + [aux_sym__comparison_operator_token3] = ACTIONS(1324), + [aux_sym__comparison_operator_token4] = ACTIONS(1324), + [aux_sym__comparison_operator_token5] = ACTIONS(1324), + [aux_sym__comparison_operator_token6] = ACTIONS(1324), + [aux_sym__comparison_operator_token7] = ACTIONS(1324), + [aux_sym__comparison_operator_token8] = ACTIONS(1324), + [aux_sym__comparison_operator_token9] = ACTIONS(1324), + [aux_sym_scope_tuning_token1] = ACTIONS(1324), + [aux_sym_if_statement_token1] = ACTIONS(1324), + [aux_sym_on_error_phrase_token1] = ACTIONS(1324), + [aux_sym_to_phrase_token1] = ACTIONS(1324), + [aux_sym_sort_order_token1] = ACTIONS(1324), + [aux_sym_sort_order_token2] = ACTIONS(1324), + [aux_sym_sort_order_token3] = ACTIONS(1324), + [aux_sym_sort_order_token4] = ACTIONS(1324), + [aux_sym_sort_clause_token1] = ACTIONS(1324), + [aux_sym_can_find_expression_token1] = ACTIONS(1324), + [aux_sym_accumulate_expression_token1] = ACTIONS(1324), + [aux_sym_available_expression_token1] = ACTIONS(1324), + [aux_sym_available_expression_token2] = ACTIONS(1324), + [sym__or_operator] = ACTIONS(1326), + [sym__and_operator] = ACTIONS(1326), + [sym__escaped_string] = ACTIONS(1326), + }, + [314] = { + [sym_comment] = STATE(314), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(314), + [sym_identifier] = ACTIONS(1328), + [anon_sym_COLON] = ACTIONS(1328), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1328), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1328), + [aux_sym_boolean_literal_token1] = ACTIONS(1328), + [aux_sym_boolean_literal_token2] = ACTIONS(1328), + [aux_sym_boolean_literal_token3] = ACTIONS(1328), + [aux_sym_boolean_literal_token4] = ACTIONS(1328), + [sym__integer_literal] = ACTIONS(1328), + [sym_date_literal] = ACTIONS(1328), + [anon_sym_LBRACK] = ACTIONS(1328), + [anon_sym_COMMA] = ACTIONS(1328), + [anon_sym_LPAREN] = ACTIONS(1328), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1328), + [aux_sym_unary_expression_token2] = ACTIONS(1328), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1328), + [aux_sym_temp_table_expression_token1] = ACTIONS(1328), + [aux_sym_current_changed_expression_token1] = ACTIONS(1328), + [aux_sym_locked_expression_token1] = ACTIONS(1328), + [aux_sym_dataset_expression_token1] = ACTIONS(1328), + [aux_sym_input_expression_token1] = ACTIONS(1328), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1328), + [aux_sym_if_statement_token1] = ACTIONS(1328), + [aux_sym_on_error_phrase_token1] = ACTIONS(1328), + [aux_sym_to_phrase_token1] = ACTIONS(1328), + [aux_sym_sort_order_token1] = ACTIONS(1328), + [aux_sym_sort_order_token2] = ACTIONS(1328), + [aux_sym_sort_order_token3] = ACTIONS(1328), + [aux_sym_sort_order_token4] = ACTIONS(1328), + [aux_sym_sort_clause_token1] = ACTIONS(1328), + [aux_sym_can_find_expression_token1] = ACTIONS(1328), + [aux_sym_accumulate_expression_token1] = ACTIONS(1328), + [aux_sym_available_expression_token1] = ACTIONS(1328), + [aux_sym_available_expression_token2] = ACTIONS(1328), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1330), + }, + [315] = { + [sym_comment] = STATE(315), + [sym_include] = STATE(315), + [anon_sym_COLON] = ACTIONS(158), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_LBRACE] = ACTIONS(75), + [sym__terminator] = ACTIONS(158), + [anon_sym_RBRACK] = ACTIONS(158), + [aux_sym_type_tuning_token2] = ACTIONS(158), + [aux_sym_unary_expression_token2] = ACTIONS(158), + [aux_sym_variable_tuning_token1] = ACTIONS(158), + [aux_sym_variable_tuning_token2] = ACTIONS(160), + [aux_sym_variable_tuning_token3] = ACTIONS(158), + [aux_sym_variable_tuning_token4] = ACTIONS(158), + [aux_sym_variable_tuning_token5] = ACTIONS(158), + [aux_sym_variable_tuning_token6] = ACTIONS(158), + [aux_sym_variable_tuning_token7] = ACTIONS(158), + [aux_sym_variable_tuning_token8] = ACTIONS(158), + [aux_sym_access_tuning_token1] = ACTIONS(158), + [aux_sym_access_tuning_token2] = ACTIONS(158), + [aux_sym_access_tuning_token3] = ACTIONS(158), + [aux_sym_access_tuning_token4] = ACTIONS(158), + [aux_sym_access_tuning_token5] = ACTIONS(158), + [aux_sym_query_definition_tuning_token1] = ACTIONS(158), + [anon_sym_SCROLLING] = ACTIONS(158), + [aux_sym_query_definition_tuning_token2] = ACTIONS(158), + [aux_sym_while_phrase_token1] = ACTIONS(158), + [aux_sym_repeat_tuning_token1] = ACTIONS(158), + [aux_sym_getter_token1] = ACTIONS(158), + [aux_sym_setter_token1] = ACTIONS(158), + [aux_sym_using_statement_token2] = ACTIONS(158), + [aux_sym_on_error_phrase_token1] = ACTIONS(158), + [aux_sym_stop_after_phrase_token1] = ACTIONS(158), + [aux_sym_do_tuning_token1] = ACTIONS(158), + [aux_sym_to_phrase_token1] = ACTIONS(158), + [aux_sym_field_option_token1] = ACTIONS(158), + [aux_sym_field_option_token2] = ACTIONS(158), + [aux_sym_field_option_token3] = ACTIONS(158), + [aux_sym_field_option_token4] = ACTIONS(158), + [aux_sym_field_option_token5] = ACTIONS(158), + [aux_sym_field_option_token6] = ACTIONS(158), + [aux_sym_field_definition_token1] = ACTIONS(158), + [aux_sym_index_definition_token1] = ACTIONS(158), + [aux_sym_image_phrase_token1] = ACTIONS(160), + [aux_sym_image_phrase_token2] = ACTIONS(158), + [aux_sym_image_phrase_token8] = ACTIONS(158), + [aux_sym_image_phrase_token10] = ACTIONS(160), + [aux_sym_size_phrase_token1] = ACTIONS(160), + [aux_sym_size_phrase_token2] = ACTIONS(158), + [aux_sym_size_phrase_token3] = ACTIONS(158), + [aux_sym_button_tuning_token1] = ACTIONS(158), + [aux_sym_button_tuning_token3] = ACTIONS(158), + [aux_sym_button_tuning_token4] = ACTIONS(158), + [aux_sym_button_tuning_token5] = ACTIONS(158), + [aux_sym_button_tuning_token6] = ACTIONS(158), + [aux_sym_button_tuning_token7] = ACTIONS(158), + [aux_sym_button_tuning_token8] = ACTIONS(158), + [aux_sym_button_tuning_token9] = ACTIONS(158), + [aux_sym_button_tuning_token10] = ACTIONS(158), + [aux_sym_button_tuning_token11] = ACTIONS(158), + [aux_sym_button_tuning_token12] = ACTIONS(158), + [aux_sym_button_tuning_token13] = ACTIONS(158), + [aux_sym_button_tuning_token14] = ACTIONS(158), + [aux_sym_button_tuning_token16] = ACTIONS(158), + [aux_sym_button_tuning_token17] = ACTIONS(158), + [sym__namedot] = ACTIONS(1475), + }, + [316] = { + [sym_comment] = STATE(316), + [sym_include] = STATE(316), + [aux_sym_member_access_repeat1] = STATE(318), + [sym_identifier] = ACTIONS(127), + [anon_sym_COLON] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [sym_null_expression] = ACTIONS(127), + [aux_sym_boolean_literal_token1] = ACTIONS(127), + [aux_sym_boolean_literal_token2] = ACTIONS(127), + [aux_sym_boolean_literal_token3] = ACTIONS(127), + [aux_sym_boolean_literal_token4] = ACTIONS(127), + [sym__integer_literal] = ACTIONS(127), + [sym_date_literal] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_EQ] = ACTIONS(127), + [aux_sym_unary_expression_token1] = ACTIONS(127), + [aux_sym_unary_expression_token2] = ACTIONS(127), + [aux_sym_ambiguous_expression_token1] = ACTIONS(127), + [aux_sym_temp_table_expression_token1] = ACTIONS(127), + [aux_sym_current_changed_expression_token1] = ACTIONS(127), + [aux_sym_locked_expression_token1] = ACTIONS(127), + [aux_sym_dataset_expression_token1] = ACTIONS(127), + [aux_sym_input_expression_token1] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [aux_sym__multiplicative_operator_token1] = ACTIONS(127), + [aux_sym__multiplicative_operator_token2] = ACTIONS(127), + [anon_sym_LT] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_LT_GT] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [aux_sym__comparison_operator_token1] = ACTIONS(127), + [aux_sym__comparison_operator_token2] = ACTIONS(127), + [aux_sym__comparison_operator_token3] = ACTIONS(127), + [aux_sym__comparison_operator_token4] = ACTIONS(127), + [aux_sym__comparison_operator_token5] = ACTIONS(127), + [aux_sym__comparison_operator_token6] = ACTIONS(127), + [aux_sym__comparison_operator_token7] = ACTIONS(127), + [aux_sym__comparison_operator_token8] = ACTIONS(127), + [aux_sym__comparison_operator_token9] = ACTIONS(127), + [aux_sym_scope_tuning_token1] = ACTIONS(127), + [aux_sym_if_statement_token1] = ACTIONS(127), + [aux_sym_while_phrase_token1] = ACTIONS(127), + [aux_sym_on_error_phrase_token1] = ACTIONS(127), + [aux_sym_stop_after_phrase_token1] = ACTIONS(127), + [aux_sym_do_tuning_token1] = ACTIONS(127), + [aux_sym_to_phrase_token1] = ACTIONS(127), + [aux_sym_sort_order_token1] = ACTIONS(127), + [aux_sym_sort_order_token2] = ACTIONS(127), + [aux_sym_sort_order_token3] = ACTIONS(127), + [aux_sym_sort_order_token4] = ACTIONS(127), + [aux_sym_sort_clause_token1] = ACTIONS(127), + [aux_sym_can_find_expression_token1] = ACTIONS(127), + [aux_sym_accumulate_expression_token1] = ACTIONS(127), + [aux_sym_available_expression_token1] = ACTIONS(127), + [aux_sym_available_expression_token2] = ACTIONS(127), + [sym__namedoublecolon] = ACTIONS(904), + [sym__or_operator] = ACTIONS(125), + [sym__and_operator] = ACTIONS(125), + [sym__escaped_string] = ACTIONS(125), + }, + [317] = { + [sym_comment] = STATE(317), + [sym_qualified_name] = STATE(390), + [sym_include] = STATE(317), + [sym_identifier] = ACTIONS(1477), + [anon_sym_COLON] = ACTIONS(1480), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1480), + [sym_null_expression] = ACTIONS(1480), + [aux_sym_boolean_literal_token1] = ACTIONS(1480), + [aux_sym_boolean_literal_token2] = ACTIONS(1480), + [aux_sym_boolean_literal_token3] = ACTIONS(1480), + [aux_sym_boolean_literal_token4] = ACTIONS(1480), + [sym__integer_literal] = ACTIONS(1480), + [sym_date_literal] = ACTIONS(1480), + [anon_sym_LBRACK] = ACTIONS(1480), + [anon_sym_LPAREN] = ACTIONS(1480), + [anon_sym_EQ] = ACTIONS(1480), + [aux_sym_unary_expression_token1] = ACTIONS(1480), + [aux_sym_unary_expression_token2] = ACTIONS(1480), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1480), + [aux_sym_temp_table_expression_token1] = ACTIONS(1480), + [aux_sym_current_changed_expression_token1] = ACTIONS(1480), + [aux_sym_locked_expression_token1] = ACTIONS(1480), + [aux_sym_dataset_expression_token1] = ACTIONS(1480), + [aux_sym_input_expression_token1] = ACTIONS(1480), + [aux_sym_input_expression_token2] = ACTIONS(1482), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_DASH] = ACTIONS(1480), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1480), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1480), + [anon_sym_LT] = ACTIONS(1480), + [anon_sym_LT_EQ] = ACTIONS(1480), + [anon_sym_LT_GT] = ACTIONS(1480), + [anon_sym_GT] = ACTIONS(1480), + [anon_sym_GT_EQ] = ACTIONS(1480), + [aux_sym__comparison_operator_token1] = ACTIONS(1480), + [aux_sym__comparison_operator_token2] = ACTIONS(1480), + [aux_sym__comparison_operator_token3] = ACTIONS(1480), + [aux_sym__comparison_operator_token4] = ACTIONS(1480), + [aux_sym__comparison_operator_token5] = ACTIONS(1480), + [aux_sym__comparison_operator_token6] = ACTIONS(1480), + [aux_sym__comparison_operator_token7] = ACTIONS(1480), + [aux_sym__comparison_operator_token8] = ACTIONS(1480), + [aux_sym__comparison_operator_token9] = ACTIONS(1480), + [aux_sym_scope_tuning_token1] = ACTIONS(1480), + [aux_sym_if_statement_token1] = ACTIONS(1480), + [aux_sym_while_phrase_token1] = ACTIONS(1480), + [aux_sym_on_error_phrase_token1] = ACTIONS(1480), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1480), + [aux_sym_do_tuning_token1] = ACTIONS(1480), + [aux_sym_to_phrase_token1] = ACTIONS(1480), + [aux_sym_sort_order_token1] = ACTIONS(1480), + [aux_sym_sort_order_token2] = ACTIONS(1480), + [aux_sym_sort_order_token3] = ACTIONS(1480), + [aux_sym_sort_order_token4] = ACTIONS(1480), + [aux_sym_sort_clause_token1] = ACTIONS(1480), + [aux_sym_can_find_expression_token1] = ACTIONS(1480), + [aux_sym_accumulate_expression_token1] = ACTIONS(1480), + [aux_sym_available_expression_token1] = ACTIONS(1480), + [aux_sym_available_expression_token2] = ACTIONS(1480), + [sym__or_operator] = ACTIONS(1484), + [sym__and_operator] = ACTIONS(1484), + [sym__escaped_string] = ACTIONS(1484), + }, + [318] = { + [sym_comment] = STATE(318), + [sym_include] = STATE(318), + [aux_sym_member_access_repeat1] = STATE(318), + [sym_identifier] = ACTIONS(143), + [anon_sym_COLON] = ACTIONS(143), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_LBRACE] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(143), + [sym_null_expression] = ACTIONS(143), + [aux_sym_boolean_literal_token1] = ACTIONS(143), + [aux_sym_boolean_literal_token2] = ACTIONS(143), + [aux_sym_boolean_literal_token3] = ACTIONS(143), + [aux_sym_boolean_literal_token4] = ACTIONS(143), + [sym__integer_literal] = ACTIONS(143), + [sym_date_literal] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_LPAREN] = ACTIONS(143), + [anon_sym_EQ] = ACTIONS(143), + [aux_sym_unary_expression_token1] = ACTIONS(143), + [aux_sym_unary_expression_token2] = ACTIONS(143), + [aux_sym_ambiguous_expression_token1] = ACTIONS(143), + [aux_sym_temp_table_expression_token1] = ACTIONS(143), + [aux_sym_current_changed_expression_token1] = ACTIONS(143), + [aux_sym_locked_expression_token1] = ACTIONS(143), + [aux_sym_dataset_expression_token1] = ACTIONS(143), + [aux_sym_input_expression_token1] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_DASH] = ACTIONS(143), + [aux_sym__multiplicative_operator_token1] = ACTIONS(143), + [aux_sym__multiplicative_operator_token2] = ACTIONS(143), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(143), + [anon_sym_LT_GT] = ACTIONS(143), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(143), + [aux_sym__comparison_operator_token1] = ACTIONS(143), + [aux_sym__comparison_operator_token2] = ACTIONS(143), + [aux_sym__comparison_operator_token3] = ACTIONS(143), + [aux_sym__comparison_operator_token4] = ACTIONS(143), + [aux_sym__comparison_operator_token5] = ACTIONS(143), + [aux_sym__comparison_operator_token6] = ACTIONS(143), + [aux_sym__comparison_operator_token7] = ACTIONS(143), + [aux_sym__comparison_operator_token8] = ACTIONS(143), + [aux_sym__comparison_operator_token9] = ACTIONS(143), + [aux_sym_scope_tuning_token1] = ACTIONS(143), + [aux_sym_if_statement_token1] = ACTIONS(143), + [aux_sym_while_phrase_token1] = ACTIONS(143), + [aux_sym_on_error_phrase_token1] = ACTIONS(143), + [aux_sym_stop_after_phrase_token1] = ACTIONS(143), + [aux_sym_do_tuning_token1] = ACTIONS(143), + [aux_sym_to_phrase_token1] = ACTIONS(143), + [aux_sym_sort_order_token1] = ACTIONS(143), + [aux_sym_sort_order_token2] = ACTIONS(143), + [aux_sym_sort_order_token3] = ACTIONS(143), + [aux_sym_sort_order_token4] = ACTIONS(143), + [aux_sym_sort_clause_token1] = ACTIONS(143), + [aux_sym_can_find_expression_token1] = ACTIONS(143), + [aux_sym_accumulate_expression_token1] = ACTIONS(143), + [aux_sym_available_expression_token1] = ACTIONS(143), + [aux_sym_available_expression_token2] = ACTIONS(143), + [sym__namedoublecolon] = ACTIONS(1486), + [sym__or_operator] = ACTIONS(141), + [sym__and_operator] = ACTIONS(141), + [sym__escaped_string] = ACTIONS(141), + }, + [319] = { + [sym_comment] = STATE(319), + [sym_include] = STATE(319), + [sym_identifier] = ACTIONS(150), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(150), + [sym_null_expression] = ACTIONS(150), + [aux_sym_boolean_literal_token1] = ACTIONS(150), + [aux_sym_boolean_literal_token2] = ACTIONS(150), + [aux_sym_boolean_literal_token3] = ACTIONS(150), + [aux_sym_boolean_literal_token4] = ACTIONS(150), + [sym__integer_literal] = ACTIONS(150), + [sym_date_literal] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_EQ] = ACTIONS(150), + [aux_sym_unary_expression_token1] = ACTIONS(150), + [aux_sym_unary_expression_token2] = ACTIONS(150), + [aux_sym_ambiguous_expression_token1] = ACTIONS(150), + [aux_sym_temp_table_expression_token1] = ACTIONS(150), + [aux_sym_current_changed_expression_token1] = ACTIONS(150), + [aux_sym_locked_expression_token1] = ACTIONS(150), + [aux_sym_dataset_expression_token1] = ACTIONS(150), + [aux_sym_input_expression_token1] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(150), + [aux_sym__multiplicative_operator_token1] = ACTIONS(150), + [aux_sym__multiplicative_operator_token2] = ACTIONS(150), + [anon_sym_LT] = ACTIONS(150), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_LT_GT] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [aux_sym__comparison_operator_token1] = ACTIONS(150), + [aux_sym__comparison_operator_token2] = ACTIONS(150), + [aux_sym__comparison_operator_token3] = ACTIONS(150), + [aux_sym__comparison_operator_token4] = ACTIONS(150), + [aux_sym__comparison_operator_token5] = ACTIONS(150), + [aux_sym__comparison_operator_token6] = ACTIONS(150), + [aux_sym__comparison_operator_token7] = ACTIONS(150), + [aux_sym__comparison_operator_token8] = ACTIONS(150), + [aux_sym__comparison_operator_token9] = ACTIONS(150), + [aux_sym_scope_tuning_token1] = ACTIONS(150), + [aux_sym_function_call_token1] = ACTIONS(1489), + [aux_sym_if_statement_token1] = ACTIONS(150), + [aux_sym_while_phrase_token1] = ACTIONS(150), + [aux_sym_on_error_phrase_token1] = ACTIONS(150), + [aux_sym_stop_after_phrase_token1] = ACTIONS(150), + [aux_sym_do_tuning_token1] = ACTIONS(150), + [aux_sym_to_phrase_token1] = ACTIONS(150), + [aux_sym_sort_order_token1] = ACTIONS(150), + [aux_sym_sort_order_token2] = ACTIONS(150), + [aux_sym_sort_order_token3] = ACTIONS(150), + [aux_sym_sort_order_token4] = ACTIONS(150), + [aux_sym_sort_clause_token1] = ACTIONS(150), + [aux_sym_can_find_expression_token1] = ACTIONS(150), + [aux_sym_accumulate_expression_token1] = ACTIONS(150), + [aux_sym_available_expression_token1] = ACTIONS(150), + [aux_sym_available_expression_token2] = ACTIONS(150), + [sym__namecolon] = ACTIONS(148), + [sym__or_operator] = ACTIONS(148), + [sym__and_operator] = ACTIONS(148), + [sym__escaped_string] = ACTIONS(148), + }, + [320] = { + [sym_comment] = STATE(320), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(320), + [sym_identifier] = ACTIONS(1256), + [anon_sym_COLON] = ACTIONS(1256), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1256), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1256), + [aux_sym_boolean_literal_token1] = ACTIONS(1256), + [aux_sym_boolean_literal_token2] = ACTIONS(1256), + [aux_sym_boolean_literal_token3] = ACTIONS(1256), + [aux_sym_boolean_literal_token4] = ACTIONS(1256), + [sym__integer_literal] = ACTIONS(1256), + [sym_date_literal] = ACTIONS(1256), + [anon_sym_LBRACK] = ACTIONS(1256), + [anon_sym_COMMA] = ACTIONS(1256), + [anon_sym_LPAREN] = ACTIONS(1256), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1256), + [aux_sym_unary_expression_token2] = ACTIONS(1256), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1256), + [aux_sym_temp_table_expression_token1] = ACTIONS(1256), + [aux_sym_current_changed_expression_token1] = ACTIONS(1256), + [aux_sym_locked_expression_token1] = ACTIONS(1256), + [aux_sym_dataset_expression_token1] = ACTIONS(1256), + [aux_sym_input_expression_token1] = ACTIONS(1256), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1256), + [aux_sym_if_statement_token1] = ACTIONS(1256), + [aux_sym_on_error_phrase_token1] = ACTIONS(1256), + [aux_sym_to_phrase_token1] = ACTIONS(1256), + [aux_sym_sort_order_token1] = ACTIONS(1256), + [aux_sym_sort_order_token2] = ACTIONS(1256), + [aux_sym_sort_order_token3] = ACTIONS(1256), + [aux_sym_sort_order_token4] = ACTIONS(1256), + [aux_sym_sort_clause_token1] = ACTIONS(1256), + [aux_sym_can_find_expression_token1] = ACTIONS(1256), + [aux_sym_accumulate_expression_token1] = ACTIONS(1256), + [aux_sym_available_expression_token1] = ACTIONS(1256), + [aux_sym_available_expression_token2] = ACTIONS(1256), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1258), + }, + [321] = { + [sym_comment] = STATE(321), + [sym_include] = STATE(321), + [aux_sym_object_access_repeat1] = STATE(310), + [sym_identifier] = ACTIONS(93), + [anon_sym_COLON] = ACTIONS(93), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(93), + [anon_sym_LBRACE] = ACTIONS(93), + [anon_sym_STAR] = ACTIONS(93), + [sym_null_expression] = ACTIONS(93), + [aux_sym_boolean_literal_token1] = ACTIONS(93), + [aux_sym_boolean_literal_token2] = ACTIONS(93), + [aux_sym_boolean_literal_token3] = ACTIONS(93), + [aux_sym_boolean_literal_token4] = ACTIONS(93), + [sym__integer_literal] = ACTIONS(93), + [sym_date_literal] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(93), + [anon_sym_LPAREN] = ACTIONS(93), + [anon_sym_EQ] = ACTIONS(93), + [aux_sym_unary_expression_token1] = ACTIONS(93), + [aux_sym_unary_expression_token2] = ACTIONS(93), + [aux_sym_ambiguous_expression_token1] = ACTIONS(93), + [aux_sym_temp_table_expression_token1] = ACTIONS(93), + [aux_sym_current_changed_expression_token1] = ACTIONS(93), + [aux_sym_locked_expression_token1] = ACTIONS(93), + [aux_sym_dataset_expression_token1] = ACTIONS(93), + [aux_sym_input_expression_token1] = ACTIONS(93), + [anon_sym_PLUS] = ACTIONS(93), + [anon_sym_DASH] = ACTIONS(93), + [aux_sym__multiplicative_operator_token1] = ACTIONS(93), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(93), + [anon_sym_LT_GT] = ACTIONS(93), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(93), + [aux_sym__comparison_operator_token1] = ACTIONS(93), + [aux_sym__comparison_operator_token2] = ACTIONS(93), + [aux_sym__comparison_operator_token3] = ACTIONS(93), + [aux_sym__comparison_operator_token4] = ACTIONS(93), + [aux_sym__comparison_operator_token5] = ACTIONS(93), + [aux_sym__comparison_operator_token6] = ACTIONS(93), + [aux_sym__comparison_operator_token7] = ACTIONS(93), + [aux_sym__comparison_operator_token8] = ACTIONS(93), + [aux_sym__comparison_operator_token9] = ACTIONS(93), + [aux_sym_scope_tuning_token1] = ACTIONS(93), + [aux_sym_if_statement_token1] = ACTIONS(93), + [aux_sym_while_phrase_token1] = ACTIONS(93), + [aux_sym_on_error_phrase_token1] = ACTIONS(93), + [aux_sym_stop_after_phrase_token1] = ACTIONS(93), + [aux_sym_do_tuning_token1] = ACTIONS(93), + [aux_sym_to_phrase_token1] = ACTIONS(93), + [aux_sym_sort_order_token1] = ACTIONS(93), + [aux_sym_sort_order_token2] = ACTIONS(93), + [aux_sym_sort_order_token3] = ACTIONS(93), + [aux_sym_sort_order_token4] = ACTIONS(93), + [aux_sym_sort_clause_token1] = ACTIONS(93), + [aux_sym_can_find_expression_token1] = ACTIONS(93), + [aux_sym_accumulate_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token2] = ACTIONS(93), + [sym__namecolon] = ACTIONS(902), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), + [sym__escaped_string] = ACTIONS(91), + }, + [322] = { + [sym_comment] = STATE(322), + [sym_include] = STATE(322), + [aux_sym_object_access_repeat1] = STATE(321), + [sym_identifier] = ACTIONS(89), + [anon_sym_COLON] = ACTIONS(89), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(89), + [anon_sym_STAR] = ACTIONS(89), + [sym_null_expression] = ACTIONS(89), + [aux_sym_boolean_literal_token1] = ACTIONS(89), + [aux_sym_boolean_literal_token2] = ACTIONS(89), + [aux_sym_boolean_literal_token3] = ACTIONS(89), + [aux_sym_boolean_literal_token4] = ACTIONS(89), + [sym__integer_literal] = ACTIONS(89), + [sym_date_literal] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(89), + [anon_sym_EQ] = ACTIONS(89), + [aux_sym_unary_expression_token1] = ACTIONS(89), + [aux_sym_unary_expression_token2] = ACTIONS(89), + [aux_sym_ambiguous_expression_token1] = ACTIONS(89), + [aux_sym_temp_table_expression_token1] = ACTIONS(89), + [aux_sym_current_changed_expression_token1] = ACTIONS(89), + [aux_sym_locked_expression_token1] = ACTIONS(89), + [aux_sym_dataset_expression_token1] = ACTIONS(89), + [aux_sym_input_expression_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(89), + [anon_sym_DASH] = ACTIONS(89), + [aux_sym__multiplicative_operator_token1] = ACTIONS(89), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(89), + [anon_sym_LT_GT] = ACTIONS(89), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(89), + [aux_sym__comparison_operator_token1] = ACTIONS(89), + [aux_sym__comparison_operator_token2] = ACTIONS(89), + [aux_sym__comparison_operator_token3] = ACTIONS(89), + [aux_sym__comparison_operator_token4] = ACTIONS(89), + [aux_sym__comparison_operator_token5] = ACTIONS(89), + [aux_sym__comparison_operator_token6] = ACTIONS(89), + [aux_sym__comparison_operator_token7] = ACTIONS(89), + [aux_sym__comparison_operator_token8] = ACTIONS(89), + [aux_sym__comparison_operator_token9] = ACTIONS(89), + [aux_sym_scope_tuning_token1] = ACTIONS(89), + [aux_sym_if_statement_token1] = ACTIONS(89), + [aux_sym_while_phrase_token1] = ACTIONS(89), + [aux_sym_on_error_phrase_token1] = ACTIONS(89), + [aux_sym_stop_after_phrase_token1] = ACTIONS(89), + [aux_sym_do_tuning_token1] = ACTIONS(89), + [aux_sym_to_phrase_token1] = ACTIONS(89), + [aux_sym_sort_order_token1] = ACTIONS(89), + [aux_sym_sort_order_token2] = ACTIONS(89), + [aux_sym_sort_order_token3] = ACTIONS(89), + [aux_sym_sort_order_token4] = ACTIONS(89), + [aux_sym_sort_clause_token1] = ACTIONS(89), + [aux_sym_can_find_expression_token1] = ACTIONS(89), + [aux_sym_accumulate_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token2] = ACTIONS(89), + [sym__namecolon] = ACTIONS(902), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), + }, + [323] = { + [sym_comment] = STATE(323), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(323), + [sym_identifier] = ACTIONS(250), + [anon_sym_COLON] = ACTIONS(250), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(250), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(250), + [aux_sym_boolean_literal_token1] = ACTIONS(250), + [aux_sym_boolean_literal_token2] = ACTIONS(250), + [aux_sym_boolean_literal_token3] = ACTIONS(250), + [aux_sym_boolean_literal_token4] = ACTIONS(250), + [sym__integer_literal] = ACTIONS(250), + [sym_date_literal] = ACTIONS(250), + [anon_sym_LBRACK] = ACTIONS(250), + [anon_sym_COMMA] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(250), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(250), + [aux_sym_unary_expression_token2] = ACTIONS(250), + [aux_sym_ambiguous_expression_token1] = ACTIONS(250), + [aux_sym_temp_table_expression_token1] = ACTIONS(250), + [aux_sym_current_changed_expression_token1] = ACTIONS(250), + [aux_sym_locked_expression_token1] = ACTIONS(250), + [aux_sym_dataset_expression_token1] = ACTIONS(250), + [aux_sym_input_expression_token1] = ACTIONS(250), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(250), + [aux_sym_if_statement_token1] = ACTIONS(250), + [aux_sym_on_error_phrase_token1] = ACTIONS(250), + [aux_sym_to_phrase_token1] = ACTIONS(250), + [aux_sym_sort_order_token1] = ACTIONS(250), + [aux_sym_sort_order_token2] = ACTIONS(250), + [aux_sym_sort_order_token3] = ACTIONS(250), + [aux_sym_sort_order_token4] = ACTIONS(250), + [aux_sym_sort_clause_token1] = ACTIONS(250), + [aux_sym_can_find_expression_token1] = ACTIONS(250), + [aux_sym_accumulate_expression_token1] = ACTIONS(250), + [aux_sym_available_expression_token1] = ACTIONS(250), + [aux_sym_available_expression_token2] = ACTIONS(250), + [sym__or_operator] = ACTIONS(248), + [sym__and_operator] = ACTIONS(248), + [sym__escaped_string] = ACTIONS(248), + }, + [324] = { + [sym_comment] = STATE(324), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(324), + [sym_identifier] = ACTIONS(1340), + [anon_sym_COLON] = ACTIONS(1340), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1340), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1340), + [aux_sym_boolean_literal_token1] = ACTIONS(1340), + [aux_sym_boolean_literal_token2] = ACTIONS(1340), + [aux_sym_boolean_literal_token3] = ACTIONS(1340), + [aux_sym_boolean_literal_token4] = ACTIONS(1340), + [sym__integer_literal] = ACTIONS(1340), + [sym_date_literal] = ACTIONS(1340), + [anon_sym_LBRACK] = ACTIONS(1340), + [anon_sym_COMMA] = ACTIONS(1340), + [anon_sym_LPAREN] = ACTIONS(1340), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1340), + [aux_sym_unary_expression_token2] = ACTIONS(1340), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1340), + [aux_sym_temp_table_expression_token1] = ACTIONS(1340), + [aux_sym_current_changed_expression_token1] = ACTIONS(1340), + [aux_sym_locked_expression_token1] = ACTIONS(1340), + [aux_sym_dataset_expression_token1] = ACTIONS(1340), + [aux_sym_input_expression_token1] = ACTIONS(1340), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1340), + [aux_sym_if_statement_token1] = ACTIONS(1340), + [aux_sym_on_error_phrase_token1] = ACTIONS(1340), + [aux_sym_to_phrase_token1] = ACTIONS(1340), + [aux_sym_sort_order_token1] = ACTIONS(1340), + [aux_sym_sort_order_token2] = ACTIONS(1340), + [aux_sym_sort_order_token3] = ACTIONS(1340), + [aux_sym_sort_order_token4] = ACTIONS(1340), + [aux_sym_sort_clause_token1] = ACTIONS(1340), + [aux_sym_can_find_expression_token1] = ACTIONS(1340), + [aux_sym_accumulate_expression_token1] = ACTIONS(1340), + [aux_sym_available_expression_token1] = ACTIONS(1340), + [aux_sym_available_expression_token2] = ACTIONS(1340), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1342), + }, + [325] = { + [sym_comment] = STATE(325), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(325), + [sym_identifier] = ACTIONS(1344), + [anon_sym_COLON] = ACTIONS(1344), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1344), + [aux_sym_boolean_literal_token1] = ACTIONS(1344), + [aux_sym_boolean_literal_token2] = ACTIONS(1344), + [aux_sym_boolean_literal_token3] = ACTIONS(1344), + [aux_sym_boolean_literal_token4] = ACTIONS(1344), + [sym__integer_literal] = ACTIONS(1344), + [sym_date_literal] = ACTIONS(1344), + [anon_sym_LBRACK] = ACTIONS(1344), + [anon_sym_COMMA] = ACTIONS(1344), + [anon_sym_LPAREN] = ACTIONS(1344), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1344), + [aux_sym_unary_expression_token2] = ACTIONS(1344), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1344), + [aux_sym_temp_table_expression_token1] = ACTIONS(1344), + [aux_sym_current_changed_expression_token1] = ACTIONS(1344), + [aux_sym_locked_expression_token1] = ACTIONS(1344), + [aux_sym_dataset_expression_token1] = ACTIONS(1344), + [aux_sym_input_expression_token1] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1344), + [aux_sym_if_statement_token1] = ACTIONS(1344), + [aux_sym_on_error_phrase_token1] = ACTIONS(1344), + [aux_sym_to_phrase_token1] = ACTIONS(1344), + [aux_sym_sort_order_token1] = ACTIONS(1344), + [aux_sym_sort_order_token2] = ACTIONS(1344), + [aux_sym_sort_order_token3] = ACTIONS(1344), + [aux_sym_sort_order_token4] = ACTIONS(1344), + [aux_sym_sort_clause_token1] = ACTIONS(1344), + [aux_sym_can_find_expression_token1] = ACTIONS(1344), + [aux_sym_accumulate_expression_token1] = ACTIONS(1344), + [aux_sym_available_expression_token1] = ACTIONS(1344), + [aux_sym_available_expression_token2] = ACTIONS(1344), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1346), + }, + [326] = { + [sym_comment] = STATE(326), + [sym_include] = STATE(326), + [aux_sym_object_access_repeat1] = STATE(310), + [sym_identifier] = ACTIONS(93), + [anon_sym_COLON] = ACTIONS(93), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(93), + [anon_sym_LBRACE] = ACTIONS(93), + [anon_sym_STAR] = ACTIONS(93), + [sym_null_expression] = ACTIONS(93), + [aux_sym_boolean_literal_token1] = ACTIONS(93), + [aux_sym_boolean_literal_token2] = ACTIONS(93), + [aux_sym_boolean_literal_token3] = ACTIONS(93), + [aux_sym_boolean_literal_token4] = ACTIONS(93), + [sym__integer_literal] = ACTIONS(93), + [sym_date_literal] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(93), + [anon_sym_LPAREN] = ACTIONS(93), + [anon_sym_EQ] = ACTIONS(93), + [aux_sym_unary_expression_token1] = ACTIONS(93), + [aux_sym_unary_expression_token2] = ACTIONS(93), + [aux_sym_ambiguous_expression_token1] = ACTIONS(93), + [aux_sym_temp_table_expression_token1] = ACTIONS(93), + [aux_sym_current_changed_expression_token1] = ACTIONS(93), + [aux_sym_locked_expression_token1] = ACTIONS(93), + [aux_sym_dataset_expression_token1] = ACTIONS(93), + [aux_sym_input_expression_token1] = ACTIONS(93), + [anon_sym_PLUS] = ACTIONS(93), + [anon_sym_DASH] = ACTIONS(93), + [aux_sym__multiplicative_operator_token1] = ACTIONS(93), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(93), + [anon_sym_LT_GT] = ACTIONS(93), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(93), + [aux_sym__comparison_operator_token1] = ACTIONS(93), + [aux_sym__comparison_operator_token2] = ACTIONS(93), + [aux_sym__comparison_operator_token3] = ACTIONS(93), + [aux_sym__comparison_operator_token4] = ACTIONS(93), + [aux_sym__comparison_operator_token5] = ACTIONS(93), + [aux_sym__comparison_operator_token6] = ACTIONS(93), + [aux_sym__comparison_operator_token7] = ACTIONS(93), + [aux_sym__comparison_operator_token8] = ACTIONS(93), + [aux_sym__comparison_operator_token9] = ACTIONS(93), + [aux_sym_scope_tuning_token1] = ACTIONS(93), + [aux_sym_if_statement_token1] = ACTIONS(93), + [aux_sym_while_phrase_token1] = ACTIONS(93), + [aux_sym_on_error_phrase_token1] = ACTIONS(93), + [aux_sym_stop_after_phrase_token1] = ACTIONS(93), + [aux_sym_do_tuning_token1] = ACTIONS(93), + [aux_sym_to_phrase_token1] = ACTIONS(93), + [aux_sym_sort_order_token1] = ACTIONS(93), + [aux_sym_sort_order_token2] = ACTIONS(93), + [aux_sym_sort_order_token3] = ACTIONS(93), + [aux_sym_sort_order_token4] = ACTIONS(93), + [aux_sym_sort_clause_token1] = ACTIONS(93), + [aux_sym_can_find_expression_token1] = ACTIONS(93), + [aux_sym_accumulate_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token2] = ACTIONS(93), + [sym__namecolon] = ACTIONS(902), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), + [sym__escaped_string] = ACTIONS(91), + }, + [327] = { + [sym_comment] = STATE(327), + [sym_include] = STATE(327), + [sym_identifier] = ACTIONS(601), + [anon_sym_COLON] = ACTIONS(601), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(601), + [anon_sym_LBRACE] = ACTIONS(601), + [anon_sym_STAR] = ACTIONS(601), + [sym_null_expression] = ACTIONS(601), + [aux_sym_boolean_literal_token1] = ACTIONS(601), + [aux_sym_boolean_literal_token2] = ACTIONS(601), + [aux_sym_boolean_literal_token3] = ACTIONS(601), + [aux_sym_boolean_literal_token4] = ACTIONS(601), + [sym__integer_literal] = ACTIONS(601), + [sym_date_literal] = ACTIONS(601), + [anon_sym_LBRACK] = ACTIONS(601), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_EQ] = ACTIONS(601), + [aux_sym_unary_expression_token1] = ACTIONS(601), + [aux_sym_unary_expression_token2] = ACTIONS(601), + [aux_sym_ambiguous_expression_token1] = ACTIONS(601), + [aux_sym_temp_table_expression_token1] = ACTIONS(601), + [aux_sym_current_changed_expression_token1] = ACTIONS(601), + [aux_sym_locked_expression_token1] = ACTIONS(601), + [aux_sym_dataset_expression_token1] = ACTIONS(601), + [aux_sym_input_expression_token1] = ACTIONS(601), + [anon_sym_PLUS] = ACTIONS(601), + [anon_sym_DASH] = ACTIONS(601), + [aux_sym__multiplicative_operator_token1] = ACTIONS(601), + [aux_sym__multiplicative_operator_token2] = ACTIONS(601), + [anon_sym_LT] = ACTIONS(601), + [anon_sym_LT_EQ] = ACTIONS(601), + [anon_sym_LT_GT] = ACTIONS(601), + [anon_sym_GT] = ACTIONS(601), + [anon_sym_GT_EQ] = ACTIONS(601), + [aux_sym__comparison_operator_token1] = ACTIONS(601), + [aux_sym__comparison_operator_token2] = ACTIONS(601), + [aux_sym__comparison_operator_token3] = ACTIONS(601), + [aux_sym__comparison_operator_token4] = ACTIONS(601), + [aux_sym__comparison_operator_token5] = ACTIONS(601), + [aux_sym__comparison_operator_token6] = ACTIONS(601), + [aux_sym__comparison_operator_token7] = ACTIONS(601), + [aux_sym__comparison_operator_token8] = ACTIONS(601), + [aux_sym__comparison_operator_token9] = ACTIONS(601), + [aux_sym_scope_tuning_token1] = ACTIONS(601), + [aux_sym_if_statement_token1] = ACTIONS(601), + [aux_sym_while_phrase_token1] = ACTIONS(601), + [anon_sym_NO_DASHERROR] = ACTIONS(1491), + [aux_sym_on_error_phrase_token1] = ACTIONS(601), + [aux_sym_stop_after_phrase_token1] = ACTIONS(601), + [aux_sym_do_tuning_token1] = ACTIONS(601), + [aux_sym_to_phrase_token1] = ACTIONS(601), + [aux_sym_sort_order_token1] = ACTIONS(601), + [aux_sym_sort_order_token2] = ACTIONS(601), + [aux_sym_sort_order_token3] = ACTIONS(601), + [aux_sym_sort_order_token4] = ACTIONS(601), + [aux_sym_sort_clause_token1] = ACTIONS(601), + [aux_sym_can_find_expression_token1] = ACTIONS(601), + [aux_sym_accumulate_expression_token1] = ACTIONS(601), + [aux_sym_available_expression_token1] = ACTIONS(601), + [aux_sym_available_expression_token2] = ACTIONS(601), + [sym__namecolon] = ACTIONS(599), + [sym__or_operator] = ACTIONS(599), + [sym__and_operator] = ACTIONS(599), + [sym__escaped_string] = ACTIONS(599), + }, + [328] = { + [sym_comment] = STATE(328), + [sym_include] = STATE(328), + [aux_sym_qualified_name_repeat1] = STATE(303), + [sym_identifier] = ACTIONS(119), + [anon_sym_COLON] = ACTIONS(119), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(119), + [anon_sym_STAR] = ACTIONS(119), + [sym_null_expression] = ACTIONS(119), + [aux_sym_boolean_literal_token1] = ACTIONS(119), + [aux_sym_boolean_literal_token2] = ACTIONS(119), + [aux_sym_boolean_literal_token3] = ACTIONS(119), + [aux_sym_boolean_literal_token4] = ACTIONS(119), + [sym__integer_literal] = ACTIONS(119), + [sym_date_literal] = ACTIONS(119), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LPAREN] = ACTIONS(119), + [anon_sym_EQ] = ACTIONS(119), + [aux_sym_unary_expression_token1] = ACTIONS(119), + [aux_sym_unary_expression_token2] = ACTIONS(119), + [aux_sym_ambiguous_expression_token1] = ACTIONS(119), + [aux_sym_temp_table_expression_token1] = ACTIONS(119), + [aux_sym_current_changed_expression_token1] = ACTIONS(119), + [aux_sym_locked_expression_token1] = ACTIONS(119), + [aux_sym_dataset_expression_token1] = ACTIONS(119), + [aux_sym_input_expression_token1] = ACTIONS(119), + [anon_sym_PLUS] = ACTIONS(119), + [anon_sym_DASH] = ACTIONS(119), + [aux_sym__multiplicative_operator_token1] = ACTIONS(119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(119), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_LT_EQ] = ACTIONS(119), + [anon_sym_LT_GT] = ACTIONS(119), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_GT_EQ] = ACTIONS(119), + [aux_sym__comparison_operator_token1] = ACTIONS(119), + [aux_sym__comparison_operator_token2] = ACTIONS(119), + [aux_sym__comparison_operator_token3] = ACTIONS(119), + [aux_sym__comparison_operator_token4] = ACTIONS(119), + [aux_sym__comparison_operator_token5] = ACTIONS(119), + [aux_sym__comparison_operator_token6] = ACTIONS(119), + [aux_sym__comparison_operator_token7] = ACTIONS(119), + [aux_sym__comparison_operator_token8] = ACTIONS(119), + [aux_sym__comparison_operator_token9] = ACTIONS(119), + [aux_sym_scope_tuning_token1] = ACTIONS(119), + [aux_sym_if_statement_token1] = ACTIONS(119), + [aux_sym_while_phrase_token1] = ACTIONS(119), + [aux_sym_on_error_phrase_token1] = ACTIONS(119), + [aux_sym_stop_after_phrase_token1] = ACTIONS(119), + [aux_sym_do_tuning_token1] = ACTIONS(119), + [aux_sym_to_phrase_token1] = ACTIONS(119), + [aux_sym_sort_order_token1] = ACTIONS(119), + [aux_sym_sort_order_token2] = ACTIONS(119), + [aux_sym_sort_order_token3] = ACTIONS(119), + [aux_sym_sort_order_token4] = ACTIONS(119), + [aux_sym_sort_clause_token1] = ACTIONS(119), + [aux_sym_can_find_expression_token1] = ACTIONS(119), + [aux_sym_accumulate_expression_token1] = ACTIONS(119), + [aux_sym_available_expression_token1] = ACTIONS(119), + [aux_sym_available_expression_token2] = ACTIONS(119), + [sym__namedot] = ACTIONS(900), + [sym__or_operator] = ACTIONS(117), + [sym__and_operator] = ACTIONS(117), + [sym__escaped_string] = ACTIONS(117), + }, + [329] = { + [sym_comment] = STATE(329), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(329), + [sym_identifier] = ACTIONS(1320), + [anon_sym_COLON] = ACTIONS(1320), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1320), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1320), + [aux_sym_boolean_literal_token1] = ACTIONS(1320), + [aux_sym_boolean_literal_token2] = ACTIONS(1320), + [aux_sym_boolean_literal_token3] = ACTIONS(1320), + [aux_sym_boolean_literal_token4] = ACTIONS(1320), + [sym__integer_literal] = ACTIONS(1320), + [sym_date_literal] = ACTIONS(1320), + [anon_sym_LBRACK] = ACTIONS(1320), + [anon_sym_COMMA] = ACTIONS(1320), + [anon_sym_LPAREN] = ACTIONS(1320), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1320), + [aux_sym_unary_expression_token2] = ACTIONS(1320), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1320), + [aux_sym_temp_table_expression_token1] = ACTIONS(1320), + [aux_sym_current_changed_expression_token1] = ACTIONS(1320), + [aux_sym_locked_expression_token1] = ACTIONS(1320), + [aux_sym_dataset_expression_token1] = ACTIONS(1320), + [aux_sym_input_expression_token1] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1320), + [aux_sym_if_statement_token1] = ACTIONS(1320), + [aux_sym_on_error_phrase_token1] = ACTIONS(1320), + [aux_sym_to_phrase_token1] = ACTIONS(1320), + [aux_sym_sort_order_token1] = ACTIONS(1320), + [aux_sym_sort_order_token2] = ACTIONS(1320), + [aux_sym_sort_order_token3] = ACTIONS(1320), + [aux_sym_sort_order_token4] = ACTIONS(1320), + [aux_sym_sort_clause_token1] = ACTIONS(1320), + [aux_sym_can_find_expression_token1] = ACTIONS(1320), + [aux_sym_accumulate_expression_token1] = ACTIONS(1320), + [aux_sym_available_expression_token1] = ACTIONS(1320), + [aux_sym_available_expression_token2] = ACTIONS(1320), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1322), + }, + [330] = { + [sym_comment] = STATE(330), + [sym_include] = STATE(330), + [aux_sym_object_access_repeat1] = STATE(310), + [sym_identifier] = ACTIONS(93), + [anon_sym_COLON] = ACTIONS(93), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(93), + [anon_sym_LBRACE] = ACTIONS(93), + [anon_sym_STAR] = ACTIONS(93), + [sym_null_expression] = ACTIONS(93), + [aux_sym_boolean_literal_token1] = ACTIONS(93), + [aux_sym_boolean_literal_token2] = ACTIONS(93), + [aux_sym_boolean_literal_token3] = ACTIONS(93), + [aux_sym_boolean_literal_token4] = ACTIONS(93), + [sym__integer_literal] = ACTIONS(93), + [sym_date_literal] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(93), + [anon_sym_LPAREN] = ACTIONS(93), + [anon_sym_EQ] = ACTIONS(93), + [aux_sym_unary_expression_token1] = ACTIONS(93), + [aux_sym_unary_expression_token2] = ACTIONS(93), + [aux_sym_ambiguous_expression_token1] = ACTIONS(93), + [aux_sym_temp_table_expression_token1] = ACTIONS(93), + [aux_sym_current_changed_expression_token1] = ACTIONS(93), + [aux_sym_locked_expression_token1] = ACTIONS(93), + [aux_sym_dataset_expression_token1] = ACTIONS(93), + [aux_sym_input_expression_token1] = ACTIONS(93), + [anon_sym_PLUS] = ACTIONS(93), + [anon_sym_DASH] = ACTIONS(93), + [aux_sym__multiplicative_operator_token1] = ACTIONS(93), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(93), + [anon_sym_LT_GT] = ACTIONS(93), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(93), + [aux_sym__comparison_operator_token1] = ACTIONS(93), + [aux_sym__comparison_operator_token2] = ACTIONS(93), + [aux_sym__comparison_operator_token3] = ACTIONS(93), + [aux_sym__comparison_operator_token4] = ACTIONS(93), + [aux_sym__comparison_operator_token5] = ACTIONS(93), + [aux_sym__comparison_operator_token6] = ACTIONS(93), + [aux_sym__comparison_operator_token7] = ACTIONS(93), + [aux_sym__comparison_operator_token8] = ACTIONS(93), + [aux_sym__comparison_operator_token9] = ACTIONS(93), + [aux_sym_scope_tuning_token1] = ACTIONS(93), + [aux_sym_if_statement_token1] = ACTIONS(93), + [aux_sym_while_phrase_token1] = ACTIONS(93), + [aux_sym_on_error_phrase_token1] = ACTIONS(93), + [aux_sym_stop_after_phrase_token1] = ACTIONS(93), + [aux_sym_do_tuning_token1] = ACTIONS(93), + [aux_sym_to_phrase_token1] = ACTIONS(93), + [aux_sym_sort_order_token1] = ACTIONS(93), + [aux_sym_sort_order_token2] = ACTIONS(93), + [aux_sym_sort_order_token3] = ACTIONS(93), + [aux_sym_sort_order_token4] = ACTIONS(93), + [aux_sym_sort_clause_token1] = ACTIONS(93), + [aux_sym_can_find_expression_token1] = ACTIONS(93), + [aux_sym_accumulate_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token2] = ACTIONS(93), + [sym__namecolon] = ACTIONS(902), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), + [sym__escaped_string] = ACTIONS(91), + }, + [331] = { + [sym_comment] = STATE(331), + [sym__logical_operator] = STATE(1278), + [sym__additive_operator] = STATE(1279), + [sym__multiplicative_operator] = STATE(1280), + [sym__comparison_operator] = STATE(1281), + [sym_include] = STATE(331), + [sym_identifier] = ACTIONS(1312), + [anon_sym_COLON] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_STAR] = ACTIONS(1119), + [sym_null_expression] = ACTIONS(1312), + [aux_sym_boolean_literal_token1] = ACTIONS(1312), + [aux_sym_boolean_literal_token2] = ACTIONS(1312), + [aux_sym_boolean_literal_token3] = ACTIONS(1312), + [aux_sym_boolean_literal_token4] = ACTIONS(1312), + [sym__integer_literal] = ACTIONS(1312), + [sym_date_literal] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_COMMA] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1312), + [aux_sym_unary_expression_token2] = ACTIONS(1312), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1312), + [aux_sym_temp_table_expression_token1] = ACTIONS(1312), + [aux_sym_current_changed_expression_token1] = ACTIONS(1312), + [aux_sym_locked_expression_token1] = ACTIONS(1312), + [aux_sym_dataset_expression_token1] = ACTIONS(1312), + [aux_sym_input_expression_token1] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1312), + [aux_sym_if_statement_token1] = ACTIONS(1312), + [aux_sym_on_error_phrase_token1] = ACTIONS(1312), + [aux_sym_to_phrase_token1] = ACTIONS(1312), + [aux_sym_sort_order_token1] = ACTIONS(1312), + [aux_sym_sort_order_token2] = ACTIONS(1312), + [aux_sym_sort_order_token3] = ACTIONS(1312), + [aux_sym_sort_order_token4] = ACTIONS(1312), + [aux_sym_sort_clause_token1] = ACTIONS(1312), + [aux_sym_can_find_expression_token1] = ACTIONS(1312), + [aux_sym_accumulate_expression_token1] = ACTIONS(1312), + [aux_sym_available_expression_token1] = ACTIONS(1312), + [aux_sym_available_expression_token2] = ACTIONS(1312), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1314), + }, + [332] = { + [sym_comment] = STATE(332), + [sym_include] = STATE(332), + [sym_identifier] = ACTIONS(131), + [anon_sym_COLON] = ACTIONS(131), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_STAR] = ACTIONS(131), + [sym_null_expression] = ACTIONS(131), + [aux_sym_boolean_literal_token1] = ACTIONS(131), + [aux_sym_boolean_literal_token2] = ACTIONS(131), + [aux_sym_boolean_literal_token3] = ACTIONS(131), + [aux_sym_boolean_literal_token4] = ACTIONS(131), + [sym__integer_literal] = ACTIONS(131), + [sym_date_literal] = ACTIONS(131), + [anon_sym_LBRACK] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_EQ] = ACTIONS(131), + [aux_sym_unary_expression_token1] = ACTIONS(131), + [aux_sym_unary_expression_token2] = ACTIONS(131), + [aux_sym_ambiguous_expression_token1] = ACTIONS(131), + [aux_sym_temp_table_expression_token1] = ACTIONS(131), + [aux_sym_current_changed_expression_token1] = ACTIONS(131), + [aux_sym_locked_expression_token1] = ACTIONS(131), + [aux_sym_dataset_expression_token1] = ACTIONS(131), + [aux_sym_input_expression_token1] = ACTIONS(131), + [anon_sym_PLUS] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(131), + [aux_sym__multiplicative_operator_token1] = ACTIONS(131), + [aux_sym__multiplicative_operator_token2] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(131), + [anon_sym_LT_EQ] = ACTIONS(131), + [anon_sym_LT_GT] = ACTIONS(131), + [anon_sym_GT] = ACTIONS(131), + [anon_sym_GT_EQ] = ACTIONS(131), + [aux_sym__comparison_operator_token1] = ACTIONS(131), + [aux_sym__comparison_operator_token2] = ACTIONS(131), + [aux_sym__comparison_operator_token3] = ACTIONS(131), + [aux_sym__comparison_operator_token4] = ACTIONS(131), + [aux_sym__comparison_operator_token5] = ACTIONS(131), + [aux_sym__comparison_operator_token6] = ACTIONS(131), + [aux_sym__comparison_operator_token7] = ACTIONS(131), + [aux_sym__comparison_operator_token8] = ACTIONS(131), + [aux_sym__comparison_operator_token9] = ACTIONS(131), + [aux_sym_scope_tuning_token1] = ACTIONS(131), + [aux_sym_function_call_token1] = ACTIONS(131), + [aux_sym_if_statement_token1] = ACTIONS(131), + [aux_sym_while_phrase_token1] = ACTIONS(131), + [aux_sym_on_error_phrase_token1] = ACTIONS(131), + [aux_sym_stop_after_phrase_token1] = ACTIONS(131), + [aux_sym_do_tuning_token1] = ACTIONS(131), + [aux_sym_to_phrase_token1] = ACTIONS(131), + [aux_sym_sort_order_token1] = ACTIONS(131), + [aux_sym_sort_order_token2] = ACTIONS(131), + [aux_sym_sort_order_token3] = ACTIONS(131), + [aux_sym_sort_order_token4] = ACTIONS(131), + [aux_sym_sort_clause_token1] = ACTIONS(131), + [aux_sym_can_find_expression_token1] = ACTIONS(131), + [aux_sym_accumulate_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token2] = ACTIONS(131), + [sym__namecolon] = ACTIONS(129), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), + [sym__escaped_string] = ACTIONS(129), + }, + [333] = { + [sym_comment] = STATE(333), + [sym_include] = STATE(333), + [sym_identifier] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(123), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(123), + [anon_sym_STAR] = ACTIONS(123), + [sym_null_expression] = ACTIONS(123), + [aux_sym_boolean_literal_token1] = ACTIONS(123), + [aux_sym_boolean_literal_token2] = ACTIONS(123), + [aux_sym_boolean_literal_token3] = ACTIONS(123), + [aux_sym_boolean_literal_token4] = ACTIONS(123), + [sym__integer_literal] = ACTIONS(123), + [sym_date_literal] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(123), + [aux_sym_unary_expression_token1] = ACTIONS(123), + [aux_sym_unary_expression_token2] = ACTIONS(123), + [aux_sym_ambiguous_expression_token1] = ACTIONS(123), + [aux_sym_temp_table_expression_token1] = ACTIONS(123), + [aux_sym_current_changed_expression_token1] = ACTIONS(123), + [aux_sym_locked_expression_token1] = ACTIONS(123), + [aux_sym_dataset_expression_token1] = ACTIONS(123), + [aux_sym_input_expression_token1] = ACTIONS(123), + [anon_sym_PLUS] = ACTIONS(123), + [anon_sym_DASH] = ACTIONS(123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(123), + [aux_sym__multiplicative_operator_token2] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_LT_EQ] = ACTIONS(123), + [anon_sym_LT_GT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_GT_EQ] = ACTIONS(123), + [aux_sym__comparison_operator_token1] = ACTIONS(123), + [aux_sym__comparison_operator_token2] = ACTIONS(123), + [aux_sym__comparison_operator_token3] = ACTIONS(123), + [aux_sym__comparison_operator_token4] = ACTIONS(123), + [aux_sym__comparison_operator_token5] = ACTIONS(123), + [aux_sym__comparison_operator_token6] = ACTIONS(123), + [aux_sym__comparison_operator_token7] = ACTIONS(123), + [aux_sym__comparison_operator_token8] = ACTIONS(123), + [aux_sym__comparison_operator_token9] = ACTIONS(123), + [aux_sym_scope_tuning_token1] = ACTIONS(123), + [aux_sym_function_call_token1] = ACTIONS(123), + [aux_sym_if_statement_token1] = ACTIONS(123), + [aux_sym_while_phrase_token1] = ACTIONS(123), + [aux_sym_on_error_phrase_token1] = ACTIONS(123), + [aux_sym_stop_after_phrase_token1] = ACTIONS(123), + [aux_sym_do_tuning_token1] = ACTIONS(123), + [aux_sym_to_phrase_token1] = ACTIONS(123), + [aux_sym_sort_order_token1] = ACTIONS(123), + [aux_sym_sort_order_token2] = ACTIONS(123), + [aux_sym_sort_order_token3] = ACTIONS(123), + [aux_sym_sort_order_token4] = ACTIONS(123), + [aux_sym_sort_clause_token1] = ACTIONS(123), + [aux_sym_can_find_expression_token1] = ACTIONS(123), + [aux_sym_accumulate_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token2] = ACTIONS(123), + [sym__namecolon] = ACTIONS(121), + [sym__or_operator] = ACTIONS(121), + [sym__and_operator] = ACTIONS(121), + [sym__escaped_string] = ACTIONS(121), + }, + [334] = { + [sym_comment] = STATE(334), + [sym_include] = STATE(334), + [aux_sym_object_access_repeat1] = STATE(334), + [sym_identifier] = ACTIONS(97), + [anon_sym_COLON] = ACTIONS(97), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(97), + [anon_sym_STAR] = ACTIONS(97), + [sym_null_expression] = ACTIONS(97), + [aux_sym_boolean_literal_token1] = ACTIONS(97), + [aux_sym_boolean_literal_token2] = ACTIONS(97), + [aux_sym_boolean_literal_token3] = ACTIONS(97), + [aux_sym_boolean_literal_token4] = ACTIONS(97), + [sym__integer_literal] = ACTIONS(97), + [sym_date_literal] = ACTIONS(97), + [anon_sym_LBRACK] = ACTIONS(97), + [anon_sym_LPAREN] = ACTIONS(97), + [anon_sym_EQ] = ACTIONS(97), + [aux_sym_unary_expression_token1] = ACTIONS(97), + [aux_sym_unary_expression_token2] = ACTIONS(97), + [aux_sym_ambiguous_expression_token1] = ACTIONS(97), + [aux_sym_temp_table_expression_token1] = ACTIONS(97), + [aux_sym_current_changed_expression_token1] = ACTIONS(97), + [aux_sym_locked_expression_token1] = ACTIONS(97), + [aux_sym_dataset_expression_token1] = ACTIONS(97), + [aux_sym_input_expression_token1] = ACTIONS(97), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [aux_sym__multiplicative_operator_token1] = ACTIONS(97), + [aux_sym__multiplicative_operator_token2] = ACTIONS(97), + [anon_sym_LT] = ACTIONS(97), + [anon_sym_LT_EQ] = ACTIONS(97), + [anon_sym_LT_GT] = ACTIONS(97), + [anon_sym_GT] = ACTIONS(97), + [anon_sym_GT_EQ] = ACTIONS(97), + [aux_sym__comparison_operator_token1] = ACTIONS(97), + [aux_sym__comparison_operator_token2] = ACTIONS(97), + [aux_sym__comparison_operator_token3] = ACTIONS(97), + [aux_sym__comparison_operator_token4] = ACTIONS(97), + [aux_sym__comparison_operator_token5] = ACTIONS(97), + [aux_sym__comparison_operator_token6] = ACTIONS(97), + [aux_sym__comparison_operator_token7] = ACTIONS(97), + [aux_sym__comparison_operator_token8] = ACTIONS(97), + [aux_sym__comparison_operator_token9] = ACTIONS(97), + [aux_sym_scope_tuning_token1] = ACTIONS(97), + [aux_sym_if_statement_token1] = ACTIONS(97), + [aux_sym_while_phrase_token1] = ACTIONS(97), + [aux_sym_repeat_tuning_token1] = ACTIONS(97), + [aux_sym_on_error_phrase_token1] = ACTIONS(97), + [aux_sym_to_phrase_token1] = ACTIONS(97), + [aux_sym_sort_order_token1] = ACTIONS(97), + [aux_sym_sort_order_token2] = ACTIONS(97), + [aux_sym_sort_order_token3] = ACTIONS(97), + [aux_sym_sort_order_token4] = ACTIONS(97), + [aux_sym_sort_clause_token1] = ACTIONS(97), + [aux_sym_can_find_expression_token1] = ACTIONS(97), + [aux_sym_accumulate_expression_token1] = ACTIONS(97), + [aux_sym_available_expression_token1] = ACTIONS(97), + [aux_sym_available_expression_token2] = ACTIONS(97), + [sym__namecolon] = ACTIONS(1493), + [sym__or_operator] = ACTIONS(95), + [sym__and_operator] = ACTIONS(95), + [sym__escaped_string] = ACTIONS(95), + }, + [335] = { + [sym_comment] = STATE(335), + [sym__logical_operator] = STATE(637), + [sym__additive_operator] = STATE(636), + [sym__multiplicative_operator] = STATE(635), + [sym__comparison_operator] = STATE(633), + [sym_include] = STATE(335), + [sym_sort_order] = STATE(3371), + [sym_identifier] = ACTIONS(1117), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1119), + [sym__terminator] = ACTIONS(1117), + [sym_null_expression] = ACTIONS(1117), + [aux_sym_boolean_literal_token1] = ACTIONS(1117), + [aux_sym_boolean_literal_token2] = ACTIONS(1117), + [aux_sym_boolean_literal_token3] = ACTIONS(1117), + [aux_sym_boolean_literal_token4] = ACTIONS(1117), + [sym__integer_literal] = ACTIONS(1117), + [sym_date_literal] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_EQ] = ACTIONS(1121), + [aux_sym_unary_expression_token1] = ACTIONS(1117), + [aux_sym_unary_expression_token2] = ACTIONS(1117), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1117), + [aux_sym_temp_table_expression_token1] = ACTIONS(1117), + [aux_sym_current_changed_expression_token1] = ACTIONS(1117), + [aux_sym_locked_expression_token1] = ACTIONS(1117), + [aux_sym_dataset_expression_token1] = ACTIONS(1117), + [aux_sym_input_expression_token1] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1123), + [anon_sym_DASH] = ACTIONS(1123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_LT_GT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [aux_sym__comparison_operator_token1] = ACTIONS(1121), + [aux_sym__comparison_operator_token2] = ACTIONS(1121), + [aux_sym__comparison_operator_token3] = ACTIONS(1121), + [aux_sym__comparison_operator_token4] = ACTIONS(1121), + [aux_sym__comparison_operator_token5] = ACTIONS(1121), + [aux_sym__comparison_operator_token6] = ACTIONS(1121), + [aux_sym__comparison_operator_token7] = ACTIONS(1121), + [aux_sym__comparison_operator_token8] = ACTIONS(1121), + [aux_sym__comparison_operator_token9] = ACTIONS(1121), + [aux_sym_scope_tuning_token1] = ACTIONS(1117), + [aux_sym_if_statement_token1] = ACTIONS(1117), + [aux_sym_sort_order_token1] = ACTIONS(1496), + [aux_sym_sort_order_token2] = ACTIONS(1496), + [aux_sym_sort_order_token3] = ACTIONS(1496), + [aux_sym_sort_order_token4] = ACTIONS(1496), + [aux_sym_can_find_expression_token1] = ACTIONS(1117), + [aux_sym_accumulate_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token1] = ACTIONS(1117), + [aux_sym_available_expression_token2] = ACTIONS(1117), + [aux_sym_field_definition_token1] = ACTIONS(1117), + [aux_sym_index_definition_token1] = ACTIONS(1117), + [sym__or_operator] = ACTIONS(1127), + [sym__and_operator] = ACTIONS(1127), + [sym__escaped_string] = ACTIONS(1129), + }, + [336] = { + [sym_comment] = STATE(336), + [sym_include] = STATE(336), + [sym_identifier] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(123), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(123), + [anon_sym_STAR] = ACTIONS(123), + [sym_null_expression] = ACTIONS(123), + [aux_sym_boolean_literal_token1] = ACTIONS(123), + [aux_sym_boolean_literal_token2] = ACTIONS(123), + [aux_sym_boolean_literal_token3] = ACTIONS(123), + [aux_sym_boolean_literal_token4] = ACTIONS(123), + [sym__integer_literal] = ACTIONS(123), + [sym_date_literal] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(123), + [aux_sym_unary_expression_token1] = ACTIONS(123), + [aux_sym_unary_expression_token2] = ACTIONS(123), + [aux_sym_ambiguous_expression_token1] = ACTIONS(123), + [aux_sym_temp_table_expression_token1] = ACTIONS(123), + [aux_sym_current_changed_expression_token1] = ACTIONS(123), + [aux_sym_locked_expression_token1] = ACTIONS(123), + [aux_sym_dataset_expression_token1] = ACTIONS(123), + [aux_sym_input_expression_token1] = ACTIONS(123), + [anon_sym_PLUS] = ACTIONS(123), + [anon_sym_DASH] = ACTIONS(123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(123), + [aux_sym__multiplicative_operator_token2] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_LT_EQ] = ACTIONS(123), + [anon_sym_LT_GT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_GT_EQ] = ACTIONS(123), + [aux_sym__comparison_operator_token1] = ACTIONS(123), + [aux_sym__comparison_operator_token2] = ACTIONS(123), + [aux_sym__comparison_operator_token3] = ACTIONS(123), + [aux_sym__comparison_operator_token4] = ACTIONS(123), + [aux_sym__comparison_operator_token5] = ACTIONS(123), + [aux_sym__comparison_operator_token6] = ACTIONS(123), + [aux_sym__comparison_operator_token7] = ACTIONS(123), + [aux_sym__comparison_operator_token8] = ACTIONS(123), + [aux_sym__comparison_operator_token9] = ACTIONS(123), + [aux_sym_scope_tuning_token1] = ACTIONS(123), + [aux_sym_if_statement_token1] = ACTIONS(123), + [aux_sym_while_phrase_token1] = ACTIONS(123), + [aux_sym_repeat_tuning_token1] = ACTIONS(123), + [anon_sym_NO_DASHERROR] = ACTIONS(123), + [aux_sym_on_error_phrase_token1] = ACTIONS(123), + [aux_sym_to_phrase_token1] = ACTIONS(123), + [aux_sym_sort_order_token1] = ACTIONS(123), + [aux_sym_sort_order_token2] = ACTIONS(123), + [aux_sym_sort_order_token3] = ACTIONS(123), + [aux_sym_sort_order_token4] = ACTIONS(123), + [aux_sym_sort_clause_token1] = ACTIONS(123), + [aux_sym_can_find_expression_token1] = ACTIONS(123), + [aux_sym_accumulate_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token2] = ACTIONS(123), + [sym__namecolon] = ACTIONS(121), + [sym__or_operator] = ACTIONS(121), + [sym__and_operator] = ACTIONS(121), + [sym__escaped_string] = ACTIONS(121), + }, + [337] = { + [sym_comment] = STATE(337), + [sym_include] = STATE(337), + [sym_identifier] = ACTIONS(131), + [anon_sym_COLON] = ACTIONS(131), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_STAR] = ACTIONS(131), + [sym_null_expression] = ACTIONS(131), + [aux_sym_boolean_literal_token1] = ACTIONS(131), + [aux_sym_boolean_literal_token2] = ACTIONS(131), + [aux_sym_boolean_literal_token3] = ACTIONS(131), + [aux_sym_boolean_literal_token4] = ACTIONS(131), + [sym__integer_literal] = ACTIONS(131), + [sym_date_literal] = ACTIONS(131), + [anon_sym_LBRACK] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_EQ] = ACTIONS(131), + [aux_sym_unary_expression_token1] = ACTIONS(131), + [aux_sym_unary_expression_token2] = ACTIONS(131), + [aux_sym_ambiguous_expression_token1] = ACTIONS(131), + [aux_sym_temp_table_expression_token1] = ACTIONS(131), + [aux_sym_current_changed_expression_token1] = ACTIONS(131), + [aux_sym_locked_expression_token1] = ACTIONS(131), + [aux_sym_dataset_expression_token1] = ACTIONS(131), + [aux_sym_input_expression_token1] = ACTIONS(131), + [anon_sym_PLUS] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(131), + [aux_sym__multiplicative_operator_token1] = ACTIONS(131), + [aux_sym__multiplicative_operator_token2] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(131), + [anon_sym_LT_EQ] = ACTIONS(131), + [anon_sym_LT_GT] = ACTIONS(131), + [anon_sym_GT] = ACTIONS(131), + [anon_sym_GT_EQ] = ACTIONS(131), + [aux_sym__comparison_operator_token1] = ACTIONS(131), + [aux_sym__comparison_operator_token2] = ACTIONS(131), + [aux_sym__comparison_operator_token3] = ACTIONS(131), + [aux_sym__comparison_operator_token4] = ACTIONS(131), + [aux_sym__comparison_operator_token5] = ACTIONS(131), + [aux_sym__comparison_operator_token6] = ACTIONS(131), + [aux_sym__comparison_operator_token7] = ACTIONS(131), + [aux_sym__comparison_operator_token8] = ACTIONS(131), + [aux_sym__comparison_operator_token9] = ACTIONS(131), + [aux_sym_scope_tuning_token1] = ACTIONS(131), + [aux_sym_function_call_token1] = ACTIONS(131), + [aux_sym_if_statement_token1] = ACTIONS(131), + [aux_sym_while_phrase_token1] = ACTIONS(131), + [aux_sym_repeat_tuning_token1] = ACTIONS(131), + [aux_sym_on_error_phrase_token1] = ACTIONS(131), + [aux_sym_to_phrase_token1] = ACTIONS(131), + [aux_sym_sort_order_token1] = ACTIONS(131), + [aux_sym_sort_order_token2] = ACTIONS(131), + [aux_sym_sort_order_token3] = ACTIONS(131), + [aux_sym_sort_order_token4] = ACTIONS(131), + [aux_sym_sort_clause_token1] = ACTIONS(131), + [aux_sym_can_find_expression_token1] = ACTIONS(131), + [aux_sym_accumulate_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token2] = ACTIONS(131), + [sym__namecolon] = ACTIONS(129), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), + [sym__escaped_string] = ACTIONS(129), + }, + [338] = { + [sym_comment] = STATE(338), + [sym_include] = STATE(338), + [aux_sym_object_access_repeat1] = STATE(346), + [sym_identifier] = ACTIONS(73), + [anon_sym_COLON] = ACTIONS(73), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(73), + [anon_sym_STAR] = ACTIONS(73), + [sym_null_expression] = ACTIONS(73), + [aux_sym_boolean_literal_token1] = ACTIONS(73), + [aux_sym_boolean_literal_token2] = ACTIONS(73), + [aux_sym_boolean_literal_token3] = ACTIONS(73), + [aux_sym_boolean_literal_token4] = ACTIONS(73), + [sym__integer_literal] = ACTIONS(73), + [sym_date_literal] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(73), + [anon_sym_LPAREN] = ACTIONS(73), + [anon_sym_EQ] = ACTIONS(73), + [aux_sym_unary_expression_token1] = ACTIONS(73), + [aux_sym_unary_expression_token2] = ACTIONS(73), + [aux_sym_ambiguous_expression_token1] = ACTIONS(73), + [aux_sym_temp_table_expression_token1] = ACTIONS(73), + [aux_sym_current_changed_expression_token1] = ACTIONS(73), + [aux_sym_locked_expression_token1] = ACTIONS(73), + [aux_sym_dataset_expression_token1] = ACTIONS(73), + [aux_sym_input_expression_token1] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(73), + [anon_sym_DASH] = ACTIONS(73), + [aux_sym__multiplicative_operator_token1] = ACTIONS(73), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(73), + [anon_sym_LT_GT] = ACTIONS(73), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(73), + [aux_sym__comparison_operator_token1] = ACTIONS(73), + [aux_sym__comparison_operator_token2] = ACTIONS(73), + [aux_sym__comparison_operator_token3] = ACTIONS(73), + [aux_sym__comparison_operator_token4] = ACTIONS(73), + [aux_sym__comparison_operator_token5] = ACTIONS(73), + [aux_sym__comparison_operator_token6] = ACTIONS(73), + [aux_sym__comparison_operator_token7] = ACTIONS(73), + [aux_sym__comparison_operator_token8] = ACTIONS(73), + [aux_sym__comparison_operator_token9] = ACTIONS(73), + [aux_sym_scope_tuning_token1] = ACTIONS(73), + [aux_sym_if_statement_token1] = ACTIONS(73), + [aux_sym_while_phrase_token1] = ACTIONS(73), + [aux_sym_repeat_tuning_token1] = ACTIONS(73), + [aux_sym_on_error_phrase_token1] = ACTIONS(73), + [aux_sym_to_phrase_token1] = ACTIONS(73), + [aux_sym_sort_order_token1] = ACTIONS(73), + [aux_sym_sort_order_token2] = ACTIONS(73), + [aux_sym_sort_order_token3] = ACTIONS(73), + [aux_sym_sort_order_token4] = ACTIONS(73), + [aux_sym_sort_clause_token1] = ACTIONS(73), + [aux_sym_can_find_expression_token1] = ACTIONS(73), + [aux_sym_accumulate_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token2] = ACTIONS(73), + [sym__namecolon] = ACTIONS(914), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + [sym__escaped_string] = ACTIONS(67), + }, + [339] = { + [sym_comment] = STATE(339), + [sym_include] = STATE(339), + [sym_identifier] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(123), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(123), + [anon_sym_STAR] = ACTIONS(123), + [sym_null_expression] = ACTIONS(123), + [aux_sym_boolean_literal_token1] = ACTIONS(123), + [aux_sym_boolean_literal_token2] = ACTIONS(123), + [aux_sym_boolean_literal_token3] = ACTIONS(123), + [aux_sym_boolean_literal_token4] = ACTIONS(123), + [sym__integer_literal] = ACTIONS(123), + [sym_date_literal] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(123), + [aux_sym_unary_expression_token1] = ACTIONS(123), + [aux_sym_unary_expression_token2] = ACTIONS(123), + [aux_sym_ambiguous_expression_token1] = ACTIONS(123), + [aux_sym_temp_table_expression_token1] = ACTIONS(123), + [aux_sym_current_changed_expression_token1] = ACTIONS(123), + [aux_sym_locked_expression_token1] = ACTIONS(123), + [aux_sym_dataset_expression_token1] = ACTIONS(123), + [aux_sym_input_expression_token1] = ACTIONS(123), + [anon_sym_PLUS] = ACTIONS(123), + [anon_sym_DASH] = ACTIONS(123), + [aux_sym__multiplicative_operator_token1] = ACTIONS(123), + [aux_sym__multiplicative_operator_token2] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_LT_EQ] = ACTIONS(123), + [anon_sym_LT_GT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_GT_EQ] = ACTIONS(123), + [aux_sym__comparison_operator_token1] = ACTIONS(123), + [aux_sym__comparison_operator_token2] = ACTIONS(123), + [aux_sym__comparison_operator_token3] = ACTIONS(123), + [aux_sym__comparison_operator_token4] = ACTIONS(123), + [aux_sym__comparison_operator_token5] = ACTIONS(123), + [aux_sym__comparison_operator_token6] = ACTIONS(123), + [aux_sym__comparison_operator_token7] = ACTIONS(123), + [aux_sym__comparison_operator_token8] = ACTIONS(123), + [aux_sym__comparison_operator_token9] = ACTIONS(123), + [aux_sym_scope_tuning_token1] = ACTIONS(123), + [aux_sym_function_call_token1] = ACTIONS(123), + [aux_sym_if_statement_token1] = ACTIONS(123), + [aux_sym_while_phrase_token1] = ACTIONS(123), + [aux_sym_repeat_tuning_token1] = ACTIONS(123), + [aux_sym_on_error_phrase_token1] = ACTIONS(123), + [aux_sym_to_phrase_token1] = ACTIONS(123), + [aux_sym_sort_order_token1] = ACTIONS(123), + [aux_sym_sort_order_token2] = ACTIONS(123), + [aux_sym_sort_order_token3] = ACTIONS(123), + [aux_sym_sort_order_token4] = ACTIONS(123), + [aux_sym_sort_clause_token1] = ACTIONS(123), + [aux_sym_can_find_expression_token1] = ACTIONS(123), + [aux_sym_accumulate_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token1] = ACTIONS(123), + [aux_sym_available_expression_token2] = ACTIONS(123), + [sym__namecolon] = ACTIONS(121), + [sym__or_operator] = ACTIONS(121), + [sym__and_operator] = ACTIONS(121), + [sym__escaped_string] = ACTIONS(121), + }, + [340] = { + [sym_comment] = STATE(340), + [sym_include] = STATE(340), + [sym_identifier] = ACTIONS(139), + [anon_sym_COLON] = ACTIONS(139), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_STAR] = ACTIONS(139), + [sym_null_expression] = ACTIONS(139), + [aux_sym_boolean_literal_token1] = ACTIONS(139), + [aux_sym_boolean_literal_token2] = ACTIONS(139), + [aux_sym_boolean_literal_token3] = ACTIONS(139), + [aux_sym_boolean_literal_token4] = ACTIONS(139), + [sym__integer_literal] = ACTIONS(139), + [sym_date_literal] = ACTIONS(139), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_EQ] = ACTIONS(139), + [aux_sym_unary_expression_token1] = ACTIONS(139), + [aux_sym_unary_expression_token2] = ACTIONS(139), + [aux_sym_ambiguous_expression_token1] = ACTIONS(139), + [aux_sym_temp_table_expression_token1] = ACTIONS(139), + [aux_sym_current_changed_expression_token1] = ACTIONS(139), + [aux_sym_locked_expression_token1] = ACTIONS(139), + [aux_sym_dataset_expression_token1] = ACTIONS(139), + [aux_sym_input_expression_token1] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(139), + [aux_sym__multiplicative_operator_token1] = ACTIONS(139), + [aux_sym__multiplicative_operator_token2] = ACTIONS(139), + [anon_sym_LT] = ACTIONS(139), + [anon_sym_LT_EQ] = ACTIONS(139), + [anon_sym_LT_GT] = ACTIONS(139), + [anon_sym_GT] = ACTIONS(139), + [anon_sym_GT_EQ] = ACTIONS(139), + [aux_sym__comparison_operator_token1] = ACTIONS(139), + [aux_sym__comparison_operator_token2] = ACTIONS(139), + [aux_sym__comparison_operator_token3] = ACTIONS(139), + [aux_sym__comparison_operator_token4] = ACTIONS(139), + [aux_sym__comparison_operator_token5] = ACTIONS(139), + [aux_sym__comparison_operator_token6] = ACTIONS(139), + [aux_sym__comparison_operator_token7] = ACTIONS(139), + [aux_sym__comparison_operator_token8] = ACTIONS(139), + [aux_sym__comparison_operator_token9] = ACTIONS(139), + [aux_sym_scope_tuning_token1] = ACTIONS(139), + [aux_sym_function_call_token1] = ACTIONS(139), + [aux_sym_if_statement_token1] = ACTIONS(139), + [aux_sym_while_phrase_token1] = ACTIONS(139), + [aux_sym_repeat_tuning_token1] = ACTIONS(139), + [aux_sym_on_error_phrase_token1] = ACTIONS(139), + [aux_sym_to_phrase_token1] = ACTIONS(139), + [aux_sym_sort_order_token1] = ACTIONS(139), + [aux_sym_sort_order_token2] = ACTIONS(139), + [aux_sym_sort_order_token3] = ACTIONS(139), + [aux_sym_sort_order_token4] = ACTIONS(139), + [aux_sym_sort_clause_token1] = ACTIONS(139), + [aux_sym_can_find_expression_token1] = ACTIONS(139), + [aux_sym_accumulate_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token2] = ACTIONS(139), + [sym__namecolon] = ACTIONS(137), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), + [sym__escaped_string] = ACTIONS(137), + }, + [341] = { + [sym_comment] = STATE(341), + [sym_include] = STATE(341), + [sym_identifier] = ACTIONS(139), + [anon_sym_COLON] = ACTIONS(139), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_STAR] = ACTIONS(139), + [sym_null_expression] = ACTIONS(139), + [aux_sym_boolean_literal_token1] = ACTIONS(139), + [aux_sym_boolean_literal_token2] = ACTIONS(139), + [aux_sym_boolean_literal_token3] = ACTIONS(139), + [aux_sym_boolean_literal_token4] = ACTIONS(139), + [sym__integer_literal] = ACTIONS(139), + [sym_date_literal] = ACTIONS(139), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_EQ] = ACTIONS(139), + [aux_sym_unary_expression_token1] = ACTIONS(139), + [aux_sym_unary_expression_token2] = ACTIONS(139), + [aux_sym_ambiguous_expression_token1] = ACTIONS(139), + [aux_sym_temp_table_expression_token1] = ACTIONS(139), + [aux_sym_current_changed_expression_token1] = ACTIONS(139), + [aux_sym_locked_expression_token1] = ACTIONS(139), + [aux_sym_dataset_expression_token1] = ACTIONS(139), + [aux_sym_input_expression_token1] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(139), + [aux_sym__multiplicative_operator_token1] = ACTIONS(139), + [aux_sym__multiplicative_operator_token2] = ACTIONS(139), + [anon_sym_LT] = ACTIONS(139), + [anon_sym_LT_EQ] = ACTIONS(139), + [anon_sym_LT_GT] = ACTIONS(139), + [anon_sym_GT] = ACTIONS(139), + [anon_sym_GT_EQ] = ACTIONS(139), + [aux_sym__comparison_operator_token1] = ACTIONS(139), + [aux_sym__comparison_operator_token2] = ACTIONS(139), + [aux_sym__comparison_operator_token3] = ACTIONS(139), + [aux_sym__comparison_operator_token4] = ACTIONS(139), + [aux_sym__comparison_operator_token5] = ACTIONS(139), + [aux_sym__comparison_operator_token6] = ACTIONS(139), + [aux_sym__comparison_operator_token7] = ACTIONS(139), + [aux_sym__comparison_operator_token8] = ACTIONS(139), + [aux_sym__comparison_operator_token9] = ACTIONS(139), + [aux_sym_scope_tuning_token1] = ACTIONS(139), + [aux_sym_if_statement_token1] = ACTIONS(139), + [aux_sym_while_phrase_token1] = ACTIONS(139), + [aux_sym_repeat_tuning_token1] = ACTIONS(139), + [anon_sym_NO_DASHERROR] = ACTIONS(139), + [aux_sym_on_error_phrase_token1] = ACTIONS(139), + [aux_sym_to_phrase_token1] = ACTIONS(139), + [aux_sym_sort_order_token1] = ACTIONS(139), + [aux_sym_sort_order_token2] = ACTIONS(139), + [aux_sym_sort_order_token3] = ACTIONS(139), + [aux_sym_sort_order_token4] = ACTIONS(139), + [aux_sym_sort_clause_token1] = ACTIONS(139), + [aux_sym_can_find_expression_token1] = ACTIONS(139), + [aux_sym_accumulate_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token1] = ACTIONS(139), + [aux_sym_available_expression_token2] = ACTIONS(139), + [sym__namecolon] = ACTIONS(137), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), + [sym__escaped_string] = ACTIONS(137), + }, + [342] = { + [sym_comment] = STATE(342), + [sym_qualified_name] = STATE(386), + [sym_include] = STATE(342), + [sym_identifier] = ACTIONS(1498), + [anon_sym_COLON] = ACTIONS(1501), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_STAR] = ACTIONS(1501), + [sym_null_expression] = ACTIONS(1501), + [aux_sym_boolean_literal_token1] = ACTIONS(1501), + [aux_sym_boolean_literal_token2] = ACTIONS(1501), + [aux_sym_boolean_literal_token3] = ACTIONS(1501), + [aux_sym_boolean_literal_token4] = ACTIONS(1501), + [sym__integer_literal] = ACTIONS(1501), + [sym_date_literal] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_EQ] = ACTIONS(1501), + [aux_sym_unary_expression_token1] = ACTIONS(1501), + [aux_sym_unary_expression_token2] = ACTIONS(1501), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1501), + [aux_sym_temp_table_expression_token1] = ACTIONS(1501), + [aux_sym_current_changed_expression_token1] = ACTIONS(1501), + [aux_sym_locked_expression_token1] = ACTIONS(1501), + [aux_sym_dataset_expression_token1] = ACTIONS(1501), + [aux_sym_input_expression_token1] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1501), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1501), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1501), + [anon_sym_LT] = ACTIONS(1501), + [anon_sym_LT_EQ] = ACTIONS(1501), + [anon_sym_LT_GT] = ACTIONS(1501), + [anon_sym_GT] = ACTIONS(1501), + [anon_sym_GT_EQ] = ACTIONS(1501), + [aux_sym__comparison_operator_token1] = ACTIONS(1501), + [aux_sym__comparison_operator_token2] = ACTIONS(1501), + [aux_sym__comparison_operator_token3] = ACTIONS(1501), + [aux_sym__comparison_operator_token4] = ACTIONS(1501), + [aux_sym__comparison_operator_token5] = ACTIONS(1501), + [aux_sym__comparison_operator_token6] = ACTIONS(1501), + [aux_sym__comparison_operator_token7] = ACTIONS(1501), + [aux_sym__comparison_operator_token8] = ACTIONS(1501), + [aux_sym__comparison_operator_token9] = ACTIONS(1501), + [aux_sym_scope_tuning_token1] = ACTIONS(1501), + [aux_sym_if_statement_token1] = ACTIONS(1501), + [aux_sym_while_phrase_token1] = ACTIONS(1501), + [aux_sym_on_error_phrase_token1] = ACTIONS(1501), + [aux_sym_stop_after_phrase_token1] = ACTIONS(1501), + [aux_sym_do_tuning_token1] = ACTIONS(1501), + [aux_sym_to_phrase_token1] = ACTIONS(1501), + [aux_sym_sort_order_token1] = ACTIONS(1501), + [aux_sym_sort_order_token2] = ACTIONS(1501), + [aux_sym_sort_order_token3] = ACTIONS(1501), + [aux_sym_sort_order_token4] = ACTIONS(1501), + [aux_sym_sort_clause_token1] = ACTIONS(1501), + [aux_sym_can_find_expression_token1] = ACTIONS(1501), + [aux_sym_accumulate_expression_token1] = ACTIONS(1501), + [aux_sym_available_expression_token1] = ACTIONS(1501), + [aux_sym_available_expression_token2] = ACTIONS(1501), + [sym__or_operator] = ACTIONS(1503), + [sym__and_operator] = ACTIONS(1503), + [sym__escaped_string] = ACTIONS(1503), + }, + [343] = { + [sym_comment] = STATE(343), + [sym_include] = STATE(343), + [aux_sym_object_access_repeat1] = STATE(346), + [sym_identifier] = ACTIONS(89), + [anon_sym_COLON] = ACTIONS(89), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(89), + [anon_sym_STAR] = ACTIONS(89), + [sym_null_expression] = ACTIONS(89), + [aux_sym_boolean_literal_token1] = ACTIONS(89), + [aux_sym_boolean_literal_token2] = ACTIONS(89), + [aux_sym_boolean_literal_token3] = ACTIONS(89), + [aux_sym_boolean_literal_token4] = ACTIONS(89), + [sym__integer_literal] = ACTIONS(89), + [sym_date_literal] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(89), + [anon_sym_EQ] = ACTIONS(89), + [aux_sym_unary_expression_token1] = ACTIONS(89), + [aux_sym_unary_expression_token2] = ACTIONS(89), + [aux_sym_ambiguous_expression_token1] = ACTIONS(89), + [aux_sym_temp_table_expression_token1] = ACTIONS(89), + [aux_sym_current_changed_expression_token1] = ACTIONS(89), + [aux_sym_locked_expression_token1] = ACTIONS(89), + [aux_sym_dataset_expression_token1] = ACTIONS(89), + [aux_sym_input_expression_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(89), + [anon_sym_DASH] = ACTIONS(89), + [aux_sym__multiplicative_operator_token1] = ACTIONS(89), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(89), + [anon_sym_LT_GT] = ACTIONS(89), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(89), + [aux_sym__comparison_operator_token1] = ACTIONS(89), + [aux_sym__comparison_operator_token2] = ACTIONS(89), + [aux_sym__comparison_operator_token3] = ACTIONS(89), + [aux_sym__comparison_operator_token4] = ACTIONS(89), + [aux_sym__comparison_operator_token5] = ACTIONS(89), + [aux_sym__comparison_operator_token6] = ACTIONS(89), + [aux_sym__comparison_operator_token7] = ACTIONS(89), + [aux_sym__comparison_operator_token8] = ACTIONS(89), + [aux_sym__comparison_operator_token9] = ACTIONS(89), + [aux_sym_scope_tuning_token1] = ACTIONS(89), + [aux_sym_if_statement_token1] = ACTIONS(89), + [aux_sym_while_phrase_token1] = ACTIONS(89), + [aux_sym_repeat_tuning_token1] = ACTIONS(89), + [aux_sym_on_error_phrase_token1] = ACTIONS(89), + [aux_sym_to_phrase_token1] = ACTIONS(89), + [aux_sym_sort_order_token1] = ACTIONS(89), + [aux_sym_sort_order_token2] = ACTIONS(89), + [aux_sym_sort_order_token3] = ACTIONS(89), + [aux_sym_sort_order_token4] = ACTIONS(89), + [aux_sym_sort_clause_token1] = ACTIONS(89), + [aux_sym_can_find_expression_token1] = ACTIONS(89), + [aux_sym_accumulate_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token2] = ACTIONS(89), + [sym__namecolon] = ACTIONS(914), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), + }, + [344] = { + [sym_comment] = STATE(344), + [sym_include] = STATE(344), + [sym_function_arguments] = STATE(319), + [sym_identifier] = ACTIONS(89), + [anon_sym_COLON] = ACTIONS(89), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(89), + [anon_sym_STAR] = ACTIONS(89), + [sym_null_expression] = ACTIONS(89), + [aux_sym_boolean_literal_token1] = ACTIONS(89), + [aux_sym_boolean_literal_token2] = ACTIONS(89), + [aux_sym_boolean_literal_token3] = ACTIONS(89), + [aux_sym_boolean_literal_token4] = ACTIONS(89), + [sym__integer_literal] = ACTIONS(89), + [sym_date_literal] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(898), + [anon_sym_EQ] = ACTIONS(89), + [aux_sym_unary_expression_token1] = ACTIONS(89), + [aux_sym_unary_expression_token2] = ACTIONS(89), + [aux_sym_ambiguous_expression_token1] = ACTIONS(89), + [aux_sym_temp_table_expression_token1] = ACTIONS(89), + [aux_sym_current_changed_expression_token1] = ACTIONS(89), + [aux_sym_locked_expression_token1] = ACTIONS(89), + [aux_sym_dataset_expression_token1] = ACTIONS(89), + [aux_sym_input_expression_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(89), + [anon_sym_DASH] = ACTIONS(89), + [aux_sym__multiplicative_operator_token1] = ACTIONS(89), + [aux_sym__multiplicative_operator_token2] = ACTIONS(89), + [anon_sym_LT] = ACTIONS(89), + [anon_sym_LT_EQ] = ACTIONS(89), + [anon_sym_LT_GT] = ACTIONS(89), + [anon_sym_GT] = ACTIONS(89), + [anon_sym_GT_EQ] = ACTIONS(89), + [aux_sym__comparison_operator_token1] = ACTIONS(89), + [aux_sym__comparison_operator_token2] = ACTIONS(89), + [aux_sym__comparison_operator_token3] = ACTIONS(89), + [aux_sym__comparison_operator_token4] = ACTIONS(89), + [aux_sym__comparison_operator_token5] = ACTIONS(89), + [aux_sym__comparison_operator_token6] = ACTIONS(89), + [aux_sym__comparison_operator_token7] = ACTIONS(89), + [aux_sym__comparison_operator_token8] = ACTIONS(89), + [aux_sym__comparison_operator_token9] = ACTIONS(89), + [aux_sym_scope_tuning_token1] = ACTIONS(89), + [aux_sym_if_statement_token1] = ACTIONS(89), + [aux_sym_while_phrase_token1] = ACTIONS(89), + [aux_sym_on_error_phrase_token1] = ACTIONS(89), + [aux_sym_stop_after_phrase_token1] = ACTIONS(89), + [aux_sym_do_tuning_token1] = ACTIONS(89), + [aux_sym_to_phrase_token1] = ACTIONS(89), + [aux_sym_sort_order_token1] = ACTIONS(89), + [aux_sym_sort_order_token2] = ACTIONS(89), + [aux_sym_sort_order_token3] = ACTIONS(89), + [aux_sym_sort_order_token4] = ACTIONS(89), + [aux_sym_sort_clause_token1] = ACTIONS(89), + [aux_sym_can_find_expression_token1] = ACTIONS(89), + [aux_sym_accumulate_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token1] = ACTIONS(89), + [aux_sym_available_expression_token2] = ACTIONS(89), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), + }, + [345] = { + [sym_comment] = STATE(345), + [sym_include] = STATE(345), + [aux_sym_object_access_repeat1] = STATE(334), + [sym_identifier] = ACTIONS(93), + [anon_sym_COLON] = ACTIONS(93), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(93), + [anon_sym_LBRACE] = ACTIONS(93), + [anon_sym_STAR] = ACTIONS(93), + [sym_null_expression] = ACTIONS(93), + [aux_sym_boolean_literal_token1] = ACTIONS(93), + [aux_sym_boolean_literal_token2] = ACTIONS(93), + [aux_sym_boolean_literal_token3] = ACTIONS(93), + [aux_sym_boolean_literal_token4] = ACTIONS(93), + [sym__integer_literal] = ACTIONS(93), + [sym_date_literal] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(93), + [anon_sym_LPAREN] = ACTIONS(93), + [anon_sym_EQ] = ACTIONS(93), + [aux_sym_unary_expression_token1] = ACTIONS(93), + [aux_sym_unary_expression_token2] = ACTIONS(93), + [aux_sym_ambiguous_expression_token1] = ACTIONS(93), + [aux_sym_temp_table_expression_token1] = ACTIONS(93), + [aux_sym_current_changed_expression_token1] = ACTIONS(93), + [aux_sym_locked_expression_token1] = ACTIONS(93), + [aux_sym_dataset_expression_token1] = ACTIONS(93), + [aux_sym_input_expression_token1] = ACTIONS(93), + [anon_sym_PLUS] = ACTIONS(93), + [anon_sym_DASH] = ACTIONS(93), + [aux_sym__multiplicative_operator_token1] = ACTIONS(93), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(93), + [anon_sym_LT_GT] = ACTIONS(93), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(93), + [aux_sym__comparison_operator_token1] = ACTIONS(93), + [aux_sym__comparison_operator_token2] = ACTIONS(93), + [aux_sym__comparison_operator_token3] = ACTIONS(93), + [aux_sym__comparison_operator_token4] = ACTIONS(93), + [aux_sym__comparison_operator_token5] = ACTIONS(93), + [aux_sym__comparison_operator_token6] = ACTIONS(93), + [aux_sym__comparison_operator_token7] = ACTIONS(93), + [aux_sym__comparison_operator_token8] = ACTIONS(93), + [aux_sym__comparison_operator_token9] = ACTIONS(93), + [aux_sym_scope_tuning_token1] = ACTIONS(93), + [aux_sym_if_statement_token1] = ACTIONS(93), + [aux_sym_while_phrase_token1] = ACTIONS(93), + [aux_sym_repeat_tuning_token1] = ACTIONS(93), + [aux_sym_on_error_phrase_token1] = ACTIONS(93), + [aux_sym_to_phrase_token1] = ACTIONS(93), + [aux_sym_sort_order_token1] = ACTIONS(93), + [aux_sym_sort_order_token2] = ACTIONS(93), + [aux_sym_sort_order_token3] = ACTIONS(93), + [aux_sym_sort_order_token4] = ACTIONS(93), + [aux_sym_sort_clause_token1] = ACTIONS(93), + [aux_sym_can_find_expression_token1] = ACTIONS(93), + [aux_sym_accumulate_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token2] = ACTIONS(93), + [sym__namecolon] = ACTIONS(914), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), + [sym__escaped_string] = ACTIONS(91), + }, + [346] = { + [sym_comment] = STATE(346), + [sym_include] = STATE(346), + [aux_sym_object_access_repeat1] = STATE(334), + [sym_identifier] = ACTIONS(93), + [anon_sym_COLON] = ACTIONS(93), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(93), + [anon_sym_LBRACE] = ACTIONS(93), + [anon_sym_STAR] = ACTIONS(93), + [sym_null_expression] = ACTIONS(93), + [aux_sym_boolean_literal_token1] = ACTIONS(93), + [aux_sym_boolean_literal_token2] = ACTIONS(93), + [aux_sym_boolean_literal_token3] = ACTIONS(93), + [aux_sym_boolean_literal_token4] = ACTIONS(93), + [sym__integer_literal] = ACTIONS(93), + [sym_date_literal] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(93), + [anon_sym_LPAREN] = ACTIONS(93), + [anon_sym_EQ] = ACTIONS(93), + [aux_sym_unary_expression_token1] = ACTIONS(93), + [aux_sym_unary_expression_token2] = ACTIONS(93), + [aux_sym_ambiguous_expression_token1] = ACTIONS(93), + [aux_sym_temp_table_expression_token1] = ACTIONS(93), + [aux_sym_current_changed_expression_token1] = ACTIONS(93), + [aux_sym_locked_expression_token1] = ACTIONS(93), + [aux_sym_dataset_expression_token1] = ACTIONS(93), + [aux_sym_input_expression_token1] = ACTIONS(93), + [anon_sym_PLUS] = ACTIONS(93), + [anon_sym_DASH] = ACTIONS(93), + [aux_sym__multiplicative_operator_token1] = ACTIONS(93), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(93), + [anon_sym_LT_GT] = ACTIONS(93), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(93), + [aux_sym__comparison_operator_token1] = ACTIONS(93), + [aux_sym__comparison_operator_token2] = ACTIONS(93), + [aux_sym__comparison_operator_token3] = ACTIONS(93), + [aux_sym__comparison_operator_token4] = ACTIONS(93), + [aux_sym__comparison_operator_token5] = ACTIONS(93), + [aux_sym__comparison_operator_token6] = ACTIONS(93), + [aux_sym__comparison_operator_token7] = ACTIONS(93), + [aux_sym__comparison_operator_token8] = ACTIONS(93), + [aux_sym__comparison_operator_token9] = ACTIONS(93), + [aux_sym_scope_tuning_token1] = ACTIONS(93), + [aux_sym_if_statement_token1] = ACTIONS(93), + [aux_sym_while_phrase_token1] = ACTIONS(93), + [aux_sym_repeat_tuning_token1] = ACTIONS(93), + [aux_sym_on_error_phrase_token1] = ACTIONS(93), + [aux_sym_to_phrase_token1] = ACTIONS(93), + [aux_sym_sort_order_token1] = ACTIONS(93), + [aux_sym_sort_order_token2] = ACTIONS(93), + [aux_sym_sort_order_token3] = ACTIONS(93), + [aux_sym_sort_order_token4] = ACTIONS(93), + [aux_sym_sort_clause_token1] = ACTIONS(93), + [aux_sym_can_find_expression_token1] = ACTIONS(93), + [aux_sym_accumulate_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token2] = ACTIONS(93), + [sym__namecolon] = ACTIONS(914), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), + [sym__escaped_string] = ACTIONS(91), + }, + [347] = { + [sym_comment] = STATE(347), + [sym_include] = STATE(347), + [aux_sym_qualified_name_repeat1] = STATE(352), + [sym_identifier] = ACTIONS(119), + [anon_sym_COLON] = ACTIONS(119), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(119), + [anon_sym_STAR] = ACTIONS(119), + [sym_null_expression] = ACTIONS(119), + [aux_sym_boolean_literal_token1] = ACTIONS(119), + [aux_sym_boolean_literal_token2] = ACTIONS(119), + [aux_sym_boolean_literal_token3] = ACTIONS(119), + [aux_sym_boolean_literal_token4] = ACTIONS(119), + [sym__integer_literal] = ACTIONS(119), + [sym_date_literal] = ACTIONS(119), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LPAREN] = ACTIONS(119), + [anon_sym_EQ] = ACTIONS(119), + [aux_sym_unary_expression_token1] = ACTIONS(119), + [aux_sym_unary_expression_token2] = ACTIONS(119), + [aux_sym_ambiguous_expression_token1] = ACTIONS(119), + [aux_sym_temp_table_expression_token1] = ACTIONS(119), + [aux_sym_current_changed_expression_token1] = ACTIONS(119), + [aux_sym_locked_expression_token1] = ACTIONS(119), + [aux_sym_dataset_expression_token1] = ACTIONS(119), + [aux_sym_input_expression_token1] = ACTIONS(119), + [anon_sym_PLUS] = ACTIONS(119), + [anon_sym_DASH] = ACTIONS(119), + [aux_sym__multiplicative_operator_token1] = ACTIONS(119), + [aux_sym__multiplicative_operator_token2] = ACTIONS(119), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_LT_EQ] = ACTIONS(119), + [anon_sym_LT_GT] = ACTIONS(119), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_GT_EQ] = ACTIONS(119), + [aux_sym__comparison_operator_token1] = ACTIONS(119), + [aux_sym__comparison_operator_token2] = ACTIONS(119), + [aux_sym__comparison_operator_token3] = ACTIONS(119), + [aux_sym__comparison_operator_token4] = ACTIONS(119), + [aux_sym__comparison_operator_token5] = ACTIONS(119), + [aux_sym__comparison_operator_token6] = ACTIONS(119), + [aux_sym__comparison_operator_token7] = ACTIONS(119), + [aux_sym__comparison_operator_token8] = ACTIONS(119), + [aux_sym__comparison_operator_token9] = ACTIONS(119), + [aux_sym_scope_tuning_token1] = ACTIONS(119), + [aux_sym_if_statement_token1] = ACTIONS(119), + [aux_sym_while_phrase_token1] = ACTIONS(119), + [aux_sym_repeat_tuning_token1] = ACTIONS(119), + [aux_sym_on_error_phrase_token1] = ACTIONS(119), + [aux_sym_to_phrase_token1] = ACTIONS(119), + [aux_sym_sort_order_token1] = ACTIONS(119), + [aux_sym_sort_order_token2] = ACTIONS(119), + [aux_sym_sort_order_token3] = ACTIONS(119), + [aux_sym_sort_order_token4] = ACTIONS(119), + [aux_sym_sort_clause_token1] = ACTIONS(119), + [aux_sym_can_find_expression_token1] = ACTIONS(119), + [aux_sym_accumulate_expression_token1] = ACTIONS(119), + [aux_sym_available_expression_token1] = ACTIONS(119), + [aux_sym_available_expression_token2] = ACTIONS(119), + [sym__namedot] = ACTIONS(912), + [sym__or_operator] = ACTIONS(117), + [sym__and_operator] = ACTIONS(117), + [sym__escaped_string] = ACTIONS(117), + }, + [348] = { + [sym_comment] = STATE(348), + [sym_include] = STATE(348), + [aux_sym_object_access_repeat1] = STATE(334), + [sym_identifier] = ACTIONS(93), + [anon_sym_COLON] = ACTIONS(93), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(93), + [anon_sym_LBRACE] = ACTIONS(93), + [anon_sym_STAR] = ACTIONS(93), + [sym_null_expression] = ACTIONS(93), + [aux_sym_boolean_literal_token1] = ACTIONS(93), + [aux_sym_boolean_literal_token2] = ACTIONS(93), + [aux_sym_boolean_literal_token3] = ACTIONS(93), + [aux_sym_boolean_literal_token4] = ACTIONS(93), + [sym__integer_literal] = ACTIONS(93), + [sym_date_literal] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(93), + [anon_sym_LPAREN] = ACTIONS(93), + [anon_sym_EQ] = ACTIONS(93), + [aux_sym_unary_expression_token1] = ACTIONS(93), + [aux_sym_unary_expression_token2] = ACTIONS(93), + [aux_sym_ambiguous_expression_token1] = ACTIONS(93), + [aux_sym_temp_table_expression_token1] = ACTIONS(93), + [aux_sym_current_changed_expression_token1] = ACTIONS(93), + [aux_sym_locked_expression_token1] = ACTIONS(93), + [aux_sym_dataset_expression_token1] = ACTIONS(93), + [aux_sym_input_expression_token1] = ACTIONS(93), + [anon_sym_PLUS] = ACTIONS(93), + [anon_sym_DASH] = ACTIONS(93), + [aux_sym__multiplicative_operator_token1] = ACTIONS(93), + [aux_sym__multiplicative_operator_token2] = ACTIONS(93), + [anon_sym_LT] = ACTIONS(93), + [anon_sym_LT_EQ] = ACTIONS(93), + [anon_sym_LT_GT] = ACTIONS(93), + [anon_sym_GT] = ACTIONS(93), + [anon_sym_GT_EQ] = ACTIONS(93), + [aux_sym__comparison_operator_token1] = ACTIONS(93), + [aux_sym__comparison_operator_token2] = ACTIONS(93), + [aux_sym__comparison_operator_token3] = ACTIONS(93), + [aux_sym__comparison_operator_token4] = ACTIONS(93), + [aux_sym__comparison_operator_token5] = ACTIONS(93), + [aux_sym__comparison_operator_token6] = ACTIONS(93), + [aux_sym__comparison_operator_token7] = ACTIONS(93), + [aux_sym__comparison_operator_token8] = ACTIONS(93), + [aux_sym__comparison_operator_token9] = ACTIONS(93), + [aux_sym_scope_tuning_token1] = ACTIONS(93), + [aux_sym_if_statement_token1] = ACTIONS(93), + [aux_sym_while_phrase_token1] = ACTIONS(93), + [aux_sym_repeat_tuning_token1] = ACTIONS(93), + [aux_sym_on_error_phrase_token1] = ACTIONS(93), + [aux_sym_to_phrase_token1] = ACTIONS(93), + [aux_sym_sort_order_token1] = ACTIONS(93), + [aux_sym_sort_order_token2] = ACTIONS(93), + [aux_sym_sort_order_token3] = ACTIONS(93), + [aux_sym_sort_order_token4] = ACTIONS(93), + [aux_sym_sort_clause_token1] = ACTIONS(93), + [aux_sym_can_find_expression_token1] = ACTIONS(93), + [aux_sym_accumulate_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token1] = ACTIONS(93), + [aux_sym_available_expression_token2] = ACTIONS(93), + [sym__namecolon] = ACTIONS(914), + [sym__or_operator] = ACTIONS(91), + [sym__and_operator] = ACTIONS(91), + [sym__escaped_string] = ACTIONS(91), + }, + [349] = { + [sym_comment] = STATE(349), + [sym_include] = STATE(349), + [sym_function_arguments] = STATE(319), + [sym_identifier] = ACTIONS(73), + [anon_sym_COLON] = ACTIONS(73), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_LBRACE] = ACTIONS(73), + [anon_sym_STAR] = ACTIONS(73), + [sym_null_expression] = ACTIONS(73), + [aux_sym_boolean_literal_token1] = ACTIONS(73), + [aux_sym_boolean_literal_token2] = ACTIONS(73), + [aux_sym_boolean_literal_token3] = ACTIONS(73), + [aux_sym_boolean_literal_token4] = ACTIONS(73), + [sym__integer_literal] = ACTIONS(73), + [sym_date_literal] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(906), + [anon_sym_LPAREN] = ACTIONS(898), + [anon_sym_EQ] = ACTIONS(73), + [aux_sym_unary_expression_token1] = ACTIONS(73), + [aux_sym_unary_expression_token2] = ACTIONS(73), + [aux_sym_ambiguous_expression_token1] = ACTIONS(73), + [aux_sym_temp_table_expression_token1] = ACTIONS(73), + [aux_sym_current_changed_expression_token1] = ACTIONS(73), + [aux_sym_locked_expression_token1] = ACTIONS(73), + [aux_sym_dataset_expression_token1] = ACTIONS(73), + [aux_sym_input_expression_token1] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(73), + [anon_sym_DASH] = ACTIONS(73), + [aux_sym__multiplicative_operator_token1] = ACTIONS(73), + [aux_sym__multiplicative_operator_token2] = ACTIONS(73), + [anon_sym_LT] = ACTIONS(73), + [anon_sym_LT_EQ] = ACTIONS(73), + [anon_sym_LT_GT] = ACTIONS(73), + [anon_sym_GT] = ACTIONS(73), + [anon_sym_GT_EQ] = ACTIONS(73), + [aux_sym__comparison_operator_token1] = ACTIONS(73), + [aux_sym__comparison_operator_token2] = ACTIONS(73), + [aux_sym__comparison_operator_token3] = ACTIONS(73), + [aux_sym__comparison_operator_token4] = ACTIONS(73), + [aux_sym__comparison_operator_token5] = ACTIONS(73), + [aux_sym__comparison_operator_token6] = ACTIONS(73), + [aux_sym__comparison_operator_token7] = ACTIONS(73), + [aux_sym__comparison_operator_token8] = ACTIONS(73), + [aux_sym__comparison_operator_token9] = ACTIONS(73), + [aux_sym_scope_tuning_token1] = ACTIONS(73), + [aux_sym_if_statement_token1] = ACTIONS(73), + [aux_sym_while_phrase_token1] = ACTIONS(73), + [aux_sym_on_error_phrase_token1] = ACTIONS(73), + [aux_sym_stop_after_phrase_token1] = ACTIONS(73), + [aux_sym_do_tuning_token1] = ACTIONS(73), + [aux_sym_to_phrase_token1] = ACTIONS(73), + [aux_sym_sort_order_token1] = ACTIONS(73), + [aux_sym_sort_order_token2] = ACTIONS(73), + [aux_sym_sort_order_token3] = ACTIONS(73), + [aux_sym_sort_order_token4] = ACTIONS(73), + [aux_sym_sort_clause_token1] = ACTIONS(73), + [aux_sym_can_find_expression_token1] = ACTIONS(73), + [aux_sym_accumulate_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token1] = ACTIONS(73), + [aux_sym_available_expression_token2] = ACTIONS(73), + [sym__or_operator] = ACTIONS(67), + [sym__and_operator] = ACTIONS(67), + [sym__escaped_string] = ACTIONS(67), + }, + [350] = { + [sym_comment] = STATE(350), + [sym_include] = STATE(350), + [sym_identifier] = ACTIONS(150), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(150), + [sym_null_expression] = ACTIONS(150), + [aux_sym_boolean_literal_token1] = ACTIONS(150), + [aux_sym_boolean_literal_token2] = ACTIONS(150), + [aux_sym_boolean_literal_token3] = ACTIONS(150), + [aux_sym_boolean_literal_token4] = ACTIONS(150), + [sym__integer_literal] = ACTIONS(150), + [sym_date_literal] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_EQ] = ACTIONS(150), + [aux_sym_unary_expression_token1] = ACTIONS(150), + [aux_sym_unary_expression_token2] = ACTIONS(150), + [aux_sym_ambiguous_expression_token1] = ACTIONS(150), + [aux_sym_temp_table_expression_token1] = ACTIONS(150), + [aux_sym_current_changed_expression_token1] = ACTIONS(150), + [aux_sym_locked_expression_token1] = ACTIONS(150), + [aux_sym_dataset_expression_token1] = ACTIONS(150), + [aux_sym_input_expression_token1] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(150), + [aux_sym__multiplicative_operator_token1] = ACTIONS(150), + [aux_sym__multiplicative_operator_token2] = ACTIONS(150), + [anon_sym_LT] = ACTIONS(150), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_LT_GT] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [aux_sym__comparison_operator_token1] = ACTIONS(150), + [aux_sym__comparison_operator_token2] = ACTIONS(150), + [aux_sym__comparison_operator_token3] = ACTIONS(150), + [aux_sym__comparison_operator_token4] = ACTIONS(150), + [aux_sym__comparison_operator_token5] = ACTIONS(150), + [aux_sym__comparison_operator_token6] = ACTIONS(150), + [aux_sym__comparison_operator_token7] = ACTIONS(150), + [aux_sym__comparison_operator_token8] = ACTIONS(150), + [aux_sym__comparison_operator_token9] = ACTIONS(150), + [aux_sym_scope_tuning_token1] = ACTIONS(150), + [aux_sym_function_call_token1] = ACTIONS(1505), + [aux_sym_if_statement_token1] = ACTIONS(150), + [aux_sym_while_phrase_token1] = ACTIONS(150), + [aux_sym_repeat_tuning_token1] = ACTIONS(150), + [aux_sym_on_error_phrase_token1] = ACTIONS(150), + [aux_sym_to_phrase_token1] = ACTIONS(150), + [aux_sym_sort_order_token1] = ACTIONS(150), + [aux_sym_sort_order_token2] = ACTIONS(150), + [aux_sym_sort_order_token3] = ACTIONS(150), + [aux_sym_sort_order_token4] = ACTIONS(150), + [aux_sym_sort_clause_token1] = ACTIONS(150), + [aux_sym_can_find_expression_token1] = ACTIONS(150), + [aux_sym_accumulate_expression_token1] = ACTIONS(150), + [aux_sym_available_expression_token1] = ACTIONS(150), + [aux_sym_available_expression_token2] = ACTIONS(150), + [sym__namecolon] = ACTIONS(148), + [sym__or_operator] = ACTIONS(148), + [sym__and_operator] = ACTIONS(148), + [sym__escaped_string] = ACTIONS(148), + }, + [351] = { + [sym_comment] = STATE(351), + [sym_include] = STATE(351), + [anon_sym_COLON] = ACTIONS(240), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_LBRACE] = ACTIONS(75), + [sym__terminator] = ACTIONS(240), + [anon_sym_RBRACK] = ACTIONS(240), + [aux_sym_type_tuning_token2] = ACTIONS(240), + [aux_sym_unary_expression_token2] = ACTIONS(240), + [aux_sym_variable_tuning_token1] = ACTIONS(240), + [aux_sym_variable_tuning_token2] = ACTIONS(242), + [aux_sym_variable_tuning_token3] = ACTIONS(240), + [aux_sym_variable_tuning_token4] = ACTIONS(240), + [aux_sym_variable_tuning_token5] = ACTIONS(240), + [aux_sym_variable_tuning_token6] = ACTIONS(240), + [aux_sym_variable_tuning_token7] = ACTIONS(240), + [aux_sym_variable_tuning_token8] = ACTIONS(240), + [aux_sym_access_tuning_token1] = ACTIONS(240), + [aux_sym_access_tuning_token2] = ACTIONS(240), + [aux_sym_access_tuning_token3] = ACTIONS(240), + [aux_sym_access_tuning_token4] = ACTIONS(240), + [aux_sym_access_tuning_token5] = ACTIONS(240), + [aux_sym_query_definition_tuning_token1] = ACTIONS(240), + [anon_sym_SCROLLING] = ACTIONS(240), + [aux_sym_query_definition_tuning_token2] = ACTIONS(240), + [aux_sym_while_phrase_token1] = ACTIONS(240), + [aux_sym_repeat_tuning_token1] = ACTIONS(240), + [aux_sym_getter_token1] = ACTIONS(240), + [aux_sym_setter_token1] = ACTIONS(240), + [aux_sym_using_statement_token2] = ACTIONS(240), + [aux_sym_on_error_phrase_token1] = ACTIONS(240), + [aux_sym_stop_after_phrase_token1] = ACTIONS(240), + [aux_sym_do_tuning_token1] = ACTIONS(240), + [aux_sym_to_phrase_token1] = ACTIONS(240), + [aux_sym_field_option_token1] = ACTIONS(240), + [aux_sym_field_option_token2] = ACTIONS(240), + [aux_sym_field_option_token3] = ACTIONS(240), + [aux_sym_field_option_token4] = ACTIONS(240), + [aux_sym_field_option_token5] = ACTIONS(240), + [aux_sym_field_option_token6] = ACTIONS(240), + [aux_sym_field_definition_token1] = ACTIONS(240), + [aux_sym_index_definition_token1] = ACTIONS(240), + [aux_sym_image_phrase_token1] = ACTIONS(242), + [aux_sym_image_phrase_token2] = ACTIONS(240), + [aux_sym_image_phrase_token8] = ACTIONS(240), + [aux_sym_image_phrase_token10] = ACTIONS(242), + [aux_sym_size_phrase_token1] = ACTIONS(242), + [aux_sym_size_phrase_token2] = ACTIONS(240), + [aux_sym_size_phrase_token3] = ACTIONS(240), + [aux_sym_button_tuning_token1] = ACTIONS(240), + [aux_sym_button_tuning_token3] = ACTIONS(240), + [aux_sym_button_tuning_token4] = ACTIONS(240), + [aux_sym_button_tuning_token5] = ACTIONS(240), + [aux_sym_button_tuning_token6] = ACTIONS(240), + [aux_sym_button_tuning_token7] = ACTIONS(240), + [aux_sym_button_tuning_token8] = ACTIONS(240), + [aux_sym_button_tuning_token9] = ACTIONS(240), + [aux_sym_button_tuning_token10] = ACTIONS(240), + [aux_sym_button_tuning_token11] = ACTIONS(240), + [aux_sym_button_tuning_token12] = ACTIONS(240), + [aux_sym_button_tuning_token13] = ACTIONS(240), + [aux_sym_button_tuning_token14] = ACTIONS(240), + [aux_sym_button_tuning_token16] = ACTIONS(240), + [aux_sym_button_tuning_token17] = ACTIONS(240), + }, + [352] = { + [sym_comment] = STATE(352), + [sym_include] = STATE(352), + [aux_sym_qualified_name_repeat1] = STATE(353), + [sym_identifier] = ACTIONS(104), + [anon_sym_COLON] = ACTIONS(104), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(104), + [anon_sym_LBRACE] = ACTIONS(104), + [anon_sym_STAR] = ACTIONS(104), + [sym_null_expression] = ACTIONS(104), + [aux_sym_boolean_literal_token1] = ACTIONS(104), + [aux_sym_boolean_literal_token2] = ACTIONS(104), + [aux_sym_boolean_literal_token3] = ACTIONS(104), + [aux_sym_boolean_literal_token4] = ACTIONS(104), + [sym__integer_literal] = ACTIONS(104), + [sym_date_literal] = ACTIONS(104), + [anon_sym_LBRACK] = ACTIONS(104), + [anon_sym_LPAREN] = ACTIONS(104), + [anon_sym_EQ] = ACTIONS(104), + [aux_sym_unary_expression_token1] = ACTIONS(104), + [aux_sym_unary_expression_token2] = ACTIONS(104), + [aux_sym_ambiguous_expression_token1] = ACTIONS(104), + [aux_sym_temp_table_expression_token1] = ACTIONS(104), + [aux_sym_current_changed_expression_token1] = ACTIONS(104), + [aux_sym_locked_expression_token1] = ACTIONS(104), + [aux_sym_dataset_expression_token1] = ACTIONS(104), + [aux_sym_input_expression_token1] = ACTIONS(104), + [anon_sym_PLUS] = ACTIONS(104), + [anon_sym_DASH] = ACTIONS(104), + [aux_sym__multiplicative_operator_token1] = ACTIONS(104), + [aux_sym__multiplicative_operator_token2] = ACTIONS(104), + [anon_sym_LT] = ACTIONS(104), + [anon_sym_LT_EQ] = ACTIONS(104), + [anon_sym_LT_GT] = ACTIONS(104), + [anon_sym_GT] = ACTIONS(104), + [anon_sym_GT_EQ] = ACTIONS(104), + [aux_sym__comparison_operator_token1] = ACTIONS(104), + [aux_sym__comparison_operator_token2] = ACTIONS(104), + [aux_sym__comparison_operator_token3] = ACTIONS(104), + [aux_sym__comparison_operator_token4] = ACTIONS(104), + [aux_sym__comparison_operator_token5] = ACTIONS(104), + [aux_sym__comparison_operator_token6] = ACTIONS(104), + [aux_sym__comparison_operator_token7] = ACTIONS(104), + [aux_sym__comparison_operator_token8] = ACTIONS(104), + [aux_sym__comparison_operator_token9] = ACTIONS(104), + [aux_sym_scope_tuning_token1] = ACTIONS(104), + [aux_sym_if_statement_token1] = ACTIONS(104), + [aux_sym_while_phrase_token1] = ACTIONS(104), + [aux_sym_repeat_tuning_token1] = ACTIONS(104), + [aux_sym_on_error_phrase_token1] = ACTIONS(104), + [aux_sym_to_phrase_token1] = ACTIONS(104), + [aux_sym_sort_order_token1] = ACTIONS(104), + [aux_sym_sort_order_token2] = ACTIONS(104), + [aux_sym_sort_order_token3] = ACTIONS(104), + [aux_sym_sort_order_token4] = ACTIONS(104), + [aux_sym_sort_clause_token1] = ACTIONS(104), + [aux_sym_can_find_expression_token1] = ACTIONS(104), + [aux_sym_accumulate_expression_token1] = ACTIONS(104), + [aux_sym_available_expression_token1] = ACTIONS(104), + [aux_sym_available_expression_token2] = ACTIONS(104), + [sym__namedot] = ACTIONS(912), + [sym__or_operator] = ACTIONS(102), + [sym__and_operator] = ACTIONS(102), + [sym__escaped_string] = ACTIONS(102), + }, + [353] = { + [sym_comment] = STATE(353), + [sym_include] = STATE(353), + [aux_sym_qualified_name_repeat1] = STATE(353), + [sym_identifier] = ACTIONS(108), + [anon_sym_COLON] = ACTIONS(108), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(108), + [anon_sym_LBRACE] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(108), + [sym_null_expression] = ACTIONS(108), + [aux_sym_boolean_literal_token1] = ACTIONS(108), + [aux_sym_boolean_literal_token2] = ACTIONS(108), + [aux_sym_boolean_literal_token3] = ACTIONS(108), + [aux_sym_boolean_literal_token4] = ACTIONS(108), + [sym__integer_literal] = ACTIONS(108), + [sym_date_literal] = ACTIONS(108), + [anon_sym_LBRACK] = ACTIONS(108), + [anon_sym_LPAREN] = ACTIONS(108), + [anon_sym_EQ] = ACTIONS(108), + [aux_sym_unary_expression_token1] = ACTIONS(108), + [aux_sym_unary_expression_token2] = ACTIONS(108), + [aux_sym_ambiguous_expression_token1] = ACTIONS(108), + [aux_sym_temp_table_expression_token1] = ACTIONS(108), + [aux_sym_current_changed_expression_token1] = ACTIONS(108), + [aux_sym_locked_expression_token1] = ACTIONS(108), + [aux_sym_dataset_expression_token1] = ACTIONS(108), + [aux_sym_input_expression_token1] = ACTIONS(108), + [anon_sym_PLUS] = ACTIONS(108), + [anon_sym_DASH] = ACTIONS(108), + [aux_sym__multiplicative_operator_token1] = ACTIONS(108), + [aux_sym__multiplicative_operator_token2] = ACTIONS(108), + [anon_sym_LT] = ACTIONS(108), + [anon_sym_LT_EQ] = ACTIONS(108), + [anon_sym_LT_GT] = ACTIONS(108), + [anon_sym_GT] = ACTIONS(108), + [anon_sym_GT_EQ] = ACTIONS(108), + [aux_sym__comparison_operator_token1] = ACTIONS(108), + [aux_sym__comparison_operator_token2] = ACTIONS(108), + [aux_sym__comparison_operator_token3] = ACTIONS(108), + [aux_sym__comparison_operator_token4] = ACTIONS(108), + [aux_sym__comparison_operator_token5] = ACTIONS(108), + [aux_sym__comparison_operator_token6] = ACTIONS(108), + [aux_sym__comparison_operator_token7] = ACTIONS(108), + [aux_sym__comparison_operator_token8] = ACTIONS(108), + [aux_sym__comparison_operator_token9] = ACTIONS(108), + [aux_sym_scope_tuning_token1] = ACTIONS(108), + [aux_sym_if_statement_token1] = ACTIONS(108), + [aux_sym_while_phrase_token1] = ACTIONS(108), + [aux_sym_repeat_tuning_token1] = ACTIONS(108), + [aux_sym_on_error_phrase_token1] = ACTIONS(108), + [aux_sym_to_phrase_token1] = ACTIONS(108), + [aux_sym_sort_order_token1] = ACTIONS(108), + [aux_sym_sort_order_token2] = ACTIONS(108), + [aux_sym_sort_order_token3] = ACTIONS(108), + [aux_sym_sort_order_token4] = ACTIONS(108), + [aux_sym_sort_clause_token1] = ACTIONS(108), + [aux_sym_can_find_expression_token1] = ACTIONS(108), + [aux_sym_accumulate_expression_token1] = ACTIONS(108), + [aux_sym_available_expression_token1] = ACTIONS(108), + [aux_sym_available_expression_token2] = ACTIONS(108), + [sym__namedot] = ACTIONS(1507), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), + [sym__escaped_string] = ACTIONS(106), + }, + [354] = { + [sym_comment] = STATE(354), + [sym_include] = STATE(354), + [aux_sym_qualified_name_repeat1] = STATE(352), + [sym_identifier] = ACTIONS(135), + [anon_sym_COLON] = ACTIONS(135), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(135), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_STAR] = ACTIONS(135), + [sym_null_expression] = ACTIONS(135), + [aux_sym_boolean_literal_token1] = ACTIONS(135), + [aux_sym_boolean_literal_token2] = ACTIONS(135), + [aux_sym_boolean_literal_token3] = ACTIONS(135), + [aux_sym_boolean_literal_token4] = ACTIONS(135), + [sym__integer_literal] = ACTIONS(135), + [sym_date_literal] = ACTIONS(135), + [anon_sym_LBRACK] = ACTIONS(135), + [anon_sym_LPAREN] = ACTIONS(135), + [anon_sym_EQ] = ACTIONS(135), + [aux_sym_unary_expression_token1] = ACTIONS(135), + [aux_sym_unary_expression_token2] = ACTIONS(135), + [aux_sym_ambiguous_expression_token1] = ACTIONS(135), + [aux_sym_temp_table_expression_token1] = ACTIONS(135), + [aux_sym_current_changed_expression_token1] = ACTIONS(135), + [aux_sym_locked_expression_token1] = ACTIONS(135), + [aux_sym_dataset_expression_token1] = ACTIONS(135), + [aux_sym_input_expression_token1] = ACTIONS(135), + [anon_sym_PLUS] = ACTIONS(135), + [anon_sym_DASH] = ACTIONS(135), + [aux_sym__multiplicative_operator_token1] = ACTIONS(135), + [aux_sym__multiplicative_operator_token2] = ACTIONS(135), + [anon_sym_LT] = ACTIONS(135), + [anon_sym_LT_EQ] = ACTIONS(135), + [anon_sym_LT_GT] = ACTIONS(135), + [anon_sym_GT] = ACTIONS(135), + [anon_sym_GT_EQ] = ACTIONS(135), + [aux_sym__comparison_operator_token1] = ACTIONS(135), + [aux_sym__comparison_operator_token2] = ACTIONS(135), + [aux_sym__comparison_operator_token3] = ACTIONS(135), + [aux_sym__comparison_operator_token4] = ACTIONS(135), + [aux_sym__comparison_operator_token5] = ACTIONS(135), + [aux_sym__comparison_operator_token6] = ACTIONS(135), + [aux_sym__comparison_operator_token7] = ACTIONS(135), + [aux_sym__comparison_operator_token8] = ACTIONS(135), + [aux_sym__comparison_operator_token9] = ACTIONS(135), + [aux_sym_scope_tuning_token1] = ACTIONS(135), + [aux_sym_if_statement_token1] = ACTIONS(135), + [aux_sym_while_phrase_token1] = ACTIONS(135), + [aux_sym_repeat_tuning_token1] = ACTIONS(135), + [aux_sym_on_error_phrase_token1] = ACTIONS(135), + [aux_sym_to_phrase_token1] = ACTIONS(135), + [aux_sym_sort_order_token1] = ACTIONS(135), + [aux_sym_sort_order_token2] = ACTIONS(135), + [aux_sym_sort_order_token3] = ACTIONS(135), + [aux_sym_sort_order_token4] = ACTIONS(135), + [aux_sym_sort_clause_token1] = ACTIONS(135), + [aux_sym_can_find_expression_token1] = ACTIONS(135), + [aux_sym_accumulate_expression_token1] = ACTIONS(135), + [aux_sym_available_expression_token1] = ACTIONS(135), + [aux_sym_available_expression_token2] = ACTIONS(135), + [sym__namedot] = ACTIONS(912), + [sym__or_operator] = ACTIONS(133), + [sym__and_operator] = ACTIONS(133), + [sym__escaped_string] = ACTIONS(133), + }, + [355] = { + [sym_comment] = STATE(355), + [sym_include] = STATE(355), + [sym_identifier] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(115), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(115), + [sym_null_expression] = ACTIONS(115), + [aux_sym_boolean_literal_token1] = ACTIONS(115), + [aux_sym_boolean_literal_token2] = ACTIONS(115), + [aux_sym_boolean_literal_token3] = ACTIONS(115), + [aux_sym_boolean_literal_token4] = ACTIONS(115), + [sym__integer_literal] = ACTIONS(115), + [sym_date_literal] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(115), + [aux_sym_unary_expression_token1] = ACTIONS(115), + [aux_sym_unary_expression_token2] = ACTIONS(115), + [aux_sym_ambiguous_expression_token1] = ACTIONS(115), + [aux_sym_temp_table_expression_token1] = ACTIONS(115), + [aux_sym_current_changed_expression_token1] = ACTIONS(115), + [aux_sym_locked_expression_token1] = ACTIONS(115), + [aux_sym_dataset_expression_token1] = ACTIONS(115), + [aux_sym_input_expression_token1] = ACTIONS(115), + [anon_sym_PLUS] = ACTIONS(115), + [anon_sym_DASH] = ACTIONS(115), + [aux_sym__multiplicative_operator_token1] = ACTIONS(115), + [aux_sym__multiplicative_operator_token2] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(115), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_LT_GT] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(115), + [anon_sym_GT_EQ] = ACTIONS(115), + [aux_sym__comparison_operator_token1] = ACTIONS(115), + [aux_sym__comparison_operator_token2] = ACTIONS(115), + [aux_sym__comparison_operator_token3] = ACTIONS(115), + [aux_sym__comparison_operator_token4] = ACTIONS(115), + [aux_sym__comparison_operator_token5] = ACTIONS(115), + [aux_sym__comparison_operator_token6] = ACTIONS(115), + [aux_sym__comparison_operator_token7] = ACTIONS(115), + [aux_sym__comparison_operator_token8] = ACTIONS(115), + [aux_sym__comparison_operator_token9] = ACTIONS(115), + [aux_sym_scope_tuning_token1] = ACTIONS(115), + [aux_sym_if_statement_token1] = ACTIONS(115), + [aux_sym_while_phrase_token1] = ACTIONS(115), + [aux_sym_on_error_phrase_token1] = ACTIONS(115), + [aux_sym_stop_after_phrase_token1] = ACTIONS(115), + [aux_sym_do_tuning_token1] = ACTIONS(115), + [aux_sym_to_phrase_token1] = ACTIONS(115), + [aux_sym_sort_order_token1] = ACTIONS(115), + [aux_sym_sort_order_token2] = ACTIONS(115), + [aux_sym_sort_order_token3] = ACTIONS(115), + [aux_sym_sort_order_token4] = ACTIONS(115), + [aux_sym_sort_clause_token1] = ACTIONS(115), + [aux_sym_can_find_expression_token1] = ACTIONS(115), + [aux_sym_accumulate_expression_token1] = ACTIONS(115), + [aux_sym_available_expression_token1] = ACTIONS(115), + [aux_sym_available_expression_token2] = ACTIONS(115), + [sym__namecolon] = ACTIONS(113), + [sym__or_operator] = ACTIONS(113), + [sym__and_operator] = ACTIONS(113), + [sym__escaped_string] = ACTIONS(113), + }, + [356] = { + [sym_comment] = STATE(356), + [sym_constant] = STATE(990), + [sym_qualified_name] = STATE(990), + [sym_boolean_literal] = STATE(990), + [sym__decimal_literal] = STATE(1312), + [sym_number_literal] = STATE(990), + [sym_string_literal] = STATE(990), + [sym_array_literal] = STATE(990), + [sym_parenthesized_expression] = STATE(990), + [sym_logical_expression] = STATE(1053), + [sym_unary_expression] = STATE(990), + [sym_ambiguous_expression] = STATE(990), + [sym_temp_table_expression] = STATE(990), + [sym_current_changed_expression] = STATE(990), + [sym_locked_expression] = STATE(990), + [sym_dataset_expression] = STATE(990), + [sym_input_expression] = STATE(990), + [sym_additive_expression] = STATE(1053), + [sym_multiplicative_expression] = STATE(1053), + [sym_comparison_expression] = STATE(1053), + [sym__binary_expression] = STATE(990), + [sym_array_access] = STATE(990), + [sym_include] = STATE(356), + [sym_function_call] = STATE(520), + [sym_ternary_expression] = STATE(990), + [sym_new_expression] = STATE(520), + [sym_object_access] = STATE(545), + [sym_member_access] = STATE(990), + [sym_sort_column] = STATE(3390), + [sym_can_find_expression] = STATE(990), + [sym_accumulate_expression] = STATE(990), + [sym_available_expression] = STATE(990), + [sym__expression] = STATE(335), + [aux_sym_sort_clause_repeat1] = STATE(356), + [sym_identifier] = ACTIONS(1510), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1513), + [sym__terminator] = ACTIONS(1047), + [sym_null_expression] = ACTIONS(1516), + [aux_sym_boolean_literal_token1] = ACTIONS(1519), + [aux_sym_boolean_literal_token2] = ACTIONS(1519), + [aux_sym_boolean_literal_token3] = ACTIONS(1519), + [aux_sym_boolean_literal_token4] = ACTIONS(1519), + [sym__integer_literal] = ACTIONS(1522), + [sym_date_literal] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1525), + [anon_sym_LPAREN] = ACTIONS(1528), + [aux_sym_unary_expression_token1] = ACTIONS(1531), + [aux_sym_unary_expression_token2] = ACTIONS(1534), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1537), + [aux_sym_temp_table_expression_token1] = ACTIONS(1540), + [aux_sym_current_changed_expression_token1] = ACTIONS(1543), + [aux_sym_locked_expression_token1] = ACTIONS(1546), + [aux_sym_dataset_expression_token1] = ACTIONS(1549), + [aux_sym_input_expression_token1] = ACTIONS(1552), + [aux_sym_scope_tuning_token1] = ACTIONS(1555), + [aux_sym_if_statement_token1] = ACTIONS(1558), + [aux_sym_can_find_expression_token1] = ACTIONS(1561), + [aux_sym_accumulate_expression_token1] = ACTIONS(1564), + [aux_sym_available_expression_token1] = ACTIONS(1567), + [aux_sym_available_expression_token2] = ACTIONS(1567), + [aux_sym_field_definition_token1] = ACTIONS(1047), + [aux_sym_index_definition_token1] = ACTIONS(1047), + [sym__escaped_string] = ACTIONS(1570), + }, + [357] = { + [sym_comment] = STATE(357), + [sym_constant] = STATE(990), + [sym_qualified_name] = STATE(990), + [sym_boolean_literal] = STATE(990), + [sym__decimal_literal] = STATE(1312), + [sym_number_literal] = STATE(990), + [sym_string_literal] = STATE(990), + [sym_array_literal] = STATE(990), + [sym_parenthesized_expression] = STATE(990), + [sym_logical_expression] = STATE(1053), + [sym_unary_expression] = STATE(990), + [sym_ambiguous_expression] = STATE(990), + [sym_temp_table_expression] = STATE(990), + [sym_current_changed_expression] = STATE(990), + [sym_locked_expression] = STATE(990), + [sym_dataset_expression] = STATE(990), + [sym_input_expression] = STATE(990), + [sym_additive_expression] = STATE(1053), + [sym_multiplicative_expression] = STATE(1053), + [sym_comparison_expression] = STATE(1053), + [sym__binary_expression] = STATE(990), + [sym_array_access] = STATE(990), + [sym_include] = STATE(357), + [sym_function_call] = STATE(520), + [sym_ternary_expression] = STATE(990), + [sym_new_expression] = STATE(520), + [sym_object_access] = STATE(545), + [sym_member_access] = STATE(990), + [sym_sort_column] = STATE(3390), + [sym_can_find_expression] = STATE(990), + [sym_accumulate_expression] = STATE(990), + [sym_available_expression] = STATE(990), + [sym__expression] = STATE(335), + [aux_sym_sort_clause_repeat1] = STATE(356), + [sym_identifier] = ACTIONS(948), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(950), + [sym__terminator] = ACTIONS(1573), + [sym_null_expression] = ACTIONS(954), + [aux_sym_boolean_literal_token1] = ACTIONS(956), + [aux_sym_boolean_literal_token2] = ACTIONS(956), + [aux_sym_boolean_literal_token3] = ACTIONS(956), + [aux_sym_boolean_literal_token4] = ACTIONS(956), + [sym__integer_literal] = ACTIONS(958), + [sym_date_literal] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(962), + [aux_sym_unary_expression_token1] = ACTIONS(966), + [aux_sym_unary_expression_token2] = ACTIONS(968), + [aux_sym_ambiguous_expression_token1] = ACTIONS(970), + [aux_sym_temp_table_expression_token1] = ACTIONS(972), + [aux_sym_current_changed_expression_token1] = ACTIONS(974), + [aux_sym_locked_expression_token1] = ACTIONS(976), + [aux_sym_dataset_expression_token1] = ACTIONS(978), + [aux_sym_input_expression_token1] = ACTIONS(980), + [aux_sym_scope_tuning_token1] = ACTIONS(982), + [aux_sym_if_statement_token1] = ACTIONS(984), + [aux_sym_can_find_expression_token1] = ACTIONS(986), + [aux_sym_accumulate_expression_token1] = ACTIONS(988), + [aux_sym_available_expression_token1] = ACTIONS(990), + [aux_sym_available_expression_token2] = ACTIONS(990), + [aux_sym_field_definition_token1] = ACTIONS(1573), + [aux_sym_index_definition_token1] = ACTIONS(1573), + [sym__escaped_string] = ACTIONS(992), + }, + [358] = { + [sym_comment] = STATE(358), + [sym_include] = STATE(358), + [aux_sym_member_access_repeat1] = STATE(358), + [sym_identifier] = ACTIONS(143), + [anon_sym_COLON] = ACTIONS(143), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_LBRACE] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(143), + [sym_null_expression] = ACTIONS(143), + [aux_sym_boolean_literal_token1] = ACTIONS(143), + [aux_sym_boolean_literal_token2] = ACTIONS(143), + [aux_sym_boolean_literal_token3] = ACTIONS(143), + [aux_sym_boolean_literal_token4] = ACTIONS(143), + [sym__integer_literal] = ACTIONS(143), + [sym_date_literal] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_LPAREN] = ACTIONS(143), + [anon_sym_EQ] = ACTIONS(143), + [aux_sym_unary_expression_token1] = ACTIONS(143), + [aux_sym_unary_expression_token2] = ACTIONS(143), + [aux_sym_ambiguous_expression_token1] = ACTIONS(143), + [aux_sym_temp_table_expression_token1] = ACTIONS(143), + [aux_sym_current_changed_expression_token1] = ACTIONS(143), + [aux_sym_locked_expression_token1] = ACTIONS(143), + [aux_sym_dataset_expression_token1] = ACTIONS(143), + [aux_sym_input_expression_token1] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_DASH] = ACTIONS(143), + [aux_sym__multiplicative_operator_token1] = ACTIONS(143), + [aux_sym__multiplicative_operator_token2] = ACTIONS(143), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(143), + [anon_sym_LT_GT] = ACTIONS(143), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(143), + [aux_sym__comparison_operator_token1] = ACTIONS(143), + [aux_sym__comparison_operator_token2] = ACTIONS(143), + [aux_sym__comparison_operator_token3] = ACTIONS(143), + [aux_sym__comparison_operator_token4] = ACTIONS(143), + [aux_sym__comparison_operator_token5] = ACTIONS(143), + [aux_sym__comparison_operator_token6] = ACTIONS(143), + [aux_sym__comparison_operator_token7] = ACTIONS(143), + [aux_sym__comparison_operator_token8] = ACTIONS(143), + [aux_sym__comparison_operator_token9] = ACTIONS(143), + [aux_sym_scope_tuning_token1] = ACTIONS(143), + [aux_sym_if_statement_token1] = ACTIONS(143), + [aux_sym_while_phrase_token1] = ACTIONS(143), + [aux_sym_repeat_tuning_token1] = ACTIONS(143), + [aux_sym_on_error_phrase_token1] = ACTIONS(143), + [aux_sym_to_phrase_token1] = ACTIONS(143), + [aux_sym_sort_order_token1] = ACTIONS(143), + [aux_sym_sort_order_token2] = ACTIONS(143), + [aux_sym_sort_order_token3] = ACTIONS(143), + [aux_sym_sort_order_token4] = ACTIONS(143), + [aux_sym_sort_clause_token1] = ACTIONS(143), + [aux_sym_can_find_expression_token1] = ACTIONS(143), + [aux_sym_accumulate_expression_token1] = ACTIONS(143), + [aux_sym_available_expression_token1] = ACTIONS(143), + [aux_sym_available_expression_token2] = ACTIONS(143), + [sym__namedoublecolon] = ACTIONS(1575), + [sym__or_operator] = ACTIONS(141), + [sym__and_operator] = ACTIONS(141), + [sym__escaped_string] = ACTIONS(141), + }, + [359] = { + [sym_comment] = STATE(359), + [sym_include] = STATE(359), + [sym_identifier] = ACTIONS(108), + [anon_sym_COLON] = ACTIONS(108), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(108), + [anon_sym_LBRACE] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(108), + [sym_null_expression] = ACTIONS(108), + [aux_sym_boolean_literal_token1] = ACTIONS(108), + [aux_sym_boolean_literal_token2] = ACTIONS(108), + [aux_sym_boolean_literal_token3] = ACTIONS(108), + [aux_sym_boolean_literal_token4] = ACTIONS(108), + [sym__integer_literal] = ACTIONS(108), + [sym_date_literal] = ACTIONS(108), + [anon_sym_LBRACK] = ACTIONS(108), + [anon_sym_LPAREN] = ACTIONS(108), + [anon_sym_EQ] = ACTIONS(108), + [aux_sym_unary_expression_token1] = ACTIONS(108), + [aux_sym_unary_expression_token2] = ACTIONS(108), + [aux_sym_ambiguous_expression_token1] = ACTIONS(108), + [aux_sym_temp_table_expression_token1] = ACTIONS(108), + [aux_sym_current_changed_expression_token1] = ACTIONS(108), + [aux_sym_locked_expression_token1] = ACTIONS(108), + [aux_sym_dataset_expression_token1] = ACTIONS(108), + [aux_sym_input_expression_token1] = ACTIONS(108), + [anon_sym_PLUS] = ACTIONS(108), + [anon_sym_DASH] = ACTIONS(108), + [aux_sym__multiplicative_operator_token1] = ACTIONS(108), + [aux_sym__multiplicative_operator_token2] = ACTIONS(108), + [anon_sym_LT] = ACTIONS(108), + [anon_sym_LT_EQ] = ACTIONS(108), + [anon_sym_LT_GT] = ACTIONS(108), + [anon_sym_GT] = ACTIONS(108), + [anon_sym_GT_EQ] = ACTIONS(108), + [aux_sym__comparison_operator_token1] = ACTIONS(108), + [aux_sym__comparison_operator_token2] = ACTIONS(108), + [aux_sym__comparison_operator_token3] = ACTIONS(108), + [aux_sym__comparison_operator_token4] = ACTIONS(108), + [aux_sym__comparison_operator_token5] = ACTIONS(108), + [aux_sym__comparison_operator_token6] = ACTIONS(108), + [aux_sym__comparison_operator_token7] = ACTIONS(108), + [aux_sym__comparison_operator_token8] = ACTIONS(108), + [aux_sym__comparison_operator_token9] = ACTIONS(108), + [aux_sym_scope_tuning_token1] = ACTIONS(108), + [aux_sym_if_statement_token1] = ACTIONS(108), + [aux_sym_while_phrase_token1] = ACTIONS(108), + [aux_sym_on_error_phrase_token1] = ACTIONS(108), + [aux_sym_stop_after_phrase_token1] = ACTIONS(108), + [aux_sym_do_tuning_token1] = ACTIONS(108), + [aux_sym_to_phrase_token1] = ACTIONS(108), + [aux_sym_sort_order_token1] = ACTIONS(108), + [aux_sym_sort_order_token2] = ACTIONS(108), + [aux_sym_sort_order_token3] = ACTIONS(108), + [aux_sym_sort_order_token4] = ACTIONS(108), + [aux_sym_sort_clause_token1] = ACTIONS(108), + [aux_sym_can_find_expression_token1] = ACTIONS(108), + [aux_sym_accumulate_expression_token1] = ACTIONS(108), + [aux_sym_available_expression_token1] = ACTIONS(108), + [aux_sym_available_expression_token2] = ACTIONS(108), + [sym__namedot] = ACTIONS(106), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), + [sym__escaped_string] = ACTIONS(106), + }, + [360] = { + [sym_comment] = STATE(360), + [sym_include] = STATE(360), + [sym_identifier] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(156), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(156), + [anon_sym_LBRACE] = ACTIONS(156), + [anon_sym_STAR] = ACTIONS(156), + [sym_null_expression] = ACTIONS(156), + [aux_sym_boolean_literal_token1] = ACTIONS(156), + [aux_sym_boolean_literal_token2] = ACTIONS(156), + [aux_sym_boolean_literal_token3] = ACTIONS(156), + [aux_sym_boolean_literal_token4] = ACTIONS(156), + [sym__integer_literal] = ACTIONS(156), + [sym_date_literal] = ACTIONS(156), + [anon_sym_LBRACK] = ACTIONS(156), + [anon_sym_LPAREN] = ACTIONS(156), + [anon_sym_EQ] = ACTIONS(156), + [aux_sym_unary_expression_token1] = ACTIONS(156), + [aux_sym_unary_expression_token2] = ACTIONS(156), + [aux_sym_ambiguous_expression_token1] = ACTIONS(156), + [aux_sym_temp_table_expression_token1] = ACTIONS(156), + [aux_sym_current_changed_expression_token1] = ACTIONS(156), + [aux_sym_locked_expression_token1] = ACTIONS(156), + [aux_sym_dataset_expression_token1] = ACTIONS(156), + [aux_sym_input_expression_token1] = ACTIONS(156), + [anon_sym_PLUS] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [aux_sym__multiplicative_operator_token1] = ACTIONS(156), + [aux_sym__multiplicative_operator_token2] = ACTIONS(156), + [anon_sym_LT] = ACTIONS(156), + [anon_sym_LT_EQ] = ACTIONS(156), + [anon_sym_LT_GT] = ACTIONS(156), + [anon_sym_GT] = ACTIONS(156), + [anon_sym_GT_EQ] = ACTIONS(156), + [aux_sym__comparison_operator_token1] = ACTIONS(156), + [aux_sym__comparison_operator_token2] = ACTIONS(156), + [aux_sym__comparison_operator_token3] = ACTIONS(156), + [aux_sym__comparison_operator_token4] = ACTIONS(156), + [aux_sym__comparison_operator_token5] = ACTIONS(156), + [aux_sym__comparison_operator_token6] = ACTIONS(156), + [aux_sym__comparison_operator_token7] = ACTIONS(156), + [aux_sym__comparison_operator_token8] = ACTIONS(156), + [aux_sym__comparison_operator_token9] = ACTIONS(156), + [aux_sym_scope_tuning_token1] = ACTIONS(156), + [aux_sym_if_statement_token1] = ACTIONS(156), + [aux_sym_while_phrase_token1] = ACTIONS(156), + [aux_sym_on_error_phrase_token1] = ACTIONS(156), + [aux_sym_stop_after_phrase_token1] = ACTIONS(156), + [aux_sym_do_tuning_token1] = ACTIONS(156), + [aux_sym_to_phrase_token1] = ACTIONS(156), + [aux_sym_sort_order_token1] = ACTIONS(156), + [aux_sym_sort_order_token2] = ACTIONS(156), + [aux_sym_sort_order_token3] = ACTIONS(156), + [aux_sym_sort_order_token4] = ACTIONS(156), + [aux_sym_sort_clause_token1] = ACTIONS(156), + [aux_sym_can_find_expression_token1] = ACTIONS(156), + [aux_sym_accumulate_expression_token1] = ACTIONS(156), + [aux_sym_available_expression_token1] = ACTIONS(156), + [aux_sym_available_expression_token2] = ACTIONS(156), + [sym__namecolon] = ACTIONS(154), + [sym__or_operator] = ACTIONS(154), + [sym__and_operator] = ACTIONS(154), + [sym__escaped_string] = ACTIONS(154), + }, + [361] = { + [sym_comment] = STATE(361), + [sym_include] = STATE(361), + [sym_identifier] = ACTIONS(166), + [anon_sym_COLON] = ACTIONS(166), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(166), + [anon_sym_LBRACE] = ACTIONS(166), + [anon_sym_STAR] = ACTIONS(166), + [sym_null_expression] = ACTIONS(166), + [aux_sym_boolean_literal_token1] = ACTIONS(166), + [aux_sym_boolean_literal_token2] = ACTIONS(166), + [aux_sym_boolean_literal_token3] = ACTIONS(166), + [aux_sym_boolean_literal_token4] = ACTIONS(166), + [sym__integer_literal] = ACTIONS(166), + [sym_date_literal] = ACTIONS(166), + [anon_sym_LBRACK] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(166), + [anon_sym_EQ] = ACTIONS(166), + [aux_sym_unary_expression_token1] = ACTIONS(166), + [aux_sym_unary_expression_token2] = ACTIONS(166), + [aux_sym_ambiguous_expression_token1] = ACTIONS(166), + [aux_sym_temp_table_expression_token1] = ACTIONS(166), + [aux_sym_current_changed_expression_token1] = ACTIONS(166), + [aux_sym_locked_expression_token1] = ACTIONS(166), + [aux_sym_dataset_expression_token1] = ACTIONS(166), + [aux_sym_input_expression_token1] = ACTIONS(166), + [anon_sym_PLUS] = ACTIONS(166), + [anon_sym_DASH] = ACTIONS(166), + [aux_sym__multiplicative_operator_token1] = ACTIONS(166), + [aux_sym__multiplicative_operator_token2] = ACTIONS(166), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(166), + [anon_sym_LT_GT] = ACTIONS(166), + [anon_sym_GT] = ACTIONS(166), + [anon_sym_GT_EQ] = ACTIONS(166), + [aux_sym__comparison_operator_token1] = ACTIONS(166), + [aux_sym__comparison_operator_token2] = ACTIONS(166), + [aux_sym__comparison_operator_token3] = ACTIONS(166), + [aux_sym__comparison_operator_token4] = ACTIONS(166), + [aux_sym__comparison_operator_token5] = ACTIONS(166), + [aux_sym__comparison_operator_token6] = ACTIONS(166), + [aux_sym__comparison_operator_token7] = ACTIONS(166), + [aux_sym__comparison_operator_token8] = ACTIONS(166), + [aux_sym__comparison_operator_token9] = ACTIONS(166), + [aux_sym_scope_tuning_token1] = ACTIONS(166), + [aux_sym_if_statement_token1] = ACTIONS(166), + [aux_sym_while_phrase_token1] = ACTIONS(166), + [aux_sym_on_error_phrase_token1] = ACTIONS(166), + [aux_sym_stop_after_phrase_token1] = ACTIONS(166), + [aux_sym_do_tuning_token1] = ACTIONS(166), + [aux_sym_to_phrase_token1] = ACTIONS(166), + [aux_sym_sort_order_token1] = ACTIONS(166), + [aux_sym_sort_order_token2] = ACTIONS(166), + [aux_sym_sort_order_token3] = ACTIONS(166), + [aux_sym_sort_order_token4] = ACTIONS(166), + [aux_sym_sort_clause_token1] = ACTIONS(166), + [aux_sym_can_find_expression_token1] = ACTIONS(166), + [aux_sym_accumulate_expression_token1] = ACTIONS(166), + [aux_sym_available_expression_token1] = ACTIONS(166), + [aux_sym_available_expression_token2] = ACTIONS(166), + [sym__namecolon] = ACTIONS(164), + [sym__or_operator] = ACTIONS(164), + [sym__and_operator] = ACTIONS(164), + [sym__escaped_string] = ACTIONS(164), + }, + [362] = { + [sym_comment] = STATE(362), + [sym_constant] = STATE(990), + [sym_qualified_name] = STATE(990), + [sym_boolean_literal] = STATE(990), + [sym__decimal_literal] = STATE(1312), + [sym_number_literal] = STATE(990), + [sym_string_literal] = STATE(990), + [sym_array_literal] = STATE(990), + [sym_parenthesized_expression] = STATE(990), + [sym_logical_expression] = STATE(1053), + [sym_unary_expression] = STATE(990), + [sym_ambiguous_expression] = STATE(990), + [sym_temp_table_expression] = STATE(990), + [sym_current_changed_expression] = STATE(990), + [sym_locked_expression] = STATE(990), + [sym_dataset_expression] = STATE(990), + [sym_input_expression] = STATE(990), + [sym_additive_expression] = STATE(1053), + [sym_multiplicative_expression] = STATE(1053), + [sym_comparison_expression] = STATE(1053), + [sym__binary_expression] = STATE(990), + [sym_array_access] = STATE(990), + [sym_include] = STATE(362), + [sym_function_call] = STATE(520), + [sym_ternary_expression] = STATE(990), + [sym_new_expression] = STATE(520), + [sym_object_access] = STATE(545), + [sym_member_access] = STATE(990), + [sym_sort_column] = STATE(3390), + [sym_can_find_expression] = STATE(990), + [sym_accumulate_expression] = STATE(990), + [sym_available_expression] = STATE(990), + [sym__expression] = STATE(335), + [aux_sym_sort_clause_repeat1] = STATE(356), + [sym_identifier] = ACTIONS(948), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(950), + [sym__terminator] = ACTIONS(952), + [sym_null_expression] = ACTIONS(954), + [aux_sym_boolean_literal_token1] = ACTIONS(956), + [aux_sym_boolean_literal_token2] = ACTIONS(956), + [aux_sym_boolean_literal_token3] = ACTIONS(956), + [aux_sym_boolean_literal_token4] = ACTIONS(956), + [sym__integer_literal] = ACTIONS(958), + [sym_date_literal] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(962), + [aux_sym_unary_expression_token1] = ACTIONS(966), + [aux_sym_unary_expression_token2] = ACTIONS(968), + [aux_sym_ambiguous_expression_token1] = ACTIONS(970), + [aux_sym_temp_table_expression_token1] = ACTIONS(972), + [aux_sym_current_changed_expression_token1] = ACTIONS(974), + [aux_sym_locked_expression_token1] = ACTIONS(976), + [aux_sym_dataset_expression_token1] = ACTIONS(978), + [aux_sym_input_expression_token1] = ACTIONS(980), + [aux_sym_scope_tuning_token1] = ACTIONS(982), + [aux_sym_if_statement_token1] = ACTIONS(984), + [aux_sym_can_find_expression_token1] = ACTIONS(986), + [aux_sym_accumulate_expression_token1] = ACTIONS(988), + [aux_sym_available_expression_token1] = ACTIONS(990), + [aux_sym_available_expression_token2] = ACTIONS(990), + [aux_sym_field_definition_token1] = ACTIONS(952), + [aux_sym_index_definition_token1] = ACTIONS(952), + [sym__escaped_string] = ACTIONS(992), + }, + [363] = { + [sym_comment] = STATE(363), + [sym_include] = STATE(363), + [aux_sym_member_access_repeat1] = STATE(358), + [sym_identifier] = ACTIONS(127), + [anon_sym_COLON] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [sym_null_expression] = ACTIONS(127), + [aux_sym_boolean_literal_token1] = ACTIONS(127), + [aux_sym_boolean_literal_token2] = ACTIONS(127), + [aux_sym_boolean_literal_token3] = ACTIONS(127), + [aux_sym_boolean_literal_token4] = ACTIONS(127), + [sym__integer_literal] = ACTIONS(127), + [sym_date_literal] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_EQ] = ACTIONS(127), + [aux_sym_unary_expression_token1] = ACTIONS(127), + [aux_sym_unary_expression_token2] = ACTIONS(127), + [aux_sym_ambiguous_expression_token1] = ACTIONS(127), + [aux_sym_temp_table_expression_token1] = ACTIONS(127), + [aux_sym_current_changed_expression_token1] = ACTIONS(127), + [aux_sym_locked_expression_token1] = ACTIONS(127), + [aux_sym_dataset_expression_token1] = ACTIONS(127), + [aux_sym_input_expression_token1] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [aux_sym__multiplicative_operator_token1] = ACTIONS(127), + [aux_sym__multiplicative_operator_token2] = ACTIONS(127), + [anon_sym_LT] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_LT_GT] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [aux_sym__comparison_operator_token1] = ACTIONS(127), + [aux_sym__comparison_operator_token2] = ACTIONS(127), + [aux_sym__comparison_operator_token3] = ACTIONS(127), + [aux_sym__comparison_operator_token4] = ACTIONS(127), + [aux_sym__comparison_operator_token5] = ACTIONS(127), + [aux_sym__comparison_operator_token6] = ACTIONS(127), + [aux_sym__comparison_operator_token7] = ACTIONS(127), + [aux_sym__comparison_operator_token8] = ACTIONS(127), + [aux_sym__comparison_operator_token9] = ACTIONS(127), + [aux_sym_scope_tuning_token1] = ACTIONS(127), + [aux_sym_if_statement_token1] = ACTIONS(127), + [aux_sym_while_phrase_token1] = ACTIONS(127), + [aux_sym_repeat_tuning_token1] = ACTIONS(127), + [aux_sym_on_error_phrase_token1] = ACTIONS(127), + [aux_sym_to_phrase_token1] = ACTIONS(127), + [aux_sym_sort_order_token1] = ACTIONS(127), + [aux_sym_sort_order_token2] = ACTIONS(127), + [aux_sym_sort_order_token3] = ACTIONS(127), + [aux_sym_sort_order_token4] = ACTIONS(127), + [aux_sym_sort_clause_token1] = ACTIONS(127), + [aux_sym_can_find_expression_token1] = ACTIONS(127), + [aux_sym_accumulate_expression_token1] = ACTIONS(127), + [aux_sym_available_expression_token1] = ACTIONS(127), + [aux_sym_available_expression_token2] = ACTIONS(127), + [sym__namedoublecolon] = ACTIONS(916), + [sym__or_operator] = ACTIONS(125), + [sym__and_operator] = ACTIONS(125), + [sym__escaped_string] = ACTIONS(125), + }, + [364] = { + [sym_comment] = STATE(364), + [sym_include] = STATE(364), + [anon_sym_COLON] = ACTIONS(158), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_LBRACE] = ACTIONS(75), + [sym__terminator] = ACTIONS(158), + [anon_sym_RBRACK] = ACTIONS(158), + [aux_sym_type_tuning_token2] = ACTIONS(158), + [aux_sym_unary_expression_token2] = ACTIONS(158), + [aux_sym_variable_tuning_token1] = ACTIONS(158), + [aux_sym_variable_tuning_token2] = ACTIONS(160), + [aux_sym_variable_tuning_token3] = ACTIONS(158), + [aux_sym_variable_tuning_token4] = ACTIONS(158), + [aux_sym_variable_tuning_token5] = ACTIONS(158), + [aux_sym_variable_tuning_token6] = ACTIONS(158), + [aux_sym_variable_tuning_token7] = ACTIONS(158), + [aux_sym_variable_tuning_token8] = ACTIONS(158), + [aux_sym_access_tuning_token1] = ACTIONS(158), + [aux_sym_access_tuning_token2] = ACTIONS(158), + [aux_sym_access_tuning_token3] = ACTIONS(158), + [aux_sym_access_tuning_token4] = ACTIONS(158), + [aux_sym_access_tuning_token5] = ACTIONS(158), + [aux_sym_query_definition_tuning_token1] = ACTIONS(158), + [anon_sym_SCROLLING] = ACTIONS(158), + [aux_sym_query_definition_tuning_token2] = ACTIONS(158), + [aux_sym_while_phrase_token1] = ACTIONS(158), + [aux_sym_repeat_tuning_token1] = ACTIONS(158), + [aux_sym_getter_token1] = ACTIONS(158), + [aux_sym_setter_token1] = ACTIONS(158), + [aux_sym_using_statement_token2] = ACTIONS(158), + [aux_sym_on_error_phrase_token1] = ACTIONS(158), + [aux_sym_stop_after_phrase_token1] = ACTIONS(158), + [aux_sym_do_tuning_token1] = ACTIONS(158), + [aux_sym_to_phrase_token1] = ACTIONS(158), + [aux_sym_field_option_token1] = ACTIONS(158), + [aux_sym_field_option_token2] = ACTIONS(158), + [aux_sym_field_option_token3] = ACTIONS(158), + [aux_sym_field_option_token4] = ACTIONS(158), + [aux_sym_field_option_token5] = ACTIONS(158), + [aux_sym_field_option_token6] = ACTIONS(158), + [aux_sym_field_definition_token1] = ACTIONS(158), + [aux_sym_index_definition_token1] = ACTIONS(158), + [aux_sym_image_phrase_token1] = ACTIONS(160), + [aux_sym_image_phrase_token2] = ACTIONS(158), + [aux_sym_image_phrase_token8] = ACTIONS(158), + [aux_sym_image_phrase_token10] = ACTIONS(160), + [aux_sym_size_phrase_token1] = ACTIONS(160), + [aux_sym_size_phrase_token2] = ACTIONS(158), + [aux_sym_size_phrase_token3] = ACTIONS(158), + [aux_sym_button_tuning_token1] = ACTIONS(158), + [aux_sym_button_tuning_token3] = ACTIONS(158), + [aux_sym_button_tuning_token4] = ACTIONS(158), + [aux_sym_button_tuning_token5] = ACTIONS(158), + [aux_sym_button_tuning_token6] = ACTIONS(158), + [aux_sym_button_tuning_token7] = ACTIONS(158), + [aux_sym_button_tuning_token8] = ACTIONS(158), + [aux_sym_button_tuning_token9] = ACTIONS(158), + [aux_sym_button_tuning_token10] = ACTIONS(158), + [aux_sym_button_tuning_token11] = ACTIONS(158), + [aux_sym_button_tuning_token12] = ACTIONS(158), + [aux_sym_button_tuning_token13] = ACTIONS(158), + [aux_sym_button_tuning_token14] = ACTIONS(158), + [aux_sym_button_tuning_token16] = ACTIONS(158), + [aux_sym_button_tuning_token17] = ACTIONS(158), + }, + [365] = { + [sym_comment] = STATE(365), + [sym_include] = STATE(365), + [sym_identifier] = ACTIONS(601), + [anon_sym_COLON] = ACTIONS(601), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(601), + [anon_sym_LBRACE] = ACTIONS(601), + [anon_sym_STAR] = ACTIONS(601), + [sym_null_expression] = ACTIONS(601), + [aux_sym_boolean_literal_token1] = ACTIONS(601), + [aux_sym_boolean_literal_token2] = ACTIONS(601), + [aux_sym_boolean_literal_token3] = ACTIONS(601), + [aux_sym_boolean_literal_token4] = ACTIONS(601), + [sym__integer_literal] = ACTIONS(601), + [sym_date_literal] = ACTIONS(601), + [anon_sym_LBRACK] = ACTIONS(601), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_EQ] = ACTIONS(601), + [aux_sym_unary_expression_token1] = ACTIONS(601), + [aux_sym_unary_expression_token2] = ACTIONS(601), + [aux_sym_ambiguous_expression_token1] = ACTIONS(601), + [aux_sym_temp_table_expression_token1] = ACTIONS(601), + [aux_sym_current_changed_expression_token1] = ACTIONS(601), + [aux_sym_locked_expression_token1] = ACTIONS(601), + [aux_sym_dataset_expression_token1] = ACTIONS(601), + [aux_sym_input_expression_token1] = ACTIONS(601), + [anon_sym_PLUS] = ACTIONS(601), + [anon_sym_DASH] = ACTIONS(601), + [aux_sym__multiplicative_operator_token1] = ACTIONS(601), + [aux_sym__multiplicative_operator_token2] = ACTIONS(601), + [anon_sym_LT] = ACTIONS(601), + [anon_sym_LT_EQ] = ACTIONS(601), + [anon_sym_LT_GT] = ACTIONS(601), + [anon_sym_GT] = ACTIONS(601), + [anon_sym_GT_EQ] = ACTIONS(601), + [aux_sym__comparison_operator_token1] = ACTIONS(601), + [aux_sym__comparison_operator_token2] = ACTIONS(601), + [aux_sym__comparison_operator_token3] = ACTIONS(601), + [aux_sym__comparison_operator_token4] = ACTIONS(601), + [aux_sym__comparison_operator_token5] = ACTIONS(601), + [aux_sym__comparison_operator_token6] = ACTIONS(601), + [aux_sym__comparison_operator_token7] = ACTIONS(601), + [aux_sym__comparison_operator_token8] = ACTIONS(601), + [aux_sym__comparison_operator_token9] = ACTIONS(601), + [aux_sym_scope_tuning_token1] = ACTIONS(601), + [aux_sym_if_statement_token1] = ACTIONS(601), + [aux_sym_while_phrase_token1] = ACTIONS(601), + [aux_sym_repeat_tuning_token1] = ACTIONS(601), + [anon_sym_NO_DASHERROR] = ACTIONS(1578), + [aux_sym_on_error_phrase_token1] = ACTIONS(601), + [aux_sym_to_phrase_token1] = ACTIONS(601), + [aux_sym_sort_order_token1] = ACTIONS(601), + [aux_sym_sort_order_token2] = ACTIONS(601), + [aux_sym_sort_order_token3] = ACTIONS(601), + [aux_sym_sort_order_token4] = ACTIONS(601), + [aux_sym_sort_clause_token1] = ACTIONS(601), + [aux_sym_can_find_expression_token1] = ACTIONS(601), + [aux_sym_accumulate_expression_token1] = ACTIONS(601), + [aux_sym_available_expression_token1] = ACTIONS(601), + [aux_sym_available_expression_token2] = ACTIONS(601), + [sym__namecolon] = ACTIONS(599), + [sym__or_operator] = ACTIONS(599), + [sym__and_operator] = ACTIONS(599), + [sym__escaped_string] = ACTIONS(599), + }, + [366] = { + [sym_comment] = STATE(366), + [sym_include] = STATE(366), + [sym_identifier] = ACTIONS(160), + [anon_sym_COLON] = ACTIONS(160), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(160), + [anon_sym_LBRACE] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(160), + [sym_null_expression] = ACTIONS(160), + [aux_sym_boolean_literal_token1] = ACTIONS(160), + [aux_sym_boolean_literal_token2] = ACTIONS(160), + [aux_sym_boolean_literal_token3] = ACTIONS(160), + [aux_sym_boolean_literal_token4] = ACTIONS(160), + [sym__integer_literal] = ACTIONS(160), + [sym_date_literal] = ACTIONS(160), + [anon_sym_LBRACK] = ACTIONS(160), + [anon_sym_LPAREN] = ACTIONS(160), + [anon_sym_EQ] = ACTIONS(160), + [aux_sym_unary_expression_token1] = ACTIONS(160), + [aux_sym_unary_expression_token2] = ACTIONS(160), + [aux_sym_ambiguous_expression_token1] = ACTIONS(160), + [aux_sym_temp_table_expression_token1] = ACTIONS(160), + [aux_sym_current_changed_expression_token1] = ACTIONS(160), + [aux_sym_locked_expression_token1] = ACTIONS(160), + [aux_sym_dataset_expression_token1] = ACTIONS(160), + [aux_sym_input_expression_token1] = ACTIONS(160), + [anon_sym_PLUS] = ACTIONS(160), + [anon_sym_DASH] = ACTIONS(160), + [aux_sym__multiplicative_operator_token1] = ACTIONS(160), + [aux_sym__multiplicative_operator_token2] = ACTIONS(160), + [anon_sym_LT] = ACTIONS(160), + [anon_sym_LT_EQ] = ACTIONS(160), + [anon_sym_LT_GT] = ACTIONS(160), + [anon_sym_GT] = ACTIONS(160), + [anon_sym_GT_EQ] = ACTIONS(160), + [aux_sym__comparison_operator_token1] = ACTIONS(160), + [aux_sym__comparison_operator_token2] = ACTIONS(160), + [aux_sym__comparison_operator_token3] = ACTIONS(160), + [aux_sym__comparison_operator_token4] = ACTIONS(160), + [aux_sym__comparison_operator_token5] = ACTIONS(160), + [aux_sym__comparison_operator_token6] = ACTIONS(160), + [aux_sym__comparison_operator_token7] = ACTIONS(160), + [aux_sym__comparison_operator_token8] = ACTIONS(160), + [aux_sym__comparison_operator_token9] = ACTIONS(160), + [aux_sym_scope_tuning_token1] = ACTIONS(160), + [aux_sym_if_statement_token1] = ACTIONS(160), + [aux_sym_while_phrase_token1] = ACTIONS(160), + [aux_sym_on_error_phrase_token1] = ACTIONS(160), + [aux_sym_stop_after_phrase_token1] = ACTIONS(160), + [aux_sym_do_tuning_token1] = ACTIONS(160), + [aux_sym_to_phrase_token1] = ACTIONS(160), + [aux_sym_sort_order_token1] = ACTIONS(160), + [aux_sym_sort_order_token2] = ACTIONS(160), + [aux_sym_sort_order_token3] = ACTIONS(160), + [aux_sym_sort_order_token4] = ACTIONS(160), + [aux_sym_sort_clause_token1] = ACTIONS(160), + [aux_sym_can_find_expression_token1] = ACTIONS(160), + [aux_sym_accumulate_expression_token1] = ACTIONS(160), + [aux_sym_available_expression_token1] = ACTIONS(160), + [aux_sym_available_expression_token2] = ACTIONS(160), + [sym__namedot] = ACTIONS(1580), + [sym__or_operator] = ACTIONS(158), + [sym__and_operator] = ACTIONS(158), + [sym__escaped_string] = ACTIONS(158), + }, + [367] = { + [sym_comment] = STATE(367), + [sym_include] = STATE(367), + [sym_identifier] = ACTIONS(131), + [anon_sym_COLON] = ACTIONS(131), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_STAR] = ACTIONS(131), + [sym_null_expression] = ACTIONS(131), + [aux_sym_boolean_literal_token1] = ACTIONS(131), + [aux_sym_boolean_literal_token2] = ACTIONS(131), + [aux_sym_boolean_literal_token3] = ACTIONS(131), + [aux_sym_boolean_literal_token4] = ACTIONS(131), + [sym__integer_literal] = ACTIONS(131), + [sym_date_literal] = ACTIONS(131), + [anon_sym_LBRACK] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_EQ] = ACTIONS(131), + [aux_sym_unary_expression_token1] = ACTIONS(131), + [aux_sym_unary_expression_token2] = ACTIONS(131), + [aux_sym_ambiguous_expression_token1] = ACTIONS(131), + [aux_sym_temp_table_expression_token1] = ACTIONS(131), + [aux_sym_current_changed_expression_token1] = ACTIONS(131), + [aux_sym_locked_expression_token1] = ACTIONS(131), + [aux_sym_dataset_expression_token1] = ACTIONS(131), + [aux_sym_input_expression_token1] = ACTIONS(131), + [anon_sym_PLUS] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(131), + [aux_sym__multiplicative_operator_token1] = ACTIONS(131), + [aux_sym__multiplicative_operator_token2] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(131), + [anon_sym_LT_EQ] = ACTIONS(131), + [anon_sym_LT_GT] = ACTIONS(131), + [anon_sym_GT] = ACTIONS(131), + [anon_sym_GT_EQ] = ACTIONS(131), + [aux_sym__comparison_operator_token1] = ACTIONS(131), + [aux_sym__comparison_operator_token2] = ACTIONS(131), + [aux_sym__comparison_operator_token3] = ACTIONS(131), + [aux_sym__comparison_operator_token4] = ACTIONS(131), + [aux_sym__comparison_operator_token5] = ACTIONS(131), + [aux_sym__comparison_operator_token6] = ACTIONS(131), + [aux_sym__comparison_operator_token7] = ACTIONS(131), + [aux_sym__comparison_operator_token8] = ACTIONS(131), + [aux_sym__comparison_operator_token9] = ACTIONS(131), + [aux_sym_scope_tuning_token1] = ACTIONS(131), + [aux_sym_if_statement_token1] = ACTIONS(131), + [aux_sym_while_phrase_token1] = ACTIONS(131), + [aux_sym_repeat_tuning_token1] = ACTIONS(131), + [anon_sym_NO_DASHERROR] = ACTIONS(131), + [aux_sym_on_error_phrase_token1] = ACTIONS(131), + [aux_sym_to_phrase_token1] = ACTIONS(131), + [aux_sym_sort_order_token1] = ACTIONS(131), + [aux_sym_sort_order_token2] = ACTIONS(131), + [aux_sym_sort_order_token3] = ACTIONS(131), + [aux_sym_sort_order_token4] = ACTIONS(131), + [aux_sym_sort_clause_token1] = ACTIONS(131), + [aux_sym_can_find_expression_token1] = ACTIONS(131), + [aux_sym_accumulate_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token1] = ACTIONS(131), + [aux_sym_available_expression_token2] = ACTIONS(131), + [sym__namecolon] = ACTIONS(129), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), + [sym__escaped_string] = ACTIONS(129), + }, + [368] = { + [sym_comment] = STATE(368), + [sym_include] = STATE(368), + [sym_identifier] = ACTIONS(170), + [anon_sym_COLON] = ACTIONS(170), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(170), + [anon_sym_LBRACE] = ACTIONS(170), + [anon_sym_STAR] = ACTIONS(170), + [sym_null_expression] = ACTIONS(170), + [aux_sym_boolean_literal_token1] = ACTIONS(170), + [aux_sym_boolean_literal_token2] = ACTIONS(170), + [aux_sym_boolean_literal_token3] = ACTIONS(170), + [aux_sym_boolean_literal_token4] = ACTIONS(170), + [sym__integer_literal] = ACTIONS(170), + [sym_date_literal] = ACTIONS(170), + [anon_sym_LBRACK] = ACTIONS(170), + [anon_sym_LPAREN] = ACTIONS(170), + [anon_sym_EQ] = ACTIONS(170), + [aux_sym_unary_expression_token1] = ACTIONS(170), + [aux_sym_unary_expression_token2] = ACTIONS(170), + [aux_sym_ambiguous_expression_token1] = ACTIONS(170), + [aux_sym_temp_table_expression_token1] = ACTIONS(170), + [aux_sym_current_changed_expression_token1] = ACTIONS(170), + [aux_sym_locked_expression_token1] = ACTIONS(170), + [aux_sym_dataset_expression_token1] = ACTIONS(170), + [aux_sym_input_expression_token1] = ACTIONS(170), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [aux_sym__multiplicative_operator_token1] = ACTIONS(170), + [aux_sym__multiplicative_operator_token2] = ACTIONS(170), + [anon_sym_LT] = ACTIONS(170), + [anon_sym_LT_EQ] = ACTIONS(170), + [anon_sym_LT_GT] = ACTIONS(170), + [anon_sym_GT] = ACTIONS(170), + [anon_sym_GT_EQ] = ACTIONS(170), + [aux_sym__comparison_operator_token1] = ACTIONS(170), + [aux_sym__comparison_operator_token2] = ACTIONS(170), + [aux_sym__comparison_operator_token3] = ACTIONS(170), + [aux_sym__comparison_operator_token4] = ACTIONS(170), + [aux_sym__comparison_operator_token5] = ACTIONS(170), + [aux_sym__comparison_operator_token6] = ACTIONS(170), + [aux_sym__comparison_operator_token7] = ACTIONS(170), + [aux_sym__comparison_operator_token8] = ACTIONS(170), + [aux_sym__comparison_operator_token9] = ACTIONS(170), + [aux_sym_scope_tuning_token1] = ACTIONS(170), + [aux_sym_if_statement_token1] = ACTIONS(170), + [aux_sym_while_phrase_token1] = ACTIONS(170), + [aux_sym_on_error_phrase_token1] = ACTIONS(170), + [aux_sym_stop_after_phrase_token1] = ACTIONS(170), + [aux_sym_do_tuning_token1] = ACTIONS(170), + [aux_sym_to_phrase_token1] = ACTIONS(170), + [aux_sym_sort_order_token1] = ACTIONS(170), + [aux_sym_sort_order_token2] = ACTIONS(170), + [aux_sym_sort_order_token3] = ACTIONS(170), + [aux_sym_sort_order_token4] = ACTIONS(170), + [aux_sym_sort_clause_token1] = ACTIONS(170), + [aux_sym_can_find_expression_token1] = ACTIONS(170), + [aux_sym_accumulate_expression_token1] = ACTIONS(170), + [aux_sym_available_expression_token1] = ACTIONS(170), + [aux_sym_available_expression_token2] = ACTIONS(170), + [sym__namedoublecolon] = ACTIONS(168), + [sym__or_operator] = ACTIONS(168), + [sym__and_operator] = ACTIONS(168), + [sym__escaped_string] = ACTIONS(168), + }, + [369] = { + [sym_comment] = STATE(369), + [sym_qualified_name] = STATE(451), + [sym_include] = STATE(369), + [sym_identifier] = ACTIONS(1582), + [anon_sym_COLON] = ACTIONS(1480), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1480), + [sym_null_expression] = ACTIONS(1480), + [aux_sym_boolean_literal_token1] = ACTIONS(1480), + [aux_sym_boolean_literal_token2] = ACTIONS(1480), + [aux_sym_boolean_literal_token3] = ACTIONS(1480), + [aux_sym_boolean_literal_token4] = ACTIONS(1480), + [sym__integer_literal] = ACTIONS(1480), + [sym_date_literal] = ACTIONS(1480), + [anon_sym_LBRACK] = ACTIONS(1480), + [anon_sym_LPAREN] = ACTIONS(1480), + [anon_sym_EQ] = ACTIONS(1480), + [aux_sym_unary_expression_token1] = ACTIONS(1480), + [aux_sym_unary_expression_token2] = ACTIONS(1480), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1480), + [aux_sym_temp_table_expression_token1] = ACTIONS(1480), + [aux_sym_current_changed_expression_token1] = ACTIONS(1480), + [aux_sym_locked_expression_token1] = ACTIONS(1480), + [aux_sym_dataset_expression_token1] = ACTIONS(1480), + [aux_sym_input_expression_token1] = ACTIONS(1480), + [aux_sym_input_expression_token2] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_DASH] = ACTIONS(1480), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1480), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1480), + [anon_sym_LT] = ACTIONS(1480), + [anon_sym_LT_EQ] = ACTIONS(1480), + [anon_sym_LT_GT] = ACTIONS(1480), + [anon_sym_GT] = ACTIONS(1480), + [anon_sym_GT_EQ] = ACTIONS(1480), + [aux_sym__comparison_operator_token1] = ACTIONS(1480), + [aux_sym__comparison_operator_token2] = ACTIONS(1480), + [aux_sym__comparison_operator_token3] = ACTIONS(1480), + [aux_sym__comparison_operator_token4] = ACTIONS(1480), + [aux_sym__comparison_operator_token5] = ACTIONS(1480), + [aux_sym__comparison_operator_token6] = ACTIONS(1480), + [aux_sym__comparison_operator_token7] = ACTIONS(1480), + [aux_sym__comparison_operator_token8] = ACTIONS(1480), + [aux_sym__comparison_operator_token9] = ACTIONS(1480), + [aux_sym_scope_tuning_token1] = ACTIONS(1480), + [aux_sym_if_statement_token1] = ACTIONS(1480), + [aux_sym_while_phrase_token1] = ACTIONS(1480), + [aux_sym_repeat_tuning_token1] = ACTIONS(1480), + [aux_sym_on_error_phrase_token1] = ACTIONS(1480), + [aux_sym_to_phrase_token1] = ACTIONS(1480), + [aux_sym_sort_order_token1] = ACTIONS(1480), + [aux_sym_sort_order_token2] = ACTIONS(1480), + [aux_sym_sort_order_token3] = ACTIONS(1480), + [aux_sym_sort_order_token4] = ACTIONS(1480), + [aux_sym_sort_clause_token1] = ACTIONS(1480), + [aux_sym_can_find_expression_token1] = ACTIONS(1480), + [aux_sym_accumulate_expression_token1] = ACTIONS(1480), + [aux_sym_available_expression_token1] = ACTIONS(1480), + [aux_sym_available_expression_token2] = ACTIONS(1480), + [sym__or_operator] = ACTIONS(1484), + [sym__and_operator] = ACTIONS(1484), + [sym__escaped_string] = ACTIONS(1484), + }, +}; + +static const uint16_t ts_small_parse_table[] = { + [0] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1135), 1, + sym__namedot, + STATE(387), 1, + aux_sym_qualified_name_repeat1, + STATE(370), 2, + sym_comment, + sym_include, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [79] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(371), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [154] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(372), 2, + sym_comment, + sym_include, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [229] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(373), 2, + sym_comment, + sym_include, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [304] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1139), 1, + sym__namedoublecolon, + STATE(413), 1, + aux_sym_member_access_repeat1, + STATE(374), 2, + sym_comment, + sym_include, + ACTIONS(125), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(127), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [383] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(908), 1, + anon_sym_LBRACK, + ACTIONS(910), 1, + anon_sym_LPAREN, + STATE(350), 1, + sym_function_arguments, + STATE(375), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 54, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [464] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(376), 2, + sym_comment, + sym_include, + ACTIONS(176), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(178), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [539] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1587), 1, + aux_sym_function_call_token1, + STATE(377), 2, + sym_comment, + sym_include, + ACTIONS(148), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(150), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [616] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1137), 1, + sym__namecolon, + STATE(394), 1, + aux_sym_object_access_repeat1, + STATE(378), 2, + sym_comment, + sym_include, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [695] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(379), 2, + sym_comment, + sym_include, + ACTIONS(172), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(174), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [770] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1137), 1, + sym__namecolon, + STATE(394), 1, + aux_sym_object_access_repeat1, + STATE(380), 2, + sym_comment, + sym_include, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [849] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1137), 1, + sym__namecolon, + STATE(394), 1, + aux_sym_object_access_repeat1, + STATE(381), 2, + sym_comment, + sym_include, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [928] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1589), 1, + sym__namedot, + STATE(382), 2, + sym_comment, + sym_include, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1005] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1591), 1, + sym_identifier, + STATE(444), 1, + sym_qualified_name, + STATE(383), 2, + sym_comment, + sym_include, + ACTIONS(1503), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1501), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1084] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(384), 2, + sym_comment, + sym_include, + ACTIONS(188), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(190), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1159] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(385), 2, + sym_comment, + sym_include, + ACTIONS(168), 4, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(170), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1234] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(386), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1309] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1135), 1, + sym__namedot, + STATE(402), 1, + aux_sym_qualified_name_repeat1, + STATE(387), 2, + sym_comment, + sym_include, + ACTIONS(102), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(104), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1388] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(388), 2, + sym_comment, + sym_include, + ACTIONS(164), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(166), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1463] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(389), 2, + sym_comment, + sym_include, + ACTIONS(204), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(206), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1538] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(390), 2, + sym_comment, + sym_include, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1613] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(391), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(250), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [1702] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1342), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(392), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1340), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [1793] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(393), 2, + sym_comment, + sym_include, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1868] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1594), 1, + sym__namecolon, + ACTIONS(95), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(394), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(97), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [1945] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(395), 2, + sym_comment, + sym_include, + ACTIONS(252), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(254), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [2020] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1346), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(396), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1344), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [2111] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1597), 1, + anon_sym_NO_DASHERROR, + STATE(397), 2, + sym_comment, + sym_include, + ACTIONS(599), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(601), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [2188] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1350), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(398), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1348), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [2279] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1322), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(399), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1320), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [2370] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1599), 1, + sym_identifier, + ACTIONS(1602), 1, + aux_sym_input_expression_token2, + STATE(540), 1, + sym_qualified_name, + STATE(400), 2, + sym_comment, + sym_include, + ACTIONS(1484), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1480), 54, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [2451] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1314), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(401), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1312), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [2542] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1604), 1, + sym__namedot, + ACTIONS(106), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(402), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [2619] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1318), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(403), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1316), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [2710] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1135), 1, + sym__namedot, + STATE(387), 1, + aux_sym_qualified_name_repeat1, + STATE(404), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [2789] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(405), 2, + sym_comment, + sym_include, + ACTIONS(240), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(242), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [2864] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(406), 2, + sym_comment, + sym_include, + ACTIONS(208), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(210), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [2939] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(407), 2, + sym_comment, + sym_include, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(234), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [3014] = 34, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1641), 1, + aux_sym_if_statement_token2, + ACTIONS(1643), 1, + aux_sym_case_conditon_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(440), 1, + aux_sym_case_when_branch_repeat1, + STATE(1327), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + STATE(3709), 1, + sym_case_conditon, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(408), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [3147] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(409), 2, + sym_comment, + sym_include, + ACTIONS(180), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(182), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [3222] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1330), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(410), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1328), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [3313] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + STATE(411), 2, + sym_comment, + sym_include, + ACTIONS(1326), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 49, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [3398] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(910), 1, + anon_sym_LPAREN, + STATE(350), 1, + sym_function_arguments, + STATE(412), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [3477] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1653), 1, + sym__namedoublecolon, + ACTIONS(141), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(413), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(143), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [3554] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + STATE(414), 2, + sym_comment, + sym_include, + ACTIONS(1310), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1308), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [3637] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(415), 2, + sym_comment, + sym_include, + ACTIONS(1262), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1260), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [3726] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(416), 2, + sym_comment, + sym_include, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(218), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [3801] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(417), 2, + sym_comment, + sym_include, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [3876] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(418), 2, + sym_comment, + sym_include, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [3951] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(419), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(250), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4026] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(420), 2, + sym_comment, + sym_include, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4101] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1137), 1, + sym__namecolon, + STATE(380), 1, + aux_sym_object_access_repeat1, + STATE(421), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4180] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(422), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4255] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1258), 1, + sym__escaped_string, + STATE(633), 1, + sym__comparison_operator, + STATE(635), 1, + sym__multiplicative_operator, + STATE(636), 1, + sym__additive_operator, + STATE(637), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(423), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1256), 32, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [4346] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(424), 2, + sym_comment, + sym_include, + ACTIONS(220), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(222), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4421] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(425), 2, + sym_comment, + sym_include, + ACTIONS(113), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(115), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4496] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(426), 2, + sym_comment, + sym_include, + ACTIONS(228), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(230), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4571] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1137), 1, + sym__namecolon, + STATE(380), 1, + aux_sym_object_access_repeat1, + STATE(427), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4650] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(428), 2, + sym_comment, + sym_include, + ACTIONS(184), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(186), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4725] = 33, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1656), 1, + sym_identifier, + ACTIONS(1659), 1, + anon_sym_LBRACE, + ACTIONS(1668), 1, + sym__integer_literal, + ACTIONS(1671), 1, + anon_sym_LBRACK, + ACTIONS(1674), 1, + anon_sym_LPAREN, + ACTIONS(1677), 1, + aux_sym_unary_expression_token1, + ACTIONS(1680), 1, + aux_sym_unary_expression_token2, + ACTIONS(1683), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1686), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1692), 1, + aux_sym_locked_expression_token1, + ACTIONS(1695), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1698), 1, + aux_sym_input_expression_token1, + ACTIONS(1701), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1704), 1, + aux_sym_if_statement_token1, + ACTIONS(1707), 1, + aux_sym_if_statement_token2, + ACTIONS(1709), 1, + aux_sym_case_conditon_token1, + ACTIONS(1712), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1721), 1, + sym__escaped_string, + STATE(1327), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + STATE(3709), 1, + sym_case_conditon, + ACTIONS(1662), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1718), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + STATE(429), 3, + sym_comment, + sym_include, + aux_sym_case_when_branch_repeat1, + ACTIONS(1665), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [4856] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(430), 2, + sym_comment, + sym_include, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4931] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(431), 2, + sym_comment, + sym_include, + ACTIONS(154), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(156), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5006] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(432), 2, + sym_comment, + sym_include, + ACTIONS(192), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(194), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5081] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(433), 2, + sym_comment, + sym_include, + ACTIONS(196), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(198), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5156] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(1728), 1, + aux_sym_input_expression_token2, + ACTIONS(1730), 1, + sym__escaped_string, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(434), 2, + sym_comment, + sym_include, + ACTIONS(1480), 27, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(1726), 27, + anon_sym_LBRACE, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + aux_sym_function_call_argument_token3, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5241] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(435), 2, + sym_comment, + sym_include, + ACTIONS(200), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(202), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5316] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(436), 2, + sym_comment, + sym_include, + ACTIONS(244), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(246), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5391] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(437), 2, + sym_comment, + sym_include, + ACTIONS(212), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(214), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5466] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(438), 2, + sym_comment, + sym_include, + ACTIONS(106), 4, + sym__namedot, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(108), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5541] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(439), 2, + sym_comment, + sym_include, + ACTIONS(224), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(226), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5616] = 34, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1643), 1, + aux_sym_case_conditon_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + ACTIONS(1732), 1, + aux_sym_if_statement_token2, + STATE(429), 1, + aux_sym_case_when_branch_repeat1, + STATE(1327), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + STATE(3709), 1, + sym_case_conditon, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(440), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [5749] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(441), 2, + sym_comment, + sym_include, + ACTIONS(236), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(238), 57, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5824] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(442), 2, + sym_comment, + sym_include, + ACTIONS(240), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(242), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5898] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1734), 1, + sym_identifier, + STATE(495), 1, + sym_qualified_name, + STATE(443), 2, + sym_comment, + sym_include, + ACTIONS(1503), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1501), 54, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [5976] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(444), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6050] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(445), 2, + sym_comment, + sym_include, + ACTIONS(196), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(198), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6124] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(446), 2, + sym_comment, + sym_include, + ACTIONS(168), 4, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(170), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6198] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(447), 2, + sym_comment, + sym_include, + ACTIONS(172), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(174), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6272] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(448), 2, + sym_comment, + sym_include, + ACTIONS(208), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(210), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6346] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(449), 2, + sym_comment, + sym_include, + ACTIONS(212), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(214), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6420] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(450), 2, + sym_comment, + sym_include, + ACTIONS(204), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(206), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6494] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(451), 2, + sym_comment, + sym_include, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6568] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(452), 2, + sym_comment, + sym_include, + ACTIONS(200), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(202), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6642] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(453), 2, + sym_comment, + sym_include, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6716] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(454), 2, + sym_comment, + sym_include, + ACTIONS(188), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(190), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6790] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(455), 2, + sym_comment, + sym_include, + ACTIONS(180), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(182), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [6864] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(1737), 1, + sym_identifier, + ACTIONS(1739), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + STATE(46), 1, + sym__decimal_literal, + STATE(1860), 1, + sym_object_access, + STATE(1961), 1, + sym__expression, + STATE(1981), 1, + sym_qualified_name, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(456), 2, + sym_comment, + sym_include, + ACTIONS(1743), 3, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + aux_sym_function_call_argument_token3, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 20, + sym_constant, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [6992] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(457), 2, + sym_comment, + sym_include, + ACTIONS(224), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(226), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7066] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1745), 1, + sym__namedot, + STATE(458), 2, + sym_comment, + sym_include, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7142] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(459), 2, + sym_comment, + sym_include, + ACTIONS(244), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(246), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7216] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(460), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7290] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(104), 1, + aux_sym_variable_tuning_token2, + ACTIONS(1747), 1, + sym__namedot, + STATE(478), 1, + aux_sym_qualified_name_repeat1, + STATE(461), 2, + sym_comment, + sym_include, + ACTIONS(102), 55, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_unary_expression_token2, + aux_sym_input_expression_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_serialization_tuning_token1, + aux_sym_function_call_token1, + aux_sym_property_type_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_tuning_token1, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + aux_sym_using_statement_token1, + aux_sym_using_statement_token2, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + aux_sym_using_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + aux_sym_prompt_for_statement_token2, + [7370] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(462), 2, + sym_comment, + sym_include, + ACTIONS(113), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(115), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7444] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(463), 2, + sym_comment, + sym_include, + ACTIONS(228), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(230), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7518] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(464), 2, + sym_comment, + sym_include, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(218), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7592] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(465), 2, + sym_comment, + sym_include, + ACTIONS(184), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(186), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7666] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(466), 2, + sym_comment, + sym_include, + ACTIONS(164), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(166), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7740] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(467), 2, + sym_comment, + sym_include, + ACTIONS(106), 4, + sym__namedot, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(108), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7814] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(468), 2, + sym_comment, + sym_include, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(234), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7888] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1133), 1, + anon_sym_LPAREN, + STATE(377), 1, + sym_function_arguments, + STATE(469), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 54, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [7966] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(470), 2, + sym_comment, + sym_include, + ACTIONS(252), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(254), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8040] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(471), 2, + sym_comment, + sym_include, + ACTIONS(220), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(222), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8114] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(472), 2, + sym_comment, + sym_include, + ACTIONS(154), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(156), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8188] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(473), 2, + sym_comment, + sym_include, + ACTIONS(236), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(238), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8262] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(474), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8336] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(475), 2, + sym_comment, + sym_include, + ACTIONS(176), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(178), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8410] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(476), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(250), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8484] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1131), 1, + anon_sym_LBRACK, + ACTIONS(1133), 1, + anon_sym_LPAREN, + STATE(377), 1, + sym_function_arguments, + STATE(477), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 53, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8564] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(108), 1, + aux_sym_variable_tuning_token2, + ACTIONS(1749), 1, + sym__namedot, + STATE(478), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(106), 55, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_unary_expression_token2, + aux_sym_input_expression_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_serialization_tuning_token1, + aux_sym_function_call_token1, + aux_sym_property_type_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_tuning_token1, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + aux_sym_using_statement_token1, + aux_sym_using_statement_token2, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + aux_sym_using_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + aux_sym_prompt_for_statement_token2, + [8642] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(479), 2, + sym_comment, + sym_include, + ACTIONS(192), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(194), 56, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8716] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1752), 1, + anon_sym_LBRACK, + ACTIONS(1754), 1, + anon_sym_LPAREN, + ACTIONS(1756), 1, + sym__namedot, + ACTIONS(1758), 1, + sym__namecolon, + ACTIONS(1760), 1, + sym__namedoublecolon, + STATE(1348), 1, + aux_sym_object_access_repeat1, + STATE(1349), 1, + aux_sym_member_access_repeat1, + STATE(1350), 1, + aux_sym_qualified_name_repeat1, + STATE(1360), 1, + sym_function_arguments, + STATE(480), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 46, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [8807] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1398), 1, + sym__namedot, + STATE(497), 1, + aux_sym_qualified_name_repeat1, + STATE(481), 2, + sym_comment, + sym_include, + ACTIONS(102), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(104), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [8884] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1398), 1, + sym__namedot, + STATE(481), 1, + aux_sym_qualified_name_repeat1, + STATE(482), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [8961] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(274), 1, + sym__expression, + STATE(275), 1, + aux_sym_sort_clause_repeat1, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + STATE(2592), 1, + sym_sort_column, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(483), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [9088] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, + sym__integer_literal, + ACTIONS(1362), 1, + anon_sym_LBRACK, + ACTIONS(1364), 1, + anon_sym_LPAREN, + ACTIONS(1366), 1, + aux_sym_unary_expression_token1, + ACTIONS(1368), 1, + aux_sym_unary_expression_token2, + ACTIONS(1370), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1372), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1374), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1376), 1, + aux_sym_locked_expression_token1, + ACTIONS(1378), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1380), 1, + aux_sym_input_expression_token1, + ACTIONS(1382), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, + aux_sym_if_statement_token1, + ACTIONS(1386), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(282), 1, + aux_sym_sort_clause_repeat1, + STATE(291), 1, + sym__expression, + STATE(477), 1, + sym_object_access, + STATE(532), 1, + sym__decimal_literal, + STATE(3169), 1, + sym_sort_column, + ACTIONS(1356), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1390), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(421), 2, + sym_function_call, + sym_new_expression, + STATE(484), 2, + sym_comment, + sym_include, + ACTIONS(1358), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(494), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(507), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [9215] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(485), 2, + sym_comment, + sym_include, + ACTIONS(240), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(242), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [9288] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(486), 2, + sym_comment, + sym_include, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 54, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [9361] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1766), 1, + sym_identifier, + ACTIONS(1769), 1, + aux_sym_input_expression_token2, + STATE(1191), 1, + sym_qualified_name, + STATE(487), 2, + sym_comment, + sym_include, + ACTIONS(1484), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1480), 52, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [9440] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(488), 2, + sym_comment, + sym_include, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 54, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [9513] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(489), 2, + sym_comment, + sym_include, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 54, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [9586] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(490), 2, + sym_comment, + sym_include, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 54, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [9659] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(108), 1, + aux_sym_variable_tuning_token2, + STATE(491), 2, + sym_comment, + sym_include, + ACTIONS(106), 56, + sym__namedot, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_unary_expression_token2, + aux_sym_input_expression_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_serialization_tuning_token1, + aux_sym_function_call_token1, + aux_sym_property_type_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_tuning_token1, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + aux_sym_using_statement_token1, + aux_sym_using_statement_token2, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + aux_sym_using_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + aux_sym_prompt_for_statement_token2, + [9734] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(492), 2, + sym_comment, + sym_include, + ACTIONS(252), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(254), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [9807] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(493), 2, + sym_comment, + sym_include, + ACTIONS(176), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(178), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [9880] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(494), 2, + sym_comment, + sym_include, + ACTIONS(224), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(226), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [9953] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(495), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10026] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(496), 2, + sym_comment, + sym_include, + ACTIONS(208), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(210), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10099] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1771), 1, + sym__namedot, + ACTIONS(106), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(497), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [10174] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(498), 2, + sym_comment, + sym_include, + ACTIONS(180), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(182), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10247] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(499), 2, + sym_comment, + sym_include, + ACTIONS(236), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(238), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10320] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(256), 1, + aux_sym_sort_clause_repeat1, + STATE(274), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + STATE(2592), 1, + sym_sort_column, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(500), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [10447] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(501), 2, + sym_comment, + sym_include, + ACTIONS(212), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(214), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10520] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1398), 1, + sym__namedot, + STATE(481), 1, + aux_sym_qualified_name_repeat1, + STATE(502), 2, + sym_comment, + sym_include, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [10597] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(503), 2, + sym_comment, + sym_include, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 54, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [10670] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(504), 2, + sym_comment, + sym_include, + ACTIONS(220), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(222), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10743] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(505), 2, + sym_comment, + sym_include, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(218), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10816] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(506), 2, + sym_comment, + sym_include, + ACTIONS(244), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(246), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10889] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(507), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [10962] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(508), 2, + sym_comment, + sym_include, + ACTIONS(228), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(230), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [11035] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1774), 1, + sym_identifier, + ACTIONS(1777), 1, + anon_sym_LBRACE, + ACTIONS(1780), 1, + sym__terminator, + ACTIONS(1788), 1, + sym__integer_literal, + ACTIONS(1791), 1, + anon_sym_LBRACK, + ACTIONS(1794), 1, + anon_sym_LPAREN, + ACTIONS(1797), 1, + aux_sym_unary_expression_token1, + ACTIONS(1800), 1, + aux_sym_unary_expression_token2, + ACTIONS(1803), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1806), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1809), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1812), 1, + aux_sym_locked_expression_token1, + ACTIONS(1815), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1818), 1, + aux_sym_input_expression_token1, + ACTIONS(1821), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1824), 1, + aux_sym_if_statement_token1, + ACTIONS(1827), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1830), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1836), 1, + sym__escaped_string, + STATE(1334), 1, + sym__expression, + STATE(1414), 1, + sym_object_access, + STATE(1456), 1, + sym__decimal_literal, + ACTIONS(1782), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1833), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + STATE(509), 3, + sym_comment, + sym_include, + aux_sym_abl_statement_repeat1, + ACTIONS(1785), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1469), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1454), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [11160] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(831), 1, + sym_identifier, + ACTIONS(835), 1, + anon_sym_LBRACE, + ACTIONS(843), 1, + sym__integer_literal, + ACTIONS(851), 1, + aux_sym_unary_expression_token1, + ACTIONS(853), 1, + aux_sym_unary_expression_token2, + ACTIONS(855), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(857), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(859), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(861), 1, + aux_sym_locked_expression_token1, + ACTIONS(863), 1, + aux_sym_dataset_expression_token1, + ACTIONS(865), 1, + aux_sym_input_expression_token1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, + aux_sym_if_statement_token1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1839), 1, + sym__terminator, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(509), 1, + aux_sym_abl_statement_repeat1, + STATE(1334), 1, + sym__expression, + STATE(1414), 1, + sym_object_access, + STATE(1456), 1, + sym__decimal_literal, + ACTIONS(839), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(875), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(510), 2, + sym_comment, + sym_include, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1469), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1454), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [11287] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(511), 2, + sym_comment, + sym_include, + ACTIONS(192), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(194), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [11360] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1402), 1, + sym__namedoublecolon, + STATE(521), 1, + aux_sym_member_access_repeat1, + STATE(512), 2, + sym_comment, + sym_include, + ACTIONS(125), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(127), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [11437] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(831), 1, + sym_identifier, + ACTIONS(835), 1, + anon_sym_LBRACE, + ACTIONS(843), 1, + sym__integer_literal, + ACTIONS(851), 1, + aux_sym_unary_expression_token1, + ACTIONS(853), 1, + aux_sym_unary_expression_token2, + ACTIONS(855), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(857), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(859), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(861), 1, + aux_sym_locked_expression_token1, + ACTIONS(863), 1, + aux_sym_dataset_expression_token1, + ACTIONS(865), 1, + aux_sym_input_expression_token1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, + aux_sym_if_statement_token1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + ACTIONS(1845), 1, + sym__terminator, + STATE(509), 1, + aux_sym_abl_statement_repeat1, + STATE(1334), 1, + sym__expression, + STATE(1414), 1, + sym_object_access, + STATE(1456), 1, + sym__decimal_literal, + ACTIONS(839), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(875), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(513), 2, + sym_comment, + sym_include, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1469), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1454), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [11564] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(207), 1, + aux_sym_sort_clause_repeat1, + STATE(208), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + STATE(2275), 1, + sym_sort_column, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(514), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [11691] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1400), 1, + sym__namecolon, + STATE(528), 1, + aux_sym_object_access_repeat1, + STATE(515), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [11768] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(516), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [11841] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, + sym__integer_literal, + ACTIONS(1362), 1, + anon_sym_LBRACK, + ACTIONS(1364), 1, + anon_sym_LPAREN, + ACTIONS(1366), 1, + aux_sym_unary_expression_token1, + ACTIONS(1368), 1, + aux_sym_unary_expression_token2, + ACTIONS(1370), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1372), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1374), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1376), 1, + aux_sym_locked_expression_token1, + ACTIONS(1378), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1380), 1, + aux_sym_input_expression_token1, + ACTIONS(1382), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, + aux_sym_if_statement_token1, + ACTIONS(1386), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(290), 1, + aux_sym_sort_clause_repeat1, + STATE(291), 1, + sym__expression, + STATE(477), 1, + sym_object_access, + STATE(532), 1, + sym__decimal_literal, + STATE(3169), 1, + sym_sort_column, + ACTIONS(1356), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1390), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(421), 2, + sym_function_call, + sym_new_expression, + STATE(517), 2, + sym_comment, + sym_include, + ACTIONS(1358), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(494), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(507), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [11968] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(518), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(250), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [12041] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(205), 1, + aux_sym_sort_clause_repeat1, + STATE(208), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + STATE(2275), 1, + sym_sort_column, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(519), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [12168] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1400), 1, + sym__namecolon, + STATE(528), 1, + aux_sym_object_access_repeat1, + STATE(520), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [12245] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1851), 1, + sym__namedoublecolon, + ACTIONS(141), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(521), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(143), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [12320] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1854), 1, + aux_sym_function_call_token1, + STATE(522), 2, + sym_comment, + sym_include, + ACTIONS(148), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(150), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [12395] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1400), 1, + sym__namecolon, + STATE(535), 1, + aux_sym_object_access_repeat1, + STATE(523), 2, + sym_comment, + sym_include, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [12472] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(524), 2, + sym_comment, + sym_include, + ACTIONS(196), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(198), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [12545] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(525), 2, + sym_comment, + sym_include, + ACTIONS(200), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(202), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [12618] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(526), 2, + sym_comment, + sym_include, + ACTIONS(172), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(174), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [12691] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(527), 2, + sym_comment, + sym_include, + ACTIONS(188), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(190), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [12764] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1400), 1, + sym__namecolon, + STATE(535), 1, + aux_sym_object_access_repeat1, + STATE(528), 2, + sym_comment, + sym_include, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [12841] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1400), 1, + sym__namecolon, + STATE(535), 1, + aux_sym_object_access_repeat1, + STATE(529), 2, + sym_comment, + sym_include, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [12918] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(831), 1, + sym_identifier, + ACTIONS(835), 1, + anon_sym_LBRACE, + ACTIONS(843), 1, + sym__integer_literal, + ACTIONS(851), 1, + aux_sym_unary_expression_token1, + ACTIONS(853), 1, + aux_sym_unary_expression_token2, + ACTIONS(855), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(857), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(859), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(861), 1, + aux_sym_locked_expression_token1, + ACTIONS(863), 1, + aux_sym_dataset_expression_token1, + ACTIONS(865), 1, + aux_sym_input_expression_token1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, + aux_sym_if_statement_token1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + ACTIONS(1856), 1, + sym__terminator, + STATE(509), 1, + aux_sym_abl_statement_repeat1, + STATE(1334), 1, + sym__expression, + STATE(1414), 1, + sym_object_access, + STATE(1456), 1, + sym__decimal_literal, + ACTIONS(839), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(875), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(530), 2, + sym_comment, + sym_include, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1469), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1454), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [13045] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1754), 1, + anon_sym_LPAREN, + ACTIONS(1756), 1, + sym__namedot, + ACTIONS(1758), 1, + sym__namecolon, + ACTIONS(1760), 1, + sym__namedoublecolon, + STATE(1348), 1, + aux_sym_object_access_repeat1, + STATE(1349), 1, + aux_sym_member_access_repeat1, + STATE(1350), 1, + aux_sym_qualified_name_repeat1, + STATE(1360), 1, + sym_function_arguments, + STATE(531), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [13134] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(532), 2, + sym_comment, + sym_include, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [13207] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(533), 2, + sym_comment, + sym_include, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(234), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [13280] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(831), 1, + sym_identifier, + ACTIONS(835), 1, + anon_sym_LBRACE, + ACTIONS(843), 1, + sym__integer_literal, + ACTIONS(851), 1, + aux_sym_unary_expression_token1, + ACTIONS(853), 1, + aux_sym_unary_expression_token2, + ACTIONS(855), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(857), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(859), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(861), 1, + aux_sym_locked_expression_token1, + ACTIONS(863), 1, + aux_sym_dataset_expression_token1, + ACTIONS(865), 1, + aux_sym_input_expression_token1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, + aux_sym_if_statement_token1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + ACTIONS(1858), 1, + sym__terminator, + STATE(509), 1, + aux_sym_abl_statement_repeat1, + STATE(1334), 1, + sym__expression, + STATE(1414), 1, + sym_object_access, + STATE(1456), 1, + sym__decimal_literal, + ACTIONS(839), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(875), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(534), 2, + sym_comment, + sym_include, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1469), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1454), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [13407] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1860), 1, + sym__namecolon, + ACTIONS(95), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(535), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(97), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [13482] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(536), 2, + sym_comment, + sym_include, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 54, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [13555] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(831), 1, + sym_identifier, + ACTIONS(835), 1, + anon_sym_LBRACE, + ACTIONS(843), 1, + sym__integer_literal, + ACTIONS(851), 1, + aux_sym_unary_expression_token1, + ACTIONS(853), 1, + aux_sym_unary_expression_token2, + ACTIONS(855), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(857), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(859), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(861), 1, + aux_sym_locked_expression_token1, + ACTIONS(863), 1, + aux_sym_dataset_expression_token1, + ACTIONS(865), 1, + aux_sym_input_expression_token1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, + aux_sym_if_statement_token1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + ACTIONS(1863), 1, + sym__terminator, + STATE(509), 1, + aux_sym_abl_statement_repeat1, + STATE(1334), 1, + sym__expression, + STATE(1414), 1, + sym_object_access, + STATE(1456), 1, + sym__decimal_literal, + ACTIONS(839), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(875), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(537), 2, + sym_comment, + sym_include, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1469), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1454), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [13682] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(538), 2, + sym_comment, + sym_include, + ACTIONS(204), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(206), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [13755] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1865), 1, + anon_sym_NO_DASHERROR, + STATE(539), 2, + sym_comment, + sym_include, + ACTIONS(599), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(601), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [13830] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(540), 2, + sym_comment, + sym_include, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [13903] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(541), 2, + sym_comment, + sym_include, + ACTIONS(184), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(186), 55, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [13976] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1867), 1, + anon_sym_RBRACK, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3127), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(542), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [14100] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1887), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3059), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(543), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [14224] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1889), 1, + sym__terminator, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3471), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(544), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [14348] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1396), 1, + anon_sym_LPAREN, + ACTIONS(1404), 1, + anon_sym_LBRACK, + STATE(522), 1, + sym_function_arguments, + STATE(545), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 51, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [14426] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1891), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3121), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(546), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [14550] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1396), 1, + anon_sym_LPAREN, + STATE(522), 1, + sym_function_arguments, + STATE(547), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 52, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [14626] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1893), 1, + sym__namedot, + STATE(548), 2, + sym_comment, + sym_include, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [14700] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(549), 2, + sym_comment, + sym_include, + ACTIONS(168), 4, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(170), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [14772] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(550), 2, + sym_comment, + sym_include, + ACTIONS(154), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(156), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [14844] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(551), 2, + sym_comment, + sym_include, + ACTIONS(113), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(115), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [14916] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(552), 2, + sym_comment, + sym_include, + ACTIONS(164), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(166), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [14988] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1895), 1, + anon_sym_LBRACK, + ACTIONS(1897), 1, + anon_sym_LPAREN, + ACTIONS(1899), 1, + sym__namedot, + ACTIONS(1901), 1, + sym__namecolon, + ACTIONS(1903), 1, + sym__namedoublecolon, + STATE(1374), 1, + aux_sym_object_access_repeat1, + STATE(1375), 1, + aux_sym_member_access_repeat1, + STATE(1383), 1, + sym_function_arguments, + STATE(1385), 1, + aux_sym_qualified_name_repeat1, + STATE(553), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 45, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [15078] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1905), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3163), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(554), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [15202] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1907), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3137), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(555), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [15326] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(556), 2, + sym_comment, + sym_include, + ACTIONS(106), 4, + sym__namedot, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(108), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [15398] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1909), 1, + sym_identifier, + STATE(1270), 1, + sym_qualified_name, + STATE(557), 2, + sym_comment, + sym_include, + ACTIONS(1503), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1501), 52, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [15474] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1897), 1, + anon_sym_LPAREN, + ACTIONS(1899), 1, + sym__namedot, + ACTIONS(1901), 1, + sym__namecolon, + ACTIONS(1903), 1, + sym__namedoublecolon, + STATE(1374), 1, + aux_sym_object_access_repeat1, + STATE(1375), 1, + aux_sym_member_access_repeat1, + STATE(1383), 1, + sym_function_arguments, + STATE(1385), 1, + aux_sym_qualified_name_repeat1, + STATE(558), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 46, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [15562] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1912), 1, + sym__terminator, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3463), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(559), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [15686] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1905), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3151), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(560), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [15810] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1914), 1, + sym__terminator, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3617), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(561), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [15934] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1916), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3159), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(562), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16058] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1918), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3153), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(563), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16182] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1920), 1, + sym__terminator, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3422), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(564), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16306] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1922), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3056), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(565), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16430] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1924), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3185), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(566), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16554] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1926), 1, + sym__terminator, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3489), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(567), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16678] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1928), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3103), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(568), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16802] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1930), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3161), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(569), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [16926] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1932), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3190), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(570), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17050] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1934), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3178), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(571), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17174] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1936), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3189), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(572), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17298] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1938), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3173), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(573), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17422] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1940), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3091), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(574), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17546] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1942), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3158), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(575), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17670] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1944), 1, + anon_sym_RBRACK, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3054), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(576), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17794] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1519), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(577), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [17915] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, + aux_sym_unary_expression_token2, + ACTIONS(1966), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1968), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1970), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1972), 1, + aux_sym_locked_expression_token1, + ACTIONS(1974), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1976), 1, + aux_sym_input_expression_token1, + ACTIONS(1978), 1, + aux_sym_if_statement_token1, + ACTIONS(1980), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3535), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(578), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18036] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2646), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(579), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18157] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2645), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(580), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18278] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2641), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(581), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18399] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3475), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(582), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18520] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3474), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(583), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18641] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3473), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(584), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18762] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3468), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(585), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [18883] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1919), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(586), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19004] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1920), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(587), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19125] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1921), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(588), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19246] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1867), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(589), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19367] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1886), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(590), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19488] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1895), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(591), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19609] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3467), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(592), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19730] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3465), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(593), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19851] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, + aux_sym_unary_expression_token1, + ACTIONS(2076), 1, + aux_sym_unary_expression_token2, + ACTIONS(2078), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, + aux_sym_locked_expression_token1, + ACTIONS(2086), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, + aux_sym_input_expression_token1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, + aux_sym_if_statement_token1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1985), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(594), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19972] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, + aux_sym_unary_expression_token1, + ACTIONS(2076), 1, + aux_sym_unary_expression_token2, + ACTIONS(2078), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, + aux_sym_locked_expression_token1, + ACTIONS(2086), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, + aux_sym_input_expression_token1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, + aux_sym_if_statement_token1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1986), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(595), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20093] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, + aux_sym_unary_expression_token1, + ACTIONS(2076), 1, + aux_sym_unary_expression_token2, + ACTIONS(2078), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, + aux_sym_locked_expression_token1, + ACTIONS(2086), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, + aux_sym_input_expression_token1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, + aux_sym_if_statement_token1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1987), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(596), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20214] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, + aux_sym_unary_expression_token1, + ACTIONS(2076), 1, + aux_sym_unary_expression_token2, + ACTIONS(2078), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, + aux_sym_locked_expression_token1, + ACTIONS(2086), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, + aux_sym_input_expression_token1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, + aux_sym_if_statement_token1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1988), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(597), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20335] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, + aux_sym_unary_expression_token1, + ACTIONS(2076), 1, + aux_sym_unary_expression_token2, + ACTIONS(2078), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, + aux_sym_locked_expression_token1, + ACTIONS(2086), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, + aux_sym_input_expression_token1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, + aux_sym_if_statement_token1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1989), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(598), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20456] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2004), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(599), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20577] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2947), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(600), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20698] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2946), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(601), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20819] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2941), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(602), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20940] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2940), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(603), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21061] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2934), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(604), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21182] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2851), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(605), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21303] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1822), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(606), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21424] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1798), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(607), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21545] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1799), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(608), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21666] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1801), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(609), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21787] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1802), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(610), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21908] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1782), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(611), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22029] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1330), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(612), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22150] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, + aux_sym_unary_expression_token1, + ACTIONS(2076), 1, + aux_sym_unary_expression_token2, + ACTIONS(2078), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, + aux_sym_locked_expression_token1, + ACTIONS(2086), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, + aux_sym_input_expression_token1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, + aux_sym_if_statement_token1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1984), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(613), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22271] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1331), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(614), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22392] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1323), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(615), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22513] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1332), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(616), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22634] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1329), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(617), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22755] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1328), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(618), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22876] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3343), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(619), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [22997] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3342), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(620), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23118] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3341), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(621), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23239] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3339), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(622), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23360] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3337), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(623), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23481] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3336), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(624), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23602] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3488), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(625), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23723] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1825), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(626), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23844] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1826), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(627), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [23965] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1827), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(628), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24086] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1828), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(629), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24207] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1829), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(630), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24328] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1830), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(631), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24449] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(423), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(632), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24570] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(415), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(633), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24691] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2182), 1, + sym_identifier, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3593), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(634), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24812] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(414), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(635), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [24933] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(411), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(636), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25054] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(410), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(637), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25175] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(403), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(638), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25296] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1812), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(639), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25417] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1809), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(640), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25538] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1807), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(641), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25659] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1806), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(642), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25780] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1783), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(643), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [25901] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(391), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(644), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26022] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, + aux_sym_unary_expression_token2, + ACTIONS(721), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, + aux_sym_locked_expression_token1, + ACTIONS(729), 1, + aux_sym_dataset_expression_token1, + ACTIONS(731), 1, + aux_sym_input_expression_token1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(737), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1831), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(645), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26143] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1532), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(646), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26264] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1533), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(647), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26385] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1534), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(648), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26506] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1535), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(649), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26627] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1536), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(650), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26748] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1537), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(651), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26869] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2032), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(652), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [26990] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3311), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(653), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27111] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3305), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(654), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27232] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3292), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(655), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27353] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3290), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(656), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27474] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3288), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(657), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27595] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(392), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(658), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27716] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(396), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(659), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27837] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(398), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(660), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27958] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(399), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(661), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28079] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(948), 1, + sym_identifier, + ACTIONS(950), 1, + anon_sym_LBRACE, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(960), 1, + anon_sym_LBRACK, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(966), 1, + aux_sym_unary_expression_token1, + ACTIONS(968), 1, + aux_sym_unary_expression_token2, + ACTIONS(970), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(972), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(974), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(976), 1, + aux_sym_locked_expression_token1, + ACTIONS(978), 1, + aux_sym_dataset_expression_token1, + ACTIONS(980), 1, + aux_sym_input_expression_token1, + ACTIONS(982), 1, + aux_sym_scope_tuning_token1, + ACTIONS(984), 1, + aux_sym_if_statement_token1, + ACTIONS(986), 1, + aux_sym_can_find_expression_token1, + ACTIONS(988), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(992), 1, + sym__escaped_string, + STATE(401), 1, + sym__expression, + STATE(545), 1, + sym_object_access, + STATE(1312), 1, + sym__decimal_literal, + ACTIONS(954), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(990), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(520), 2, + sym_function_call, + sym_new_expression, + STATE(662), 2, + sym_comment, + sym_include, + ACTIONS(956), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1053), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(990), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28200] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, + aux_sym_unary_expression_token2, + ACTIONS(1966), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1968), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1970), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1972), 1, + aux_sym_locked_expression_token1, + ACTIONS(1974), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1976), 1, + aux_sym_input_expression_token1, + ACTIONS(1978), 1, + aux_sym_if_statement_token1, + ACTIONS(1980), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3576), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(663), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28321] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, + aux_sym_unary_expression_token2, + ACTIONS(1966), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1968), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1970), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1972), 1, + aux_sym_locked_expression_token1, + ACTIONS(1974), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1976), 1, + aux_sym_input_expression_token1, + ACTIONS(1978), 1, + aux_sym_if_statement_token1, + ACTIONS(1980), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3574), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(664), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28442] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2667), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(665), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28563] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2624), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(666), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28684] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2664), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(667), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28805] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2660), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(668), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28926] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2659), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(669), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29047] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2656), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(670), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29168] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3485), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(671), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29289] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3484), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(672), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29410] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3483), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(673), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29531] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3478), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(674), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29652] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3477), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(675), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29773] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3476), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(676), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [29894] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(261), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(677), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30015] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(265), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(678), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30136] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(280), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(679), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30257] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(279), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(680), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30378] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(277), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(681), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30499] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1011), 1, + anon_sym_LBRACK, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1015), 1, + aux_sym_unary_expression_token1, + ACTIONS(1017), 1, + aux_sym_unary_expression_token2, + ACTIONS(1019), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, + aux_sym_locked_expression_token1, + ACTIONS(1027), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, + aux_sym_input_expression_token1, + ACTIONS(1034), 1, + aux_sym_if_statement_token1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(272), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(682), 2, + sym_comment, + sym_include, + ACTIONS(1007), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30620] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3259), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(683), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30741] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, + aux_sym_unary_expression_token2, + ACTIONS(2246), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, + aux_sym_locked_expression_token1, + ACTIONS(2254), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, + aux_sym_input_expression_token1, + ACTIONS(2258), 1, + aux_sym_if_statement_token1, + ACTIONS(2260), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2845), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(684), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30862] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, + aux_sym_unary_expression_token2, + ACTIONS(2246), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, + aux_sym_locked_expression_token1, + ACTIONS(2254), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, + aux_sym_input_expression_token1, + ACTIONS(2258), 1, + aux_sym_if_statement_token1, + ACTIONS(2260), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2846), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(685), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [30983] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, + aux_sym_unary_expression_token2, + ACTIONS(2246), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, + aux_sym_locked_expression_token1, + ACTIONS(2254), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, + aux_sym_input_expression_token1, + ACTIONS(2258), 1, + aux_sym_if_statement_token1, + ACTIONS(2260), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2847), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(686), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31104] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, + aux_sym_unary_expression_token2, + ACTIONS(2246), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, + aux_sym_locked_expression_token1, + ACTIONS(2254), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, + aux_sym_input_expression_token1, + ACTIONS(2258), 1, + aux_sym_if_statement_token1, + ACTIONS(2260), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2848), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(687), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31225] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, + aux_sym_unary_expression_token2, + ACTIONS(2246), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, + aux_sym_locked_expression_token1, + ACTIONS(2254), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, + aux_sym_input_expression_token1, + ACTIONS(2258), 1, + aux_sym_if_statement_token1, + ACTIONS(2260), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2850), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(688), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31346] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, + aux_sym_unary_expression_token2, + ACTIONS(1966), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1968), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1970), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1972), 1, + aux_sym_locked_expression_token1, + ACTIONS(1974), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1976), 1, + aux_sym_input_expression_token1, + ACTIONS(1978), 1, + aux_sym_if_statement_token1, + ACTIONS(1980), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3555), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(689), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31467] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, + aux_sym_unary_expression_token2, + ACTIONS(1966), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1968), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1970), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1972), 1, + aux_sym_locked_expression_token1, + ACTIONS(1974), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1976), 1, + aux_sym_input_expression_token1, + ACTIONS(1978), 1, + aux_sym_if_statement_token1, + ACTIONS(1980), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3553), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(690), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31588] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, + aux_sym_unary_expression_token2, + ACTIONS(1966), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1968), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1970), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1972), 1, + aux_sym_locked_expression_token1, + ACTIONS(1974), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1976), 1, + aux_sym_input_expression_token1, + ACTIONS(1978), 1, + aux_sym_if_statement_token1, + ACTIONS(1980), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3540), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(691), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31709] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(289), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(692), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31830] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, + aux_sym_unary_expression_token2, + ACTIONS(2264), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2266), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2268), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2270), 1, + aux_sym_locked_expression_token1, + ACTIONS(2272), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2274), 1, + aux_sym_input_expression_token1, + ACTIONS(2276), 1, + aux_sym_if_statement_token1, + ACTIONS(2278), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3095), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(693), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31951] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, + anon_sym_LBRACE, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2290), 1, + anon_sym_LBRACK, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(2294), 1, + aux_sym_unary_expression_token1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, + sym__escaped_string, + STATE(1683), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(694), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32072] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, + anon_sym_LBRACE, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2290), 1, + anon_sym_LBRACK, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(2294), 1, + aux_sym_unary_expression_token1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, + sym__escaped_string, + STATE(1684), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(695), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32193] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(3044), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(696), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32314] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(288), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(697), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32435] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2339), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(698), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32556] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, + aux_sym_unary_expression_token2, + ACTIONS(2366), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, + aux_sym_locked_expression_token1, + ACTIONS(2374), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, + aux_sym_input_expression_token1, + ACTIONS(2378), 1, + aux_sym_if_statement_token1, + ACTIONS(2380), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1769), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(699), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32677] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2367), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(700), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32798] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2368), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(701), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [32919] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2369), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(702), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33040] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, + anon_sym_LBRACE, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2290), 1, + anon_sym_LBRACK, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(2294), 1, + aux_sym_unary_expression_token1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, + sym__escaped_string, + STATE(1687), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(703), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33161] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(283), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(704), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33282] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2372), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(705), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33403] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2379), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(706), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33524] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1907), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(707), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33645] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(285), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(708), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33766] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(284), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(709), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [33887] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1914), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(710), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34008] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2382), 1, + sym_identifier, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3544), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(711), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34129] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1915), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(712), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34250] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2014), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(713), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34371] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1916), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(714), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34492] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, + anon_sym_LBRACE, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2290), 1, + anon_sym_LBRACK, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(2294), 1, + aux_sym_unary_expression_token1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, + sym__escaped_string, + STATE(1699), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(715), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34613] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, + anon_sym_LBRACE, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2290), 1, + anon_sym_LBRACK, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(2294), 1, + aux_sym_unary_expression_token1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, + sym__escaped_string, + STATE(1676), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(716), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34734] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1917), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(717), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34855] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2012), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(718), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [34976] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1813), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(719), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35097] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, + aux_sym_unary_expression_token2, + ACTIONS(2366), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, + aux_sym_locked_expression_token1, + ACTIONS(2374), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, + aux_sym_input_expression_token1, + ACTIONS(2378), 1, + aux_sym_if_statement_token1, + ACTIONS(2380), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1852), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(720), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35218] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2054), 1, + aux_sym_input_expression_token1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1918), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(721), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35339] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1605), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(722), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35460] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2037), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(723), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35581] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1604), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(724), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35702] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1603), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(725), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35823] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1602), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(726), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [35944] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1601), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(727), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36065] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1600), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(728), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36186] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, + aux_sym_unary_expression_token2, + ACTIONS(2246), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, + aux_sym_locked_expression_token1, + ACTIONS(2254), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, + aux_sym_input_expression_token1, + ACTIONS(2258), 1, + aux_sym_if_statement_token1, + ACTIONS(2260), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2878), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(729), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36307] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, + aux_sym_unary_expression_token2, + ACTIONS(2428), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, + aux_sym_locked_expression_token1, + ACTIONS(2436), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, + aux_sym_input_expression_token1, + ACTIONS(2440), 1, + aux_sym_if_statement_token1, + ACTIONS(2442), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3132), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(730), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36428] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, + aux_sym_unary_expression_token2, + ACTIONS(2428), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, + aux_sym_locked_expression_token1, + ACTIONS(2436), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, + aux_sym_input_expression_token1, + ACTIONS(2440), 1, + aux_sym_if_statement_token1, + ACTIONS(2442), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3174), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(731), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36549] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, + aux_sym_unary_expression_token2, + ACTIONS(2428), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, + aux_sym_locked_expression_token1, + ACTIONS(2436), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, + aux_sym_input_expression_token1, + ACTIONS(2440), 1, + aux_sym_if_statement_token1, + ACTIONS(2442), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3175), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(732), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36670] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, + aux_sym_unary_expression_token2, + ACTIONS(2428), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, + aux_sym_locked_expression_token1, + ACTIONS(2436), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, + aux_sym_input_expression_token1, + ACTIONS(2440), 1, + aux_sym_if_statement_token1, + ACTIONS(2442), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3176), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(733), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36791] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, + aux_sym_unary_expression_token2, + ACTIONS(2428), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, + aux_sym_locked_expression_token1, + ACTIONS(2436), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, + aux_sym_input_expression_token1, + ACTIONS(2440), 1, + aux_sym_if_statement_token1, + ACTIONS(2442), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3179), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(734), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [36912] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2035), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(735), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37033] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, + anon_sym_LBRACE, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2290), 1, + anon_sym_LBRACK, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(2294), 1, + aux_sym_unary_expression_token1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, + sym__escaped_string, + STATE(1725), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(736), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37154] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, + aux_sym_unary_expression_token2, + ACTIONS(2366), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, + aux_sym_locked_expression_token1, + ACTIONS(2374), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, + aux_sym_input_expression_token1, + ACTIONS(2378), 1, + aux_sym_if_statement_token1, + ACTIONS(2380), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1855), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(737), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37275] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2439), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(738), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37396] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2444), 1, + sym_identifier, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3472), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(739), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37517] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, + aux_sym_unary_expression_token2, + ACTIONS(2448), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2450), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2452), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2454), 1, + aux_sym_locked_expression_token1, + ACTIONS(2456), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2458), 1, + aux_sym_input_expression_token1, + ACTIONS(2460), 1, + aux_sym_if_statement_token1, + ACTIONS(2462), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3456), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(740), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37638] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(295), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(741), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37759] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, + aux_sym_unary_expression_token2, + ACTIONS(2448), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2450), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2452), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2454), 1, + aux_sym_locked_expression_token1, + ACTIONS(2456), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2458), 1, + aux_sym_input_expression_token1, + ACTIONS(2460), 1, + aux_sym_if_statement_token1, + ACTIONS(2462), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3435), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(742), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [37880] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2480), 1, + aux_sym_unary_expression_token2, + ACTIONS(2482), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, + aux_sym_locked_expression_token1, + ACTIONS(2490), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, + aux_sym_input_expression_token1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, + aux_sym_if_statement_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1408), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(743), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38001] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1321), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(744), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38122] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1322), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(745), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38243] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1324), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(746), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38364] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1325), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(747), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38485] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1326), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(748), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38606] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + sym_identifier, + ACTIONS(1609), 1, + anon_sym_LBRACE, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1617), 1, + anon_sym_LBRACK, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1621), 1, + aux_sym_unary_expression_token1, + ACTIONS(1623), 1, + aux_sym_unary_expression_token2, + ACTIONS(1625), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1627), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1629), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1631), 1, + aux_sym_locked_expression_token1, + ACTIONS(1633), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1635), 1, + aux_sym_input_expression_token1, + ACTIONS(1637), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1639), 1, + aux_sym_if_statement_token1, + ACTIONS(1645), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1647), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1651), 1, + sym__escaped_string, + STATE(1333), 1, + sym__expression, + STATE(1384), 1, + sym_object_access, + STATE(1425), 1, + sym__decimal_literal, + ACTIONS(1611), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1649), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(749), 2, + sym_comment, + sym_include, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1433), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1427), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38727] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3284), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(750), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38848] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3295), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(751), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [38969] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3296), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(752), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39090] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3460), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(753), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39211] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3335), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(754), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39332] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3298), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(755), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39453] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2164), 1, + aux_sym_unary_expression_token2, + ACTIONS(2166), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2168), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2170), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2172), 1, + aux_sym_locked_expression_token1, + ACTIONS(2174), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2176), 1, + aux_sym_input_expression_token1, + ACTIONS(2178), 1, + aux_sym_if_statement_token1, + ACTIONS(2180), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3300), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(756), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39574] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, STATE(286), 1, - aux_sym_qualified_name_repeat1, - STATE(259), 2, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(757), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39695] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(292), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(758), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39816] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(287), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(759), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [39937] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(299), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(760), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40058] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(298), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(761), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40179] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1267), 1, + anon_sym_LBRACE, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1275), 1, + anon_sym_LBRACK, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, + aux_sym_unary_expression_token1, + ACTIONS(1281), 1, + aux_sym_unary_expression_token2, + ACTIONS(1283), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1285), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1287), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1289), 1, + aux_sym_locked_expression_token1, + ACTIONS(1291), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1293), 1, + aux_sym_input_expression_token1, + ACTIONS(1298), 1, + aux_sym_if_statement_token1, + ACTIONS(1300), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1302), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1306), 1, + sym__escaped_string, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1764), 1, + aux_sym_scope_tuning_token1, + STATE(293), 1, + sym__expression, + STATE(375), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + ACTIONS(1269), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1304), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(338), 2, + sym_function_call, + sym_new_expression, + STATE(762), 2, + sym_comment, + sym_include, + ACTIONS(1271), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(457), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(460), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40300] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2015), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(763), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40421] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, + aux_sym_unary_expression_token2, + ACTIONS(2264), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2266), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2268), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2270), 1, + aux_sym_locked_expression_token1, + ACTIONS(2272), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2274), 1, + aux_sym_input_expression_token1, + ACTIONS(2276), 1, + aux_sym_if_statement_token1, + ACTIONS(2278), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3073), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(764), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40542] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3458), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(765), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40663] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2003), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(766), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40784] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2002), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(767), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [40905] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2001), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(768), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41026] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, + aux_sym_unary_expression_token2, + ACTIONS(2508), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2510), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2512), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2514), 1, + aux_sym_locked_expression_token1, + ACTIONS(2516), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2518), 1, + aux_sym_input_expression_token1, + ACTIONS(2520), 1, + aux_sym_if_statement_token1, + ACTIONS(2522), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1890), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(769), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41147] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1951), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(770), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41268] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, + aux_sym_unary_expression_token2, + ACTIONS(2526), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, + aux_sym_locked_expression_token1, + ACTIONS(2534), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, + aux_sym_input_expression_token1, + ACTIONS(2538), 1, + aux_sym_if_statement_token1, + ACTIONS(2540), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3232), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(771), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41389] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1973), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(772), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41510] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, + aux_sym_unary_expression_token2, + ACTIONS(2526), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, + aux_sym_locked_expression_token1, + ACTIONS(2534), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, + aux_sym_input_expression_token1, + ACTIONS(2538), 1, + aux_sym_if_statement_token1, + ACTIONS(2540), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3231), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(773), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41631] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2000), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(774), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41752] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, + aux_sym_unary_expression_token2, + ACTIONS(2428), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, + aux_sym_locked_expression_token1, + ACTIONS(2436), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, + aux_sym_input_expression_token1, + ACTIONS(2440), 1, + aux_sym_if_statement_token1, + ACTIONS(2442), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3182), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(775), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41873] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1514), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(776), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41994] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1513), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(777), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42115] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1504), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(778), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42236] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1511), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(779), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42357] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1509), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(780), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42478] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(683), 1, + aux_sym_unary_expression_token2, + ACTIONS(685), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, + aux_sym_locked_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(703), 1, + aux_sym_if_statement_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(709), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1999), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(781), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42599] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1808), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(782), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42720] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1814), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(783), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42841] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1816), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(784), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [42962] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1817), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(785), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43083] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1818), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(786), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43204] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2146), 1, + aux_sym_unary_expression_token2, + ACTIONS(2148), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2150), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2152), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2154), 1, + aux_sym_locked_expression_token1, + ACTIONS(2156), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2158), 1, + aux_sym_input_expression_token1, + ACTIONS(2160), 1, + aux_sym_if_statement_token1, + ACTIONS(2162), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1805), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(787), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43325] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, + anon_sym_LBRACE, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1992), 1, + anon_sym_LBRACK, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(1996), 1, + aux_sym_unary_expression_token1, + ACTIONS(1998), 1, + aux_sym_unary_expression_token2, + ACTIONS(2000), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2002), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2004), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2006), 1, + aux_sym_locked_expression_token1, + ACTIONS(2008), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2010), 1, + aux_sym_input_expression_token1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, + aux_sym_if_statement_token1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2648), 1, + sym__expression, + STATE(3180), 1, + sym_object_access, + STATE(3633), 1, + sym__decimal_literal, + ACTIONS(1986), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2020), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(788), 2, + sym_comment, + sym_include, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3680), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3685), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43446] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1550), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(789), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43567] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1529), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(790), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43688] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2722), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(791), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43809] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1528), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(792), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [43930] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1527), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(793), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44051] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1525), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(794), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44172] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2194), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, + aux_sym_unary_expression_token1, + ACTIONS(2200), 1, + aux_sym_unary_expression_token2, + ACTIONS(2202), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, + aux_sym_locked_expression_token1, + ACTIONS(2210), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, + aux_sym_input_expression_token1, + ACTIONS(2214), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, + aux_sym_if_statement_token1, + ACTIONS(2218), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1520), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(795), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44293] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3325), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(796), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44414] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3324), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(797), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44535] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3322), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(798), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44656] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3321), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(799), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44777] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3319), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(800), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [44898] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2226), 1, + aux_sym_unary_expression_token2, + ACTIONS(2228), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2230), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2232), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2234), 1, + aux_sym_locked_expression_token1, + ACTIONS(2236), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2238), 1, + aux_sym_input_expression_token1, + ACTIONS(2240), 1, + aux_sym_if_statement_token1, + ACTIONS(2242), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3315), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(801), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45019] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, + aux_sym_unary_expression_token2, + ACTIONS(2544), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, + aux_sym_locked_expression_token1, + ACTIONS(2552), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, + aux_sym_input_expression_token1, + ACTIONS(2556), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, + aux_sym_if_statement_token1, + ACTIONS(2560), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1713), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(802), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45140] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, + aux_sym_unary_expression_token2, + ACTIONS(2544), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, + aux_sym_locked_expression_token1, + ACTIONS(2552), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, + aux_sym_input_expression_token1, + ACTIONS(2556), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, + aux_sym_if_statement_token1, + ACTIONS(2560), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1712), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(803), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45261] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, + aux_sym_unary_expression_token2, + ACTIONS(2544), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, + aux_sym_locked_expression_token1, + ACTIONS(2552), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, + aux_sym_input_expression_token1, + ACTIONS(2556), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, + aux_sym_if_statement_token1, + ACTIONS(2560), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1711), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(804), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45382] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, + aux_sym_unary_expression_token2, + ACTIONS(2544), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, + aux_sym_locked_expression_token1, + ACTIONS(2552), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, + aux_sym_input_expression_token1, + ACTIONS(2556), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, + aux_sym_if_statement_token1, + ACTIONS(2560), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1710), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(805), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45503] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, + aux_sym_unary_expression_token2, + ACTIONS(2544), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, + aux_sym_locked_expression_token1, + ACTIONS(2552), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, + aux_sym_input_expression_token1, + ACTIONS(2556), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, + aux_sym_if_statement_token1, + ACTIONS(2560), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1706), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(806), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45624] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, + aux_sym_unary_expression_token2, + ACTIONS(2544), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, + aux_sym_locked_expression_token1, + ACTIONS(2552), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, + aux_sym_input_expression_token1, + ACTIONS(2556), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, + aux_sym_if_statement_token1, + ACTIONS(2560), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1704), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(807), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45745] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2727), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(808), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45866] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1612), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(809), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [45987] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2728), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(810), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46108] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2730), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(811), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46229] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2731), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(812), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46350] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2736), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(813), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3662), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46471] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3286), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(814), 2, sym_comment, sym_include, - ACTIONS(132), 3, - sym__or_operator, - sym__and_operator, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46592] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(134), 55, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, + aux_sym_unary_expression_token2, + ACTIONS(2526), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, + aux_sym_locked_expression_token1, + ACTIONS(2534), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, + aux_sym_input_expression_token1, + ACTIONS(2538), 1, + aux_sym_if_statement_token1, + ACTIONS(2540), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3230), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(815), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46713] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, + aux_sym_unary_expression_token2, + ACTIONS(2526), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, + aux_sym_locked_expression_token1, + ACTIONS(2534), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, + aux_sym_input_expression_token1, + ACTIONS(2538), 1, + aux_sym_if_statement_token1, + ACTIONS(2540), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3227), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(816), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46834] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2394), 1, + anon_sym_LBRACK, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(2398), 1, + aux_sym_unary_expression_token1, + ACTIONS(2400), 1, + aux_sym_unary_expression_token2, + ACTIONS(2402), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, + aux_sym_locked_expression_token1, + ACTIONS(2410), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, + aux_sym_input_expression_token1, + ACTIONS(2414), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, + aux_sym_if_statement_token1, + ACTIONS(2418), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1613), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(817), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [46955] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, + aux_sym_unary_expression_token2, + ACTIONS(2526), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, + aux_sym_locked_expression_token1, + ACTIONS(2534), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, + aux_sym_input_expression_token1, + ACTIONS(2538), 1, + aux_sym_if_statement_token1, + ACTIONS(2540), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3226), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(818), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47076] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3294), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(819), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47197] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3303), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(820), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47318] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3310), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(821), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47439] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3320), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(822), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47560] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1507), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(823), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47681] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, + aux_sym_unary_expression_token2, + ACTIONS(2366), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, + aux_sym_locked_expression_token1, + ACTIONS(2374), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, + aux_sym_input_expression_token1, + ACTIONS(2378), 1, + aux_sym_if_statement_token1, + ACTIONS(2380), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1844), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(824), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47802] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3323), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(825), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [47923] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1843), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [79] = 34, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(826), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [48044] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, + ACTIONS(1982), 1, sym_identifier, - ACTIONS(1258), 1, + ACTIONS(1984), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(1990), 1, sym__integer_literal, - ACTIONS(1266), 1, + ACTIONS(1992), 1, anon_sym_LBRACK, - ACTIONS(1268), 1, + ACTIONS(1994), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(1996), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(1998), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(2000), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(2002), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(2004), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(2006), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(2008), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(2010), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + ACTIONS(2012), 1, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(2014), 1, aux_sym_if_statement_token1, - ACTIONS(1290), 1, - aux_sym_if_statement_token2, - ACTIONS(1292), 1, - aux_sym_case_conditon_token1, - ACTIONS(1294), 1, + ACTIONS(2016), 1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(2018), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, + ACTIONS(2022), 1, sym__escaped_string, - STATE(262), 1, - aux_sym_case_when_branch_repeat1, - STATE(1074), 1, + STATE(2649), 1, sym__expression, - STATE(1145), 1, + STATE(3180), 1, sym_object_access, - STATE(1160), 1, + STATE(3633), 1, sym__decimal_literal, - STATE(3197), 1, - sym_case_conditon, - ACTIONS(1260), 2, + ACTIONS(1986), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(2020), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(260), 2, + STATE(827), 2, sym_comment, sym_include, - STATE(1105), 2, + STATE(3211), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + ACTIONS(1988), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(3680), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(3685), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -67547,161 +116507,349 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [212] = 13, + [48165] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1155), 1, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(261), 2, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, + aux_sym_unary_expression_token2, + ACTIONS(2582), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, + aux_sym_locked_expression_token1, + ACTIONS(2590), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, + aux_sym_input_expression_token1, + ACTIONS(2594), 1, + aux_sym_if_statement_token1, + ACTIONS(2596), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1502), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(828), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1153), 32, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [48286] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, sym_identifier, - sym__terminator, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, + aux_sym_if_statement_token1, + ACTIONS(1962), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1510), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(829), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [48407] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1842), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [303] = 33, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(830), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [48528] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1302), 1, - sym_identifier, - ACTIONS(1305), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1314), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1317), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1320), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1323), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1326), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1329), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1332), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1335), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1338), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1341), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1344), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1347), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1350), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1353), 1, - aux_sym_if_statement_token2, - ACTIONS(1355), 1, - aux_sym_case_conditon_token1, - ACTIONS(1358), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1361), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1367), 1, - sym__escaped_string, - STATE(1074), 1, - sym__expression, - STATE(1145), 1, + STATE(21), 1, sym_object_access, - STATE(1160), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3197), 1, - sym_case_conditon, - ACTIONS(1308), 2, + STATE(1841), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1364), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(1105), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(262), 3, + STATE(831), 2, sym_comment, sym_include, - aux_sym_case_when_branch_repeat1, - ACTIONS(1311), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -67723,1563 +116871,2260 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [434] = 7, + [48649] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(964), 1, - sym__namecolon, - STATE(288), 1, - aux_sym_object_access_repeat1, - STATE(263), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 55, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, sym_identifier, - anon_sym_STAR, + ACTIONS(2506), 1, + aux_sym_unary_expression_token2, + ACTIONS(2508), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2510), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2512), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2514), 1, + aux_sym_locked_expression_token1, + ACTIONS(2516), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2518), 1, + aux_sym_input_expression_token1, + ACTIONS(2520), 1, + aux_sym_if_statement_token1, + ACTIONS(2522), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1869), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(832), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [48770] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1839), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [513] = 12, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(833), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [48891] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(264), 2, - sym_comment, - sym_include, - ACTIONS(1179), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1177), 32, + ACTIONS(667), 1, anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, sym_identifier, - sym__terminator, + ACTIONS(2506), 1, + aux_sym_unary_expression_token2, + ACTIONS(2508), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2510), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2512), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2514), 1, + aux_sym_locked_expression_token1, + ACTIONS(2516), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2518), 1, + aux_sym_input_expression_token1, + ACTIONS(2520), 1, + aux_sym_if_statement_token1, + ACTIONS(2522), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1870), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(834), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49012] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1871), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [602] = 9, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(835), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49133] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - STATE(265), 2, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, + aux_sym_unary_expression_token2, + ACTIONS(2508), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2510), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2512), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2514), 1, + aux_sym_locked_expression_token1, + ACTIONS(2516), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2518), 1, + aux_sym_input_expression_token1, + ACTIONS(2520), 1, + aux_sym_if_statement_token1, + ACTIONS(2522), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1872), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(836), 2, sym_comment, sym_include, - ACTIONS(1187), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1185), 53, - anon_sym_SLASH, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49254] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, + ACTIONS(2506), 1, + aux_sym_unary_expression_token2, + ACTIONS(2508), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2510), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2512), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2514), 1, + aux_sym_locked_expression_token1, + ACTIONS(2516), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2518), 1, + aux_sym_input_expression_token1, + ACTIONS(2520), 1, + aux_sym_if_statement_token1, + ACTIONS(2522), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1873), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(837), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49375] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1875), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [685] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - STATE(266), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(838), 2, sym_comment, sym_include, - ACTIONS(1163), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 49, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49496] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1551), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [770] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1147), 1, - sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(267), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(839), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1145), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49617] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2394), 1, anon_sym_LBRACK, + ACTIONS(2396), 1, anon_sym_LPAREN, + ACTIONS(2398), 1, aux_sym_unary_expression_token1, + ACTIONS(2400), 1, aux_sym_unary_expression_token2, + ACTIONS(2402), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, aux_sym_locked_expression_token1, + ACTIONS(2410), 1, aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, aux_sym_input_expression_token1, + ACTIONS(2414), 1, aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2418), 1, aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1614), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [861] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(268), 2, + STATE(840), 2, sym_comment, sym_include, - ACTIONS(140), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(142), 56, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49738] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, + anon_sym_LBRACE, + ACTIONS(2624), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2626), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2628), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2650), 1, aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3011), 1, + sym__expression, + STATE(3072), 1, + sym_object_access, + STATE(3664), 1, + sym__decimal_literal, + ACTIONS(2620), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [936] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1183), 1, - sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(269), 2, + STATE(841), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1181), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3734), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3729), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49859] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, + anon_sym_LBRACE, + ACTIONS(2624), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2626), 1, anon_sym_LBRACK, + ACTIONS(2628), 1, anon_sym_LPAREN, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2650), 1, aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3012), 1, + sym__expression, + STATE(3072), 1, + sym_object_access, + STATE(3664), 1, + sym__decimal_literal, + ACTIONS(2620), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [1027] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1171), 1, - sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(270), 2, + STATE(842), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1169), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3734), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3729), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [49980] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1499), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [1118] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(271), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(843), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(146), 56, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50101] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1011), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1013), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1015), 1, aux_sym_unary_expression_token1, + ACTIONS(1017), 1, aux_sym_unary_expression_token2, + ACTIONS(1019), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, aux_sym_locked_expression_token1, + ACTIONS(1027), 1, aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(252), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1193] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1159), 1, - sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(272), 2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(844), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1157), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + ACTIONS(1007), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50222] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1011), 1, anon_sym_LBRACK, + ACTIONS(1013), 1, anon_sym_LPAREN, + ACTIONS(1015), 1, aux_sym_unary_expression_token1, + ACTIONS(1017), 1, aux_sym_unary_expression_token2, + ACTIONS(1019), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, aux_sym_locked_expression_token1, + ACTIONS(1027), 1, aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(253), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [1284] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(273), 2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(845), 2, sym_comment, sym_include, - ACTIONS(128), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(130), 56, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1007), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50343] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1011), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1013), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1015), 1, aux_sym_unary_expression_token1, + ACTIONS(1017), 1, aux_sym_unary_expression_token2, + ACTIONS(1019), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, aux_sym_locked_expression_token1, + ACTIONS(1027), 1, aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(259), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1359] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1370), 1, - sym_identifier, - ACTIONS(1375), 1, - aux_sym_input_expression_token2, - STATE(346), 1, - sym_qualified_name, - STATE(274), 2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(846), 2, sym_comment, sym_include, - ACTIONS(1377), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1373), 54, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1007), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50464] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1011), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1013), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1015), 1, aux_sym_unary_expression_token1, + ACTIONS(1017), 1, aux_sym_unary_expression_token2, + ACTIONS(1019), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, aux_sym_locked_expression_token1, + ACTIONS(1027), 1, aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(268), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1440] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(275), 2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(847), 2, sym_comment, sym_include, - ACTIONS(128), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(130), 56, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1007), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50585] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1011), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1013), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1015), 1, aux_sym_unary_expression_token1, + ACTIONS(1017), 1, aux_sym_unary_expression_token2, + ACTIONS(1019), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, aux_sym_locked_expression_token1, + ACTIONS(1027), 1, aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(271), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1515] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(964), 1, - sym__namecolon, - STATE(288), 1, - aux_sym_object_access_repeat1, - STATE(276), 2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(848), 2, sym_comment, sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1007), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50706] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1003), 1, + anon_sym_LBRACE, + ACTIONS(1009), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1011), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1013), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1015), 1, aux_sym_unary_expression_token1, + ACTIONS(1017), 1, aux_sym_unary_expression_token2, + ACTIONS(1019), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1021), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1023), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1025), 1, aux_sym_locked_expression_token1, + ACTIONS(1027), 1, aux_sym_dataset_expression_token1, + ACTIONS(1029), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1042), 1, + sym__escaped_string, + ACTIONS(1847), 1, + sym_identifier, + ACTIONS(1849), 1, + aux_sym_scope_tuning_token1, + STATE(262), 1, + sym__expression, + STATE(349), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + ACTIONS(1005), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1594] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(966), 1, - sym__namedoublecolon, - STATE(292), 1, - aux_sym_member_access_repeat1, - STATE(277), 2, + STATE(309), 2, + sym_function_call, + sym_new_expression, + STATE(849), 2, sym_comment, sym_include, - ACTIONS(136), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(138), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1007), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(439), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(371), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50827] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, aux_sym_unary_expression_token2, + ACTIONS(2246), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, aux_sym_locked_expression_token1, + ACTIONS(2254), 1, aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2258), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2260), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2838), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1673] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(962), 1, - sym__namedot, - STATE(286), 1, - aux_sym_qualified_name_repeat1, - STATE(278), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(850), 2, sym_comment, sym_include, - ACTIONS(124), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(126), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50948] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, aux_sym_unary_expression_token2, + ACTIONS(2246), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, aux_sym_locked_expression_token1, + ACTIONS(2254), 1, aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2258), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2260), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2839), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1752] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(279), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(851), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1165), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [51069] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, aux_sym_unary_expression_token2, + ACTIONS(2246), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, aux_sym_locked_expression_token1, + ACTIONS(2254), 1, aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, + ACTIONS(2258), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2260), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2840), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [1843] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(1383), 1, - aux_sym_input_expression_token2, - ACTIONS(1385), 1, - sym__escaped_string, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(280), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(852), 2, sym_comment, sym_include, - ACTIONS(1373), 27, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(1381), 27, - anon_sym_LBRACE, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [51190] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, aux_sym_unary_expression_token2, + ACTIONS(2246), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, aux_sym_locked_expression_token1, + ACTIONS(2254), 1, aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - aux_sym_function_call_argument_token3, + ACTIONS(2258), 1, aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2260), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2841), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1928] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(281), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(853), 2, sym_comment, sym_include, - ACTIONS(248), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(250), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [51311] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, aux_sym_unary_expression_token2, + ACTIONS(2246), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, aux_sym_locked_expression_token1, + ACTIONS(2254), 1, aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, + ACTIONS(2258), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2260), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2842), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2017] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(282), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(854), 2, sym_comment, sym_include, - ACTIONS(140), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(142), 56, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [51432] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, aux_sym_unary_expression_token2, + ACTIONS(2246), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2248), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2250), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2252), 1, aux_sym_locked_expression_token1, + ACTIONS(2254), 1, aux_sym_dataset_expression_token1, + ACTIONS(2256), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + ACTIONS(2258), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2260), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2843), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2092] = 34, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(855), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [51553] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, + ACTIONS(1352), 1, sym_identifier, - ACTIONS(1258), 1, + ACTIONS(1354), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(1360), 1, sym__integer_literal, - ACTIONS(1266), 1, + ACTIONS(1362), 1, anon_sym_LBRACK, - ACTIONS(1268), 1, + ACTIONS(1364), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - ACTIONS(1292), 1, - aux_sym_case_conditon_token1, - ACTIONS(1294), 1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, + ACTIONS(1392), 1, sym__escaped_string, - ACTIONS(1387), 1, - aux_sym_if_statement_token2, - STATE(260), 1, - aux_sym_case_when_branch_repeat1, - STATE(1074), 1, + STATE(331), 1, sym__expression, - STATE(1145), 1, + STATE(477), 1, sym_object_access, - STATE(1160), 1, + STATE(532), 1, sym__decimal_literal, - STATE(3197), 1, - sym_case_conditon, - ACTIONS(1260), 2, + ACTIONS(1356), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(283), 2, - sym_comment, - sym_include, - STATE(1105), 2, + STATE(421), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + STATE(856), 2, + sym_comment, + sym_include, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(494), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(507), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -69301,1364 +119146,1645 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [2225] = 6, + [51674] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1389), 1, - anon_sym_NO_DASHERROR, - STATE(284), 2, - sym_comment, - sym_include, - ACTIONS(398), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(400), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(1352), 1, sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1362), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1364), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(329), 1, + sym__expression, + STATE(477), 1, + sym_object_access, + STATE(532), 1, + sym__decimal_literal, + ACTIONS(1356), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2302] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1391), 1, - sym__namecolon, - ACTIONS(91), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(285), 3, + STATE(421), 2, + sym_function_call, + sym_new_expression, + STATE(857), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(494), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(507), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [51795] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1362), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1364), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(312), 1, + sym__expression, + STATE(477), 1, + sym_object_access, + STATE(532), 1, + sym__decimal_literal, + ACTIONS(1356), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2379] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(962), 1, - sym__namedot, - STATE(293), 1, - aux_sym_qualified_name_repeat1, - STATE(286), 2, + STATE(421), 2, + sym_function_call, + sym_new_expression, + STATE(858), 2, sym_comment, sym_include, - ACTIONS(113), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(115), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(494), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(507), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [51916] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1362), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1364), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(325), 1, + sym__expression, + STATE(477), 1, + sym_object_access, + STATE(532), 1, + sym__decimal_literal, + ACTIONS(1356), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2458] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(964), 1, - sym__namecolon, - STATE(285), 1, - aux_sym_object_access_repeat1, - STATE(287), 2, + STATE(421), 2, + sym_function_call, + sym_new_expression, + STATE(859), 2, sym_comment, sym_include, - ACTIONS(98), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(100), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(494), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(507), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52037] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1362), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1364), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(1380), 1, + aux_sym_input_expression_token1, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(324), 1, + sym__expression, + STATE(477), 1, + sym_object_access, + STATE(532), 1, + sym__decimal_literal, + ACTIONS(1356), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2537] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(964), 1, - sym__namecolon, - STATE(285), 1, - aux_sym_object_access_repeat1, - STATE(288), 2, + STATE(421), 2, + sym_function_call, + sym_new_expression, + STATE(860), 2, sym_comment, sym_include, - ACTIONS(98), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(100), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(494), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(507), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52158] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1362), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(1364), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(323), 1, + sym__expression, + STATE(477), 1, + sym_object_access, + STATE(532), 1, + sym__decimal_literal, + ACTIONS(1356), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2616] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1151), 1, - sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(289), 2, + STATE(421), 2, + sym_function_call, + sym_new_expression, + STATE(861), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1149), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(494), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(507), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52279] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, + anon_sym_LBRACE, + ACTIONS(2624), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2626), 1, anon_sym_LBRACK, + ACTIONS(2628), 1, anon_sym_LPAREN, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2650), 1, aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3013), 1, + sym__expression, + STATE(3072), 1, + sym_object_access, + STATE(3664), 1, + sym__decimal_literal, + ACTIONS(2620), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2707] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(964), 1, - sym__namecolon, - STATE(285), 1, - aux_sym_object_access_repeat1, - STATE(290), 2, + STATE(862), 2, sym_comment, sym_include, - ACTIONS(98), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(100), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3734), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3729), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52400] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1837), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2786] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1394), 1, - aux_sym_function_call_token1, - STATE(291), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(863), 2, sym_comment, sym_include, - ACTIONS(166), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(168), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52521] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3236), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2863] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1396), 1, - sym__namedoublecolon, - ACTIONS(117), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(292), 3, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(864), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52642] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3237), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2940] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1399), 1, - sym__namedot, - ACTIONS(102), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(293), 3, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(865), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52763] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3239), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3017] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1175), 1, - sym__escaped_string, - STATE(511), 1, - sym__comparison_operator, - STATE(512), 1, - sym__multiplicative_operator, - STATE(513), 1, - sym__additive_operator, - STATE(514), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(294), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(866), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1173), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [52884] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3241), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [3108] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(295), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(867), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(146), 56, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53005] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3242), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3183] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(104), 1, - aux_sym_variable_tuning_token2, - ACTIONS(1402), 1, - sym__namedot, - STATE(296), 3, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(868), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(102), 55, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_unary_expression_token2, - aux_sym_input_expression_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_function_call_token1, - aux_sym_property_type_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_tuning_token1, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - aux_sym_using_statement_token1, - aux_sym_using_statement_token2, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - aux_sym_prompt_for_statement_token2, - [3261] = 7, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53126] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1405), 1, + ACTIONS(2384), 1, sym_identifier, - STATE(329), 1, - sym_qualified_name, - STATE(297), 2, - sym_comment, - sym_include, - ACTIONS(1410), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1408), 54, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(2386), 1, anon_sym_LBRACE, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2392), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2394), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2396), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2398), 1, aux_sym_unary_expression_token1, + ACTIONS(2400), 1, aux_sym_unary_expression_token2, + ACTIONS(2402), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, aux_sym_locked_expression_token1, + ACTIONS(2410), 1, aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2414), 1, aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2418), 1, aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1615), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3339] = 5, + STATE(869), 2, + sym_comment, + sym_include, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53247] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(298), 2, - sym_comment, - sym_include, - ACTIONS(156), 4, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(158), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2384), 1, sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2394), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2396), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2398), 1, aux_sym_unary_expression_token1, + ACTIONS(2400), 1, aux_sym_unary_expression_token2, + ACTIONS(2402), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, aux_sym_locked_expression_token1, + ACTIONS(2410), 1, aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2414), 1, aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2418), 1, aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1616), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3413] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(299), 2, + STATE(870), 2, sym_comment, sym_include, - ACTIONS(152), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(154), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53368] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3426), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3487] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1412), 1, - sym__namedot, - STATE(300), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(871), 2, sym_comment, sym_include, - ACTIONS(160), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(162), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53489] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, + anon_sym_LBRACE, + ACTIONS(2624), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2626), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2628), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2650), 1, aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3020), 1, + sym__expression, + STATE(3072), 1, + sym_object_access, + STATE(3664), 1, + sym__decimal_literal, + ACTIONS(2620), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3563] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(301), 2, + STATE(872), 2, sym_comment, sym_include, - ACTIONS(148), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(150), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3734), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3729), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53610] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, + anon_sym_LBRACE, + ACTIONS(2624), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2626), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2628), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2650), 1, aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3024), 1, + sym__expression, + STATE(3072), 1, + sym_object_access, + STATE(3664), 1, + sym__decimal_literal, + ACTIONS(2620), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3637] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(302), 2, + STATE(873), 2, sym_comment, sym_include, - ACTIONS(109), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(111), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3734), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3729), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53731] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, + anon_sym_LBRACE, + ACTIONS(2624), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2626), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2628), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2650), 1, aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3025), 1, + sym__expression, + STATE(3072), 1, + sym_object_access, + STATE(3664), 1, + sym__decimal_literal, + ACTIONS(2620), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3711] = 32, + STATE(874), 2, + sym_comment, + sym_include, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3734), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3729), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [53852] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -70673,40 +120799,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, - ACTIONS(1414), 1, + ACTIONS(715), 1, sym_identifier, - ACTIONS(1416), 1, + ACTIONS(733), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2042), 1, + aux_sym_unary_expression_token2, + ACTIONS(2044), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2046), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2048), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2050), 1, + aux_sym_locked_expression_token1, + ACTIONS(2052), 1, aux_sym_dataset_expression_token1, - ACTIONS(1418), 1, + ACTIONS(2054), 1, aux_sym_input_expression_token1, - STATE(45), 1, - sym__decimal_literal, - STATE(1510), 1, + ACTIONS(2056), 1, + aux_sym_if_statement_token1, + ACTIONS(2058), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(1558), 1, + STATE(46), 1, + sym__decimal_literal, + STATE(1862), 1, sym__expression, - STATE(1615), 1, - sym_qualified_name, ACTIONS(669), 2, sym_null_expression, sym_date_literal, @@ -70716,25 +120840,22 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(303), 2, + STATE(875), 2, sym_comment, sym_include, - ACTIONS(1420), 3, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - aux_sym_function_call_argument_token3, ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 20, + STATE(51), 21, sym_constant, + sym_qualified_name, sym_boolean_literal, sym_number_literal, sym_string_literal, @@ -70754,791 +120875,895 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [3839] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(115), 1, - aux_sym_variable_tuning_token2, - ACTIONS(1422), 1, - sym__namedot, - STATE(296), 1, - aux_sym_qualified_name_repeat1, - STATE(304), 2, - sym_comment, - sym_include, - ACTIONS(113), 55, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_unary_expression_token2, - aux_sym_input_expression_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_function_call_token1, - aux_sym_property_type_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_tuning_token1, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - aux_sym_using_statement_token1, - aux_sym_using_statement_token2, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - aux_sym_prompt_for_statement_token2, - [3919] = 7, + [53973] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(960), 1, - anon_sym_LPAREN, - STATE(291), 1, - sym_function_arguments, - STATE(305), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 54, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1526), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3997] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(306), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(876), 2, sym_comment, sym_include, - ACTIONS(102), 4, - sym__namedot, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(104), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54094] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(719), 1, aux_sym_unary_expression_token2, + ACTIONS(721), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(723), 1, aux_sym_temp_table_expression_token1, + ACTIONS(725), 1, aux_sym_current_changed_expression_token1, + ACTIONS(727), 1, aux_sym_locked_expression_token1, + ACTIONS(729), 1, aux_sym_dataset_expression_token1, + ACTIONS(731), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(733), 1, aux_sym_scope_tuning_token1, + ACTIONS(737), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1804), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4071] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(960), 1, - anon_sym_LPAREN, - ACTIONS(992), 1, - anon_sym_LBRACK, - STATE(291), 1, - sym_function_arguments, - STATE(307), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(877), 2, sym_comment, sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 53, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54215] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, sym__integer_literal, - sym_date_literal, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2090), 1, aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2094), 1, aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1990), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4151] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(308), 2, + STATE(878), 2, sym_comment, sym_include, - ACTIONS(244), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(246), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54336] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1543), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4224] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1424), 1, - anon_sym_LPAREN, - ACTIONS(1426), 1, - sym__namedot, - ACTIONS(1428), 1, - sym__namecolon, - ACTIONS(1430), 1, - sym__namedoublecolon, - STATE(1104), 1, - aux_sym_qualified_name_repeat1, - STATE(1117), 1, - aux_sym_object_access_repeat1, - STATE(1118), 1, - sym_function_arguments, - STATE(1120), 1, - aux_sym_member_access_repeat1, - STATE(309), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(879), 2, sym_comment, sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 47, - anon_sym_SLASH, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54457] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_EQ, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1544), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4313] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1424), 1, - anon_sym_LPAREN, - ACTIONS(1426), 1, - sym__namedot, - ACTIONS(1428), 1, - sym__namecolon, - ACTIONS(1430), 1, - sym__namedoublecolon, - ACTIONS(1432), 1, - anon_sym_LBRACK, - STATE(1104), 1, - aux_sym_qualified_name_repeat1, - STATE(1117), 1, - aux_sym_object_access_repeat1, - STATE(1118), 1, - sym_function_arguments, - STATE(1120), 1, - aux_sym_member_access_repeat1, - STATE(310), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(880), 2, sym_comment, sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 46, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54578] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, - anon_sym_EQ, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3423), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4404] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1054), 1, - sym__namedot, - STATE(351), 1, - aux_sym_qualified_name_repeat1, - STATE(311), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(881), 2, sym_comment, sym_include, - ACTIONS(132), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(134), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54699] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1547), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [4481] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(312), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(882), 2, sym_comment, sym_include, - ACTIONS(216), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(218), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54820] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1493), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4554] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(313), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(883), 2, sym_comment, sym_include, - ACTIONS(212), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(214), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [54941] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1549), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4627] = 32, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(884), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [55062] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, + ACTIONS(2322), 1, sym_identifier, - ACTIONS(819), 1, + ACTIONS(2324), 1, anon_sym_LBRACE, - ACTIONS(827), 1, + ACTIONS(2330), 1, sym__integer_literal, - ACTIONS(835), 1, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, aux_sym_unary_expression_token1, - ACTIONS(837), 1, + ACTIONS(2338), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, + ACTIONS(2340), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, + ACTIONS(2342), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, + ACTIONS(2344), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, + ACTIONS(2346), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, + ACTIONS(2348), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, + ACTIONS(2350), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + ACTIONS(2352), 1, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, + ACTIONS(2354), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, + ACTIONS(2356), 1, aux_sym_can_find_expression_token1, - ACTIONS(857), 1, + ACTIONS(2358), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, + ACTIONS(2362), 1, sym__escaped_string, - ACTIONS(1434), 1, - sym__terminator, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(362), 1, - aux_sym_abl_statement_repeat1, - STATE(1093), 1, + STATE(2438), 1, sym__expression, - STATE(1197), 1, + STATE(2603), 1, sym_object_access, - STATE(1217), 1, + STATE(3526), 1, sym__decimal_literal, - ACTIONS(823), 2, + ACTIONS(2326), 2, sym_null_expression, sym_date_literal, - ACTIONS(859), 2, + ACTIONS(2360), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(314), 2, + STATE(885), 2, sym_comment, sym_include, - STATE(1147), 2, + STATE(3130), 2, sym_function_call, sym_new_expression, - ACTIONS(825), 4, + ACTIONS(2328), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, + STATE(3454), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1227), 21, + STATE(3449), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71560,1109 +121785,1350 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [4754] = 5, + [55183] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(315), 2, - sym_comment, - sym_include, - ACTIONS(208), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(210), 55, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, aux_sym_unary_expression_token2, + ACTIONS(2564), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, aux_sym_locked_expression_token1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, + ACTIONS(2574), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2576), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2578), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3063), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4827] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(316), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(886), 2, sym_comment, sym_include, - ACTIONS(204), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(206), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [55304] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1530), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4900] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(317), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(887), 2, sym_comment, sym_include, - ACTIONS(228), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(230), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [55425] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2332), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2334), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2336), 1, aux_sym_unary_expression_token1, + ACTIONS(2338), 1, aux_sym_unary_expression_token2, + ACTIONS(2340), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, aux_sym_locked_expression_token1, + ACTIONS(2348), 1, aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2352), 1, aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2356), 1, aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2436), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4973] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(318), 2, + STATE(888), 2, sym_comment, sym_include, - ACTIONS(200), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(202), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [55546] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3562), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5046] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1054), 1, - sym__namedot, - STATE(351), 1, - aux_sym_qualified_name_repeat1, - STATE(319), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(889), 2, sym_comment, sym_include, - ACTIONS(124), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(126), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [55667] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1495), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [5123] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1058), 1, - sym__namedoublecolon, - STATE(325), 1, - aux_sym_member_access_repeat1, - STATE(320), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(890), 2, sym_comment, sym_include, - ACTIONS(136), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(138), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [55788] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2019), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [5200] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(104), 1, - aux_sym_variable_tuning_token2, - STATE(321), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(891), 2, sym_comment, sym_include, - ACTIONS(102), 56, - sym__namedot, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_unary_expression_token2, - aux_sym_input_expression_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_function_call_token1, - aux_sym_property_type_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_tuning_token1, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - aux_sym_using_statement_token1, - aux_sym_using_statement_token2, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - aux_sym_prompt_for_statement_token2, - [5275] = 5, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [55909] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(322), 2, - sym_comment, - sym_include, - ACTIONS(232), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(234), 55, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2020), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5348] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(323), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(892), 2, sym_comment, sym_include, - ACTIONS(196), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(198), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56030] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2021), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5421] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(324), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(893), 2, sym_comment, sym_include, - ACTIONS(192), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(194), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56151] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2022), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5494] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1440), 1, - sym__namedoublecolon, - ACTIONS(117), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(325), 3, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(894), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56272] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2023), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [5569] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1443), 1, - aux_sym_function_call_token1, - STATE(326), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(895), 2, sym_comment, sym_include, - ACTIONS(166), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(168), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56393] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(2024), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [5644] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1056), 1, - sym__namecolon, - STATE(341), 1, - aux_sym_object_access_repeat1, - STATE(327), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(896), 2, sym_comment, sym_include, - ACTIONS(98), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(100), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56514] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1496), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [5721] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(328), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(897), 2, sym_comment, sym_include, - ACTIONS(184), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(186), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56635] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1497), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5794] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(329), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(898), 2, sym_comment, sym_include, - ACTIONS(124), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(126), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56756] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1498), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5867] = 32, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(899), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56877] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(819), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(827), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(835), 1, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(837), 1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, + ACTIONS(2544), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, + ACTIONS(2546), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, + ACTIONS(2548), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, + ACTIONS(2550), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, + ACTIONS(2552), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, + ACTIONS(2554), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + ACTIONS(2556), 1, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, + ACTIONS(2558), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, + ACTIONS(2560), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1445), 1, - sym__terminator, - STATE(362), 1, - aux_sym_abl_statement_repeat1, - STATE(1093), 1, - sym__expression, - STATE(1197), 1, + STATE(171), 1, sym_object_access, - STATE(1217), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(823), 2, + STATE(1719), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(859), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(330), 2, - sym_comment, - sym_include, - STATE(1147), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(825), 4, + STATE(900), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1227), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72684,218 +123150,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [5994] = 5, + [56998] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(331), 2, - sym_comment, - sym_include, - ACTIONS(180), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(182), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2464), 1, sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, aux_sym_unary_expression_token2, + ACTIONS(2544), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, aux_sym_locked_expression_token1, + ACTIONS(2552), 1, aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2556), 1, aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2560), 1, aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1680), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [6067] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1056), 1, - sym__namecolon, - STATE(341), 1, - aux_sym_object_access_repeat1, - STATE(332), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(901), 2, sym_comment, sym_include, - ACTIONS(98), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(100), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [6144] = 32, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [57119] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(819), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(827), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(835), 1, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(837), 1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, + ACTIONS(2544), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, + ACTIONS(2546), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, + ACTIONS(2548), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, + ACTIONS(2550), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, + ACTIONS(2552), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, + ACTIONS(2554), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + ACTIONS(2556), 1, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, + ACTIONS(2558), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, + ACTIONS(2560), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1447), 1, - sym__terminator, - STATE(362), 1, - aux_sym_abl_statement_repeat1, - STATE(1093), 1, - sym__expression, - STATE(1197), 1, + STATE(171), 1, sym_object_access, - STATE(1217), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(823), 2, + STATE(1717), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(859), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(333), 2, - sym_comment, - sym_include, - STATE(1147), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(825), 4, + STATE(902), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1227), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72917,1109 +123332,1077 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [6271] = 7, + [57240] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1056), 1, - sym__namecolon, - STATE(341), 1, - aux_sym_object_access_repeat1, - STATE(334), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(100), 53, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2464), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, aux_sym_unary_expression_token2, + ACTIONS(2544), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, aux_sym_locked_expression_token1, + ACTIONS(2552), 1, aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2556), 1, aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2560), 1, aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1716), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [6348] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(335), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(903), 2, sym_comment, sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [6421] = 5, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [57361] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(336), 2, - sym_comment, - sym_include, - ACTIONS(188), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(190), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2464), 1, sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, aux_sym_unary_expression_token2, + ACTIONS(2544), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, aux_sym_locked_expression_token1, + ACTIONS(2552), 1, aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2556), 1, aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2560), 1, aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1715), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [6494] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(337), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(904), 2, sym_comment, sym_include, - ACTIONS(160), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(162), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [6567] = 7, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [57482] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1056), 1, - sym__namecolon, - STATE(332), 1, - aux_sym_object_access_repeat1, - STATE(338), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 53, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1501), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [6644] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(339), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(905), 2, sym_comment, sym_include, - ACTIONS(220), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(222), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [6717] = 5, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [57603] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(340), 2, - sym_comment, - sym_include, - ACTIONS(240), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(242), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2464), 1, sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2542), 1, aux_sym_unary_expression_token2, + ACTIONS(2544), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2546), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2548), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2550), 1, aux_sym_locked_expression_token1, + ACTIONS(2552), 1, aux_sym_dataset_expression_token1, + ACTIONS(2554), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2556), 1, aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2560), 1, aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1714), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [6790] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1449), 1, - sym__namecolon, - ACTIONS(91), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(341), 3, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(906), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [6865] = 8, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [57724] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1452), 1, - sym_identifier, - ACTIONS(1455), 1, - aux_sym_input_expression_token2, - STATE(870), 1, - sym_qualified_name, - STATE(342), 2, - sym_comment, - sym_include, - ACTIONS(1377), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1373), 52, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, aux_sym_unary_expression_token2, + ACTIONS(2428), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, aux_sym_locked_expression_token1, + ACTIONS(2436), 1, aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2440), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2442), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3140), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [6944] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(343), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(907), 2, sym_comment, sym_include, - ACTIONS(176), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(178), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [57845] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2384), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACE, + ACTIONS(2392), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2394), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2396), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2398), 1, aux_sym_unary_expression_token1, + ACTIONS(2400), 1, aux_sym_unary_expression_token2, + ACTIONS(2402), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2404), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2406), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2408), 1, aux_sym_locked_expression_token1, + ACTIONS(2410), 1, aux_sym_dataset_expression_token1, + ACTIONS(2412), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2414), 1, aux_sym_scope_tuning_token1, + ACTIONS(2416), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2418), 1, aux_sym_can_find_expression_token1, + ACTIONS(2420), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2424), 1, + sym__escaped_string, + STATE(1621), 1, + sym__expression, + STATE(1631), 1, + sym_object_access, + STATE(1745), 1, + sym__decimal_literal, + ACTIONS(2388), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2422), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7017] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(344), 2, + STATE(908), 2, sym_comment, sym_include, - ACTIONS(128), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(130), 54, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + STATE(1656), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2390), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(1773), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1780), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [57966] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, + anon_sym_LBRACE, + ACTIONS(2666), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2668), 1, anon_sym_LBRACK, + ACTIONS(2670), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2692), 1, aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1927), 1, + sym__expression, + STATE(2011), 1, + sym_object_access, + STATE(3102), 1, + sym__decimal_literal, + ACTIONS(2662), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [7090] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(345), 2, + STATE(909), 2, sym_comment, sym_include, - ACTIONS(236), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(238), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3104), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3136), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [58087] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3088), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7163] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(346), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(910), 2, sym_comment, sym_include, - ACTIONS(132), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(134), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [58208] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, aux_sym_unary_expression_token2, + ACTIONS(2428), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, aux_sym_locked_expression_token1, + ACTIONS(2436), 1, aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2440), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2442), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3144), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7236] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(347), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(911), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(146), 54, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [58329] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, aux_sym_unary_expression_token2, + ACTIONS(2428), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, aux_sym_locked_expression_token1, + ACTIONS(2436), 1, aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2440), 1, aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2442), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3145), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [7309] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1457), 1, - anon_sym_NO_DASHERROR, - STATE(348), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(912), 2, sym_comment, sym_include, - ACTIONS(398), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(400), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [58450] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, aux_sym_unary_expression_token2, + ACTIONS(2428), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2430), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2432), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2434), 1, aux_sym_locked_expression_token1, + ACTIONS(2436), 1, aux_sym_dataset_expression_token1, + ACTIONS(2438), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2440), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2442), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3053), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [7384] = 32, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(913), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [58571] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1020), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1022), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(2428), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(2430), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(2432), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(2434), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, + ACTIONS(2436), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, + ACTIONS(2438), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(2440), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(2442), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(234), 1, - aux_sym_sort_clause_repeat1, - STATE(237), 1, - sym__expression, - STATE(307), 1, + STATE(21), 1, sym_object_access, - STATE(337), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2779), 1, - sym_sort_column, - ACTIONS(1014), 2, + STATE(3165), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(349), 2, + STATE(914), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74041,80 +124424,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [7511] = 32, + [58692] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(827), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(835), 1, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(837), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2426), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, + ACTIONS(2428), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, + ACTIONS(2430), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, + ACTIONS(2432), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, + ACTIONS(2434), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, + ACTIONS(2436), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, + ACTIONS(2438), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, + ACTIONS(2440), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, + ACTIONS(2442), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1459), 1, - sym__terminator, - STATE(362), 1, - aux_sym_abl_statement_repeat1, - STATE(1093), 1, - sym__expression, - STATE(1197), 1, + STATE(21), 1, sym_object_access, - STATE(1217), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(823), 2, + STATE(3166), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(859), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(350), 2, - sym_comment, - sym_include, - STATE(1147), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(825), 4, + STATE(915), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1227), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74136,354 +124515,440 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [7638] = 7, + [58813] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1054), 1, - sym__namedot, - STATE(363), 1, - aux_sym_qualified_name_repeat1, - STATE(351), 2, - sym_comment, - sym_include, - ACTIONS(113), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(115), 53, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2464), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1418), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [7715] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(352), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(916), 2, sym_comment, sym_include, - ACTIONS(140), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(142), 54, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [58934] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1419), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [7788] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(353), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(917), 2, sym_comment, sym_include, - ACTIONS(224), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(226), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [59055] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1423), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7861] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(354), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(918), 2, sym_comment, sym_include, - ACTIONS(172), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(174), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [59176] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1424), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7934] = 32, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(919), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [59297] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(819), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(827), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(835), 1, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(837), 1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(857), 1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1461), 1, - sym__terminator, - STATE(362), 1, - aux_sym_abl_statement_repeat1, - STATE(1093), 1, - sym__expression, - STATE(1197), 1, + STATE(171), 1, sym_object_access, - STATE(1217), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(823), 2, + STATE(1437), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(859), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(355), 2, - sym_comment, - sym_include, - STATE(1147), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(825), 4, + STATE(920), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1227), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74505,352 +124970,440 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [8061] = 5, + [59418] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(356), 2, - sym_comment, - sym_include, - ACTIONS(128), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(130), 54, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2464), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, + ACTIONS(2476), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1440), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8134] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(357), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(921), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(146), 54, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [59539] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3333), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8207] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(358), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(922), 2, sym_comment, sym_include, - ACTIONS(252), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(254), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [59660] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, + ACTIONS(703), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, + ACTIONS(709), 1, aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1998), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [8280] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(359), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(923), 2, sym_comment, sym_include, - ACTIONS(140), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(142), 54, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [59781] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + ACTIONS(703), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, + ACTIONS(709), 1, aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1997), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8353] = 32, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(924), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [59902] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1020), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1022), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, - aux_sym_input_expression_token1, - ACTIONS(1040), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(703), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(709), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(236), 1, - aux_sym_sort_clause_repeat1, - STATE(237), 1, - sym__expression, - STATE(307), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, sym_object_access, - STATE(337), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2779), 1, - sym_sort_column, - ACTIONS(1014), 2, + STATE(1996), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(360), 2, + STATE(925), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74872,149 +125425,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [8480] = 7, + [60023] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1056), 1, - sym__namecolon, - STATE(332), 1, - aux_sym_object_access_repeat1, - STATE(361), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 53, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, + ACTIONS(703), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, + ACTIONS(709), 1, aux_sym_accumulate_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1995), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8557] = 31, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(926), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [60144] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1463), 1, - sym_identifier, - ACTIONS(1466), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1469), 1, - sym__terminator, - ACTIONS(1477), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1480), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1489), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1492), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1495), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1498), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1501), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1504), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1507), 1, - aux_sym_input_expression_token1, - ACTIONS(1510), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(1513), 1, + ACTIONS(703), 1, aux_sym_if_statement_token1, - ACTIONS(1516), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(1519), 1, + ACTIONS(709), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1525), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(1093), 1, - sym__expression, - STATE(1197), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, sym_object_access, - STATE(1217), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1471), 2, + STATE(1994), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1522), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(1147), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(362), 3, + STATE(927), 2, sym_comment, sym_include, - aux_sym_abl_statement_repeat1, - ACTIONS(1474), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1227), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75036,279 +125607,371 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [8682] = 6, + [60265] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1528), 1, - sym__namedot, - ACTIONS(102), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(363), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 53, - anon_sym_SLASH, + ACTIONS(667), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1491), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8757] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(364), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(928), 2, sym_comment, sym_include, - ACTIONS(248), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(250), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [60386] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3074), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [8830] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(365), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(929), 2, sym_comment, sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 55, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [60507] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3076), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [8903] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(366), 2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(930), 2, sym_comment, sym_include, - ACTIONS(102), 4, - sym__namedot, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(104), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [60628] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(675), 1, anon_sym_LBRACK, + ACTIONS(677), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3077), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8975] = 31, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(931), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [60749] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75331,31 +125994,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1531), 1, - anon_sym_RBRACK, - ACTIONS(1533), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2658), 1, + STATE(3078), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -75366,7 +126027,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(367), 2, + STATE(932), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75374,12 +126035,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75401,7 +126062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [9099] = 31, + [60870] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75424,31 +126085,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1551), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2746), 1, + STATE(1490), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -75459,7 +126118,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(368), 2, + STATE(933), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75467,12 +126126,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75494,147 +126153,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [9223] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1553), 1, - anon_sym_NO_DASHERROR, - STATE(369), 2, - sym_comment, - sym_include, - ACTIONS(400), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(398), 49, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - sym__terminator, - aux_sym__block_terminator_token1, - aux_sym_type_tuning_token2, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [9299] = 31, + [60991] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2624), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2628), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2646), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2650), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1555), 1, - anon_sym_RBRACK, - STATE(14), 1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(2666), 1, + sym__expression, + STATE(3072), 1, sym_object_access, - STATE(45), 1, + STATE(3664), 1, sym__decimal_literal, - STATE(2678), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2620), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(370), 2, + STATE(934), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3734), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3729), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75656,7 +126244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [9423] = 31, + [61112] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75679,31 +126267,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1557), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2745), 1, + STATE(3081), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -75714,7 +126300,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(371), 2, + STATE(935), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75722,12 +126308,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75749,82 +126335,189 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [9547] = 13, + [61233] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1559), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, + anon_sym_LBRACE, + ACTIONS(2666), 1, + sym__integer_literal, + ACTIONS(2668), 1, + anon_sym_LBRACK, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(1561), 1, - sym__namedot, - ACTIONS(1563), 1, - sym__namecolon, - ACTIONS(1565), 1, - sym__namedoublecolon, - STATE(1129), 1, - aux_sym_member_access_repeat1, - STATE(1130), 1, - aux_sym_object_access_repeat1, - STATE(1131), 1, - aux_sym_qualified_name_repeat1, - STATE(1133), 1, - sym_function_arguments, - STATE(372), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, + ACTIONS(2672), 1, + aux_sym_unary_expression_token1, + ACTIONS(2674), 1, + aux_sym_unary_expression_token2, + ACTIONS(2676), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2678), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2680), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2682), 1, + aux_sym_locked_expression_token1, + ACTIONS(2684), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2686), 1, + aux_sym_input_expression_token1, + ACTIONS(2688), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, + aux_sym_if_statement_token1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2698), 1, sym__escaped_string, - ACTIONS(89), 46, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, + STATE(1937), 1, + sym__expression, + STATE(2011), 1, + sym_object_access, + STATE(3102), 1, + sym__decimal_literal, + ACTIONS(2662), 2, sym_null_expression, + sym_date_literal, + ACTIONS(2696), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(936), 2, + sym_comment, + sym_include, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3104), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3136), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [61354] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2184), 1, + sym_identifier, + ACTIONS(2186), 1, + anon_sym_LBRACE, + ACTIONS(2192), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2194), 1, anon_sym_LBRACK, - anon_sym_EQ, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(2198), 1, aux_sym_unary_expression_token1, + ACTIONS(2200), 1, aux_sym_unary_expression_token2, + ACTIONS(2202), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2204), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2206), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2208), 1, aux_sym_locked_expression_token1, + ACTIONS(2210), 1, aux_sym_dataset_expression_token1, + ACTIONS(2212), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2214), 1, aux_sym_scope_tuning_token1, + ACTIONS(2216), 1, aux_sym_if_statement_token1, + ACTIONS(2218), 1, aux_sym_can_find_expression_token1, + ACTIONS(2220), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2224), 1, + sym__escaped_string, + STATE(1545), 1, + sym__expression, + STATE(1561), 1, + sym_object_access, + STATE(1685), 1, + sym__decimal_literal, + ACTIONS(2188), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2222), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [9635] = 31, + STATE(937), 2, + sym_comment, + sym_include, + STATE(1624), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2190), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1737), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1739), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [61475] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75847,31 +126540,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2562), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2564), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2566), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2568), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2570), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2574), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2576), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2578), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1567), 1, - sym__terminator, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2949), 1, + STATE(3238), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -75882,7 +126573,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(373), 2, + STATE(938), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75890,12 +126581,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75917,78 +126608,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [9759] = 31, + [61596] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2688), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1569), 1, - anon_sym_RBRACK, - STATE(14), 1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1938), 1, + sym__expression, + STATE(2011), 1, sym_object_access, - STATE(45), 1, + STATE(3102), 1, sym__decimal_literal, - STATE(2680), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(374), 2, + STATE(939), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76010,78 +126699,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [9883] = 31, + [61717] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2068), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2070), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2072), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1571), 1, - anon_sym_RBRACK, - STATE(14), 1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(2007), 1, + sym__expression, + STATE(2128), 1, sym_object_access, - STATE(45), 1, + STATE(3252), 1, sym__decimal_literal, - STATE(2754), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2064), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(375), 2, + STATE(940), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3270), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3283), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76103,352 +126790,622 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10007] = 8, + [61838] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1052), 1, - anon_sym_LPAREN, - ACTIONS(1076), 1, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2070), 1, anon_sym_LBRACK, - STATE(326), 1, - sym_function_arguments, - STATE(376), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, + aux_sym_unary_expression_token1, + ACTIONS(2076), 1, + aux_sym_unary_expression_token2, + ACTIONS(2078), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, + aux_sym_locked_expression_token1, + ACTIONS(2086), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, + aux_sym_input_expression_token1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, + aux_sym_if_statement_token1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, sym__escaped_string, - ACTIONS(73), 51, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, + STATE(2006), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(941), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [61959] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, sym__integer_literal, - sym_date_literal, - anon_sym_EQ, + ACTIONS(2070), 1, + anon_sym_LBRACK, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2090), 1, aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2094), 1, aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(2005), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [10085] = 7, + STATE(942), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [62080] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1573), 1, + ACTIONS(2322), 1, sym_identifier, - STATE(852), 1, - sym_qualified_name, - STATE(377), 2, - sym_comment, - sym_include, - ACTIONS(1410), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1408), 52, - anon_sym_SLASH, + ACTIONS(2324), 1, anon_sym_LBRACE, - anon_sym_STAR, - sym__terminator, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2435), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(943), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [62201] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2070), 1, anon_sym_LBRACK, + ACTIONS(2072), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2090), 1, aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2094), 1, aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1993), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [10161] = 5, + STATE(944), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [62322] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(378), 2, - sym_comment, - sym_include, - ACTIONS(152), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(154), 53, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2322), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2332), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(2336), 1, + aux_sym_unary_expression_token1, + ACTIONS(2338), 1, + aux_sym_unary_expression_token2, + ACTIONS(2340), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, + aux_sym_locked_expression_token1, + ACTIONS(2348), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, + aux_sym_input_expression_token1, + ACTIONS(2352), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, + aux_sym_if_statement_token1, + ACTIONS(2356), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2009), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(945), 2, + sym_comment, + sym_include, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [62443] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2322), 1, + sym_identifier, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2332), 1, anon_sym_LBRACK, + ACTIONS(2334), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2336), 1, aux_sym_unary_expression_token1, + ACTIONS(2338), 1, aux_sym_unary_expression_token2, + ACTIONS(2340), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, aux_sym_locked_expression_token1, + ACTIONS(2348), 1, aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2352), 1, aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2356), 1, aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2362), 1, + sym__escaped_string, + STATE(2433), 1, + sym__expression, + STATE(2603), 1, + sym_object_access, + STATE(3526), 1, + sym__decimal_literal, + ACTIONS(2326), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2360), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [10233] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(379), 2, + STATE(946), 2, sym_comment, sym_include, - ACTIONS(142), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(140), 50, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - sym__terminator, - aux_sym__block_terminator_token1, - aux_sym_type_tuning_token2, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - anon_sym_NO_DASHERROR, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [10307] = 31, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3454), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3449), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [62564] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2068), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2070), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2072), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1576), 1, - anon_sym_RBRACK, - STATE(14), 1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1992), 1, + sym__expression, + STATE(2128), 1, sym_object_access, - STATE(45), 1, + STATE(3252), 1, sym__decimal_literal, - STATE(2731), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2064), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(380), 2, + STATE(947), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3270), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3283), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76470,7 +127427,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10431] = 31, + [62685] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -76493,31 +127450,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1578), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2781), 1, + STATE(3225), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -76528,7 +127483,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(381), 2, + STATE(948), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -76536,12 +127491,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76563,74 +127518,98 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10555] = 5, + [62806] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(382), 2, - sym_comment, - sym_include, - ACTIONS(109), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(111), 53, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2060), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2062), 1, + anon_sym_LBRACE, + ACTIONS(2068), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2070), 1, anon_sym_LBRACK, + ACTIONS(2072), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2090), 1, aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2094), 1, aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1991), 1, + sym__expression, + STATE(2128), 1, + sym_object_access, + STATE(3252), 1, + sym__decimal_literal, + ACTIONS(2064), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [10627] = 31, + STATE(949), 2, + sym_comment, + sym_include, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3270), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3283), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [62927] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -76653,31 +127632,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1580), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2724), 1, + STATE(1596), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -76688,7 +127665,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(383), 2, + STATE(950), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -76696,12 +127673,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76723,78 +127700,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10751] = 31, + [63048] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1582), 1, - sym__terminator, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(3122), 1, + STATE(2534), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(384), 2, + STATE(951), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76816,7 +127791,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10875] = 31, + [63169] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -76839,31 +127814,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1584), 1, - sym__terminator, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2966), 1, + STATE(1599), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -76874,7 +127847,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(385), 2, + STATE(952), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -76882,12 +127855,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76909,75 +127882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10999] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(386), 2, - sym_comment, - sym_include, - ACTIONS(146), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(144), 50, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - sym__terminator, - aux_sym__block_terminator_token1, - aux_sym_type_tuning_token2, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - anon_sym_NO_DASHERROR, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [11073] = 31, + [63290] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77000,31 +127905,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1576), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2708), 1, + STATE(1606), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -77035,7 +127938,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(387), 2, + STATE(953), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77043,12 +127946,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77070,150 +127973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11197] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1559), 1, - anon_sym_LPAREN, - ACTIONS(1561), 1, - sym__namedot, - ACTIONS(1563), 1, - sym__namecolon, - ACTIONS(1565), 1, - sym__namedoublecolon, - ACTIONS(1586), 1, - anon_sym_LBRACK, - STATE(1129), 1, - aux_sym_member_access_repeat1, - STATE(1130), 1, - aux_sym_object_access_repeat1, - STATE(1131), 1, - aux_sym_qualified_name_repeat1, - STATE(1133), 1, - sym_function_arguments, - STATE(388), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 45, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [11287] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(389), 2, - sym_comment, - sym_include, - ACTIONS(148), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(150), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [11359] = 31, + [63411] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77236,31 +127996,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1588), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2672), 1, + STATE(1608), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -77271,7 +128029,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(390), 2, + STATE(954), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77279,12 +128037,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77306,7 +128064,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11483] = 31, + [63532] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77329,31 +128087,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1590), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2719), 1, + STATE(1610), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -77364,7 +128120,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(391), 2, + STATE(955), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77372,12 +128128,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77399,7 +128155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11607] = 31, + [63653] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77422,31 +128178,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1592), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2701), 1, + STATE(1617), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -77457,7 +128211,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(392), 2, + STATE(956), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77465,12 +128219,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77492,145 +128246,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11731] = 5, + [63774] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(393), 2, - sym_comment, - sym_include, - ACTIONS(156), 4, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(158), 53, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2322), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2324), 1, + anon_sym_LBRACE, + ACTIONS(2330), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2332), 1, anon_sym_LBRACK, + ACTIONS(2334), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2336), 1, aux_sym_unary_expression_token1, + ACTIONS(2338), 1, aux_sym_unary_expression_token2, + ACTIONS(2340), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2342), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2344), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2346), 1, aux_sym_locked_expression_token1, + ACTIONS(2348), 1, aux_sym_dataset_expression_token1, + ACTIONS(2350), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2352), 1, aux_sym_scope_tuning_token1, + ACTIONS(2354), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2356), 1, aux_sym_can_find_expression_token1, + ACTIONS(2358), 1, aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [11803] = 31, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2362), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1594), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(2419), 1, + sym__expression, + STATE(2603), 1, sym_object_access, - STATE(45), 1, + STATE(3526), 1, sym__decimal_literal, - STATE(2758), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2326), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2360), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(394), 2, + STATE(957), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3130), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2328), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3454), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3449), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77652,143 +128337,98 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11927] = 6, + [63895] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1596), 1, - sym__namedot, - STATE(395), 2, - sym_comment, - sym_include, - ACTIONS(160), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(162), 53, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2658), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, + ACTIONS(2660), 1, + anon_sym_LBRACE, + ACTIONS(2666), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2668), 1, anon_sym_LBRACK, + ACTIONS(2670), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2692), 1, aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1939), 1, + sym__expression, + STATE(2011), 1, + sym_object_access, + STATE(3102), 1, + sym__decimal_literal, + ACTIONS(2662), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [12001] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(396), 2, + STATE(958), 2, sym_comment, sym_include, - ACTIONS(130), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(128), 50, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - sym__terminator, - aux_sym__block_terminator_token1, - aux_sym_type_tuning_token2, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - anon_sym_NO_DASHERROR, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [12075] = 31, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3104), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3136), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [64016] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77811,31 +128451,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(1964), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(1966), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(1968), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(1970), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(1972), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(1974), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(1976), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(1978), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(1980), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1598), 1, - anon_sym_RBRACK, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2752), 1, + STATE(3591), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -77846,7 +128484,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(397), 2, + STATE(959), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77854,12 +128492,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77881,78 +128519,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12199] = 31, + [64137] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1600), 1, - sym__terminator, - STATE(14), 1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(3132), 1, + STATE(1400), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(398), 2, + STATE(960), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77974,78 +128610,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12323] = 31, + [64258] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1602), 1, - sym__terminator, - STATE(14), 1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(3119), 1, + STATE(1411), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(399), 2, + STATE(961), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78067,145 +128701,258 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12447] = 7, + [64379] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1052), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, anon_sym_LPAREN, - STATE(326), 1, - sym_function_arguments, - STATE(400), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2480), 1, + aux_sym_unary_expression_token2, + ACTIONS(2482), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, + aux_sym_locked_expression_token1, + ACTIONS(2490), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, + aux_sym_input_expression_token1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, + aux_sym_if_statement_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(89), 52, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1412), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(962), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [64500] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2474), 1, anon_sym_LBRACK, - anon_sym_EQ, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(1415), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [12523] = 30, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(963), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [64621] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(1012), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(1020), 1, - anon_sym_LBRACK, - ACTIONS(1022), 1, - anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + ACTIONS(867), 1, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + ACTIONS(871), 1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, + ACTIONS(885), 1, sym__escaped_string, - STATE(242), 1, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1346), 1, sym__expression, - STATE(307), 1, + STATE(1414), 1, sym_object_access, - STATE(337), 1, + STATE(1456), 1, sym__decimal_literal, - ACTIONS(1014), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(401), 2, + STATE(964), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78227,7 +128974,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12644] = 30, + [64742] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -78250,29 +128997,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1604), 1, + ACTIONS(1964), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, + ACTIONS(1966), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, + ACTIONS(1968), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, + ACTIONS(1970), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, + ACTIONS(1972), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, + ACTIONS(1974), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, + ACTIONS(1976), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + ACTIONS(1978), 1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + ACTIONS(1980), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1273), 1, + STATE(3586), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -78283,7 +129030,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(402), 2, + STATE(965), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -78291,12 +129038,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78318,76 +129065,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12765] = 30, + [64863] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(896), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + ACTIONS(2504), 1, sym__escaped_string, - STATE(272), 1, - sym__expression, - STATE(376), 1, + STATE(171), 1, sym_object_access, - STATE(839), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(1416), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(403), 2, + STATE(966), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78409,76 +129156,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12886] = 30, + [64984] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(896), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(1966), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(1968), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(1970), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(1972), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, + ACTIONS(1974), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, + ACTIONS(1976), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, - aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(1978), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, - aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(1980), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, - sym__escaped_string, - STATE(289), 1, - sym__expression, - STATE(376), 1, + STATE(21), 1, sym_object_access, - STATE(839), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(3585), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(404), 2, + STATE(967), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78500,76 +129247,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13007] = 30, + [65105] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(896), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(2480), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(2482), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(2484), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(2486), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(2488), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, + ACTIONS(2490), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, + ACTIONS(2492), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(2496), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(2500), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + ACTIONS(2504), 1, sym__escaped_string, - STATE(267), 1, - sym__expression, - STATE(376), 1, + STATE(171), 1, sym_object_access, - STATE(839), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(1417), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(405), 2, + STATE(968), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78591,167 +129338,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13128] = 30, + [65226] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, - aux_sym_unary_expression_token2, - ACTIONS(1640), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, - aux_sym_locked_expression_token1, - ACTIONS(1648), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, - aux_sym_input_expression_token1, - ACTIONS(1652), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, - aux_sym_if_statement_token1, - ACTIONS(1656), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(1631), 1, - sym__expression, - STATE(1687), 1, - sym_object_access, - STATE(2787), 1, - sym__decimal_literal, - ACTIONS(1626), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1660), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(406), 2, - sym_comment, - sym_include, - STATE(2324), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1628), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2921), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2916), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [13249] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1622), 1, + ACTIONS(715), 1, sym_identifier, - ACTIONS(1624), 1, - anon_sym_LBRACE, - ACTIONS(1630), 1, - sym__integer_literal, - ACTIONS(1632), 1, - anon_sym_LBRACK, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1636), 1, - aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(1964), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(1966), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(1968), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(1970), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(1972), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(1974), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(1976), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(1978), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(1980), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1632), 1, - sym__expression, - STATE(1687), 1, + STATE(21), 1, sym_object_access, - STATE(2787), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(3583), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(407), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(969), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78773,76 +129429,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13370] = 30, + [65347] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(1966), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(1968), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(1970), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(1972), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(1974), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(1976), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(1978), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(1980), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1633), 1, - sym__expression, - STATE(1687), 1, + STATE(21), 1, sym_object_access, - STATE(2787), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(3582), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(408), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(970), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78864,76 +129520,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13491] = 30, + [65468] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1634), 1, - sym__expression, - STATE(1687), 1, + STATE(21), 1, sym_object_access, - STATE(2787), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(1500), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(409), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(971), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78955,76 +129611,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13612] = 30, + [65589] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(1966), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(1968), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(1970), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(1972), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(1974), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(1976), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(1978), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(1980), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1635), 1, - sym__expression, - STATE(1687), 1, + STATE(21), 1, sym_object_access, - STATE(2787), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(3579), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(410), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(972), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79046,76 +129702,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13733] = 30, + [65710] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, + ACTIONS(2280), 1, sym_identifier, - ACTIONS(1624), 1, + ACTIONS(2282), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(2288), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(2292), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(2294), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(2296), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(2298), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(2300), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(2302), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(2304), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(2306), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(2308), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, + ACTIONS(2310), 1, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(2312), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, + ACTIONS(2314), 1, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(2316), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, + ACTIONS(2320), 1, sym__escaped_string, - STATE(1636), 1, + STATE(1701), 1, sym__expression, - STATE(1687), 1, + STATE(1755), 1, sym_object_access, - STATE(2787), 1, + STATE(1906), 1, sym__decimal_literal, - ACTIONS(1626), 2, + ACTIONS(2284), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(2318), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(411), 2, + STATE(973), 2, sym_comment, sym_include, - STATE(2324), 2, + STATE(1784), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + ACTIONS(2286), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(1909), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(1912), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79137,7 +129793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13854] = 30, + [65831] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79160,29 +129816,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3186), 1, + STATE(1503), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -79193,7 +129849,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(412), 2, + STATE(974), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79201,12 +129857,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79228,7 +129884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13975] = 30, + [65952] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79251,29 +129907,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3013), 1, + STATE(1518), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -79284,7 +129940,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(413), 2, + STATE(975), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79292,12 +129948,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79319,7 +129975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14096] = 30, + [66073] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79342,29 +129998,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3153), 1, + STATE(1517), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -79375,7 +130031,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(414), 2, + STATE(976), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79383,12 +130039,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79410,7 +130066,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14217] = 30, + [66194] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79433,29 +130089,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3086), 1, + STATE(1516), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -79466,7 +130122,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(415), 2, + STATE(977), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79474,12 +130130,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79501,7 +130157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14338] = 30, + [66315] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79524,29 +130180,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3021), 1, + STATE(1515), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -79557,7 +130213,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(416), 2, + STATE(978), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79565,12 +130221,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79592,76 +130248,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14459] = 30, + [66436] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2736), 1, + sym_identifier, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2511), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(45), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(3017), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(417), 2, + STATE(979), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79683,76 +130339,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14580] = 30, + [66557] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(1684), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, + ACTIONS(2766), 1, aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, + ACTIONS(2770), 1, aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, + ACTIONS(2776), 1, sym__escaped_string, - STATE(2203), 1, + STATE(2510), 1, sym__expression, - STATE(2699), 1, + STATE(2585), 1, sym_object_access, - STATE(3237), 1, + STATE(3446), 1, sym__decimal_literal, - ACTIONS(1686), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(418), 2, + STATE(980), 2, sym_comment, sym_include, - STATE(2842), 2, + STATE(3122), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79774,76 +130430,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14701] = 30, + [66678] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(1684), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, + ACTIONS(2766), 1, aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, + ACTIONS(2770), 1, aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, + ACTIONS(2776), 1, sym__escaped_string, - STATE(2204), 1, + STATE(2509), 1, sym__expression, - STATE(2699), 1, + STATE(2585), 1, sym_object_access, - STATE(3237), 1, + STATE(3446), 1, sym__decimal_literal, - ACTIONS(1686), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(419), 2, + STATE(981), 2, sym_comment, sym_include, - STATE(2842), 2, + STATE(3122), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79865,76 +130521,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14822] = 30, + [66799] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(1684), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, + ACTIONS(2766), 1, aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, + ACTIONS(2770), 1, aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, + ACTIONS(2776), 1, sym__escaped_string, - STATE(2205), 1, + STATE(2508), 1, sym__expression, - STATE(2699), 1, + STATE(2585), 1, sym_object_access, - STATE(3237), 1, + STATE(3446), 1, sym__decimal_literal, - ACTIONS(1686), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(420), 2, + STATE(982), 2, sym_comment, sym_include, - STATE(2842), 2, + STATE(3122), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79956,76 +130612,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14943] = 30, + [66920] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(1684), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, + ACTIONS(2766), 1, aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, + ACTIONS(2770), 1, aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, + ACTIONS(2776), 1, sym__escaped_string, - STATE(2206), 1, + STATE(2507), 1, sym__expression, - STATE(2699), 1, + STATE(2585), 1, sym_object_access, - STATE(3237), 1, + STATE(3446), 1, sym__decimal_literal, - ACTIONS(1686), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(421), 2, + STATE(983), 2, sym_comment, sym_include, - STATE(2842), 2, + STATE(3122), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80047,76 +130703,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15064] = 30, + [67041] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(1684), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, + ACTIONS(2766), 1, aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, + ACTIONS(2770), 1, aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, + ACTIONS(2776), 1, sym__escaped_string, - STATE(2207), 1, + STATE(2506), 1, sym__expression, - STATE(2699), 1, + STATE(2585), 1, sym_object_access, - STATE(3237), 1, + STATE(3446), 1, sym__decimal_literal, - ACTIONS(1686), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(422), 2, + STATE(984), 2, sym_comment, sym_include, - STATE(2842), 2, + STATE(3122), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80138,76 +130794,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15185] = 30, + [67162] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, - sym_identifier, - ACTIONS(1684), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, - sym__escaped_string, - STATE(2208), 1, - sym__expression, - STATE(2699), 1, + STATE(21), 1, sym_object_access, - STATE(3237), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1686), 2, + STATE(3085), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(423), 2, - sym_comment, - sym_include, - STATE(2842), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + STATE(985), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80229,7 +130885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15306] = 30, + [67283] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80252,29 +130908,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2783), 1, + STATE(3086), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -80285,7 +130941,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(424), 2, + STATE(986), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80293,12 +130949,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80320,7 +130976,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15427] = 30, + [67404] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80343,29 +130999,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2350), 1, + STATE(1846), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -80376,7 +131032,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(425), 2, + STATE(987), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80384,12 +131040,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80411,76 +131067,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15548] = 30, + [67525] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(1982), 1, + sym_identifier, + ACTIONS(1984), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1990), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1992), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1994), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1996), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1742), 1, + ACTIONS(1998), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2000), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2002), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2004), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2006), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2008), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2010), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2012), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2014), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2016), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2018), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2022), 1, + sym__escaped_string, + STATE(2647), 1, + sym__expression, + STATE(3180), 1, sym_object_access, - STATE(45), 1, + STATE(3633), 1, sym__decimal_literal, - STATE(2354), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1986), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2020), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(426), 2, + STATE(988), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3211), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1988), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3680), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3685), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80502,7 +131158,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15669] = 30, + [67646] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80525,29 +131181,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2364), 1, + STATE(3623), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -80558,7 +131214,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(427), 2, + STATE(989), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80566,12 +131222,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80593,7 +131249,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15790] = 30, + [67767] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(990), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [67838] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80616,29 +131338,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2367), 1, + STATE(3101), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -80649,7 +131371,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(428), 2, + STATE(991), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80657,12 +131379,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80684,76 +131406,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15911] = 30, + [67959] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2288), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2292), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2294), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, sym__escaped_string, - ACTIONS(715), 1, + STATE(1700), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(992), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [68080] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(2372), 1, + STATE(2473), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(429), 2, + STATE(993), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80775,76 +131588,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16032] = 30, + [68201] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, + ACTIONS(2280), 1, sym_identifier, - ACTIONS(896), 1, + ACTIONS(2282), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(2288), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(2292), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(2294), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(2296), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(2298), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(2300), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(2302), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(2304), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, + ACTIONS(2306), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, + ACTIONS(2308), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, + ACTIONS(2310), 1, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(2312), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + ACTIONS(2314), 1, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(2316), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + ACTIONS(2320), 1, sym__escaped_string, - STATE(269), 1, + STATE(1695), 1, sym__expression, - STATE(376), 1, + STATE(1755), 1, sym_object_access, - STATE(839), 1, + STATE(1906), 1, sym__decimal_literal, - ACTIONS(900), 2, + ACTIONS(2284), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(2318), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, - sym_function_call, - sym_new_expression, - STATE(430), 2, + STATE(994), 2, sym_comment, sym_include, - ACTIONS(902), 4, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(1909), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(1912), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80866,76 +131679,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16153] = 30, + [68322] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, + ACTIONS(2280), 1, sym_identifier, - ACTIONS(896), 1, + ACTIONS(2282), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(2288), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(2292), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(2294), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(2296), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(2298), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(2300), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(2302), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(2304), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, + ACTIONS(2306), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, + ACTIONS(2308), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, + ACTIONS(2310), 1, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(2312), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + ACTIONS(2314), 1, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(2316), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + ACTIONS(2320), 1, sym__escaped_string, - STATE(281), 1, + STATE(1691), 1, sym__expression, - STATE(376), 1, + STATE(1755), 1, sym_object_access, - STATE(839), 1, + STATE(1906), 1, sym__decimal_literal, - ACTIONS(900), 2, + ACTIONS(2284), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(2318), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, - sym_function_call, - sym_new_expression, - STATE(431), 2, + STATE(995), 2, sym_comment, sym_include, - ACTIONS(902), 4, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(1909), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(1912), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80957,76 +131770,258 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16274] = 30, + [68443] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2288), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2292), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2294), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(2296), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2298), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2300), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2302), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2304), 1, aux_sym_locked_expression_token1, - ACTIONS(697), 1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(2312), 1, aux_sym_if_statement_token1, - ACTIONS(705), 1, + ACTIONS(2314), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, + ACTIONS(2316), 1, aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, + ACTIONS(2320), 1, sym__escaped_string, - ACTIONS(715), 1, + STATE(1677), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(996), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1909), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1912), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [68564] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2718), 1, + aux_sym_unary_expression_token2, + ACTIONS(2720), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2722), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2724), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2726), 1, + aux_sym_locked_expression_token1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - STATE(14), 1, + ACTIONS(2730), 1, + aux_sym_input_expression_token1, + ACTIONS(2732), 1, + aux_sym_if_statement_token1, + ACTIONS(2734), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1650), 1, + STATE(2472), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(432), 2, + STATE(997), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [68685] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2280), 1, + sym_identifier, + ACTIONS(2282), 1, + anon_sym_LBRACE, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2290), 1, + anon_sym_LBRACK, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(2294), 1, + aux_sym_unary_expression_token1, + ACTIONS(2296), 1, + aux_sym_unary_expression_token2, + ACTIONS(2298), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2300), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2302), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2304), 1, + aux_sym_locked_expression_token1, + ACTIONS(2306), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2308), 1, + aux_sym_input_expression_token1, + ACTIONS(2310), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2312), 1, + aux_sym_if_statement_token1, + ACTIONS(2314), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2316), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2320), 1, + sym__escaped_string, + STATE(1678), 1, + sym__expression, + STATE(1755), 1, + sym_object_access, + STATE(1906), 1, + sym__decimal_literal, + ACTIONS(2284), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2318), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(998), 2, + sym_comment, + sym_include, + STATE(1784), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2286), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(1909), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(1912), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81048,7 +132043,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16395] = 30, + [68806] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81071,29 +132066,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2562), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2564), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2566), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2568), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2570), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2574), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2576), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2578), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2926), 1, + STATE(3264), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -81104,7 +132099,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(433), 2, + STATE(999), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -81112,12 +132107,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [68927] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2718), 1, + aux_sym_unary_expression_token2, + ACTIONS(2720), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2722), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2724), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2726), 1, + aux_sym_locked_expression_token1, + ACTIONS(2728), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2730), 1, + aux_sym_input_expression_token1, + ACTIONS(2732), 1, + aux_sym_if_statement_token1, + ACTIONS(2734), 1, + aux_sym_accumulate_expression_token1, + STATE(171), 1, + sym_object_access, + STATE(273), 1, + sym__decimal_literal, + STATE(2471), 1, + sym__expression, + ACTIONS(2468), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2502), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(1000), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81139,7 +132225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16516] = 30, + [69048] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81162,29 +132248,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2562), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2564), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2566), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2568), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2570), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2574), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2576), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2578), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2859), 1, + STATE(3265), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -81195,7 +132281,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(434), 2, + STATE(1001), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -81203,12 +132289,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [69169] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2104), 1, + sym_identifier, + ACTIONS(2106), 1, + anon_sym_LBRACE, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2114), 1, + anon_sym_LBRACK, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(2118), 1, + aux_sym_unary_expression_token1, + ACTIONS(2120), 1, + aux_sym_unary_expression_token2, + ACTIONS(2122), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2124), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2126), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2128), 1, + aux_sym_locked_expression_token1, + ACTIONS(2130), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2132), 1, + aux_sym_input_expression_token1, + ACTIONS(2134), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2136), 1, + aux_sym_if_statement_token1, + ACTIONS(2138), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2140), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2144), 1, + sym__escaped_string, + STATE(2562), 1, + sym__expression, + STATE(3120), 1, + sym_object_access, + STATE(3733), 1, + sym__decimal_literal, + ACTIONS(2108), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2142), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(1002), 2, + sym_comment, + sym_include, + STATE(3254), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2110), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3667), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3662), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81230,7 +132407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16637] = 30, + [69290] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81253,29 +132430,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2562), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2564), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2566), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2568), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2570), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2574), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2576), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2578), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2860), 1, + STATE(3267), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -81286,7 +132463,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(435), 2, + STATE(1003), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -81294,12 +132471,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81321,7 +132498,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16758] = 30, + [69411] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81336,37 +132513,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - STATE(14), 1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1568), 1, + STATE(3268), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -81377,7 +132554,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(436), 2, + STATE(1004), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -81385,12 +132562,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81412,7 +132589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16879] = 30, + [69532] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81427,37 +132604,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, + ACTIONS(2562), 1, + aux_sym_unary_expression_token2, + ACTIONS(2564), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2566), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2568), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2570), 1, + aux_sym_locked_expression_token1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - STATE(14), 1, + ACTIONS(2574), 1, + aux_sym_input_expression_token1, + ACTIONS(2576), 1, + aux_sym_if_statement_token1, + ACTIONS(2578), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1572), 1, + STATE(3273), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -81468,7 +132645,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(437), 2, + STATE(1005), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -81476,12 +132653,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81503,76 +132680,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17000] = 30, + [69653] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2564), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2566), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2568), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2570), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2574), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2576), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2578), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2292), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(3276), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(438), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1006), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81594,76 +132771,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17121] = 30, + [69774] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, + ACTIONS(2384), 1, sym_identifier, - ACTIONS(1764), 1, + ACTIONS(2386), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(2392), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(2394), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(2396), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(2398), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(2400), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2402), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2404), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2406), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2408), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2410), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2412), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, + ACTIONS(2414), 1, aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2416), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, + ACTIONS(2418), 1, aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2420), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, + ACTIONS(2424), 1, sym__escaped_string, - STATE(2281), 1, + STATE(1580), 1, sym__expression, - STATE(2705), 1, + STATE(1631), 1, sym_object_access, - STATE(3239), 1, + STATE(1745), 1, sym__decimal_literal, - ACTIONS(1766), 2, + ACTIONS(2388), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(2422), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(439), 2, + STATE(1007), 2, sym_comment, sym_include, - STATE(2848), 2, + STATE(1656), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + ACTIONS(2390), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(1773), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(1780), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81685,76 +132862,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17242] = 30, + [69895] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2688), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1960), 1, + sym__expression, + STATE(2011), 1, sym_object_access, - STATE(45), 1, + STATE(3102), 1, sym__decimal_literal, - STATE(2865), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(440), 2, + STATE(1008), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81776,76 +132953,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17363] = 30, + [70016] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2265), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(1542), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(441), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1009), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81867,76 +133044,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17484] = 30, + [70137] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1764), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2263), 1, - sym__expression, - STATE(2705), 1, + STATE(171), 1, sym_object_access, - STATE(3239), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(2470), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(442), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1010), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81958,76 +133135,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17605] = 30, + [70258] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1764), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2262), 1, - sym__expression, - STATE(2705), 1, + STATE(171), 1, sym_object_access, - STATE(3239), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(2469), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(443), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1011), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82049,76 +133226,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17726] = 30, + [70379] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2259), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(1531), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(444), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1012), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82140,7 +133317,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17847] = 30, + [70500] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82163,29 +133340,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2931), 1, + STATE(1883), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -82196,7 +133373,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(445), 2, + STATE(1013), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -82204,12 +133381,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82231,7 +133408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17968] = 30, + [70621] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82254,29 +133431,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2866), 1, + STATE(3557), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -82287,7 +133464,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(446), 2, + STATE(1014), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -82295,12 +133472,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82322,76 +133499,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18089] = 30, + [70742] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2736), 1, + sym_identifier, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2018), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(45), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(1501), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(447), 2, + STATE(1015), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82413,7 +133590,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18210] = 30, + [70863] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1016), 2, + sym_comment, + sym_include, + ACTIONS(244), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(246), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [70934] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82428,37 +133671,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1427), 1, + STATE(1521), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -82469,7 +133712,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(448), 2, + STATE(1017), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -82477,12 +133720,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82504,76 +133747,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18331] = 30, + [71055] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1438), 1, + STATE(2013), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(449), 2, + STATE(1018), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82595,76 +133838,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18452] = 30, + [71176] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(2950), 1, + STATE(2016), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(450), 2, + STATE(1019), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82686,76 +133929,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18573] = 30, + [71297] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1500), 1, + STATE(2025), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(451), 2, + STATE(1020), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82777,7 +134020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18694] = 30, + [71418] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82800,29 +134043,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1604), 1, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1285), 1, + STATE(1522), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -82833,7 +134076,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(452), 2, + STATE(1021), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -82841,12 +134084,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82868,76 +134111,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18815] = 30, + [71539] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(1533), 1, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1840), 1, - sym_identifier, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(2964), 1, + STATE(2026), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(453), 2, + STATE(1022), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82959,76 +134202,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18936] = 30, + [71660] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1267), 1, + STATE(2027), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(454), 2, + STATE(1023), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83050,76 +134293,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19057] = 30, + [71781] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1624), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1567), 1, - sym__expression, - STATE(1687), 1, + STATE(171), 1, sym_object_access, - STATE(2787), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(2028), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(455), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(1024), 2, sym_comment, sym_include, - STATE(2324), 2, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [71902] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, + aux_sym_unary_expression_token2, + ACTIONS(2366), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, + aux_sym_locked_expression_token1, + ACTIONS(2374), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, + aux_sym_input_expression_token1, + ACTIONS(2378), 1, + aux_sym_if_statement_token1, + ACTIONS(2380), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1836), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(1025), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83141,7 +134475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19178] = 30, + [72023] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83156,37 +134490,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1499), 1, + STATE(1832), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -83197,7 +134531,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(456), 2, + STATE(1026), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -83205,12 +134539,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83232,7 +134566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19299] = 30, + [72144] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83255,29 +134589,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1458), 1, + STATE(1850), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -83288,7 +134622,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(457), 2, + STATE(1027), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -83296,12 +134630,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83323,7 +134657,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19420] = 30, + [72265] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83338,37 +134672,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1464), 1, + STATE(1849), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -83379,7 +134713,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(458), 2, + STATE(1028), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -83387,12 +134721,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83414,7 +134748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19541] = 30, + [72386] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83429,37 +134763,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1495), 1, + STATE(3090), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -83470,7 +134804,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(459), 2, + STATE(1029), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -83478,12 +134812,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83505,7 +134839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19662] = 30, + [72507] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83520,37 +134854,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1490), 1, + STATE(1845), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -83561,7 +134895,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(460), 2, + STATE(1030), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -83569,12 +134903,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83596,76 +134930,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19783] = 30, + [72628] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1862), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1868), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1870), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1872), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1673), 1, - sym__expression, - STATE(2250), 1, + STATE(171), 1, sym_object_access, - STATE(3084), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1864), 2, + STATE(2029), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1898), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(461), 2, - sym_comment, - sym_include, - STATE(2718), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(1866), 4, + STATE(1031), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3007), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83687,76 +135021,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19904] = 30, + [72749] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1381), 1, + STATE(2030), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(462), 2, + STATE(1032), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83778,76 +135112,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20025] = 30, + [72870] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1862), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1868), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1870), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1872), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1674), 1, - sym__expression, - STATE(2250), 1, + STATE(171), 1, sym_object_access, - STATE(3084), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1864), 2, + STATE(2031), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1898), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(463), 2, - sym_comment, - sym_include, - STATE(2718), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(1866), 4, + STATE(1033), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3007), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83869,76 +135203,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20146] = 30, + [72991] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1862), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1868), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1870), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1872), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1675), 1, - sym__expression, - STATE(2250), 1, + STATE(171), 1, sym_object_access, - STATE(3084), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1864), 2, + STATE(2034), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1898), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(464), 2, - sym_comment, - sym_include, - STATE(2718), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(1866), 4, + STATE(1034), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3007), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83960,76 +135294,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20267] = 30, + [73112] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1862), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1868), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1870), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1872), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1676), 1, - sym__expression, - STATE(2250), 1, + STATE(171), 1, sym_object_access, - STATE(3084), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1864), 2, + STATE(2036), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1898), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(465), 2, - sym_comment, - sym_include, - STATE(2718), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(1866), 4, + STATE(1035), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3007), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84051,76 +135385,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20388] = 30, + [73233] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1862), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1868), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1870), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1872), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1677), 1, - sym__expression, - STATE(2250), 1, + STATE(171), 1, sym_object_access, - STATE(3084), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1864), 2, + STATE(1975), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(1898), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(466), 2, - sym_comment, - sym_include, - STATE(2718), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - ACTIONS(1866), 4, + STATE(1036), 2, + sym_comment, + sym_include, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3007), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84142,76 +135476,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20509] = 30, + [73354] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1868), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1870), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1872), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1678), 1, - sym__expression, - STATE(2250), 1, + STATE(21), 1, sym_object_access, - STATE(3084), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1864), 2, + STATE(3552), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1898), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(467), 2, - sym_comment, - sym_include, - STATE(2718), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1866), 4, + STATE(1037), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3007), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84233,7 +135567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20630] = 30, + [73475] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84256,29 +135590,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2476), 1, + STATE(3549), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -84289,7 +135623,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(468), 2, + STATE(1038), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -84297,12 +135631,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84324,7 +135658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20751] = 30, + [73596] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84347,29 +135681,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2478), 1, + STATE(3548), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -84380,7 +135714,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(469), 2, + STATE(1039), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -84388,12 +135722,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84415,7 +135749,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20872] = 30, + [73717] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84438,29 +135772,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2498), 1, + STATE(3547), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -84471,7 +135805,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(470), 2, + STATE(1040), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -84479,12 +135813,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84506,7 +135840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20993] = 30, + [73838] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84529,29 +135863,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2499), 1, + STATE(3546), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -84562,7 +135896,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(471), 2, + STATE(1041), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -84570,12 +135904,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84597,7 +135931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21114] = 30, + [73959] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84620,29 +135954,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2500), 1, + STATE(3545), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -84653,7 +135987,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(472), 2, + STATE(1042), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -84661,12 +135995,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84688,7 +136022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21235] = 30, + [74080] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84711,29 +136045,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2511), 1, + STATE(1523), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -84744,7 +136078,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(473), 2, + STATE(1043), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -84752,12 +136086,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84779,7 +136113,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21356] = 30, + [74201] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84794,37 +136128,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1426), 1, + STATE(1568), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -84835,7 +136169,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(474), 2, + STATE(1044), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -84843,12 +136177,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84870,76 +136204,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21477] = 30, + [74322] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, + ACTIONS(2658), 1, sym_identifier, - ACTIONS(1922), 1, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, + ACTIONS(2692), 1, aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, + ACTIONS(2698), 1, sym__escaped_string, - STATE(1353), 1, + STATE(1940), 1, sym__expression, - STATE(1376), 1, + STATE(2011), 1, sym_object_access, - STATE(1487), 1, + STATE(3102), 1, sym__decimal_literal, - ACTIONS(1924), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(475), 2, + STATE(1045), 2, sym_comment, sym_include, - STATE(1405), 2, + STATE(2131), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84961,76 +136295,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21598] = 30, + [74443] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(719), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1941), 1, + sym__expression, + STATE(2011), 1, sym_object_access, - STATE(45), 1, + STATE(3102), 1, sym__decimal_literal, - STATE(1428), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(476), 2, + STATE(1046), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85052,76 +136386,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21719] = 30, + [74564] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(719), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1942), 1, + sym__expression, + STATE(2011), 1, sym_object_access, - STATE(45), 1, + STATE(3102), 1, sym__decimal_literal, - STATE(1429), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(477), 2, + STATE(1047), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85143,7 +136477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21840] = 30, + [74685] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85158,37 +136492,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1430), 1, + STATE(3565), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -85199,7 +136533,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(478), 2, + STATE(1048), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -85207,12 +136541,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85234,7 +136568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21961] = 30, + [74806] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85249,37 +136583,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1434), 1, + STATE(1589), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -85290,7 +136624,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(479), 2, + STATE(1049), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -85298,12 +136632,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85325,76 +136659,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22082] = 30, + [74927] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2218), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(1590), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(480), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1050), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85416,76 +136750,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22203] = 30, + [75048] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2210), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(1591), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(481), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1051), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85507,76 +136841,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22324] = 30, + [75169] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2209), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(1592), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(482), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1052), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85598,76 +136932,142 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22445] = 30, + [75290] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + STATE(1053), 2, + sym_comment, + sym_include, + ACTIONS(224), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(226), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1970), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(1972), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1974), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [75361] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, sym__escaped_string, - STATE(2202), 1, - sym__expression, - STATE(2667), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2700), 1, + aux_sym_unary_expression_token2, + ACTIONS(2702), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2704), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2706), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2708), 1, + aux_sym_locked_expression_token1, + ACTIONS(2710), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2712), 1, + aux_sym_input_expression_token1, + ACTIONS(2714), 1, + aux_sym_if_statement_token1, + ACTIONS(2716), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(1593), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(483), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1054), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85689,76 +137089,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22566] = 30, + [75482] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1964), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(1966), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(1968), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(1970), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(1972), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(1974), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(1976), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(1978), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(1980), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2201), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(3394), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(484), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1055), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85780,76 +137180,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22687] = 30, + [75603] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2700), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2702), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2704), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2706), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2708), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2710), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2712), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2714), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2716), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2200), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(1595), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(485), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1056), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85871,7 +137271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22808] = 30, + [75724] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85894,29 +137294,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2889), 1, + STATE(3563), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -85927,7 +137327,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(486), 2, + STATE(1057), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -85935,12 +137335,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85962,76 +137362,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22929] = 30, + [75845] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2542), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2544), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2546), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2548), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2550), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2552), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2554), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2556), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2558), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2560), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(2912), 1, + STATE(1681), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(487), 2, + STATE(1058), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86053,7 +137453,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23050] = 30, + [75966] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -86076,29 +137476,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2905), 1, + STATE(3220), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -86109,7 +137509,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(488), 2, + STATE(1059), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -86117,12 +137517,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86144,76 +137544,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23171] = 30, + [76087] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2778), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2780), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2782), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2784), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2786), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2788), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2790), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2792), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2794), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(2904), 1, + STATE(1976), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(489), 2, + STATE(1060), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86235,7 +137635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23292] = 30, + [76208] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -86258,29 +137658,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2902), 1, + STATE(3345), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -86291,7 +137691,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(490), 2, + STATE(1061), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -86299,12 +137699,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86326,7 +137726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23413] = 30, + [76329] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -86349,29 +137749,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2898), 1, + STATE(3561), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -86382,7 +137782,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(491), 2, + STATE(1062), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -86390,12 +137790,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86417,76 +137817,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23534] = 30, + [76450] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1266), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1268), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1082), 1, - sym__expression, - STATE(1145), 1, + STATE(21), 1, sym_object_access, - STATE(1160), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1260), 2, + STATE(1744), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(492), 2, - sym_comment, - sym_include, - STATE(1105), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + STATE(1063), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86508,76 +137908,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23655] = 30, + [76571] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(1258), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(1266), 1, - anon_sym_LBRACK, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + ACTIONS(867), 1, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, + ACTIONS(871), 1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, + ACTIONS(885), 1, sym__escaped_string, - STATE(1081), 1, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1343), 1, sym__expression, - STATE(1145), 1, + STATE(1414), 1, sym_object_access, - STATE(1160), 1, + STATE(1456), 1, sym__decimal_literal, - ACTIONS(1260), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(493), 2, + STATE(1064), 2, sym_comment, sym_include, - STATE(1105), 2, + STATE(1395), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86599,76 +137999,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23776] = 30, + [76692] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1266), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1268), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2244), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(2246), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(2248), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(2250), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(2252), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(2254), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(2256), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(2258), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(2260), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1076), 1, - sym__expression, - STATE(1145), 1, + STATE(21), 1, sym_object_access, - STATE(1160), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1260), 2, + STATE(2581), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(494), 2, - sym_comment, - sym_include, - STATE(1105), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + STATE(1065), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86690,76 +138090,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23897] = 30, + [76813] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1266), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1268), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1079), 1, - sym__expression, - STATE(1145), 1, + STATE(21), 1, sym_object_access, - STATE(1160), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1260), 2, + STATE(1876), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(495), 2, - sym_comment, - sym_include, - STATE(1105), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + STATE(1066), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86781,76 +138181,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24018] = 30, + [76934] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(1258), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(1266), 1, - anon_sym_LBRACK, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + ACTIONS(867), 1, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, + ACTIONS(871), 1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, + ACTIONS(885), 1, sym__escaped_string, - STATE(1078), 1, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1345), 1, sym__expression, - STATE(1145), 1, + STATE(1414), 1, sym_object_access, - STATE(1160), 1, + STATE(1456), 1, sym__decimal_literal, - ACTIONS(1260), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(496), 2, + STATE(1067), 2, sym_comment, sym_include, - STATE(1105), 2, + STATE(1395), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86872,76 +138272,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24139] = 30, + [77055] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(1258), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(1266), 1, - anon_sym_LBRACK, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + ACTIONS(867), 1, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, + ACTIONS(871), 1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, + ACTIONS(885), 1, sym__escaped_string, - STATE(1077), 1, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1335), 1, sym__expression, - STATE(1145), 1, + STATE(1414), 1, sym_object_access, - STATE(1160), 1, + STATE(1456), 1, sym__decimal_literal, - ACTIONS(1260), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(1298), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(497), 2, + STATE(1068), 2, sym_comment, sym_include, - STATE(1105), 2, + STATE(1395), 2, sym_function_call, sym_new_expression, - ACTIONS(1262), 4, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1199), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86963,76 +138363,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24260] = 30, + [77176] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(831), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(835), 1, + anon_sym_LBRACE, + ACTIONS(843), 1, + sym__integer_literal, + ACTIONS(851), 1, + aux_sym_unary_expression_token1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1337), 1, + sym__expression, + STATE(1414), 1, sym_object_access, - STATE(45), 1, + STATE(1456), 1, sym__decimal_literal, - STATE(2644), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(498), 2, + STATE(1069), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87054,7 +138454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24381] = 30, + [77297] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87077,29 +138477,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2164), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2166), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2168), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2170), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2172), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2174), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2176), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2178), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2180), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1256), 1, + STATE(3147), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -87110,7 +138510,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(499), 2, + STATE(1070), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87118,12 +138518,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87145,7 +138545,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24502] = 30, + [77418] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87168,29 +138568,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1262), 1, + STATE(1881), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -87201,7 +138601,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(500), 2, + STATE(1071), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87209,12 +138609,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87236,7 +138636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24623] = 30, + [77539] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87259,29 +138659,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1263), 1, + STATE(3554), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -87292,7 +138692,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(501), 2, + STATE(1072), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87300,12 +138700,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87327,7 +138727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24744] = 30, + [77660] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87350,29 +138750,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1264), 1, + STATE(3408), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -87383,7 +138783,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(502), 2, + STATE(1073), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87391,12 +138791,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87418,76 +138818,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24865] = 30, + [77781] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2624), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2628), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2646), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2650), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3006), 1, + sym__expression, + STATE(3072), 1, sym_object_access, - STATE(45), 1, + STATE(3664), 1, sym__decimal_literal, - STATE(1269), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2620), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(503), 2, + STATE(1074), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3734), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3729), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87509,76 +138909,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24986] = 30, + [77902] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1477), 1, + STATE(2378), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(504), 2, + STATE(1075), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87600,76 +139000,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25107] = 30, + [78023] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(1922), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(1930), 1, - anon_sym_LBRACK, - ACTIONS(1932), 1, - anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, + ACTIONS(867), 1, aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, + ACTIONS(871), 1, aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, + ACTIONS(885), 1, sym__escaped_string, - STATE(1354), 1, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1339), 1, sym__expression, - STATE(1376), 1, + STATE(1414), 1, sym_object_access, - STATE(1487), 1, + STATE(1456), 1, sym__decimal_literal, - ACTIONS(1924), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(505), 2, + STATE(1076), 2, sym_comment, sym_include, - STATE(1405), 2, + STATE(1395), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87691,76 +139091,143 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25228] = 30, + [78144] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1077), 2, + sym_comment, + sym_include, + ACTIONS(139), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(137), 49, + sym__namecolon, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [78217] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1355), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3481), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(506), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1078), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87782,76 +139249,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25349] = 30, + [78338] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1357), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3407), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(507), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1079), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87873,76 +139340,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25470] = 30, + [78459] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1369), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3600), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(508), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1080), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87964,76 +139431,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25591] = 30, + [78580] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, + ACTIONS(2280), 1, sym_identifier, - ACTIONS(1922), 1, + ACTIONS(2282), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(2288), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(2292), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(2294), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(2296), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2298), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2300), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2302), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2304), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2306), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2308), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, + ACTIONS(2310), 1, aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2312), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, + ACTIONS(2314), 1, aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2316), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, + ACTIONS(2320), 1, sym__escaped_string, - STATE(1368), 1, + STATE(1679), 1, sym__expression, - STATE(1376), 1, + STATE(1755), 1, sym_object_access, - STATE(1487), 1, + STATE(1906), 1, sym__decimal_literal, - ACTIONS(1924), 2, + ACTIONS(2284), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(2318), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(509), 2, + STATE(1081), 2, sym_comment, sym_include, - STATE(1405), 2, + STATE(1784), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + ACTIONS(2286), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(1909), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(1912), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88055,76 +139522,276 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25712] = 30, + [78701] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1082), 2, + sym_comment, + sym_include, + ACTIONS(123), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(121), 49, + sym__namecolon, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [78774] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(896), 1, + STATE(1083), 2, + sym_comment, + sym_include, + ACTIONS(220), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(222), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(904), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(906), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(914), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [78845] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1084), 2, + sym_comment, + sym_include, + ACTIONS(131), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(129), 49, + sym__namecolon, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [78918] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, sym__escaped_string, - STATE(261), 1, - sym__expression, - STATE(376), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, + aux_sym_unary_expression_token2, + ACTIONS(2448), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2450), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2452), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2454), 1, + aux_sym_locked_expression_token1, + ACTIONS(2456), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2458), 1, + aux_sym_input_expression_token1, + ACTIONS(2460), 1, + aux_sym_if_statement_token1, + ACTIONS(2462), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(839), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(3405), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(510), 2, + STATE(1085), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88146,76 +139813,208 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25833] = 30, + [79039] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, + STATE(1086), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 53, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(896), 1, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [79110] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1087), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(250), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(904), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(906), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(914), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [79181] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, sym__escaped_string, - STATE(264), 1, - sym__expression, - STATE(376), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, + aux_sym_unary_expression_token2, + ACTIONS(2448), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2450), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2452), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2454), 1, + aux_sym_locked_expression_token1, + ACTIONS(2456), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2458), 1, + aux_sym_input_expression_token1, + ACTIONS(2460), 1, + aux_sym_if_statement_token1, + ACTIONS(2462), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(839), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(3404), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(511), 2, + STATE(1088), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88237,76 +140036,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25954] = 30, + [79302] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(896), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, - aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, - aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, - sym__escaped_string, - STATE(265), 1, - sym__expression, - STATE(376), 1, + STATE(21), 1, sym_object_access, - STATE(839), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(1974), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(512), 2, + STATE(1089), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88328,76 +140127,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26075] = 30, + [79423] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(896), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, - aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, - aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, - sym__escaped_string, - STATE(266), 1, - sym__expression, - STATE(376), 1, + STATE(21), 1, sym_object_access, - STATE(839), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(1882), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(513), 2, + STATE(1090), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88419,76 +140218,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26196] = 30, + [79544] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(896), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, - aux_sym_dataset_expression_token1, - ACTIONS(926), 1, - aux_sym_input_expression_token1, - ACTIONS(928), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(703), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(709), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(279), 1, - sym__expression, - STATE(376), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, sym_object_access, - STATE(839), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(1961), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(514), 2, + STATE(1091), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88510,76 +140309,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26317] = 30, + [79665] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(896), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(904), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(906), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(914), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, - aux_sym_dataset_expression_token1, - ACTIONS(926), 1, - aux_sym_input_expression_token1, - ACTIONS(928), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, + ACTIONS(703), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, + ACTIONS(709), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(270), 1, - sym__expression, - STATE(376), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1741), 1, + aux_sym_input_expression_token1, + ACTIONS(2102), 1, + aux_sym_dataset_expression_token1, + STATE(21), 1, sym_object_access, - STATE(839), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(900), 2, + STATE(1968), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(936), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(515), 2, + STATE(1092), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(891), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88601,7 +140400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26438] = 30, + [79786] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88624,29 +140423,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2844), 1, + STATE(1761), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -88657,7 +140456,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(516), 2, + STATE(1093), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88665,12 +140464,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88692,7 +140491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26559] = 30, + [79907] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88715,29 +140514,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2849), 1, + STATE(3492), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -88748,7 +140547,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(517), 2, + STATE(1094), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88756,12 +140555,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88783,76 +140582,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26680] = 30, + [80028] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1200), 1, + STATE(1480), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(518), 2, + STATE(1095), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88874,7 +140673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26801] = 30, + [80149] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88897,29 +140696,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2854), 1, + STATE(3499), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -88930,7 +140729,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(519), 2, + STATE(1096), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88938,12 +140737,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88965,7 +140764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26922] = 30, + [80270] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88988,29 +140787,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2855), 1, + STATE(3508), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -89021,7 +140820,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(520), 2, + STATE(1097), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89029,12 +140828,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89056,7 +140855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27043] = 30, + [80391] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89079,29 +140878,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2856), 1, + STATE(3511), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -89112,7 +140911,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(521), 2, + STATE(1098), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89120,12 +140919,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89147,7 +140946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27164] = 30, + [80512] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89170,29 +140969,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1724), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1726), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1734), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1738), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1740), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2857), 1, + STATE(1763), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -89203,7 +141002,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(522), 2, + STATE(1099), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89211,12 +141010,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89238,76 +141037,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27285] = 30, + [80633] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1364), 1, + STATE(1481), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(523), 2, + STATE(1100), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89329,76 +141128,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27406] = 30, + [80754] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(3530), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, + sym_function_call, + sym_new_expression, + STATE(1101), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [80875] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, + aux_sym_unary_expression_token2, + ACTIONS(1948), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1950), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1952), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1954), 1, + aux_sym_locked_expression_token1, + ACTIONS(1956), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1958), 1, + aux_sym_input_expression_token1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1363), 1, + STATE(1506), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(524), 2, + STATE(1102), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89420,76 +141310,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27527] = 30, + [80996] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(171), 1, sym_object_access, - STATE(190), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1349), 1, + STATE(2542), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(525), 2, + STATE(1103), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89511,76 +141401,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27648] = 30, + [81117] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1344), 1, + STATE(3536), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(526), 2, + STATE(1104), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89602,76 +141492,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27769] = 30, + [81238] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(171), 1, sym_object_access, - STATE(190), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1367), 1, + STATE(2539), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(527), 2, + STATE(1105), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89693,76 +141583,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27890] = 30, + [81359] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(171), 1, sym_object_access, - STATE(190), 1, + STATE(273), 1, sym__decimal_literal, - STATE(1366), 1, + STATE(2538), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(528), 2, + STATE(1106), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89784,7 +141674,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28011] = 30, + [81480] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89807,29 +141697,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1266), 1, + STATE(1764), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -89840,7 +141730,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(529), 2, + STATE(1107), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89848,12 +141738,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89875,7 +141765,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28132] = 30, + [81601] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89898,29 +141788,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1449), 1, + STATE(3099), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -89931,7 +141821,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(530), 2, + STATE(1108), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89939,12 +141829,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89966,7 +141856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28253] = 30, + [81722] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89989,29 +141879,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1448), 1, + STATE(1483), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90022,7 +141912,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(531), 2, + STATE(1109), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90030,12 +141920,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90057,7 +141947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28374] = 30, + [81843] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90080,29 +141970,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2873), 1, + STATE(3615), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90113,7 +142003,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(532), 2, + STATE(1110), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90121,12 +142011,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90148,7 +142038,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28495] = 30, + [81964] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90171,29 +142061,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1447), 1, + STATE(3592), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90204,7 +142094,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(533), 2, + STATE(1111), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90212,12 +142102,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(51), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [82085] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, + anon_sym_LBRACE, + ACTIONS(2624), 1, + sym__integer_literal, + ACTIONS(2626), 1, + anon_sym_LBRACK, + ACTIONS(2628), 1, + anon_sym_LPAREN, + ACTIONS(2630), 1, + aux_sym_unary_expression_token1, + ACTIONS(2632), 1, + aux_sym_unary_expression_token2, + ACTIONS(2634), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2636), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2638), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2640), 1, + aux_sym_locked_expression_token1, + ACTIONS(2642), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2644), 1, + aux_sym_input_expression_token1, + ACTIONS(2646), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, + aux_sym_if_statement_token1, + ACTIONS(2650), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3038), 1, + sym__expression, + STATE(3072), 1, + sym_object_access, + STATE(3664), 1, + sym__decimal_literal, + ACTIONS(2620), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2654), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(1112), 2, + sym_comment, + sym_include, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3734), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3729), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90239,7 +142220,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28616] = 30, + [82206] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90262,29 +142243,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1446), 1, + STATE(3403), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90295,7 +142276,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(534), 2, + STATE(1113), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90303,12 +142284,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90330,7 +142311,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28737] = 30, + [82327] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90353,29 +142334,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1445), 1, + STATE(3402), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90386,7 +142367,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(535), 2, + STATE(1114), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90394,12 +142375,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90421,7 +142402,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28858] = 30, + [82448] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90444,29 +142425,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2880), 1, + STATE(2069), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90477,7 +142458,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(536), 2, + STATE(1115), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90485,12 +142466,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90512,7 +142493,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28979] = 30, + [82569] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90535,29 +142516,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2881), 1, + STATE(3401), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90568,7 +142549,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(537), 2, + STATE(1116), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90576,12 +142557,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90603,7 +142584,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29100] = 30, + [82690] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90626,29 +142607,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2891), 1, + STATE(3580), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90659,7 +142640,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(538), 2, + STATE(1117), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90667,12 +142648,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90694,7 +142675,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29221] = 30, + [82811] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90709,37 +142690,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1492), 1, + STATE(1765), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90750,7 +142731,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(539), 2, + STATE(1118), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90758,12 +142739,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90785,7 +142766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29342] = 30, + [82932] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90808,29 +142789,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2892), 1, + STATE(1487), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90841,7 +142822,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(540), 2, + STATE(1119), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90849,12 +142830,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90876,7 +142857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29463] = 30, + [83053] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90899,29 +142880,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2893), 1, + STATE(3569), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -90932,7 +142913,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(541), 2, + STATE(1120), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -90940,12 +142921,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90967,76 +142948,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29584] = 30, + [83174] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1964), 1, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2178), 1, - sym__expression, - STATE(2667), 1, + STATE(171), 1, sym_object_access, - STATE(3303), 1, + STATE(273), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(2516), 1, + sym__expression, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(542), 2, + STATE(175), 2, + sym_function_call, + sym_new_expression, + STATE(1121), 2, sym_comment, sym_include, - STATE(2799), 2, + ACTIONS(2470), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(245), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(278), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [83295] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, + aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, + aux_sym_unary_expression_token2, + ACTIONS(2366), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2368), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2370), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2372), 1, + aux_sym_locked_expression_token1, + ACTIONS(2374), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2376), 1, + aux_sym_input_expression_token1, + ACTIONS(2378), 1, + aux_sym_if_statement_token1, + ACTIONS(2380), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(1741), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(711), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1122), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91058,76 +143130,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29705] = 30, + [83416] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2179), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(3416), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(543), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1123), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91149,76 +143221,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29826] = 30, + [83537] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, - sym_identifier, - ACTIONS(1684), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, - sym__escaped_string, - STATE(2177), 1, - sym__expression, - STATE(2699), 1, + STATE(21), 1, sym_object_access, - STATE(3237), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1686), 2, + STATE(1482), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(544), 2, - sym_comment, - sym_include, - STATE(2842), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + STATE(1124), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91240,7 +143312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29947] = 30, + [83658] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91263,29 +143335,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1238), 1, + STATE(3486), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -91296,7 +143368,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(545), 2, + STATE(1125), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -91304,12 +143376,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91331,76 +143403,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30068] = 30, + [83779] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, - sym_identifier, - ACTIONS(1684), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2562), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2564), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2566), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2568), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2570), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2572), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2574), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2576), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2578), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, - sym__escaped_string, - STATE(2187), 1, - sym__expression, - STATE(2699), 1, + STATE(21), 1, sym_object_access, - STATE(3237), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1686), 2, + STATE(3126), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(546), 2, - sym_comment, - sym_include, - STATE(2842), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + STATE(1126), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91422,76 +143494,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30189] = 30, + [83900] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, - sym_identifier, - ACTIONS(1684), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, - sym__escaped_string, - STATE(2188), 1, - sym__expression, - STATE(2699), 1, + STATE(21), 1, sym_object_access, - STATE(3237), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1686), 2, + STATE(3448), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(547), 2, - sym_comment, - sym_include, - STATE(2842), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + STATE(1127), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91513,76 +143585,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30310] = 30, + [84021] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, - sym_identifier, - ACTIONS(1684), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, - sym__escaped_string, - STATE(2189), 1, - sym__expression, - STATE(2699), 1, + STATE(21), 1, sym_object_access, - STATE(3237), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1686), 2, + STATE(1885), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(548), 2, - sym_comment, - sym_include, - STATE(2842), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + STATE(1128), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91604,7 +143676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30431] = 30, + [84142] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91627,29 +143699,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1258), 1, + STATE(3433), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -91660,7 +143732,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(549), 2, + STATE(1129), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -91668,12 +143740,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91695,76 +143767,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30552] = 30, + [84263] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, - sym_identifier, - ACTIONS(1684), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, - sym__escaped_string, - STATE(2191), 1, - sym__expression, - STATE(2699), 1, + STATE(21), 1, sym_object_access, - STATE(3237), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1686), 2, + STATE(1779), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(550), 2, - sym_comment, - sym_include, - STATE(2842), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + STATE(1130), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91786,76 +143858,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30673] = 30, + [84384] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, - sym_identifier, - ACTIONS(1684), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1692), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1694), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, - sym__escaped_string, - STATE(2192), 1, - sym__expression, - STATE(2699), 1, + STATE(21), 1, sym_object_access, - STATE(3237), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1686), 2, + STATE(1486), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(551), 2, - sym_comment, - sym_include, - STATE(2842), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + STATE(1131), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91877,76 +143949,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30794] = 30, + [84505] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2688), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1945), 1, + sym__expression, + STATE(2011), 1, sym_object_access, - STATE(45), 1, + STATE(3102), 1, sym__decimal_literal, - STATE(2310), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(552), 2, + STATE(1132), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91968,7 +144040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30915] = 30, + [84626] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91991,29 +144063,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2321), 1, + STATE(3437), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -92024,7 +144096,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(553), 2, + STATE(1133), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -92032,12 +144104,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92059,76 +144131,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31036] = 30, + [84747] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2464), 1, + sym_identifier, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2472), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2474), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2476), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2478), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2494), 1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + ACTIONS(2498), 1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(2504), 1, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(2338), 1, + STATE(2515), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(554), 2, + STATE(1134), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92150,76 +144222,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31157] = 30, + [84868] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2688), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1944), 1, + sym__expression, + STATE(2011), 1, sym_object_access, - STATE(45), 1, + STATE(3102), 1, sym__decimal_literal, - STATE(2339), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(555), 2, + STATE(1135), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92241,7 +144313,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31278] = 30, + [84989] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -92264,29 +144336,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2344), 1, + STATE(1743), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -92297,7 +144369,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(556), 2, + STATE(1136), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -92305,12 +144377,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92332,7 +144404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31399] = 30, + [85110] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -92355,29 +144427,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2145), 1, + STATE(3493), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -92388,7 +144460,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(557), 2, + STATE(1137), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -92396,12 +144468,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92423,76 +144495,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31520] = 30, + [85231] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1020), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1022), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(250), 1, - sym__expression, - STATE(307), 1, + STATE(21), 1, sym_object_access, - STATE(337), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1014), 2, + STATE(1484), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(558), 2, + STATE(1138), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92514,76 +144586,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31641] = 30, + [85352] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1020), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1022), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(244), 1, - sym__expression, - STATE(307), 1, + STATE(21), 1, sym_object_access, - STATE(337), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1014), 2, + STATE(3501), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(559), 2, + STATE(1139), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92605,76 +144677,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31762] = 30, + [85473] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1342), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3523), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(560), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1140), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92696,76 +144768,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31883] = 30, + [85594] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1020), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1022), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(241), 1, - sym__expression, - STATE(307), 1, + STATE(21), 1, sym_object_access, - STATE(337), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1014), 2, + STATE(3529), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(561), 2, + STATE(1141), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92787,76 +144859,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32004] = 30, + [85715] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, + ACTIONS(2658), 1, sym_identifier, - ACTIONS(1012), 1, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(1020), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(1022), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + ACTIONS(2692), 1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, + ACTIONS(2698), 1, sym__escaped_string, - STATE(253), 1, + STATE(1943), 1, sym__expression, - STATE(307), 1, + STATE(2011), 1, sym_object_access, - STATE(337), 1, + STATE(3102), 1, sym__decimal_literal, - ACTIONS(1014), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(562), 2, + STATE(1142), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92878,76 +144950,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32125] = 30, + [85836] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, + ACTIONS(1607), 1, sym_identifier, - ACTIONS(1012), 1, + ACTIONS(1609), 1, anon_sym_LBRACE, - ACTIONS(1018), 1, + ACTIONS(1615), 1, sym__integer_literal, - ACTIONS(1020), 1, + ACTIONS(1617), 1, anon_sym_LBRACK, - ACTIONS(1022), 1, + ACTIONS(1619), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + ACTIONS(1621), 1, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, + ACTIONS(1623), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, + ACTIONS(1625), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, + ACTIONS(1627), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, + ACTIONS(1629), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, + ACTIONS(1631), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, + ACTIONS(1633), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, + ACTIONS(1635), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + ACTIONS(1637), 1, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, + ACTIONS(1639), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + ACTIONS(1645), 1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, + ACTIONS(1647), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, + ACTIONS(1651), 1, sym__escaped_string, - STATE(252), 1, + STATE(1320), 1, sym__expression, - STATE(307), 1, + STATE(1384), 1, sym_object_access, - STATE(337), 1, + STATE(1425), 1, sym__decimal_literal, - ACTIONS(1014), 2, + ACTIONS(1611), 2, sym_null_expression, sym_date_literal, - ACTIONS(1048), 2, + ACTIONS(1649), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(563), 2, + STATE(1143), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + STATE(1362), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1613), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, + STATE(1433), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(335), 21, + STATE(1427), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92969,7 +145041,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32246] = 30, + [85957] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -92992,29 +145064,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1442), 1, + STATE(3578), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -93025,7 +145097,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(564), 2, + STATE(1144), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -93033,12 +145105,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93060,7 +145132,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32367] = 30, + [86078] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93083,29 +145155,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2084), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(2086), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(2094), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(2098), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(2100), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2832), 1, + STATE(1489), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -93116,7 +145188,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(565), 2, + STATE(1145), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -93124,12 +145196,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93151,7 +145223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32488] = 30, + [86199] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93174,29 +145246,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2084), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2086), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2094), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2098), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2100), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2834), 1, + STATE(3542), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -93207,7 +145279,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(566), 2, + STATE(1146), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -93215,12 +145287,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93242,98 +145314,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32609] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, - anon_sym_LBRACE, - ACTIONS(1970), 1, - sym__integer_literal, - ACTIONS(1972), 1, - anon_sym_LBRACK, - ACTIONS(1974), 1, - anon_sym_LPAREN, - ACTIONS(1976), 1, - aux_sym_unary_expression_token1, - ACTIONS(1978), 1, - aux_sym_unary_expression_token2, - ACTIONS(1980), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, - aux_sym_locked_expression_token1, - ACTIONS(1988), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, - aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, - aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2182), 1, - sym__expression, - STATE(2667), 1, - sym_object_access, - STATE(3303), 1, - sym__decimal_literal, - ACTIONS(1966), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2000), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(567), 2, - sym_comment, - sym_include, - STATE(2799), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1968), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(3231), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [32730] = 30, + [86320] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93356,29 +145337,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2084), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2086), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2094), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2098), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2100), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2836), 1, + STATE(3400), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -93389,7 +145370,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(568), 2, + STATE(1147), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -93397,12 +145378,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93424,7 +145405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32851] = 30, + [86441] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93447,29 +145428,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2084), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2086), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2094), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2098), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2100), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2845), 1, + STATE(3610), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -93480,7 +145461,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(569), 2, + STATE(1148), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -93488,12 +145469,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93515,7 +145496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32972] = 30, + [86562] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93538,29 +145519,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2084), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2086), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2094), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2098), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2100), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2782), 1, + STATE(3209), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -93571,7 +145552,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(570), 2, + STATE(1149), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -93579,12 +145560,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93606,167 +145587,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33093] = 30, + [86683] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, - aux_sym_unary_expression_token2, - ACTIONS(1980), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, - aux_sym_locked_expression_token1, - ACTIONS(1988), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, - aux_sym_input_expression_token1, - ACTIONS(1992), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, - aux_sym_if_statement_token1, - ACTIONS(1996), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(2183), 1, - sym__expression, - STATE(2667), 1, - sym_object_access, - STATE(3303), 1, - sym__decimal_literal, - ACTIONS(1966), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2000), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(571), 2, - sym_comment, - sym_include, - STATE(2799), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1968), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(3231), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [33214] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1962), 1, + ACTIONS(715), 1, sym_identifier, - ACTIONS(1964), 1, - anon_sym_LBRACE, - ACTIONS(1970), 1, - sym__integer_literal, - ACTIONS(1972), 1, - anon_sym_LBRACK, - ACTIONS(1974), 1, - anon_sym_LPAREN, - ACTIONS(1976), 1, - aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2184), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(3398), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(572), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1150), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93788,76 +145678,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33335] = 30, + [86804] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, + ACTIONS(2658), 1, sym_identifier, - ACTIONS(1964), 1, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, + ACTIONS(2692), 1, aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, + ACTIONS(2698), 1, sym__escaped_string, - STATE(2186), 1, + STATE(1936), 1, sym__expression, - STATE(2667), 1, + STATE(2011), 1, sym_object_access, - STATE(3303), 1, + STATE(3102), 1, sym__decimal_literal, - ACTIONS(1966), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(573), 2, + STATE(1151), 2, sym_comment, sym_include, - STATE(2799), 2, + STATE(2131), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93879,7 +145769,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33456] = 30, + [86925] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93902,29 +145792,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2102), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1399), 1, + STATE(3609), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -93935,7 +145825,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(574), 2, + STATE(1152), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -93943,12 +145833,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93970,76 +145860,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33577] = 30, + [87046] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1645), 1, - sym__expression, - STATE(1687), 1, + STATE(21), 1, sym_object_access, - STATE(2787), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(3606), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(575), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(1153), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94061,7 +145951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33698] = 30, + [87167] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94084,29 +145974,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2102), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1398), 1, + STATE(3588), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -94117,7 +146007,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(576), 2, + STATE(1154), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -94125,12 +146015,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94152,7 +146042,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33819] = 30, + [87288] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94175,29 +146065,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2102), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1395), 1, + STATE(3584), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -94208,7 +146098,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(577), 2, + STATE(1155), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -94216,12 +146106,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94243,76 +146133,144 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33940] = 30, + [87409] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2796), 1, + anon_sym_NO_DASHERROR, + STATE(1156), 2, + sym_comment, + sym_include, + ACTIONS(601), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(599), 48, + sym__namecolon, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [87484] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2658), 1, + sym_identifier, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2102), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(2688), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(2692), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2698), 1, + sym__escaped_string, + STATE(1935), 1, + sym__expression, + STATE(2011), 1, sym_object_access, - STATE(45), 1, + STATE(3102), 1, sym__decimal_literal, - STATE(1394), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(578), 2, + STATE(1157), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2131), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94334,7 +146292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34061] = 30, + [87605] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94357,29 +146315,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2102), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1393), 1, + STATE(3581), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -94390,7 +146348,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(579), 2, + STATE(1158), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -94398,12 +146356,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94425,7 +146383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34182] = 30, + [87726] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94448,29 +146406,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2953), 1, + STATE(3538), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -94481,7 +146439,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(580), 2, + STATE(1159), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -94489,12 +146447,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94516,7 +146474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34303] = 30, + [87847] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94539,29 +146497,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2102), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1392), 1, + STATE(3534), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -94572,7 +146530,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(581), 2, + STATE(1160), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -94580,12 +146538,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94607,76 +146565,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34424] = 30, + [87968] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1358), 1, + STATE(3533), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(582), 2, + STATE(1161), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94698,76 +146656,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34545] = 30, + [88089] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1345), 1, + STATE(3453), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(583), 2, + STATE(1162), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94789,76 +146747,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34666] = 30, + [88210] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1343), 1, + STATE(3447), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(584), 2, + STATE(1163), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94880,76 +146838,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34787] = 30, + [88331] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1359), 1, + STATE(3439), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(585), 2, + STATE(1164), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94971,76 +146929,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34908] = 30, + [88452] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1360), 1, + STATE(3421), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(586), 2, + STATE(1165), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95062,76 +147020,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35029] = 30, + [88573] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1361), 1, + STATE(3419), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(587), 2, + STATE(1166), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95153,7 +147111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35150] = 30, + [88694] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95176,29 +147134,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2466), 1, + STATE(3410), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -95209,7 +147167,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(588), 2, + STATE(1167), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -95217,12 +147175,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95244,7 +147202,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35271] = 30, + [88815] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95267,29 +147225,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2226), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2228), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2230), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2232), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2234), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2236), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2238), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2240), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2242), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2467), 1, + STATE(3219), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -95300,7 +147258,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(589), 2, + STATE(1168), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -95308,12 +147266,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95335,7 +147293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35392] = 30, + [88936] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95358,29 +147316,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2468), 1, + STATE(3354), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -95391,7 +147349,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(590), 2, + STATE(1169), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -95399,12 +147357,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95426,7 +147384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35513] = 30, + [89057] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95449,29 +147407,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2531), 1, + STATE(3355), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -95482,7 +147440,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(591), 2, + STATE(1170), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -95490,12 +147448,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95517,7 +147475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35634] = 30, + [89178] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95540,29 +147498,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2470), 1, + STATE(3367), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -95573,7 +147531,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(592), 2, + STATE(1171), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -95581,12 +147539,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95608,7 +147566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35755] = 30, + [89299] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95631,29 +147589,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1902), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1904), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1912), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1916), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1918), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2473), 1, + STATE(3411), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -95664,7 +147622,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(593), 2, + STATE(1172), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -95672,12 +147630,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95699,167 +147657,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35876] = 30, + [89420] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, - aux_sym_unary_expression_token2, - ACTIONS(2040), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, - aux_sym_locked_expression_token1, - ACTIONS(2048), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, - aux_sym_input_expression_token1, - ACTIONS(2052), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, - aux_sym_if_statement_token1, - ACTIONS(2056), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1181), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(594), 2, - sym_comment, - sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [35997] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(715), 1, sym_identifier, - ACTIONS(2024), 1, - anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1182), 1, + STATE(3412), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(595), 2, + STATE(1173), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95881,76 +147748,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36118] = 30, + [89541] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1186), 1, + STATE(3344), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(596), 2, + STATE(1174), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95972,76 +147839,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36239] = 30, + [89662] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1154), 1, + STATE(3438), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(597), 2, + STATE(1175), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96063,76 +147930,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36360] = 30, + [89783] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1194), 1, + STATE(3443), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(598), 2, + STATE(1176), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96154,76 +148021,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36481] = 30, + [89904] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1153), 1, + STATE(3452), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(599), 2, + STATE(1177), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96245,7 +148112,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36602] = 30, + [90025] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96268,29 +148135,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3185), 1, + STATE(3494), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -96301,7 +148168,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(600), 2, + STATE(1178), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -96309,12 +148176,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96336,7 +148203,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36723] = 30, + [90146] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96359,29 +148226,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2084), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2086), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2094), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2098), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2100), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2887), 1, + STATE(3497), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -96392,7 +148259,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(601), 2, + STATE(1179), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -96400,12 +148267,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96427,7 +148294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36844] = 30, + [90267] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96442,37 +148309,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - STATE(14), 1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1621), 1, + STATE(3498), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -96483,7 +148350,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(602), 2, + STATE(1180), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -96491,12 +148358,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96518,7 +148385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36965] = 30, + [90388] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96533,37 +148400,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - STATE(14), 1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1622), 1, + STATE(3504), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -96574,7 +148441,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(603), 2, + STATE(1181), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -96582,12 +148449,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96609,7 +148476,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37086] = 30, + [90509] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96624,37 +148491,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, + ACTIONS(1869), 1, + aux_sym_unary_expression_token2, + ACTIONS(1871), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1873), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1875), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1877), 1, + aux_sym_locked_expression_token1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - STATE(14), 1, + ACTIONS(1881), 1, + aux_sym_input_expression_token1, + ACTIONS(1883), 1, + aux_sym_if_statement_token1, + ACTIONS(1885), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1623), 1, + STATE(3528), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -96665,7 +148532,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(604), 2, + STATE(1182), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -96673,12 +148540,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96700,7 +148567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37207] = 30, + [90630] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96715,37 +148582,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, + ACTIONS(2024), 1, + aux_sym_unary_expression_token2, + ACTIONS(2026), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2028), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2030), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2032), 1, + aux_sym_locked_expression_token1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - STATE(14), 1, + ACTIONS(2036), 1, + aux_sym_input_expression_token1, + ACTIONS(2038), 1, + aux_sym_if_statement_token1, + ACTIONS(2040), 1, + aux_sym_accumulate_expression_token1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1624), 1, + STATE(3532), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -96756,7 +148623,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(605), 2, + STATE(1183), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -96764,12 +148631,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96791,7 +148658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37328] = 30, + [90751] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96806,152 +148673,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1625), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(606), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [37449] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2138), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2146), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1526), 1, - sym__expression, - STATE(1653), 1, + STATE(21), 1, sym_object_access, - STATE(2713), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2124), 2, + STATE(3550), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2158), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(607), 2, - sym_comment, - sym_include, - STATE(2031), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2126), 4, + STATE(1184), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2707), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2723), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96973,7 +148749,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37570] = 30, + [90872] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96996,29 +148772,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2162), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2164), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2172), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2176), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2178), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2735), 1, + STATE(3551), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97029,7 +148805,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(608), 2, + STATE(1185), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97037,12 +148813,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97064,76 +148840,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37691] = 30, + [90993] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2165), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(3564), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(609), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1186), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97155,7 +148931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37812] = 30, + [91114] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97178,29 +148954,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2102), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1401), 1, + STATE(3363), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97211,7 +148987,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(610), 2, + STATE(1187), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97219,12 +148995,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97246,7 +149022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37933] = 30, + [91235] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97261,37 +149037,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1478), 1, + STATE(3607), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97302,7 +149078,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(611), 2, + STATE(1188), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97310,12 +149086,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97337,7 +149113,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38054] = 30, + [91356] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97352,37 +149128,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1479), 1, + STATE(3608), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97393,7 +149169,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(612), 2, + STATE(1189), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97401,12 +149177,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97428,7 +149204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38175] = 30, + [91477] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97451,29 +149227,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2180), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2801), 1, + STATE(3620), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97484,7 +149260,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(613), 2, + STATE(1190), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97492,12 +149268,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97519,7 +149295,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38296] = 30, + [91598] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1191), 2, + sym_comment, + sym_include, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [91669] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97534,37 +149376,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1482), 1, + STATE(3619), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97575,7 +149417,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(614), 2, + STATE(1192), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97583,12 +149425,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97610,7 +149452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38417] = 30, + [91790] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97625,37 +149467,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2426), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2428), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2430), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2432), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2434), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2436), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2438), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2440), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2442), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1488), 1, + STATE(3138), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97666,7 +149508,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(615), 2, + STATE(1193), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97674,12 +149516,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97701,7 +149543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38538] = 30, + [91911] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97716,37 +149558,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1804), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1806), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1808), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1810), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1812), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1814), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1816), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1818), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1820), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1489), 1, + STATE(3604), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -97757,7 +149599,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(616), 2, + STATE(1194), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97765,12 +149607,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97792,76 +149634,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38659] = 30, + [92032] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2242), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(3520), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(617), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1195), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97883,76 +149725,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38780] = 30, + [92153] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1868), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1870), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1872), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1644), 1, - sym__expression, - STATE(2250), 1, + STATE(21), 1, sym_object_access, - STATE(3084), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1864), 2, + STATE(1848), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1898), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(618), 2, - sym_comment, - sym_include, - STATE(2718), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1866), 4, + STATE(1196), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3007), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97974,76 +149816,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38901] = 30, + [92274] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, + ACTIONS(2658), 1, sym_identifier, - ACTIONS(1764), 1, + ACTIONS(2660), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(2666), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(2668), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(2670), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(2672), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(2674), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2676), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2678), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2680), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2682), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2684), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2686), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, + ACTIONS(2688), 1, aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2690), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, + ACTIONS(2692), 1, aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2694), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, + ACTIONS(2698), 1, sym__escaped_string, - STATE(2243), 1, + STATE(1946), 1, sym__expression, - STATE(2705), 1, + STATE(2011), 1, sym_object_access, - STATE(3239), 1, + STATE(3102), 1, sym__decimal_literal, - ACTIONS(1766), 2, + ACTIONS(2662), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(2696), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(619), 2, + STATE(1197), 2, sym_comment, sym_include, - STATE(2848), 2, + STATE(2131), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + ACTIONS(2664), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(3104), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(3136), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98065,76 +149907,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39022] = 30, + [92395] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2244), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(1485), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(620), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1198), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98156,76 +149998,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39143] = 30, + [92516] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1158), 1, + STATE(3505), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(621), 2, + STATE(1199), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98247,76 +150089,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39264] = 30, + [92637] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1159), 1, + STATE(3427), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(622), 2, + STATE(1200), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98338,76 +150180,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39385] = 30, + [92758] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1161), 1, + STATE(3420), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(623), 2, + STATE(1201), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98429,76 +150271,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39506] = 30, + [92879] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1163), 1, + STATE(3409), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(624), 2, + STATE(1202), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98520,76 +150362,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39627] = 30, + [93000] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1164), 1, + STATE(3594), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(625), 2, + STATE(1203), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98611,76 +150453,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39748] = 30, + [93121] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2038), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2506), 1, aux_sym_unary_expression_token2, - ACTIONS(2040), 1, + ACTIONS(2508), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2042), 1, + ACTIONS(2510), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2044), 1, + ACTIONS(2512), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2046), 1, + ACTIONS(2514), 1, aux_sym_locked_expression_token1, - ACTIONS(2048), 1, + ACTIONS(2516), 1, aux_sym_dataset_expression_token1, - ACTIONS(2050), 1, + ACTIONS(2518), 1, aux_sym_input_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2054), 1, + ACTIONS(2520), 1, aux_sym_if_statement_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2058), 1, + ACTIONS(2522), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1177), 1, + STATE(1884), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(626), 2, + STATE(1204), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98702,7 +150544,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39869] = 30, + [93242] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -98725,29 +150567,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1260), 1, + STATE(3406), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -98758,7 +150600,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(627), 2, + STATE(1205), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -98766,12 +150608,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98793,7 +150635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39990] = 30, + [93363] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -98816,29 +150658,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1253), 1, + STATE(3399), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -98849,7 +150691,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(628), 2, + STATE(1206), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -98857,12 +150699,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98884,7 +150726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40111] = 30, + [93484] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -98907,29 +150749,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1265), 1, + STATE(3396), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -98940,7 +150782,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(629), 2, + STATE(1207), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -98948,12 +150790,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98975,7 +150817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40232] = 30, + [93605] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -98998,29 +150840,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1268), 1, + STATE(3527), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -99031,7 +150873,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(630), 2, + STATE(1208), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -99039,12 +150881,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99066,7 +150908,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40353] = 30, + [93726] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -99089,29 +150931,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1255), 1, + STATE(3491), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -99122,7 +150964,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(631), 2, + STATE(1209), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -99130,12 +150972,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99157,7 +150999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40474] = 30, + [93847] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -99180,29 +151022,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1257), 1, + STATE(3507), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -99213,7 +151055,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(632), 2, + STATE(1210), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -99221,12 +151063,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99248,167 +151090,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40595] = 30, + [93968] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2206), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2208), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, - aux_sym_unary_expression_token2, - ACTIONS(2216), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, - aux_sym_locked_expression_token1, - ACTIONS(2224), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, - aux_sym_input_expression_token1, - ACTIONS(2228), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, - aux_sym_if_statement_token1, - ACTIONS(2232), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, + ACTIONS(713), 1, sym__escaped_string, - STATE(1943), 1, - sym__expression, - STATE(2352), 1, - sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - ACTIONS(2202), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2236), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(633), 2, - sym_comment, - sym_include, - STATE(2736), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2204), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2958), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2942), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [40716] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2198), 1, + ACTIONS(715), 1, sym_identifier, - ACTIONS(2200), 1, - anon_sym_LBRACE, - ACTIONS(2206), 1, - sym__integer_literal, - ACTIONS(2208), 1, - anon_sym_LBRACK, - ACTIONS(2210), 1, - anon_sym_LPAREN, - ACTIONS(2212), 1, - aux_sym_unary_expression_token1, - ACTIONS(2214), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1944), 1, - sym__expression, - STATE(2352), 1, + STATE(21), 1, sym_object_access, - STATE(2954), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2202), 2, + STATE(3521), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2236), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(634), 2, - sym_comment, - sym_include, - STATE(2736), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2204), 4, + STATE(1211), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2942), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99430,76 +151181,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40837] = 30, + [94089] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2206), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2208), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1945), 1, - sym__expression, - STATE(2352), 1, + STATE(21), 1, sym_object_access, - STATE(2954), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2202), 2, + STATE(3595), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2236), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(635), 2, - sym_comment, - sym_include, - STATE(2736), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2204), 4, + STATE(1212), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2942), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99521,76 +151272,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40958] = 30, + [94210] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2206), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2208), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1947), 1, - sym__expression, - STATE(2352), 1, + STATE(21), 1, sym_object_access, - STATE(2954), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2202), 2, + STATE(3605), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2236), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(636), 2, - sym_comment, - sym_include, - STATE(2736), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2204), 4, + STATE(1213), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2942), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99612,76 +151363,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41079] = 30, + [94331] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2206), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2208), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1948), 1, - sym__expression, - STATE(2352), 1, + STATE(21), 1, sym_object_access, - STATE(2954), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2202), 2, + STATE(3621), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2236), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(637), 2, - sym_comment, - sym_include, - STATE(2736), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2204), 4, + STATE(1214), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2942), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99703,76 +151454,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41200] = 30, + [94452] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2206), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2208), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1949), 1, - sym__expression, - STATE(2352), 1, + STATE(21), 1, sym_object_access, - STATE(2954), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2202), 2, + STATE(3616), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2236), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(638), 2, - sym_comment, - sym_include, - STATE(2736), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2204), 4, + STATE(1215), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2942), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99794,7 +151545,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41321] = 30, + [94573] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -99817,29 +151568,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2162), 1, + ACTIONS(2598), 1, aux_sym_unary_expression_token2, - ACTIONS(2164), 1, + ACTIONS(2600), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, + ACTIONS(2602), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, + ACTIONS(2604), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, + ACTIONS(2606), 1, aux_sym_locked_expression_token1, - ACTIONS(2172), 1, + ACTIONS(2608), 1, aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, + ACTIONS(2610), 1, aux_sym_input_expression_token1, - ACTIONS(2176), 1, + ACTIONS(2612), 1, aux_sym_if_statement_token1, - ACTIONS(2178), 1, + ACTIONS(2614), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2766), 1, + STATE(1524), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -99850,7 +151601,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(639), 2, + STATE(1216), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -99858,12 +151609,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99885,7 +151636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41442] = 30, + [94694] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -99908,29 +151659,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2162), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2164), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2172), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2176), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2178), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2765), 1, + STATE(3614), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -99941,7 +151692,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(640), 2, + STATE(1217), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -99949,12 +151700,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99976,7 +151727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41563] = 30, + [94815] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -99999,29 +151750,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2162), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2164), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2172), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2176), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2178), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2760), 1, + STATE(3613), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -100032,7 +151783,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(641), 2, + STATE(1218), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100040,12 +151791,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100067,7 +151818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41684] = 30, + [94936] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100090,29 +151841,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2162), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2164), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2172), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2176), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2178), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2759), 1, + STATE(3573), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -100123,7 +151874,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(642), 2, + STATE(1219), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100131,12 +151882,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100158,7 +151909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41805] = 30, + [95057] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100181,29 +151932,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2162), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2164), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2172), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2176), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2178), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2757), 1, + STATE(3572), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -100214,7 +151965,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(643), 2, + STATE(1220), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100222,12 +151973,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100249,7 +152000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41926] = 30, + [95178] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100272,29 +152023,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2162), 1, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(2164), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(2172), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(2176), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(2178), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2748), 1, + STATE(3571), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -100305,7 +152056,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(644), 2, + STATE(1221), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100313,12 +152064,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100340,76 +152091,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42047] = 30, + [95299] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2247), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(3570), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(645), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1222), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100431,76 +152182,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42168] = 30, + [95420] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2251), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(3559), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(646), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1223), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100522,76 +152273,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42289] = 30, + [95541] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1764), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1772), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1774), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1776), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1778), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2024), 1, aux_sym_unary_expression_token2, - ACTIONS(1780), 1, + ACTIONS(2026), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1782), 1, + ACTIONS(2028), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1784), 1, + ACTIONS(2030), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1786), 1, + ACTIONS(2032), 1, aux_sym_locked_expression_token1, - ACTIONS(1788), 1, + ACTIONS(2034), 1, aux_sym_dataset_expression_token1, - ACTIONS(1790), 1, + ACTIONS(2036), 1, aux_sym_input_expression_token1, - ACTIONS(1792), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1794), 1, + ACTIONS(2038), 1, aux_sym_if_statement_token1, - ACTIONS(1796), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1798), 1, + ACTIONS(2040), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1802), 1, - sym__escaped_string, - STATE(2252), 1, - sym__expression, - STATE(2705), 1, + STATE(21), 1, sym_object_access, - STATE(3239), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1766), 2, + STATE(3541), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1800), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(647), 2, - sym_comment, - sym_include, - STATE(2848), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1768), 4, + STATE(1224), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3304), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3299), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100613,7 +152364,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42410] = 30, + [95662] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100636,29 +152387,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2240), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1521), 1, + STATE(3537), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -100669,7 +152420,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(648), 2, + STATE(1225), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100677,12 +152428,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100704,76 +152455,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42531] = 30, + [95783] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1962), 1, - sym_identifier, - ACTIONS(1964), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1970), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1972), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1974), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1976), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1978), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1980), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1982), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1984), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1986), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1988), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1990), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1992), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1994), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1996), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1998), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2002), 1, - sym__escaped_string, - STATE(2557), 1, - sym__expression, - STATE(2667), 1, + STATE(21), 1, sym_object_access, - STATE(3303), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1966), 2, + STATE(2330), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2000), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(649), 2, - sym_comment, - sym_include, - STATE(2799), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1968), 4, + STATE(1226), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3231), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100795,7 +152546,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42652] = 30, + [95904] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100818,29 +152569,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2240), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1522), 1, + STATE(3215), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -100851,7 +152602,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(650), 2, + STATE(1227), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100859,12 +152610,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100886,7 +152637,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42773] = 30, + [96025] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100909,29 +152660,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2240), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1523), 1, + STATE(3515), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -100942,7 +152693,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(651), 2, + STATE(1228), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100950,12 +152701,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100977,7 +152728,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42894] = 30, + [96146] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100992,37 +152743,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1417), 1, + STATE(3524), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -101033,7 +152784,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(652), 2, + STATE(1229), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -101041,12 +152792,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101068,76 +152819,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43015] = 30, + [96267] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2128), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2130), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2132), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2134), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2136), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(2138), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(2146), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1546), 1, - sym__expression, - STATE(1653), 1, + STATE(21), 1, sym_object_access, - STATE(2713), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2124), 2, + STATE(2062), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2158), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(653), 2, - sym_comment, - sym_include, - STATE(2031), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2126), 4, + STATE(1230), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2707), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2723), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101159,7 +152910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43136] = 30, + [96388] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101182,29 +152933,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2240), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1525), 1, + STATE(3213), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -101215,7 +152966,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(654), 2, + STATE(1231), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -101223,12 +152974,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101250,7 +153001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43257] = 30, + [96509] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101273,29 +153024,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2240), 1, + ACTIONS(2364), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, + ACTIONS(2366), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, + ACTIONS(2368), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, + ACTIONS(2370), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, + ACTIONS(2372), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, + ACTIONS(2374), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, + ACTIONS(2376), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + ACTIONS(2378), 1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + ACTIONS(2380), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1524), 1, + STATE(1748), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -101306,7 +153057,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(655), 2, + STATE(1232), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -101314,12 +153065,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101341,76 +153092,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43378] = 30, + [96630] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2258), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2260), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2268), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2272), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2274), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1648), 1, + STATE(3522), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(656), 2, + STATE(1233), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101432,7 +153183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43499] = 30, + [96751] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101455,29 +153206,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2240), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1520), 1, + STATE(3487), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -101488,7 +153239,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(657), 2, + STATE(1234), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -101496,12 +153247,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101523,76 +153274,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43620] = 30, + [96872] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2206), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2208), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1601), 1, - sym__expression, - STATE(2352), 1, + STATE(21), 1, sym_object_access, - STATE(2954), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(2202), 2, + STATE(2217), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2236), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(658), 2, - sym_comment, - sym_include, - STATE(2736), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(2204), 4, + STATE(1235), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2942), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101614,76 +153365,142 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43741] = 30, + [96993] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1236), 2, + sym_comment, + sym_include, + ACTIONS(204), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(206), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [97064] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(2466), 1, + anon_sym_LBRACE, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2474), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(2478), 1, + aux_sym_unary_expression_token1, + ACTIONS(2494), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2498), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2504), 1, + sym__escaped_string, + ACTIONS(2718), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(2720), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(2722), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(2724), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(2726), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(2728), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(2730), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(2732), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(2734), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(171), 1, sym_object_access, - STATE(45), 1, + STATE(273), 1, sym__decimal_literal, - STATE(2960), 1, + STATE(2513), 1, sym__expression, - ACTIONS(669), 2, + ACTIONS(2468), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2502), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(175), 2, sym_function_call, sym_new_expression, - STATE(659), 2, + STATE(1237), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(2470), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(245), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(278), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101705,7 +153522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43862] = 30, + [97185] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101728,29 +153545,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2963), 1, + STATE(3376), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -101761,7 +153578,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(660), 2, + STATE(1238), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -101769,12 +153586,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101796,76 +153613,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43983] = 30, + [97306] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1651), 1, + STATE(3331), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(661), 2, + STATE(1239), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101887,76 +153704,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44104] = 30, + [97427] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2524), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(2526), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(2528), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(2530), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(2532), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(2534), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(2536), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(2538), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(2540), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1652), 1, + STATE(3096), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(662), 2, + STATE(1240), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101978,76 +153795,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44225] = 30, + [97548] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2060), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2062), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2068), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2070), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2072), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1970), 1, + sym__expression, + STATE(2128), 1, sym_object_access, - STATE(190), 1, + STATE(3252), 1, sym__decimal_literal, - STATE(1654), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(2064), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(663), 2, + STATE(1241), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(3270), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(3283), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102069,76 +153886,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44346] = 30, + [97669] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1655), 1, + STATE(3496), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(664), 2, + STATE(1242), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102160,76 +153977,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44467] = 30, + [97790] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2544), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(190), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(1599), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(665), 2, + STATE(1243), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102251,76 +154068,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44588] = 30, + [97911] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2545), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(190), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(1602), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(666), 2, + STATE(1244), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102342,76 +154159,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44709] = 30, + [98032] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2736), 1, + sym_identifier, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2258), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(45), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(1455), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(667), 2, + STATE(1245), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102433,76 +154250,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44830] = 30, + [98153] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2736), 1, + sym_identifier, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2522), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(45), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(1454), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(668), 2, + STATE(1246), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102524,76 +154341,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44951] = 30, + [98274] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2736), 1, + sym_identifier, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2521), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(45), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(1453), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(669), 2, + STATE(1247), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102615,7 +154432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45072] = 30, + [98395] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -102638,29 +154455,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2262), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2264), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2266), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2268), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2270), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2272), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2274), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2276), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2278), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1436), 1, + STATE(2044), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -102671,7 +154488,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(670), 2, + STATE(1248), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -102679,12 +154496,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102706,7 +154523,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45193] = 30, + [98516] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -102729,29 +154546,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1452), 1, + STATE(3430), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -102762,7 +154579,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(671), 2, + STATE(1249), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -102770,12 +154587,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102797,7 +154614,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45314] = 30, + [98637] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1250), 2, + sym_comment, + sym_include, + ACTIONS(192), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(194), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [98708] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -102820,29 +154703,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1451), 1, + STATE(3392), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -102853,7 +154736,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(672), 2, + STATE(1251), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -102861,12 +154744,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102888,76 +154771,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45435] = 30, + [98829] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1682), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(1684), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(1692), 1, - anon_sym_LBRACK, - ACTIONS(1694), 1, - anon_sym_LPAREN, - ACTIONS(1696), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(1698), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(1700), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1702), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1704), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1706), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(1708), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(1710), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(1712), 1, + ACTIONS(867), 1, aux_sym_scope_tuning_token1, - ACTIONS(1714), 1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(1716), 1, + ACTIONS(871), 1, aux_sym_can_find_expression_token1, - ACTIONS(1718), 1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1722), 1, + ACTIONS(885), 1, sym__escaped_string, - STATE(2345), 1, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1340), 1, sym__expression, - STATE(2699), 1, + STATE(1414), 1, sym_object_access, - STATE(3237), 1, + STATE(1456), 1, sym__decimal_literal, - ACTIONS(1686), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(1720), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(673), 2, + STATE(1252), 2, sym_comment, sym_include, - STATE(2842), 2, + STATE(1395), 2, sym_function_call, sym_new_expression, - ACTIONS(1688), 4, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3298), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3302), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102979,76 +154862,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45556] = 30, + [98950] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1341), 1, + sym__expression, + STATE(1414), 1, sym_object_access, - STATE(190), 1, + STATE(1456), 1, sym__decimal_literal, - STATE(1619), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(674), 2, + STATE(1253), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103070,76 +154953,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45677] = 30, + [99071] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2736), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2744), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2746), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2748), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2750), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(2752), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(2754), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(2756), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(2758), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(2760), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(2762), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(2764), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(2766), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2768), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(2770), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2772), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(2776), 1, + sym__escaped_string, + STATE(2205), 1, + sym__expression, + STATE(2585), 1, sym_object_access, - STATE(190), 1, + STATE(3446), 1, sym__decimal_literal, - STATE(1620), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(2740), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2774), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(675), 2, + STATE(1254), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(3122), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2742), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(3445), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(3457), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103161,76 +155044,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45798] = 30, + [99192] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1342), 1, + sym__expression, + STATE(1414), 1, sym_object_access, - STATE(190), 1, + STATE(1456), 1, sym__decimal_literal, - STATE(1626), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(676), 2, + STATE(1255), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103252,76 +155135,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45919] = 30, + [99313] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(831), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1344), 1, + sym__expression, + STATE(1414), 1, sym_object_access, - STATE(190), 1, + STATE(1456), 1, sym__decimal_literal, - STATE(1627), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(677), 2, + STATE(1256), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103343,76 +155226,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46040] = 30, + [99434] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1628), 1, + STATE(3389), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(678), 2, + STATE(1257), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103434,76 +155317,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46161] = 30, + [99555] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2052), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, + ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, + ACTIONS(713), 1, sym__escaped_string, - ACTIONS(2276), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2278), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2286), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2290), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2292), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(2798), 1, + sym_identifier, + STATE(21), 1, sym_object_access, - STATE(190), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1629), 1, + STATE(3556), 1, sym__expression, - ACTIONS(2026), 2, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - STATE(679), 2, + STATE(1258), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103525,76 +155408,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46282] = 30, + [99676] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(831), 1, + sym_identifier, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1338), 1, + sym__expression, + STATE(1414), 1, sym_object_access, - STATE(45), 1, + STATE(1456), 1, sym__decimal_literal, - STATE(3111), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(680), 2, + STATE(1259), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103616,7 +155499,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46403] = 30, + [99797] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103639,29 +155522,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2294), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3109), 1, + STATE(3386), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -103672,7 +155555,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(681), 2, + STATE(1260), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103680,12 +155563,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103707,76 +155590,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46524] = 30, + [99918] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(831), 1, + sym_identifier, + ACTIONS(835), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(843), 1, sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(851), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, + ACTIONS(853), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, + ACTIONS(855), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, + ACTIONS(857), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, + ACTIONS(859), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, + ACTIONS(861), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, + ACTIONS(863), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, + ACTIONS(865), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + ACTIONS(867), 1, + aux_sym_scope_tuning_token1, + ACTIONS(869), 1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + ACTIONS(871), 1, + aux_sym_can_find_expression_token1, + ACTIONS(873), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(885), 1, + sym__escaped_string, + ACTIONS(1841), 1, + anon_sym_LBRACK, + ACTIONS(1843), 1, + anon_sym_LPAREN, + STATE(1336), 1, + sym__expression, + STATE(1414), 1, sym_object_access, - STATE(45), 1, + STATE(1456), 1, sym__decimal_literal, - STATE(3106), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(839), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(875), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(682), 2, + STATE(1261), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1395), 2, + sym_function_call, + sym_new_expression, + ACTIONS(841), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(1469), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103798,7 +155681,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46645] = 30, + [100039] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103821,29 +155704,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2294), 1, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3105), 1, + STATE(3258), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -103854,7 +155737,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(683), 2, + STATE(1262), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103862,12 +155745,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103889,7 +155772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46766] = 30, + [100160] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103912,29 +155795,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2294), 1, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3104), 1, + STATE(1492), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -103945,7 +155828,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(684), 2, + STATE(1263), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103953,12 +155836,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103980,7 +155863,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46887] = 30, + [100281] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -104003,29 +155886,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2294), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3097), 1, + STATE(1479), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -104036,7 +155919,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(685), 2, + STATE(1264), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -104044,12 +155927,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104071,7 +155954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47008] = 30, + [100402] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -104094,29 +155977,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3166), 1, + STATE(3531), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -104127,7 +156010,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(686), 2, + STATE(1265), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -104135,12 +156018,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104162,7 +156045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47129] = 30, + [100523] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -104185,29 +156068,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2312), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1311), 1, + STATE(3385), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -104218,7 +156101,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(687), 2, + STATE(1266), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -104226,12 +156109,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104253,7 +156136,139 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47250] = 30, + [100644] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1267), 2, + sym_comment, + sym_include, + ACTIONS(252), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(254), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [100715] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1268), 2, + sym_comment, + sym_include, + ACTIONS(176), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(178), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [100786] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -104276,29 +156291,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2970), 1, + STATE(3384), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -104309,7 +156324,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(688), 2, + STATE(1269), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -104317,12 +156332,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104344,167 +156359,406 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47371] = 30, + [100907] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1270), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [100978] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1271), 2, + sym_comment, + sym_include, + ACTIONS(208), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(210), 53, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(1664), 1, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2981), 1, - sym__expression, - ACTIONS(669), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [101049] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1272), 2, + sym_comment, + sym_include, + ACTIONS(180), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(182), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, sym_date_literal, - ACTIONS(711), 2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(689), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [101120] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1273), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(218), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [47492] = 30, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [101191] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1274), 2, + sym_comment, + sym_include, + ACTIONS(228), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(230), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [101262] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1352), 1, sym_identifier, - ACTIONS(1664), 1, + ACTIONS(1354), 1, + anon_sym_LBRACE, + ACTIONS(1360), 1, + sym__integer_literal, + ACTIONS(1362), 1, + anon_sym_LBRACK, + ACTIONS(1364), 1, + anon_sym_LPAREN, + ACTIONS(1366), 1, + aux_sym_unary_expression_token1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + ACTIONS(1382), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + ACTIONS(1386), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(300), 1, + sym__expression, + STATE(477), 1, sym_object_access, - STATE(45), 1, + STATE(532), 1, sym__decimal_literal, - STATE(2982), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1356), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(421), 2, sym_function_call, sym_new_expression, - STATE(690), 2, + STATE(1275), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(494), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(507), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104526,7 +156780,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47613] = 30, + [101383] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -104549,29 +156803,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2330), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2979), 1, + STATE(3382), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -104582,7 +156836,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(691), 2, + STATE(1276), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -104590,12 +156844,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104617,76 +156871,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47734] = 30, + [101504] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(1869), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(1871), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(1873), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(1875), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(1877), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(1879), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(1881), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(1883), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(1885), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1642), 1, - sym__expression, - STATE(1687), 1, + ACTIONS(2800), 1, + sym_identifier, + STATE(21), 1, sym_object_access, - STATE(2787), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(3603), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(692), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(1277), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104708,76 +156962,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47855] = 30, + [101625] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, + ACTIONS(1352), 1, sym_identifier, - ACTIONS(1624), 1, + ACTIONS(1354), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(1360), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(1362), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(1364), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, + ACTIONS(1392), 1, sym__escaped_string, - STATE(1641), 1, + STATE(314), 1, sym__expression, - STATE(1687), 1, + STATE(477), 1, sym_object_access, - STATE(2787), 1, + STATE(532), 1, sym__decimal_literal, - ACTIONS(1626), 2, + ACTIONS(1356), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(693), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(421), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(1278), 2, + sym_comment, + sym_include, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(494), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(507), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104799,76 +157053,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47976] = 30, + [101746] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, + ACTIONS(1352), 1, sym_identifier, - ACTIONS(1624), 1, + ACTIONS(1354), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(1360), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(1362), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(1364), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, + ACTIONS(1392), 1, sym__escaped_string, - STATE(1640), 1, + STATE(313), 1, sym__expression, - STATE(1687), 1, + STATE(477), 1, sym_object_access, - STATE(2787), 1, + STATE(532), 1, sym__decimal_literal, - ACTIONS(1626), 2, + ACTIONS(1356), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(694), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(421), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(1279), 2, + sym_comment, + sym_include, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(494), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(507), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104890,76 +157144,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48097] = 30, + [101867] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, + ACTIONS(1352), 1, sym_identifier, - ACTIONS(1624), 1, + ACTIONS(1354), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(1360), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(1362), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(1364), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, + ACTIONS(1386), 1, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, + ACTIONS(1392), 1, sym__escaped_string, - STATE(1639), 1, + STATE(308), 1, sym__expression, - STATE(1687), 1, + STATE(477), 1, sym_object_access, - STATE(2787), 1, + STATE(532), 1, sym__decimal_literal, - ACTIONS(1626), 2, + ACTIONS(1356), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(695), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(421), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(1280), 2, + sym_comment, + sym_include, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(494), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(507), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104981,76 +157235,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48218] = 30, + [101988] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1360), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1362), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1364), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2102), 1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + ACTIONS(1382), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + ACTIONS(1386), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(305), 1, + sym__expression, + STATE(477), 1, sym_object_access, - STATE(45), 1, + STATE(532), 1, sym__decimal_literal, - STATE(1409), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1356), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(421), 2, sym_function_call, sym_new_expression, - STATE(696), 2, + STATE(1281), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(494), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(507), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105072,7 +157326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48339] = 30, + [102109] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105095,29 +157349,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1822), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1440), 1, + STATE(3387), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -105128,7 +157382,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(697), 2, + STATE(1282), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105136,12 +157390,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105163,76 +157417,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48460] = 30, + [102230] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, + ACTIONS(2060), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2062), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, + ACTIONS(2068), 1, sym__integer_literal, - ACTIONS(2032), 1, + ACTIONS(2070), 1, anon_sym_LBRACK, - ACTIONS(2034), 1, + ACTIONS(2072), 1, anon_sym_LPAREN, - ACTIONS(2036), 1, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2064), 1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, - ACTIONS(2066), 1, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2068), 1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2070), 1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2072), 1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, - ACTIONS(2074), 1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, - ACTIONS(2076), 1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - ACTIONS(2078), 1, + ACTIONS(2090), 1, aux_sym_scope_tuning_token1, - ACTIONS(2080), 1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - ACTIONS(2082), 1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, - STATE(153), 1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1947), 1, + sym__expression, + STATE(2128), 1, sym_object_access, - STATE(190), 1, + STATE(3252), 1, sym__decimal_literal, - STATE(1356), 1, - sym__expression, - ACTIONS(2026), 2, + ACTIONS(2064), 2, sym_null_expression, sym_date_literal, - ACTIONS(2060), 2, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(698), 2, + STATE(1283), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, + STATE(3270), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(226), 21, + STATE(3283), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105254,7 +157508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48581] = 30, + [102351] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105277,29 +157531,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1533), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2919), 1, + STATE(3602), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -105310,7 +157564,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(699), 2, + STATE(1284), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105318,12 +157572,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105345,280 +157599,139 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48702] = 30, + [102472] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, - anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2276), 1, - aux_sym_unary_expression_token2, - ACTIONS(2278), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2280), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2282), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2284), 1, - aux_sym_locked_expression_token1, - ACTIONS(2286), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2288), 1, - aux_sym_input_expression_token1, - ACTIONS(2290), 1, - aux_sym_if_statement_token1, - ACTIONS(2292), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1643), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(700), 2, + STATE(1285), 2, sym_comment, sym_include, - ACTIONS(2028), 4, + ACTIONS(196), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(198), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [48823] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, - anon_sym_LBRACE, - ACTIONS(1630), 1, sym__integer_literal, - ACTIONS(1632), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1634), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1638), 1, - sym__expression, - STATE(1687), 1, - sym_object_access, - STATE(2787), 1, - sym__decimal_literal, - ACTIONS(1626), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1660), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(701), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [102543] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1286), 2, sym_comment, sym_include, - STATE(2324), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1628), 4, + ACTIONS(200), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(202), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2916), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [48944] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, - anon_sym_LBRACE, - ACTIONS(1630), 1, sym__integer_literal, - ACTIONS(1632), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1634), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1637), 1, - sym__expression, - STATE(1687), 1, - sym_object_access, - STATE(2787), 1, - sym__decimal_literal, - ACTIONS(1626), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1660), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(702), 2, - sym_comment, - sym_include, - STATE(2324), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1628), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2921), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2916), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [49065] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [102614] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105641,29 +157754,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(1742), 1, + ACTIONS(1946), 1, aux_sym_unary_expression_token2, - ACTIONS(1744), 1, + ACTIONS(1948), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1746), 1, + ACTIONS(1950), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1748), 1, + ACTIONS(1952), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1750), 1, + ACTIONS(1954), 1, aux_sym_locked_expression_token1, - ACTIONS(1752), 1, + ACTIONS(1956), 1, aux_sym_dataset_expression_token1, - ACTIONS(1754), 1, + ACTIONS(1958), 1, aux_sym_input_expression_token1, - ACTIONS(1756), 1, + ACTIONS(1960), 1, aux_sym_if_statement_token1, - ACTIONS(1758), 1, + ACTIONS(1962), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(2396), 1, + STATE(1512), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -105674,7 +157787,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(703), 2, + STATE(1287), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105682,12 +157795,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105709,7 +157822,139 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49186] = 30, + [102735] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1288), 2, + sym_comment, + sym_include, + ACTIONS(172), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(174), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [102806] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1289), 2, + sym_comment, + sym_include, + ACTIONS(188), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(190), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [102877] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105732,29 +157977,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2348), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1246), 1, + STATE(3417), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -105765,7 +158010,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(704), 2, + STATE(1290), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105773,12 +158018,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105800,7 +158045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49307] = 30, + [102998] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105823,29 +158068,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2348), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1243), 1, + STATE(3377), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -105856,7 +158101,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(705), 2, + STATE(1291), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105864,12 +158109,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105891,76 +158136,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49428] = 30, + [103119] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2060), 1, + sym_identifier, + ACTIONS(2062), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2068), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2070), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2072), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2074), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2076), 1, aux_sym_unary_expression_token2, - ACTIONS(2006), 1, + ACTIONS(2078), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2008), 1, + ACTIONS(2080), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2010), 1, + ACTIONS(2082), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2012), 1, + ACTIONS(2084), 1, aux_sym_locked_expression_token1, - ACTIONS(2014), 1, + ACTIONS(2086), 1, aux_sym_dataset_expression_token1, - ACTIONS(2016), 1, + ACTIONS(2088), 1, aux_sym_input_expression_token1, - ACTIONS(2018), 1, + ACTIONS(2090), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2092), 1, aux_sym_if_statement_token1, - ACTIONS(2020), 1, + ACTIONS(2094), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2096), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2100), 1, + sym__escaped_string, + STATE(1930), 1, + sym__expression, + STATE(2128), 1, sym_object_access, - STATE(45), 1, + STATE(3252), 1, sym__decimal_literal, - STATE(2734), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2064), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2098), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(706), 2, + STATE(1292), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2744), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2066), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3270), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3283), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105982,7 +158227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49549] = 30, + [103240] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106005,29 +158250,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2348), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1245), 1, + STATE(3375), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106038,7 +158283,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(707), 2, + STATE(1293), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106046,12 +158291,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106073,7 +158318,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49670] = 30, + [103361] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106096,29 +158341,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2348), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1247), 1, + STATE(3369), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106129,7 +158374,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(708), 2, + STATE(1294), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106137,12 +158382,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106164,7 +158409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49791] = 30, + [103482] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106187,29 +158432,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2348), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1242), 1, + STATE(3368), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106220,7 +158465,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(709), 2, + STATE(1295), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106228,12 +158473,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106255,7 +158500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49912] = 30, + [103603] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106278,29 +158523,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2348), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1244), 1, + STATE(3366), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106311,7 +158556,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(710), 2, + STATE(1296), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106319,12 +158564,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106346,76 +158591,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50033] = 30, + [103724] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2624), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2628), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(719), 1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2650), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3037), 1, + sym__expression, + STATE(3072), 1, sym_object_access, - STATE(45), 1, + STATE(3664), 1, sym__decimal_literal, - STATE(1420), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2620), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(711), 2, + STATE(1297), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3734), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3729), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106437,7 +158682,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50154] = 30, + [103845] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1298), 2, + sym_comment, + sym_include, + ACTIONS(184), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(186), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [103916] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106452,37 +158763,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1421), 1, + STATE(3364), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106493,7 +158804,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(712), 2, + STATE(1299), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106501,12 +158812,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106528,7 +158839,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50275] = 30, + [104037] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1300), 2, + sym_comment, + sym_include, + ACTIONS(212), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(214), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [104108] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106543,37 +158920,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1422), 1, + STATE(3360), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106584,7 +158961,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(713), 2, + STATE(1301), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106592,12 +158969,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106619,7 +158996,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50396] = 30, + [104229] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1302), 2, + sym_comment, + sym_include, + ACTIONS(236), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(238), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [104300] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106634,37 +159077,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, ACTIONS(705), 1, aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, - aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(1423), 1, + STATE(3359), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106675,7 +159118,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(714), 2, + STATE(1303), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106683,12 +159126,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106710,76 +159153,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50517] = 30, + [104421] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2624), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2628), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(719), 1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(2650), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3031), 1, + sym__expression, + STATE(3072), 1, sym_object_access, - STATE(45), 1, + STATE(3664), 1, sym__decimal_literal, - STATE(1424), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2620), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(715), 2, + STATE(1304), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3734), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3729), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106801,76 +159244,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50638] = 30, + [104542] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(1352), 1, + sym_identifier, + ACTIONS(1354), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1360), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1362), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1364), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1366), 1, aux_sym_unary_expression_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(719), 1, + ACTIONS(1368), 1, aux_sym_unary_expression_token2, - ACTIONS(721), 1, + ACTIONS(1370), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(723), 1, + ACTIONS(1372), 1, aux_sym_temp_table_expression_token1, - ACTIONS(725), 1, + ACTIONS(1374), 1, aux_sym_current_changed_expression_token1, - ACTIONS(727), 1, + ACTIONS(1376), 1, aux_sym_locked_expression_token1, - ACTIONS(729), 1, + ACTIONS(1378), 1, aux_sym_dataset_expression_token1, - ACTIONS(731), 1, + ACTIONS(1380), 1, aux_sym_input_expression_token1, - ACTIONS(733), 1, + ACTIONS(1382), 1, aux_sym_scope_tuning_token1, - ACTIONS(737), 1, + ACTIONS(1384), 1, aux_sym_if_statement_token1, - ACTIONS(747), 1, + ACTIONS(1386), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1388), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(1392), 1, + sym__escaped_string, + STATE(320), 1, + sym__expression, + STATE(477), 1, sym_object_access, - STATE(45), 1, + STATE(532), 1, sym__decimal_literal, - STATE(1425), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1356), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(1390), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, + STATE(421), 2, sym_function_call, sym_new_expression, - STATE(716), 2, + STATE(1305), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1358), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(494), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(507), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106892,7 +159335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50759] = 30, + [104663] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106913,31 +159356,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, - ACTIONS(1533), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2366), 1, - sym_identifier, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3025), 1, + STATE(3358), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -106948,7 +159391,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(717), 2, + STATE(1306), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106956,12 +159399,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106983,76 +159426,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50880] = 30, + [104784] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2580), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2582), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2584), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2586), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2588), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2590), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2592), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2594), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2596), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1346), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(1494), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(718), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1307), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107074,76 +159517,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51001] = 30, + [104905] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1347), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3357), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(719), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1308), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107165,76 +159608,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51122] = 30, + [105026] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1348), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3356), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(720), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1309), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107256,76 +159699,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51243] = 30, + [105147] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1350), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3361), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(721), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1310), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107347,76 +159790,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51364] = 30, + [105268] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1928), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1930), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1932), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1351), 1, - sym__expression, - STATE(1376), 1, + STATE(21), 1, sym_object_access, - STATE(1487), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1924), 2, + STATE(3353), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1958), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(722), 2, - sym_comment, - sym_include, - STATE(1405), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1926), 4, + STATE(1311), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1493), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107438,167 +159881,208 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51485] = 30, + [105389] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1920), 1, - sym_identifier, - ACTIONS(1922), 1, + STATE(1312), 2, + sym_comment, + sym_include, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1928), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(1930), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1932), 1, anon_sym_LPAREN, - ACTIONS(1934), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1936), 1, aux_sym_unary_expression_token2, - ACTIONS(1938), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1940), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1942), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1944), 1, aux_sym_locked_expression_token1, - ACTIONS(1946), 1, aux_sym_dataset_expression_token1, - ACTIONS(1948), 1, aux_sym_input_expression_token1, - ACTIONS(1950), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1952), 1, aux_sym_if_statement_token1, - ACTIONS(1954), 1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, - ACTIONS(1956), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1960), 1, - sym__escaped_string, - STATE(1352), 1, - sym__expression, - STATE(1376), 1, - sym_object_access, - STATE(1487), 1, - sym__decimal_literal, - ACTIONS(1924), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1958), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(723), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [105460] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1313), 2, sym_comment, sym_include, - STATE(1405), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1926), 4, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(234), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1498), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1493), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [51606] = 30, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [105531] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(2618), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2624), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2628), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + ACTIONS(2646), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + ACTIONS(2650), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + ACTIONS(2656), 1, + sym__escaped_string, + STATE(3033), 1, + sym__expression, + STATE(3072), 1, sym_object_access, - STATE(45), 1, + STATE(3664), 1, sym__decimal_literal, - STATE(3037), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2620), 2, sym_null_expression, sym_date_literal, - ACTIONS(711), 2, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(724), 2, + STATE(1314), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(3287), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(3734), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(3729), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107620,7 +160104,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51727] = 30, + [105652] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1315), 2, + sym_comment, + sym_include, + ACTIONS(240), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(242), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_sort_order_token1, + aux_sym_sort_order_token2, + aux_sym_sort_order_token3, + aux_sym_sort_order_token4, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [105723] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107643,29 +160193,29 @@ static const uint16_t ts_small_parse_table[] = { sym__escaped_string, ACTIONS(715), 1, sym_identifier, - ACTIONS(2330), 1, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3116), 1, + STATE(3347), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -107676,7 +160226,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(725), 2, + STATE(1316), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -107684,12 +160234,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107711,76 +160261,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51848] = 30, + [105844] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - sym_identifier, - ACTIONS(1624), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(705), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, + sym__escaped_string, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, - sym__escaped_string, - STATE(1538), 1, - sym__expression, - STATE(1687), 1, + STATE(21), 1, sym_object_access, - STATE(2787), 1, + STATE(46), 1, sym__decimal_literal, - ACTIONS(1626), 2, + STATE(3362), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(726), 2, - sym_comment, - sym_include, - STATE(2324), 2, + STATE(11), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + STATE(1317), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107802,76 +160352,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51969] = 30, + [105965] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1622), 1, + ACTIONS(2616), 1, sym_identifier, - ACTIONS(1624), 1, + ACTIONS(2618), 1, anon_sym_LBRACE, - ACTIONS(1630), 1, + ACTIONS(2624), 1, sym__integer_literal, - ACTIONS(1632), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(1634), 1, + ACTIONS(2628), 1, anon_sym_LPAREN, - ACTIONS(1636), 1, + ACTIONS(2630), 1, aux_sym_unary_expression_token1, - ACTIONS(1638), 1, + ACTIONS(2632), 1, aux_sym_unary_expression_token2, - ACTIONS(1640), 1, + ACTIONS(2634), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1642), 1, + ACTIONS(2636), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1644), 1, + ACTIONS(2638), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1646), 1, + ACTIONS(2640), 1, aux_sym_locked_expression_token1, - ACTIONS(1648), 1, + ACTIONS(2642), 1, aux_sym_dataset_expression_token1, - ACTIONS(1650), 1, + ACTIONS(2644), 1, aux_sym_input_expression_token1, - ACTIONS(1652), 1, + ACTIONS(2646), 1, aux_sym_scope_tuning_token1, - ACTIONS(1654), 1, + ACTIONS(2648), 1, aux_sym_if_statement_token1, - ACTIONS(1656), 1, + ACTIONS(2650), 1, aux_sym_can_find_expression_token1, - ACTIONS(1658), 1, + ACTIONS(2652), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1662), 1, + ACTIONS(2656), 1, sym__escaped_string, - STATE(1565), 1, + STATE(3036), 1, sym__expression, - STATE(1687), 1, + STATE(3072), 1, sym_object_access, - STATE(2787), 1, + STATE(3664), 1, sym__decimal_literal, - ACTIONS(1626), 2, + ACTIONS(2620), 2, sym_null_expression, sym_date_literal, - ACTIONS(1660), 2, + ACTIONS(2654), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(727), 2, + STATE(1318), 2, sym_comment, sym_include, - STATE(2324), 2, + STATE(3287), 2, sym_function_call, sym_new_expression, - ACTIONS(1628), 4, + ACTIONS(2622), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2921), 4, + STATE(3734), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2916), 21, + STATE(3729), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107893,7 +160443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52090] = 30, + [106086] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107914,31 +160464,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_can_find_expression_token1, ACTIONS(713), 1, sym__escaped_string, - ACTIONS(1533), 1, + ACTIONS(715), 1, + sym_identifier, + ACTIONS(2446), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, + ACTIONS(2448), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, + ACTIONS(2450), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, + ACTIONS(2452), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, + ACTIONS(2454), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, + ACTIONS(2456), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, + ACTIONS(2458), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + ACTIONS(2460), 1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + ACTIONS(2462), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2368), 1, - sym_identifier, - STATE(14), 1, + STATE(21), 1, sym_object_access, - STATE(45), 1, + STATE(46), 1, sym__decimal_literal, - STATE(3100), 1, + STATE(3378), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, @@ -107949,7 +160499,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(11), 2, sym_function_call, sym_new_expression, - STATE(728), 2, + STATE(1319), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -107957,12 +160507,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, + STATE(44), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(37), 21, + STATE(51), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107984,6662 +160534,5706 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52211] = 30, + [106207] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(2804), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1320), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2802), 27, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [106293] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1258), 1, sym__escaped_string, - ACTIONS(715), 1, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1321), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1256), 27, + anon_sym_LBRACE, sym_identifier, - ACTIONS(2330), 1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3139), 1, - sym__expression, - ACTIONS(669), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [106379] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1322), 2, + sym_comment, + sym_include, + ACTIONS(1262), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1260), 27, + anon_sym_LBRACE, + sym_identifier, sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, sym_date_literal, - ACTIONS(711), 2, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(729), 2, + [106463] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1350), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1323), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1348), 27, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [52332] = 30, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [106549] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + STATE(1324), 2, + sym_comment, + sym_include, + ACTIONS(1310), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1308), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [106627] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + STATE(1325), 2, + sym_comment, + sym_include, + ACTIONS(1326), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 44, + anon_sym_LBRACE, sym_identifier, - ACTIONS(2330), 1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2985), 1, - sym__expression, - ACTIONS(669), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [106707] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1330), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1326), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1328), 27, + anon_sym_LBRACE, + sym_identifier, sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, sym_date_literal, - ACTIONS(711), 2, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(730), 2, + [106793] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2808), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1327), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2806), 27, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [52453] = 30, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [106879] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1328), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(250), 27, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [106963] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1342), 1, sym__escaped_string, - ACTIONS(715), 1, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1329), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1340), 27, + anon_sym_LBRACE, sym_identifier, - ACTIONS(2330), 1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3118), 1, - sym__expression, - ACTIONS(669), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [107049] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1314), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1330), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1312), 27, + anon_sym_LBRACE, + sym_identifier, sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, sym_date_literal, - ACTIONS(711), 2, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(731), 2, + [107135] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1322), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1331), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1320), 27, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [52574] = 30, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [107221] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(1346), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1332), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1344), 27, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3103), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(732), 2, + [107307] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1318), 1, + sym__escaped_string, + STATE(745), 1, + sym__comparison_operator, + STATE(746), 1, + sym__multiplicative_operator, + STATE(747), 1, + sym__additive_operator, + STATE(748), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1333), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1316), 27, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [52695] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2102), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1410), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(733), 2, + [107393] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2812), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1334), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2810), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [52816] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2102), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1403), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(734), 2, + [107478] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + STATE(1335), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1326), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 43, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [52937] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2102), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1386), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(735), 2, + [107557] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1336), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(250), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53058] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2102), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1402), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(736), 2, + [107640] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1330), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1337), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1328), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53179] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2790), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(737), 2, + [107725] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1342), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1338), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1340), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53300] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2102), 1, aux_sym_unary_expression_token2, - ACTIONS(2104), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2106), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2108), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2110), 1, aux_sym_locked_expression_token1, - ACTIONS(2112), 1, aux_sym_dataset_expression_token1, - ACTIONS(2114), 1, aux_sym_input_expression_token1, - ACTIONS(2116), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2118), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1400), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(738), 2, + [107810] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1318), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1339), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1316), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53421] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2885), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(739), 2, + [107895] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1314), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1340), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1312), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53542] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2863), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(740), 2, + [107980] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1322), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1341), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1320), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53663] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2852), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(741), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53784] = 30, + aux_sym_available_expression_token2, + [108065] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(1350), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1342), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1348), 26, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2853), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(742), 2, + [108150] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1343), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1262), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1260), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [53905] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1375), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(743), 2, + [108233] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1346), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1344), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1344), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54026] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2796), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(744), 2, + [108318] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + STATE(1345), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1310), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1308), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54147] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2240), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1511), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(745), 2, + [108395] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1258), 1, + sym__escaped_string, + STATE(1064), 1, + sym__comparison_operator, + STATE(1067), 1, + sym__multiplicative_operator, + STATE(1068), 1, + sym__additive_operator, + STATE(1069), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1346), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1256), 26, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54268] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2240), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1507), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(746), 2, + [108480] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1347), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 49, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54389] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, - anon_sym_LBRACE, - ACTIONS(827), 1, sym__integer_literal, - ACTIONS(835), 1, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(837), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(855), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(857), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1092), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(747), 2, + [108548] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1758), 1, + sym__namecolon, + STATE(1367), 1, + aux_sym_object_access_repeat1, + STATE(1348), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54510] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, - anon_sym_LBRACE, - ACTIONS(827), 1, sym__integer_literal, - ACTIONS(835), 1, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(837), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(857), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1091), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(748), 2, + [108620] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1760), 1, + sym__namedoublecolon, + STATE(1351), 1, + aux_sym_member_access_repeat1, + STATE(1349), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, + ACTIONS(125), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(127), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54631] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, - anon_sym_LBRACE, - ACTIONS(827), 1, sym__integer_literal, - ACTIONS(835), 1, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(837), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(857), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1089), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(749), 2, + [108692] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1756), 1, + sym__namedot, + STATE(1352), 1, + aux_sym_qualified_name_repeat1, + STATE(1350), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, + ACTIONS(102), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(104), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54752] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, - anon_sym_LBRACE, - ACTIONS(827), 1, sym__integer_literal, - ACTIONS(835), 1, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(837), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(857), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1090), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(750), 2, + [108764] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2814), 1, + sym__namedoublecolon, + ACTIONS(141), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(1351), 3, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, + aux_sym_member_access_repeat1, + ACTIONS(143), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54873] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2240), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1513), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(751), 2, + [108834] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2817), 1, + sym__namedot, + ACTIONS(106), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(1352), 3, sym_comment, sym_include, - ACTIONS(671), 4, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54994] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2240), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1514), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(752), 2, + [108904] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2820), 1, + sym_identifier, + ACTIONS(2823), 1, + aux_sym_input_expression_token2, + STATE(1444), 1, + sym_qualified_name, + STATE(1353), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1484), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1480), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55115] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2240), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1516), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(753), 2, + [108978] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1354), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 49, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55236] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2240), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + aux_sym_if_statement_token2, + anon_sym_NO_DASHERROR, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1517), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(754), 2, + [109046] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1355), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 49, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55357] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2240), 1, aux_sym_unary_expression_token2, - ACTIONS(2242), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2244), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2246), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2248), 1, aux_sym_locked_expression_token1, - ACTIONS(2250), 1, aux_sym_dataset_expression_token1, - ACTIONS(2252), 1, aux_sym_input_expression_token1, - ACTIONS(2254), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2256), 1, + aux_sym_if_statement_token2, + anon_sym_NO_DASHERROR, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1519), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(755), 2, + [109114] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1356), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 49, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55478] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1278), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(756), 2, + [109182] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1357), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 49, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55599] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + aux_sym_if_statement_token2, + anon_sym_NO_DASHERROR, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1277), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(757), 2, + [109250] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1756), 1, + sym__namedot, + STATE(1350), 1, + aux_sym_qualified_name_repeat1, + STATE(1358), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55720] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, - anon_sym_LBRACE, - ACTIONS(827), 1, sym__integer_literal, - ACTIONS(835), 1, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(837), 1, aux_sym_unary_expression_token2, - ACTIONS(839), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, aux_sym_locked_expression_token1, - ACTIONS(847), 1, aux_sym_dataset_expression_token1, - ACTIONS(849), 1, aux_sym_input_expression_token1, - ACTIONS(851), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(853), 1, aux_sym_if_statement_token1, - ACTIONS(855), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(857), 1, aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1098), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(758), 2, + [109322] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1756), 1, + sym__namedot, + STATE(1350), 1, + aux_sym_qualified_name_repeat1, + STATE(1359), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55841] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1274), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(759), 2, + [109394] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2825), 1, + aux_sym_function_call_token1, + STATE(1360), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(148), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(150), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [55962] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1271), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(760), 2, + [109464] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1361), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 49, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56083] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1272), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(761), 2, + [109532] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1758), 1, + sym__namecolon, + STATE(1364), 1, + aux_sym_object_access_repeat1, + STATE(1362), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56204] = 30, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [109604] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(896), 1, + ACTIONS(2827), 1, + anon_sym_NO_DASHERROR, + STATE(1363), 2, + sym_comment, + sym_include, + ACTIONS(599), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(601), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(904), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(906), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(912), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(914), 1, aux_sym_unary_expression_token2, - ACTIONS(916), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(918), 1, aux_sym_temp_table_expression_token1, - ACTIONS(920), 1, aux_sym_current_changed_expression_token1, - ACTIONS(922), 1, aux_sym_locked_expression_token1, - ACTIONS(924), 1, aux_sym_dataset_expression_token1, - ACTIONS(926), 1, aux_sym_input_expression_token1, - ACTIONS(928), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(930), 1, aux_sym_if_statement_token1, - ACTIONS(932), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(934), 1, aux_sym_accumulate_expression_token1, - ACTIONS(938), 1, - sym__escaped_string, - STATE(294), 1, - sym__expression, - STATE(376), 1, - sym_object_access, - STATE(839), 1, - sym__decimal_literal, - ACTIONS(900), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(936), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(361), 2, - sym_function_call, - sym_new_expression, - STATE(762), 2, + [109674] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1758), 1, + sym__namecolon, + STATE(1367), 1, + aux_sym_object_access_repeat1, + STATE(1364), 2, sym_comment, sym_include, - ACTIONS(902), 4, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(889), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(891), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56325] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2348), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1249), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(763), 2, + [109746] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1758), 1, + sym__namecolon, + STATE(1367), 1, + aux_sym_object_access_repeat1, + STATE(1365), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56446] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3165), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(764), 2, + [109818] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1758), 1, + sym__namecolon, + STATE(1364), 1, + aux_sym_object_access_repeat1, + STATE(1366), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56567] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3073), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(765), 2, + [109890] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2829), 1, + sym__namecolon, + ACTIONS(95), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(1367), 3, sym_comment, sym_include, - ACTIONS(671), 4, + aux_sym_object_access_repeat1, + ACTIONS(97), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56688] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2986), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(766), 2, + [109960] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1368), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56809] = 30, + ACTIONS(186), 4, + aux_sym_variable_tuning_token2, + aux_sym_image_phrase_token1, + aux_sym_image_phrase_token4, + aux_sym_size_phrase_token1, + ACTIONS(184), 48, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + aux_sym_type_tuning_token2, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_serialization_tuning_token1, + aux_sym_repeat_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_using_statement_token2, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + aux_sym_on_error_phrase_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + aux_sym_image_phrase_token2, + aux_sym_image_phrase_token5, + aux_sym_image_phrase_token6, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [110030] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1369), 2, + sym_comment, + sym_include, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + anon_sym_NO_DASHERROR, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1608), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(767), 2, + [110097] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1370), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [56930] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1607), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(768), 2, + [110164] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1371), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57051] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + anon_sym_NO_DASHERROR, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1606), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(769), 2, + [110231] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2832), 1, + sym_identifier, + ACTIONS(2835), 1, + aux_sym_input_expression_token2, + STATE(1453), 1, + sym_qualified_name, + STATE(1372), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1484), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1480), 46, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57172] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2348), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1250), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(770), 2, + [110304] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1899), 1, + sym__namedot, + STATE(1385), 1, + aux_sym_qualified_name_repeat1, + STATE(1373), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(133), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(135), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57293] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2348), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1251), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(771), 2, + [110375] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1901), 1, + sym__namecolon, + STATE(1392), 1, + aux_sym_object_access_repeat1, + STATE(1374), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57414] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2348), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1252), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(772), 2, + [110446] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1903), 1, + sym__namedoublecolon, + STATE(1394), 1, + aux_sym_member_access_repeat1, + STATE(1375), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(125), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(127), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57535] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2348), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1248), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(773), 2, + [110517] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1376), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(137), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(139), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57656] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2348), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1241), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(774), 2, + [110584] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1901), 1, + sym__namecolon, + STATE(1392), 1, + aux_sym_object_access_repeat1, + STATE(1377), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57777] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1314), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(775), 2, + [110655] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1378), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(164), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(166), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [57898] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1286), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(776), 2, + [110722] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1379), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(129), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58019] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1324), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(777), 2, + [110789] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1380), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(121), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(123), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58140] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(697), 1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, aux_sym_if_statement_token1, - ACTIONS(705), 1, + anon_sym_NO_DASHERROR, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1558), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(778), 2, + [110856] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1381), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(113), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(115), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58261] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1325), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(779), 2, + [110923] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1901), 1, + sym__namecolon, + STATE(1392), 1, + aux_sym_object_access_repeat1, + STATE(1382), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(91), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(93), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58382] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(697), 1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, aux_sym_if_statement_token1, - ACTIONS(705), 1, aux_sym_can_find_expression_token1, - ACTIONS(709), 1, aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1559), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(780), 2, + [110994] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2837), 1, + aux_sym_function_call_token1, + STATE(1383), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(148), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(150), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58503] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1328), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(781), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58624] = 30, + [111063] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1752), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1754), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + STATE(1360), 1, + sym_function_arguments, + STATE(1384), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(73), 46, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(2312), 1, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_EQ, + aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1295), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(782), 2, + [111136] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1899), 1, + sym__namedot, + STATE(1390), 1, + aux_sym_qualified_name_repeat1, + STATE(1385), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(102), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(104), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58745] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2937), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(783), 2, + [111207] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1754), 1, + anon_sym_LPAREN, + STATE(1360), 1, + sym_function_arguments, + STATE(1386), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58866] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2946), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(784), 2, + [111278] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1901), 1, + sym__namecolon, + STATE(1377), 1, + aux_sym_object_access_repeat1, + STATE(1387), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [58987] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3009), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(785), 2, + [111349] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1388), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(154), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(156), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59108] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3023), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(786), 2, + [111416] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2839), 1, + sym_identifier, + STATE(1439), 1, + sym_qualified_name, + STATE(1389), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1503), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1501), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59229] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1605), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(787), 2, + [111487] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2842), 1, + sym__namedot, + ACTIONS(106), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(1390), 3, sym_comment, sym_include, - ACTIONS(671), 4, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59350] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3029), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(788), 2, + [111556] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1391), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(106), 4, + sym__namedot, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(108), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59471] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2330), 1, aux_sym_unary_expression_token2, - ACTIONS(2332), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2334), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2336), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2338), 1, aux_sym_locked_expression_token1, - ACTIONS(2340), 1, aux_sym_dataset_expression_token1, - ACTIONS(2342), 1, aux_sym_input_expression_token1, - ACTIONS(2344), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2346), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3030), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(789), 2, + [111623] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2845), 1, + sym__namecolon, + ACTIONS(95), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(1392), 3, sym_comment, sym_include, - ACTIONS(671), 4, + aux_sym_object_access_repeat1, + ACTIONS(97), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59592] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2811), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(790), 2, + [111692] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1899), 1, + sym__namedot, + STATE(1385), 1, + aux_sym_qualified_name_repeat1, + STATE(1393), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59713] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3160), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(791), 2, + [111763] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2848), 1, + sym__namedoublecolon, + ACTIONS(141), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + STATE(1394), 3, sym_comment, sym_include, - ACTIONS(671), 4, + aux_sym_member_access_repeat1, + ACTIONS(143), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59834] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3152), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(792), 2, + [111832] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1901), 1, + sym__namecolon, + STATE(1377), 1, + aux_sym_object_access_repeat1, + STATE(1395), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [59955] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, - anon_sym_LBRACE, - ACTIONS(1868), 1, sym__integer_literal, - ACTIONS(1870), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1872), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1666), 1, - sym__expression, - STATE(2250), 1, - sym_object_access, - STATE(3084), 1, - sym__decimal_literal, - ACTIONS(1864), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1898), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(793), 2, + [111903] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2851), 1, + anon_sym_NO_DASHERROR, + STATE(1396), 2, sym_comment, sym_include, - STATE(2718), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1866), 4, + ACTIONS(599), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(601), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3007), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60076] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2927), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(794), 2, + [111972] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2853), 1, + sym__namedot, + STATE(1397), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(160), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60197] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, - anon_sym_LBRACE, - ACTIONS(1264), 1, sym__integer_literal, - ACTIONS(1266), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1268), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1080), 1, - sym__expression, - STATE(1145), 1, - sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - ACTIONS(1260), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1298), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(795), 2, + [112041] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1398), 2, sym_comment, sym_include, - STATE(1105), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1262), 4, + ACTIONS(168), 4, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(170), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1199), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60318] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, - anon_sym_LBRACE, - ACTIONS(1868), 1, sym__integer_literal, - ACTIONS(1870), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1872), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1668), 1, - sym__expression, - STATE(2250), 1, - sym_object_access, - STATE(3084), 1, - sym__decimal_literal, - ACTIONS(1864), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1898), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(796), 2, + [112108] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1399), 2, sym_comment, sym_include, - STATE(2718), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1866), 4, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(250), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3007), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60439] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, - anon_sym_LBRACE, - ACTIONS(1868), 1, sym__integer_literal, - ACTIONS(1870), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1872), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1669), 1, - sym__expression, - STATE(2250), 1, - sym_object_access, - STATE(3084), 1, - sym__decimal_literal, - ACTIONS(1864), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1898), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(797), 2, + [112174] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1256), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1400), 2, sym_comment, sym_include, - STATE(2718), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1866), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(3012), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3007), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60560] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1258), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [112262] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, + STATE(1401), 2, + sym_comment, + sym_include, + ACTIONS(106), 4, + sym__namedot, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(108), 47, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1868), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(1870), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1872), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1670), 1, - sym__expression, - STATE(2250), 1, - sym_object_access, - STATE(3084), 1, - sym__decimal_literal, - ACTIONS(1864), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1898), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(798), 2, + [112328] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1402), 2, sym_comment, sym_include, - STATE(2718), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1866), 4, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(234), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3007), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60681] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, - anon_sym_LBRACE, - ACTIONS(1868), 1, sym__integer_literal, - ACTIONS(1870), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1872), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1671), 1, - sym__expression, - STATE(2250), 1, - sym_object_access, - STATE(3084), 1, - sym__decimal_literal, - ACTIONS(1864), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1898), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(799), 2, + [112394] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1403), 2, sym_comment, sym_include, - STATE(2718), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1866), 4, + ACTIONS(113), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(115), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3007), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60802] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1860), 1, - sym_identifier, - ACTIONS(1862), 1, - anon_sym_LBRACE, - ACTIONS(1868), 1, sym__integer_literal, - ACTIONS(1870), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1872), 1, anon_sym_LPAREN, - ACTIONS(1874), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1876), 1, aux_sym_unary_expression_token2, - ACTIONS(1878), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1880), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1882), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1884), 1, aux_sym_locked_expression_token1, - ACTIONS(1886), 1, aux_sym_dataset_expression_token1, - ACTIONS(1888), 1, aux_sym_input_expression_token1, - ACTIONS(1890), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1892), 1, aux_sym_if_statement_token1, - ACTIONS(1894), 1, aux_sym_can_find_expression_token1, - ACTIONS(1896), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1900), 1, - sym__escaped_string, - STATE(1672), 1, - sym__expression, - STATE(2250), 1, - sym_object_access, - STATE(3084), 1, - sym__decimal_literal, - ACTIONS(1864), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1898), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(800), 2, + [112460] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1404), 2, sym_comment, sym_include, - STATE(2718), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1866), 4, + ACTIONS(168), 4, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(170), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3012), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3007), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [60923] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1604), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(801), 2, + [112526] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1405), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(240), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(242), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [61044] = 5, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [112592] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(802), 2, + ACTIONS(2861), 1, + sym__namedot, + STATE(1406), 2, sym_comment, sym_include, - ACTIONS(172), 3, + ACTIONS(158), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(174), 53, + ACTIONS(160), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -114683,398 +166277,419 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [61115] = 30, + [112660] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, + STATE(1407), 2, + sym_comment, + sym_include, + ACTIONS(236), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(238), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1264), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(1266), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1268), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1083), 1, - sym__expression, - STATE(1145), 1, - sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - ACTIONS(1260), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1298), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(803), 2, + [112726] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2865), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(1408), 2, sym_comment, sym_include, - STATE(1105), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1262), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1196), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1199), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [61236] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2863), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [112814] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + STATE(1409), 2, + sym_comment, + sym_include, + ACTIONS(212), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(214), 48, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(2180), 1, - aux_sym_unary_expression_token2, - ACTIONS(2182), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, - aux_sym_locked_expression_token1, - ACTIONS(2190), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, - aux_sym_input_expression_token1, - ACTIONS(2194), 1, - aux_sym_if_statement_token1, - ACTIONS(2196), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2908), 1, - sym__expression, - ACTIONS(669), 2, + anon_sym_STAR, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(804), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [61357] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2348), 1, aux_sym_unary_expression_token2, - ACTIONS(2350), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2352), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2354), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2356), 1, aux_sym_locked_expression_token1, - ACTIONS(2358), 1, aux_sym_dataset_expression_token1, - ACTIONS(2360), 1, aux_sym_input_expression_token1, - ACTIONS(2362), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2364), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1240), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(805), 2, + [112880] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1410), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(164), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(166), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [61478] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1254), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(806), 2, + [112946] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1260), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1411), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [61599] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1262), 23, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113032] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + STATE(1412), 2, + sym_comment, + sym_include, + ACTIONS(1308), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(1310), 40, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113108] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(807), 2, + STATE(1413), 2, sym_comment, sym_include, - ACTIONS(224), 3, + ACTIONS(184), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(226), 53, + ACTIONS(186), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -115113,211 +166728,446 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [61670] = 30, + [113174] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1895), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1897), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + STATE(1383), 1, + sym_function_arguments, + STATE(1414), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(73), 45, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(2180), 1, - aux_sym_unary_expression_token2, - ACTIONS(2182), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, - aux_sym_locked_expression_token1, - ACTIONS(2190), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, - aux_sym_input_expression_token1, - ACTIONS(2194), 1, - aux_sym_if_statement_token1, - ACTIONS(2196), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2907), 1, - sym__expression, - ACTIONS(669), 2, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(808), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [61791] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + sym_date_literal, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2903), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(809), 2, + [113246] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1415), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [61912] = 5, + ACTIONS(1324), 4, + anon_sym_LT, + anon_sym_GT, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(1326), 38, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113326] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1328), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1416), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1330), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113414] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1316), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1417), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1318), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113502] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1312), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1418), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1314), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113590] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1320), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1419), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1322), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113678] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(810), 2, + STATE(1420), 2, sym_comment, sym_include, - ACTIONS(240), 3, + ACTIONS(154), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(242), 53, + ACTIONS(156), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -115361,1581 +167211,665 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [61983] = 30, + [113744] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(2867), 1, sym_identifier, - ACTIONS(2180), 1, - aux_sym_unary_expression_token2, - ACTIONS(2182), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, - aux_sym_locked_expression_token1, - ACTIONS(2190), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, - aux_sym_input_expression_token1, - ACTIONS(2194), 1, - aux_sym_if_statement_token1, - ACTIONS(2196), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2896), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(811), 2, + STATE(1460), 1, + sym_qualified_name, + STATE(1421), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62104] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(1503), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, - aux_sym_unary_expression_token2, - ACTIONS(1606), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, - aux_sym_locked_expression_token1, - ACTIONS(1614), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, - aux_sym_input_expression_token1, - ACTIONS(1618), 1, - aux_sym_if_statement_token1, - ACTIONS(1620), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1270), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1501), 46, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(812), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62225] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, - anon_sym_LBRACE, - ACTIONS(1264), 1, sym__integer_literal, - ACTIONS(1266), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1268), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1087), 1, - sym__expression, - STATE(1145), 1, - sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - ACTIONS(1260), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1298), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(813), 2, - sym_comment, - sym_include, - STATE(1105), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1262), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1196), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1199), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62346] = 30, + [113814] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, - anon_sym_LBRACE, - ACTIONS(1264), 1, - sym__integer_literal, - ACTIONS(1266), 1, - anon_sym_LBRACK, - ACTIONS(1268), 1, + ACTIONS(1897), 1, anon_sym_LPAREN, - ACTIONS(1270), 1, - aux_sym_unary_expression_token1, - ACTIONS(1272), 1, - aux_sym_unary_expression_token2, - ACTIONS(1274), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, - aux_sym_locked_expression_token1, - ACTIONS(1282), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, - aux_sym_input_expression_token1, - ACTIONS(1286), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, - aux_sym_if_statement_token1, - ACTIONS(1294), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1075), 1, - sym__expression, - STATE(1145), 1, - sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - ACTIONS(1260), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1298), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(814), 2, + STATE(1383), 1, + sym_function_arguments, + STATE(1422), 2, sym_comment, sym_include, - STATE(1105), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1262), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1196), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1199), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62467] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, - anon_sym_LBRACE, - ACTIONS(1264), 1, - sym__integer_literal, - ACTIONS(1266), 1, - anon_sym_LBRACK, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(1270), 1, - aux_sym_unary_expression_token1, - ACTIONS(1272), 1, - aux_sym_unary_expression_token2, - ACTIONS(1274), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, - aux_sym_locked_expression_token1, - ACTIONS(1282), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, - aux_sym_input_expression_token1, - ACTIONS(1286), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, - aux_sym_if_statement_token1, - ACTIONS(1294), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - STATE(1086), 1, - sym__expression, - STATE(1145), 1, - sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - ACTIONS(1260), 2, + ACTIONS(89), 46, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(1298), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(815), 2, - sym_comment, - sym_include, - STATE(1105), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1262), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1196), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1199), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62588] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, - anon_sym_LBRACE, - ACTIONS(1264), 1, sym__integer_literal, - ACTIONS(1266), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(1270), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1272), 1, aux_sym_unary_expression_token2, - ACTIONS(1274), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, aux_sym_locked_expression_token1, - ACTIONS(1282), 1, aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, aux_sym_input_expression_token1, - ACTIONS(1286), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, aux_sym_if_statement_token1, - ACTIONS(1294), 1, aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1085), 1, - sym__expression, - STATE(1145), 1, - sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - ACTIONS(1260), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1298), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(816), 2, - sym_comment, - sym_include, - STATE(1105), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1262), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1196), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1199), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62709] = 30, - ACTIONS(3), 1, + [113884] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, - aux_sym_unary_expression_token2, - ACTIONS(1606), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, - aux_sym_locked_expression_token1, - ACTIONS(1614), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, - aux_sym_input_expression_token1, - ACTIONS(1618), 1, - aux_sym_if_statement_token1, - ACTIONS(1620), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1284), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(817), 2, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1348), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1423), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62830] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1350), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [113972] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1256), 1, - sym_identifier, - ACTIONS(1258), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1264), 1, - sym__integer_literal, - ACTIONS(1266), 1, - anon_sym_LBRACK, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(1270), 1, - aux_sym_unary_expression_token1, - ACTIONS(1272), 1, - aux_sym_unary_expression_token2, - ACTIONS(1274), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1276), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1278), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1280), 1, - aux_sym_locked_expression_token1, - ACTIONS(1282), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1284), 1, - aux_sym_input_expression_token1, - ACTIONS(1286), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1288), 1, - aux_sym_if_statement_token1, - ACTIONS(1294), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1296), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1300), 1, - sym__escaped_string, - STATE(1084), 1, - sym__expression, - STATE(1145), 1, - sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - ACTIONS(1260), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1298), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(818), 2, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1344), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1424), 2, sym_comment, sym_include, - STATE(1105), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1262), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1196), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1199), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [62951] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1346), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [114060] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, - aux_sym_unary_expression_token2, - ACTIONS(1606), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, - aux_sym_locked_expression_token1, - ACTIONS(1614), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, - aux_sym_input_expression_token1, - ACTIONS(1618), 1, - aux_sym_if_statement_token1, - ACTIONS(1620), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1283), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(819), 2, + STATE(1425), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63072] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + ACTIONS(158), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(160), 48, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(1604), 1, - aux_sym_unary_expression_token2, - ACTIONS(1606), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, - aux_sym_locked_expression_token1, - ACTIONS(1614), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, - aux_sym_input_expression_token1, - ACTIONS(1618), 1, - aux_sym_if_statement_token1, - ACTIONS(1620), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1282), 1, - sym__expression, - ACTIONS(669), 2, + anon_sym_STAR, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(820), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63193] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2987), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(821), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63314] = 30, + [114126] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, - aux_sym_unary_expression_token2, - ACTIONS(1606), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, - aux_sym_locked_expression_token1, - ACTIONS(1614), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, - aux_sym_input_expression_token1, - ACTIONS(1618), 1, - aux_sym_if_statement_token1, - ACTIONS(1620), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1281), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(822), 2, + ACTIONS(232), 1, + sym__augmented_assignment, + ACTIONS(234), 1, + anon_sym_EQ, + STATE(1426), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63435] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(252), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(254), 46, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1604), 1, aux_sym_unary_expression_token2, - ACTIONS(1606), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1608), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1610), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1612), 1, aux_sym_locked_expression_token1, - ACTIONS(1614), 1, aux_sym_dataset_expression_token1, - ACTIONS(1616), 1, aux_sym_input_expression_token1, - ACTIONS(1618), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1620), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1280), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(823), 2, + [114196] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1427), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63556] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1319), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(824), 2, + [114262] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1428), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(244), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(246), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63677] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1305), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(825), 2, + [114328] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1429), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(188), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(190), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63798] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1303), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(826), 2, + [114394] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1430), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(172), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(174), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [63919] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, - anon_sym_LBRACE, - ACTIONS(1018), 1, sym__integer_literal, - ACTIONS(1020), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1022), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(243), 1, - sym__expression, - STATE(307), 1, - sym_object_access, - STATE(337), 1, - sym__decimal_literal, - ACTIONS(1014), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1048), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(827), 2, - sym_comment, - sym_include, - ACTIONS(1016), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(343), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(335), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64040] = 5, + [114460] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(828), 2, + STATE(1431), 2, sym_comment, sym_include, - ACTIONS(228), 3, + ACTIONS(200), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(230), 53, + ACTIONS(202), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -116974,125 +167908,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [64111] = 30, + [114526] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1432), 2, + sym_comment, + sym_include, + ACTIONS(196), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(198), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1294), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(829), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64232] = 5, + [114592] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(830), 2, + STATE(1433), 2, sym_comment, sym_include, - ACTIONS(232), 3, + ACTIONS(224), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(234), 53, + ACTIONS(226), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -117131,762 +168030,660 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [64303] = 30, + [114658] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1434), 2, + sym_comment, + sym_include, + ACTIONS(228), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(230), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1317), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(831), 2, + [114724] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1435), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(218), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64424] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, - anon_sym_LBRACE, - ACTIONS(1018), 1, sym__integer_literal, - ACTIONS(1020), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1022), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(251), 1, - sym__expression, - STATE(307), 1, - sym_object_access, - STATE(337), 1, - sym__decimal_literal, - ACTIONS(1014), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1048), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(832), 2, + [114790] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1436), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + ACTIONS(180), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(182), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(335), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64545] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, - anon_sym_LBRACE, - ACTIONS(1018), 1, sym__integer_literal, - ACTIONS(1020), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1022), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(254), 1, - sym__expression, - STATE(307), 1, - sym_object_access, - STATE(337), 1, - sym__decimal_literal, - ACTIONS(1014), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1048), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(833), 2, + [114856] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1340), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1437), 2, sym_comment, sym_include, - ACTIONS(1016), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(343), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(335), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64666] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1342), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [114944] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + STATE(1438), 2, + sym_comment, + sym_include, + ACTIONS(208), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(210), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1018), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(1020), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1022), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(245), 1, - sym__expression, - STATE(307), 1, - sym_object_access, - STATE(337), 1, - sym__decimal_literal, - ACTIONS(1014), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1048), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(834), 2, - sym_comment, - sym_include, - ACTIONS(1016), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(343), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(335), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64787] = 30, + [115010] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + STATE(1439), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1018), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(1020), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1022), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(247), 1, - sym__expression, - STATE(307), 1, - sym_object_access, - STATE(337), 1, - sym__decimal_literal, - ACTIONS(1014), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1048), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(835), 2, + [115076] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym__comparison_operator, + STATE(962), 1, + sym__multiplicative_operator, + STATE(963), 1, + sym__additive_operator, + STATE(966), 1, + sym__logical_operator, + ACTIONS(250), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1440), 2, sym_comment, sym_include, - ACTIONS(1016), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(343), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(335), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64908] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(248), 23, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [115162] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1008), 1, - sym_identifier, - ACTIONS(1012), 1, + STATE(1441), 2, + sym_comment, + sym_include, + ACTIONS(220), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(222), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1018), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(1020), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1022), 1, anon_sym_LPAREN, - ACTIONS(1024), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1026), 1, aux_sym_unary_expression_token2, - ACTIONS(1028), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1030), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1032), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1034), 1, aux_sym_locked_expression_token1, - ACTIONS(1036), 1, aux_sym_dataset_expression_token1, - ACTIONS(1038), 1, aux_sym_input_expression_token1, - ACTIONS(1040), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(1042), 1, aux_sym_if_statement_token1, - ACTIONS(1044), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, - ACTIONS(1046), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1050), 1, - sym__escaped_string, - STATE(248), 1, - sym__expression, - STATE(307), 1, - sym_object_access, - STATE(337), 1, - sym__decimal_literal, - ACTIONS(1014), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1048), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(276), 2, - sym_function_call, - sym_new_expression, - STATE(836), 2, + [115228] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1442), 2, sym_comment, sym_include, - ACTIONS(1016), 4, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(343), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(335), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [65029] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2312), 1, aux_sym_unary_expression_token2, - ACTIONS(2314), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2316), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2318), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2320), 1, aux_sym_locked_expression_token1, - ACTIONS(2322), 1, aux_sym_dataset_expression_token1, - ACTIONS(2324), 1, aux_sym_input_expression_token1, - ACTIONS(2326), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2328), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1289), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(837), 2, + [115294] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1443), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(176), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(178), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [65150] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1377), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(838), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [65271] = 5, + [115360] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(839), 2, + STATE(1444), 2, sym_comment, sym_include, - ACTIONS(160), 3, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(162), 53, + ACTIONS(135), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -117925,125 +168722,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [65342] = 30, + [115426] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1445), 2, + sym_comment, + sym_include, + ACTIONS(204), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(206), 48, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2934), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(840), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [65463] = 5, + [115492] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(841), 2, + STATE(1446), 2, sym_comment, sym_include, - ACTIONS(216), 3, + ACTIONS(252), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(218), 53, + ACTIONS(254), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -118082,34 +168844,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [65534] = 5, + [115558] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(842), 2, + STATE(1447), 2, sym_comment, sym_include, - ACTIONS(212), 3, + ACTIONS(192), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(214), 53, + ACTIONS(194), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -118148,29 +168905,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [65605] = 5, + [115624] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(843), 2, + STATE(1448), 2, sym_comment, sym_include, - ACTIONS(208), 3, + ACTIONS(232), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(210), 53, + ACTIONS(234), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -118214,29 +168967,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [65676] = 5, + [115689] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(844), 2, + STATE(1449), 2, sym_comment, sym_include, - ACTIONS(204), 3, + ACTIONS(192), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(206), 53, + ACTIONS(194), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -118280,120 +169027,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [65747] = 30, + [115754] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1450), 2, + sym_comment, + sym_include, + ACTIONS(252), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(254), 47, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, aux_sym_unary_expression_token2, - ACTIONS(1844), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, aux_sym_locked_expression_token1, - ACTIONS(1852), 1, aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, aux_sym_input_expression_token1, - ACTIONS(1856), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1858), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1239), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(845), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [65868] = 5, + [115819] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(846), 2, + STATE(1451), 2, sym_comment, sym_include, - ACTIONS(200), 3, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(202), 53, + ACTIONS(89), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -118437,29 +169147,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [65939] = 5, + [115884] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(847), 2, + STATE(1452), 2, sym_comment, sym_include, - ACTIONS(196), 3, + ACTIONS(184), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(198), 53, + ACTIONS(186), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -118503,29 +169207,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [66010] = 5, + [115949] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(848), 2, + STATE(1453), 2, sym_comment, sym_include, - ACTIONS(192), 3, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(194), 53, + ACTIONS(135), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -118569,211 +169267,143 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [66081] = 30, + [116014] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + STATE(1454), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 47, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(2206), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(2208), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2210), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1818), 1, - sym__expression, - STATE(2352), 1, - sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - ACTIONS(2202), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2236), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(849), 2, + [116079] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1455), 2, sym_comment, sym_include, - STATE(2736), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2204), 4, + ACTIONS(244), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(246), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2942), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [66202] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, aux_sym_unary_expression_token2, - ACTIONS(2182), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, aux_sym_locked_expression_token1, - ACTIONS(2190), 1, aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, aux_sym_input_expression_token1, - ACTIONS(2194), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2196), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2767), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(850), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [66323] = 5, + [116144] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(851), 2, + STATE(1456), 2, sym_comment, sym_include, - ACTIONS(184), 3, + ACTIONS(158), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(186), 53, + ACTIONS(160), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -118817,29 +169447,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [66394] = 5, + [116209] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(852), 2, + STATE(1457), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(204), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(126), 53, + ACTIONS(206), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -118883,120 +169507,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [66465] = 30, + [116274] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1458), 2, + sym_comment, + sym_include, + ACTIONS(180), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(182), 47, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2947), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(853), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [66586] = 5, + [116339] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(854), 2, + STATE(1459), 2, sym_comment, sym_include, - ACTIONS(180), 3, + ACTIONS(208), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(182), 53, + ACTIONS(210), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -119040,29 +169627,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [66657] = 5, + [116404] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(855), 2, + STATE(1460), 2, sym_comment, sym_include, - ACTIONS(188), 3, + ACTIONS(117), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(190), 53, + ACTIONS(119), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -119106,484 +169687,273 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [66728] = 30, + [116469] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + STATE(1461), 2, + sym_comment, + sym_include, + ACTIONS(176), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(178), 47, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2961), 1, - sym__expression, - ACTIONS(669), 2, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(856), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [66849] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, aux_sym_unary_expression_token2, - ACTIONS(1666), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, aux_sym_locked_expression_token1, - ACTIONS(1674), 1, aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, aux_sym_input_expression_token1, - ACTIONS(1678), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1680), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2967), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(857), 2, + [116534] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1462), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(240), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(242), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [66970] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, aux_sym_unary_expression_token2, - ACTIONS(1824), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, aux_sym_locked_expression_token1, - ACTIONS(1832), 1, aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, aux_sym_input_expression_token1, - ACTIONS(1836), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1838), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1382), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(858), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [67091] = 30, + [116599] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2870), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2872), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(2874), 1, + sym__namedot, + ACTIONS(2876), 1, + sym__namecolon, + ACTIONS(2878), 1, + sym__namedoublecolon, + STATE(1546), 1, + aux_sym_object_access_repeat1, + STATE(1633), 1, + aux_sym_qualified_name_repeat1, + STATE(1637), 1, + aux_sym_member_access_repeat1, + STATE(1646), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1463), 2, + sym_comment, + sym_include, + ACTIONS(73), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [116684] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1464), 2, + sym_comment, + sym_include, + ACTIONS(188), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(190), 47, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1230), 1, - sym__expression, - ACTIONS(669), 2, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(859), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [67212] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3001), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(860), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [67333] = 5, + [116749] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(861), 2, + STATE(1465), 2, sym_comment, sym_include, - ACTIONS(244), 3, + ACTIONS(172), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(246), 53, + ACTIONS(174), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -119627,484 +169997,327 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [67404] = 30, + [116814] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + STATE(1466), 2, + sym_comment, + sym_include, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(218), 47, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1603), 1, - sym__expression, - ACTIONS(669), 2, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(862), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [67525] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, - anon_sym_LBRACE, - ACTIONS(2206), 1, sym__integer_literal, - ACTIONS(2208), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2210), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1918), 1, - sym__expression, - STATE(2352), 1, - sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - ACTIONS(2202), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2236), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(863), 2, + [116879] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1467), 2, sym_comment, sym_include, - STATE(2736), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2204), 4, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(250), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2942), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [67646] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, - anon_sym_LBRACE, - ACTIONS(2206), 1, sym__integer_literal, - ACTIONS(2208), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2210), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1919), 1, - sym__expression, - STATE(2352), 1, - sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - ACTIONS(2202), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2236), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(864), 2, + [116944] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2880), 1, + sym_identifier, + ACTIONS(2882), 1, + aux_sym_input_expression_token2, + STATE(255), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(1468), 2, sym_comment, sym_include, - STATE(2736), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2204), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2958), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2942), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [67767] = 30, + ACTIONS(1480), 44, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token1, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token1, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [117017] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, + STATE(1469), 2, + sym_comment, + sym_include, + ACTIONS(224), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(226), 47, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(2206), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(2208), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2210), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1921), 1, - sym__expression, - STATE(2352), 1, - sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - ACTIONS(2202), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2236), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(865), 2, + [117082] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1470), 2, sym_comment, sym_include, - STATE(2736), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2204), 4, + ACTIONS(196), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(198), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2958), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2942), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [67888] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, - anon_sym_LBRACE, - ACTIONS(2206), 1, sym__integer_literal, - ACTIONS(2208), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2210), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1922), 1, - sym__expression, - STATE(2352), 1, - sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - ACTIONS(2202), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2236), 2, aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(866), 2, - sym_comment, - sym_include, - STATE(2736), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2204), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2958), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2942), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68009] = 5, + aux_sym_available_expression_token2, + [117147] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(867), 2, + STATE(1471), 2, sym_comment, sym_include, - ACTIONS(236), 3, + ACTIONS(212), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(238), 53, + ACTIONS(214), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -120148,211 +170361,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [68080] = 30, + [117212] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, + STATE(1472), 2, + sym_comment, + sym_include, + ACTIONS(200), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(202), 47, + anon_sym_SLASH, + anon_sym_LBRACE, sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3175), 1, - sym__expression, - ACTIONS(669), 2, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(868), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68201] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2198), 1, - sym_identifier, - ACTIONS(2200), 1, - anon_sym_LBRACE, - ACTIONS(2206), 1, sym__integer_literal, - ACTIONS(2208), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2210), 1, anon_sym_LPAREN, - ACTIONS(2212), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2214), 1, aux_sym_unary_expression_token2, - ACTIONS(2216), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2218), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2220), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2222), 1, aux_sym_locked_expression_token1, - ACTIONS(2224), 1, aux_sym_dataset_expression_token1, - ACTIONS(2226), 1, aux_sym_input_expression_token1, - ACTIONS(2228), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2230), 1, aux_sym_if_statement_token1, - ACTIONS(2232), 1, aux_sym_can_find_expression_token1, - ACTIONS(2234), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2238), 1, - sym__escaped_string, - STATE(1923), 1, - sym__expression, - STATE(2352), 1, - sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - ACTIONS(2202), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2236), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(869), 2, - sym_comment, - sym_include, - STATE(2736), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2204), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2958), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2942), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68322] = 5, + [117277] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(870), 2, + STATE(1473), 2, sym_comment, sym_include, - ACTIONS(132), 3, + ACTIONS(220), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(134), 53, + ACTIONS(222), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -120396,1152 +170481,1424 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [68393] = 30, + [117342] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(1474), 2, + sym_comment, + sym_include, + ACTIONS(228), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(230), 47, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(673), 1, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, aux_sym_unary_expression_token2, - ACTIONS(2296), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, aux_sym_locked_expression_token1, - ACTIONS(2304), 1, aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, aux_sym_input_expression_token1, - ACTIONS(2308), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(2310), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2941), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(871), 2, + [117407] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1475), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(236), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(238), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, + sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68514] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, sym__integer_literal, - ACTIONS(675), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, aux_sym_locked_expression_token1, - ACTIONS(1543), 1, aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, aux_sym_input_expression_token1, - ACTIONS(1547), 1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - ACTIONS(1549), 1, + aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3065), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(872), 2, + [117472] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + sym_identifier, + STATE(239), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(1476), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68635] = 30, + ACTIONS(1501), 44, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token1, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token1, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [117542] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2886), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2888), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1232), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(873), 2, + ACTIONS(2890), 1, + sym__namedot, + ACTIONS(2892), 1, + sym__namecolon, + ACTIONS(2894), 1, + sym__namedoublecolon, + STATE(1559), 1, + aux_sym_object_access_repeat1, + STATE(1655), 1, + aux_sym_qualified_name_repeat1, + STATE(1663), 1, + aux_sym_member_access_repeat1, + STATE(1738), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1477), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68756] = 30, + ACTIONS(73), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [117626] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2872), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(2874), 1, + sym__namedot, + ACTIONS(2876), 1, + sym__namecolon, + ACTIONS(2878), 1, + sym__namedoublecolon, + STATE(1546), 1, + aux_sym_object_access_repeat1, + STATE(1633), 1, + aux_sym_qualified_name_repeat1, + STATE(1637), 1, + aux_sym_member_access_repeat1, + STATE(1646), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1478), 2, + sym_comment, + sym_include, + ACTIONS(89), 38, + anon_sym_COLON, + anon_sym_SLASH, sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3057), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(874), 2, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [117708] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2896), 1, + sym__terminator, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(4009), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1479), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68877] = 30, - ACTIONS(3), 1, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [117801] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2904), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(4013), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1480), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [117894] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2906), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(4000), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1481), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [117987] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2908), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(3990), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1482), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [118080] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2910), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(4006), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1483), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [118173] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2912), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(4004), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1484), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [118266] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3049), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(875), 2, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2914), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(3995), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1485), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68998] = 30, - ACTIONS(3), 1, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [118359] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3034), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(876), 2, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2916), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(3981), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1486), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [69119] = 30, - ACTIONS(3), 1, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [118452] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, - aux_sym_unary_expression_token2, - ACTIONS(1824), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, - aux_sym_locked_expression_token1, - ACTIONS(1832), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, - aux_sym_input_expression_token1, - ACTIONS(1836), 1, - aux_sym_if_statement_token1, - ACTIONS(1838), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1373), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(877), 2, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2918), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(3985), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1487), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [69240] = 30, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [118545] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2888), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1237), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(878), 2, + ACTIONS(2890), 1, + sym__namedot, + ACTIONS(2892), 1, + sym__namecolon, + ACTIONS(2894), 1, + sym__namedoublecolon, + STATE(1559), 1, + aux_sym_object_access_repeat1, + STATE(1655), 1, + aux_sym_qualified_name_repeat1, + STATE(1663), 1, + aux_sym_member_access_repeat1, + STATE(1738), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1488), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [69361] = 30, - ACTIONS(3), 1, + ACTIONS(89), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [118626] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3015), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(879), 2, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2920), 1, + sym__terminator, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(4001), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1489), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [69482] = 30, - ACTIONS(3), 1, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [118719] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, - aux_sym_unary_expression_token2, - ACTIONS(1824), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, - aux_sym_locked_expression_token1, - ACTIONS(1832), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, - aux_sym_input_expression_token1, - ACTIONS(1836), 1, - aux_sym_if_statement_token1, - ACTIONS(1838), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1372), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(880), 2, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + STATE(1490), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [69603] = 30, - ACTIONS(3), 1, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 38, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [118791] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3000), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(881), 2, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1491), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [69724] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1314), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [118873] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1233), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(882), 2, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1492), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [69845] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1262), 21, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [118953] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(883), 2, - sym_comment, - sym_include, - ACTIONS(248), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(250), 53, - anon_sym_SLASH, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1493), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1330), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119035] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - sym_identifier, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1494), 2, + sym_comment, + sym_include, + ACTIONS(1326), 36, + sym__or_operator, + sym__and_operator, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -121552,62 +171909,194 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [69916] = 5, - ACTIONS(3), 1, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119111] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(884), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1495), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(248), 21, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(89), 53, - anon_sym_SLASH, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119191] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - sym_identifier, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1496), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1342), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119273] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1497), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -121618,153 +172107,333 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [69987] = 30, - ACTIONS(3), 1, + ACTIONS(1346), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119355] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3187), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(885), 2, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1498), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [70108] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1350), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119437] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(886), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1499), 2, sym_comment, sym_include, - ACTIONS(252), 3, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1318), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119519] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(254), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1500), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1258), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119601] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1501), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1322), 19, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119683] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2924), 1, + aux_sym_input_stream_tuning_token11, + STATE(883), 1, + sym__logical_operator, + STATE(933), 1, + sym__multiplicative_operator, + STATE(1263), 1, + sym__comparison_operator, + STATE(1307), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1502), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -121775,244 +172444,253 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [70179] = 30, - ACTIONS(3), 1, + ACTIONS(2922), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119767] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2994), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(887), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1503), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [70300] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1262), 20, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119846] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2957), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(888), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1504), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [70421] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1346), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119927] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(889), 2, - sym_comment, - sym_include, - ACTIONS(176), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(2926), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(178), 53, + STATE(1505), 2, + sym_comment, + sym_include, + ACTIONS(1480), 40, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [119996] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1506), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -122023,62 +172701,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [70492] = 5, - ACTIONS(3), 1, + ACTIONS(2928), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120077] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(890), 2, - sym_comment, - sym_include, - ACTIONS(220), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(222), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1507), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -122089,16681 +172767,12800 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [70563] = 5, - ACTIONS(3), 1, + ACTIONS(1314), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120158] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(891), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2930), 1, + anon_sym_LBRACK, + ACTIONS(2932), 1, + anon_sym_LPAREN, + ACTIONS(2934), 1, + sym__namedot, + ACTIONS(2936), 1, + sym__namecolon, + ACTIONS(2938), 1, + sym__namedoublecolon, + STATE(1729), 1, + aux_sym_object_access_repeat1, + STATE(1787), 1, + sym_function_arguments, + STATE(1810), 1, + aux_sym_member_access_repeat1, + STATE(1823), 1, + aux_sym_qualified_name_repeat1, + STATE(1508), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(73), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(67), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(73), 53, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [70634] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, - aux_sym_unary_expression_token2, - ACTIONS(1824), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, - aux_sym_locked_expression_token1, - ACTIONS(1832), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, - aux_sym_input_expression_token1, - ACTIONS(1836), 1, - aux_sym_if_statement_token1, - ACTIONS(1838), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1379), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(892), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [70755] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1566), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(893), 2, - sym_comment, - sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [70876] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1236), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(894), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [70997] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1724), 1, - aux_sym_unary_expression_token2, - ACTIONS(1726), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1728), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1730), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1732), 1, - aux_sym_locked_expression_token1, - ACTIONS(1734), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1736), 1, - aux_sym_input_expression_token1, - ACTIONS(1738), 1, - aux_sym_if_statement_token1, - ACTIONS(1740), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2838), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(895), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71118] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3127), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(896), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71239] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1541), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(897), 2, - sym_comment, - sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71360] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1539), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(898), 2, - sym_comment, - sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71481] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1537), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(899), 2, - sym_comment, - sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71602] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1570), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(900), 2, - sym_comment, - sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71723] = 30, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [120239] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1577), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(901), 2, - sym_comment, - sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71844] = 30, - ACTIONS(3), 1, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1509), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(248), 20, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120318] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3035), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(902), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1510), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [71965] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2922), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120399] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3125), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(903), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1511), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72086] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1342), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120480] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3108), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(904), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1512), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72207] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2940), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120561] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3063), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(905), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1513), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72328] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1350), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120642] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2932), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(906), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1514), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72449] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1322), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120723] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, - aux_sym_unary_expression_token2, - ACTIONS(1824), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, - aux_sym_locked_expression_token1, - ACTIONS(1832), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, - aux_sym_input_expression_token1, - ACTIONS(1836), 1, - aux_sym_if_statement_token1, - ACTIONS(1838), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1378), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(907), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1515), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72570] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1318), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120804] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1578), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(908), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1516), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72691] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1330), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120885] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3041), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(909), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1517), 2, + sym_comment, + sym_include, + ACTIONS(1326), 35, + sym__or_operator, + sym__and_operator, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [120960] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + STATE(1518), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72812] = 30, - ACTIONS(3), 1, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 37, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [121031] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1231), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(910), 2, + STATE(974), 1, + sym__comparison_operator, + STATE(975), 1, + sym__multiplicative_operator, + STATE(976), 1, + sym__additive_operator, + STATE(977), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1519), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72933] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1258), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [121112] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3048), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(911), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1520), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73054] = 30, - ACTIONS(3), 1, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1316), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [121188] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1680), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(912), 2, + ACTIONS(1348), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1521), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73175] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1350), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [121270] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3102), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(913), 2, + ACTIONS(1320), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1522), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73296] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1322), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [121352] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1586), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(914), 2, + ACTIONS(1312), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1523), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73417] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1314), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [121434] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1591), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(915), 2, + ACTIONS(2944), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1524), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73538] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2942), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [121516] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1590), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(916), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1525), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73659] = 30, - ACTIONS(3), 1, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1328), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [121592] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1594), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(917), 2, + ACTIONS(1316), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1526), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73780] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1318), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [121674] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2935), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(918), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1326), 2, + sym__or_operator, + sym__and_operator, + STATE(1527), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [73901] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 34, + anon_sym_COLON, + sym_identifier, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [121746] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1595), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(919), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1310), 2, + sym__or_operator, + sym__and_operator, + STATE(1528), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74022] = 30, + ACTIONS(1308), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [121816] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, - aux_sym_unary_expression_token2, - ACTIONS(1824), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, - aux_sym_locked_expression_token1, - ACTIONS(1832), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, - aux_sym_input_expression_token1, - ACTIONS(1836), 1, - aux_sym_if_statement_token1, - ACTIONS(1838), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1374), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(920), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1262), 2, + sym__or_operator, + sym__and_operator, + STATE(1529), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74143] = 30, - ACTIONS(3), 1, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1260), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [121892] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1234), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(921), 2, + ACTIONS(1344), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1530), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74264] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1346), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [121974] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3134), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(922), 2, + ACTIONS(1340), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1531), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74385] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1342), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [122056] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3054), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(923), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1532), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74506] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1312), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122132] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3189), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(924), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1533), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74627] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1320), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122208] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3179), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(925), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1534), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74748] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1348), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122284] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2972), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(926), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1535), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74869] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1344), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122360] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(835), 1, - aux_sym_unary_expression_token1, - ACTIONS(837), 1, - aux_sym_unary_expression_token2, - ACTIONS(839), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, - aux_sym_locked_expression_token1, - ACTIONS(847), 1, - aux_sym_dataset_expression_token1, - ACTIONS(849), 1, - aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, - aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1094), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(927), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1536), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [74990] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1340), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122436] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2084), 1, - aux_sym_unary_expression_token2, - ACTIONS(2086), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, - aux_sym_locked_expression_token1, - ACTIONS(2094), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, - aux_sym_input_expression_token1, - ACTIONS(2098), 1, - aux_sym_if_statement_token1, - ACTIONS(2100), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2813), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(928), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1537), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75111] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(250), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122512] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2946), 1, + sym__namecolon, + ACTIONS(95), 2, + sym__or_operator, + sym__and_operator, + STATE(1538), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(97), 40, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2922), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(929), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122576] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2932), 1, + anon_sym_LPAREN, + ACTIONS(2934), 1, + sym__namedot, + ACTIONS(2936), 1, + sym__namecolon, + ACTIONS(2938), 1, + sym__namedoublecolon, + STATE(1729), 1, + aux_sym_object_access_repeat1, + STATE(1787), 1, + sym_function_arguments, + STATE(1810), 1, + aux_sym_member_access_repeat1, + STATE(1823), 1, + aux_sym_qualified_name_repeat1, + STATE(1539), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75232] = 30, + ACTIONS(89), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(87), 30, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [122654] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2876), 1, + sym__namecolon, + STATE(1538), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1540), 2, + sym_comment, + sym_include, + ACTIONS(93), 40, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3085), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(930), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75353] = 30, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [122720] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(2949), 1, sym_identifier, - ACTIONS(1533), 1, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(1541), 2, + sym_comment, + sym_include, + ACTIONS(1501), 40, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [122786] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(250), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1542), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(248), 18, + sym__or_operator, + sym__and_operator, + sym__terminator, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3051), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(931), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [122866] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1328), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1543), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75474] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1330), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [122948] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1544), 2, + sym_comment, + sym_include, + ACTIONS(1324), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token2, + ACTIONS(1326), 33, + sym__or_operator, + sym__and_operator, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [123022] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2959), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(932), 2, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1545), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75595] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2951), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [123098] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2876), 1, + sym__namecolon, + STATE(1538), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1546), 2, + sym_comment, + sym_include, + ACTIONS(93), 40, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3133), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(933), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [123164] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + STATE(1547), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75716] = 30, + ACTIONS(1308), 5, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token2, + ACTIONS(1310), 35, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [123234] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(1724), 1, sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3014), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(934), 2, + ACTIONS(2953), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(1548), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75837] = 30, - ACTIONS(3), 1, + ACTIONS(1480), 39, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [123302] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2180), 1, - aux_sym_unary_expression_token2, - ACTIONS(2182), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2184), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2186), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2188), 1, - aux_sym_locked_expression_token1, - ACTIONS(2190), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2192), 1, - aux_sym_input_expression_token1, - ACTIONS(2194), 1, - aux_sym_if_statement_token1, - ACTIONS(2196), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2768), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(935), 2, + ACTIONS(1260), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1549), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [75958] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1262), 18, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [123382] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + STATE(790), 1, + sym__comparison_operator, + STATE(792), 1, + sym__multiplicative_operator, + STATE(793), 1, + sym__additive_operator, + STATE(794), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1550), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1256), 17, + anon_sym_COLON, sym_identifier, - ACTIONS(1533), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [123458] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1256), 1, + aux_sym_variable_tuning_token2, + STATE(879), 1, + sym__logical_operator, + STATE(880), 1, + sym__additive_operator, + STATE(882), 1, + sym__multiplicative_operator, + STATE(884), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1551), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1258), 16, + sym__terminator, aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1593), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(936), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [123540] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2955), 1, + anon_sym_RPAREN, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4162), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1552), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76079] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [123635] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3095), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(937), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2967), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4185), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1553), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76200] = 30, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [123730] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2969), 1, + sym__namecolon, + ACTIONS(95), 2, + sym__or_operator, + sym__and_operator, + STATE(1554), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(97), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3110), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(938), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [123793] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2972), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4216), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1555), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76321] = 30, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [123888] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2974), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4194), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1556), 2, + sym_comment, + sym_include, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [123983] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2892), 1, + sym__namecolon, + STATE(1554), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1557), 2, + sym_comment, + sym_include, + ACTIONS(93), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2084), 1, - aux_sym_unary_expression_token2, - ACTIONS(2086), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, - aux_sym_locked_expression_token1, - ACTIONS(2094), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, - aux_sym_input_expression_token1, - ACTIONS(2098), 1, - aux_sym_if_statement_token1, - ACTIONS(2100), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2814), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(939), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [124048] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2976), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4226), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1558), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76442] = 30, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124143] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2892), 1, + sym__namecolon, + STATE(1554), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1559), 2, + sym_comment, + sym_include, + ACTIONS(93), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2084), 1, - aux_sym_unary_expression_token2, - ACTIONS(2086), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, - aux_sym_locked_expression_token1, - ACTIONS(2094), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, - aux_sym_input_expression_token1, - ACTIONS(2098), 1, - aux_sym_if_statement_token1, - ACTIONS(2100), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2822), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(940), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [124208] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2978), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4187), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1560), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76563] = 30, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124303] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2870), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2872), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2084), 1, - aux_sym_unary_expression_token2, - ACTIONS(2086), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, - aux_sym_locked_expression_token1, - ACTIONS(2094), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, - aux_sym_input_expression_token1, - ACTIONS(2098), 1, - aux_sym_if_statement_token1, - ACTIONS(2100), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2826), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(941), 2, + STATE(1646), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1561), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76684] = 30, - ACTIONS(3), 1, + ACTIONS(73), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [124370] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2084), 1, - aux_sym_unary_expression_token2, - ACTIONS(2086), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, - aux_sym_locked_expression_token1, - ACTIONS(2094), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, - aux_sym_input_expression_token1, - ACTIONS(2098), 1, - aux_sym_if_statement_token1, - ACTIONS(2100), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2829), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(942), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2980), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4153), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1562), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76805] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124465] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2084), 1, - aux_sym_unary_expression_token2, - ACTIONS(2086), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, - aux_sym_locked_expression_token1, - ACTIONS(2094), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, - aux_sym_input_expression_token1, - ACTIONS(2098), 1, - aux_sym_if_statement_token1, - ACTIONS(2100), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2830), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(943), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2982), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4160), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1563), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76926] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124560] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3019), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(944), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2984), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4214), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1564), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77047] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124655] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1589), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(945), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2986), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4191), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1565), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77168] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124750] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2988), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4178), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1566), 2, + sym_comment, + sym_include, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124845] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1596), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(946), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2990), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4203), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1567), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77289] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [124940] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1585), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(947), 2, + ACTIONS(2944), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1568), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77410] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2942), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [125021] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1600), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(948), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2992), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4158), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1569), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77531] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125116] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2370), 1, - sym_identifier, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3039), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(949), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2994), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4147), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1570), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77652] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125211] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3069), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(950), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2996), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4151), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1571), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77773] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125306] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3088), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(951), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(2998), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4180), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1572), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [77894] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125401] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3188), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(952), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3000), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4159), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1573), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78015] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125496] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2992), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(953), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3002), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4238), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1574), 2, + sym_comment, + sym_include, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125591] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3004), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4163), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1575), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78136] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125686] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3167), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(954), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3006), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4204), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1576), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78257] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125781] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3094), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(955), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3008), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4197), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1577), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78378] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125876] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3090), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(956), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3010), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4145), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1578), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78499] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [125971] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3052), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(957), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3012), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4165), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1579), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78620] = 30, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126066] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1902), 1, - aux_sym_unary_expression_token2, - ACTIONS(1904), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1906), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1908), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1910), 1, - aux_sym_locked_expression_token1, - ACTIONS(1912), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1914), 1, - aux_sym_input_expression_token1, - ACTIONS(1916), 1, - aux_sym_if_statement_token1, - ACTIONS(1918), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2373), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(958), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1580), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78741] = 30, - ACTIONS(3), 1, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(2951), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [126141] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2997), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(959), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3014), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4220), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1581), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78862] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126236] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3010), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(960), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3016), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4225), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1582), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [78983] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126331] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3011), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(961), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3018), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4208), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1583), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79104] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126426] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1842), 1, - aux_sym_unary_expression_token2, - ACTIONS(1844), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1846), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1848), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1850), 1, - aux_sym_locked_expression_token1, - ACTIONS(1852), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1854), 1, - aux_sym_input_expression_token1, - ACTIONS(1856), 1, - aux_sym_if_statement_token1, - ACTIONS(1858), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1235), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(962), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3020), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4205), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1584), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79225] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126521] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3016), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(963), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3022), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4235), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1585), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79346] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126616] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3136), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(964), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3024), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4172), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1586), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79467] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126711] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3173), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(965), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3026), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4157), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1587), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79588] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126806] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3046), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(966), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3028), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4168), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1588), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79709] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [126901] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2933), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(967), 2, + ACTIONS(250), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1589), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79830] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(248), 17, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [126980] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3096), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(968), 2, + ACTIONS(1340), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1590), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [79951] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1342), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [127061] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1611), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(969), 2, + ACTIONS(1344), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1591), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80072] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1346), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [127142] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3098), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(970), 2, + ACTIONS(1348), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1592), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80193] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1350), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [127223] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3099), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(971), 2, + ACTIONS(1320), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1593), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80314] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1322), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [127304] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(2949), 1, sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3045), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(972), 2, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(1594), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80435] = 30, - ACTIONS(3), 1, + ACTIONS(1501), 39, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [127369] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3043), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(973), 2, + ACTIONS(1312), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1595), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80556] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1314), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [127450] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2944), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(974), 2, + ACTIONS(1316), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1596), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80677] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1318), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [127531] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3140), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(975), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3030), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4231), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1597), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80798] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [127626] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3138), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(976), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3032), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4195), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1598), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80919] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [127721] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3128), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(977), 2, + ACTIONS(1328), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1599), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81040] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1330), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [127802] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3087), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(978), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1600), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81161] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(250), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [127877] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2975), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(979), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1601), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81282] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1340), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [127952] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3177), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(980), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1602), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81403] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1344), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [128027] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3079), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(981), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1603), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81524] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1348), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [128102] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1612), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(982), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1604), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81645] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1320), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [128177] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1605), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1312), 16, + anon_sym_COLON, sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1613), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(983), 2, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [128252] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1606), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81766] = 30, - ACTIONS(3), 1, + ACTIONS(1324), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token2, + ACTIONS(1326), 32, + sym__or_operator, + sym__and_operator, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [128325] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3034), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4230), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1607), 2, + sym_comment, + sym_include, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128420] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + STATE(1608), 2, + sym_comment, + sym_include, + ACTIONS(1308), 5, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token2, + ACTIONS(1310), 34, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1614), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(984), 2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [128489] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3036), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4171), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1609), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [81887] = 30, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128584] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1617), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(985), 2, + ACTIONS(1260), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1610), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82008] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1262), 17, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [128663] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3062), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(986), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3038), 1, + anon_sym_RPAREN, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(4136), 1, + sym_using, + STATE(4198), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1611), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82129] = 30, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128758] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(683), 1, - aux_sym_unary_expression_token2, - ACTIONS(685), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, - aux_sym_locked_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_if_statement_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(709), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1418), 1, - aux_sym_input_expression_token1, - ACTIONS(1760), 1, - aux_sym_dataset_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1618), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(987), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1612), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82250] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1316), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [128833] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2956), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(988), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1613), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82371] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1328), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [128908] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3089), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(989), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1326), 2, + sym__or_operator, + sym__and_operator, + STATE(1614), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82492] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 33, + anon_sym_COLON, + sym_identifier, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [128979] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3171), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(990), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1310), 2, + sym__or_operator, + sym__and_operator, + STATE(1615), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82613] = 30, + ACTIONS(1308), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129048] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1262), 2, + sym__or_operator, + sym__and_operator, + STATE(1616), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1260), 16, + anon_sym_COLON, sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2943), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(991), 2, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129123] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1256), 1, + aux_sym_variable_tuning_token2, + STATE(952), 1, + sym__logical_operator, + STATE(953), 1, + sym__additive_operator, + STATE(954), 1, + sym__multiplicative_operator, + STATE(955), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1617), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82734] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1258), 15, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [129204] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2973), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(992), 2, + ACTIONS(2876), 1, + sym__namecolon, + STATE(1538), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1618), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82855] = 30, + ACTIONS(93), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129269] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2372), 1, + ACTIONS(1724), 1, sym_identifier, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2999), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(993), 2, + ACTIONS(3040), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(1619), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [82976] = 30, + ACTIONS(1480), 38, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [129336] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + STATE(1620), 2, + sym_comment, + sym_include, + ACTIONS(113), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(115), 40, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2993), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(994), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83097] = 30, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129397] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3003), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(995), 2, + STATE(817), 1, + sym__logical_operator, + STATE(840), 1, + sym__additive_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1621), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83218] = 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1256), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129472] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2872), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3055), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(996), 2, + STATE(1646), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1622), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83339] = 30, + ACTIONS(89), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129536] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2965), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(997), 2, + STATE(1623), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83460] = 30, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129596] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3078), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(998), 2, + ACTIONS(2876), 1, + sym__namecolon, + STATE(1540), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1624), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83581] = 30, + ACTIONS(73), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129660] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2892), 1, + sym__namecolon, + STATE(1554), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1625), 2, + sym_comment, + sym_include, + ACTIONS(93), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3142), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(999), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129724] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3042), 1, + anon_sym_NO_DASHERROR, + STATE(1626), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83702] = 30, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129786] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + STATE(1627), 2, + sym_comment, + sym_include, + ACTIONS(113), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(115), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3182), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1000), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83823] = 30, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129846] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2876), 1, + sym__namecolon, + STATE(1540), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1628), 2, + sym_comment, + sym_include, + ACTIONS(89), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129910] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3161), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1001), 2, + ACTIONS(2874), 1, + sym__namedot, + STATE(1633), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(1629), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [83944] = 30, + ACTIONS(135), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [129974] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1822), 1, - aux_sym_unary_expression_token2, - ACTIONS(1824), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1826), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1828), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1830), 1, - aux_sym_locked_expression_token1, - ACTIONS(1832), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1834), 1, - aux_sym_input_expression_token1, - ACTIONS(1836), 1, - aux_sym_if_statement_token1, - ACTIONS(1838), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1380), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1002), 2, + ACTIONS(2874), 1, + sym__namedot, + STATE(1633), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(1630), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84065] = 30, + ACTIONS(119), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130038] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2886), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2888), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2978), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1003), 2, + STATE(1738), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1631), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84186] = 30, - ACTIONS(3), 1, + ACTIONS(73), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130104] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(77), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(79), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3123), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1004), 2, + ACTIONS(81), 1, + sym__namedot, + ACTIONS(83), 1, + sym__namecolon, + ACTIONS(85), 1, + sym__namedoublecolon, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(7), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(22), 1, + sym_function_arguments, + STATE(5238), 1, + sym_type_tuning, + STATE(6917), 1, + sym_argument_tuning, + ACTIONS(3044), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(1632), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84307] = 30, + ACTIONS(73), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(67), 19, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [130192] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3020), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1005), 2, + ACTIONS(2874), 1, + sym__namedot, + STATE(1634), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(1633), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84428] = 30, + ACTIONS(104), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130256] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(3050), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(1634), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130318] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(77), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(79), 1, anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3114), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1006), 2, + ACTIONS(81), 1, + sym__namedot, + ACTIONS(83), 1, + sym__namecolon, + ACTIONS(85), 1, + sym__namedoublecolon, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(7), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(22), 1, + sym_function_arguments, + STATE(5275), 1, + sym_type_tuning, + STATE(6723), 1, + sym_argument_tuning, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(3053), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1635), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84549] = 30, + ACTIONS(73), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(67), 19, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [130406] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3018), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1007), 2, + STATE(1636), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84670] = 30, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130466] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(2878), 1, + sym__namedoublecolon, + STATE(1640), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(1637), 2, + sym_comment, + sym_include, + ACTIONS(127), 38, + anon_sym_COLON, + anon_sym_SLASH, sym_identifier, - ACTIONS(1664), 1, - aux_sym_unary_expression_token2, - ACTIONS(1666), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1668), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1670), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1672), 1, - aux_sym_locked_expression_token1, - ACTIONS(1674), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1676), 1, - aux_sym_input_expression_token1, - ACTIONS(1678), 1, - aux_sym_if_statement_token1, - ACTIONS(1680), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2969), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1008), 2, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130530] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1638), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84791] = 30, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 39, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130590] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(3055), 1, sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2948), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1009), 2, + ACTIONS(3058), 1, + aux_sym_input_expression_token2, + STATE(1726), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(1639), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [84912] = 30, + ACTIONS(1480), 37, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130656] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2778), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1010), 2, + ACTIONS(3060), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(1640), 3, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85033] = 30, + aux_sym_member_access_repeat1, + ACTIONS(143), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130718] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(2949), 1, sym_identifier, - ACTIONS(2084), 1, - aux_sym_unary_expression_token2, - ACTIONS(2086), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2088), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2090), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2092), 1, - aux_sym_locked_expression_token1, - ACTIONS(2094), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2096), 1, - aux_sym_input_expression_token1, - ACTIONS(2098), 1, - aux_sym_if_statement_token1, - ACTIONS(2100), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2753), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1011), 2, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(1641), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85154] = 30, + ACTIONS(1501), 38, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [130782] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(1724), 1, sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1788), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1012), 2, + ACTIONS(3063), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(1642), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85275] = 30, + ACTIONS(1480), 37, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [130848] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(3065), 1, sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2894), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1013), 2, + ACTIONS(3068), 1, + aux_sym_input_expression_token2, + STATE(1767), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(1643), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85396] = 30, + ACTIONS(1480), 36, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130913] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2777), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1014), 2, + STATE(1644), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85517] = 30, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [130972] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2775), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1015), 2, + STATE(1645), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85638] = 30, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131031] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2772), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1016), 2, + ACTIONS(3070), 1, + aux_sym_function_call_token1, + STATE(1646), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85759] = 30, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131092] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(3072), 1, sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2771), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1017), 2, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + ACTIONS(3082), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1647), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, + STATE(4432), 2, sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [85880] = 30, + sym__type, + STATE(3708), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3078), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3080), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [131169] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(3086), 1, sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2770), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1018), 2, + ACTIONS(3090), 1, + aux_sym_class_type_token1, + STATE(1896), 1, + aux_sym_method_definition_repeat1, + STATE(5830), 1, + sym_qualified_name, + STATE(6533), 1, + sym__type, + STATE(1648), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86001] = 30, + ACTIONS(3096), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + STATE(2067), 3, + sym_scope_tuning, + sym_access_tuning, + sym_method_tuning, + STATE(6574), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3092), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3094), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3088), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [131246] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3036), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1019), 2, + STATE(1649), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86122] = 30, + ACTIONS(154), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(156), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131305] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3130), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1020), 2, + STATE(1650), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86243] = 30, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131364] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3082), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1021), 2, + STATE(1651), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86364] = 30, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131423] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2077), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1022), 2, + STATE(1652), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86485] = 30, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131482] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, + ACTIONS(3072), 1, + sym_identifier, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, sym__escaped_string, - STATE(1534), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1023), 2, + STATE(5465), 1, + sym_qualified_name, + ACTIONS(3082), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1653), 2, sym_comment, sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, + STATE(4394), 2, sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86606] = 30, + sym__type, + STATE(3715), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3078), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3080), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [131559] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, + ACTIONS(3098), 1, + anon_sym_NO_DASHERROR, + STATE(1654), 2, + sym_comment, + sym_include, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1555), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1024), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131620] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2890), 1, + sym__namedot, + STATE(1673), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(1655), 2, sym_comment, sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86727] = 30, + ACTIONS(104), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131683] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1554), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1025), 2, + ACTIONS(2892), 1, + sym__namecolon, + STATE(1557), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1656), 2, sym_comment, sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86848] = 30, + ACTIONS(73), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131746] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1551), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1026), 2, + ACTIONS(2890), 1, + sym__namedot, + STATE(1655), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(1657), 2, sym_comment, sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [86969] = 30, + ACTIONS(119), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [131809] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, - sym__escaped_string, - STATE(1550), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1027), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(1658), 2, sym_comment, sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87090] = 30, + ACTIONS(1501), 37, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + [131872] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2120), 1, - sym_identifier, - ACTIONS(2122), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2130), 1, - anon_sym_LBRACK, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(2134), 1, - aux_sym_unary_expression_token1, - ACTIONS(2136), 1, - aux_sym_unary_expression_token2, - ACTIONS(2138), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2140), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2142), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2144), 1, - aux_sym_locked_expression_token1, - ACTIONS(2146), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2148), 1, - aux_sym_input_expression_token1, - ACTIONS(2150), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2152), 1, - aux_sym_if_statement_token1, - ACTIONS(2154), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2156), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(2160), 1, + ACTIONS(3072), 1, + sym_identifier, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, sym__escaped_string, - STATE(1549), 1, - sym__expression, - STATE(1653), 1, - sym_object_access, - STATE(2713), 1, - sym__decimal_literal, - ACTIONS(2124), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2158), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1028), 2, + STATE(5465), 1, + sym_qualified_name, + ACTIONS(3082), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1659), 2, sym_comment, sym_include, - STATE(2031), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2126), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2707), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2723), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, + STATE(4430), 2, sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87211] = 30, + sym__type, + STATE(3672), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3078), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3080), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [131949] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(3072), 1, sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3163), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1029), 2, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + ACTIONS(3082), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1660), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, + STATE(4393), 2, sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87332] = 30, + sym__type, + STATE(3638), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3078), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3080), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [132026] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(835), 1, - aux_sym_unary_expression_token1, - ACTIONS(837), 1, - aux_sym_unary_expression_token2, - ACTIONS(839), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, - aux_sym_locked_expression_token1, - ACTIONS(847), 1, - aux_sym_dataset_expression_token1, - ACTIONS(849), 1, - aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, - aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1096), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1030), 2, + ACTIONS(3086), 1, + sym_identifier, + ACTIONS(3090), 1, + aux_sym_class_type_token1, + STATE(1648), 1, + aux_sym_method_definition_repeat1, + STATE(5830), 1, + sym_qualified_name, + STATE(6521), 1, + sym__type, + STATE(1661), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87453] = 30, + ACTIONS(3096), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + STATE(2067), 3, + sym_scope_tuning, + sym_access_tuning, + sym_method_tuning, + STATE(6574), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3092), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3094), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3088), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [132103] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(835), 1, - aux_sym_unary_expression_token1, - ACTIONS(837), 1, - aux_sym_unary_expression_token2, - ACTIONS(839), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, - aux_sym_locked_expression_token1, - ACTIONS(847), 1, - aux_sym_dataset_expression_token1, - ACTIONS(849), 1, - aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, - aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1097), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1031), 2, + ACTIONS(3100), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(1662), 3, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87574] = 30, + aux_sym_member_access_repeat1, + ACTIONS(143), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132164] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(835), 1, - aux_sym_unary_expression_token1, - ACTIONS(837), 1, - aux_sym_unary_expression_token2, - ACTIONS(839), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, - aux_sym_locked_expression_token1, - ACTIONS(847), 1, - aux_sym_dataset_expression_token1, - ACTIONS(849), 1, - aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, - aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1088), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1032), 2, + ACTIONS(2894), 1, + sym__namedoublecolon, + STATE(1662), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(1663), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87695] = 30, + ACTIONS(127), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132227] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(835), 1, - aux_sym_unary_expression_token1, - ACTIONS(837), 1, - aux_sym_unary_expression_token2, - ACTIONS(839), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, - aux_sym_locked_expression_token1, - ACTIONS(847), 1, - aux_sym_dataset_expression_token1, - ACTIONS(849), 1, - aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, - aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, + ACTIONS(2888), 1, anon_sym_LPAREN, - STATE(1101), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1033), 2, + STATE(1738), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1664), 2, + sym_comment, + sym_include, + ACTIONS(89), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132290] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2892), 1, + sym__namecolon, + STATE(1557), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1665), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87816] = 30, + ACTIONS(89), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132353] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(835), 1, - aux_sym_unary_expression_token1, - ACTIONS(837), 1, - aux_sym_unary_expression_token2, - ACTIONS(839), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, - aux_sym_locked_expression_token1, - ACTIONS(847), 1, - aux_sym_dataset_expression_token1, - ACTIONS(849), 1, - aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, - aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1100), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1034), 2, + ACTIONS(3103), 1, + sym_identifier, + STATE(1703), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(1666), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [87937] = 30, + ACTIONS(1501), 37, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132416] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(815), 1, - sym_identifier, - ACTIONS(819), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(835), 1, - aux_sym_unary_expression_token1, - ACTIONS(837), 1, - aux_sym_unary_expression_token2, - ACTIONS(839), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(841), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(843), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(845), 1, - aux_sym_locked_expression_token1, - ACTIONS(847), 1, - aux_sym_dataset_expression_token1, - ACTIONS(849), 1, - aux_sym_input_expression_token1, - ACTIONS(851), 1, - aux_sym_scope_tuning_token1, - ACTIONS(853), 1, - aux_sym_if_statement_token1, - ACTIONS(855), 1, - aux_sym_can_find_expression_token1, - ACTIONS(857), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(869), 1, - sym__escaped_string, - ACTIONS(1436), 1, - anon_sym_LBRACK, - ACTIONS(1438), 1, - anon_sym_LPAREN, - STATE(1099), 1, - sym__expression, - STATE(1197), 1, - sym_object_access, - STATE(1217), 1, - sym__decimal_literal, - ACTIONS(823), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(859), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(1035), 2, + STATE(1667), 2, sym_comment, sym_include, - STATE(1147), 2, - sym_function_call, - sym_new_expression, - ACTIONS(825), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1220), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1227), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88058] = 30, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132475] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2812), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1036), 2, + STATE(1668), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88179] = 30, + ACTIONS(106), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132534] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3004), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1037), 2, + ACTIONS(2890), 1, + sym__namedot, + STATE(1655), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(1669), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88300] = 30, + ACTIONS(135), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132597] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(3072), 1, sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2951), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1038), 2, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + ACTIONS(3082), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1670), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, + STATE(4481), 2, sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88421] = 30, + sym__type, + STATE(3690), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3078), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3080), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [132674] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1974), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1039), 2, + STATE(1671), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88542] = 30, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(170), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132733] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3158), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1040), 2, + STATE(1672), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88663] = 30, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132792] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3154), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1041), 2, + ACTIONS(3106), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(1673), 3, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88784] = 30, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132853] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3146), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1042), 2, + ACTIONS(3109), 1, + sym__namedot, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(1674), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [88905] = 30, + ACTIONS(160), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132914] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(172), 2, + sym__or_operator, + sym__and_operator, + STATE(1675), 2, + sym_comment, + sym_include, + ACTIONS(174), 38, + anon_sym_COLON, + anon_sym_SLASH, sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3144), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1043), 2, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [132972] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1260), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1676), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89026] = 30, - ACTIONS(3), 1, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1262), 14, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [133048] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3113), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1044), 2, + ACTIONS(1320), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1677), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89147] = 30, - ACTIONS(3), 1, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1322), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [133126] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2924), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1045), 2, + ACTIONS(1312), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1678), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89268] = 30, - ACTIONS(3), 1, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1314), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [133204] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3129), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1046), 2, + ACTIONS(3113), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1679), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89389] = 30, - ACTIONS(3), 1, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(3111), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [133282] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2976), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1047), 2, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1680), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89510] = 30, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(1262), 15, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [133356] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2162), 1, - aux_sym_unary_expression_token2, - ACTIONS(2164), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2166), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2168), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2170), 1, - aux_sym_locked_expression_token1, - ACTIONS(2172), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2174), 1, - aux_sym_input_expression_token1, - ACTIONS(2176), 1, - aux_sym_if_statement_token1, - ACTIONS(2178), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1683), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1048), 2, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1681), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89631] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(3115), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [133432] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2918), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1049), 2, + STATE(1756), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(1682), 2, + sym_comment, + sym_include, + ACTIONS(1501), 36, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [133494] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1316), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1683), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89752] = 30, - ACTIONS(3), 1, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1318), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [133572] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2962), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1050), 2, + ACTIONS(1328), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1684), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89873] = 30, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1330), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [133650] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2980), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1051), 2, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(1685), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [89994] = 30, + ACTIONS(160), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [133708] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3101), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1052), 2, + ACTIONS(244), 2, + sym__or_operator, + sym__and_operator, + STATE(1686), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90115] = 30, - ACTIONS(3), 1, + ACTIONS(246), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [133766] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3058), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1053), 2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1687), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90236] = 30, + ACTIONS(1324), 4, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(1326), 28, + sym__or_operator, + sym__and_operator, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [133836] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(2945), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1054), 2, + STATE(1688), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90357] = 30, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [133894] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1598), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(1055), 2, + ACTIONS(212), 2, + sym__or_operator, + sym__and_operator, + STATE(1689), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90478] = 30, + ACTIONS(214), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [133952] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1579), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(1056), 2, + STATE(1690), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90599] = 30, - ACTIONS(3), 1, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134010] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1580), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(1057), 2, + ACTIONS(1348), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1691), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90720] = 30, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1350), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [134088] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1581), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(1058), 2, + ACTIONS(184), 2, + sym__or_operator, + sym__and_operator, + STATE(1692), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90841] = 30, + ACTIONS(186), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134146] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1582), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(1059), 2, + ACTIONS(200), 2, + sym__or_operator, + sym__and_operator, + STATE(1693), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [90962] = 30, + ACTIONS(202), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134204] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2024), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2032), 1, - anon_sym_LBRACK, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(2036), 1, - aux_sym_unary_expression_token1, - ACTIONS(2052), 1, + ACTIONS(196), 2, + sym__or_operator, + sym__and_operator, + STATE(1694), 2, + sym_comment, + sym_include, + ACTIONS(198), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - ACTIONS(2056), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2062), 1, - sym__escaped_string, - ACTIONS(2258), 1, - aux_sym_unary_expression_token2, - ACTIONS(2260), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2262), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2264), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2266), 1, - aux_sym_locked_expression_token1, - ACTIONS(2268), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2270), 1, - aux_sym_input_expression_token1, - ACTIONS(2272), 1, - aux_sym_if_statement_token1, - ACTIONS(2274), 1, - aux_sym_accumulate_expression_token1, - STATE(153), 1, - sym_object_access, - STATE(190), 1, - sym__decimal_literal, - STATE(1583), 1, - sym__expression, - ACTIONS(2026), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2060), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(156), 2, - sym_function_call, - sym_new_expression, - STATE(1060), 2, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134262] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1344), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1695), 2, sym_comment, sym_include, - ACTIONS(2028), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(228), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(226), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91083] = 30, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1346), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [134340] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3066), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1061), 2, + ACTIONS(228), 2, + sym__or_operator, + sym__and_operator, + STATE(1696), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91204] = 30, + ACTIONS(230), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134398] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3193), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1062), 2, + ACTIONS(216), 2, + sym__or_operator, + sym__and_operator, + STATE(1697), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91325] = 30, + ACTIONS(218), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134456] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(180), 2, + sym__or_operator, + sym__and_operator, + STATE(1698), 2, + sym_comment, + sym_include, + ACTIONS(182), 38, + anon_sym_COLON, + anon_sym_SLASH, sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3156), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1063), 2, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134514] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + STATE(1699), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91446] = 30, + ACTIONS(1308), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(1310), 30, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [134580] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1340), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1700), 2, + sym_comment, + sym_include, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1342), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [134658] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(250), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, + sym__logical_operator, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1701), 2, + sym_comment, + sym_include, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(248), 14, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [134734] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3178), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1064), 2, + ACTIONS(208), 2, + sym__or_operator, + sym__and_operator, + STATE(1702), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91567] = 30, + ACTIONS(210), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134792] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3176), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1065), 2, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(1703), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91688] = 30, - ACTIONS(3), 1, + ACTIONS(119), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134850] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3159), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1066), 2, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1704), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91809] = 30, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + ACTIONS(248), 15, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134924] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3150), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1067), 2, + STATE(1705), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [91930] = 30, - ACTIONS(3), 1, + ACTIONS(106), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [134982] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3149), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1068), 2, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1706), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [92051] = 30, + ACTIONS(1342), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135058] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3148), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1069), 2, + ACTIONS(176), 2, + sym__or_operator, + sym__and_operator, + STATE(1707), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [92172] = 30, + ACTIONS(178), 38, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [135116] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(1533), 1, - aux_sym_unary_expression_token2, - ACTIONS(1535), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1537), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1539), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1541), 1, - aux_sym_locked_expression_token1, - ACTIONS(1543), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1545), 1, - aux_sym_input_expression_token1, - ACTIONS(1547), 1, - aux_sym_if_statement_token1, - ACTIONS(1549), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(1630), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1070), 2, + STATE(1708), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [92293] = 30, + ACTIONS(154), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(156), 37, + anon_sym_COLON, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [135174] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(252), 2, + sym__or_operator, + sym__and_operator, + STATE(1709), 2, + sym_comment, + sym_include, + ACTIONS(254), 38, + anon_sym_COLON, + anon_sym_SLASH, sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3143), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1071), 2, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [135232] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1710), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [92414] = 30, - ACTIONS(3), 1, + ACTIONS(1346), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135308] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3141), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1072), 2, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1711), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [92535] = 30, - ACTIONS(3), 1, + ACTIONS(1350), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135384] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, - aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(705), 1, - aux_sym_can_find_expression_token1, - ACTIONS(713), 1, - sym__escaped_string, - ACTIONS(715), 1, - sym_identifier, - ACTIONS(2294), 1, - aux_sym_unary_expression_token2, - ACTIONS(2296), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2298), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2300), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(2302), 1, - aux_sym_locked_expression_token1, - ACTIONS(2304), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2306), 1, - aux_sym_input_expression_token1, - ACTIONS(2308), 1, - aux_sym_if_statement_token1, - ACTIONS(2310), 1, - aux_sym_accumulate_expression_token1, - STATE(14), 1, - sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(3137), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(711), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(11), 2, - sym_function_call, - sym_new_expression, - STATE(1073), 2, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1712), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(29), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(37), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [92656] = 13, - ACTIONS(3), 1, + ACTIONS(1322), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135460] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2376), 1, - sym__escaped_string, - STATE(813), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(901), 1, sym__comparison_operator, - STATE(814), 1, + STATE(902), 1, sym__multiplicative_operator, - STATE(815), 1, + STATE(903), 1, sym__additive_operator, - STATE(816), 1, + STATE(904), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + STATE(1713), 2, + sym_comment, + sym_include, + ACTIONS(1314), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135536] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1074), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1714), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1318), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135612] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(901), 1, + sym__comparison_operator, + STATE(902), 1, + sym__multiplicative_operator, + STATE(903), 1, + sym__additive_operator, + STATE(904), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1715), 2, + sym_comment, + sym_include, + ACTIONS(1330), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -138774,85 +185571,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2374), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [92742] = 9, - ACTIONS(3), 1, + [135688] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(813), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(901), 1, sym__comparison_operator, - STATE(814), 1, + STATE(902), 1, sym__multiplicative_operator, - STATE(815), 1, + STATE(903), 1, sym__additive_operator, - STATE(816), 1, + STATE(904), 1, sym__logical_operator, - STATE(1075), 2, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1716), 2, sym_comment, sym_include, - ACTIONS(1187), 3, + ACTIONS(1326), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1185), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -138863,45 +185618,96 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [92820] = 13, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [135758] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1151), 1, - sym__escaped_string, - STATE(813), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(901), 1, sym__comparison_operator, - STATE(814), 1, + STATE(902), 1, sym__multiplicative_operator, - STATE(815), 1, + STATE(903), 1, sym__additive_operator, - STATE(816), 1, + STATE(904), 1, sym__logical_operator, - ACTIONS(1068), 2, + STATE(1717), 2, + sym_comment, + sym_include, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 32, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [135824] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - STATE(1076), 2, + STATE(1718), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(194), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -138916,64 +185722,105 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1149), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [92906] = 12, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [135882] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(813), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(901), 1, sym__comparison_operator, - STATE(814), 1, + STATE(902), 1, sym__multiplicative_operator, - STATE(815), 1, + STATE(903), 1, sym__additive_operator, - STATE(816), 1, + STATE(904), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1077), 2, + STATE(1719), 2, sym_comment, sym_include, - ACTIONS(248), 3, + ACTIONS(1258), 13, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135958] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, + STATE(1720), 2, + sym_comment, + sym_include, + ACTIONS(190), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -138988,65 +185835,97 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(250), 27, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136016] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, + ACTIONS(3120), 1, + sym__namecolon, + STATE(1721), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(97), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(95), 32, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, anon_sym_LBRACK, anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [92990] = 13, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [136076] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1183), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - STATE(1078), 2, + STATE(1722), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(242), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139061,65 +185940,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1181), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93076] = 13, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136134] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1147), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1079), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1723), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 37, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139134,65 +185993,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1145), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93162] = 13, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136192] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2380), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - STATE(1080), 2, + STATE(1724), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(206), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139207,65 +186044,106 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2378), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93248] = 13, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136250] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1159), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1256), 1, + aux_sym_variable_tuning_token2, + STATE(695), 1, sym__logical_operator, - ACTIONS(1068), 2, + STATE(703), 1, + sym__additive_operator, + STATE(715), 1, + sym__multiplicative_operator, + STATE(716), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + STATE(1725), 2, + sym_comment, + sym_include, + ACTIONS(1121), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(1258), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + ACTIONS(2857), 12, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [136328] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(1081), 2, + STATE(1726), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(135), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139280,65 +186158,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1157), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93334] = 13, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136386] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1175), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1082), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1727), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(170), 37, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139353,138 +186211,151 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1173), 27, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136444] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, + ACTIONS(2936), 1, + sym__namecolon, + STATE(1721), 1, + aux_sym_object_access_repeat1, + STATE(1728), 2, + sym_comment, + sym_include, + ACTIONS(93), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(91), 32, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, anon_sym_LBRACK, anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93420] = 13, - ACTIONS(3), 1, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [136506] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1155), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1083), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2936), 1, + sym__namecolon, + STATE(1721), 1, + aux_sym_object_access_repeat1, + STATE(1729), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(93), 6, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(91), 32, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1153), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93506] = 13, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [136568] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1171), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(1084), 2, + STATE(1730), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(234), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139499,65 +186370,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1169), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93592] = 13, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136626] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - sym__escaped_string, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - STATE(1085), 2, + STATE(1731), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(250), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139572,82 +186422,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1165), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93678] = 10, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136684] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - STATE(1086), 2, - sym_comment, - sym_include, - ACTIONS(1163), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, + STATE(1732), 2, + sym_comment, + sym_include, + ACTIONS(89), 38, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 44, - anon_sym_LBRACE, sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_STAR, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139663,43 +186475,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93758] = 12, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136742] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(813), 1, - sym__comparison_operator, - STATE(814), 1, - sym__multiplicative_operator, - STATE(815), 1, - sym__additive_operator, - STATE(816), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1087), 2, - sym_comment, - sym_include, - ACTIONS(1179), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, + STATE(1733), 2, + sym_comment, + sym_include, + ACTIONS(222), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139714,65 +186526,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1177), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93842] = 13, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136800] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1151), 1, - sym__escaped_string, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3123), 1, + sym__namedot, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(1088), 2, + STATE(1734), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(160), 37, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139787,82 +186580,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1149), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [93927] = 10, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136860] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - STATE(1089), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1735), 2, sym_comment, sym_include, - ACTIONS(1163), 3, + ACTIONS(129), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, + ACTIONS(131), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 43, - anon_sym_LBRACE, sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_STAR, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139878,42 +186633,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94006] = 13, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136918] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - sym__escaped_string, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - STATE(1090), 2, + STATE(1736), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(238), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -139928,77 +186683,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1165), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94091] = 9, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [136976] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - STATE(1091), 2, - sym_comment, - sym_include, - ACTIONS(1187), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1185), 47, + STATE(1737), 2, + sym_comment, + sym_include, + ACTIONS(226), 38, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -140018,41 +186736,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94168] = 12, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137034] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1092), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3125), 1, + aux_sym_function_call_token1, + STATE(1738), 2, sym_comment, sym_include, - ACTIONS(1179), 3, + ACTIONS(148), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, + ACTIONS(150), 36, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -140067,64 +186790,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1177), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94251] = 13, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137094] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2384), 1, - sym__escaped_string, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(1093), 2, + STATE(1739), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(73), 38, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -140139,64 +186840,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2382), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94336] = 13, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137152] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1155), 1, - sym__escaped_string, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - STATE(1094), 2, + STATE(1740), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(214), 37, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -140211,205 +186892,75 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1153), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94421] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137209] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1095), 2, - sym_comment, - sym_include, - ACTIONS(174), 4, - aux_sym_variable_tuning_token2, - aux_sym_image_phrase_token1, - aux_sym_image_phrase_token4, - aux_sym_size_phrase_token1, - ACTIONS(172), 49, - anon_sym_COLON, + ACTIONS(3127), 1, sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_type_tuning_token2, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_serialization_tuning_token1, - aux_sym_repeat_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_using_statement_token2, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - aux_sym_on_error_phrase_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - aux_sym_image_phrase_token2, - aux_sym_image_phrase_token5, - aux_sym_image_phrase_token6, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [94492] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1175), 1, - sym__escaped_string, - STATE(747), 1, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, sym__comparison_operator, - STATE(748), 1, + STATE(1027), 1, sym__multiplicative_operator, - STATE(749), 1, + STATE(1028), 1, sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1096), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, + STATE(4514), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(1173), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94577] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1159), 1, - sym__escaped_string, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1097), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1741), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -140420,64 +186971,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1157), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94662] = 13, + [137294] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1171), 1, - sym__escaped_string, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3135), 1, + anon_sym_LBRACK, + ACTIONS(3137), 1, + anon_sym_LPAREN, + ACTIONS(3139), 1, + sym__namedot, + ACTIONS(3141), 1, + sym__namecolon, + ACTIONS(3143), 1, + sym__namedoublecolon, + STATE(1957), 1, + aux_sym_object_access_repeat1, + STATE(2079), 1, + sym_function_arguments, + STATE(2340), 1, + aux_sym_qualified_name_repeat1, + STATE(2482), 1, + aux_sym_member_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(1098), 2, + STATE(1742), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(73), 28, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -140492,67 +187027,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1169), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94747] = 12, - ACTIONS(3), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [137369] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(747), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3145), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, sym__comparison_operator, - STATE(748), 1, + STATE(1027), 1, sym__multiplicative_operator, - STATE(749), 1, + STATE(1028), 1, sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1099), 2, - sym_comment, - sym_include, - ACTIONS(248), 3, + STATE(4621), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1064), 4, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1743), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -140563,68 +187096,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(250), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94830] = 13, - ACTIONS(3), 1, + [137454] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1183), 1, - sym__escaped_string, - STATE(747), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3147), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, sym__comparison_operator, - STATE(748), 1, + STATE(1027), 1, sym__multiplicative_operator, - STATE(749), 1, + STATE(1028), 1, sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + STATE(4499), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1100), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1744), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -140635,64 +187161,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1181), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [94915] = 13, + [137539] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1147), 1, - sym__escaped_string, - STATE(747), 1, - sym__comparison_operator, - STATE(748), 1, - sym__multiplicative_operator, - STATE(749), 1, - sym__additive_operator, - STATE(750), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(1101), 2, + STATE(1745), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(160), 37, + anon_sym_COLON, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -140707,69 +187198,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1145), 26, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95000] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137596] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1102), 2, - sym_comment, - sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(146), 49, + STATE(1746), 2, + sym_comment, + sym_include, + ACTIONS(190), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -140789,50 +187250,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - anon_sym_NO_DASHERROR, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95068] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1103), 2, - sym_comment, - sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(146), 49, + STATE(1747), 2, + sym_comment, + sym_include, + ACTIONS(174), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -140853,60 +187302,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_function_call_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95136] = 7, - ACTIONS(3), 1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137710] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1426), 1, - sym__namedot, - STATE(1107), 1, - aux_sym_qualified_name_repeat1, - STATE(1104), 2, - sym_comment, - sym_include, - ACTIONS(113), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3149), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(4580), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(115), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1748), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -140917,53 +187379,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95208] = 7, + [137795] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1428), 1, - sym__namecolon, - STATE(1116), 1, - aux_sym_object_access_repeat1, - STATE(1105), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(73), 48, + STATE(1749), 2, + sym_comment, + sym_include, + ACTIONS(202), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -140983,49 +187417,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95280] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137852] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1106), 2, - sym_comment, - sym_include, - ACTIONS(128), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(130), 49, + STATE(1750), 2, + sym_comment, + sym_include, + ACTIONS(198), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141046,51 +187469,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_function_call_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95348] = 6, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137909] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2386), 1, - sym__namedot, - ACTIONS(102), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - STATE(1107), 3, + STATE(1751), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 48, + ACTIONS(230), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141110,49 +187519,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95418] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [137966] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1108), 2, - sym_comment, - sym_include, - ACTIONS(140), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(142), 49, + STATE(1752), 2, + sym_comment, + sym_include, + ACTIONS(218), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141173,52 +187571,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_function_call_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95486] = 7, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138023] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1428), 1, - sym__namecolon, - STATE(1116), 1, - aux_sym_object_access_repeat1, - STATE(1109), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(89), 48, + STATE(1753), 2, + sym_comment, + sym_include, + ACTIONS(182), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141238,51 +187621,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95558] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138080] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2389), 1, - sym__namecolon, - ACTIONS(91), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - STATE(1110), 3, + STATE(1754), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 48, + ACTIONS(210), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141302,115 +187672,92 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95628] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138137] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1111), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2930), 1, + anon_sym_LBRACK, + ACTIONS(2932), 1, + anon_sym_LPAREN, + STATE(1787), 1, + sym_function_arguments, + STATE(1755), 2, sym_comment, sym_include, - ACTIONS(140), 4, - sym__namecolon, + ACTIONS(73), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(67), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(142), 49, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - anon_sym_NO_DASHERROR, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95696] = 7, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [138200] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1428), 1, - sym__namecolon, - STATE(1110), 1, - aux_sym_object_access_repeat1, - STATE(1112), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(100), 48, + STATE(1756), 2, + sym_comment, + sym_include, + ACTIONS(119), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141430,51 +187777,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95768] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138257] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2392), 1, - anon_sym_NO_DASHERROR, - STATE(1113), 2, - sym_comment, - sym_include, - ACTIONS(398), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(400), 48, + STATE(1757), 2, + sym_comment, + sym_include, + ACTIONS(178), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141494,49 +187828,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95838] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138314] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1114), 2, - sym_comment, - sym_include, - ACTIONS(128), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(130), 49, + STATE(1758), 2, + sym_comment, + sym_include, + ACTIONS(89), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141556,54 +187879,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - anon_sym_NO_DASHERROR, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95906] = 8, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138371] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2394), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3151), 1, sym_identifier, - ACTIONS(2397), 1, + ACTIONS(3153), 1, aux_sym_input_expression_token2, - STATE(1187), 1, + STATE(1888), 1, sym_qualified_name, - STATE(1115), 2, - sym_comment, - sym_include, - ACTIONS(1377), 3, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1373), 47, + STATE(1759), 2, + sym_comment, + sym_include, + ACTIONS(1480), 34, anon_sym_SLASH, - anon_sym_LBRACE, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141622,53 +187934,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [95980] = 7, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [138434] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1428), 1, - sym__namecolon, - STATE(1110), 1, - aux_sym_object_access_repeat1, - STATE(1116), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(100), 48, + STATE(1760), 2, + sym_comment, + sym_include, + ACTIONS(254), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141676,7 +187972,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138491] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3155), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(4644), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1761), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -141687,53 +188062,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96052] = 7, + [138576] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1428), 1, - sym__namecolon, - STATE(1110), 1, - aux_sym_object_access_repeat1, - STATE(1117), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(100), 48, + STATE(1762), 2, + sym_comment, + sym_include, + ACTIONS(194), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141753,59 +188100,74 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96124] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138633] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2399), 1, - aux_sym_function_call_token1, - STATE(1118), 2, - sym_comment, - sym_include, - ACTIONS(166), 4, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3157), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(4595), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(168), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1763), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -141816,60 +188178,126 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96194] = 6, - ACTIONS(3), 1, + [138718] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2401), 1, - sym__namedoublecolon, - ACTIONS(117), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3159), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(4658), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - STATE(1119), 3, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1764), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 48, - anon_sym_SLASH, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [138803] = 20, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - sym_identifier, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3161), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(4617), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1765), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -141880,53 +188308,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96264] = 7, + [138888] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1430), 1, - sym__namedoublecolon, - STATE(1119), 1, - aux_sym_member_access_repeat1, - STATE(1120), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(138), 48, + STATE(1766), 2, + sym_comment, + sym_include, + ACTIONS(206), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -141946,52 +188346,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96336] = 7, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [138945] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1426), 1, - sym__namedot, - STATE(1104), 1, - aux_sym_qualified_name_repeat1, - STATE(1121), 2, - sym_comment, - sym_include, - ACTIONS(124), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(126), 48, + STATE(1767), 2, + sym_comment, + sym_include, + ACTIONS(135), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142011,52 +188397,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96408] = 7, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139002] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1426), 1, - sym__namedot, - STATE(1104), 1, - aux_sym_qualified_name_repeat1, - STATE(1122), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2880), 1, + sym_identifier, + ACTIONS(3163), 1, + aux_sym_input_expression_token2, + STATE(255), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(134), 48, + STATE(1768), 2, + sym_comment, + sym_include, + ACTIONS(1480), 34, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142075,59 +188453,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96480] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139065] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1123), 2, - sym_comment, - sym_include, - ACTIONS(128), 4, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3165), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(4565), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(130), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1769), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -142138,50 +188529,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96547] = 6, + [139150] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2404), 1, - sym__namedot, - STATE(1124), 2, - sym_comment, - sym_include, - ACTIONS(160), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(162), 48, + STATE(1770), 2, + sym_comment, + sym_include, + ACTIONS(246), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142201,54 +188567,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96616] = 8, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139207] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2406), 1, - sym_identifier, - ACTIONS(2409), 1, - aux_sym_input_expression_token2, - STATE(1208), 1, - sym_qualified_name, - STATE(1125), 2, - sym_comment, - sym_include, - ACTIONS(1377), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1373), 46, + STATE(1771), 2, + sym_comment, + sym_include, + ACTIONS(242), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142268,48 +188618,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96689] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139264] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1126), 2, - sym_comment, - sym_include, - ACTIONS(140), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(142), 48, + STATE(1772), 2, + sym_comment, + sym_include, + ACTIONS(186), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142330,51 +188670,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_function_call_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96756] = 7, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139321] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1563), 1, - sym__namecolon, - STATE(1128), 1, - aux_sym_object_access_repeat1, - STATE(1127), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(89), 47, + STATE(1773), 2, + sym_comment, + sym_include, + ACTIONS(226), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142394,179 +188720,142 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96827] = 7, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139378] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1563), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2936), 1, sym__namecolon, - STATE(1142), 1, + STATE(1721), 1, aux_sym_object_access_repeat1, - STATE(1128), 2, + STATE(1774), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(93), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(91), 31, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(100), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96898] = 7, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [139439] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1565), 1, - sym__namedoublecolon, - STATE(1150), 1, - aux_sym_member_access_repeat1, - STATE(1129), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1775), 2, sym_comment, sym_include, - ACTIONS(136), 3, + ACTIONS(115), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(113), 33, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(138), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [96969] = 7, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [139496] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1563), 1, - sym__namecolon, - STATE(1142), 1, - aux_sym_object_access_repeat1, - STATE(1130), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(100), 47, + STATE(1776), 2, + sym_comment, + sym_include, + ACTIONS(222), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142586,51 +188875,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97040] = 7, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139553] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1561), 1, - sym__namedot, - STATE(1140), 1, - aux_sym_qualified_name_repeat1, - STATE(1131), 2, - sym_comment, - sym_include, - ACTIONS(113), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(115), 47, + STATE(1777), 2, + sym_comment, + sym_include, + ACTIONS(250), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142650,47 +188926,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97111] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139610] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1132), 2, - sym_comment, - sym_include, - ACTIONS(152), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(154), 48, + STATE(1778), 2, + sym_comment, + sym_include, + ACTIONS(238), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142710,60 +188977,74 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97178] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139667] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2411), 1, - aux_sym_function_call_token1, - STATE(1133), 2, - sym_comment, - sym_include, - ACTIONS(166), 4, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(3167), 1, + sym__terminator, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(4557), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(168), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1779), 2, + sym_comment, + sym_include, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -142774,48 +189055,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97247] = 5, + [139752] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1134), 2, - sym_comment, - sym_include, - ACTIONS(109), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(111), 48, + STATE(1780), 2, + sym_comment, + sym_include, + ACTIONS(73), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142835,53 +189093,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97314] = 7, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139809] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1563), 1, - sym__namecolon, - STATE(1142), 1, - aux_sym_object_access_repeat1, - STATE(1135), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(100), 47, + STATE(1781), 2, + sym_comment, + sym_include, + ACTIONS(234), 37, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -142901,59 +189144,68 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97385] = 7, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [139866] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1561), 1, - sym__namedot, - STATE(1131), 1, - aux_sym_qualified_name_repeat1, - STATE(1136), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(134), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1782), 2, + sym_comment, + sym_include, + ACTIONS(1318), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -142964,57 +189216,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97456] = 5, - ACTIONS(3), 1, + [139940] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1137), 2, - sym_comment, - sym_include, - ACTIONS(128), 4, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(130), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1783), 2, + sym_comment, + sym_include, + ACTIONS(1330), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -143025,113 +189275,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97523] = 7, - ACTIONS(3), 1, + [140014] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2413), 1, - sym_identifier, - STATE(1174), 1, - sym_qualified_name, - STATE(1138), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2936), 1, + sym__namecolon, + STATE(1728), 1, + aux_sym_object_access_repeat1, + STATE(1784), 2, sym_comment, sym_include, - ACTIONS(1410), 3, + ACTIONS(73), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(67), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1408), 47, - anon_sym_SLASH, - anon_sym_LBRACE, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97594] = 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [140074] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1139), 2, - sym_comment, - sym_include, - ACTIONS(148), 4, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3137), 1, + anon_sym_LPAREN, + ACTIONS(3139), 1, + sym__namedot, + ACTIONS(3141), 1, sym__namecolon, + ACTIONS(3143), 1, + sym__namedoublecolon, + STATE(1957), 1, + aux_sym_object_access_repeat1, + STATE(2079), 1, + sym_function_arguments, + STATE(2340), 1, + aux_sym_qualified_name_repeat1, + STATE(2482), 1, + aux_sym_member_access_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(150), 48, + STATE(1785), 2, + sym_comment, + sym_include, + ACTIONS(89), 28, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -143151,52 +189382,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97661] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [140146] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2416), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3169), 1, + anon_sym_LBRACK, + ACTIONS(3171), 1, + anon_sym_LPAREN, + ACTIONS(3173), 1, sym__namedot, - ACTIONS(102), 3, + ACTIONS(3175), 1, + sym__namecolon, + ACTIONS(3177), 1, + sym__namedoublecolon, + STATE(1978), 1, + aux_sym_object_access_repeat1, + STATE(2586), 1, + sym_function_arguments, + STATE(2638), 1, + aux_sym_member_access_repeat1, + STATE(2810), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - STATE(1140), 3, + STATE(1786), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 47, + ACTIONS(73), 27, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -143215,95 +189441,77 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97730] = 5, - ACTIONS(3), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [140220] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1141), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3179), 1, + aux_sym_function_call_token1, + STATE(1787), 2, sym_comment, sym_include, - ACTIONS(144), 4, + ACTIONS(150), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(148), 31, sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(146), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97797] = 6, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [140278] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2419), 1, - sym__namecolon, - ACTIONS(91), 3, - sym__or_operator, - sym__and_operator, + ACTIONS(102), 1, sym__escaped_string, - STATE(1142), 3, + ACTIONS(749), 1, + sym__namedot, + STATE(1794), 1, + aux_sym_qualified_name_repeat1, + STATE(1788), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 47, - anon_sym_SLASH, + ACTIONS(104), 36, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -143313,7 +189521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_date_literal, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_RPAREN, aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, aux_sym_ambiguous_expression_token1, @@ -143322,128 +189530,148 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_locked_expression_token1, aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_can_find_expression_token1, + aux_sym_of_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [140336] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2936), 1, + sym__namecolon, + STATE(1728), 1, + aux_sym_object_access_repeat1, + STATE(1789), 2, + sym_comment, + sym_include, + ACTIONS(89), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(87), 30, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97866] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [140396] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1143), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2932), 1, + anon_sym_LPAREN, + STATE(1787), 1, + sym_function_arguments, + STATE(1790), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(89), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(87), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(146), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [97933] = 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [140456] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1144), 2, - sym_comment, - sym_include, - ACTIONS(102), 4, - sym__namedot, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3181), 1, + sym_identifier, + STATE(1877), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(104), 48, + STATE(1791), 2, + sym_comment, + sym_include, + ACTIONS(1501), 34, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -143462,165 +189690,136 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98000] = 8, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [140516] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1424), 1, - anon_sym_LPAREN, - ACTIONS(1432), 1, - anon_sym_LBRACK, - STATE(1118), 1, - sym_function_arguments, - STATE(1145), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2934), 1, + sym__namedot, + STATE(1823), 1, + aux_sym_qualified_name_repeat1, + STATE(1792), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(135), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(133), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(73), 46, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98073] = 7, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [140576] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1424), 1, - anon_sym_LPAREN, - STATE(1118), 1, - sym_function_arguments, - STATE(1146), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1793), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(139), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(137), 32, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(89), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98144] = 7, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + anon_sym_NO_DASHERROR, + [140632] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1563), 1, - sym__namecolon, - STATE(1128), 1, - aux_sym_object_access_repeat1, - STATE(1147), 2, + ACTIONS(106), 1, + sym__escaped_string, + ACTIONS(3183), 1, + sym__namedot, + STATE(1794), 3, sym_comment, sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 47, - anon_sym_SLASH, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 36, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -143630,7 +189829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_date_literal, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_RPAREN, aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, aux_sym_ambiguous_expression_token1, @@ -143639,130 +189838,147 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_locked_expression_token1, aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_can_find_expression_token1, + aux_sym_of_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [140688] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1795), 2, + sym_comment, + sym_include, + ACTIONS(123), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(121), 32, + sym__namecolon, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98215] = 6, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + anon_sym_NO_DASHERROR, + [140744] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2422), 1, - anon_sym_NO_DASHERROR, - STATE(1148), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2934), 1, + sym__namedot, + STATE(1823), 1, + aux_sym_qualified_name_repeat1, + STATE(1796), 2, sym_comment, sym_include, - ACTIONS(398), 4, - sym__namecolon, + ACTIONS(119), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(117), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(400), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98284] = 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [140804] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1149), 2, - sym_comment, - sym_include, - ACTIONS(140), 4, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + sym_identifier, + STATE(239), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(142), 48, + STATE(1797), 2, + sym_comment, + sym_include, + ACTIONS(1501), 34, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -143781,60 +189997,109 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98351] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [140864] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1798), 2, + sym_comment, + sym_include, + ACTIONS(1262), 13, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [140936] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2424), 1, - sym__namedoublecolon, - ACTIONS(117), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(1150), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + STATE(1799), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 47, + ACTIONS(1308), 4, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 30, + sym__or_operator, + sym__and_operator, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -143845,120 +190110,102 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98420] = 7, - ACTIONS(3), 1, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + [141000] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1561), 1, - sym__namedot, - STATE(1131), 1, - aux_sym_qualified_name_repeat1, - STATE(1151), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1800), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(131), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(129), 32, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(126), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98491] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + anon_sym_NO_DASHERROR, + [141056] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1152), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1801), 2, sym_comment, sym_include, - ACTIONS(156), 4, - sym__namedoublecolon, + ACTIONS(1326), 28, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(158), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -143969,48 +190216,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98558] = 15, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + [141124] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(607), 1, sym__comparison_operator, - STATE(623), 1, + STATE(608), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(609), 1, sym__additive_operator, - STATE(625), 1, + STATE(610), 1, sym__logical_operator, - ACTIONS(250), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1153), 2, + STATE(1802), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1330), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144024,67 +190285,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(248), 23, + [141198] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3186), 1, + sym__namedoublecolon, + STATE(1803), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(143), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(141), 30, sym__or_operator, sym__and_operator, + anon_sym_STAR, sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [98644] = 16, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [141256] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(640), 1, sym__comparison_operator, - STATE(623), 1, + STATE(641), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(642), 1, sym__additive_operator, - STATE(625), 1, + STATE(643), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1145), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1154), 2, + STATE(1804), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(3115), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144098,73 +190395,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1147), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [98732] = 5, - ACTIONS(3), 1, + [141330] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1155), 2, - sym_comment, - sym_include, - ACTIONS(152), 4, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(154), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1805), 2, + sym_comment, + sym_include, + ACTIONS(1314), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -144175,55 +190454,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98798] = 5, - ACTIONS(3), 1, + [141404] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1156), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1806), 2, sym_comment, sym_include, - ACTIONS(172), 3, + ACTIONS(1326), 28, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(174), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -144234,61 +190500,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98864] = 7, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + [141472] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2433), 1, - sym_identifier, - STATE(1225), 1, - sym_qualified_name, - STATE(1157), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + STATE(1807), 2, sym_comment, sym_include, - ACTIONS(1410), 3, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1408), 46, - anon_sym_SLASH, - anon_sym_LBRACE, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -144299,49 +190554,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [98934] = 16, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + [141536] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(607), 1, sym__comparison_operator, - STATE(623), 1, + STATE(608), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(609), 1, sym__additive_operator, - STATE(625), 1, + STATE(610), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1153), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1158), 2, + STATE(1808), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(248), 13, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144355,62 +190622,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1155), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [99022] = 15, + [141608] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(640), 1, sym__comparison_operator, - STATE(623), 1, + STATE(641), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(642), 1, sym__additive_operator, - STATE(625), 1, + STATE(643), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1177), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1159), 2, + STATE(1809), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1262), 13, + sym__or_operator, + sym__and_operator, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144424,122 +190680,81 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1179), 23, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [99108] = 5, - ACTIONS(3), 1, + [141680] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1160), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2938), 1, + sym__namedoublecolon, + STATE(1803), 1, + aux_sym_member_access_repeat1, + STATE(1810), 2, sym_comment, sym_include, - ACTIONS(160), 3, + ACTIONS(127), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(125), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(162), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99174] = 10, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [141740] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, - sym__comparison_operator, - STATE(623), 1, - sym__multiplicative_operator, - STATE(624), 1, - sym__additive_operator, - STATE(625), 1, - sym__logical_operator, - STATE(1161), 2, + STATE(1811), 2, sym_comment, sym_include, - ACTIONS(1185), 6, + ACTIONS(131), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(1187), 40, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(129), 32, + sym__namecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, sym__terminator, - aux_sym_type_tuning_token2, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -144552,75 +190767,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [99250] = 6, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_function_call_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + [141796] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2436), 1, - sym__namedot, - STATE(1162), 2, - sym_comment, - sym_include, - ACTIONS(160), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(162), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1812), 2, + sym_comment, + sym_include, + ACTIONS(1258), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -144631,49 +190841,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99318] = 12, + [141870] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + ACTIONS(3191), 1, + aux_sym_input_stream_tuning_token11, + STATE(607), 1, sym__comparison_operator, - STATE(623), 1, + STATE(608), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(609), 1, sym__additive_operator, - STATE(625), 1, + STATE(610), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1163), 2, - sym_comment, - sym_include, - ACTIONS(1161), 4, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(1163), 38, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1813), 2, + sym_comment, + sym_include, + ACTIONS(3189), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -144686,62 +190901,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [99398] = 16, + [141946] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(607), 1, sym__comparison_operator, - STATE(623), 1, + STATE(608), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(609), 1, sym__additive_operator, - STATE(625), 1, + STATE(610), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1165), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1164), 2, + STATE(1814), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1342), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144755,132 +190960,105 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1167), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [99486] = 5, - ACTIONS(3), 1, + [142020] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1165), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1815), 2, sym_comment, sym_include, - ACTIONS(216), 3, + ACTIONS(123), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(121), 32, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(218), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99552] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_function_call_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + [142076] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1166), 2, - sym_comment, - sym_include, - ACTIONS(212), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(214), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1816), 2, + sym_comment, + sym_include, + ACTIONS(1346), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -144891,57 +191069,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99618] = 5, - ACTIONS(3), 1, + [142150] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1167), 2, - sym_comment, - sym_include, - ACTIONS(208), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(210), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1817), 2, + sym_comment, + sym_include, + ACTIONS(1350), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -144952,57 +191128,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99684] = 5, - ACTIONS(3), 1, + [142224] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1168), 2, - sym_comment, - sym_include, - ACTIONS(204), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(206), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1818), 2, + sym_comment, + sym_include, + ACTIONS(1322), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145013,57 +191187,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99750] = 5, - ACTIONS(3), 1, + [142298] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1169), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3193), 1, + anon_sym_NO_DASHERROR, + STATE(1819), 2, sym_comment, sym_include, - ACTIONS(224), 3, + ACTIONS(601), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(599), 33, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(226), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + anon_sym_COLON, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145074,179 +191227,167 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99816] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [142356] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1170), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3195), 1, + sym__namedot, + STATE(1820), 3, sym_comment, sym_include, - ACTIONS(200), 3, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(106), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(202), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99882] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [142414] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1171), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1821), 2, sym_comment, sym_include, - ACTIONS(196), 3, + ACTIONS(139), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(137), 32, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(198), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [99948] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_function_call_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + [142470] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1172), 2, - sym_comment, - sym_include, - ACTIONS(192), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(607), 1, + sym__comparison_operator, + STATE(608), 1, + sym__multiplicative_operator, + STATE(609), 1, + sym__additive_operator, + STATE(610), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(194), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1822), 2, + sym_comment, + sym_include, + ACTIONS(1258), 11, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145257,181 +191398,157 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100014] = 5, - ACTIONS(3), 1, + [142544] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1173), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2934), 1, + sym__namedot, + STATE(1820), 1, + aux_sym_qualified_name_repeat1, + STATE(1823), 2, sym_comment, sym_include, - ACTIONS(184), 3, + ACTIONS(104), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(102), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(186), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100080] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [142604] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1174), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3198), 1, + anon_sym_NO_DASHERROR, + STATE(1824), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(601), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(599), 31, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(126), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100146] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [142662] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1175), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1825), 2, sym_comment, sym_include, - ACTIONS(156), 4, - sym__namedoublecolon, + ACTIONS(248), 13, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(158), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145442,55 +191559,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100212] = 5, - ACTIONS(3), 1, + [142734] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1176), 2, - sym_comment, - sym_include, - ACTIONS(180), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(182), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1826), 2, + sym_comment, + sym_include, + ACTIONS(1342), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145501,51 +191618,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100278] = 16, + [142808] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(640), 1, sym__comparison_operator, - STATE(623), 1, + STATE(641), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(642), 1, sym__additive_operator, - STATE(625), 1, + STATE(643), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1169), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1177), 2, + STATE(1827), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1346), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145559,71 +191677,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1171), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [100366] = 5, - ACTIONS(3), 1, + [142882] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1178), 2, - sym_comment, - sym_include, - ACTIONS(188), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(190), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1828), 2, + sym_comment, + sym_include, + ACTIONS(1350), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145634,59 +191736,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100432] = 5, - ACTIONS(3), 1, + [142956] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1179), 2, - sym_comment, - sym_include, - ACTIONS(109), 4, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(111), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1829), 2, + sym_comment, + sym_include, + ACTIONS(1322), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145697,57 +191795,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100498] = 5, - ACTIONS(3), 1, + [143030] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1180), 2, - sym_comment, - sym_include, - ACTIONS(102), 4, - sym__namedot, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym__comparison_operator, + STATE(641), 1, + sym__multiplicative_operator, + STATE(642), 1, + sym__additive_operator, + STATE(643), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(104), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1830), 2, + sym_comment, + sym_include, + ACTIONS(1314), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -145758,49 +191854,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100564] = 16, + [143104] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(640), 1, sym__comparison_operator, - STATE(623), 1, + STATE(641), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(642), 1, sym__additive_operator, - STATE(625), 1, + STATE(643), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1173), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1181), 2, + STATE(1831), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1318), 11, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145814,65 +191913,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1175), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [100652] = 16, + [143178] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, sym__comparison_operator, - STATE(623), 1, + STATE(1027), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(1028), 1, sym__additive_operator, - STATE(625), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1157), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1182), 2, + STATE(1832), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1262), 12, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145886,126 +191970,93 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1159), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [100740] = 7, - ACTIONS(3), 1, + [143249] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1559), 1, - anon_sym_LPAREN, - STATE(1133), 1, - sym_function_arguments, - STATE(1183), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1833), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(170), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(168), 31, + sym__namedoublecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(89), 46, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100810] = 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [143304] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1184), 2, - sym_comment, - sym_include, - ACTIONS(244), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3200), 1, + anon_sym_LBRACK, + ACTIONS(3202), 1, + anon_sym_LPAREN, + ACTIONS(3204), 1, + sym__namedot, + ACTIONS(3206), 1, + sym__namecolon, + ACTIONS(3208), 1, + sym__namedoublecolon, + STATE(2255), 1, + aux_sym_object_access_repeat1, + STATE(3057), 1, + aux_sym_qualified_name_repeat1, + STATE(3170), 1, + sym_function_arguments, + STATE(3183), 1, + aux_sym_member_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(246), 48, + STATE(1834), 2, + sym_comment, + sym_include, + ACTIONS(73), 26, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -146024,49 +192075,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100876] = 5, + [143377] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1185), 2, - sym_comment, - sym_include, - ACTIONS(236), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(3210), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(238), 48, + STATE(1835), 2, + sym_comment, + sym_include, + ACTIONS(1480), 32, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -146085,51 +192119,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [100942] = 16, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + [143438] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, sym__comparison_operator, - STATE(623), 1, + STATE(1027), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(1028), 1, sym__additive_operator, - STATE(625), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1149), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1186), 2, + STATE(1836), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1258), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146143,71 +192187,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1151), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [101030] = 5, - ACTIONS(3), 1, + [143511] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1187), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(134), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1837), 2, + sym_comment, + sym_include, + ACTIONS(1314), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -146218,240 +192245,102 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101096] = 5, - ACTIONS(3), 1, + [143584] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1188), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1838), 2, sym_comment, sym_include, - ACTIONS(240), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(242), 48, + ACTIONS(166), 6, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101162] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1189), 2, - sym_comment, - sym_include, - ACTIONS(148), 4, + aux_sym_variable_tuning_token2, + ACTIONS(164), 31, sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(150), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101228] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [143639] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1190), 2, - sym_comment, - sym_include, - ACTIONS(248), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(250), 48, - anon_sym_SLASH, + ACTIONS(75), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101294] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1191), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1839), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(248), 12, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(89), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -146462,49 +192351,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101360] = 5, + [143710] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1192), 2, - sym_comment, - sym_include, - ACTIONS(228), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3171), 1, + anon_sym_LPAREN, + ACTIONS(3173), 1, + sym__namedot, + ACTIONS(3175), 1, + sym__namecolon, + ACTIONS(3177), 1, + sym__namedoublecolon, + STATE(1978), 1, + aux_sym_object_access_repeat1, + STATE(2586), 1, + sym_function_arguments, + STATE(2638), 1, + aux_sym_member_access_repeat1, + STATE(2810), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(230), 48, + STATE(1840), 2, + sym_comment, + sym_include, + ACTIONS(89), 27, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -146523,57 +192405,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101426] = 5, - ACTIONS(3), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [143781] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1193), 2, - sym_comment, - sym_include, - ACTIONS(252), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(254), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1841), 2, + sym_comment, + sym_include, + ACTIONS(1342), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -146584,51 +192466,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101492] = 16, + [143854] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, sym__comparison_operator, - STATE(623), 1, + STATE(1027), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(1028), 1, sym__additive_operator, - STATE(625), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1181), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1194), 2, + STATE(1842), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1346), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146642,75 +192524,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1183), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [101580] = 7, - ACTIONS(3), 1, + [143927] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(228), 1, - sym__augmented_assignment, - ACTIONS(230), 1, - anon_sym_EQ, - STATE(1195), 2, - sym_comment, - sym_include, - ACTIONS(188), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(190), 46, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1843), 2, + sym_comment, + sym_include, + ACTIONS(1350), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -146721,55 +192582,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101650] = 5, - ACTIONS(3), 1, + [144000] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1196), 2, - sym_comment, - sym_include, - ACTIONS(176), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(178), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1844), 2, + sym_comment, + sym_include, + ACTIONS(1322), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -146780,62 +192640,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101716] = 8, - ACTIONS(3), 1, + [144073] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1559), 1, - anon_sym_LPAREN, - ACTIONS(1586), 1, - anon_sym_LBRACK, - STATE(1133), 1, - sym_function_arguments, - STATE(1197), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(73), 45, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1845), 2, + sym_comment, + sym_include, + ACTIONS(1318), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -146846,55 +192698,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101788] = 5, - ACTIONS(3), 1, + [144146] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1198), 2, - sym_comment, - sym_include, - ACTIONS(220), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(222), 48, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1846), 2, + sym_comment, + sym_include, + ACTIONS(1330), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -146905,49 +192756,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101854] = 5, + [144219] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1199), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3212), 1, + anon_sym_LBRACK, + ACTIONS(3214), 1, + anon_sym_LPAREN, + ACTIONS(3216), 1, + sym__namedot, + ACTIONS(3218), 1, + sym__namecolon, + ACTIONS(3220), 1, + sym__namedoublecolon, + STATE(2293), 1, + aux_sym_object_access_repeat1, + STATE(3062), 1, + aux_sym_member_access_repeat1, + STATE(3087), 1, + sym_function_arguments, + STATE(3134), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(73), 48, + STATE(1847), 2, + sym_comment, + sym_include, + ACTIONS(73), 26, anon_sym_SLASH, - anon_sym_LBRACE, sym_identifier, anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -146966,51 +192811,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [101920] = 16, + anon_sym_NO_DASHERROR, + [144292] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(622), 1, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, sym__comparison_operator, - STATE(623), 1, + STATE(1027), 1, sym__multiplicative_operator, - STATE(624), 1, + STATE(1028), 1, sym__additive_operator, - STATE(625), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2440), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(1200), 2, + STATE(1848), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(3222), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147024,133 +192872,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2438), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [102008] = 5, - ACTIONS(3), 1, + [144365] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1201), 2, - sym_comment, - sym_include, - ACTIONS(232), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(234), 48, - anon_sym_SLASH, + ACTIONS(75), 1, anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102074] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1202), 2, - sym_comment, - sym_include, - ACTIONS(224), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(226), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + STATE(1849), 2, + sym_comment, + sym_include, + ACTIONS(1326), 27, + sym__or_operator, + sym__and_operator, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -147161,45 +192918,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102139] = 9, - ACTIONS(3), 1, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + [144432] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, - sym_identifier, - ACTIONS(2444), 1, - aux_sym_input_expression_token2, - STATE(223), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1203), 2, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + STATE(1850), 2, sym_comment, sym_include, - ACTIONS(1373), 44, + ACTIONS(1308), 4, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 29, + sym__or_operator, + sym__and_operator, anon_sym_STAR, sym__terminator, - aux_sym_type_tuning_token2, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -147210,71 +192971,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token1, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token1, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [102212] = 5, - ACTIONS(3), 1, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + [144495] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1204), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3224), 1, + anon_sym_NO_DASHERROR, + STATE(1851), 2, sym_comment, sym_include, - ACTIONS(236), 3, + ACTIONS(601), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(599), 32, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(238), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -147285,56 +193020,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102277] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + [144552] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1205), 2, - sym_comment, - sym_include, - ACTIONS(252), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(254), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1852), 2, + sym_comment, + sym_include, + ACTIONS(3189), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -147345,48 +193088,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102342] = 5, + [144625] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1206), 2, - sym_comment, - sym_include, - ACTIONS(228), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(3226), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(230), 47, + STATE(1853), 2, + sym_comment, + sym_include, + ACTIONS(1480), 32, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -147405,30 +193130,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102407] = 5, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + [144686] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1207), 2, + ACTIONS(106), 2, + sym__namedot, + sym__escaped_string, + STATE(1854), 2, sym_comment, sym_include, - ACTIONS(232), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(234), 47, - anon_sym_SLASH, + ACTIONS(108), 36, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -147438,7 +193163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_date_literal, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_RPAREN, aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, aux_sym_ambiguous_expression_token1, @@ -147447,14 +193172,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_locked_expression_token1, aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_if_statement_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_can_find_expression_token1, + aux_sym_of_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [144739] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym__logical_operator, + STATE(1026), 1, + sym__comparison_operator, + STATE(1027), 1, + sym__multiplicative_operator, + STATE(1028), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1855), 2, + sym_comment, + sym_include, + ACTIONS(3228), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -147465,228 +193246,176 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102472] = 5, - ACTIONS(3), 1, + [144812] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1208), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3230), 1, + sym__namedot, + STATE(1856), 2, sym_comment, sym_include, - ACTIONS(132), 3, + ACTIONS(160), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(158), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(134), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102537] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [144869] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1209), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1857), 2, sym_comment, sym_include, - ACTIONS(240), 3, + ACTIONS(156), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(154), 31, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(242), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102602] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [144924] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1210), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1858), 2, sym_comment, sym_include, - ACTIONS(204), 3, + ACTIONS(108), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(106), 31, + sym__namedot, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(206), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102667] = 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [144979] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1211), 2, - sym_comment, - sym_include, - ACTIONS(208), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(210), 47, + STATE(1859), 2, + sym_comment, + sym_include, + ACTIONS(1501), 32, anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -147705,56 +193434,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102732] = 5, - ACTIONS(3), 1, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_input_stream_tuning_token11, + [145037] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1212), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(77), 1, + anon_sym_LBRACK, + ACTIONS(79), 1, + anon_sym_LPAREN, + STATE(22), 1, + sym_function_arguments, + STATE(5238), 1, + sym_type_tuning, + STATE(6917), 1, + sym_argument_tuning, + ACTIONS(3044), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(1860), 2, sym_comment, sym_include, - ACTIONS(188), 3, + ACTIONS(73), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(190), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -147765,116 +193500,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102797] = 5, - ACTIONS(3), 1, + [145107] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1213), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1861), 2, sym_comment, sym_include, - ACTIONS(180), 3, + ACTIONS(238), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(236), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(182), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102862] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [145161] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1214), 2, - sym_comment, - sym_include, - ACTIONS(248), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(710), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(714), 1, + sym__additive_operator, + STATE(717), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(250), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1862), 2, + sym_comment, + sym_include, + ACTIONS(3115), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -147885,108 +193605,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102927] = 5, - ACTIONS(3), 1, + [145233] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1215), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1863), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(182), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(180), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(89), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [102992] = 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [145287] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1216), 2, - sym_comment, - sym_include, - ACTIONS(172), 3, + ACTIONS(3232), 1, + anon_sym_LBRACK, + ACTIONS(3234), 1, + anon_sym_LPAREN, + ACTIONS(3236), 1, + sym__namedot, + ACTIONS(3238), 1, + sym__namecolon, + ACTIONS(3240), 1, + sym__namedoublecolon, + STATE(2713), 1, + aux_sym_object_access_repeat1, + STATE(3217), 1, + aux_sym_member_access_repeat1, + STATE(3250), 1, + sym_function_arguments, + STATE(3329), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(174), 47, + STATE(1864), 2, + sym_comment, + sym_include, + ACTIONS(73), 26, anon_sym_SLASH, anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -148005,176 +193708,150 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103057] = 5, - ACTIONS(3), 1, + aux_sym_include_argument_token1, + [145357] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1217), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1865), 2, sym_comment, sym_include, - ACTIONS(160), 3, + ACTIONS(254), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(252), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(162), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103122] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [145411] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1218), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1866), 2, sym_comment, sym_include, - ACTIONS(220), 3, + ACTIONS(178), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(176), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(222), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103187] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [145465] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1219), 2, - sym_comment, - sym_include, - ACTIONS(200), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(710), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(714), 1, + sym__additive_operator, + STATE(717), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(202), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1867), 2, + sym_comment, + sym_include, + ACTIONS(1346), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148185,116 +193862,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103252] = 5, - ACTIONS(3), 1, + [145537] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1220), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1868), 2, sym_comment, sym_include, - ACTIONS(176), 3, + ACTIONS(234), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(232), 30, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(178), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103317] = 5, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [145591] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1221), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(250), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, + sym__logical_operator, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1869), 2, sym_comment, sym_include, - ACTIONS(196), 3, + ACTIONS(248), 10, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(198), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, - anon_sym_STAR, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148305,56 +193967,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103382] = 5, - ACTIONS(3), 1, + [145663] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1222), 2, - sym_comment, - sym_include, - ACTIONS(192), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1340), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, + sym__logical_operator, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(194), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1870), 2, + sym_comment, + sym_include, + ACTIONS(1342), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148365,56 +194025,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103447] = 5, - ACTIONS(3), 1, + [145737] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1223), 2, - sym_comment, - sym_include, - ACTIONS(184), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1344), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, + sym__logical_operator, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(186), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1871), 2, + sym_comment, + sym_include, + ACTIONS(1346), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148425,56 +194083,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103512] = 5, - ACTIONS(3), 1, + [145811] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1224), 2, - sym_comment, - sym_include, - ACTIONS(244), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1348), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, + sym__logical_operator, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(246), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1872), 2, + sym_comment, + sym_include, + ACTIONS(1350), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148485,56 +194141,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103577] = 5, - ACTIONS(3), 1, + [145885] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1225), 2, - sym_comment, - sym_include, - ACTIONS(124), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1320), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, + sym__logical_operator, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(126), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1873), 2, + sym_comment, + sym_include, + ACTIONS(1322), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148545,56 +194199,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103642] = 5, - ACTIONS(3), 1, + [145959] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1226), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(77), 1, + anon_sym_LBRACK, + ACTIONS(79), 1, + anon_sym_LPAREN, + STATE(22), 1, + sym_function_arguments, + STATE(5275), 1, + sym_type_tuning, + STATE(6723), 1, + sym_argument_tuning, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(3053), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1874), 2, sym_comment, sym_include, - ACTIONS(212), 3, + ACTIONS(73), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(214), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148605,56 +194255,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103707] = 5, - ACTIONS(3), 1, + [146029] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1227), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1312), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, + sym__logical_operator, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(73), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1875), 2, + sym_comment, + sym_include, + ACTIONS(1314), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148665,56 +194313,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103772] = 5, - ACTIONS(3), 1, + [146103] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1228), 2, - sym_comment, - sym_include, - ACTIONS(216), 3, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1316), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, + sym__logical_operator, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(218), 47, - anon_sym_SLASH, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(1876), 2, + sym_comment, + sym_include, + ACTIONS(1318), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -148725,135 +194371,80 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [103837] = 8, - ACTIONS(3), 1, + [146177] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2446), 1, - sym_identifier, - STATE(219), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(1229), 2, + STATE(1877), 2, sym_comment, sym_include, - ACTIONS(1408), 44, + ACTIONS(119), 6, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(117), 30, + sym__or_operator, + sym__and_operator, anon_sym_STAR, sym__terminator, - aux_sym_type_tuning_token2, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token1, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token1, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [103907] = 20, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [146231] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2448), 1, - sym__terminator, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - STATE(3483), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1878), 2, + sym_comment, + sym_include, + ACTIONS(190), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(188), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1230), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -148862,71 +194453,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104000] = 20, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [146285] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2456), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - STATE(3494), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1879), 2, + sym_comment, + sym_include, + ACTIONS(194), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(192), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1231), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -148935,71 +194501,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104093] = 20, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [146339] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2458), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - STATE(3490), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1880), 2, + sym_comment, + sym_include, + ACTIONS(198), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(196), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1232), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -149008,70 +194549,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104186] = 20, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [146393] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2460), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, + ACTIONS(1328), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, + STATE(1071), 1, sym__logical_operator, - STATE(3481), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1233), 2, + STATE(1881), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, + ACTIONS(1330), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149085,67 +194621,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104279] = 20, + [146467] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2462), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, + STATE(1013), 1, sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, + STATE(1071), 1, sym__logical_operator, - STATE(3491), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1882), 2, + sym_comment, + sym_include, + ACTIONS(1324), 3, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym_variable_tuning_token2, + ACTIONS(1326), 25, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1234), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -149158,67 +194668,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104372] = 20, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + [146533] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2464), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, + STATE(1013), 1, sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, + STATE(1071), 1, sym__logical_operator, - STATE(3484), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + STATE(1883), 2, + sym_comment, + sym_include, + ACTIONS(1308), 5, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym_variable_tuning_token2, + ACTIONS(1310), 27, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1235), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -149231,66 +194720,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104465] = 20, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + [146595] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2466), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, + ACTIONS(1260), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, + STATE(1071), 1, sym__logical_operator, - STATE(3489), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1236), 2, + STATE(1884), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, + ACTIONS(1262), 10, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149304,66 +194784,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104558] = 20, + [146667] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2468), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, + ACTIONS(1256), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, + STATE(1071), 1, sym__logical_operator, - STATE(3486), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1090), 1, + sym__additive_operator, + STATE(1204), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1237), 2, + STATE(1885), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, + ACTIONS(1258), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149377,66 +194842,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104651] = 20, + [146741] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2470), 1, - sym__terminator, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - STATE(3485), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1238), 2, + STATE(1886), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, + ACTIONS(1342), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149450,67 +194899,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104744] = 20, + [146813] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2472), 1, - sym__terminator, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - STATE(3495), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - ACTIONS(1064), 2, + STATE(1887), 2, + sym_comment, + sym_include, + ACTIONS(206), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(204), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1239), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -149519,49 +194933,113 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [104837] = 16, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [146867] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2476), 1, - aux_sym_input_stream_tuning_token11, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1888), 2, + sym_comment, + sym_include, + ACTIONS(135), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(133), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1240), 2, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [146921] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3242), 1, + anon_sym_LBRACK, + ACTIONS(3244), 1, + anon_sym_LPAREN, + ACTIONS(3246), 1, + sym__namedot, + ACTIONS(3248), 1, + sym__namecolon, + ACTIONS(3250), 1, + sym__namedoublecolon, + STATE(2720), 1, + aux_sym_object_access_repeat1, + STATE(3263), 1, + sym_function_arguments, + STATE(3291), 1, + aux_sym_member_access_repeat1, + STATE(3318), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1889), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(73), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -149572,59 +195050,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2474), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [104921] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [146993] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, + ACTIONS(3254), 1, + aux_sym_variable_tuning_token2, + STATE(1013), 1, + sym__multiplicative_operator, + STATE(1071), 1, sym__logical_operator, - STATE(707), 1, + STATE(1090), 1, sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, + STATE(1204), 1, sym__comparison_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1241), 2, + STATE(1890), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(3252), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149638,60 +195110,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1175), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105003] = 14, - ACTIONS(69), 1, + [147067] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + ACTIONS(3202), 1, + anon_sym_LPAREN, + ACTIONS(3204), 1, + sym__namedot, + ACTIONS(3206), 1, + sym__namecolon, + ACTIONS(3208), 1, + sym__namedoublecolon, + STATE(2255), 1, + aux_sym_object_access_repeat1, + STATE(3057), 1, + aux_sym_qualified_name_repeat1, + STATE(3170), 1, + sym_function_arguments, + STATE(3183), 1, + aux_sym_member_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1891), 2, + sym_comment, + sym_include, + ACTIONS(89), 26, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1242), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -149702,65 +195164,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1179), 21, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105083] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [147137] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3256), 1, + anon_sym_LBRACK, + ACTIONS(3258), 1, + anon_sym_LPAREN, + ACTIONS(3260), 1, + sym__namedot, + ACTIONS(3262), 1, + sym__namecolon, + ACTIONS(3264), 1, + sym__namedoublecolon, + STATE(2639), 1, + aux_sym_object_access_repeat1, + STATE(3196), 1, + sym_function_arguments, + STATE(3257), 1, + aux_sym_member_access_repeat1, + STATE(3307), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1243), 2, + STATE(1892), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(73), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -149771,63 +195222,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1167), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105165] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [147209] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3214), 1, + anon_sym_LPAREN, + ACTIONS(3216), 1, + sym__namedot, + ACTIONS(3218), 1, + sym__namecolon, + ACTIONS(3220), 1, + sym__namedoublecolon, + STATE(2293), 1, + aux_sym_object_access_repeat1, + STATE(3062), 1, + aux_sym_member_access_repeat1, + STATE(3087), 1, + sym_function_arguments, + STATE(3134), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1244), 2, + STATE(1893), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(89), 26, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -149838,62 +195276,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1155), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105247] = 12, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [147279] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1245), 2, - sym_comment, - sym_include, - ACTIONS(1163), 36, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(3266), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, + STATE(1894), 2, + sym_comment, + sym_include, + ACTIONS(1480), 31, + anon_sym_SLASH, + anon_sym_STAR, sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -149904,7 +195321,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, aux_sym_input_stream_tuning_token3, @@ -149914,48 +195330,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_stream_tuning_token7, aux_sym_input_stream_tuning_token8, aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105323] = 15, + [147339] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, + STATE(710), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(712), 1, + sym__multiplicative_operator, + STATE(714), 1, + sym__additive_operator, + STATE(717), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1246), 2, + STATE(1895), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(248), 11, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149969,50 +195386,75 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1171), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105405] = 10, + [147409] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3276), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + STATE(1896), 3, + sym_comment, + sym_include, + aux_sym_method_definition_repeat1, + STATE(2067), 3, + sym_scope_tuning, + sym_access_tuning, + sym_method_tuning, + ACTIONS(3270), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3273), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(3268), 20, + sym_identifier, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + aux_sym_class_type_token1, + [147469] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - STATE(1247), 2, + STATE(1897), 2, sym_comment, sym_include, - ACTIONS(1185), 4, + ACTIONS(186), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 38, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(184), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -150029,63 +195471,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105477] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147523] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1898), 2, + sym_comment, + sym_include, + ACTIONS(210), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(208), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1248), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150094,62 +195519,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1159), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105559] = 14, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147577] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1899), 2, + sym_comment, + sym_include, + ACTIONS(218), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(216), 30, + sym__or_operator, + sym__and_operator, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1249), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150158,67 +195567,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(248), 21, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105639] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147631] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1900), 2, + sym_comment, + sym_include, + ACTIONS(230), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(228), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1250), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150227,65 +195615,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1183), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105721] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147685] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1901), 2, + sym_comment, + sym_include, + ACTIONS(250), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(248), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1251), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150294,65 +195663,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1147), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105803] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147739] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(705), 1, - sym__logical_operator, - STATE(707), 1, - sym__additive_operator, - STATE(708), 1, - sym__multiplicative_operator, - STATE(709), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1902), 2, + sym_comment, + sym_include, + ACTIONS(89), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(87), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1252), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150361,62 +195711,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1151), 19, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105885] = 14, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147793] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(1903), 2, + sym_comment, + sym_include, + ACTIONS(222), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(220), 30, + sym__or_operator, + sym__and_operator, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1253), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150425,66 +195759,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1179), 20, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [105964] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147847] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(1904), 2, + sym_comment, + sym_include, + ACTIONS(202), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(200), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1254), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150493,64 +195807,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2474), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106045] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147901] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(1905), 2, + sym_comment, + sym_include, + ACTIONS(214), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(212), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1255), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150559,64 +195855,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1167), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106126] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [147955] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(1906), 2, + sym_comment, + sym_include, + ACTIONS(160), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(158), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1256), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150625,63 +195903,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1159), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106207] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [148009] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1257), 2, + STATE(1907), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1258), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150695,60 +195974,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1171), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106288] = 15, + [148081] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(1908), 2, + sym_comment, + sym_include, + ACTIONS(242), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(240), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1258), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150757,124 +196008,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2478), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106369] = 9, - ACTIONS(3), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [148135] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(2480), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1259), 2, + STATE(1909), 2, sym_comment, sym_include, - ACTIONS(1373), 40, + ACTIONS(226), 6, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(224), 30, + sym__or_operator, + sym__and_operator, anon_sym_STAR, sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106438] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [148189] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(1910), 2, + sym_comment, + sym_include, + ACTIONS(246), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(244), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1260), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150883,65 +196104,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1155), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106519] = 15, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [148243] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - anon_sym_LBRACK, - ACTIONS(2484), 1, - anon_sym_LPAREN, - ACTIONS(2486), 1, - sym__namedot, - ACTIONS(2488), 1, - sym__namecolon, - ACTIONS(2490), 1, - sym__namedoublecolon, - STATE(1365), 1, - aux_sym_object_access_repeat1, - STATE(1408), 1, - aux_sym_member_access_repeat1, - STATE(1411), 1, - sym_function_arguments, - STATE(1413), 1, - aux_sym_qualified_name_repeat1, - STATE(1261), 2, + STATE(1911), 2, sym_comment, sym_include, - ACTIONS(73), 6, + ACTIONS(174), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, aux_sym_variable_tuning_token2, - ACTIONS(67), 30, + ACTIONS(172), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -150972,41 +196166,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [106600] = 15, + [148297] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(1912), 2, + sym_comment, + sym_include, + ACTIONS(73), 6, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(67), 30, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1262), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151015,66 +196200,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1151), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106681] = 15, - ACTIONS(69), 1, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [148351] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(628), 1, - sym__comparison_operator, - STATE(629), 1, - sym__multiplicative_operator, - STATE(630), 1, - sym__additive_operator, - STATE(631), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1263), 2, + STATE(1913), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1501), 32, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_RPAREN, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -151085,59 +196254,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1147), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106762] = 15, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + [148409] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1264), 2, + STATE(1914), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1262), 11, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151151,49 +196320,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1183), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106843] = 10, + [148479] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - STATE(1265), 2, + STATE(1915), 2, sym_comment, sym_include, - ACTIONS(1185), 4, + ACTIONS(1308), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 37, + ACTIONS(1310), 28, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -151214,58 +196364,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106914] = 15, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + [148541] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1324), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1266), 2, + STATE(1916), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1326), 26, + sym__or_operator, + sym__and_operator, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151278,59 +196418,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1175), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [106995] = 15, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + [148607] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1267), 2, + STATE(1917), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1330), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151344,59 +196483,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2492), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [107076] = 12, + [148679] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1268), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1918), 2, sym_comment, sym_include, - ACTIONS(1163), 35, - sym__or_operator, - sym__and_operator, + ACTIONS(1318), 9, sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151409,54 +196540,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [107151] = 14, + [148751] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(710), 1, sym__comparison_operator, - STATE(629), 1, + STATE(712), 1, sym__multiplicative_operator, - STATE(630), 1, + STATE(714), 1, sym__additive_operator, - STATE(631), 1, + STATE(717), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1269), 2, + STATE(1919), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1314), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151470,60 +196597,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(248), 20, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [107230] = 15, + [148823] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(250), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, - sym__logical_operator, - STATE(759), 1, - sym__additive_operator, - STATE(760), 1, - sym__multiplicative_operator, - STATE(761), 1, + STATE(710), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(712), 1, + sym__multiplicative_operator, + STATE(714), 1, + sym__additive_operator, + STATE(717), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1270), 2, + STATE(1920), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1322), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151537,59 +196654,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(248), 18, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [107310] = 10, + [148895] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(757), 1, - sym__logical_operator, - STATE(759), 1, - sym__additive_operator, - STATE(760), 1, - sym__multiplicative_operator, - STATE(761), 1, + STATE(710), 1, sym__comparison_operator, - STATE(1271), 2, - sym_comment, - sym_include, - ACTIONS(1185), 5, + STATE(712), 1, + sym__multiplicative_operator, + STATE(714), 1, + sym__additive_operator, + STATE(717), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1187), 35, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1921), 2, + sym_comment, + sym_include, + ACTIONS(1350), 9, + sym__terminator, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151602,56 +196711,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [107380] = 15, - ACTIONS(69), 1, + [148967] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1177), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, - sym__logical_operator, - STATE(759), 1, - sym__additive_operator, - STATE(760), 1, - sym__multiplicative_operator, - STATE(761), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(3279), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(1922), 2, + sym_comment, + sym_include, + ACTIONS(1480), 30, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1272), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -151662,64 +196753,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1179), 18, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [107460] = 16, - ACTIONS(69), 1, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + [149026] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1153), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, - sym__logical_operator, - STATE(759), 1, - sym__additive_operator, - STATE(760), 1, - sym__multiplicative_operator, - STATE(761), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(3281), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1273), 2, + STATE(1923), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1480), 30, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -151730,61 +196803,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1155), 16, - sym__terminator, - aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [107542] = 12, - ACTIONS(69), 1, + aux_sym_variable_tuning_token8, + [149085] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(757), 1, - sym__logical_operator, - STATE(759), 1, - sym__additive_operator, - STATE(760), 1, - sym__multiplicative_operator, - STATE(761), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1274), 2, - sym_comment, - sym_include, - ACTIONS(1161), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1163), 33, + ACTIONS(3258), 1, + anon_sym_LPAREN, + ACTIONS(3260), 1, + sym__namedot, + ACTIONS(3262), 1, + sym__namecolon, + ACTIONS(3264), 1, + sym__namedoublecolon, + STATE(2639), 1, + aux_sym_object_access_repeat1, + STATE(3196), 1, + sym_function_arguments, + STATE(3257), 1, + aux_sym_member_access_repeat1, + STATE(3307), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, + STATE(1924), 2, + sym_comment, + sym_include, + ACTIONS(89), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token2, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -151795,40 +196865,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [107616] = 9, + aux_sym_scope_tuning_token1, + [149154] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(2949), 1, sym_identifier, - ACTIONS(2494), 1, - aux_sym_input_expression_token2, - STATE(48), 1, + STATE(30), 1, sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(1275), 2, + STATE(1925), 2, sym_comment, sym_include, - ACTIONS(1373), 39, + ACTIONS(1501), 31, anon_sym_SLASH, anon_sym_STAR, sym__terminator, @@ -151851,7 +196906,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, aux_sym_input_stream_tuning_token3, @@ -151861,116 +196915,267 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_stream_tuning_token7, aux_sym_input_stream_tuning_token8, aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [107684] = 14, - ACTIONS(69), 1, + [149211] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2484), 1, + ACTIONS(3244), 1, anon_sym_LPAREN, - ACTIONS(2486), 1, + ACTIONS(3246), 1, sym__namedot, - ACTIONS(2488), 1, + ACTIONS(3248), 1, sym__namecolon, - ACTIONS(2490), 1, + ACTIONS(3250), 1, sym__namedoublecolon, - STATE(1365), 1, + STATE(2720), 1, aux_sym_object_access_repeat1, - STATE(1408), 1, - aux_sym_member_access_repeat1, - STATE(1411), 1, + STATE(3263), 1, sym_function_arguments, - STATE(1413), 1, + STATE(3291), 1, + aux_sym_member_access_repeat1, + STATE(3318), 1, aux_sym_qualified_name_repeat1, - STATE(1276), 2, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1926), 2, sym_comment, sym_include, - ACTIONS(89), 6, + ACTIONS(89), 25, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(87), 30, - sym__or_operator, - sym__and_operator, + sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [107762] = 16, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [149280] = 17, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1165), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + ACTIONS(3285), 1, + anon_sym_COMMA, + ACTIONS(3287), 1, + aux_sym_scope_tuning_token1, + ACTIONS(3289), 1, + aux_sym_of_phrase_token2, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(5143), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1927), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(3283), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + ACTIONS(1121), 15, + anon_sym_EQ, anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, anon_sym_GT, - ACTIONS(1072), 2, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [149355] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3234), 1, + anon_sym_LPAREN, + ACTIONS(3236), 1, + sym__namedot, + ACTIONS(3238), 1, + sym__namecolon, + ACTIONS(3240), 1, + sym__namedoublecolon, + STATE(2713), 1, + aux_sym_object_access_repeat1, + STATE(3217), 1, + aux_sym_member_access_repeat1, + STATE(3250), 1, + sym_function_arguments, + STATE(3329), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + STATE(1928), 2, + sym_comment, + sym_include, + ACTIONS(89), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [149422] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3293), 1, + aux_sym_else_statement_token1, + STATE(1955), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1929), 2, + sym_comment, + sym_include, + ACTIONS(3291), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [149478] = 16, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3298), 1, + anon_sym_COMMA, + ACTIONS(3300), 1, + aux_sym_of_phrase_token2, + STATE(594), 1, + sym__comparison_operator, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + STATE(5284), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1277), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1930), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3296), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -151981,62 +197186,244 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1167), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [107844] = 16, - ACTIONS(69), 1, + [149550] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1169), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + ACTIONS(3302), 1, + ts_builtin_sym_end, + ACTIONS(3304), 1, + aux_sym_else_statement_token1, + STATE(1949), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1931), 2, + sym_comment, + sym_include, + ACTIONS(3291), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [149608] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3307), 1, + ts_builtin_sym_end, + ACTIONS(3313), 1, + aux_sym_else_statement_token1, + STATE(1949), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1932), 2, + sym_comment, + sym_include, + ACTIONS(3310), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [149666] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3317), 1, + ts_builtin_sym_end, + ACTIONS(3321), 1, + aux_sym_else_statement_token1, + STATE(1950), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1933), 2, + sym_comment, + sym_include, + ACTIONS(3319), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [149724] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3323), 1, + aux_sym_else_statement_token1, + STATE(1971), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1934), 2, + sym_comment, + sym_include, + ACTIONS(3319), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [149780] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1278), 2, + ACTIONS(1262), 2, + sym__or_operator, + sym__and_operator, + STATE(1935), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1260), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152047,45 +197434,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1171), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [107926] = 8, + [149846] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + STATE(1135), 1, + sym__logical_operator, + STATE(1142), 1, + sym__additive_operator, + STATE(1151), 1, + sym__multiplicative_operator, + STATE(1157), 1, + sym__comparison_operator, + ACTIONS(1310), 2, sym__or_operator, sym__and_operator, - STATE(1279), 2, + STATE(1936), 2, sym_comment, sym_include, - ACTIONS(1408), 40, + ACTIONS(1308), 28, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -152104,63 +197480,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [107992] = 16, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [149906] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1173), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1937), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1312), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152171,62 +197537,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1175), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [108074] = 16, - ACTIONS(69), 1, + [149972] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1157), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1281), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1938), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1320), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152237,62 +197590,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1159), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [108156] = 16, - ACTIONS(69), 1, + [150038] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1149), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1282), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1939), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1348), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152303,62 +197643,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1151), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [108238] = 16, - ACTIONS(69), 1, + [150104] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1145), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1283), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1940), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1344), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152369,62 +197696,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1147), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [108320] = 16, - ACTIONS(69), 1, + [150170] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1181), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1284), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1941), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1340), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152435,62 +197749,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1183), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [108402] = 16, - ACTIONS(69), 1, + [150236] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2500), 1, - aux_sym_variable_tuning_token2, - STATE(757), 1, + STATE(1135), 1, sym__logical_operator, - STATE(759), 1, + STATE(1142), 1, sym__additive_operator, - STATE(760), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(761), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1285), 2, + STATE(1942), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(250), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152501,62 +197802,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2498), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [108484] = 16, - ACTIONS(69), 1, + [150302] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1165), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, + STATE(1135), 1, sym__logical_operator, - STATE(777), 1, + STATE(1142), 1, sym__additive_operator, - STATE(779), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(781), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1326), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + STATE(1943), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 24, + sym_identifier, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1286), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152567,84 +197849,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1167), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [108565] = 23, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [150364] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2502), 1, - anon_sym_RPAREN, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - STATE(448), 1, + STATE(1135), 1, sym__logical_operator, - STATE(476), 1, + STATE(1142), 1, sym__additive_operator, - STATE(477), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(478), 1, + STATE(1157), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3629), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1287), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1944), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1328), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152655,68 +197906,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108660] = 23, - ACTIONS(69), 1, + [150430] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2514), 1, - anon_sym_RPAREN, - STATE(448), 1, + STATE(1135), 1, sym__logical_operator, - STATE(476), 1, + STATE(1142), 1, sym__additive_operator, - STATE(477), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(478), 1, + STATE(1157), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3581), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1288), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1945), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1316), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152727,45 +197959,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108755] = 16, - ACTIONS(69), 1, + [150496] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1173), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, + STATE(1135), 1, sym__logical_operator, - STATE(777), 1, + STATE(1142), 1, sym__additive_operator, - STATE(779), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(781), 1, + STATE(1157), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1289), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1946), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1256), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152776,84 +198012,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1175), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [108836] = 23, - ACTIONS(69), 1, + [150562] = 16, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2516), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + ACTIONS(3298), 1, + anon_sym_COMMA, + ACTIONS(3327), 1, + aux_sym_of_phrase_token2, + STATE(594), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3619), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + STATE(5263), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1290), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1947), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3325), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -152864,31 +198068,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108931] = 9, + [150634] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(2949), 1, sym_identifier, - ACTIONS(2518), 1, - aux_sym_input_expression_token2, - STATE(48), 1, + STATE(30), 1, sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(1291), 2, + STATE(1948), 2, sym_comment, sym_include, - ACTIONS(1373), 38, + ACTIONS(1501), 30, anon_sym_SLASH, anon_sym_STAR, sym__terminator, anon_sym_EQ, - aux_sym_unary_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -152907,152 +198108,155 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [108998] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2520), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3639), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1292), 2, - sym_comment, - sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [109093] = 23, + aux_sym_query_tuning_token6, + [150690] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3317), 1, + ts_builtin_sym_end, + ACTIONS(3329), 1, + aux_sym_else_statement_token1, + STATE(1950), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1949), 2, + sym_comment, + sym_include, + ACTIONS(3319), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [150748] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3332), 1, + ts_builtin_sym_end, + ACTIONS(3336), 1, + aux_sym_else_statement_token1, + STATE(2060), 1, + sym_else_statement, + STATE(1950), 3, + sym_comment, + sym_include, + aux_sym_if_statement_repeat1, + ACTIONS(3334), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [150804] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2522), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3643), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + STATE(7205), 1, + sym_argument_tuning, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1293), 2, + ACTIONS(3339), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1951), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153066,42 +198270,98 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109188] = 16, + [150878] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3341), 1, + aux_sym_else_statement_token1, + STATE(1955), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1952), 2, + sym_comment, + sym_include, + ACTIONS(3310), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [150934] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1149), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(766), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + STATE(6723), 1, + sym_argument_tuning, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1294), 2, + ACTIONS(3053), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1953), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153115,61 +198375,184 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1151), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [109269] = 16, - ACTIONS(69), 1, + [151008] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1153), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3345), 1, + ts_builtin_sym_end, + STATE(1949), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1954), 2, + sym_comment, + sym_include, + ACTIONS(3347), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151064] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3349), 1, + aux_sym_else_statement_token1, + STATE(1971), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1955), 2, + sym_comment, + sym_include, + ACTIONS(3319), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151120] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3345), 1, + ts_builtin_sym_end, + STATE(1949), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1956), 2, + sym_comment, + sym_include, + ACTIONS(3347), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151176] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3141), 1, + sym__namecolon, + STATE(1962), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1295), 2, + STATE(1957), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(93), 30, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -153180,84 +198563,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1155), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [109350] = 23, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [151232] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2524), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3633), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3141), 1, + sym__namecolon, + STATE(1962), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1296), 2, + STATE(1958), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(93), 30, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -153268,65 +198611,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109445] = 23, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [151288] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2526), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3601), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + STATE(6723), 1, + sym_argument_tuning, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1297), 2, + ACTIONS(3053), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1959), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153340,68 +198672,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109540] = 23, - ACTIONS(69), 1, + [151362] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2528), 1, - anon_sym_RPAREN, - STATE(448), 1, + STATE(1135), 1, sym__logical_operator, - STATE(476), 1, + STATE(1142), 1, sym__additive_operator, - STATE(477), 1, + STATE(1151), 1, sym__multiplicative_operator, - STATE(478), 1, + STATE(1157), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3589), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1298), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1960), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3352), 7, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -153412,65 +198725,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109635] = 23, + [151428] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2530), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3580), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + STATE(6917), 1, + sym_argument_tuning, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1299), 2, + ACTIONS(3044), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1961), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153484,68 +198782,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109730] = 23, - ACTIONS(69), 1, + [151502] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2532), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3575), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3354), 1, + sym__namecolon, + ACTIONS(95), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1300), 2, + STATE(1962), 3, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + aux_sym_object_access_repeat1, + ACTIONS(97), 30, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -153556,24 +198825,218 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109825] = 8, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [151556] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, + ACTIONS(3323), 1, + aux_sym_else_statement_token1, + STATE(1934), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1963), 2, + sym_comment, + sym_include, + ACTIONS(3291), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151612] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3357), 1, + aux_sym_else_statement_token1, + STATE(1934), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1964), 2, + sym_comment, + sym_include, + ACTIONS(3310), 31, sym_identifier, - STATE(31), 1, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151668] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1955), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1965), 2, + sym_comment, + sym_include, + ACTIONS(3347), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151722] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1955), 1, + aux_sym_if_statement_repeat1, + STATE(2366), 1, + sym_else_statement, + STATE(1966), 2, + sym_comment, + sym_include, + ACTIONS(3347), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151776] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(1301), 2, + STATE(1967), 2, sym_comment, sym_include, - ACTIONS(1408), 39, + ACTIONS(1501), 30, anon_sym_SLASH, anon_sym_STAR, sym__terminator, @@ -153596,82 +199059,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [109890] = 23, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token2, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + [151832] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2534), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3644), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + STATE(6917), 1, + sym_argument_tuning, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1302), 2, + ACTIONS(3044), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1968), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153685,45 +199124,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109985] = 16, - ACTIONS(69), 1, + [151906] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1145), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + ACTIONS(3307), 1, + ts_builtin_sym_end, + ACTIONS(3360), 1, + aux_sym_else_statement_token1, + STATE(1933), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1969), 2, + sym_comment, + sym_include, + ACTIONS(3310), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [151964] = 16, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3298), 1, + anon_sym_COMMA, + ACTIONS(3365), 1, + aux_sym_of_phrase_token2, + STATE(594), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + STATE(5297), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1303), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1970), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3363), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -153734,81 +199229,146 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1147), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [110066] = 23, - ACTIONS(69), 1, + [152036] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(3367), 1, + aux_sym_else_statement_token1, + STATE(2366), 1, + sym_else_statement, + STATE(1971), 3, + sym_comment, + sym_include, + aux_sym_if_statement_repeat1, + ACTIONS(3334), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2536), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [152090] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3302), 1, + ts_builtin_sym_end, + ACTIONS(3321), 1, + aux_sym_else_statement_token1, + STATE(1933), 1, + aux_sym_if_statement_repeat1, + STATE(2060), 1, + sym_else_statement, + STATE(1972), 2, + sym_comment, + sym_include, + ACTIONS(3291), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [152148] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3605), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + STATE(7205), 1, + sym_argument_tuning, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1304), 2, + ACTIONS(3339), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1973), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153822,42 +199382,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110161] = 16, + [152222] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1181), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(713), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1305), 2, + STATE(1974), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1258), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153871,81 +199436,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1183), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [110242] = 23, + [152291] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2538), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(1019), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3617), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1306), 2, + STATE(1975), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(248), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153959,65 +199489,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110337] = 23, + [152358] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2540), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + ACTIONS(3372), 1, + aux_sym_to_phrase_token1, + STATE(1019), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3592), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1307), 2, + STATE(1976), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(3370), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154031,68 +199544,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110432] = 23, - ACTIONS(69), 1, + [152429] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2542), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3637), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3175), 1, + sym__namecolon, + STATE(1979), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1308), 2, + STATE(1977), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(93), 29, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154103,68 +199588,89 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110527] = 23, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [152484] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2544), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3613), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + ACTIONS(3175), 1, + sym__namecolon, + STATE(1979), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1978), 2, + sym_comment, + sym_include, + ACTIONS(93), 29, anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, anon_sym_GT, - ACTIONS(1072), 2, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [152539] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3374), 1, + sym__namecolon, + ACTIONS(95), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1309), 2, + STATE(1979), 3, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + aux_sym_object_access_repeat1, + ACTIONS(97), 29, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154175,66 +199681,112 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110622] = 23, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [152592] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2546), 1, + ACTIONS(3377), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3379), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3381), 1, + aux_sym_input_expression_token1, + ACTIONS(3389), 1, + aux_sym_variable_definition_token3, + ACTIONS(3391), 1, + aux_sym_variable_definition_token4, + ACTIONS(3393), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3395), 1, + aux_sym_query_definition_token1, + ACTIONS(3399), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(3401), 1, + aux_sym_procedure_parameter_definition_token2, + ACTIONS(3403), 1, + aux_sym_stream_definition_token1, + ACTIONS(3407), 1, + aux_sym_button_definition_token1, + STATE(3957), 1, + sym_access_tuning, + STATE(3986), 1, + sym_scope_tuning, + STATE(4030), 1, + aux_sym_variable_definition_repeat1, + STATE(4256), 1, + aux_sym_buffer_definition_repeat1, + STATE(4262), 1, + sym_serialization_tuning, + STATE(4353), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3405), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(1980), 2, + sym_comment, + sym_include, + ACTIONS(3397), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [152683] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(5238), 1, + sym_type_tuning, + STATE(6917), 1, + sym_argument_tuning, + ACTIONS(3044), 2, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3611), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(1981), 2, + sym_comment, + sym_include, + ACTIONS(73), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1310), 2, - sym_comment, - sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -154247,45 +199799,178 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110717] = 16, + [152744] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2500), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + ACTIONS(3409), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3411), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3413), 1, + aux_sym_input_expression_token1, + ACTIONS(3415), 1, + aux_sym_variable_definition_token3, + ACTIONS(3417), 1, + aux_sym_variable_definition_token4, + ACTIONS(3419), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3421), 1, + aux_sym_query_definition_token1, + ACTIONS(3425), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(3427), 1, + aux_sym_procedure_parameter_definition_token2, + ACTIONS(3429), 1, + aux_sym_stream_definition_token1, + ACTIONS(3433), 1, + aux_sym_button_definition_token1, + STATE(3967), 1, + sym_access_tuning, + STATE(3986), 1, + sym_scope_tuning, + STATE(4047), 1, + aux_sym_variable_definition_repeat1, + STATE(4262), 1, + sym_serialization_tuning, + STATE(4273), 1, + aux_sym_buffer_definition_repeat1, + STATE(4349), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3431), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(1982), 2, + sym_comment, + sym_include, + ACTIONS(3423), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [152835] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3435), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3437), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3439), 1, + aux_sym_input_expression_token1, + ACTIONS(3441), 1, + aux_sym_variable_definition_token3, + ACTIONS(3443), 1, + aux_sym_variable_definition_token4, + ACTIONS(3445), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3447), 1, + aux_sym_query_definition_token1, + ACTIONS(3451), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(3453), 1, + aux_sym_procedure_parameter_definition_token2, + ACTIONS(3455), 1, + aux_sym_stream_definition_token1, + ACTIONS(3459), 1, + aux_sym_button_definition_token1, + STATE(3971), 1, + sym_access_tuning, + STATE(3986), 1, + sym_scope_tuning, + STATE(4052), 1, + aux_sym_variable_definition_repeat1, + STATE(4262), 1, + sym_serialization_tuning, + STATE(4266), 1, + aux_sym_buffer_definition_repeat1, + STATE(4309), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3457), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(1983), 2, + sym_comment, + sym_include, + ACTIONS(3449), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [152926] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(594), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1311), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1984), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1256), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154296,84 +199981,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2498), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [110798] = 23, - ACTIONS(69), 1, + [152991] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2548), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(594), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3594), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1312), 2, + ACTIONS(1262), 2, + sym__or_operator, + sym__and_operator, + STATE(1985), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1260), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154384,68 +200033,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110893] = 23, - ACTIONS(69), 1, + [153056] = 10, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2550), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(594), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3609), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1310), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1313), 2, + STATE(1986), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1308), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154456,45 +200079,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110988] = 16, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [153115] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1169), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(594), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1326), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + STATE(1987), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 23, + sym_identifier, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1314), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154505,84 +200129,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1171), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [111069] = 23, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [153176] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2552), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(594), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3624), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1315), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1988), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1328), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154593,68 +200184,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111164] = 23, - ACTIONS(69), 1, + [153241] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2554), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(594), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3607), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1316), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1989), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1316), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154665,45 +200236,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111259] = 16, - ACTIONS(69), 1, + [153306] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1157), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(594), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1317), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1990), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3352), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154714,84 +200288,152 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1159), 15, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [111340] = 23, - ACTIONS(69), 1, + [153371] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2556), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(594), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3595), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1991), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1312), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, + anon_sym_EQ, anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, anon_sym_GT, - ACTIONS(1072), 2, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [153436] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(594), 1, + sym__comparison_operator, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + STATE(1992), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + aux_sym__multiplicative_operator_token2, + ACTIONS(1320), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [153501] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(594), 1, + sym__comparison_operator, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1318), 2, - sym_comment, - sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(1993), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1348), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -154802,39 +200444,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111435] = 15, + [153566] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(250), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(766), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1319), 2, + STATE(1994), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(248), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154848,83 +200497,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(248), 17, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [111514] = 23, + [153633] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2558), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3636), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1320), 2, + STATE(1995), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1342), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154938,65 +200551,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111609] = 23, + [153702] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2560), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3572), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1321), 2, + STATE(1996), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1346), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155010,65 +200605,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111704] = 23, + [153771] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2562), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3598), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1322), 2, + STATE(1997), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1350), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155082,65 +200659,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111799] = 23, + [153840] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2564), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3578), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1323), 2, + STATE(1998), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1322), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155154,42 +200713,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111894] = 12, + [153909] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(766), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1324), 2, - sym_comment, - sym_include, - ACTIONS(1161), 3, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1163), 32, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1999), 2, + sym_comment, + sym_include, + ACTIONS(1318), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -155202,53 +200767,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [111967] = 10, + [153978] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(766), 1, sym__comparison_operator, - STATE(1325), 2, - sym_comment, - sym_include, - ACTIONS(1185), 5, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1187), 34, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(2000), 2, + sym_comment, + sym_include, + ACTIONS(1330), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -155261,79 +200821,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [112036] = 23, + [154047] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2566), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3573), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1324), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1326), 2, + STATE(2001), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, + ACTIONS(1326), 23, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -155346,66 +200868,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112131] = 23, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [154110] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(2568), 1, - anon_sym_RPAREN, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, + STATE(766), 1, sym__comparison_operator, - STATE(3551), 1, - sym_using, - STATE(3622), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + STATE(2002), 2, + sym_comment, + sym_include, + ACTIONS(1308), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1310), 25, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1327), 2, - sym_comment, - sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -155418,39 +200917,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112226] = 15, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [154169] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1177), 1, - aux_sym_variable_tuning_token2, - STATE(776), 1, - sym__logical_operator, - STATE(777), 1, - sym__additive_operator, - STATE(779), 1, - sym__multiplicative_operator, - STATE(781), 1, + STATE(766), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1328), 2, + STATE(2003), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1262), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155464,80 +200974,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1179), 17, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [112305] = 20, + [154236] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(79), 1, - anon_sym_LPAREN, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(19), 1, - aux_sym_member_access_repeat1, - STATE(27), 1, - sym_function_arguments, - STATE(4621), 1, - sym_type_tuning, - STATE(6345), 1, - sym_argument_tuning, - ACTIONS(2570), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(1329), 2, - sym_comment, - sym_include, - ACTIONS(73), 4, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(67), 19, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(2004), 2, + sym_comment, + sym_include, + ACTIONS(1258), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -155550,64 +201028,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112393] = 20, - ACTIONS(69), 1, + [154305] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(79), 1, - anon_sym_LPAREN, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(19), 1, - aux_sym_member_access_repeat1, - STATE(27), 1, - sym_function_arguments, - STATE(4656), 1, - sym_type_tuning, - STATE(5973), 1, - sym_argument_tuning, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(2576), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1330), 2, + STATE(594), 1, + sym__comparison_operator, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2005), 2, sym_comment, sym_include, - ACTIONS(73), 4, + ACTIONS(1119), 4, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1344), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -155618,33 +201080,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112481] = 8, + [154370] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + STATE(594), 1, + sym__comparison_operator, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1331), 2, + STATE(2006), 2, sym_comment, sym_include, - ACTIONS(1408), 38, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1340), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155659,50 +201132,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [112545] = 9, + [154435] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(2578), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, + STATE(594), 1, + sym__comparison_operator, + STATE(595), 1, + sym__multiplicative_operator, + STATE(596), 1, + sym__additive_operator, + STATE(597), 1, + sym__logical_operator, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - STATE(1332), 2, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2007), 2, sym_comment, sym_include, - ACTIONS(1373), 37, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(250), 6, + sym_identifier, + anon_sym_COMMA, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1121), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155717,477 +201184,201 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [112611] = 15, - ACTIONS(3), 1, + [154500] = 26, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2580), 1, - sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - ACTIONS(2590), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1333), 2, - sym_comment, - sym_include, - STATE(3904), 2, - sym_string_literal, - sym__type, - STATE(3271), 3, - sym_scope_tuning, + ACTIONS(3461), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3463), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3465), 1, + aux_sym_input_expression_token1, + ACTIONS(3467), 1, + aux_sym_variable_definition_token3, + ACTIONS(3469), 1, + aux_sym_variable_definition_token4, + ACTIONS(3471), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3473), 1, + aux_sym_query_definition_token1, + ACTIONS(3477), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(3479), 1, + aux_sym_procedure_parameter_definition_token2, + ACTIONS(3481), 1, + aux_sym_stream_definition_token1, + ACTIONS(3485), 1, + aux_sym_button_definition_token1, + STATE(3947), 1, sym_access_tuning, - sym_serialization_tuning, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2586), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2588), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [112688] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2580), 1, - sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - ACTIONS(2590), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1334), 2, - sym_comment, - sym_include, - STATE(3801), 2, - sym_string_literal, - sym__type, - STATE(3198), 3, + STATE(3986), 1, sym_scope_tuning, - sym_access_tuning, + STATE(4051), 1, + aux_sym_variable_definition_repeat1, + STATE(4257), 1, + aux_sym_buffer_definition_repeat1, + STATE(4262), 1, sym_serialization_tuning, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2586), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2588), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [112765] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2580), 1, - sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - ACTIONS(2590), 2, + STATE(4342), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(3387), 2, aux_sym_serialization_tuning_token1, aux_sym_serialization_tuning_token2, - STATE(1335), 2, - sym_comment, - sym_include, - STATE(3783), 2, - sym_string_literal, - sym__type, - STATE(3208), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2586), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2588), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [112842] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2594), 1, - sym_identifier, - ACTIONS(2598), 1, - aux_sym_class_type_token1, - STATE(1339), 1, - aux_sym_method_definition_repeat1, - STATE(5505), 1, - sym_qualified_name, - STATE(5719), 1, - sym__type, - STATE(1336), 2, + ACTIONS(3483), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(2008), 2, sym_comment, sym_include, - ACTIONS(2604), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - STATE(1933), 3, - sym_scope_tuning, - sym_access_tuning, - sym_method_tuning, - STATE(6226), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2600), 4, + ACTIONS(3475), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3383), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(2602), 5, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - ACTIONS(2596), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [112919] = 15, + [154591] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2580), 1, - sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - ACTIONS(2590), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1337), 2, + ACTIONS(3489), 1, + aux_sym_when_expression_token1, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + STATE(5882), 1, + sym_when_expression, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2009), 2, sym_comment, sym_include, - STATE(3805), 2, - sym_string_literal, - sym__type, - STATE(3241), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2586), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2588), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [112996] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2580), 1, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3487), 4, sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - ACTIONS(2590), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1338), 2, - sym_comment, - sym_include, - STATE(3855), 2, - sym_string_literal, - sym__type, - STATE(3196), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2586), 4, + sym__terminator, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2588), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [113073] = 15, - ACTIONS(3), 1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [154660] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2594), 1, - sym_identifier, - ACTIONS(2598), 1, - aux_sym_class_type_token1, - STATE(1484), 1, - aux_sym_method_definition_repeat1, - STATE(5505), 1, - sym_qualified_name, - STATE(5694), 1, - sym__type, - STATE(1339), 2, - sym_comment, - sym_include, - ACTIONS(2604), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - STATE(1933), 3, - sym_scope_tuning, - sym_access_tuning, - sym_method_tuning, - STATE(6226), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2600), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2602), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(2596), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [113150] = 8, + STATE(5275), 1, + sym_type_tuning, + STATE(6723), 1, + sym_argument_tuning, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(3053), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(2010), 2, + sym_comment, + sym_include, + ACTIONS(73), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(67), 19, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [154721] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(3135), 1, + anon_sym_LBRACK, + ACTIONS(3137), 1, + anon_sym_LPAREN, + STATE(2079), 1, + sym_function_arguments, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(1340), 2, + STATE(2011), 2, sym_comment, sym_include, - ACTIONS(1408), 37, + ACTIONS(73), 28, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_COMMA, anon_sym_EQ, - aux_sym_unary_expression_token2, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -156206,47 +201397,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - [113213] = 7, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [154778] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2606), 1, - sym__namecolon, - STATE(1341), 3, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(2012), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 6, + ACTIONS(1308), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(91), 32, + ACTIONS(1310), 25, sym__or_operator, sym__and_operator, + anon_sym_COLON, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -156259,57 +201446,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [113273] = 16, + [154837] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2611), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(1019), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1342), 2, + STATE(2013), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(2429), 12, + ACTIONS(1258), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156319,55 +201500,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2609), 12, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [113351] = 10, + [154906] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(713), 1, sym__comparison_operator, - STATE(584), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(723), 1, sym__additive_operator, - STATE(586), 1, + STATE(735), 1, sym__logical_operator, - STATE(1343), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 32, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2014), 2, + sym_comment, + sym_include, + ACTIONS(1262), 8, sym__or_operator, sym__and_operator, anon_sym_COLON, - anon_sym_STAR, + sym__terminator, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -156380,65 +201557,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [113417] = 15, + [154973] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(713), 1, sym__comparison_operator, - STATE(584), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(723), 1, sym__additive_operator, - STATE(586), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1344), 2, + STATE(2015), 2, sym_comment, sym_include, - ACTIONS(1147), 13, + ACTIONS(1318), 6, anon_sym_COLON, + sym__terminator, anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156452,37 +201611,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113493] = 14, + [155042] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(1019), 1, sym__comparison_operator, - STATE(584), 1, + STATE(1020), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(1022), 1, sym__additive_operator, - STATE(586), 1, + STATE(1023), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1345), 2, + STATE(2016), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1262), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156496,133 +201664,146 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1179), 15, + [155109] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2017), 2, + sym_comment, + sym_include, + ACTIONS(113), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - anon_sym_COLON, + ACTIONS(115), 30, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [113567] = 15, - ACTIONS(69), 1, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [155160] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(250), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, + ACTIONS(3491), 1, + aux_sym_when_expression_token1, + STATE(1244), 1, sym__logical_operator, - STATE(506), 1, + STATE(1245), 1, sym__additive_operator, - STATE(507), 1, + STATE(1246), 1, sym__multiplicative_operator, - STATE(508), 1, + STATE(1247), 1, sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(5950), 1, + sym_when_expression, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1346), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2018), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(2429), 12, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3487), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(248), 14, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [113643] = 16, + [155229] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1181), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(713), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1347), 2, + STATE(2019), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1183), 12, + ACTIONS(1314), 6, + anon_sym_COLON, sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156632,59 +201813,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113721] = 16, + [155298] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1145), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(713), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1348), 2, + STATE(2020), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1147), 12, + ACTIONS(1322), 6, + anon_sym_COLON, sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156694,57 +201867,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113799] = 15, + [155367] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(713), 1, sym__comparison_operator, - STATE(584), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(723), 1, sym__additive_operator, - STATE(586), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1349), 2, + STATE(2021), 2, sym_comment, sym_include, - ACTIONS(1151), 13, + ACTIONS(1350), 6, anon_sym_COLON, + sym__terminator, anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156758,56 +201925,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113875] = 16, + [155436] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1149), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(713), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1350), 2, + STATE(2022), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1151), 12, + ACTIONS(1346), 6, + anon_sym_COLON, sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156817,59 +201975,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113953] = 16, + [155505] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1157), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(713), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1351), 2, + STATE(2023), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1159), 12, + ACTIONS(1342), 6, + anon_sym_COLON, sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156879,59 +202029,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114031] = 16, + [155574] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1173), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(713), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1352), 2, + STATE(2024), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1175), 12, + ACTIONS(248), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156941,60 +202082,93 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114109] = 16, + [155641] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1169), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(1019), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + STATE(2025), 2, + sym_comment, + sym_include, + ACTIONS(1308), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 25, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + anon_sym_COLON, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1353), 2, - sym_comment, - sym_include, - ACTIONS(1066), 3, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + [155700] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1019), 1, + sym__comparison_operator, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1171), 12, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2026), 2, + sym_comment, + sym_include, + ACTIONS(1326), 23, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -157003,59 +202177,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114187] = 16, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + [155763] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1165), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(1019), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1354), 2, + STATE(2027), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1167), 12, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, + ACTIONS(1330), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157065,45 +202236,106 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114265] = 12, + [155832] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(1019), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(2427), 2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1355), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2028), 2, sym_comment, sym_include, - ACTIONS(1161), 4, + ACTIONS(1318), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [155901] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1019), 1, + sym__comparison_operator, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(1163), 28, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - sym__terminator, - anon_sym_EQ, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(2029), 2, + sym_comment, + sym_include, + ACTIONS(1314), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -157112,54 +202344,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [114335] = 15, + [155970] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(1019), 1, sym__comparison_operator, - STATE(584), 1, + STATE(1020), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(1022), 1, sym__additive_operator, - STATE(586), 1, + STATE(1023), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1356), 2, + STATE(2030), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1322), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157173,54 +202402,102 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2613), 13, + [156039] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1019), 1, + sym__comparison_operator, + STATE(1020), 1, + sym__multiplicative_operator, + STATE(1022), 1, + sym__additive_operator, + STATE(1023), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2031), 2, + sym_comment, + sym_include, + ACTIONS(1350), 6, anon_sym_COLON, - anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [114411] = 10, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156108] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, + STATE(766), 1, sym__comparison_operator, - STATE(1357), 2, - sym_comment, - sym_include, - ACTIONS(1185), 6, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(774), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(1187), 30, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(2032), 2, + sym_comment, + sym_include, + ACTIONS(1314), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -157229,68 +202506,116 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, + [156177] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3493), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3495), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3497), 1, + aux_sym_input_expression_token1, + ACTIONS(3499), 1, + aux_sym_variable_definition_token3, + ACTIONS(3501), 1, + aux_sym_variable_definition_token4, + ACTIONS(3503), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3505), 1, + aux_sym_query_definition_token1, + ACTIONS(3509), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(3511), 1, + aux_sym_procedure_parameter_definition_token2, + ACTIONS(3513), 1, + aux_sym_stream_definition_token1, + ACTIONS(3517), 1, + aux_sym_button_definition_token1, + STATE(3969), 1, + sym_access_tuning, + STATE(3986), 1, + sym_scope_tuning, + STATE(4038), 1, + aux_sym_variable_definition_repeat1, + STATE(4262), 1, + sym_serialization_tuning, + STATE(4274), 1, + aux_sym_buffer_definition_repeat1, + STATE(4297), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3515), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(2033), 2, + sym_comment, + sym_include, + ACTIONS(3507), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [114477] = 15, + [156268] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(1019), 1, sym__comparison_operator, - STATE(584), 1, + STATE(1020), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(1022), 1, sym__additive_operator, - STATE(586), 1, + STATE(1023), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1358), 2, + STATE(2034), 2, sym_comment, sym_include, - ACTIONS(1155), 13, + ACTIONS(1346), 6, anon_sym_COLON, - anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157304,41 +202629,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114553] = 12, + [156337] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(713), 1, sym__comparison_operator, - STATE(584), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(723), 1, sym__additive_operator, - STATE(586), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1359), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2035), 2, sym_comment, sym_include, - ACTIONS(1163), 30, - sym__or_operator, - sym__and_operator, + ACTIONS(1330), 6, anon_sym_COLON, + sym__terminator, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -157351,65 +202683,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [114623] = 15, + [156406] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(1019), 1, sym__comparison_operator, - STATE(584), 1, + STATE(1020), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(1022), 1, sym__additive_operator, - STATE(586), 1, + STATE(1023), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1360), 2, + STATE(2036), 2, sym_comment, sym_include, - ACTIONS(1167), 13, + ACTIONS(1342), 6, anon_sym_COLON, - anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157423,57 +202737,136 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114699] = 15, + [156475] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + STATE(713), 1, sym__comparison_operator, - STATE(584), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(723), 1, sym__additive_operator, - STATE(586), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1324), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2037), 2, + sym_comment, + sym_include, + ACTIONS(1326), 23, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156538] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3141), 1, + sym__namecolon, + STATE(1962), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + STATE(2038), 2, + sym_comment, + sym_include, + ACTIONS(93), 29, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1361), 2, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [156593] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3139), 1, + sym__namedot, + STATE(2340), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(2039), 2, sym_comment, sym_include, - ACTIONS(1171), 13, - anon_sym_COLON, + ACTIONS(119), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -157484,30 +202877,116 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114775] = 8, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [156647] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2040), 2, + sym_comment, + sym_include, + ACTIONS(3519), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [156695] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2041), 2, + sym_comment, + sym_include, + ACTIONS(3521), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [156743] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2488), 1, + ACTIONS(3218), 1, sym__namecolon, - STATE(1341), 1, + STATE(2045), 1, aux_sym_object_access_repeat1, - STATE(1362), 2, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2042), 2, sym_comment, sym_include, - ACTIONS(100), 6, + ACTIONS(93), 28, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(98), 32, - sym__or_operator, - sym__and_operator, + sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_LBRACK, @@ -157516,77 +202995,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [114837] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [156797] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, - sym__comparison_operator, - STATE(584), 1, - sym__multiplicative_operator, - STATE(585), 1, - sym__additive_operator, - STATE(586), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(77), 1, + anon_sym_LBRACK, + ACTIONS(81), 1, + sym__namedot, + ACTIONS(83), 1, + sym__namecolon, + ACTIONS(85), 1, + sym__namedoublecolon, + ACTIONS(3523), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(7), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(22), 1, + sym_function_arguments, + STATE(2043), 2, + sym_comment, + sym_include, + ACTIONS(73), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1363), 2, - sym_comment, - sym_include, - ACTIONS(1159), 13, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -157599,54 +203066,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114913] = 15, + [156865] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(3529), 1, + aux_sym_of_phrase_token2, + STATE(929), 1, sym__comparison_operator, - STATE(584), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(585), 1, + STATE(931), 1, sym__additive_operator, - STATE(586), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(5147), 1, + sym_of_phrase, + STATE(5643), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1364), 2, + STATE(2044), 2, sym_comment, sym_include, - ACTIONS(1175), 13, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157660,30 +203123,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114989] = 8, - ACTIONS(69), 1, + [156941] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2488), 1, + ACTIONS(3531), 1, sym__namecolon, - STATE(1341), 1, - aux_sym_object_access_repeat1, - STATE(1365), 2, + ACTIONS(95), 2, + sym__or_operator, + sym__and_operator, + STATE(2045), 3, sym_comment, sym_include, - ACTIONS(100), 6, + aux_sym_object_access_repeat1, + ACTIONS(97), 28, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(98), 32, - sym__or_operator, - sym__and_operator, + sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_LBRACK, @@ -157692,295 +203150,484 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [115051] = 14, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [156993] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, - sym__comparison_operator, - STATE(584), 1, - sym__multiplicative_operator, - STATE(585), 1, - sym__additive_operator, - STATE(586), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1366), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - ACTIONS(248), 15, - sym__or_operator, - sym__and_operator, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3539), 1, + sym_of, + STATE(3673), 1, + sym__pre_tuning, + STATE(3869), 1, + sym_where_clause, + STATE(3871), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4312), 1, + aux_sym_for_phrase_repeat2, + STATE(4917), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6133), 1, + aux_sym_for_statement_repeat1, + STATE(7128), 1, + sym_body, + STATE(2046), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [115125] = 15, + [157087] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(583), 1, - sym__comparison_operator, - STATE(584), 1, - sym__multiplicative_operator, - STATE(585), 1, - sym__additive_operator, - STATE(586), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1367), 2, - sym_comment, - sym_include, - ACTIONS(1183), 13, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3589), 1, + sym_of, + STATE(3647), 1, + sym__pre_tuning, + STATE(3858), 1, + sym_where_clause, + STATE(3886), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4304), 1, + aux_sym_for_phrase_repeat2, + STATE(4927), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5826), 1, + aux_sym_for_statement_repeat1, + STATE(7111), 1, + sym_body, + STATE(2047), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [115201] = 16, - ACTIONS(69), 1, + [157181] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1153), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1368), 2, + STATE(2048), 2, sym_comment, sym_include, - ACTIONS(1066), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1155), 12, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - ACTIONS(2429), 12, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [115279] = 15, - ACTIONS(69), 1, + ACTIONS(3546), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157229] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1177), 1, - aux_sym_variable_tuning_token2, - STATE(505), 1, - sym__logical_operator, - STATE(506), 1, - sym__additive_operator, - STATE(507), 1, - sym__multiplicative_operator, - STATE(508), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + STATE(2049), 2, + sym_comment, + sym_include, + ACTIONS(3548), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157277] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2050), 2, + sym_comment, + sym_include, + ACTIONS(3550), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157325] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2051), 2, + sym_comment, + sym_include, + ACTIONS(3552), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157373] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2052), 2, + sym_comment, + sym_include, + ACTIONS(3554), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157421] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2053), 2, + sym_comment, + sym_include, + ACTIONS(3556), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157469] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(3558), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(2054), 2, + sym_comment, + sym_include, + ACTIONS(1480), 27, + anon_sym_COLON, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1369), 2, - sym_comment, - sym_include, - ACTIONS(1066), 3, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(2429), 12, - anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1179), 14, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [115355] = 9, + [157525] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2615), 1, + ACTIONS(2880), 1, sym_identifier, - ACTIONS(2617), 1, + ACTIONS(3560), 1, aux_sym_input_expression_token2, - STATE(1509), 1, + STATE(255), 1, sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - STATE(1370), 2, + STATE(2055), 2, sym_comment, sym_include, - ACTIONS(1373), 34, + ACTIONS(1480), 27, + anon_sym_COLON, anon_sym_SLASH, anon_sym_STAR, - sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -158000,122 +203647,96 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [115418] = 6, - ACTIONS(69), 1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + [157581] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1371), 2, + STATE(2056), 2, sym_comment, sym_include, - ACTIONS(111), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(109), 33, + ACTIONS(137), 3, sym__namecolon, sym__or_operator, sym__and_operator, + ACTIONS(139), 29, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [115475] = 20, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [157631] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2619), 1, - sym__terminator, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(3969), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, + ACTIONS(77), 1, + anon_sym_LBRACK, + ACTIONS(81), 1, + sym__namedot, + ACTIONS(83), 1, + sym__namecolon, + ACTIONS(85), 1, + sym__namedoublecolon, + ACTIONS(3562), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(7), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(22), 1, + sym_function_arguments, + STATE(2057), 2, + sym_comment, + sym_include, + ACTIONS(73), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1372), 2, - sym_comment, - sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -158128,123 +203749,269 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [115560] = 20, + [157699] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2627), 1, - sym__terminator, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(3989), 1, - aux_sym_input_stream_statement_repeat1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3618), 1, + sym_of, + STATE(3626), 1, + sym__pre_tuning, + STATE(3807), 1, + sym_where_clause, + STATE(3825), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1373), 2, + aux_sym_for_phrase_repeat2, + STATE(4959), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5901), 1, + aux_sym_for_statement_repeat1, + STATE(7065), 1, + sym_body, + STATE(2058), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [115645] = 20, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [157793] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2629), 1, - sym__terminator, - STATE(668), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3560), 1, + sym_of, + STATE(3712), 1, + sym__pre_tuning, + STATE(3793), 1, + aux_sym_for_phrase_repeat1, + STATE(3802), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4355), 1, + aux_sym_for_phrase_repeat2, + STATE(4974), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5989), 1, + aux_sym_for_statement_repeat1, + STATE(7070), 1, + sym_body, + STATE(2059), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [157887] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + ts_builtin_sym_end, + STATE(2060), 2, + sym_comment, + sym_include, + ACTIONS(3566), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157937] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2061), 2, + sym_comment, + sym_include, + ACTIONS(3568), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [157985] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(3570), 1, + aux_sym_of_phrase_token2, + STATE(929), 1, sym__comparison_operator, - STATE(669), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(670), 1, + STATE(931), 1, sym__additive_operator, - STATE(671), 1, + STATE(932), 1, sym__logical_operator, - STATE(4078), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, + STATE(5198), 1, + sym_of_phrase, + STATE(5626), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1374), 2, + STATE(2062), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -158258,59 +204025,133 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [115730] = 20, + [158061] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2063), 2, + sym_comment, + sym_include, + ACTIONS(3572), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [158109] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2064), 2, + sym_comment, + sym_include, + ACTIONS(3574), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [158157] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2631), 1, - sym__terminator, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(3962), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, + ACTIONS(77), 1, + anon_sym_LBRACK, + ACTIONS(81), 1, + sym__namedot, + ACTIONS(83), 1, + sym__namecolon, + ACTIONS(85), 1, + sym__namedoublecolon, + ACTIONS(3576), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(7), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(22), 1, + sym_function_arguments, + STATE(2065), 2, + sym_comment, + sym_include, + ACTIONS(73), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1375), 2, - sym_comment, - sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -158323,34 +204164,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [115815] = 9, + [158225] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(77), 1, anon_sym_LBRACK, - ACTIONS(2484), 1, + ACTIONS(81), 1, + sym__namedot, + ACTIONS(83), 1, + sym__namecolon, + ACTIONS(85), 1, + sym__namedoublecolon, + ACTIONS(3578), 1, anon_sym_LPAREN, - STATE(1411), 1, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(7), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(22), 1, sym_function_arguments, - STATE(1376), 2, + STATE(2066), 2, sym_comment, sym_include, - ACTIONS(73), 6, + ACTIONS(73), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(67), 30, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, anon_sym_STAR, - sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -158363,72 +204213,140 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, + [158293] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2067), 2, + sym_comment, + sym_include, + ACTIONS(3580), 32, + sym_identifier, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [115878] = 20, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + [158341] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2068), 2, + sym_comment, + sym_include, + ACTIONS(3582), 32, + sym_identifier, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + [158389] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2633), 1, - sym__terminator, - STATE(668), 1, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(3584), 1, + aux_sym_of_phrase_token2, + STATE(929), 1, sym__comparison_operator, - STATE(669), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(670), 1, + STATE(931), 1, sym__additive_operator, - STATE(671), 1, + STATE(932), 1, sym__logical_operator, - STATE(4079), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, + STATE(5088), 1, + sym_of_phrase, + STATE(5655), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1377), 2, + STATE(2069), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -158442,59 +204360,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [115963] = 20, + [158465] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2070), 2, + sym_comment, + sym_include, + ACTIONS(3586), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [158513] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2635), 1, - sym__terminator, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(3950), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, + ACTIONS(77), 1, + anon_sym_LBRACK, + ACTIONS(81), 1, + sym__namedot, + ACTIONS(83), 1, + sym__namecolon, + ACTIONS(85), 1, + sym__namedoublecolon, + ACTIONS(3588), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(7), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(22), 1, + sym_function_arguments, + STATE(2071), 2, + sym_comment, + sym_include, + ACTIONS(73), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(67), 19, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1378), 2, - sym_comment, - sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -158507,126 +204456,319 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [116048] = 20, + [158581] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2637), 1, + ACTIONS(3592), 1, + aux_sym_variable_tuning_token2, + STATE(2072), 2, + sym_comment, + sym_include, + ACTIONS(3590), 31, sym__terminator, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(4030), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_unary_expression_token2, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1379), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [158631] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2073), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [116133] = 20, + ACTIONS(3594), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [158679] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2074), 2, + sym_comment, + sym_include, + ACTIONS(3596), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [158727] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3598), 1, + ts_builtin_sym_end, + STATE(2075), 2, + sym_comment, + sym_include, + ACTIONS(3586), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [158777] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3598), 1, + ts_builtin_sym_end, + STATE(2076), 2, + sym_comment, + sym_include, + ACTIONS(3586), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [158827] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2639), 1, - sym__terminator, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(4065), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3441), 1, + sym_of, + STATE(3710), 1, + sym__pre_tuning, + STATE(3779), 1, + sym_where_clause, + STATE(3836), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4330), 1, + aux_sym_for_phrase_repeat2, + STATE(4926), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5889), 1, + aux_sym_for_statement_repeat1, + STATE(7207), 1, + sym_body, + STATE(2077), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [158921] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2078), 2, + sym_comment, + sym_include, + ACTIONS(129), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(131), 29, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1380), 2, - sym_comment, - sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -158637,61 +204779,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [116218] = 20, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [158971] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2641), 1, - sym__terminator, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(4043), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3600), 1, + aux_sym_function_call_token1, + STATE(2079), 2, + sym_comment, + sym_include, + ACTIONS(148), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(150), 28, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1381), 2, - sym_comment, - sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -158702,2307 +204825,2126 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [116303] = 20, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [159023] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2080), 2, + sym_comment, + sym_include, + ACTIONS(3602), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159071] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2081), 2, + sym_comment, + sym_include, + ACTIONS(3604), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159119] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2082), 2, + sym_comment, + sym_include, + ACTIONS(3606), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159167] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3608), 1, + ts_builtin_sym_end, + STATE(2083), 2, + sym_comment, + sym_include, + ACTIONS(3610), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159217] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2084), 2, + sym_comment, + sym_include, + ACTIONS(3612), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159265] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2085), 2, + sym_comment, + sym_include, + ACTIONS(3614), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159313] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3616), 1, + ts_builtin_sym_end, + STATE(2086), 2, + sym_comment, + sym_include, + ACTIONS(3618), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159363] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3620), 1, + ts_builtin_sym_end, + STATE(2087), 2, + sym_comment, + sym_include, + ACTIONS(3622), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159413] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2643), 1, - sym__terminator, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(3955), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1382), 2, + STATE(2088), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [116388] = 15, + ACTIONS(3624), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159461] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2647), 1, - anon_sym_LPAREN, - ACTIONS(2649), 1, - sym__namedot, - ACTIONS(2651), 1, - sym__namecolon, - ACTIONS(2653), 1, - sym__namedoublecolon, - STATE(1556), 1, - aux_sym_object_access_repeat1, - STATE(1665), 1, - aux_sym_qualified_name_repeat1, - STATE(1733), 1, - sym_function_arguments, - STATE(1956), 1, - aux_sym_member_access_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1383), 2, + STATE(2089), 2, sym_comment, sym_include, - ACTIONS(73), 28, - anon_sym_SLASH, + ACTIONS(3626), 32, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [116463] = 9, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159509] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, - sym_identifier, - ACTIONS(2655), 1, - aux_sym_input_expression_token2, - STATE(223), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1384), 2, + STATE(2090), 2, sym_comment, sym_include, - ACTIONS(1373), 34, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3628), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [116526] = 8, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159557] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2488), 1, - sym__namecolon, - STATE(1341), 1, - aux_sym_object_access_repeat1, - STATE(1385), 2, + ACTIONS(3630), 1, + ts_builtin_sym_end, + STATE(2091), 2, sym_comment, sym_include, - ACTIONS(100), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(98), 31, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [116587] = 15, - ACTIONS(69), 1, + ACTIONS(3632), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159607] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1386), 2, + ACTIONS(3634), 1, + ts_builtin_sym_end, + STATE(2092), 2, sym_comment, sym_include, - ACTIONS(1147), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [116661] = 8, + ACTIONS(3636), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159657] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2657), 1, + STATE(2093), 2, + sym_comment, + sym_include, + ACTIONS(3638), 32, sym_identifier, - STATE(1463), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(1387), 2, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159705] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2094), 2, sym_comment, sym_include, - ACTIONS(1408), 34, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [116721] = 6, - ACTIONS(69), 1, + ACTIONS(3640), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159753] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1388), 2, + STATE(2095), 2, sym_comment, sym_include, - ACTIONS(142), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(140), 32, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - anon_sym_NO_DASHERROR, - [116777] = 6, - ACTIONS(69), 1, + ACTIONS(3642), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159801] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1389), 2, + STATE(2096), 2, sym_comment, sym_include, - ACTIONS(130), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(128), 32, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_function_call_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - [116833] = 6, - ACTIONS(69), 1, + ACTIONS(3644), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159849] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1390), 2, + STATE(2097), 2, sym_comment, sym_include, - ACTIONS(146), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(144), 32, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_function_call_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - [116889] = 6, - ACTIONS(69), 1, + ACTIONS(3646), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159897] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1391), 2, + ACTIONS(3648), 1, + ts_builtin_sym_end, + STATE(2098), 2, sym_comment, sym_include, - ACTIONS(142), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(140), 32, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_function_call_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - [116945] = 15, - ACTIONS(69), 1, + ACTIONS(3650), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159947] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1392), 2, + STATE(2099), 2, sym_comment, sym_include, - ACTIONS(1155), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117019] = 14, - ACTIONS(69), 1, + ACTIONS(3652), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [159995] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1393), 2, + ACTIONS(3654), 1, + ts_builtin_sym_end, + STATE(2100), 2, sym_comment, sym_include, - ACTIONS(1179), 13, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117091] = 10, - ACTIONS(69), 1, + ACTIONS(3656), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160045] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - STATE(1394), 2, + ACTIONS(3658), 1, + ts_builtin_sym_end, + STATE(2101), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - [117155] = 12, - ACTIONS(69), 1, + ACTIONS(3660), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160095] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1395), 2, + STATE(2102), 2, sym_comment, sym_include, - ACTIONS(1163), 28, - sym__or_operator, - sym__and_operator, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - [117223] = 8, + ACTIONS(3662), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2446), 1, - sym_identifier, - STATE(219), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(1396), 2, + ACTIONS(3664), 1, + ts_builtin_sym_end, + STATE(2103), 2, sym_comment, sym_include, - ACTIONS(1408), 34, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3666), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [117283] = 6, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160193] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1397), 2, + STATE(2104), 2, sym_comment, sym_include, - ACTIONS(146), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(144), 32, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - anon_sym_NO_DASHERROR, - [117339] = 15, - ACTIONS(69), 1, + ACTIONS(3668), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160241] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1398), 2, + STATE(2105), 2, sym_comment, sym_include, - ACTIONS(1167), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117413] = 15, - ACTIONS(69), 1, + ACTIONS(3670), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160289] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1399), 2, + STATE(2106), 2, sym_comment, sym_include, - ACTIONS(1171), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117487] = 15, - ACTIONS(69), 1, + ACTIONS(3672), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160337] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1400), 2, + STATE(2107), 2, sym_comment, sym_include, - ACTIONS(1175), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117561] = 15, - ACTIONS(69), 1, + ACTIONS(3674), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160385] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1401), 2, + STATE(2108), 2, sym_comment, sym_include, - ACTIONS(1159), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117635] = 15, - ACTIONS(69), 1, + ACTIONS(3676), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160433] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, + STATE(2109), 2, sym_comment, sym_include, - ACTIONS(1151), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117709] = 15, - ACTIONS(69), 1, + ACTIONS(3678), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160481] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1403), 2, + STATE(2110), 2, sym_comment, sym_include, - ACTIONS(1183), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117783] = 6, - ACTIONS(69), 1, + ACTIONS(3680), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160529] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1404), 2, + STATE(2111), 2, sym_comment, sym_include, - ACTIONS(130), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(128), 32, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - anon_sym_NO_DASHERROR, - [117839] = 8, - ACTIONS(69), 1, + ACTIONS(3682), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160577] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2488), 1, - sym__namecolon, - STATE(1362), 1, - aux_sym_object_access_repeat1, - STATE(1405), 2, + ACTIONS(3684), 1, + ts_builtin_sym_end, + STATE(2112), 2, sym_comment, sym_include, - ACTIONS(73), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(67), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [117899] = 7, + ACTIONS(3686), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160627] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(113), 1, - sym__escaped_string, - ACTIONS(749), 1, - sym__namedot, - STATE(1412), 1, - aux_sym_qualified_name_repeat1, - STATE(1406), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3688), 1, + ts_builtin_sym_end, + STATE(2113), 2, sym_comment, sym_include, - ACTIONS(115), 36, - anon_sym_LBRACE, + ACTIONS(3690), 31, sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_can_find_expression_token1, - aux_sym_of_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [117957] = 7, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160677] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2659), 1, - sym__namedot, - STATE(1407), 3, + STATE(2114), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(102), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [118015] = 8, - ACTIONS(69), 1, + ACTIONS(3692), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160725] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2490), 1, - sym__namedoublecolon, - STATE(1432), 1, - aux_sym_member_access_repeat1, - STATE(1408), 2, + STATE(2115), 2, sym_comment, sym_include, - ACTIONS(138), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(136), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [118075] = 16, - ACTIONS(69), 1, + ACTIONS(3694), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160773] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2664), 1, - aux_sym_input_stream_tuning_token11, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1409), 2, + ACTIONS(3696), 1, + ts_builtin_sym_end, + STATE(2116), 2, sym_comment, sym_include, - ACTIONS(2662), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [118151] = 14, - ACTIONS(69), 1, + ACTIONS(3698), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160823] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(576), 1, - sym__logical_operator, - STATE(577), 1, - sym__additive_operator, - STATE(578), 1, - sym__multiplicative_operator, - STATE(579), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1410), 2, + STATE(2117), 2, sym_comment, sym_include, - ACTIONS(248), 13, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [118223] = 7, - ACTIONS(69), 1, + ACTIONS(3700), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160871] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2666), 1, - aux_sym_function_call_token1, - STATE(1411), 2, + STATE(2118), 2, sym_comment, sym_include, - ACTIONS(168), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(166), 31, + ACTIONS(121), 3, sym__namecolon, sym__or_operator, sym__and_operator, + ACTIONS(123), 29, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [118281] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [160921] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(102), 1, - sym__escaped_string, - ACTIONS(2668), 1, - sym__namedot, - STATE(1412), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2119), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 36, - anon_sym_LBRACE, + ACTIONS(3702), 32, sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_can_find_expression_token1, - aux_sym_of_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [118337] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2486), 1, - sym__namedot, - STATE(1407), 1, - aux_sym_qualified_name_repeat1, - STATE(1413), 2, - sym_comment, - sym_include, - ACTIONS(115), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(113), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [118397] = 8, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [160969] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2484), 1, - anon_sym_LPAREN, - STATE(1411), 1, - sym_function_arguments, - STATE(1414), 2, + STATE(2120), 2, sym_comment, sym_include, - ACTIONS(89), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(87), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [118457] = 7, - ACTIONS(69), 1, + ACTIONS(3704), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161017] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2671), 1, - anon_sym_NO_DASHERROR, - STATE(1415), 2, + ACTIONS(3706), 1, + ts_builtin_sym_end, + STATE(2121), 2, sym_comment, sym_include, - ACTIONS(400), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(398), 33, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3708), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [118515] = 14, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161067] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2647), 1, - anon_sym_LPAREN, - ACTIONS(2649), 1, - sym__namedot, - ACTIONS(2651), 1, - sym__namecolon, - ACTIONS(2653), 1, - sym__namedoublecolon, - STATE(1556), 1, - aux_sym_object_access_repeat1, - STATE(1665), 1, - aux_sym_qualified_name_repeat1, - STATE(1733), 1, - sym_function_arguments, - STATE(1956), 1, - aux_sym_member_access_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1416), 2, + ACTIONS(3710), 1, + ts_builtin_sym_end, + STATE(2122), 2, sym_comment, sym_include, - ACTIONS(89), 28, - anon_sym_SLASH, + ACTIONS(3712), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [118587] = 15, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161117] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1417), 2, + ACTIONS(3714), 1, + ts_builtin_sym_end, + STATE(2123), 2, sym_comment, sym_include, - ACTIONS(2613), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3716), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [118661] = 8, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161167] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2486), 1, - sym__namedot, - STATE(1413), 1, - aux_sym_qualified_name_repeat1, - STATE(1418), 2, + ACTIONS(3718), 1, + ts_builtin_sym_end, + STATE(2124), 2, sym_comment, sym_include, - ACTIONS(134), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(132), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [118721] = 7, - ACTIONS(69), 1, + ACTIONS(3720), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161217] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2673), 1, - anon_sym_NO_DASHERROR, - STATE(1419), 2, + STATE(2125), 2, sym_comment, sym_include, - ACTIONS(400), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(398), 31, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [118779] = 14, - ACTIONS(69), 1, + ACTIONS(3722), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161265] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1420), 2, + STATE(2126), 2, sym_comment, sym_include, - ACTIONS(248), 13, - sym__or_operator, - sym__and_operator, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3724), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [118851] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161313] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1421), 2, + ACTIONS(3726), 1, + ts_builtin_sym_end, + STATE(2127), 2, sym_comment, sym_include, - ACTIONS(1183), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3728), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [118925] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161363] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3169), 1, + anon_sym_LBRACK, + ACTIONS(3171), 1, + anon_sym_LPAREN, + STATE(2586), 1, + sym_function_arguments, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1422), 2, + STATE(2128), 2, sym_comment, sym_include, - ACTIONS(1147), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [118999] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + ACTIONS(73), 27, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1423), 2, - sym_comment, - sym_include, - ACTIONS(1151), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -161013,173 +206955,127 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119073] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [161419] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1424), 2, + STATE(2129), 2, sym_comment, sym_include, - ACTIONS(1159), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3730), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [119147] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161467] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1425), 2, + STATE(2130), 2, sym_comment, sym_include, - ACTIONS(1175), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3732), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [119221] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161515] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3141), 1, + sym__namecolon, + STATE(1958), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1426), 2, + STATE(2131), 2, sym_comment, sym_include, - ACTIONS(1171), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, + ACTIONS(73), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -161190,1204 +207086,1100 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119295] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [161569] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1427), 2, + STATE(2132), 2, sym_comment, sym_include, - ACTIONS(1167), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3720), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [119369] = 12, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161617] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1428), 2, + STATE(2133), 2, sym_comment, sym_include, - ACTIONS(1163), 28, - sym__or_operator, - sym__and_operator, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3734), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - [119437] = 10, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161665] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - STATE(1429), 2, + STATE(2134), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3736), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - [119501] = 14, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161713] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1430), 2, + STATE(2135), 2, sym_comment, sym_include, - ACTIONS(1179), 13, - sym__or_operator, - sym__and_operator, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3738), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [119573] = 8, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161761] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2488), 1, - sym__namecolon, - STATE(1362), 1, - aux_sym_object_access_repeat1, - STATE(1431), 2, + STATE(2136), 2, sym_comment, sym_include, - ACTIONS(89), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(87), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, + ACTIONS(3740), 32, + sym_identifier, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [119633] = 7, - ACTIONS(69), 1, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + [161809] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2675), 1, - sym__namedoublecolon, - STATE(1432), 3, + STATE(2137), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(117), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, + ACTIONS(3742), 32, + sym_identifier, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [119691] = 8, - ACTIONS(69), 1, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + [161857] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2486), 1, - sym__namedot, - STATE(1413), 1, - aux_sym_qualified_name_repeat1, - STATE(1433), 2, + ACTIONS(3744), 1, + ts_builtin_sym_end, + STATE(2138), 2, sym_comment, sym_include, - ACTIONS(126), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(124), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [119751] = 15, - ACTIONS(69), 1, + ACTIONS(3746), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161907] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(448), 1, - sym__logical_operator, - STATE(476), 1, - sym__additive_operator, - STATE(477), 1, - sym__multiplicative_operator, - STATE(478), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1434), 2, + ACTIONS(3748), 1, + ts_builtin_sym_end, + STATE(2139), 2, sym_comment, sym_include, - ACTIONS(1155), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(3750), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [119825] = 15, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [161957] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3752), 1, + ts_builtin_sym_end, + STATE(2140), 2, + sym_comment, + sym_include, + ACTIONS(3754), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162007] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2141), 2, + sym_comment, + sym_include, + ACTIONS(3756), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162055] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2142), 2, + sym_comment, + sym_include, + ACTIONS(3758), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162103] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2678), 1, - anon_sym_LBRACK, - ACTIONS(2680), 1, - anon_sym_LPAREN, - ACTIONS(2682), 1, - sym__namedot, - ACTIONS(2684), 1, - sym__namecolon, - ACTIONS(2686), 1, - sym__namedoublecolon, - STATE(1587), 1, - aux_sym_object_access_repeat1, - STATE(2423), 1, - aux_sym_member_access_repeat1, - STATE(2544), 1, - sym_function_arguments, - STATE(2643), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1435), 2, + STATE(2143), 2, sym_comment, sym_include, - ACTIONS(73), 27, - anon_sym_SLASH, + ACTIONS(3760), 32, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [119899] = 12, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162151] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1436), 2, + ACTIONS(3762), 1, + ts_builtin_sym_end, + STATE(2144), 2, sym_comment, sym_include, - ACTIONS(1163), 27, - sym__or_operator, - sym__and_operator, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - [119966] = 6, - ACTIONS(69), 1, + ACTIONS(3764), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162201] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1437), 2, + ACTIONS(3766), 1, + ts_builtin_sym_end, + STATE(2145), 2, sym_comment, sym_include, - ACTIONS(154), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(152), 31, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [120021] = 15, - ACTIONS(69), 1, + ACTIONS(3768), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162251] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1438), 2, + STATE(2146), 2, sym_comment, sym_include, - ACTIONS(2688), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120094] = 7, - ACTIONS(69), 1, + ACTIONS(3770), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162299] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2690), 1, - anon_sym_NO_DASHERROR, - STATE(1439), 2, + STATE(2147), 2, sym_comment, sym_include, - ACTIONS(400), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(398), 32, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3772), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - [120151] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162347] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1440), 2, + ACTIONS(3774), 1, + ts_builtin_sym_end, + STATE(2148), 2, sym_comment, sym_include, - ACTIONS(2662), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120224] = 9, + ACTIONS(3776), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162397] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(2692), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1441), 2, + STATE(2149), 2, sym_comment, sym_include, - ACTIONS(1373), 32, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3778), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - [120285] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162445] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1442), 2, + STATE(2150), 2, sym_comment, sym_include, - ACTIONS(1175), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120358] = 6, - ACTIONS(69), 1, + ACTIONS(3780), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162493] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1443), 2, + STATE(2151), 2, sym_comment, sym_include, - ACTIONS(104), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(102), 31, - sym__namedot, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [120413] = 5, + ACTIONS(3782), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162541] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(102), 2, - sym__namedot, - sym__escaped_string, - STATE(1444), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2152), 2, sym_comment, sym_include, - ACTIONS(104), 36, - anon_sym_LBRACE, + ACTIONS(3784), 32, sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_can_find_expression_token1, - aux_sym_of_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [120466] = 14, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162589] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1445), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3436), 1, + sym_of, + STATE(3744), 1, + sym__pre_tuning, + STATE(3872), 1, + sym_where_clause, + STATE(3874), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4320), 1, + aux_sym_for_phrase_repeat2, + STATE(4900), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6093), 1, + aux_sym_for_statement_repeat1, + STATE(6797), 1, + sym_body, + STATE(2153), 2, sym_comment, sym_include, - ACTIONS(248), 12, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120537] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [162683] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1446), 2, + STATE(2154), 2, sym_comment, sym_include, - ACTIONS(1183), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120610] = 15, - ACTIONS(69), 1, + ACTIONS(3786), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162731] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1447), 2, + STATE(2155), 2, sym_comment, sym_include, - ACTIONS(1147), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120683] = 15, - ACTIONS(69), 1, + ACTIONS(3788), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162779] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + STATE(2156), 2, + sym_comment, + sym_include, + ACTIONS(129), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(131), 29, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1448), 2, - sym_comment, - sym_include, - ACTIONS(1151), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -162398,54 +208190,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [120756] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [162829] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3141), 1, + sym__namecolon, + STATE(1958), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1449), 2, + STATE(2157), 2, sym_comment, sym_include, - ACTIONS(1159), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, + ACTIONS(89), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -162456,44 +208237,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [120829] = 15, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [162883] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2694), 1, - anon_sym_LBRACK, - ACTIONS(2696), 1, + ACTIONS(3137), 1, anon_sym_LPAREN, - ACTIONS(2698), 1, - sym__namedot, - ACTIONS(2700), 1, - sym__namecolon, - ACTIONS(2702), 1, - sym__namedoublecolon, - STATE(1663), 1, - aux_sym_object_access_repeat1, - STATE(2668), 1, + STATE(2079), 1, sym_function_arguments, - STATE(2695), 1, - aux_sym_member_access_repeat1, - STATE(2747), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(67), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(1450), 2, + STATE(2158), 2, sym_comment, sym_include, - ACTIONS(73), 26, + ACTIONS(89), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - sym__terminator, anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -162512,374 +208283,286 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [120902] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [162937] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1451), 2, + STATE(2159), 2, sym_comment, sym_include, - ACTIONS(1171), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120975] = 15, - ACTIONS(69), 1, + ACTIONS(3790), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [162985] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1452), 2, + STATE(2160), 2, sym_comment, sym_include, - ACTIONS(1167), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [121048] = 10, - ACTIONS(69), 1, + ACTIONS(3792), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163033] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - STATE(1453), 2, + STATE(2161), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 29, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - [121111] = 14, - ACTIONS(69), 1, + ACTIONS(3794), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163081] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1454), 2, + STATE(2162), 2, sym_comment, sym_include, - ACTIONS(1179), 12, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [121182] = 15, - ACTIONS(69), 1, + ACTIONS(3796), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163129] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1455), 2, + STATE(2163), 2, sym_comment, sym_include, - ACTIONS(1155), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [121255] = 9, + ACTIONS(3798), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163177] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(2704), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1456), 2, + STATE(2164), 2, sym_comment, sym_include, - ACTIONS(1373), 32, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - [121316] = 14, + ACTIONS(3800), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163225] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2680), 1, - anon_sym_LPAREN, - ACTIONS(2682), 1, + ACTIONS(3139), 1, sym__namedot, - ACTIONS(2684), 1, - sym__namecolon, - ACTIONS(2686), 1, - sym__namedoublecolon, - STATE(1587), 1, - aux_sym_object_access_repeat1, - STATE(2423), 1, - aux_sym_member_access_repeat1, - STATE(2544), 1, - sym_function_arguments, - STATE(2643), 1, + STATE(2340), 1, aux_sym_qualified_name_repeat1, - ACTIONS(87), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(1457), 2, + STATE(2165), 2, sym_comment, sym_include, - ACTIONS(89), 27, + ACTIONS(135), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -162904,1972 +208587,1751 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [121387] = 15, - ACTIONS(69), 1, + [163279] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(668), 1, - sym__comparison_operator, - STATE(669), 1, - sym__multiplicative_operator, - STATE(670), 1, - sym__additive_operator, - STATE(671), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1458), 2, + STATE(2166), 2, sym_comment, sym_include, - ACTIONS(2706), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [121460] = 7, - ACTIONS(69), 1, + ACTIONS(3802), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163327] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2708), 1, - sym__namedot, - STATE(1459), 2, + STATE(2167), 2, sym_comment, sym_include, - ACTIONS(162), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(160), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [121517] = 6, - ACTIONS(69), 1, + ACTIONS(3804), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163375] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1460), 2, + ACTIONS(3806), 1, + ts_builtin_sym_end, + STATE(2168), 2, sym_comment, sym_include, - ACTIONS(158), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(156), 31, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [121572] = 15, + ACTIONS(3808), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163425] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2710), 1, - anon_sym_LBRACK, - ACTIONS(2712), 1, - anon_sym_LPAREN, - ACTIONS(2714), 1, - sym__namedot, - ACTIONS(2716), 1, - sym__namecolon, - ACTIONS(2718), 1, - sym__namedoublecolon, - STATE(1690), 1, - aux_sym_object_access_repeat1, - STATE(2666), 1, - aux_sym_qualified_name_repeat1, - STATE(2670), 1, - aux_sym_member_access_repeat1, - STATE(2729), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1461), 2, + STATE(2169), 2, sym_comment, sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, + ACTIONS(3810), 32, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [121645] = 6, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163473] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3812), 1, + ts_builtin_sym_end, + STATE(2170), 2, + sym_comment, + sym_include, + ACTIONS(3814), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163523] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3816), 1, + ts_builtin_sym_end, + STATE(2171), 2, + sym_comment, + sym_include, + ACTIONS(3818), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163573] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1462), 2, + ACTIONS(3820), 1, + ts_builtin_sym_end, + STATE(2172), 2, sym_comment, sym_include, - ACTIONS(150), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(148), 31, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [121700] = 6, - ACTIONS(69), 1, + ACTIONS(3822), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163623] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1463), 2, + STATE(2173), 2, sym_comment, sym_include, - ACTIONS(126), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(124), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [121754] = 12, - ACTIONS(69), 1, + ACTIONS(3824), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163671] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1464), 2, + STATE(2174), 2, sym_comment, sym_include, - ACTIONS(1163), 26, - sym__or_operator, - sym__and_operator, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3826), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - [121820] = 6, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163719] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1465), 2, + STATE(2175), 2, sym_comment, sym_include, - ACTIONS(182), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(180), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [121874] = 6, - ACTIONS(69), 1, + ACTIONS(3828), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163767] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1466), 2, + ACTIONS(3830), 1, + ts_builtin_sym_end, + STATE(2176), 2, sym_comment, sym_include, - ACTIONS(186), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(184), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [121928] = 6, - ACTIONS(69), 1, + ACTIONS(3832), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163817] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1467), 2, + ACTIONS(3834), 1, + ts_builtin_sym_end, + STATE(2177), 2, sym_comment, sym_include, - ACTIONS(194), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(192), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [121982] = 15, + ACTIONS(3810), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163867] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2720), 1, - anon_sym_LBRACK, - ACTIONS(2722), 1, - anon_sym_LPAREN, - ACTIONS(2724), 1, - sym__namedot, - ACTIONS(2726), 1, - sym__namecolon, - ACTIONS(2728), 1, - sym__namedoublecolon, - STATE(2422), 1, - aux_sym_object_access_repeat1, - STATE(2840), 1, - aux_sym_qualified_name_repeat1, - STATE(2862), 1, - sym_function_arguments, - STATE(2930), 1, - aux_sym_member_access_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1468), 2, + ACTIONS(3836), 1, + ts_builtin_sym_end, + STATE(2178), 2, sym_comment, sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, + ACTIONS(3838), 31, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - [122054] = 6, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163917] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1469), 2, + ACTIONS(3840), 1, + ts_builtin_sym_end, + STATE(2179), 2, sym_comment, sym_include, - ACTIONS(198), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(196), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122108] = 14, + ACTIONS(3842), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [163967] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2730), 1, - anon_sym_LBRACK, - ACTIONS(2732), 1, - anon_sym_LPAREN, - ACTIONS(2734), 1, - sym__namedot, - ACTIONS(2736), 1, - sym__namecolon, - ACTIONS(2738), 1, - sym__namedoublecolon, - STATE(2170), 1, - aux_sym_object_access_repeat1, - STATE(2785), 1, - aux_sym_qualified_name_repeat1, - STATE(2793), 1, - sym_function_arguments, - STATE(2797), 1, - aux_sym_member_access_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1470), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2180), 2, sym_comment, sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3844), 32, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [122178] = 6, - ACTIONS(69), 1, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164015] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1471), 2, + ACTIONS(3846), 1, + ts_builtin_sym_end, + STATE(2181), 2, sym_comment, sym_include, - ACTIONS(202), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(200), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122232] = 6, - ACTIONS(69), 1, + ACTIONS(3848), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164065] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1472), 2, + ACTIONS(3850), 1, + ts_builtin_sym_end, + STATE(2182), 2, sym_comment, sym_include, - ACTIONS(206), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(204), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122286] = 6, - ACTIONS(69), 1, + ACTIONS(3852), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164115] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1473), 2, + ACTIONS(3854), 1, + ts_builtin_sym_end, + STATE(2183), 2, sym_comment, sym_include, - ACTIONS(210), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(208), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122340] = 6, - ACTIONS(69), 1, + ACTIONS(3856), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164165] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1474), 2, + ACTIONS(3858), 1, + ts_builtin_sym_end, + STATE(2184), 2, sym_comment, sym_include, - ACTIONS(214), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(212), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122394] = 6, - ACTIONS(69), 1, + ACTIONS(3860), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164215] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1475), 2, + ACTIONS(3862), 1, + ts_builtin_sym_end, + STATE(2185), 2, sym_comment, sym_include, - ACTIONS(218), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(216), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122448] = 14, + ACTIONS(3864), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164265] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2696), 1, - anon_sym_LPAREN, - ACTIONS(2698), 1, - sym__namedot, - ACTIONS(2700), 1, - sym__namecolon, - ACTIONS(2702), 1, - sym__namedoublecolon, - STATE(1663), 1, - aux_sym_object_access_repeat1, - STATE(2668), 1, - sym_function_arguments, - STATE(2695), 1, - aux_sym_member_access_repeat1, - STATE(2747), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1476), 2, + ACTIONS(3866), 1, + ts_builtin_sym_end, + STATE(2186), 2, sym_comment, sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, + ACTIONS(3868), 31, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - [122518] = 14, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164315] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1477), 2, + ACTIONS(3870), 1, + ts_builtin_sym_end, + STATE(2187), 2, sym_comment, sym_include, - ACTIONS(248), 11, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3872), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [122588] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164365] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1478), 2, + STATE(2188), 2, sym_comment, sym_include, - ACTIONS(1183), 9, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3874), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [122660] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164413] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1479), 2, + STATE(2189), 2, sym_comment, sym_include, - ACTIONS(1147), 9, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3876), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [122732] = 14, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164461] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(79), 1, - anon_sym_LPAREN, - STATE(27), 1, - sym_function_arguments, - STATE(4656), 1, - sym_type_tuning, - STATE(5973), 1, - sym_argument_tuning, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(2576), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1480), 2, + ACTIONS(3878), 1, + ts_builtin_sym_end, + STATE(2190), 2, sym_comment, sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [122802] = 6, - ACTIONS(69), 1, + ACTIONS(3880), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164511] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1481), 2, + ACTIONS(3882), 1, + ts_builtin_sym_end, + STATE(2191), 2, sym_comment, sym_include, - ACTIONS(230), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(228), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122856] = 15, - ACTIONS(69), 1, + ACTIONS(3884), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164561] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1482), 2, + ACTIONS(3886), 1, + ts_builtin_sym_end, + STATE(2192), 2, sym_comment, sym_include, - ACTIONS(1151), 9, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3888), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [122928] = 6, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164611] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1483), 2, + STATE(2193), 2, sym_comment, sym_include, - ACTIONS(246), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(244), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [122982] = 9, + ACTIONS(3890), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164659] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2748), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - STATE(1484), 3, + ACTIONS(3892), 1, + ts_builtin_sym_end, + STATE(2194), 2, sym_comment, sym_include, - aux_sym_method_definition_repeat1, - STATE(1933), 3, - sym_scope_tuning, - sym_access_tuning, - sym_method_tuning, - ACTIONS(2742), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2745), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(2740), 20, + ACTIONS(3894), 31, sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, + aux_sym_input_expression_token1, aux_sym_class_type_token1, - [123042] = 9, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164709] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(2751), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1485), 2, + STATE(2195), 2, sym_comment, sym_include, - ACTIONS(1373), 31, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - [123102] = 6, - ACTIONS(69), 1, + ACTIONS(3832), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164757] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1486), 2, + ACTIONS(3896), 1, + ts_builtin_sym_end, + STATE(2196), 2, sym_comment, sym_include, - ACTIONS(238), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(236), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [123156] = 6, - ACTIONS(69), 1, + ACTIONS(3898), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164807] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1487), 2, + ACTIONS(3900), 1, + ts_builtin_sym_end, + STATE(2197), 2, sym_comment, sym_include, - ACTIONS(162), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(160), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [123210] = 15, - ACTIONS(69), 1, + ACTIONS(3902), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164857] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1488), 2, + STATE(2198), 2, sym_comment, sym_include, - ACTIONS(1159), 9, - sym__terminator, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [123282] = 15, - ACTIONS(69), 1, + ACTIONS(3822), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164905] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1489), 2, + ACTIONS(3904), 1, + ts_builtin_sym_end, + STATE(2199), 2, sym_comment, sym_include, - ACTIONS(1175), 9, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3521), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [123354] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [164955] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1490), 2, + STATE(2200), 2, sym_comment, sym_include, - ACTIONS(1171), 9, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3818), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [123426] = 6, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165003] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1491), 2, + STATE(2201), 2, sym_comment, sym_include, - ACTIONS(242), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(240), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [123480] = 15, - ACTIONS(69), 1, + ACTIONS(3814), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165051] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1492), 2, + STATE(2202), 2, sym_comment, sym_include, - ACTIONS(2613), 9, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3906), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [123552] = 6, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165099] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1493), 2, + STATE(2203), 2, sym_comment, sym_include, - ACTIONS(73), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(67), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [123606] = 6, - ACTIONS(69), 1, + ACTIONS(3908), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165147] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1494), 2, + STATE(2204), 2, sym_comment, sym_include, - ACTIONS(234), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(232), 30, + ACTIONS(121), 3, + sym__namecolon, sym__or_operator, sym__and_operator, + ACTIONS(123), 29, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [123660] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [165197] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, + STATE(1244), 1, sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1495), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2205), 2, sym_comment, sym_include, - ACTIONS(1167), 9, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1256), 5, + sym_identifier, sym__terminator, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -164880,609 +210342,527 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [123732] = 6, - ACTIONS(69), 1, + [165261] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1496), 2, + STATE(2206), 2, sym_comment, sym_include, - ACTIONS(222), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(220), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [123786] = 15, + ACTIONS(3910), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165309] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2753), 1, - anon_sym_LBRACK, - ACTIONS(2755), 1, - anon_sym_LPAREN, - ACTIONS(2757), 1, - sym__namedot, - ACTIONS(2759), 1, - sym__namecolon, - ACTIONS(2761), 1, - sym__namedoublecolon, - STATE(2343), 1, - aux_sym_object_access_repeat1, - STATE(2858), 1, - aux_sym_member_access_repeat1, - STATE(2864), 1, - aux_sym_qualified_name_repeat1, - STATE(2923), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1497), 2, + STATE(2207), 2, sym_comment, sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, + ACTIONS(3912), 32, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [123858] = 6, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165357] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1498), 2, + STATE(2208), 2, sym_comment, sym_include, - ACTIONS(178), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(176), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [123912] = 10, - ACTIONS(69), 1, + ACTIONS(3914), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165405] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - STATE(1499), 2, + ACTIONS(3916), 1, + ts_builtin_sym_end, + STATE(2209), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 28, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3918), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - [123974] = 14, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165455] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1500), 2, + STATE(2210), 2, sym_comment, sym_include, - ACTIONS(1179), 11, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3920), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124044] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165503] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(451), 1, - sym__comparison_operator, - STATE(456), 1, - sym__multiplicative_operator, - STATE(458), 1, - sym__additive_operator, - STATE(459), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1501), 2, + STATE(2211), 2, sym_comment, sym_include, - ACTIONS(1155), 9, - sym__terminator, - aux_sym_function_call_token1, + ACTIONS(3922), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124116] = 6, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165551] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1502), 2, + ACTIONS(3924), 1, + ts_builtin_sym_end, + STATE(2212), 2, sym_comment, sym_include, - ACTIONS(226), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(224), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [124170] = 6, - ACTIONS(69), 1, + ACTIONS(3926), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165601] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1503), 2, + STATE(2213), 2, sym_comment, sym_include, - ACTIONS(254), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(252), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [124224] = 6, - ACTIONS(69), 1, + ACTIONS(3928), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165649] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1504), 2, + ACTIONS(3930), 1, + ts_builtin_sym_end, + STATE(2214), 2, sym_comment, sym_include, - ACTIONS(89), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(87), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [124278] = 6, - ACTIONS(69), 1, + ACTIONS(3932), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165699] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1505), 2, + ACTIONS(3934), 1, + ts_builtin_sym_end, + STATE(2215), 2, sym_comment, sym_include, - ACTIONS(250), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(248), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [124332] = 6, - ACTIONS(69), 1, + ACTIONS(3936), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165749] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1506), 2, + STATE(2216), 2, sym_comment, sym_include, - ACTIONS(174), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(172), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [124386] = 16, + ACTIONS(3808), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165797] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2765), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(3938), 1, + aux_sym_of_phrase_token2, + STATE(929), 1, sym__comparison_operator, - ACTIONS(1064), 2, + STATE(930), 1, + sym__multiplicative_operator, + STATE(931), 1, + sym__additive_operator, + STATE(932), 1, + sym__logical_operator, + STATE(5117), 1, + sym_of_phrase, + STATE(5616), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1507), 2, + STATE(2217), 2, sym_comment, sym_include, - ACTIONS(2763), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -165496,767 +210876,539 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [124460] = 8, + [165873] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(1508), 2, + ACTIONS(3940), 1, + ts_builtin_sym_end, + STATE(2218), 2, sym_comment, sym_include, - ACTIONS(1408), 32, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3942), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - [124518] = 6, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [165923] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1509), 2, + ACTIONS(3944), 1, + sym__namecolon, + ACTIONS(95), 2, + sym__or_operator, + sym__and_operator, + STATE(2219), 3, sym_comment, sym_include, - ACTIONS(134), 6, + aux_sym_object_access_repeat1, + ACTIONS(97), 28, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(132), 30, - sym__or_operator, - sym__and_operator, + sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [124572] = 14, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [165975] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(79), 1, - anon_sym_LPAREN, - STATE(27), 1, - sym_function_arguments, - STATE(4621), 1, - sym_type_tuning, - STATE(6345), 1, - sym_argument_tuning, - ACTIONS(2570), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(1510), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3432), 1, + sym_of, + STATE(3697), 1, + sym__pre_tuning, + STATE(3857), 1, + aux_sym_for_phrase_repeat1, + STATE(3859), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4319), 1, + aux_sym_for_phrase_repeat2, + STATE(4956), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6202), 1, + aux_sym_for_statement_repeat1, + STATE(7250), 1, + sym_body, + STATE(2220), 2, sym_comment, sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124642] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [166069] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(250), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1511), 2, + ACTIONS(3947), 1, + ts_builtin_sym_end, + STATE(2221), 2, sym_comment, sym_include, - ACTIONS(248), 10, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124714] = 8, + ACTIONS(3949), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166119] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(1512), 2, + ACTIONS(3951), 1, + ts_builtin_sym_end, + STATE(2222), 2, sym_comment, sym_include, - ACTIONS(1408), 32, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_input_stream_tuning_token11, - [124772] = 16, - ACTIONS(69), 1, + ACTIONS(3953), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166169] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1181), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1513), 2, + ACTIONS(3955), 1, + ts_builtin_sym_end, + STATE(2223), 2, sym_comment, sym_include, - ACTIONS(1183), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124846] = 16, - ACTIONS(69), 1, + ACTIONS(3957), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166219] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1145), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1514), 2, + STATE(2224), 2, sym_comment, sym_include, - ACTIONS(1147), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124920] = 6, - ACTIONS(69), 1, + ACTIONS(3959), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166267] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1515), 2, + STATE(2225), 2, sym_comment, sym_include, - ACTIONS(190), 6, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(188), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [124974] = 16, - ACTIONS(69), 1, + ACTIONS(3961), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166315] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1149), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1516), 2, + ACTIONS(3963), 1, + ts_builtin_sym_end, + STATE(2226), 2, sym_comment, sym_include, - ACTIONS(1151), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [125048] = 16, - ACTIONS(69), 1, + ACTIONS(3965), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166365] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1157), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1517), 2, + STATE(2227), 2, sym_comment, sym_include, - ACTIONS(1159), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [125122] = 14, + ACTIONS(3967), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166413] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2712), 1, - anon_sym_LPAREN, - ACTIONS(2714), 1, - sym__namedot, - ACTIONS(2716), 1, - sym__namecolon, - ACTIONS(2718), 1, - sym__namedoublecolon, - STATE(1690), 1, - aux_sym_object_access_repeat1, - STATE(2666), 1, - aux_sym_qualified_name_repeat1, - STATE(2670), 1, - aux_sym_member_access_repeat1, - STATE(2729), 1, - sym_function_arguments, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1518), 2, + ACTIONS(3969), 1, + ts_builtin_sym_end, + STATE(2228), 2, sym_comment, sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, + ACTIONS(3971), 31, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [125192] = 16, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166463] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1173), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1519), 2, + STATE(2229), 2, sym_comment, sym_include, - ACTIONS(1175), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [125266] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1153), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(137), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(139), 29, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1520), 2, - sym_comment, - sym_include, - ACTIONS(1155), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [125340] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1169), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, + aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1521), 2, - sym_comment, - sym_include, - ACTIONS(1171), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -166267,615 +211419,500 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125414] = 16, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [166513] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1165), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1522), 2, + STATE(2230), 2, sym_comment, sym_include, - ACTIONS(1167), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [125488] = 12, - ACTIONS(69), 1, + ACTIONS(3754), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166561] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1523), 2, + ACTIONS(3973), 1, + ts_builtin_sym_end, + STATE(2231), 2, sym_comment, sym_include, - ACTIONS(1161), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1163), 25, - sym__or_operator, - sym__and_operator, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - [125554] = 15, - ACTIONS(69), 1, + ACTIONS(3975), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166611] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1177), 1, - aux_sym_variable_tuning_token2, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1524), 2, + STATE(2232), 2, sym_comment, sym_include, - ACTIONS(1179), 10, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [125626] = 10, - ACTIONS(69), 1, + ACTIONS(3728), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166659] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(650), 1, - sym__logical_operator, - STATE(651), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - STATE(1525), 2, + ACTIONS(3977), 1, + ts_builtin_sym_end, + STATE(2233), 2, sym_comment, sym_include, - ACTIONS(1185), 5, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1187), 27, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - [125688] = 17, + ACTIONS(3979), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166709] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2769), 1, - anon_sym_COMMA, - ACTIONS(2771), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2773), 1, - aux_sym_of_phrase_token2, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - STATE(4556), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1526), 2, + ACTIONS(3981), 1, + ts_builtin_sym_end, + STATE(2234), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(2767), 4, + ACTIONS(3983), 31, sym_identifier, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [125763] = 14, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166759] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2755), 1, - anon_sym_LPAREN, - ACTIONS(2757), 1, - sym__namedot, - ACTIONS(2759), 1, - sym__namecolon, - ACTIONS(2761), 1, - sym__namedoublecolon, - STATE(2343), 1, - aux_sym_object_access_repeat1, - STATE(2858), 1, - aux_sym_member_access_repeat1, - STATE(2864), 1, - aux_sym_qualified_name_repeat1, - STATE(2923), 1, - sym_function_arguments, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1527), 2, + STATE(2235), 2, sym_comment, sym_include, - ACTIONS(89), 25, - anon_sym_SLASH, + ACTIONS(3636), 32, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [125832] = 13, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166807] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2732), 1, - anon_sym_LPAREN, - ACTIONS(2734), 1, - sym__namedot, - ACTIONS(2736), 1, - sym__namecolon, - ACTIONS(2738), 1, - sym__namedoublecolon, - STATE(2170), 1, - aux_sym_object_access_repeat1, - STATE(2785), 1, - aux_sym_qualified_name_repeat1, - STATE(2793), 1, - sym_function_arguments, - STATE(2797), 1, - aux_sym_member_access_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1528), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3985), 1, + ts_builtin_sym_end, + STATE(2236), 2, sym_comment, sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3987), 31, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [125899] = 8, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166857] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(1529), 2, + ACTIONS(3989), 1, + ts_builtin_sym_end, + STATE(2237), 2, sym_comment, sym_include, - ACTIONS(1408), 31, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - [125956] = 14, + ACTIONS(3519), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166907] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2722), 1, - anon_sym_LPAREN, - ACTIONS(2724), 1, - sym__namedot, - ACTIONS(2726), 1, - sym__namecolon, - ACTIONS(2728), 1, - sym__namedoublecolon, - STATE(2422), 1, - aux_sym_object_access_repeat1, - STATE(2840), 1, - aux_sym_qualified_name_repeat1, - STATE(2862), 1, - sym_function_arguments, - STATE(2930), 1, - aux_sym_member_access_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1530), 2, + STATE(2238), 2, sym_comment, sym_include, - ACTIONS(89), 25, - anon_sym_SLASH, + ACTIONS(3716), 32, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - [126025] = 9, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [166955] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(2775), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1531), 2, + STATE(2239), 2, sym_comment, sym_include, - ACTIONS(1373), 30, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - [126084] = 9, + ACTIONS(3712), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167003] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(2777), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1532), 2, + STATE(2240), 2, sym_comment, sym_include, - ACTIONS(1373), 30, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + ACTIONS(3991), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - [126143] = 8, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167051] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2781), 1, - aux_sym_else_statement_token1, - STATE(1536), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1533), 2, + STATE(2241), 2, sym_comment, sym_include, - ACTIONS(2779), 31, + ACTIONS(3708), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166887,6 +211924,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -166907,124 +211945,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126199] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1534), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1173), 7, - sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [126265] = 8, + [167099] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2651), 1, - sym__namecolon, - STATE(1540), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1535), 2, + STATE(2242), 2, sym_comment, sym_include, - ACTIONS(100), 30, - anon_sym_SLASH, + ACTIONS(3993), 32, sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [126321] = 8, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167147] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2781), 1, - aux_sym_else_statement_token1, - STATE(1548), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1536), 2, + STATE(2243), 2, sym_comment, sym_include, - ACTIONS(2783), 31, + ACTIONS(3995), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167036,6 +212010,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -167056,328 +212031,192 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126377] = 11, + [167195] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1163), 2, - sym__or_operator, - sym__and_operator, - STATE(1537), 2, + STATE(2244), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 24, + ACTIONS(3997), 32, sym_identifier, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [126439] = 16, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2787), 1, - anon_sym_COMMA, - ACTIONS(2789), 1, - aux_sym_of_phrase_token2, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - STATE(4591), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1538), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(2785), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [126511] = 10, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167243] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1187), 2, - sym__or_operator, - sym__and_operator, - STATE(1539), 2, + ACTIONS(3999), 1, + ts_builtin_sym_end, + STATE(2245), 2, sym_comment, sym_include, - ACTIONS(1185), 28, - anon_sym_SLASH, + ACTIONS(4001), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [126571] = 7, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167293] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2791), 1, - sym__namecolon, - ACTIONS(91), 2, - sym__or_operator, - sym__and_operator, - STATE(1540), 3, + STATE(2246), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 30, - anon_sym_SLASH, + ACTIONS(4003), 32, sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [126625] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167341] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1179), 2, - sym__or_operator, - sym__and_operator, - STATE(1541), 2, + STATE(2247), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1177), 7, + ACTIONS(4005), 32, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [126691] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(1542), 2, - sym_comment, - sym_include, - ACTIONS(1408), 30, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, aux_sym_using_statement_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - [126747] = 8, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167389] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2794), 1, + ACTIONS(4007), 1, ts_builtin_sym_end, - STATE(1571), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1543), 2, + STATE(2248), 2, sym_comment, sym_include, - ACTIONS(2796), 31, + ACTIONS(4009), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -167409,23 +212248,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126803] = 8, + [167439] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2794), 1, + ACTIONS(4011), 1, ts_builtin_sym_end, - STATE(1571), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1544), 2, + STATE(2249), 2, sym_comment, sym_include, - ACTIONS(2796), 31, + ACTIONS(4013), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -167457,25 +212292,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126859] = 9, + [167489] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2798), 1, + ACTIONS(4015), 1, ts_builtin_sym_end, - ACTIONS(2804), 1, - aux_sym_else_statement_token1, - STATE(1571), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1545), 2, + STATE(2250), 2, sym_comment, sym_include, - ACTIONS(2801), 30, + ACTIONS(4017), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -167486,6 +212315,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -167506,78 +212336,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126917] = 13, + [167539] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1546), 2, + ACTIONS(4019), 1, + ts_builtin_sym_end, + STATE(2251), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(2808), 7, + ACTIONS(4021), 31, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [126983] = 9, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167589] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2810), 1, + ACTIONS(4023), 1, ts_builtin_sym_end, - ACTIONS(2812), 1, - aux_sym_else_statement_token1, - STATE(1571), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1547), 2, + STATE(2252), 2, sym_comment, sym_include, - ACTIONS(2779), 30, + ACTIONS(4025), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -167588,6 +212403,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -167608,24 +212424,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127041] = 7, + [167639] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2817), 1, - aux_sym_else_statement_token1, - STATE(1836), 1, - sym_else_statement, - STATE(1548), 3, + ACTIONS(4027), 1, + ts_builtin_sym_end, + STATE(2253), 2, sym_comment, sym_include, - aux_sym_if_statement_repeat1, - ACTIONS(2815), 31, + ACTIONS(4029), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167635,6 +212447,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -167655,151 +212468,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127095] = 13, + [167689] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(248), 2, + ACTIONS(3206), 1, + sym__namecolon, + STATE(2219), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1549), 2, + STATE(2254), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(93), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(250), 7, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [127161] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1550), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1181), 7, - sym_identifier, + sym__terminator, + anon_sym_LBRACK, anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, + anon_sym_LPAREN, anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [127227] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1551), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1145), 7, - sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -167814,27 +212512,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [127293] = 8, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [167743] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(3206), 1, + sym__namecolon, + STATE(2219), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - STATE(1552), 2, + STATE(2255), 2, sym_comment, sym_include, - ACTIONS(1408), 30, + ACTIONS(93), 28, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -167854,31 +212558,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token2, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - [127349] = 8, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [167797] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2820), 1, - aux_sym_else_statement_token1, - STATE(1536), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1553), 2, + STATE(2256), 2, sym_comment, sym_include, - ACTIONS(2801), 31, + ACTIONS(4031), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167890,6 +212582,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -167910,142 +212603,81 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127405] = 13, + [167845] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1554), 2, + STATE(2257), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1149), 7, + ACTIONS(4033), 32, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [127471] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [167893] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, + STATE(1244), 1, sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1326), 2, sym__or_operator, sym__and_operator, - STATE(1555), 2, + STATE(2258), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1157), 7, - sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [127537] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2651), 1, - sym__namecolon, - STATE(1540), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1556), 2, - sym_comment, - sym_include, - ACTIONS(100), 30, - anon_sym_SLASH, + ACTIONS(1324), 22, sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -168060,29 +212692,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [127593] = 8, + anon_sym_NO_DASHERROR, + [167953] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2823), 1, - ts_builtin_sym_end, - ACTIONS(2825), 1, - aux_sym_else_statement_token1, - STATE(1681), 1, - sym_else_statement, - STATE(1557), 3, + STATE(2259), 2, sym_comment, sym_include, - aux_sym_if_statement_repeat1, - ACTIONS(2815), 30, + ACTIONS(4035), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168092,6 +212717,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -168112,194 +212738,129 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127649] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - STATE(6345), 1, - sym_argument_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2570), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1558), 2, - sym_comment, - sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [127723] = 17, + [168001] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - STATE(6345), 1, - sym_argument_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2570), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1559), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3464), 1, + sym_of, + STATE(3732), 1, + sym__pre_tuning, + STATE(3783), 1, + sym_where_clause, + STATE(3831), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4358), 1, + aux_sym_for_phrase_repeat2, + STATE(4968), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6051), 1, + aux_sym_for_statement_repeat1, + STATE(7223), 1, + sym_body, + STATE(2260), 2, sym_comment, sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [127797] = 17, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [168095] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - STATE(5973), 1, - sym_argument_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2576), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1560), 2, + STATE(2261), 2, sym_comment, sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [127871] = 7, + ACTIONS(4037), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1569), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1561), 2, + ACTIONS(4039), 1, + ts_builtin_sym_end, + STATE(2262), 2, sym_comment, sym_include, - ACTIONS(2796), 32, + ACTIONS(4041), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168330,23 +212891,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127925] = 7, + [168193] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1569), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1562), 2, + ACTIONS(4043), 1, + ts_builtin_sym_end, + STATE(2263), 2, sym_comment, sym_include, - ACTIONS(2796), 32, + ACTIONS(4045), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168377,82 +212935,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127979] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - STATE(5973), 1, - sym_argument_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2576), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1563), 2, - sym_comment, - sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128053] = 9, + [168243] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(4047), 1, ts_builtin_sym_end, - ACTIONS(2830), 1, - aux_sym_else_statement_token1, - STATE(1557), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1564), 2, + STATE(2264), 2, sym_comment, sym_include, - ACTIONS(2783), 30, + ACTIONS(4049), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -168463,6 +212958,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -168483,245 +212979,148 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [128111] = 16, + [168293] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2787), 1, - anon_sym_COMMA, - ACTIONS(2834), 1, - aux_sym_of_phrase_token2, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - STATE(4582), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1565), 2, + ACTIONS(4051), 1, + ts_builtin_sym_end, + STATE(2265), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(2832), 4, + ACTIONS(4053), 31, sym_identifier, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128183] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168343] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1566), 2, + STATE(2266), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1153), 7, + ACTIONS(4055), 32, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128249] = 16, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168391] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2787), 1, - anon_sym_COMMA, - ACTIONS(2838), 1, - aux_sym_of_phrase_token2, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - STATE(4617), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1567), 2, + ACTIONS(4057), 1, + ts_builtin_sym_end, + STATE(2267), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(2836), 4, + ACTIONS(4059), 31, sym_identifier, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128321] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - STATE(6362), 1, - sym_argument_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2840), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1568), 2, - sym_comment, - sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128395] = 8, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168441] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2842), 1, - aux_sym_else_statement_token1, - STATE(1548), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1569), 2, + STATE(2268), 2, sym_comment, sym_include, - ACTIONS(2783), 31, + ACTIONS(4061), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168733,6 +213132,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -168753,78 +213153,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [128451] = 13, + [168489] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1570), 2, + ACTIONS(4063), 1, + ts_builtin_sym_end, + STATE(2269), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1165), 7, + ACTIONS(4065), 31, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128517] = 9, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168539] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(4067), 1, ts_builtin_sym_end, - ACTIONS(2845), 1, - aux_sym_else_statement_token1, - STATE(1557), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1571), 2, + STATE(2270), 2, sym_comment, sym_include, - ACTIONS(2783), 30, + ACTIONS(4069), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -168835,6 +213220,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -168855,82 +213241,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [128575] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - STATE(6362), 1, - sym_argument_tuning, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2840), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1572), 2, - sym_comment, - sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128649] = 9, + [168589] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2810), 1, + ACTIONS(4071), 1, ts_builtin_sym_end, - ACTIONS(2830), 1, - aux_sym_else_statement_token1, - STATE(1564), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1573), 2, + STATE(2271), 2, sym_comment, sym_include, - ACTIONS(2779), 30, + ACTIONS(4073), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -168941,6 +213264,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -168961,25 +213285,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [128707] = 9, + [168639] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2798), 1, + ACTIONS(4075), 1, ts_builtin_sym_end, - ACTIONS(2848), 1, - aux_sym_else_statement_token1, - STATE(1564), 1, - aux_sym_if_statement_repeat1, - STATE(1681), 1, - sym_else_statement, - STATE(1574), 2, + STATE(2272), 2, sym_comment, sym_include, - ACTIONS(2801), 30, + ACTIONS(4077), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -168990,6 +213308,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -169010,25 +213329,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [128765] = 8, + [168689] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2851), 1, - aux_sym_else_statement_token1, - STATE(1569), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1575), 2, + ACTIONS(4079), 1, + ts_builtin_sym_end, + STATE(2273), 2, sym_comment, sym_include, - ACTIONS(2779), 31, + ACTIONS(3546), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169038,6 +213352,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -169058,25 +213373,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [128821] = 8, + [168739] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2854), 1, - aux_sym_else_statement_token1, - STATE(1569), 1, - aux_sym_if_statement_repeat1, - STATE(1836), 1, - sym_else_statement, - STATE(1576), 2, + ACTIONS(4081), 1, + ts_builtin_sym_end, + STATE(2274), 2, sym_comment, sym_include, - ACTIONS(2801), 31, + ACTIONS(4083), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169086,6 +213396,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, + aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -169106,1307 +213417,819 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [128877] = 13, + [168789] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(897), 1, - sym__comparison_operator, - STATE(898), 1, - sym__multiplicative_operator, - STATE(899), 1, - sym__additive_operator, - STATE(900), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1577), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1169), 7, - sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [128943] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1578), 2, - sym_comment, - sym_include, - ACTIONS(1155), 6, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129012] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1579), 2, - sym_comment, - sym_include, - ACTIONS(1159), 6, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129081] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1580), 2, + ACTIONS(4087), 1, + sym__escaped_string, + STATE(2275), 2, sym_comment, sym_include, - ACTIONS(1151), 6, + ACTIONS(4085), 32, anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129150] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1581), 2, - sym_comment, - sym_include, - ACTIONS(1147), 6, - anon_sym_COLON, - aux_sym__block_terminator_token1, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129219] = 15, - ACTIONS(69), 1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [168837] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1582), 2, + STATE(2276), 2, sym_comment, sym_include, - ACTIONS(1183), 6, - anon_sym_COLON, + ACTIONS(4089), 32, + sym_identifier, aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129288] = 14, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168885] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1583), 2, + STATE(2277), 2, sym_comment, sym_include, - ACTIONS(248), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, + ACTIONS(4091), 32, + sym_identifier, aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129355] = 8, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168933] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2684), 1, - sym__namecolon, - STATE(1597), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1584), 2, + ACTIONS(4093), 1, + ts_builtin_sym_end, + STATE(2278), 2, sym_comment, sym_include, - ACTIONS(100), 29, - anon_sym_SLASH, + ACTIONS(4095), 31, sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [129410] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - STATE(1585), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 25, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129469] = 14, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168983] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1586), 2, + STATE(2279), 2, sym_comment, sym_include, - ACTIONS(1179), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, + ACTIONS(4097), 32, + sym_identifier, aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129536] = 8, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169031] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2684), 1, - sym__namecolon, - STATE(1597), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1587), 2, + ACTIONS(4099), 1, + ts_builtin_sym_end, + STATE(2280), 2, sym_comment, sym_include, - ACTIONS(100), 29, - anon_sym_SLASH, + ACTIONS(4101), 31, sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [129591] = 11, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169081] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4656), 1, - sym_type_tuning, - STATE(5973), 1, - sym_argument_tuning, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(2576), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1588), 2, + ACTIONS(4103), 1, + ts_builtin_sym_end, + STATE(2281), 2, sym_comment, sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129652] = 15, - ACTIONS(69), 1, + ACTIONS(4105), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169131] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1589), 2, + ACTIONS(4107), 1, + ts_builtin_sym_end, + STATE(2282), 2, sym_comment, sym_include, - ACTIONS(1167), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [129721] = 12, - ACTIONS(69), 1, + ACTIONS(4109), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169181] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1590), 2, + STATE(2283), 2, sym_comment, sym_include, - ACTIONS(1163), 23, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, + ACTIONS(4111), 32, + sym_identifier, aux_sym__block_terminator_token1, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - [129784] = 10, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169229] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - STATE(1591), 2, + ACTIONS(4113), 1, + ts_builtin_sym_end, + STATE(2284), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 25, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - aux_sym__block_terminator_token1, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + ACTIONS(3548), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - [129843] = 26, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169279] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2858), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2860), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2862), 1, - aux_sym_input_expression_token1, - ACTIONS(2870), 1, - aux_sym_variable_definition_token3, - ACTIONS(2872), 1, - aux_sym_variable_definition_token4, - ACTIONS(2874), 1, - aux_sym_buffer_definition_token1, - ACTIONS(2876), 1, - aux_sym_query_definition_token1, - ACTIONS(2880), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(2882), 1, - aux_sym_procedure_parameter_definition_token2, - ACTIONS(2884), 1, - aux_sym_stream_definition_token1, - ACTIONS(2888), 1, - aux_sym_button_definition_token1, - STATE(3475), 1, - sym_access_tuning, - STATE(3487), 1, - sym_scope_tuning, - STATE(3509), 1, - aux_sym_variable_definition_repeat1, - STATE(3674), 1, - sym_serialization_tuning, - STATE(3682), 1, - aux_sym_buffer_definition_repeat1, - STATE(3719), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(2886), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(1592), 2, + ACTIONS(4115), 1, + ts_builtin_sym_end, + STATE(2285), 2, sym_comment, sym_include, - ACTIONS(2878), 3, + ACTIONS(3550), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, aux_sym_return_type_token2, aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [129934] = 15, - ACTIONS(69), 1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169329] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1593), 2, + ACTIONS(4117), 1, + ts_builtin_sym_end, + STATE(2286), 2, sym_comment, sym_include, - ACTIONS(1171), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130003] = 15, - ACTIONS(69), 1, + ACTIONS(3552), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169379] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1594), 2, + STATE(2287), 2, sym_comment, sym_include, - ACTIONS(1167), 6, - anon_sym_COLON, + ACTIONS(3666), 32, + sym_identifier, aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130072] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169427] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1595), 2, + ACTIONS(4119), 1, + ts_builtin_sym_end, + STATE(2288), 2, sym_comment, sym_include, - ACTIONS(1171), 6, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + ACTIONS(4121), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130141] = 12, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169477] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1596), 2, + ACTIONS(4123), 1, + ts_builtin_sym_end, + STATE(2289), 2, sym_comment, sym_include, - ACTIONS(1163), 23, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130204] = 7, + ACTIONS(4125), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169527] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2890), 1, - sym__namecolon, - ACTIONS(91), 2, - sym__or_operator, - sym__and_operator, - STATE(1597), 3, + ACTIONS(4127), 1, + ts_builtin_sym_end, + STATE(2290), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 29, - anon_sym_SLASH, + ACTIONS(4129), 31, sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [130257] = 15, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169577] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1598), 2, + STATE(2291), 2, sym_comment, sym_include, - ACTIONS(1175), 6, - anon_sym_COLON, + ACTIONS(4131), 32, + sym_identifier, aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130326] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169625] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1599), 2, + STATE(2292), 2, sym_comment, sym_include, - ACTIONS(1167), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(3894), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130395] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1600), 2, - sym_comment, - sym_include, - ACTIONS(1179), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130462] = 15, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169673] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2895), 1, - aux_sym_when_expression_token1, - STATE(863), 1, - sym__comparison_operator, - STATE(864), 1, - sym__multiplicative_operator, - STATE(865), 1, - sym__additive_operator, - STATE(866), 1, - sym__logical_operator, - STATE(5273), 1, - sym_when_expression, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(3218), 1, + sym__namecolon, + STATE(2045), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - STATE(1601), 2, + STATE(2293), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(2893), 4, + ACTIONS(93), 28, + anon_sym_SLASH, sym_identifier, + anon_sym_STAR, sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -170421,1848 +214244,1630 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [130531] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [169727] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1602), 2, + ACTIONS(4133), 1, + ts_builtin_sym_end, + STATE(2294), 2, sym_comment, sym_include, - ACTIONS(1171), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4135), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130600] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169777] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1603), 2, + ACTIONS(4137), 1, + ts_builtin_sym_end, + STATE(2295), 2, sym_comment, sym_include, - ACTIONS(1175), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130669] = 15, - ACTIONS(69), 1, + ACTIONS(4139), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169827] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1604), 2, + ACTIONS(4141), 1, + ts_builtin_sym_end, + STATE(2296), 2, sym_comment, sym_include, - ACTIONS(1159), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130738] = 15, - ACTIONS(69), 1, + ACTIONS(4143), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169877] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1605), 2, + ACTIONS(4145), 1, + ts_builtin_sym_end, + STATE(2297), 2, sym_comment, sym_include, - ACTIONS(1151), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130807] = 15, - ACTIONS(69), 1, + ACTIONS(4147), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169927] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1606), 2, + ACTIONS(4149), 1, + ts_builtin_sym_end, + STATE(2298), 2, sym_comment, sym_include, - ACTIONS(1147), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130876] = 15, - ACTIONS(69), 1, + ACTIONS(4151), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [169977] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1607), 2, + ACTIONS(4153), 1, + ts_builtin_sym_end, + STATE(2299), 2, sym_comment, sym_include, - ACTIONS(1183), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [130945] = 14, - ACTIONS(69), 1, + ACTIONS(4155), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170027] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1608), 2, + ACTIONS(4157), 1, + ts_builtin_sym_end, + STATE(2300), 2, sym_comment, sym_include, - ACTIONS(248), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131012] = 26, - ACTIONS(69), 1, + ACTIONS(4159), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170077] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2897), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2899), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2901), 1, + ACTIONS(4161), 1, + ts_builtin_sym_end, + STATE(2301), 2, + sym_comment, + sym_include, + ACTIONS(3554), 31, + sym_identifier, aux_sym_input_expression_token1, - ACTIONS(2903), 1, - aux_sym_variable_definition_token3, - ACTIONS(2905), 1, - aux_sym_variable_definition_token4, - ACTIONS(2907), 1, - aux_sym_buffer_definition_token1, - ACTIONS(2909), 1, - aux_sym_query_definition_token1, - ACTIONS(2913), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(2915), 1, - aux_sym_procedure_parameter_definition_token2, - ACTIONS(2917), 1, - aux_sym_stream_definition_token1, - ACTIONS(2921), 1, - aux_sym_button_definition_token1, - STATE(3476), 1, - sym_access_tuning, - STATE(3487), 1, - sym_scope_tuning, - STATE(3524), 1, - aux_sym_variable_definition_repeat1, - STATE(3674), 1, - sym_serialization_tuning, - STATE(3688), 1, - aux_sym_buffer_definition_repeat1, - STATE(3732), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(2919), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(1609), 2, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170127] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4163), 1, + ts_builtin_sym_end, + STATE(2302), 2, sym_comment, sym_include, - ACTIONS(2911), 3, + ACTIONS(3556), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, aux_sym_return_type_token2, aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(2864), 4, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170177] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4165), 1, + ts_builtin_sym_end, + STATE(2303), 2, + sym_comment, + sym_include, + ACTIONS(4167), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [131103] = 6, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170227] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1610), 2, + ACTIONS(4169), 1, + ts_builtin_sym_end, + STATE(2304), 2, sym_comment, sym_include, - ACTIONS(109), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(111), 30, - anon_sym_SLASH, + ACTIONS(4171), 31, sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [131154] = 15, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170277] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1611), 2, + ACTIONS(4173), 1, + ts_builtin_sym_end, + STATE(2305), 2, sym_comment, sym_include, - ACTIONS(1155), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131223] = 14, - ACTIONS(69), 1, + ACTIONS(4175), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170327] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1612), 2, + ACTIONS(4177), 1, + ts_builtin_sym_end, + STATE(2306), 2, sym_comment, sym_include, - ACTIONS(1179), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131290] = 10, - ACTIONS(69), 1, + ACTIONS(4179), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170377] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - STATE(1613), 2, + ACTIONS(4181), 1, + ts_builtin_sym_end, + STATE(2307), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 25, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [131349] = 12, - ACTIONS(69), 1, + ACTIONS(4183), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170427] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1614), 2, + STATE(2308), 2, sym_comment, sym_include, - ACTIONS(1163), 23, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [131412] = 11, - ACTIONS(69), 1, + ACTIONS(4185), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170475] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4621), 1, - sym_type_tuning, - STATE(6345), 1, - sym_argument_tuning, - ACTIONS(2570), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(1615), 2, + ACTIONS(4187), 1, + ts_builtin_sym_end, + STATE(2309), 2, sym_comment, sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131473] = 8, + ACTIONS(4189), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170525] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2651), 1, - sym__namecolon, - STATE(1540), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1616), 2, + ACTIONS(4191), 1, + ts_builtin_sym_end, + STATE(2310), 2, sym_comment, sym_include, - ACTIONS(100), 29, - anon_sym_SLASH, + ACTIONS(4193), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [131528] = 15, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170575] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1617), 2, + ACTIONS(4195), 1, + ts_builtin_sym_end, + STATE(2311), 2, sym_comment, sym_include, - ACTIONS(1167), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131597] = 15, - ACTIONS(69), 1, + ACTIONS(4197), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170625] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1618), 2, + ACTIONS(4199), 1, + ts_builtin_sym_end, + STATE(2312), 2, sym_comment, sym_include, - ACTIONS(1171), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131666] = 15, - ACTIONS(69), 1, + ACTIONS(4201), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170675] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1619), 2, + STATE(2313), 2, sym_comment, sym_include, - ACTIONS(1175), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4203), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131735] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170723] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1620), 2, + STATE(2314), 2, sym_comment, sym_include, - ACTIONS(1159), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(3660), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131804] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170771] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1621), 2, + STATE(2315), 2, sym_comment, sym_include, - ACTIONS(1159), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131873] = 15, - ACTIONS(69), 1, + ACTIONS(4201), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170819] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1622), 2, + STATE(2316), 2, sym_comment, sym_include, - ACTIONS(1151), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [131942] = 15, - ACTIONS(69), 1, + ACTIONS(4197), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170867] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1623), 2, + ACTIONS(4205), 1, + ts_builtin_sym_end, + STATE(2317), 2, sym_comment, sym_include, - ACTIONS(1147), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132011] = 15, - ACTIONS(69), 1, + ACTIONS(4203), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170917] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1624), 2, + ACTIONS(4207), 1, + ts_builtin_sym_end, + STATE(2318), 2, sym_comment, sym_include, - ACTIONS(1183), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132080] = 14, - ACTIONS(69), 1, + ACTIONS(4185), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [170967] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1625), 2, + STATE(2319), 2, sym_comment, sym_include, - ACTIONS(248), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132147] = 15, - ACTIONS(69), 1, + ACTIONS(4193), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171015] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1626), 2, + STATE(2320), 2, sym_comment, sym_include, - ACTIONS(1151), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4189), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132216] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171063] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1627), 2, + ACTIONS(4209), 1, + ts_builtin_sym_end, + STATE(2321), 2, sym_comment, sym_include, - ACTIONS(1147), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(3780), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132285] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171113] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1628), 2, + ACTIONS(4211), 1, + ts_builtin_sym_end, + STATE(2322), 2, sym_comment, sym_include, - ACTIONS(1183), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4213), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132354] = 14, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171163] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1629), 2, + STATE(2323), 2, sym_comment, sym_include, - ACTIONS(248), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4183), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132421] = 15, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171211] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1630), 2, + STATE(2324), 2, sym_comment, sym_include, - ACTIONS(1155), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132490] = 13, + ACTIONS(4179), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171259] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1631), 2, + STATE(2325), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1153), 6, + ACTIONS(4175), 32, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132555] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171307] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1179), 2, - sym__or_operator, - sym__and_operator, - STATE(1632), 2, + ACTIONS(4215), 1, + ts_builtin_sym_end, + STATE(2326), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1177), 6, + ACTIONS(4111), 31, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132620] = 10, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171357] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1187), 2, - sym__or_operator, - sym__and_operator, - STATE(1633), 2, + ACTIONS(4217), 1, + ts_builtin_sym_end, + STATE(2327), 2, sym_comment, sym_include, - ACTIONS(1185), 27, - anon_sym_SLASH, + ACTIONS(4097), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [132679] = 11, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171407] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1163), 2, - sym__or_operator, - sym__and_operator, - STATE(1634), 2, + ACTIONS(4219), 1, + ts_builtin_sym_end, + STATE(2328), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 23, + ACTIONS(4091), 31, sym_identifier, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [132740] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171457] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1635), 2, + ACTIONS(4221), 1, + ts_builtin_sym_end, + STATE(2329), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1165), 6, + ACTIONS(4089), 31, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132805] = 13, - ACTIONS(3), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171507] = 19, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(407), 1, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(4223), 1, + aux_sym_of_phrase_token2, + STATE(929), 1, sym__comparison_operator, - STATE(408), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(409), 1, + STATE(931), 1, sym__additive_operator, - STATE(410), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + STATE(5208), 1, + sym_of_phrase, + STATE(5591), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1636), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1169), 6, - sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2330), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -172273,412 +215878,389 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [132870] = 13, + [171583] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1637), 2, + ACTIONS(4225), 1, + ts_builtin_sym_end, + STATE(2331), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1173), 6, + ACTIONS(4061), 31, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [132935] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171633] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(4229), 1, + sym__escaped_string, + STATE(2332), 2, + sym_comment, + sym_include, + ACTIONS(4227), 32, + anon_sym_COLON, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1638), 2, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [171681] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4233), 1, + sym__escaped_string, + STATE(2333), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1157), 6, + ACTIONS(4231), 32, + anon_sym_COLON, + anon_sym_LBRACE, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133000] = 13, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [171729] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1639), 2, + STATE(2334), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1149), 6, + ACTIONS(3656), 32, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133065] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171777] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1640), 2, + STATE(2335), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1145), 6, + ACTIONS(4171), 32, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133130] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171825] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1641), 2, + ACTIONS(4235), 1, + ts_builtin_sym_end, + STATE(2336), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1181), 6, + ACTIONS(4055), 31, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133195] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171875] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1642), 2, + ACTIONS(4237), 1, + ts_builtin_sym_end, + STATE(2337), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(250), 6, + ACTIONS(4037), 31, sym_identifier, - anon_sym_COMMA, - aux_sym_input_expression_token2, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133260] = 16, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171925] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2925), 1, - aux_sym_to_phrase_token1, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1643), 2, + STATE(2338), 2, sym_comment, sym_include, - ACTIONS(2923), 5, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4167), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133331] = 15, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [171973] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2927), 1, - aux_sym_when_expression_token1, - STATE(796), 1, + STATE(700), 1, sym__comparison_operator, - STATE(797), 1, + STATE(701), 1, sym__multiplicative_operator, - STATE(798), 1, + STATE(702), 1, sym__additive_operator, - STATE(799), 1, + STATE(705), 1, sym__logical_operator, - STATE(5125), 1, - sym_when_expression, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1644), 2, + STATE(2339), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(2893), 4, + ACTIONS(1256), 5, sym_identifier, sym__terminator, anon_sym_COMMA, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -172694,44 +216276,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [133400] = 13, + [172037] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(407), 1, - sym__comparison_operator, - STATE(408), 1, - sym__multiplicative_operator, - STATE(409), 1, - sym__additive_operator, - STATE(410), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(3139), 1, + sym__namedot, + STATE(2543), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - STATE(1645), 2, + STATE(2340), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(104), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(2808), 6, sym_identifier, + anon_sym_STAR, anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1066), 15, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -172746,578 +216318,765 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [133465] = 26, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [172091] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2929), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2931), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2933), 1, + STATE(2341), 2, + sym_comment, + sym_include, + ACTIONS(4159), 32, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, - ACTIONS(2935), 1, - aux_sym_variable_definition_token3, - ACTIONS(2937), 1, - aux_sym_variable_definition_token4, - ACTIONS(2939), 1, - aux_sym_buffer_definition_token1, - ACTIONS(2941), 1, - aux_sym_query_definition_token1, - ACTIONS(2945), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(2947), 1, - aux_sym_procedure_parameter_definition_token2, - ACTIONS(2949), 1, - aux_sym_stream_definition_token1, - ACTIONS(2953), 1, - aux_sym_button_definition_token1, - STATE(3480), 1, - sym_access_tuning, - STATE(3487), 1, - sym_scope_tuning, - STATE(3512), 1, - aux_sym_variable_definition_repeat1, - STATE(3656), 1, - aux_sym_buffer_definition_repeat1, - STATE(3674), 1, - sym_serialization_tuning, - STATE(3714), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(2951), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(1646), 2, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172139] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4239), 1, + ts_builtin_sym_end, + STATE(2342), 2, sym_comment, sym_include, - ACTIONS(2943), 3, + ACTIONS(4035), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, aux_sym_return_type_token2, aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(2864), 4, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172189] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4241), 1, + ts_builtin_sym_end, + STATE(2343), 2, + sym_comment, + sym_include, + ACTIONS(4033), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [133556] = 26, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172239] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2955), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2957), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2959), 1, + ACTIONS(4243), 1, + ts_builtin_sym_end, + STATE(2344), 2, + sym_comment, + sym_include, + ACTIONS(4031), 31, + sym_identifier, aux_sym_input_expression_token1, - ACTIONS(2961), 1, - aux_sym_variable_definition_token3, - ACTIONS(2963), 1, - aux_sym_variable_definition_token4, - ACTIONS(2965), 1, - aux_sym_buffer_definition_token1, - ACTIONS(2967), 1, - aux_sym_query_definition_token1, - ACTIONS(2971), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(2973), 1, - aux_sym_procedure_parameter_definition_token2, - ACTIONS(2975), 1, - aux_sym_stream_definition_token1, - ACTIONS(2979), 1, - aux_sym_button_definition_token1, - STATE(3472), 1, - sym_access_tuning, - STATE(3487), 1, - sym_scope_tuning, - STATE(3523), 1, - aux_sym_variable_definition_repeat1, - STATE(3674), 1, - sym_serialization_tuning, - STATE(3680), 1, - aux_sym_buffer_definition_repeat1, - STATE(3775), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(2977), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(1647), 2, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172289] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2345), 2, sym_comment, sym_include, - ACTIONS(2969), 3, + ACTIONS(4155), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, aux_sym_return_type_token2, aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(2864), 4, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172337] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4245), 1, + ts_builtin_sym_end, + STATE(2346), 2, + sym_comment, + sym_include, + ACTIONS(4005), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [133647] = 16, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172387] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2925), 1, - aux_sym_to_phrase_token1, - STATE(914), 1, - sym__comparison_operator, - STATE(915), 1, - sym__multiplicative_operator, - STATE(916), 1, - sym__additive_operator, - STATE(917), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1648), 2, + ACTIONS(4247), 1, + ts_builtin_sym_end, + STATE(2347), 2, sym_comment, sym_include, - ACTIONS(2923), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + ACTIONS(4003), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133718] = 26, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172437] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2981), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2983), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2985), 1, + ACTIONS(4249), 1, + ts_builtin_sym_end, + STATE(2348), 2, + sym_comment, + sym_include, + ACTIONS(3997), 31, + sym_identifier, aux_sym_input_expression_token1, - ACTIONS(2987), 1, - aux_sym_variable_definition_token3, - ACTIONS(2989), 1, - aux_sym_variable_definition_token4, - ACTIONS(2991), 1, - aux_sym_buffer_definition_token1, - ACTIONS(2993), 1, - aux_sym_query_definition_token1, - ACTIONS(2997), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(2999), 1, - aux_sym_procedure_parameter_definition_token2, - ACTIONS(3001), 1, - aux_sym_stream_definition_token1, - ACTIONS(3005), 1, - aux_sym_button_definition_token1, - STATE(3473), 1, - sym_access_tuning, - STATE(3487), 1, - sym_scope_tuning, - STATE(3502), 1, - aux_sym_variable_definition_repeat1, - STATE(3674), 1, - sym_serialization_tuning, - STATE(3685), 1, - aux_sym_buffer_definition_repeat1, - STATE(3736), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3003), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(1649), 2, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172487] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4251), 1, + ts_builtin_sym_end, + STATE(2349), 2, sym_comment, sym_include, - ACTIONS(2995), 3, + ACTIONS(3995), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, aux_sym_return_type_token2, aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(2864), 4, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172537] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4253), 1, + ts_builtin_sym_end, + STATE(2350), 2, + sym_comment, + sym_include, + ACTIONS(3993), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [133809] = 15, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172587] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(982), 1, - sym__comparison_operator, - STATE(983), 1, - sym__multiplicative_operator, - STATE(984), 1, - sym__additive_operator, - STATE(985), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1650), 2, + ACTIONS(4255), 1, + ts_builtin_sym_end, + STATE(2351), 2, sym_comment, sym_include, - ACTIONS(1175), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133878] = 15, - ACTIONS(69), 1, + ACTIONS(3991), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172637] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1651), 2, + STATE(2352), 2, sym_comment, sym_include, - ACTIONS(1155), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4151), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [133947] = 14, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172685] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1652), 2, + STATE(2353), 2, sym_comment, sym_include, - ACTIONS(1179), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(4147), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [134014] = 9, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172733] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2647), 1, - anon_sym_LPAREN, - STATE(1733), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1653), 2, + STATE(2354), 2, sym_comment, sym_include, - ACTIONS(73), 28, - anon_sym_SLASH, + ACTIONS(4143), 32, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [134071] = 10, - ACTIONS(69), 1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172781] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - STATE(1654), 2, + STATE(2355), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 25, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, + ACTIONS(4139), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - [134130] = 12, - ACTIONS(69), 1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172829] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(662), 1, - sym__comparison_operator, - STATE(663), 1, - sym__multiplicative_operator, - STATE(664), 1, - sym__additive_operator, - STATE(665), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1655), 2, + ACTIONS(4257), 1, + ts_builtin_sym_end, + STATE(2356), 2, sym_comment, sym_include, - ACTIONS(1163), 23, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, + ACTIONS(3967), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - [134193] = 6, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172879] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4259), 1, + ts_builtin_sym_end, + STATE(2357), 2, + sym_comment, + sym_include, + ACTIONS(3961), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [172929] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3007), 1, + ACTIONS(4261), 1, ts_builtin_sym_end, - STATE(1656), 2, + STATE(2358), 2, sym_comment, sym_include, - ACTIONS(3009), 31, + ACTIONS(3959), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -173349,19 +217108,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134243] = 6, + [172979] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3461), 1, + sym_of, + STATE(3728), 1, + sym__pre_tuning, + STATE(3845), 1, + sym_where_clause, + STATE(3882), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4307), 1, + aux_sym_for_phrase_repeat2, + STATE(4941), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6107), 1, + aux_sym_for_statement_repeat1, + STATE(6955), 1, + sym_body, + STATE(2359), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [173073] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3011), 1, + ACTIONS(4263), 1, ts_builtin_sym_end, - STATE(1657), 2, + STATE(2360), 2, sym_comment, sym_include, - ACTIONS(3013), 31, + ACTIONS(3928), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -173393,402 +217218,305 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134293] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3015), 1, - sym__namecolon, - ACTIONS(91), 2, - sym__or_operator, - sym__and_operator, - STATE(1658), 3, - sym_comment, - sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [134345] = 6, + [173123] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1659), 2, + ACTIONS(4265), 1, + ts_builtin_sym_end, + STATE(2361), 2, sym_comment, sym_include, - ACTIONS(128), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(130), 29, - anon_sym_SLASH, + ACTIONS(3922), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [134395] = 6, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173173] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1660), 2, + ACTIONS(4267), 1, + ts_builtin_sym_end, + STATE(2362), 2, sym_comment, sym_include, - ACTIONS(144), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(146), 29, - anon_sym_SLASH, + ACTIONS(3920), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [134445] = 6, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173223] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1661), 2, + ACTIONS(4269), 1, + ts_builtin_sym_end, + STATE(2363), 2, sym_comment, sym_include, - ACTIONS(140), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(142), 29, - anon_sym_SLASH, + ACTIONS(3914), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [134495] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2700), 1, - sym__namecolon, - STATE(1658), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1662), 2, - sym_comment, - sym_include, - ACTIONS(100), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [134549] = 8, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173273] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2700), 1, - sym__namecolon, - STATE(1658), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1663), 2, + ACTIONS(4271), 1, + ts_builtin_sym_end, + STATE(2364), 2, sym_comment, sym_include, - ACTIONS(100), 28, - anon_sym_SLASH, + ACTIONS(3912), 31, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - [134603] = 7, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173323] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3018), 1, - sym__namedot, - ACTIONS(102), 2, - sym__or_operator, - sym__and_operator, - STATE(1664), 3, + ACTIONS(4273), 1, + ts_builtin_sym_end, + STATE(2365), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 28, - anon_sym_SLASH, + ACTIONS(3910), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [134655] = 8, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173373] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2649), 1, - sym__namedot, - STATE(1664), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, - sym__or_operator, - sym__and_operator, - STATE(1665), 2, + STATE(2366), 2, sym_comment, sym_include, - ACTIONS(115), 28, - anon_sym_SLASH, + ACTIONS(3566), 32, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [134709] = 13, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173421] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, + STATE(700), 1, sym__comparison_operator, - STATE(797), 1, + STATE(701), 1, sym__multiplicative_operator, - STATE(798), 1, + STATE(702), 1, sym__additive_operator, - STATE(799), 1, + STATE(705), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1262), 2, sym__or_operator, sym__and_operator, - STATE(1666), 2, + STATE(2367), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1153), 5, + ACTIONS(1260), 5, sym_identifier, sym__terminator, anon_sym_COMMA, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -173804,30 +217532,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [134773] = 9, + [173485] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(1383), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + ACTIONS(1310), 2, sym__or_operator, sym__and_operator, - STATE(1667), 2, + STATE(2368), 2, sym_comment, sym_include, - ACTIONS(1373), 27, + ACTIONS(1308), 26, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -173847,47 +217578,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [134829] = 13, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [173543] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, + STATE(700), 1, sym__comparison_operator, - STATE(797), 1, + STATE(701), 1, sym__multiplicative_operator, - STATE(798), 1, + STATE(702), 1, sym__additive_operator, - STATE(799), 1, + STATE(705), 1, sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1179), 2, + ACTIONS(1326), 2, sym__or_operator, sym__and_operator, - STATE(1668), 2, + STATE(2369), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1177), 5, + ACTIONS(1324), 22, sym_identifier, sym__terminator, anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -173902,139 +217627,132 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [134893] = 10, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [173603] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(1187), 2, - sym__or_operator, - sym__and_operator, - STATE(1669), 2, + ACTIONS(4275), 1, + ts_builtin_sym_end, + STATE(2370), 2, sym_comment, sym_include, - ACTIONS(1185), 26, - anon_sym_SLASH, + ACTIONS(3908), 31, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - [134951] = 11, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(1163), 2, - sym__or_operator, - sym__and_operator, - STATE(1670), 2, + ACTIONS(4277), 1, + ts_builtin_sym_end, + STATE(2371), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 22, + ACTIONS(3906), 31, sym_identifier, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - [135011] = 13, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173703] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, + STATE(700), 1, sym__comparison_operator, - STATE(797), 1, + STATE(701), 1, sym__multiplicative_operator, - STATE(798), 1, + STATE(702), 1, sym__additive_operator, - STATE(799), 1, + STATE(705), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1671), 2, + STATE(2372), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1165), 5, + ACTIONS(1328), 5, sym_identifier, sym__terminator, anon_sym_COMMA, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -174050,251 +217768,268 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [135075] = 13, + [173767] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1672), 2, + STATE(2373), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1169), 5, + ACTIONS(4135), 32, sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135139] = 13, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173815] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1673), 2, + ACTIONS(4279), 1, + ts_builtin_sym_end, + STATE(2374), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1173), 5, + ACTIONS(3890), 31, sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135203] = 13, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173865] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1674), 2, + ACTIONS(4281), 1, + ts_builtin_sym_end, + STATE(2375), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1157), 5, + ACTIONS(3876), 31, sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135267] = 13, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173915] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1675), 2, + ACTIONS(4283), 1, + ts_builtin_sym_end, + STATE(2376), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1149), 5, + ACTIONS(3874), 31, sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135331] = 13, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173965] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1676), 2, + ACTIONS(4285), 1, + ts_builtin_sym_end, + STATE(2377), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(3844), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174015] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1145), 5, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2378), 2, + sym_comment, + sym_include, + ACTIONS(1258), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -174305,42 +218040,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [135395] = 13, + [174083] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, + STATE(700), 1, sym__comparison_operator, - STATE(797), 1, + STATE(701), 1, sym__multiplicative_operator, - STATE(798), 1, + STATE(702), 1, sym__additive_operator, - STATE(799), 1, + STATE(705), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1677), 2, + STATE(2379), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1181), 5, + ACTIONS(1316), 5, sym_identifier, sym__terminator, anon_sym_COMMA, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -174356,181 +218091,151 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [135459] = 13, + [174147] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(796), 1, - sym__comparison_operator, - STATE(797), 1, - sym__multiplicative_operator, - STATE(798), 1, - sym__additive_operator, - STATE(799), 1, - sym__logical_operator, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1678), 2, + ACTIONS(4287), 1, + ts_builtin_sym_end, + STATE(2380), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(250), 5, + ACTIONS(3828), 31, sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135523] = 15, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174197] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - ACTIONS(3021), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(19), 1, - aux_sym_member_access_repeat1, - STATE(27), 1, - sym_function_arguments, - STATE(1679), 2, + ACTIONS(4289), 1, + ts_builtin_sym_end, + STATE(2381), 2, sym_comment, sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135591] = 19, - ACTIONS(69), 1, + ACTIONS(3826), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174247] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(3027), 1, - aux_sym_of_phrase_token2, - STATE(1014), 1, - sym__comparison_operator, - STATE(1015), 1, - sym__multiplicative_operator, - STATE(1016), 1, - sym__additive_operator, - STATE(1017), 1, - sym__logical_operator, - STATE(4489), 1, - sym_of_phrase, - STATE(5001), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1680), 2, + ACTIONS(4291), 1, + ts_builtin_sym_end, + STATE(2382), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135667] = 6, + ACTIONS(3824), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174297] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3029), 1, - ts_builtin_sym_end, - STATE(1681), 2, + STATE(2383), 2, sym_comment, sym_include, - ACTIONS(3031), 31, + ACTIONS(3650), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174561,471 +218266,412 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135717] = 7, + [174345] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3038), 1, - sym__escaped_string, - STATE(2773), 1, - sym_index_tuning, - ACTIONS(3035), 2, - aux_sym_type_tuning_token1, - aux_sym_index_tuning_token1, - STATE(1682), 3, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2384), 2, sym_comment, sym_include, - aux_sym_index_definition_repeat1, - ACTIONS(3033), 28, - anon_sym_LBRACE, + ACTIONS(3586), 32, sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [135769] = 19, - ACTIONS(69), 1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174393] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(3040), 1, - aux_sym_of_phrase_token2, - STATE(1014), 1, - sym__comparison_operator, - STATE(1015), 1, - sym__multiplicative_operator, - STATE(1016), 1, - sym__additive_operator, - STATE(1017), 1, - sym__logical_operator, - STATE(4516), 1, - sym_of_phrase, - STATE(5006), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1683), 2, + STATE(2385), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135845] = 7, + ACTIONS(4129), 32, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174441] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3042), 1, - sym__namecolon, - ACTIONS(91), 2, - sym__or_operator, - sym__and_operator, - STATE(1684), 3, + STATE(2386), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 28, - anon_sym_SLASH, + ACTIONS(4125), 32, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [135897] = 9, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174489] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(3045), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1685), 2, + ACTIONS(4293), 1, + ts_builtin_sym_end, + STATE(2387), 2, sym_comment, sym_include, - ACTIONS(1373), 27, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [135953] = 15, - ACTIONS(69), 1, + ACTIONS(3804), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174539] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - ACTIONS(3047), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(19), 1, - aux_sym_member_access_repeat1, - STATE(27), 1, - sym_function_arguments, - STATE(1686), 2, + ACTIONS(4295), 1, + ts_builtin_sym_end, + STATE(2388), 2, sym_comment, sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [136021] = 9, + ACTIONS(3802), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174589] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2678), 1, - anon_sym_LBRACK, - ACTIONS(2680), 1, - anon_sym_LPAREN, - STATE(2544), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1687), 2, + ACTIONS(4297), 1, + ts_builtin_sym_end, + STATE(2389), 2, sym_comment, sym_include, - ACTIONS(73), 27, - anon_sym_SLASH, + ACTIONS(3800), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [136077] = 8, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174639] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2716), 1, - sym__namecolon, - STATE(1684), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1688), 2, + STATE(2390), 2, sym_comment, sym_include, - ACTIONS(100), 28, - anon_sym_SLASH, + ACTIONS(4121), 32, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [136131] = 28, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174687] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3083), 1, - sym_of, - STATE(3221), 1, - sym__pre_tuning, - STATE(3344), 1, - sym_where_clause, - STATE(3370), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3729), 1, - aux_sym_for_phrase_repeat2, - STATE(4312), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5217), 1, - aux_sym_for_statement_repeat1, - STATE(5931), 1, - sym_body, - STATE(1689), 2, + ACTIONS(4299), 1, + ts_builtin_sym_end, + STATE(2391), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [136225] = 8, + ACTIONS(3798), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174737] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2716), 1, - sym__namecolon, - STATE(1684), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1690), 2, + ACTIONS(4301), 1, + ts_builtin_sym_end, + STATE(2392), 2, sym_comment, sym_include, - ACTIONS(100), 28, - anon_sym_SLASH, + ACTIONS(3796), 31, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [136279] = 5, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174787] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1691), 2, + ACTIONS(4303), 1, + ts_builtin_sym_end, + STATE(2393), 2, sym_comment, sym_include, - ACTIONS(3061), 32, + ACTIONS(3794), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175056,19 +218702,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136327] = 5, + [174837] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1692), 2, + ACTIONS(4305), 1, + ts_builtin_sym_end, + STATE(2394), 2, sym_comment, sym_include, - ACTIONS(3063), 32, + ACTIONS(3792), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175099,19 +218746,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136375] = 5, + [174887] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1693), 2, + ACTIONS(4307), 1, + ts_builtin_sym_end, + STATE(2395), 2, sym_comment, sym_include, - ACTIONS(3065), 32, + ACTIONS(3790), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175142,63 +218790,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136423] = 6, + [174937] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1694), 2, + ACTIONS(4309), 1, + ts_builtin_sym_end, + STATE(2396), 2, sym_comment, sym_include, - ACTIONS(140), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(142), 29, - anon_sym_SLASH, + ACTIONS(3788), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [136473] = 5, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174987] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1695), 2, + ACTIONS(4311), 1, + ts_builtin_sym_end, + STATE(2397), 2, sym_comment, sym_include, - ACTIONS(3067), 32, + ACTIONS(3786), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175229,19 +218878,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136521] = 5, + [175037] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1696), 2, + ACTIONS(4313), 1, + ts_builtin_sym_end, + STATE(2398), 2, sym_comment, sym_include, - ACTIONS(3069), 32, + ACTIONS(3784), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175272,19 +218922,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136569] = 5, + [175087] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1697), 2, + ACTIONS(4315), 1, + ts_builtin_sym_end, + STATE(2399), 2, sym_comment, sym_include, - ACTIONS(3071), 32, + ACTIONS(3782), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175315,19 +218966,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136617] = 5, + [175137] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1698), 2, + ACTIONS(4317), 1, + ts_builtin_sym_end, + STATE(2400), 2, sym_comment, sym_include, - ACTIONS(3073), 32, + ACTIONS(3778), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175358,19 +219010,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136665] = 5, + [175187] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1699), 2, + ACTIONS(4319), 1, + ts_builtin_sym_end, + STATE(2401), 2, sym_comment, sym_include, - ACTIONS(3075), 32, + ACTIONS(3772), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175401,63 +219054,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136713] = 6, + [175237] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1700), 2, + ACTIONS(4321), 1, + ts_builtin_sym_end, + STATE(2402), 2, sym_comment, sym_include, - ACTIONS(144), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(146), 29, - anon_sym_SLASH, + ACTIONS(3770), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [136763] = 5, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [175287] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1701), 2, + ACTIONS(4323), 1, + ts_builtin_sym_end, + STATE(2403), 2, sym_comment, sym_include, - ACTIONS(3077), 32, + ACTIONS(3760), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175488,19 +219142,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136811] = 5, + [175337] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1702), 2, + ACTIONS(4325), 1, + ts_builtin_sym_end, + STATE(2404), 2, sym_comment, sym_include, - ACTIONS(3079), 32, + ACTIONS(3758), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175531,19 +219186,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136859] = 5, + [175387] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1703), 2, + ACTIONS(4327), 1, + ts_builtin_sym_end, + STATE(2405), 2, sym_comment, sym_include, - ACTIONS(3081), 32, + ACTIONS(3756), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175574,17 +219230,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136907] = 5, + [175437] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1704), 2, + STATE(2406), 2, sym_comment, sym_include, - ACTIONS(3083), 32, + ACTIONS(4109), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175617,17 +219273,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136955] = 5, + [175485] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1705), 2, + STATE(2407), 2, sym_comment, sym_include, - ACTIONS(3085), 32, + ACTIONS(4105), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175660,19 +219316,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137003] = 5, + [175533] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1706), 2, + ACTIONS(4329), 1, + ts_builtin_sym_end, + STATE(2408), 2, sym_comment, sym_include, - ACTIONS(3087), 32, + ACTIONS(3738), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175703,163 +219360,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137051] = 6, + [175583] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1707), 2, + ACTIONS(4331), 1, + ts_builtin_sym_end, + STATE(2409), 2, sym_comment, sym_include, - ACTIONS(128), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(130), 29, - anon_sym_SLASH, + ACTIONS(3736), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [137101] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - ACTIONS(3089), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(19), 1, - aux_sym_member_access_repeat1, - STATE(27), 1, - sym_function_arguments, - STATE(1708), 2, - sym_comment, - sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [137169] = 9, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [175633] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, - sym_identifier, - ACTIONS(3091), 1, - aux_sym_input_expression_token2, - STATE(223), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1709), 2, + ACTIONS(4333), 1, + ts_builtin_sym_end, + STATE(2410), 2, sym_comment, sym_include, - ACTIONS(1373), 27, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__block_terminator_token1, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, + ACTIONS(3734), 31, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - [137225] = 5, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [175683] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1710), 2, + ACTIONS(4335), 1, + ts_builtin_sym_end, + STATE(2411), 2, sym_comment, sym_include, - ACTIONS(3093), 32, + ACTIONS(3732), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175890,19 +219492,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137273] = 5, + [175733] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1711), 2, + ACTIONS(4337), 1, + ts_builtin_sym_end, + STATE(2412), 2, sym_comment, sym_include, - ACTIONS(3095), 32, + ACTIONS(3730), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175933,17 +219536,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137321] = 5, + [175783] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1712), 2, + STATE(2413), 2, sym_comment, sym_include, - ACTIONS(3097), 32, + ACTIONS(4101), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175976,19 +219579,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137369] = 5, + [175831] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1713), 2, + ACTIONS(4339), 1, + ts_builtin_sym_end, + STATE(2414), 2, sym_comment, sym_include, - ACTIONS(3099), 32, + ACTIONS(3724), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176019,19 +219623,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137417] = 5, + [175881] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1714), 2, + ACTIONS(4341), 1, + ts_builtin_sym_end, + STATE(2415), 2, sym_comment, sym_include, - ACTIONS(3101), 32, + ACTIONS(3722), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176062,17 +219667,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137465] = 5, + [175931] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1715), 2, + STATE(2416), 2, sym_comment, sym_include, - ACTIONS(3103), 32, + ACTIONS(4095), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -176105,17 +219710,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137513] = 5, + [175979] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1716), 2, + STATE(2417), 2, sym_comment, sym_include, - ACTIONS(3105), 32, + ACTIONS(4083), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -176148,19 +219753,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137561] = 5, + [176027] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1717), 2, + ACTIONS(4343), 1, + ts_builtin_sym_end, + STATE(2418), 2, sym_comment, sym_include, - ACTIONS(3107), 32, + ACTIONS(3568), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176191,49 +219797,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137609] = 15, - ACTIONS(69), 1, + [176077] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - ACTIONS(3109), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(19), 1, - aux_sym_member_access_repeat1, - STATE(27), 1, - sym_function_arguments, - STATE(1718), 2, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2419), 2, sym_comment, sym_include, - ACTIONS(73), 4, + ACTIONS(1119), 4, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1312), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -176244,19 +219848,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [137677] = 5, + [176141] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1719), 2, + ACTIONS(4345), 1, + ts_builtin_sym_end, + STATE(2420), 2, sym_comment, sym_include, - ACTIONS(3111), 32, + ACTIONS(3704), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176287,19 +219892,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137725] = 5, + [176191] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1720), 2, + ACTIONS(4347), 1, + ts_builtin_sym_end, + STATE(2421), 2, sym_comment, sym_include, - ACTIONS(3113), 32, + ACTIONS(3702), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176330,19 +219936,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137773] = 5, + [176241] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1721), 2, + ACTIONS(4349), 1, + ts_builtin_sym_end, + STATE(2422), 2, sym_comment, sym_include, - ACTIONS(3115), 32, + ACTIONS(3700), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176373,19 +219980,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137821] = 5, + [176291] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1722), 2, + ACTIONS(4351), 1, + ts_builtin_sym_end, + STATE(2423), 2, sym_comment, sym_include, - ACTIONS(3117), 32, + ACTIONS(3694), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176416,19 +220024,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137869] = 5, + [176341] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1723), 2, + ACTIONS(4353), 1, + ts_builtin_sym_end, + STATE(2424), 2, sym_comment, sym_include, - ACTIONS(3119), 32, + ACTIONS(3692), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176459,19 +220068,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137917] = 5, + [176391] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1724), 2, + ACTIONS(4355), 1, + ts_builtin_sym_end, + STATE(2425), 2, sym_comment, sym_include, - ACTIONS(3121), 32, + ACTIONS(3682), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176502,109 +220112,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137965] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2684), 1, - sym__namecolon, - STATE(1597), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1725), 2, - sym_comment, - sym_include, - ACTIONS(100), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [138019] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1726), 2, - sym_comment, - sym_include, - ACTIONS(109), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(111), 29, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [138069] = 5, + [176441] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1727), 2, + ACTIONS(4357), 1, + ts_builtin_sym_end, + STATE(2426), 2, sym_comment, sym_include, - ACTIONS(3123), 32, + ACTIONS(3680), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176635,19 +220156,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138117] = 5, + [176491] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1728), 2, + ACTIONS(4359), 1, + ts_builtin_sym_end, + STATE(2427), 2, sym_comment, sym_include, - ACTIONS(3125), 32, + ACTIONS(3678), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176678,19 +220200,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138165] = 5, + [176541] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1729), 2, + ACTIONS(4361), 1, + ts_builtin_sym_end, + STATE(2428), 2, sym_comment, sym_include, - ACTIONS(3127), 32, + ACTIONS(3676), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176721,66 +220244,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138213] = 9, + [176591] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, - sym_identifier, - ACTIONS(3129), 1, - aux_sym_input_expression_token2, - STATE(223), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(1730), 2, - sym_comment, - sym_include, - ACTIONS(1373), 27, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - [138269] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1731), 2, + ACTIONS(4363), 1, + ts_builtin_sym_end, + STATE(2429), 2, sym_comment, sym_include, - ACTIONS(3131), 32, + ACTIONS(3674), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176811,19 +220288,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138317] = 5, + [176641] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1732), 2, + ACTIONS(4365), 1, + ts_builtin_sym_end, + STATE(2430), 2, sym_comment, sym_include, - ACTIONS(3133), 32, + ACTIONS(3672), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176854,64 +220332,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138365] = 7, + [176691] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3135), 1, - aux_sym_function_call_token1, - STATE(1733), 2, - sym_comment, - sym_include, - ACTIONS(166), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(168), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [138417] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1734), 2, + ACTIONS(4367), 1, + ts_builtin_sym_end, + STATE(2431), 2, sym_comment, sym_include, - ACTIONS(3137), 32, + ACTIONS(3670), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176942,19 +220376,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138465] = 5, + [176741] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1735), 2, + ACTIONS(4369), 1, + ts_builtin_sym_end, + STATE(2432), 2, sym_comment, sym_include, - ACTIONS(3139), 32, + ACTIONS(3668), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176985,19 +220420,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138513] = 5, + [176791] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1736), 2, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2433), 2, sym_comment, sym_include, - ACTIONS(3141), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1320), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [176855] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4371), 1, + ts_builtin_sym_end, + STATE(2434), 2, + sym_comment, + sym_include, + ACTIONS(3662), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177028,19 +220515,121 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138561] = 6, + [176905] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3143), 1, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2435), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1348), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [176969] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2436), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1344), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [177033] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4373), 1, ts_builtin_sym_end, - STATE(1737), 2, + STATE(2437), 2, sym_comment, sym_include, - ACTIONS(3061), 31, + ACTIONS(3652), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177072,105 +220661,121 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138611] = 5, + [177083] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1738), 2, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2438), 2, sym_comment, sym_include, - ACTIONS(3145), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1340), 5, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [138659] = 5, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [177147] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1739), 2, + STATE(700), 1, + sym__comparison_operator, + STATE(701), 1, + sym__multiplicative_operator, + STATE(702), 1, + sym__additive_operator, + STATE(705), 1, + sym__logical_operator, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2439), 2, sym_comment, sym_include, - ACTIONS(3147), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(250), 5, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [138707] = 6, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [177211] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3149), 1, + ACTIONS(4375), 1, ts_builtin_sym_end, - STATE(1740), 2, + STATE(2440), 2, sym_comment, sym_include, - ACTIONS(3063), 31, + ACTIONS(4131), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177202,106 +220807,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138757] = 6, + [177261] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3151), 1, + ACTIONS(4377), 1, ts_builtin_sym_end, - STATE(1741), 2, - sym_comment, - sym_include, - ACTIONS(3065), 31, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [138807] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1742), 2, - sym_comment, - sym_include, - ACTIONS(3153), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [138855] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1743), 2, + STATE(2441), 2, sym_comment, sym_include, - ACTIONS(3155), 32, + ACTIONS(3646), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177332,19 +220851,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138903] = 6, + [177311] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3157), 1, + ACTIONS(4379), 1, ts_builtin_sym_end, - STATE(1744), 2, + STATE(2442), 2, sym_comment, sym_include, - ACTIONS(3067), 31, + ACTIONS(3644), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177376,19 +220895,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138953] = 6, + [177361] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3159), 1, + ACTIONS(4381), 1, ts_builtin_sym_end, - STATE(1745), 2, + STATE(2443), 2, sym_comment, sym_include, - ACTIONS(3069), 31, + ACTIONS(3642), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177420,19 +220939,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139003] = 5, + [177411] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1746), 2, + ACTIONS(4383), 1, + ts_builtin_sym_end, + STATE(2444), 2, sym_comment, sym_include, - ACTIONS(3161), 32, + ACTIONS(3640), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177463,19 +220983,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139051] = 5, + [177461] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1747), 2, + ACTIONS(4385), 1, + ts_builtin_sym_end, + STATE(2445), 2, sym_comment, sym_include, - ACTIONS(3163), 32, + ACTIONS(3638), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177506,17 +221027,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139099] = 5, + [177511] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1748), 2, + STATE(2446), 2, sym_comment, sym_include, - ACTIONS(3165), 32, + ACTIONS(4077), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -177549,17 +221070,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139147] = 5, + [177559] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1749), 2, + STATE(2447), 2, sym_comment, sym_include, - ACTIONS(3167), 32, + ACTIONS(4073), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -177592,19 +221113,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139195] = 5, + [177607] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1750), 2, + ACTIONS(4387), 1, + ts_builtin_sym_end, + STATE(2448), 2, sym_comment, sym_include, - ACTIONS(3169), 32, + ACTIONS(3628), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177635,19 +221157,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139243] = 5, + [177657] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1751), 2, + ACTIONS(4389), 1, + ts_builtin_sym_end, + STATE(2449), 2, sym_comment, sym_include, - ACTIONS(3171), 32, + ACTIONS(3626), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177678,19 +221201,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139291] = 6, + [177707] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3173), 1, + ACTIONS(4391), 1, ts_builtin_sym_end, - STATE(1752), 2, + STATE(2450), 2, sym_comment, sym_include, - ACTIONS(3071), 31, + ACTIONS(3624), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177722,20 +221245,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139341] = 6, + [177757] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3175), 1, - ts_builtin_sym_end, - STATE(1753), 2, + STATE(2451), 2, sym_comment, sym_include, - ACTIONS(3073), 31, + ACTIONS(4069), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177766,17 +221288,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139391] = 5, + [177805] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1754), 2, + STATE(2452), 2, sym_comment, sym_include, - ACTIONS(3177), 32, + ACTIONS(4065), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -177809,19 +221331,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139439] = 6, + [177853] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3179), 1, + ACTIONS(4393), 1, ts_builtin_sym_end, - STATE(1755), 2, + STATE(2453), 2, sym_comment, sym_include, - ACTIONS(3075), 31, + ACTIONS(3614), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177853,19 +221375,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139489] = 5, + [177903] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1756), 2, + ACTIONS(4395), 1, + ts_builtin_sym_end, + STATE(2454), 2, sym_comment, sym_include, - ACTIONS(3181), 32, + ACTIONS(3612), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177896,19 +221419,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139537] = 5, + [177953] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1757), 2, + ACTIONS(4397), 1, + ts_builtin_sym_end, + STATE(2455), 2, sym_comment, sym_include, - ACTIONS(3183), 32, + ACTIONS(3572), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177939,19 +221463,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139585] = 5, + [178003] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1758), 2, + ACTIONS(4399), 1, + ts_builtin_sym_end, + STATE(2456), 2, sym_comment, sym_include, - ACTIONS(3185), 32, + ACTIONS(3606), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177982,19 +221507,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139633] = 5, + [178053] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1759), 2, + ACTIONS(4401), 1, + ts_builtin_sym_end, + STATE(2457), 2, sym_comment, sym_include, - ACTIONS(3187), 32, + ACTIONS(3604), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178025,19 +221551,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139681] = 5, + [178103] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1760), 2, + ACTIONS(4403), 1, + ts_builtin_sym_end, + STATE(2458), 2, sym_comment, sym_include, - ACTIONS(3189), 32, + ACTIONS(3602), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178068,17 +221595,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139729] = 5, + [178153] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1761), 2, + STATE(2459), 2, sym_comment, sym_include, - ACTIONS(3191), 32, + ACTIONS(3686), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178111,17 +221638,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139777] = 5, + [178201] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1762), 2, + STATE(2460), 2, sym_comment, sym_include, - ACTIONS(3193), 32, + ACTIONS(3690), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178154,17 +221681,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139825] = 5, + [178249] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1763), 2, + STATE(2461), 2, sym_comment, sym_include, - ACTIONS(3195), 32, + ACTIONS(4059), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178197,19 +221724,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139873] = 5, + [178297] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1764), 2, + ACTIONS(4405), 1, + ts_builtin_sym_end, + STATE(2462), 2, sym_comment, sym_include, - ACTIONS(3197), 32, + ACTIONS(3574), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178240,17 +221768,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139921] = 5, + [178347] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1765), 2, + STATE(2463), 2, sym_comment, sym_include, - ACTIONS(3199), 32, + ACTIONS(3698), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178283,17 +221811,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139969] = 5, + [178395] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1766), 2, + STATE(2464), 2, sym_comment, sym_include, - ACTIONS(3201), 32, + ACTIONS(4053), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178326,17 +221854,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140017] = 5, + [178443] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1767), 2, + STATE(2465), 2, sym_comment, sym_include, - ACTIONS(3203), 32, + ACTIONS(4049), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178369,17 +221897,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140065] = 5, + [178491] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1768), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(1728), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(2466), 2, + sym_comment, + sym_include, + ACTIONS(1480), 27, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [178547] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2467), 2, sym_comment, sym_include, - ACTIONS(3205), 32, + ACTIONS(4045), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178412,20 +221987,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140113] = 6, + [178595] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3207), 1, - ts_builtin_sym_end, - STATE(1769), 2, + STATE(2468), 2, sym_comment, sym_include, - ACTIONS(3077), 31, + ACTIONS(4041), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178456,20 +222030,275 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140163] = 6, + [178643] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2469), 2, + sym_comment, + sym_include, + ACTIONS(1262), 7, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [178709] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + STATE(2470), 2, + sym_comment, + sym_include, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 24, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + [178767] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2471), 2, + sym_comment, + sym_include, + ACTIONS(1326), 22, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + [178829] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2472), 2, + sym_comment, + sym_include, + ACTIONS(1330), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [178897] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2473), 2, + sym_comment, + sym_include, + ACTIONS(1318), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [178965] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3209), 1, - ts_builtin_sym_end, - STATE(1770), 2, + STATE(2474), 2, sym_comment, sym_include, - ACTIONS(3079), 31, + ACTIONS(4029), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178500,20 +222329,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140213] = 6, + [179013] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3211), 1, - ts_builtin_sym_end, - STATE(1771), 2, + STATE(2475), 2, sym_comment, sym_include, - ACTIONS(3081), 31, + ACTIONS(4025), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178544,20 +222372,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140263] = 6, + [179061] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3213), 1, - ts_builtin_sym_end, - STATE(1772), 2, + STATE(2476), 2, sym_comment, sym_include, - ACTIONS(3083), 31, + ACTIONS(4021), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178588,17 +222415,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140313] = 5, + [179109] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1773), 2, + STATE(2477), 2, sym_comment, sym_include, - ACTIONS(3215), 32, + ACTIONS(4017), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178631,17 +222458,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140361] = 5, + [179157] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1774), 2, + STATE(2478), 2, sym_comment, sym_include, - ACTIONS(3217), 32, + ACTIONS(4013), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178674,20 +222501,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140409] = 6, + [179205] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3219), 1, - ts_builtin_sym_end, - STATE(1775), 2, + STATE(2479), 2, sym_comment, sym_include, - ACTIONS(3085), 31, + ACTIONS(4009), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178718,17 +222544,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140459] = 5, + [179253] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1776), 2, + STATE(2480), 2, sym_comment, sym_include, - ACTIONS(3221), 32, + ACTIONS(4001), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178761,17 +222587,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140507] = 5, + [179301] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1777), 2, + STATE(2481), 2, sym_comment, sym_include, - ACTIONS(3223), 32, + ACTIONS(3632), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178804,60 +222630,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140555] = 5, + [179349] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1778), 2, + ACTIONS(3143), 1, + sym__namedoublecolon, + STATE(2523), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(2482), 2, sym_comment, sym_include, - ACTIONS(3225), 32, + ACTIONS(127), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [140603] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179403] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1779), 2, + STATE(2483), 2, sym_comment, sym_include, - ACTIONS(3227), 32, + ACTIONS(3622), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178890,17 +222719,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140651] = 5, + [179451] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1780), 2, + STATE(2484), 2, sym_comment, sym_include, - ACTIONS(3229), 32, + ACTIONS(3618), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -178933,20 +222762,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140699] = 6, + [179499] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3231), 1, - ts_builtin_sym_end, - STATE(1781), 2, + STATE(2485), 2, sym_comment, sym_include, - ACTIONS(3087), 31, + ACTIONS(3746), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178977,17 +222805,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140749] = 5, + [179547] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1782), 2, + STATE(2486), 2, sym_comment, sym_include, - ACTIONS(3233), 32, + ACTIONS(3750), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179020,60 +222848,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140797] = 5, + [179595] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1783), 2, + ACTIONS(3175), 1, + sym__namecolon, + STATE(1979), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2487), 2, sym_comment, sym_include, - ACTIONS(3235), 32, + ACTIONS(93), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [140845] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179649] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1784), 2, + STATE(2488), 2, sym_comment, sym_include, - ACTIONS(3237), 32, + ACTIONS(3610), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179106,17 +222937,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140893] = 5, + [179697] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1785), 2, + STATE(2489), 2, + sym_comment, + sym_include, + ACTIONS(113), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(115), 29, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179747] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2490), 2, sym_comment, sym_include, - ACTIONS(3239), 32, + ACTIONS(4213), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179149,17 +223024,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140941] = 5, + [179795] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1786), 2, + STATE(2491), 2, sym_comment, sym_include, - ACTIONS(3241), 32, + ACTIONS(3764), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179192,17 +223067,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140989] = 5, + [179843] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1787), 2, + STATE(2492), 2, sym_comment, sym_include, - ACTIONS(3243), 32, + ACTIONS(3768), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179235,74 +223110,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141037] = 19, + [179891] = 28, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, aux_sym_of_token1, - ACTIONS(3245), 1, - aux_sym_of_phrase_token2, - STATE(1014), 1, - sym__comparison_operator, - STATE(1015), 1, - sym__multiplicative_operator, - STATE(1016), 1, - sym__additive_operator, - STATE(1017), 1, - sym__logical_operator, - STATE(4466), 1, - sym_of_phrase, - STATE(5046), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1788), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3428), 1, + sym_of, + STATE(3666), 1, + sym__pre_tuning, + STATE(3865), 1, + aux_sym_for_phrase_repeat1, + STATE(3867), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4285), 1, + aux_sym_for_phrase_repeat2, + STATE(4936), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5982), 1, + aux_sym_for_statement_repeat1, + STATE(6949), 1, + sym_body, + STATE(2493), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [141113] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [179985] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1789), 2, + STATE(2494), 2, sym_comment, sym_include, - ACTIONS(3247), 32, + ACTIONS(3987), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179335,17 +223219,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141161] = 5, + [180033] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1790), 2, + STATE(2495), 2, sym_comment, sym_include, - ACTIONS(3249), 32, + ACTIONS(3776), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179378,17 +223262,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141209] = 5, + [180081] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1791), 2, + STATE(2496), 2, sym_comment, sym_include, - ACTIONS(3251), 32, + ACTIONS(3983), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179421,17 +223305,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141257] = 5, + [180129] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1792), 2, + STATE(2497), 2, sym_comment, sym_include, - ACTIONS(3253), 32, + ACTIONS(3979), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179464,17 +223348,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141305] = 5, + [180177] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1793), 2, + STATE(2498), 2, sym_comment, sym_include, - ACTIONS(3255), 32, + ACTIONS(3975), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179507,17 +223391,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141353] = 5, + [180225] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1794), 2, + STATE(2499), 2, sym_comment, sym_include, - ACTIONS(3257), 32, + ACTIONS(3971), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179550,17 +223434,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141401] = 5, + [180273] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4412), 1, + sym__escaped_string, + STATE(3148), 1, + sym_index_tuning, + ACTIONS(4409), 2, + aux_sym_type_tuning_token1, + aux_sym_index_tuning_token1, + STATE(2500), 3, + sym_comment, + sym_include, + aux_sym_index_definition_repeat1, + ACTIONS(4407), 28, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [180325] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1795), 2, + STATE(2501), 2, sym_comment, sym_include, - ACTIONS(3259), 32, + ACTIONS(3965), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179593,17 +223522,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141449] = 5, + [180373] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1796), 2, + STATE(2502), 2, sym_comment, sym_include, - ACTIONS(3261), 32, + ACTIONS(3957), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179636,17 +223565,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141497] = 5, + [180421] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1797), 2, + STATE(2503), 2, sym_comment, sym_include, - ACTIONS(3263), 32, + ACTIONS(3953), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179679,17 +223608,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141545] = 5, + [180469] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1798), 2, + STATE(2504), 2, sym_comment, sym_include, - ACTIONS(3265), 32, + ACTIONS(3949), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179722,17 +223651,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141593] = 5, + [180517] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1799), 2, + STATE(2505), 2, sym_comment, sym_include, - ACTIONS(3267), 32, + ACTIONS(3942), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179765,17 +223694,323 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141641] = 5, + [180565] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1800), 2, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2506), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(250), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [180629] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2507), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1340), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [180693] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2508), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1344), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [180757] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2509), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1348), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [180821] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2510), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1320), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [180885] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2511), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1312), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [180949] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2512), 2, sym_comment, sym_include, - ACTIONS(3269), 32, + ACTIONS(3936), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -179808,20 +224043,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141689] = 6, + [180997] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2513), 2, + sym_comment, + sym_include, + ACTIONS(248), 7, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [181063] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3271), 1, - ts_builtin_sym_end, - STATE(1801), 2, + STATE(2514), 2, sym_comment, sym_include, - ACTIONS(3093), 31, + ACTIONS(3932), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179852,19 +224138,125 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141739] = 6, + [181111] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2515), 2, + sym_comment, + sym_include, + ACTIONS(1342), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [181179] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2516), 2, + sym_comment, + sym_include, + ACTIONS(1346), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [181247] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3273), 1, + ACTIONS(4414), 1, ts_builtin_sym_end, - STATE(1802), 2, + STATE(2517), 2, sym_comment, sym_include, - ACTIONS(3095), 31, + ACTIONS(3594), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -179896,20 +224288,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141789] = 6, + [181297] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3275), 1, - ts_builtin_sym_end, - STATE(1803), 2, + STATE(2518), 2, sym_comment, sym_include, - ACTIONS(3097), 31, + ACTIONS(3926), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179940,19 +224331,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141839] = 6, + [181345] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3277), 1, + ACTIONS(4416), 1, ts_builtin_sym_end, - STATE(1804), 2, + STATE(2519), 2, sym_comment, sym_include, - ACTIONS(3099), 31, + ACTIONS(3596), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -179984,17 +224375,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141889] = 5, + [181395] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1805), 2, + STATE(2520), 2, sym_comment, sym_include, - ACTIONS(3279), 32, + ACTIONS(3918), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180027,150 +224418,163 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141937] = 5, + [181443] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1806), 2, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1262), 2, + sym__or_operator, + sym__and_operator, + STATE(2521), 2, sym_comment, sym_include, - ACTIONS(3281), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1260), 5, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + sym__terminator, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [141985] = 5, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [181507] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1807), 2, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1310), 2, + sym__or_operator, + sym__and_operator, + STATE(2522), 2, sym_comment, sym_include, - ACTIONS(3283), 32, + ACTIONS(1308), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [142033] = 6, + anon_sym_NO_DASHERROR, + [181565] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3285), 1, - ts_builtin_sym_end, - STATE(1808), 2, + ACTIONS(4418), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(2523), 3, sym_comment, sym_include, - ACTIONS(3101), 31, + aux_sym_member_access_repeat1, + ACTIONS(143), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [142083] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [181617] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3287), 1, - ts_builtin_sym_end, - STATE(1809), 2, + STATE(2524), 2, sym_comment, sym_include, - ACTIONS(3103), 31, + ACTIONS(3838), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -180201,17 +224605,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142133] = 5, + [181665] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1810), 2, + STATE(2525), 2, sym_comment, sym_include, - ACTIONS(3289), 32, + ACTIONS(3842), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180244,17 +224648,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142181] = 5, + [181713] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1811), 2, + ACTIONS(4421), 1, + anon_sym_NO_DASHERROR, + STATE(2526), 2, + sym_comment, + sym_include, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [181765] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2527), 2, sym_comment, sym_include, - ACTIONS(3291), 32, + ACTIONS(3848), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180287,17 +224736,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142229] = 5, + [181813] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1812), 2, + STATE(2528), 2, sym_comment, sym_include, - ACTIONS(3293), 32, + ACTIONS(3852), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180330,17 +224779,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142277] = 5, + [181861] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1813), 2, + STATE(2529), 2, sym_comment, sym_include, - ACTIONS(3295), 32, + ACTIONS(3856), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180373,20 +224822,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142325] = 6, + [181909] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3297), 1, - ts_builtin_sym_end, - STATE(1814), 2, + STATE(2530), 2, sym_comment, sym_include, - ACTIONS(3105), 31, + ACTIONS(3860), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -180417,20 +224865,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142375] = 6, + [181957] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - ts_builtin_sym_end, - STATE(1815), 2, + STATE(2531), 2, sym_comment, sym_include, - ACTIONS(3107), 31, + ACTIONS(3864), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -180461,17 +224908,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142425] = 5, + [182005] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1816), 2, + STATE(2532), 2, sym_comment, sym_include, - ACTIONS(3301), 32, + ACTIONS(3868), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180504,17 +224951,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142473] = 5, + [182053] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1817), 2, + STATE(2533), 2, sym_comment, sym_include, - ACTIONS(3303), 32, + ACTIONS(3872), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180547,47 +224994,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142521] = 13, - ACTIONS(3), 1, + [182101] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(863), 1, - sym__comparison_operator, - STATE(864), 1, - sym__multiplicative_operator, - STATE(865), 1, - sym__additive_operator, - STATE(866), 1, + ACTIONS(3372), 1, + aux_sym_to_phrase_token1, + STATE(997), 1, sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1818), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1153), 5, - sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2534), 2, + sym_comment, + sym_include, + ACTIONS(3370), 4, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -180598,17 +225048,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [142585] = 5, + [182171] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1819), 2, + STATE(2535), 2, sym_comment, sym_include, - ACTIONS(3305), 32, + ACTIONS(3880), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180641,17 +225091,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142633] = 5, + [182219] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1820), 2, + STATE(2536), 2, sym_comment, sym_include, - ACTIONS(3307), 32, + ACTIONS(3884), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180684,17 +225134,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142681] = 5, + [182267] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1821), 2, + STATE(2537), 2, sym_comment, sym_include, - ACTIONS(3309), 32, + ACTIONS(3888), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180727,60 +225177,123 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142729] = 5, - ACTIONS(3), 1, + [182315] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1822), 2, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2538), 2, sym_comment, sym_include, - ACTIONS(3311), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1350), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [142777] = 5, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [182383] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2539), 2, + sym_comment, + sym_include, + ACTIONS(1322), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [182451] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1823), 2, + STATE(2540), 2, sym_comment, sym_include, - ACTIONS(3313), 32, + ACTIONS(3898), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180813,17 +225326,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142825] = 5, + [182499] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1824), 2, + STATE(2541), 2, sym_comment, sym_include, - ACTIONS(3315), 32, + ACTIONS(3902), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -180856,148 +225369,220 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142873] = 5, + [182547] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(997), 1, + sym__logical_operator, + STATE(1000), 1, + sym__additive_operator, + STATE(1010), 1, + sym__multiplicative_operator, + STATE(1011), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2542), 2, + sym_comment, + sym_include, + ACTIONS(1314), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [182615] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1825), 2, + ACTIONS(4423), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(2543), 3, sym_comment, sym_include, - ACTIONS(3317), 32, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [142921] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [182667] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1826), 2, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2544), 2, sym_comment, sym_include, - ACTIONS(3319), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1316), 5, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + sym__terminator, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [142969] = 5, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [182731] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1827), 2, + STATE(1244), 1, + sym__logical_operator, + STATE(1245), 1, + sym__additive_operator, + STATE(1246), 1, + sym__multiplicative_operator, + STATE(1247), 1, + sym__comparison_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2545), 2, sym_comment, sym_include, - ACTIONS(3321), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1328), 5, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + sym__terminator, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [143017] = 5, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [182795] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1828), 2, + ACTIONS(4349), 1, + ts_builtin_sym_end, + STATE(2546), 2, sym_comment, sym_include, - ACTIONS(3323), 32, + ACTIONS(3700), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181007,7 +225592,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181028,19 +225612,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143065] = 5, + [182844] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1829), 2, + ACTIONS(3904), 1, + ts_builtin_sym_end, + STATE(2547), 2, sym_comment, sym_include, - ACTIONS(3325), 32, + ACTIONS(3521), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181050,7 +225635,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181071,19 +225655,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143113] = 5, + [182893] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1830), 2, + ACTIONS(3951), 1, + ts_builtin_sym_end, + STATE(2548), 2, sym_comment, sym_include, - ACTIONS(3327), 32, + ACTIONS(3953), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181093,7 +225678,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181114,19 +225698,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143161] = 5, + [182942] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1831), 2, + ACTIONS(3955), 1, + ts_builtin_sym_end, + STATE(2549), 2, sym_comment, sym_include, - ACTIONS(3329), 32, + ACTIONS(3957), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181136,7 +225721,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181157,19 +225741,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143209] = 5, + [182991] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1832), 2, + ACTIONS(4351), 1, + ts_builtin_sym_end, + STATE(2550), 2, sym_comment, sym_include, - ACTIONS(3331), 32, + ACTIONS(3694), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181179,7 +225764,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181200,19 +225784,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143257] = 5, + [183040] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1833), 2, + ACTIONS(3940), 1, + ts_builtin_sym_end, + STATE(2551), 2, sym_comment, sym_include, - ACTIONS(3333), 32, + ACTIONS(3942), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181222,7 +225807,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181243,85 +225827,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143305] = 28, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(2977), 1, - sym_of, - STATE(3203), 1, - sym__pre_tuning, - STATE(3346), 1, - sym_where_clause, - STATE(3351), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3746), 1, - aux_sym_for_phrase_repeat2, - STATE(4298), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(6135), 1, - sym_body, - STATE(1834), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [143399] = 5, + [183089] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1835), 2, + ACTIONS(3947), 1, + ts_builtin_sym_end, + STATE(2552), 2, sym_comment, sym_include, - ACTIONS(3335), 32, + ACTIONS(3949), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181331,7 +225850,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181352,17 +225870,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143447] = 5, + [183138] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1836), 2, + STATE(2553), 2, sym_comment, sym_include, - ACTIONS(3031), 32, + ACTIONS(4045), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -181374,7 +225892,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181395,60 +225912,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143495] = 5, + [183185] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1837), 2, + STATE(2554), 2, sym_comment, sym_include, - ACTIONS(3337), 32, + ACTIONS(154), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(156), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [143543] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [183234] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1838), 2, + STATE(2555), 2, sym_comment, sym_include, - ACTIONS(3339), 32, + ACTIONS(4049), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -181460,7 +225977,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181481,17 +225997,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143591] = 5, + [183281] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1839), 2, + STATE(2556), 2, sym_comment, sym_include, - ACTIONS(3341), 32, + ACTIONS(4053), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -181503,7 +226019,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181524,17 +226039,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143639] = 5, + [183328] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1840), 2, + STATE(2557), 2, sym_comment, sym_include, - ACTIONS(3343), 32, + ACTIONS(3574), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -181546,7 +226061,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181567,17 +226081,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143687] = 5, + [183375] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1841), 2, + STATE(2558), 2, sym_comment, sym_include, - ACTIONS(3345), 32, + ACTIONS(4059), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -181589,7 +226103,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181610,20 +226123,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143735] = 6, + [183422] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3347), 1, - ts_builtin_sym_end, - STATE(1842), 2, + STATE(2559), 2, sym_comment, sym_include, - ACTIONS(3111), 31, + ACTIONS(3572), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181633,7 +226145,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181654,19 +226165,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143785] = 5, + [183469] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1843), 2, + ACTIONS(4353), 1, + ts_builtin_sym_end, + STATE(2560), 2, sym_comment, sym_include, - ACTIONS(3349), 32, + ACTIONS(3692), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181676,7 +226188,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181697,17 +226208,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143833] = 5, + [183518] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1844), 2, + STATE(2561), 2, sym_comment, sym_include, - ACTIONS(3351), 32, + ACTIONS(3872), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -181719,7 +226230,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181740,60 +226250,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143881] = 5, + [183565] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1845), 2, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2562), 2, sym_comment, sym_include, - ACTIONS(3353), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(4426), 4, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + sym__terminator, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [143929] = 5, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [183628] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1846), 2, + STATE(2563), 2, sym_comment, sym_include, - ACTIONS(3355), 32, + ACTIONS(4029), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -181805,7 +226322,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181826,19 +226342,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143977] = 6, + [183675] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3357), 1, + ACTIONS(3892), 1, ts_builtin_sym_end, - STATE(1847), 2, + STATE(2564), 2, sym_comment, sym_include, - ACTIONS(3113), 31, + ACTIONS(3894), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181849,7 +226365,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181870,19 +226385,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144027] = 6, + [183724] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3359), 1, + ACTIONS(4279), 1, ts_builtin_sym_end, - STATE(1848), 2, + STATE(2565), 2, sym_comment, sym_include, - ACTIONS(3115), 31, + ACTIONS(3890), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181893,7 +226408,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -181914,106 +226428,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144077] = 6, + [183773] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3361), 1, + ACTIONS(4281), 1, ts_builtin_sym_end, - STATE(1849), 2, - sym_comment, - sym_include, - ACTIONS(3117), 31, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [144127] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1850), 2, - sym_comment, - sym_include, - ACTIONS(3363), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [144175] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1851), 2, + STATE(2566), 2, sym_comment, sym_include, - ACTIONS(3365), 32, + ACTIONS(3876), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182023,7 +226451,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182044,19 +226471,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144223] = 6, + [183822] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3367), 1, + ACTIONS(4355), 1, ts_builtin_sym_end, - STATE(1852), 2, + STATE(2567), 2, sym_comment, sym_include, - ACTIONS(3119), 31, + ACTIONS(3682), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182067,7 +226494,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182088,19 +226514,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144273] = 6, + [183871] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, + ACTIONS(4357), 1, ts_builtin_sym_end, - STATE(1853), 2, + STATE(2568), 2, sym_comment, sym_include, - ACTIONS(3121), 31, + ACTIONS(3680), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182111,7 +226537,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182132,19 +226557,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144323] = 5, + [183920] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1854), 2, + ACTIONS(4259), 1, + ts_builtin_sym_end, + STATE(2569), 2, sym_comment, sym_include, - ACTIONS(3371), 32, + ACTIONS(3961), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182154,7 +226580,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182175,17 +226600,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144371] = 5, + [183969] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1855), 2, + STATE(2570), 2, sym_comment, sym_include, - ACTIONS(3373), 32, + ACTIONS(4065), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -182197,7 +226622,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182218,17 +226642,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144419] = 5, + [184016] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1856), 2, + STATE(2571), 2, sym_comment, sym_include, - ACTIONS(3375), 32, + ACTIONS(4069), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -182240,7 +226664,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182261,19 +226684,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144467] = 5, + [184063] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1857), 2, + ACTIONS(4359), 1, + ts_builtin_sym_end, + STATE(2572), 2, sym_comment, sym_include, - ACTIONS(3377), 32, + ACTIONS(3678), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182283,7 +226707,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182304,19 +226727,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144515] = 5, + [184112] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1858), 2, + ACTIONS(4283), 1, + ts_builtin_sym_end, + STATE(2573), 2, sym_comment, sym_include, - ACTIONS(3379), 32, + ACTIONS(3874), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182326,7 +226750,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182347,62 +226770,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144563] = 5, + [184161] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1859), 2, + STATE(2574), 2, sym_comment, sym_include, - ACTIONS(3381), 32, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(170), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [144611] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [184210] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1860), 2, + ACTIONS(3684), 1, + ts_builtin_sym_end, + STATE(2575), 2, sym_comment, sym_include, - ACTIONS(3383), 32, + ACTIONS(3686), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182412,7 +226836,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182433,19 +226856,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144659] = 5, + [184259] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1861), 2, + ACTIONS(3963), 1, + ts_builtin_sym_end, + STATE(2576), 2, sym_comment, sym_include, - ACTIONS(3385), 32, + ACTIONS(3965), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182455,7 +226879,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182476,17 +226899,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144707] = 5, + [184308] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1862), 2, + STATE(2577), 2, sym_comment, sym_include, - ACTIONS(3387), 32, + ACTIONS(4073), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -182498,7 +226921,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182519,17 +226941,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144755] = 5, + [184355] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1863), 2, + STATE(2578), 2, sym_comment, sym_include, - ACTIONS(3389), 32, + ACTIONS(4077), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -182541,7 +226963,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182562,19 +226983,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144803] = 5, + [184402] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1864), 2, + ACTIONS(3969), 1, + ts_builtin_sym_end, + STATE(2579), 2, sym_comment, sym_include, - ACTIONS(3391), 32, + ACTIONS(3971), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182584,7 +227006,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182605,19 +227026,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144851] = 5, + [184451] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1865), 2, + ACTIONS(4361), 1, + ts_builtin_sym_end, + STATE(2580), 2, sym_comment, sym_include, - ACTIONS(3393), 32, + ACTIONS(3676), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182627,7 +227049,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182648,19 +227069,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144899] = 5, + [184500] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2581), 2, + sym_comment, + sym_include, + ACTIONS(4428), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [184567] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1866), 2, + ACTIONS(3973), 1, + ts_builtin_sym_end, + STATE(2582), 2, sym_comment, sym_include, - ACTIONS(3395), 32, + ACTIONS(3975), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182670,7 +227144,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182691,19 +227164,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144947] = 5, + [184616] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1867), 2, + ACTIONS(4285), 1, + ts_builtin_sym_end, + STATE(2583), 2, sym_comment, sym_include, - ACTIONS(3397), 32, + ACTIONS(3844), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182713,7 +227187,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182734,17 +227207,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144995] = 5, + [184665] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1868), 2, + STATE(2584), 2, sym_comment, sym_include, - ACTIONS(3399), 32, + ACTIONS(3568), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -182756,7 +227229,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182777,19 +227249,110 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145043] = 5, + [184712] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1869), 2, + ACTIONS(3212), 1, + anon_sym_LBRACK, + ACTIONS(3214), 1, + anon_sym_LPAREN, + STATE(3087), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(2585), 2, sym_comment, sym_include, - ACTIONS(3401), 32, + ACTIONS(73), 26, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [184767] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4430), 1, + aux_sym_function_call_token1, + STATE(2586), 2, + sym_comment, + sym_include, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [184818] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4347), 1, + ts_builtin_sym_end, + STATE(2587), 2, + sym_comment, + sym_include, + ACTIONS(3702), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182799,7 +227362,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182820,19 +227382,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145091] = 5, + [184867] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1870), 2, + ACTIONS(3834), 1, + ts_builtin_sym_end, + STATE(2588), 2, sym_comment, sym_include, - ACTIONS(3403), 32, + ACTIONS(3810), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182842,7 +227405,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182863,19 +227425,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145139] = 5, + [184916] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1871), 2, + ACTIONS(3830), 1, + ts_builtin_sym_end, + STATE(2589), 2, sym_comment, sym_include, - ACTIONS(3405), 32, + ACTIONS(3832), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182885,7 +227448,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182906,19 +227468,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145187] = 5, + [184965] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1872), 2, + ACTIONS(4287), 1, + ts_builtin_sym_end, + STATE(2590), 2, sym_comment, sym_include, - ACTIONS(3407), 32, + ACTIONS(3828), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182928,7 +227491,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182949,17 +227511,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145235] = 5, + [185014] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1873), 2, + STATE(2591), 2, sym_comment, sym_include, - ACTIONS(3409), 32, + ACTIONS(4083), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -182971,7 +227533,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -182992,60 +227553,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145283] = 5, + [185061] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1874), 2, + ACTIONS(4087), 1, + sym__escaped_string, + STATE(2592), 2, sym_comment, sym_include, - ACTIONS(3411), 32, + ACTIONS(4085), 31, + anon_sym_COLON, + anon_sym_LBRACE, sym_identifier, - aux_sym__block_terminator_token1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, - aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [145331] = 5, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [185108] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1875), 2, + STATE(2593), 2, sym_comment, sym_include, - ACTIONS(3413), 32, + ACTIONS(4025), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -183057,7 +227617,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183078,17 +227637,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145379] = 5, + [185155] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1876), 2, + STATE(2594), 2, sym_comment, sym_include, - ACTIONS(3415), 32, + ACTIONS(4095), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -183100,7 +227659,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183121,19 +227679,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145427] = 5, + [185202] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1877), 2, + ACTIONS(4289), 1, + ts_builtin_sym_end, + STATE(2595), 2, sym_comment, sym_include, - ACTIONS(3417), 32, + ACTIONS(3826), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183143,7 +227702,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183164,60 +227722,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145475] = 5, + [185251] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1878), 2, + STATE(2596), 2, sym_comment, sym_include, - ACTIONS(3419), 32, + ACTIONS(106), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [145523] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [185300] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1879), 2, + STATE(2597), 2, sym_comment, sym_include, - ACTIONS(3421), 32, + ACTIONS(4101), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -183229,7 +227787,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183250,17 +227807,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145571] = 5, + [185347] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1880), 2, + STATE(2598), 2, sym_comment, sym_include, - ACTIONS(3423), 32, + ACTIONS(4105), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -183272,7 +227829,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183293,19 +227849,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145619] = 6, + [185394] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3425), 1, + ACTIONS(4291), 1, ts_builtin_sym_end, - STATE(1881), 2, + STATE(2599), 2, sym_comment, sym_include, - ACTIONS(3123), 31, + ACTIONS(3824), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183316,7 +227872,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183337,19 +227892,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145669] = 5, + [185443] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1882), 2, + ACTIONS(4345), 1, + ts_builtin_sym_end, + STATE(2600), 2, sym_comment, sym_include, - ACTIONS(3427), 32, + ACTIONS(3704), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183359,7 +227915,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183380,19 +227935,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145717] = 5, + [185492] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1883), 2, + ACTIONS(3706), 1, + ts_builtin_sym_end, + STATE(2601), 2, sym_comment, sym_include, - ACTIONS(3429), 32, + ACTIONS(3708), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183402,7 +227958,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183423,17 +227978,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145765] = 5, + [185541] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1884), 2, + STATE(2602), 2, sym_comment, sym_include, - ACTIONS(3431), 32, + ACTIONS(4041), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -183445,7 +228000,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183466,62 +228020,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145813] = 5, + [185588] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1885), 2, + ACTIONS(3200), 1, + anon_sym_LBRACK, + ACTIONS(3202), 1, + anon_sym_LPAREN, + STATE(3170), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(2603), 2, sym_comment, sym_include, - ACTIONS(3433), 32, + ACTIONS(73), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [145861] = 6, + [185643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3435), 1, + ACTIONS(3710), 1, ts_builtin_sym_end, - STATE(1886), 2, + STATE(2604), 2, sym_comment, sym_include, - ACTIONS(3125), 31, + ACTIONS(3712), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183532,7 +228089,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183553,19 +228109,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145911] = 5, + [185692] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1887), 2, + ACTIONS(3714), 1, + ts_builtin_sym_end, + STATE(2605), 2, sym_comment, sym_include, - ACTIONS(3437), 32, + ACTIONS(3716), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183575,7 +228132,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183596,19 +228152,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145959] = 6, + [185741] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3439), 1, + ACTIONS(3718), 1, ts_builtin_sym_end, - STATE(1888), 2, + STATE(2606), 2, sym_comment, sym_include, - ACTIONS(3127), 31, + ACTIONS(3720), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183619,7 +228175,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183640,19 +228195,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146009] = 5, + [185790] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1889), 2, + ACTIONS(3820), 1, + ts_builtin_sym_end, + STATE(2607), 2, sym_comment, sym_include, - ACTIONS(3441), 32, + ACTIONS(3822), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183662,7 +228218,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183683,19 +228238,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146057] = 5, + [185839] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1890), 2, + ACTIONS(3816), 1, + ts_builtin_sym_end, + STATE(2608), 2, sym_comment, sym_include, - ACTIONS(3441), 32, + ACTIONS(3818), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183705,7 +228261,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183726,19 +228281,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146105] = 5, + [185888] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1891), 2, + ACTIONS(4341), 1, + ts_builtin_sym_end, + STATE(2609), 2, sym_comment, sym_include, - ACTIONS(3009), 32, + ACTIONS(3722), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183748,7 +228304,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183769,19 +228324,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146153] = 5, + [185937] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1892), 2, + ACTIONS(4277), 1, + ts_builtin_sym_end, + STATE(2610), 2, sym_comment, sym_include, - ACTIONS(3443), 32, + ACTIONS(3906), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183791,7 +228347,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183812,17 +228367,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146201] = 5, + [185986] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1893), 2, + STATE(2611), 2, sym_comment, sym_include, - ACTIONS(3445), 32, + ACTIONS(4021), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -183834,7 +228389,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183855,19 +228409,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146249] = 5, + [186033] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1894), 2, + ACTIONS(4339), 1, + ts_builtin_sym_end, + STATE(2612), 2, sym_comment, sym_include, - ACTIONS(3447), 32, + ACTIONS(3724), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183877,7 +228432,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183898,19 +228452,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146297] = 5, + [186082] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1895), 2, + ACTIONS(3812), 1, + ts_builtin_sym_end, + STATE(2613), 2, sym_comment, sym_include, - ACTIONS(3449), 32, + ACTIONS(3814), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183920,7 +228475,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183941,19 +228495,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146345] = 5, + [186131] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1896), 2, + ACTIONS(3726), 1, + ts_builtin_sym_end, + STATE(2614), 2, sym_comment, sym_include, - ACTIONS(3013), 32, + ACTIONS(3728), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183963,7 +228518,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -183984,19 +228538,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146393] = 5, + [186180] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1897), 2, + ACTIONS(3934), 1, + ts_builtin_sym_end, + STATE(2615), 2, sym_comment, sym_include, - ACTIONS(3451), 32, + ACTIONS(3936), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184006,7 +228561,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184027,17 +228581,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146441] = 5, + [186229] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1898), 2, + STATE(2616), 2, sym_comment, sym_include, - ACTIONS(3453), 32, + ACTIONS(4017), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -184049,7 +228603,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184070,19 +228623,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146489] = 5, + [186276] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1899), 2, + ACTIONS(4432), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(2617), 3, sym_comment, sym_include, - ACTIONS(3455), 32, + aux_sym_member_access_repeat1, + ACTIONS(143), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [186327] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3930), 1, + ts_builtin_sym_end, + STATE(2618), 2, + sym_comment, + sym_include, + ACTIONS(3932), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184092,7 +228690,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184113,19 +228710,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146537] = 5, + [186376] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1900), 2, + ACTIONS(4414), 1, + ts_builtin_sym_end, + STATE(2619), 2, sym_comment, sym_include, - ACTIONS(3457), 32, + ACTIONS(3594), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184135,7 +228733,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184156,19 +228753,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146585] = 5, + [186425] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1901), 2, + ACTIONS(4435), 1, + sym__namecolon, + ACTIONS(95), 2, + sym__or_operator, + sym__and_operator, + STATE(2620), 3, sym_comment, sym_include, - ACTIONS(3459), 32, + aux_sym_object_access_repeat1, + ACTIONS(97), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [186476] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3696), 1, + ts_builtin_sym_end, + STATE(2621), 2, + sym_comment, + sym_include, + ACTIONS(3698), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184178,7 +228820,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184199,19 +228840,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146633] = 5, + [186525] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1902), 2, + ACTIONS(4337), 1, + ts_builtin_sym_end, + STATE(2622), 2, sym_comment, sym_include, - ACTIONS(3461), 32, + ACTIONS(3730), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184221,7 +228863,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184242,19 +228883,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146681] = 5, + [186574] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1903), 2, + ACTIONS(3924), 1, + ts_builtin_sym_end, + STATE(2623), 2, sym_comment, sym_include, - ACTIONS(3463), 32, + ACTIONS(3926), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184264,7 +228906,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184285,19 +228926,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146729] = 5, + [186623] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(666), 1, + sym__comparison_operator, + STATE(667), 1, + sym__multiplicative_operator, + STATE(668), 1, + sym__additive_operator, + STATE(669), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1262), 2, + sym__or_operator, + sym__and_operator, + STATE(2624), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1260), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [186684] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1904), 2, + ACTIONS(4416), 1, + ts_builtin_sym_end, + STATE(2625), 2, sym_comment, sym_include, - ACTIONS(3465), 32, + ACTIONS(3596), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184307,7 +228998,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184328,19 +229018,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146777] = 5, + [186733] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3435), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3437), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3441), 1, + aux_sym_variable_definition_token3, + ACTIONS(3443), 1, + aux_sym_variable_definition_token4, + ACTIONS(3445), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3447), 1, + aux_sym_query_definition_token1, + ACTIONS(3455), 1, + aux_sym_stream_definition_token1, + ACTIONS(4438), 1, + aux_sym_argument_mode_token3, + ACTIONS(4442), 1, + aux_sym_property_definition_token1, + ACTIONS(4444), 1, + aux_sym_event_definition_token1, + STATE(3895), 1, + sym_access_tuning, + STATE(3898), 1, + sym_scope_tuning, + STATE(4052), 1, + aux_sym_variable_definition_repeat1, + STATE(4073), 1, + aux_sym_property_definition_repeat1, + STATE(4090), 1, + sym_serialization_tuning, + STATE(4215), 1, + aux_sym_event_definition_repeat1, + STATE(4265), 1, + sym_property_type, + STATE(4266), 1, + aux_sym_buffer_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(4440), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(2626), 2, + sym_comment, + sym_include, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [186822] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1905), 2, + ACTIONS(4335), 1, + ts_builtin_sym_end, + STATE(2627), 2, sym_comment, sym_include, - ACTIONS(3467), 32, + ACTIONS(3732), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184350,7 +229104,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184371,19 +229124,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146825] = 5, + [186871] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1906), 2, + ACTIONS(3806), 1, + ts_builtin_sym_end, + STATE(2628), 2, sym_comment, sym_include, - ACTIONS(3469), 32, + ACTIONS(3808), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184393,7 +229147,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184414,19 +229167,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146873] = 5, + [186920] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1907), 2, + ACTIONS(4293), 1, + ts_builtin_sym_end, + STATE(2629), 2, sym_comment, sym_include, - ACTIONS(3471), 32, + ACTIONS(3804), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184436,7 +229190,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184457,19 +229210,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146921] = 5, + [186969] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1908), 2, + ACTIONS(3916), 1, + ts_builtin_sym_end, + STATE(2630), 2, sym_comment, sym_include, - ACTIONS(3473), 32, + ACTIONS(3918), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184479,7 +229233,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184500,19 +229253,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146969] = 5, + [187018] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1909), 2, + ACTIONS(4275), 1, + ts_builtin_sym_end, + STATE(2631), 2, sym_comment, sym_include, - ACTIONS(3475), 32, + ACTIONS(3908), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184522,7 +229276,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184543,19 +229296,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147017] = 5, + [187067] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1910), 2, + ACTIONS(4333), 1, + ts_builtin_sym_end, + STATE(2632), 2, sym_comment, sym_include, - ACTIONS(3477), 32, + ACTIONS(3734), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184565,7 +229319,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184586,19 +229339,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147065] = 5, + [187116] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1911), 2, + ACTIONS(4331), 1, + ts_builtin_sym_end, + STATE(2633), 2, sym_comment, sym_include, - ACTIONS(3479), 32, + ACTIONS(3736), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184608,7 +229362,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184629,19 +229382,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147113] = 5, + [187165] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1912), 2, + ACTIONS(4329), 1, + ts_builtin_sym_end, + STATE(2634), 2, sym_comment, sym_include, - ACTIONS(3481), 32, + ACTIONS(3738), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184651,7 +229405,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184672,19 +229425,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147161] = 5, + [187214] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1913), 2, + ACTIONS(3752), 1, + ts_builtin_sym_end, + STATE(2635), 2, sym_comment, sym_include, - ACTIONS(3483), 32, + ACTIONS(3754), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184694,7 +229448,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184715,19 +229468,198 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147209] = 6, + [187263] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3485), 1, + ACTIONS(3262), 1, + sym__namecolon, + STATE(2620), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2636), 2, + sym_comment, + sym_include, + ACTIONS(93), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [187316] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4446), 1, + anon_sym_NO_DASHERROR, + STATE(2637), 2, + sym_comment, + sym_include, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [187367] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3177), 1, + sym__namedoublecolon, + STATE(2617), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(2638), 2, + sym_comment, + sym_include, + ACTIONS(127), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [187420] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3262), 1, + sym__namecolon, + STATE(2620), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2639), 2, + sym_comment, + sym_include, + ACTIONS(93), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [187473] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4295), 1, ts_builtin_sym_end, - STATE(1914), 2, + STATE(2640), 2, sym_comment, sym_include, - ACTIONS(3131), 31, + ACTIONS(3802), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184738,7 +229670,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184759,17 +229690,66 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147259] = 5, + [187522] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(666), 1, + sym__comparison_operator, + STATE(667), 1, + sym__multiplicative_operator, + STATE(668), 1, + sym__additive_operator, + STATE(669), 1, + sym__logical_operator, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2641), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(250), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [187583] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1915), 2, + STATE(2642), 2, sym_comment, sym_include, - ACTIONS(3487), 32, + ACTIONS(4013), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -184781,7 +229761,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184802,19 +229781,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147307] = 6, + [187630] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(4273), 1, ts_builtin_sym_end, - STATE(1916), 2, + STATE(2643), 2, sym_comment, sym_include, - ACTIONS(3133), 31, + ACTIONS(3910), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184825,7 +229804,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184846,19 +229824,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147357] = 5, + [187679] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1917), 2, + ACTIONS(4271), 1, + ts_builtin_sym_end, + STATE(2644), 2, sym_comment, sym_include, - ACTIONS(3491), 32, + ACTIONS(3912), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184868,7 +229847,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -184889,42 +229867,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147405] = 13, + [187728] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, + STATE(666), 1, sym__comparison_operator, - STATE(864), 1, + STATE(667), 1, sym__multiplicative_operator, - STATE(865), 1, + STATE(668), 1, sym__additive_operator, - STATE(866), 1, + STATE(669), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1179), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1918), 2, + STATE(2645), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1177), 5, + ACTIONS(1340), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -184940,37 +229916,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [147469] = 10, + [187789] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, + STATE(666), 1, sym__comparison_operator, - STATE(864), 1, + STATE(667), 1, sym__multiplicative_operator, - STATE(865), 1, + STATE(668), 1, sym__additive_operator, - STATE(866), 1, + STATE(669), 1, sym__logical_operator, - ACTIONS(1187), 2, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1919), 2, + STATE(2646), 2, sym_comment, sym_include, - ACTIONS(1185), 26, + ACTIONS(1119), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1344), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -184978,114 +229958,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [147527] = 28, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(2995), 1, - sym_of, - STATE(3265), 1, - sym__pre_tuning, - STATE(3379), 1, - aux_sym_for_phrase_repeat1, - STATE(3392), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3777), 1, - aux_sym_for_phrase_repeat2, - STATE(4322), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5144), 1, - aux_sym_for_statement_repeat1, - STATE(6468), 1, - sym_body, - STATE(1920), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [147621] = 11, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [187850] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, + STATE(666), 1, sym__comparison_operator, - STATE(864), 1, + STATE(667), 1, sym__multiplicative_operator, - STATE(865), 1, + STATE(668), 1, sym__additive_operator, - STATE(866), 1, + STATE(669), 1, sym__logical_operator, - ACTIONS(1163), 2, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1921), 2, + STATE(2647), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 22, + ACTIONS(1348), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - sym__terminator, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -185100,45 +230014,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [147681] = 13, + [187911] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, + STATE(666), 1, sym__comparison_operator, - STATE(864), 1, + STATE(667), 1, sym__multiplicative_operator, - STATE(865), 1, + STATE(668), 1, sym__additive_operator, - STATE(866), 1, + STATE(669), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1922), 2, + STATE(2648), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1165), 5, + ACTIONS(1320), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -185154,42 +230063,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [147745] = 13, + [187972] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, + STATE(666), 1, sym__comparison_operator, - STATE(864), 1, + STATE(667), 1, sym__multiplicative_operator, - STATE(865), 1, + STATE(668), 1, sym__additive_operator, - STATE(866), 1, + STATE(669), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1923), 2, + STATE(2649), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1169), 5, + ACTIONS(1312), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -185205,19 +230112,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [147809] = 5, + [188033] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1924), 2, + ACTIONS(3900), 1, + ts_builtin_sym_end, + STATE(2650), 2, sym_comment, sym_include, - ACTIONS(3493), 32, + ACTIONS(3902), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185227,7 +230135,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185248,19 +230155,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147857] = 5, + [188082] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1925), 2, + ACTIONS(4297), 1, + ts_builtin_sym_end, + STATE(2651), 2, sym_comment, sym_include, - ACTIONS(3495), 32, + ACTIONS(3800), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185270,7 +230178,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185291,19 +230198,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147905] = 5, + [188131] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1926), 2, + ACTIONS(3896), 1, + ts_builtin_sym_end, + STATE(2652), 2, sym_comment, sym_include, - ACTIONS(3497), 32, + ACTIONS(3898), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185313,7 +230221,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185334,19 +230241,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147953] = 5, + [188180] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1927), 2, + ACTIONS(3886), 1, + ts_builtin_sym_end, + STATE(2653), 2, sym_comment, sym_include, - ACTIONS(3499), 32, + ACTIONS(3888), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185356,7 +230264,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185377,19 +230284,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148001] = 5, + [188229] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1928), 2, + ACTIONS(3882), 1, + ts_builtin_sym_end, + STATE(2654), 2, sym_comment, sym_include, - ACTIONS(3501), 32, + ACTIONS(3884), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185399,7 +230307,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185420,17 +230327,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148049] = 5, + [188278] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1929), 2, + STATE(2655), 2, sym_comment, sym_include, - ACTIONS(3503), 32, + ACTIONS(4109), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -185442,7 +230349,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185463,62 +230369,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148097] = 5, + [188325] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1930), 2, + STATE(666), 1, + sym__comparison_operator, + STATE(667), 1, + sym__multiplicative_operator, + STATE(668), 1, + sym__additive_operator, + STATE(669), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2656), 2, sym_comment, sym_include, - ACTIONS(3505), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1316), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [148145] = 5, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [188386] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1931), 2, + ACTIONS(3878), 1, + ts_builtin_sym_end, + STATE(2657), 2, sym_comment, sym_include, - ACTIONS(3507), 32, + ACTIONS(3880), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185528,7 +230441,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185549,19 +230461,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148193] = 5, + [188435] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1932), 2, + ACTIONS(3870), 1, + ts_builtin_sym_end, + STATE(2658), 2, sym_comment, sym_include, - ACTIONS(3509), 32, + ACTIONS(3872), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185571,7 +230484,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185592,105 +230504,116 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148241] = 5, + [188484] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1933), 2, + STATE(666), 1, + sym__comparison_operator, + STATE(667), 1, + sym__multiplicative_operator, + STATE(668), 1, + sym__additive_operator, + STATE(669), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2659), 2, sym_comment, sym_include, - ACTIONS(3511), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1328), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - [148289] = 5, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [188545] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1934), 2, + STATE(666), 1, + sym__comparison_operator, + STATE(667), 1, + sym__multiplicative_operator, + STATE(668), 1, + sym__additive_operator, + STATE(669), 1, + sym__logical_operator, + ACTIONS(1326), 2, + sym__or_operator, + sym__and_operator, + STATE(2660), 2, sym_comment, sym_include, - ACTIONS(3513), 32, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 22, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [148337] = 5, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [188602] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1935), 2, + ACTIONS(4269), 1, + ts_builtin_sym_end, + STATE(2661), 2, sym_comment, sym_include, - ACTIONS(3515), 32, + ACTIONS(3914), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185700,7 +230623,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185721,19 +230643,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148385] = 5, + [188651] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1936), 2, + ACTIONS(4267), 1, + ts_builtin_sym_end, + STATE(2662), 2, sym_comment, sym_include, - ACTIONS(3517), 32, + ACTIONS(3920), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185743,7 +230666,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185764,17 +230686,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148433] = 5, + [188700] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1937), 2, + STATE(2663), 2, sym_comment, sym_include, - ACTIONS(3519), 32, + ACTIONS(4009), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -185786,7 +230708,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185807,29 +230728,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148481] = 7, + [188747] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3521), 1, - anon_sym_NO_DASHERROR, - STATE(1938), 2, - sym_comment, - sym_include, - ACTIONS(398), 3, - sym__namecolon, + STATE(666), 1, + sym__comparison_operator, + STATE(667), 1, + sym__multiplicative_operator, + STATE(668), 1, + sym__additive_operator, + STATE(669), 1, + sym__logical_operator, + ACTIONS(1310), 2, sym__or_operator, sym__and_operator, - ACTIONS(400), 28, + STATE(2664), 2, + sym_comment, + sym_include, + ACTIONS(1308), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -185848,66 +230773,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [148533] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1939), 2, - sym_comment, - sym_include, - ACTIONS(3523), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [148581] = 5, + aux_sym_include_argument_token1, + [188802] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1940), 2, + ACTIONS(3854), 1, + ts_builtin_sym_end, + STATE(2665), 2, sym_comment, sym_include, - ACTIONS(3525), 32, + ACTIONS(3856), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185917,7 +230797,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -185938,130 +230817,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148629] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3527), 1, - sym__namedoublecolon, - ACTIONS(117), 2, - sym__or_operator, - sym__and_operator, - STATE(1941), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [148681] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1942), 2, - sym_comment, - sym_include, - ACTIONS(3530), 32, - sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - [148729] = 13, + [188851] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(863), 1, + STATE(1112), 1, sym__comparison_operator, - STATE(864), 1, + STATE(1297), 1, sym__multiplicative_operator, - STATE(865), 1, - sym__additive_operator, - STATE(866), 1, + STATE(1314), 1, sym__logical_operator, - ACTIONS(1068), 2, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1943), 2, + STATE(2666), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1173), 5, + ACTIONS(4426), 4, sym_identifier, sym__terminator, - aux_sym_when_expression_token1, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -186077,42 +230867,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [148793] = 13, + [188914] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, + STATE(666), 1, sym__comparison_operator, - STATE(864), 1, + STATE(667), 1, sym__multiplicative_operator, - STATE(865), 1, + STATE(668), 1, sym__additive_operator, - STATE(866), 1, + STATE(669), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(1944), 2, + STATE(2667), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1157), 5, + ACTIONS(1256), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -186128,249 +230916,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [148857] = 13, + [188975] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(863), 1, - sym__comparison_operator, - STATE(864), 1, - sym__multiplicative_operator, - STATE(865), 1, - sym__additive_operator, - STATE(866), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1945), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1149), 5, - sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [148921] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_LBRACK, - ACTIONS(81), 1, + ACTIONS(3173), 1, sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - ACTIONS(3532), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, + STATE(2810), 1, aux_sym_qualified_name_repeat1, - STATE(19), 1, - aux_sym_member_access_repeat1, - STATE(27), 1, - sym_function_arguments, - STATE(1946), 2, - sym_comment, - sym_include, - ACTIONS(73), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [148989] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, - sym__comparison_operator, - STATE(864), 1, - sym__multiplicative_operator, - STATE(865), 1, - sym__additive_operator, - STATE(866), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(1947), 2, + STATE(2668), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(119), 27, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1145), 5, sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [149053] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, - sym__comparison_operator, - STATE(864), 1, - sym__multiplicative_operator, - STATE(865), 1, - sym__additive_operator, - STATE(866), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(1948), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1181), 5, - sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + anon_sym_COMMA, anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [149117] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(863), 1, - sym__comparison_operator, - STATE(864), 1, - sym__multiplicative_operator, - STATE(865), 1, - sym__additive_operator, - STATE(866), 1, - sym__logical_operator, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1068), 2, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1949), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(250), 5, - sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -186385,62 +230958,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [149181] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1950), 2, - sym_comment, - sym_include, - ACTIONS(3534), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [149229] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [189028] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1951), 2, + ACTIONS(4265), 1, + ts_builtin_sym_end, + STATE(2669), 2, sym_comment, sym_include, - ACTIONS(3536), 32, + ACTIONS(3922), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186450,7 +230984,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -186471,105 +231004,66 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149277] = 5, + [189077] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1952), 2, - sym_comment, - sym_include, - ACTIONS(3538), 32, + ACTIONS(2880), 1, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [149325] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1953), 2, + ACTIONS(4448), 1, + aux_sym_input_expression_token2, + STATE(255), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(2670), 2, sym_comment, sym_include, - ACTIONS(3540), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1480), 26, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [149373] = 5, + aux_sym_to_phrase_token1, + [189132] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1954), 2, + ACTIONS(3866), 1, + ts_builtin_sym_end, + STATE(2671), 2, sym_comment, sym_include, - ACTIONS(3542), 32, + ACTIONS(3868), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186579,7 +231073,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -186600,96 +231093,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149421] = 28, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3033), 1, - sym_of, - STATE(3235), 1, - sym__pre_tuning, - STATE(3335), 1, - aux_sym_for_phrase_repeat1, - STATE(3436), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3773), 1, - aux_sym_for_phrase_repeat2, - STATE(4318), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5098), 1, - aux_sym_for_statement_repeat1, - STATE(5950), 1, - sym_body, - STATE(1955), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [149515] = 8, + [189181] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, - sym__namedoublecolon, - STATE(1941), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, + ACTIONS(3206), 1, + sym__namecolon, + STATE(2219), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - STATE(1956), 2, + STATE(2672), 2, sym_comment, sym_include, - ACTIONS(138), 28, + ACTIONS(93), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -186708,109 +231136,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [149569] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1957), 2, - sym_comment, - sym_include, - ACTIONS(3544), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [149617] = 5, + [189234] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1958), 2, + STATE(2673), 2, sym_comment, sym_include, - ACTIONS(3546), 32, + ACTIONS(113), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(115), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [149665] = 5, + [189283] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1959), 2, + ACTIONS(3862), 1, + ts_builtin_sym_end, + STATE(2674), 2, sym_comment, sym_include, - ACTIONS(3548), 32, + ACTIONS(3864), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186820,7 +231204,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -186841,19 +231224,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149713] = 6, + [189332] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3550), 1, + ACTIONS(3858), 1, ts_builtin_sym_end, - STATE(1960), 2, + STATE(2675), 2, sym_comment, sym_include, - ACTIONS(3137), 31, + ACTIONS(3860), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -186864,7 +231247,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -186885,19 +231267,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149763] = 6, + [189381] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3552), 1, + ACTIONS(4263), 1, ts_builtin_sym_end, - STATE(1961), 2, + STATE(2676), 2, sym_comment, sym_include, - ACTIONS(3139), 31, + ACTIONS(3928), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -186908,7 +231290,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -186929,20 +231310,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149813] = 6, + [189430] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3554), 1, - ts_builtin_sym_end, - STATE(1962), 2, + STATE(2677), 2, sym_comment, sym_include, - ACTIONS(3141), 31, + ACTIONS(3618), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186952,7 +231332,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -186973,19 +231352,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149863] = 6, + [189477] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3556), 1, + ACTIONS(4363), 1, ts_builtin_sym_end, - STATE(1963), 2, + STATE(2678), 2, sym_comment, sym_include, - ACTIONS(3145), 31, + ACTIONS(3674), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -186996,7 +231375,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187017,19 +231395,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149913] = 6, + [189526] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3558), 1, + ACTIONS(4365), 1, ts_builtin_sym_end, - STATE(1964), 2, + STATE(2679), 2, sym_comment, sym_include, - ACTIONS(3147), 31, + ACTIONS(3672), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187040,7 +231418,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187061,173 +231438,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149963] = 28, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(2938), 1, - sym_of, - STATE(3228), 1, - sym__pre_tuning, - STATE(3409), 1, - sym_where_clause, - STATE(3445), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3750), 1, - aux_sym_for_phrase_repeat2, - STATE(4259), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5363), 1, - aux_sym_for_statement_repeat1, - STATE(6023), 1, - sym_body, - STATE(1965), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [150057] = 6, + [189575] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3560), 1, - ts_builtin_sym_end, - STATE(1966), 2, + ACTIONS(4450), 1, + sym__namecolon, + ACTIONS(95), 2, + sym__or_operator, + sym__and_operator, + STATE(2680), 3, sym_comment, sym_include, - ACTIONS(3153), 31, + aux_sym_object_access_repeat1, + ACTIONS(97), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [150107] = 6, + anon_sym_NO_DASHERROR, + [189626] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3562), 1, - ts_builtin_sym_end, - STATE(1967), 2, + ACTIONS(3173), 1, + sym__namedot, + STATE(2810), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(2681), 2, sym_comment, sym_include, - ACTIONS(3155), 31, + ACTIONS(135), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [150157] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [189679] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3564), 1, + ACTIONS(4327), 1, ts_builtin_sym_end, - STATE(1968), 2, + STATE(2682), 2, sym_comment, sym_include, - ACTIONS(3161), 31, + ACTIONS(3756), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187238,7 +231550,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187259,19 +231570,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150207] = 6, + [189728] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3566), 1, + ACTIONS(4261), 1, ts_builtin_sym_end, - STATE(1969), 2, + STATE(2683), 2, sym_comment, sym_include, - ACTIONS(3163), 31, + ACTIONS(3959), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187282,7 +231593,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187303,19 +231613,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150257] = 6, + [189777] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3568), 1, + ACTIONS(4325), 1, ts_builtin_sym_end, - STATE(1970), 2, + STATE(2684), 2, sym_comment, sym_include, - ACTIONS(3165), 31, + ACTIONS(3758), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187326,7 +231636,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187347,19 +231656,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150307] = 6, + [189826] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3570), 1, + ACTIONS(3850), 1, ts_builtin_sym_end, - STATE(1971), 2, + STATE(2685), 2, sym_comment, sym_include, - ACTIONS(3167), 31, + ACTIONS(3852), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187370,7 +231679,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187391,19 +231699,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150357] = 6, + [189875] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3572), 1, + ACTIONS(4323), 1, ts_builtin_sym_end, - STATE(1972), 2, + STATE(2686), 2, sym_comment, sym_include, - ACTIONS(3169), 31, + ACTIONS(3760), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187414,7 +231722,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187435,19 +231742,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150407] = 6, + [189924] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3574), 1, + ACTIONS(3846), 1, ts_builtin_sym_end, - STATE(1973), 2, + STATE(2687), 2, sym_comment, sym_include, - ACTIONS(3171), 31, + ACTIONS(3848), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187458,7 +231765,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187479,76 +231785,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150457] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(3576), 1, - aux_sym_of_phrase_token2, - STATE(1014), 1, - sym__comparison_operator, - STATE(1015), 1, - sym__multiplicative_operator, - STATE(1016), 1, - sym__additive_operator, - STATE(1017), 1, - sym__logical_operator, - STATE(4546), 1, - sym_of_phrase, - STATE(5013), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1974), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [150533] = 6, + [189973] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3578), 1, + ACTIONS(4321), 1, ts_builtin_sym_end, - STATE(1975), 2, + STATE(2688), 2, sym_comment, sym_include, - ACTIONS(3177), 31, + ACTIONS(3770), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187559,7 +231808,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187580,19 +231828,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150583] = 6, + [190022] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3580), 1, + ACTIONS(4319), 1, ts_builtin_sym_end, - STATE(1976), 2, + STATE(2689), 2, sym_comment, sym_include, - ACTIONS(3181), 31, + ACTIONS(3772), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187603,7 +231851,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187624,20 +231871,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150633] = 6, + [190071] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3582), 1, - ts_builtin_sym_end, - STATE(1977), 2, + STATE(2690), 2, sym_comment, sym_include, - ACTIONS(3183), 31, + ACTIONS(4121), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187647,7 +231893,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187668,19 +231913,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150683] = 6, + [190118] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3584), 1, + ACTIONS(4367), 1, ts_builtin_sym_end, - STATE(1978), 2, + STATE(2691), 2, sym_comment, sym_include, - ACTIONS(3185), 31, + ACTIONS(3670), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187691,7 +231936,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187712,19 +231956,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150733] = 6, + [190167] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3586), 1, + ACTIONS(4369), 1, ts_builtin_sym_end, - STATE(1979), 2, + STATE(2692), 2, sym_comment, sym_include, - ACTIONS(3187), 31, + ACTIONS(3668), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187735,7 +231979,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187756,20 +231999,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150783] = 6, + [190216] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3588), 1, - ts_builtin_sym_end, - STATE(1980), 2, + STATE(2693), 2, sym_comment, sym_include, - ACTIONS(3189), 31, + ACTIONS(4125), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187779,7 +232021,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187800,19 +232041,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150833] = 6, + [190263] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3590), 1, + ACTIONS(4317), 1, ts_builtin_sym_end, - STATE(1981), 2, + STATE(2694), 2, sym_comment, sym_include, - ACTIONS(3191), 31, + ACTIONS(3778), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187823,7 +232064,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187844,20 +232084,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150883] = 6, + [190312] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3592), 1, - ts_builtin_sym_end, - STATE(1982), 2, + STATE(2695), 2, sym_comment, sym_include, - ACTIONS(3193), 31, + ACTIONS(4129), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187867,7 +232106,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187888,19 +232126,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150933] = 6, + [190359] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3594), 1, + ACTIONS(4315), 1, ts_builtin_sym_end, - STATE(1983), 2, + STATE(2696), 2, sym_comment, sym_include, - ACTIONS(3195), 31, + ACTIONS(3782), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187911,7 +232149,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187932,19 +232169,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150983] = 6, + [190408] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3596), 1, + ACTIONS(4313), 1, ts_builtin_sym_end, - STATE(1984), 2, + STATE(2697), 2, sym_comment, sym_include, - ACTIONS(3197), 31, + ACTIONS(3784), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187955,7 +232192,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -187976,19 +232212,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151033] = 6, + [190457] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3598), 1, + ACTIONS(4311), 1, ts_builtin_sym_end, - STATE(1985), 2, + STATE(2698), 2, sym_comment, sym_include, - ACTIONS(3199), 31, + ACTIONS(3786), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187999,7 +232235,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188020,19 +232255,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151083] = 6, + [190506] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3600), 1, + ACTIONS(4309), 1, ts_builtin_sym_end, - STATE(1986), 2, + STATE(2699), 2, sym_comment, sym_include, - ACTIONS(3201), 31, + ACTIONS(3788), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188043,7 +232278,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188064,19 +232298,109 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151133] = 6, + [190555] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3171), 1, + anon_sym_LPAREN, + STATE(2586), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(2700), 2, + sym_comment, + sym_include, + ACTIONS(89), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [190608] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3175), 1, + sym__namecolon, + STATE(1977), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(2701), 2, + sym_comment, + sym_include, + ACTIONS(89), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [190661] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3602), 1, + ACTIONS(4307), 1, ts_builtin_sym_end, - STATE(1987), 2, + STATE(2702), 2, sym_comment, sym_include, - ACTIONS(3203), 31, + ACTIONS(3790), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188087,7 +232411,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188108,20 +232431,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151183] = 6, + [190710] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3604), 1, - ts_builtin_sym_end, - STATE(1988), 2, + STATE(2703), 2, sym_comment, sym_include, - ACTIONS(3205), 31, + ACTIONS(3650), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188131,7 +232453,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188152,19 +232473,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151233] = 6, + [190757] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3606), 1, + ACTIONS(4305), 1, ts_builtin_sym_end, - STATE(1989), 2, + STATE(2704), 2, sym_comment, sym_include, - ACTIONS(3215), 31, + ACTIONS(3792), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188175,7 +232496,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188196,20 +232516,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151283] = 6, + [190806] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3608), 1, - ts_builtin_sym_end, - STATE(1990), 2, + ACTIONS(4453), 1, + sym_identifier, + ACTIONS(4456), 1, + aux_sym_input_expression_token2, + STATE(3117), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(2705), 2, sym_comment, sym_include, - ACTIONS(3217), 31, + ACTIONS(1480), 26, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [190861] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2706), 2, + sym_comment, + sym_include, + ACTIONS(4135), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188219,7 +232584,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188240,20 +232604,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151333] = 6, + [190908] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3610), 1, - ts_builtin_sym_end, - STATE(1991), 2, + STATE(2707), 2, sym_comment, sym_include, - ACTIONS(3221), 31, + ACTIONS(4139), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188263,7 +232626,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188284,20 +232646,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151383] = 6, + [190955] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3612), 1, - ts_builtin_sym_end, - STATE(1992), 2, + STATE(2708), 2, sym_comment, sym_include, - ACTIONS(3223), 31, + ACTIONS(4143), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188307,7 +232668,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188328,20 +232688,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151433] = 6, + [191002] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3614), 1, - ts_builtin_sym_end, - STATE(1993), 2, + STATE(2709), 2, sym_comment, sym_include, - ACTIONS(3225), 31, + ACTIONS(4147), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188351,7 +232710,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188372,20 +232730,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151483] = 6, + [191049] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3616), 1, - ts_builtin_sym_end, - STATE(1994), 2, + STATE(2710), 2, sym_comment, sym_include, - ACTIONS(3227), 31, + ACTIONS(4151), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188395,7 +232752,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188416,19 +232772,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151533] = 6, + [191096] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3618), 1, + ACTIONS(4303), 1, ts_builtin_sym_end, - STATE(1995), 2, + STATE(2711), 2, sym_comment, sym_include, - ACTIONS(3229), 31, + ACTIONS(3794), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188439,7 +232795,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188460,20 +232815,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151583] = 6, + [191145] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3620), 1, - ts_builtin_sym_end, - STATE(1996), 2, + STATE(2712), 2, sym_comment, sym_include, - ACTIONS(3233), 31, + ACTIONS(4155), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188483,7 +232837,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188504,20 +232857,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151633] = 6, + [191192] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3238), 1, + sym__namecolon, + STATE(2737), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2713), 2, + sym_comment, + sym_include, + ACTIONS(93), 28, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [191243] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3622), 1, - ts_builtin_sym_end, - STATE(1997), 2, + STATE(2714), 2, sym_comment, sym_include, - ACTIONS(3235), 31, + ACTIONS(4159), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188527,7 +232923,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188548,19 +232943,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151683] = 6, + [191290] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3624), 1, + ACTIONS(4301), 1, ts_builtin_sym_end, - STATE(1998), 2, + STATE(2715), 2, sym_comment, sym_include, - ACTIONS(3237), 31, + ACTIONS(3796), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188571,7 +232966,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188592,20 +232986,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151733] = 6, + [191339] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3238), 1, + sym__namecolon, + STATE(2737), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2716), 2, + sym_comment, + sym_include, + ACTIONS(93), 28, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [191390] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3626), 1, - ts_builtin_sym_end, - STATE(1999), 2, + STATE(2717), 2, sym_comment, sym_include, - ACTIONS(3239), 31, + ACTIONS(4167), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188615,7 +233052,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188636,20 +233072,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151783] = 6, + [191437] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3628), 1, - ts_builtin_sym_end, - STATE(2000), 2, + STATE(2718), 2, sym_comment, sym_include, - ACTIONS(3241), 31, + ACTIONS(4171), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188659,7 +233094,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188680,20 +233114,109 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151833] = 6, + [191484] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3630), 1, - ts_builtin_sym_end, - STATE(2001), 2, + ACTIONS(3248), 1, + sym__namecolon, + STATE(2680), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2719), 2, + sym_comment, + sym_include, + ACTIONS(93), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [191537] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3248), 1, + sym__namecolon, + STATE(2680), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2720), 2, + sym_comment, + sym_include, + ACTIONS(93), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [191590] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2721), 2, sym_comment, sym_include, - ACTIONS(3243), 31, + ACTIONS(4179), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188703,7 +233226,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188724,20 +233246,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151883] = 6, + [191637] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3632), 1, - ts_builtin_sym_end, - STATE(2002), 2, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2722), 2, sym_comment, sym_include, - ACTIONS(3247), 31, + ACTIONS(250), 4, sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [191700] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2723), 2, + sym_comment, + sym_include, + ACTIONS(4183), 31, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188747,7 +233318,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188768,20 +233338,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151933] = 6, + [191747] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3634), 1, - ts_builtin_sym_end, - STATE(2003), 2, + STATE(2724), 2, sym_comment, sym_include, - ACTIONS(3249), 31, + ACTIONS(4189), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188791,7 +233360,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188812,20 +233380,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151983] = 6, + [191794] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3636), 1, - ts_builtin_sym_end, - STATE(2004), 2, + STATE(2725), 2, sym_comment, sym_include, - ACTIONS(3251), 31, + ACTIONS(4193), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188835,7 +233402,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188856,20 +233422,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152033] = 6, + [191841] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3638), 1, - ts_builtin_sym_end, - STATE(2005), 2, + STATE(2726), 2, sym_comment, sym_include, - ACTIONS(3253), 31, + ACTIONS(4197), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188879,7 +233444,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188900,19 +233464,119 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152083] = 6, + [191888] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2727), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1340), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [191951] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3640), 1, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2728), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1344), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [192014] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4251), 1, ts_builtin_sym_end, - STATE(2006), 2, + STATE(2729), 2, sym_comment, sym_include, - ACTIONS(3255), 31, + ACTIONS(3995), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188923,7 +233587,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188944,20 +233607,119 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152133] = 6, + [192063] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, - ts_builtin_sym_end, - STATE(2007), 2, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2730), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1348), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [192126] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2731), 2, sym_comment, sym_include, - ACTIONS(3257), 31, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1320), 4, sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [192189] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2732), 2, + sym_comment, + sym_include, + ACTIONS(4201), 31, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188967,7 +233729,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -188988,20 +233749,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152183] = 6, + [192236] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3644), 1, - ts_builtin_sym_end, - STATE(2008), 2, + STATE(2733), 2, sym_comment, sym_include, - ACTIONS(3259), 31, + ACTIONS(4203), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189011,7 +233771,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189032,20 +233791,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152233] = 6, + [192283] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3646), 1, - ts_builtin_sym_end, - STATE(2009), 2, + STATE(2734), 2, sym_comment, sym_include, - ACTIONS(3261), 31, + ACTIONS(4185), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189055,7 +233813,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189076,20 +233833,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152283] = 6, + [192330] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3648), 1, - ts_builtin_sym_end, - STATE(2010), 2, + STATE(2735), 2, sym_comment, sym_include, - ACTIONS(3263), 31, + ACTIONS(3556), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189099,7 +233855,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189120,20 +233875,112 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152333] = 6, + [192377] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3650), 1, - ts_builtin_sym_end, - STATE(2011), 2, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2736), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1312), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [192440] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4459), 1, + sym__namecolon, + ACTIONS(95), 2, + sym__or_operator, + sym__and_operator, + STATE(2737), 3, sym_comment, sym_include, - ACTIONS(3265), 31, + aux_sym_object_access_repeat1, + ACTIONS(97), 28, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [192489] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2738), 2, + sym_comment, + sym_include, + ACTIONS(3554), 31, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189143,7 +233990,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189164,20 +234010,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152383] = 6, + [192536] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3652), 1, - ts_builtin_sym_end, - STATE(2012), 2, + STATE(2739), 2, sym_comment, sym_include, - ACTIONS(3548), 31, + ACTIONS(3780), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189187,7 +234032,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189208,20 +234052,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152433] = 6, + [192583] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3654), 1, - ts_builtin_sym_end, - STATE(2013), 2, + STATE(2740), 2, sym_comment, sym_include, - ACTIONS(3546), 31, + ACTIONS(4213), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189231,7 +234074,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189252,20 +234094,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152483] = 6, + [192630] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3656), 1, - ts_builtin_sym_end, - STATE(2014), 2, + STATE(2741), 2, sym_comment, sym_include, - ACTIONS(3267), 31, + ACTIONS(3552), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189275,7 +234116,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189296,20 +234136,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152533] = 6, + [192677] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3658), 1, - ts_builtin_sym_end, - STATE(2015), 2, + STATE(2742), 2, sym_comment, sym_include, - ACTIONS(3269), 31, + ACTIONS(3550), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189319,7 +234158,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189340,20 +234178,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152583] = 6, + [192724] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3660), 1, - ts_builtin_sym_end, - STATE(2016), 2, + STATE(2743), 2, sym_comment, sym_include, - ACTIONS(3544), 31, + ACTIONS(3548), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189363,7 +234200,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189384,64 +234220,153 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152633] = 6, + [192771] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3662), 1, - ts_builtin_sym_end, - STATE(2017), 2, + ACTIONS(3175), 1, + sym__namecolon, + STATE(1977), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(2744), 2, sym_comment, sym_include, - ACTIONS(3279), 31, + ACTIONS(73), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192824] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4462), 1, + sym__namedot, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(2745), 2, + sym_comment, + sym_include, + ACTIONS(160), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [152683] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192875] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3664), 1, - ts_builtin_sym_end, - STATE(2018), 2, + ACTIONS(4464), 1, + sym_identifier, + STATE(3171), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(2746), 2, + sym_comment, + sym_include, + ACTIONS(1501), 27, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192928] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2747), 2, sym_comment, sym_include, - ACTIONS(3281), 31, + ACTIONS(4111), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189451,7 +234376,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189472,20 +234396,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152733] = 6, + [192975] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3666), 1, - ts_builtin_sym_end, - STATE(2019), 2, + STATE(2748), 2, sym_comment, sym_include, - ACTIONS(3283), 31, + ACTIONS(4097), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189495,7 +234418,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189516,86 +234438,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152783] = 28, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3005), 1, - sym_of, - STATE(3274), 1, - sym__pre_tuning, - STATE(3375), 1, - sym_where_clause, - STATE(3442), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3748), 1, - aux_sym_for_phrase_repeat2, - STATE(4328), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5397), 1, - aux_sym_for_statement_repeat1, - STATE(6414), 1, - sym_body, - STATE(2020), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [152877] = 6, + [193022] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3668), 1, - ts_builtin_sym_end, - STATE(2021), 2, + STATE(2749), 2, sym_comment, sym_include, - ACTIONS(3289), 31, + ACTIONS(3602), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189605,7 +234460,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189626,20 +234480,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152927] = 6, + [193069] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3670), 1, - ts_builtin_sym_end, - STATE(2022), 2, + STATE(2750), 2, sym_comment, sym_include, - ACTIONS(3291), 31, + ACTIONS(3604), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189649,7 +234502,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189670,20 +234522,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152977] = 6, + [193116] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3672), 1, - ts_builtin_sym_end, - STATE(2023), 2, + STATE(2751), 2, sym_comment, sym_include, - ACTIONS(3293), 31, + ACTIONS(3606), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189693,7 +234544,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189714,20 +234564,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153027] = 6, + [193163] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3674), 1, - ts_builtin_sym_end, - STATE(2024), 2, + STATE(2752), 2, sym_comment, sym_include, - ACTIONS(3295), 31, + ACTIONS(3610), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189737,7 +234586,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189758,20 +234606,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153077] = 6, + [193210] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3676), 1, - ts_builtin_sym_end, - STATE(2025), 2, + STATE(2753), 2, sym_comment, sym_include, - ACTIONS(3301), 31, + ACTIONS(3612), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189781,7 +234628,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189802,20 +234648,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153127] = 6, + [193257] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3678), 1, - ts_builtin_sym_end, - STATE(2026), 2, + STATE(2754), 2, sym_comment, sym_include, - ACTIONS(3303), 31, + ACTIONS(3614), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189825,7 +234670,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189846,20 +234690,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153177] = 6, + [193304] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3680), 1, - ts_builtin_sym_end, - STATE(2027), 2, + STATE(2755), 2, sym_comment, sym_include, - ACTIONS(3305), 31, + ACTIONS(3680), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189869,7 +234712,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189890,20 +234732,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153227] = 6, + [193351] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3682), 1, - ts_builtin_sym_end, - STATE(2028), 2, + STATE(2756), 2, sym_comment, sym_include, - ACTIONS(3307), 31, + ACTIONS(3622), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189913,7 +234754,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189934,20 +234774,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153277] = 6, + [193398] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3684), 1, - ts_builtin_sym_end, - STATE(2029), 2, + STATE(2757), 2, sym_comment, sym_include, - ACTIONS(3309), 31, + ACTIONS(3624), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189957,7 +234796,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -189978,20 +234816,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153327] = 6, + [193445] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3686), 1, - ts_builtin_sym_end, - STATE(2030), 2, + STATE(2758), 2, sym_comment, sym_include, - ACTIONS(3311), 31, + ACTIONS(3626), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190001,7 +234838,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190022,66 +234858,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153377] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2651), 1, - sym__namecolon, - STATE(1535), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2031), 2, - sym_comment, - sym_include, - ACTIONS(73), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [153431] = 6, + [193492] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3688), 1, - ts_builtin_sym_end, - STATE(2032), 2, + STATE(2759), 2, sym_comment, sym_include, - ACTIONS(3313), 31, + ACTIONS(3628), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190091,7 +234880,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190112,20 +234900,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153481] = 6, + [193539] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3690), 1, - ts_builtin_sym_end, - STATE(2033), 2, + STATE(2760), 2, sym_comment, sym_include, - ACTIONS(3315), 31, + ACTIONS(3632), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190135,7 +234922,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190156,20 +234942,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153531] = 6, + [193586] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3692), 1, - ts_builtin_sym_end, - STATE(2034), 2, + STATE(2761), 2, sym_comment, sym_include, - ACTIONS(3317), 31, + ACTIONS(3636), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190179,7 +234964,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190200,20 +234984,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153581] = 6, + [193633] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3694), 1, - ts_builtin_sym_end, - STATE(2035), 2, + STATE(2762), 2, sym_comment, sym_include, - ACTIONS(3319), 31, + ACTIONS(3638), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190223,7 +235006,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190244,106 +235026,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153631] = 5, + [193680] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2036), 2, - sym_comment, - sym_include, - ACTIONS(3696), 32, - sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - [153679] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2037), 2, + STATE(2763), 2, sym_comment, sym_include, - ACTIONS(3698), 32, + ACTIONS(3640), 31, sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - [153727] = 6, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [193727] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3700), 1, - ts_builtin_sym_end, - STATE(2038), 2, + STATE(2764), 2, sym_comment, sym_include, - ACTIONS(3542), 31, + ACTIONS(3642), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190353,7 +235090,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190374,20 +235110,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153777] = 6, + [193774] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3702), 1, - ts_builtin_sym_end, - STATE(2039), 2, + STATE(2765), 2, sym_comment, sym_include, - ACTIONS(3540), 31, + ACTIONS(3644), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190397,7 +235132,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190418,20 +235152,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153827] = 6, + [193821] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3704), 1, - ts_builtin_sym_end, - STATE(2040), 2, + STATE(2766), 2, sym_comment, sym_include, - ACTIONS(3538), 31, + ACTIONS(3646), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190441,7 +235174,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190462,20 +235194,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153877] = 6, + [193868] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3706), 1, - ts_builtin_sym_end, - STATE(2041), 2, + STATE(2767), 2, sym_comment, sym_include, - ACTIONS(3321), 31, + ACTIONS(4131), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190485,7 +235216,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190506,20 +235236,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153927] = 6, + [193915] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3708), 1, - ts_builtin_sym_end, - STATE(2042), 2, + STATE(2768), 2, sym_comment, sym_include, - ACTIONS(3323), 31, + ACTIONS(4091), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190529,7 +235258,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190550,20 +235278,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153977] = 6, + [193962] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3710), 1, - ts_builtin_sym_end, - STATE(2043), 2, + STATE(2769), 2, sym_comment, sym_include, - ACTIONS(3325), 31, + ACTIONS(4089), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190573,7 +235300,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190594,20 +235320,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154027] = 6, + [194009] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3712), 1, - ts_builtin_sym_end, - STATE(2044), 2, + STATE(2770), 2, sym_comment, sym_include, - ACTIONS(3327), 31, + ACTIONS(3652), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190617,7 +235342,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190638,20 +235362,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154077] = 6, + [194056] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3714), 1, - ts_builtin_sym_end, - STATE(2045), 2, + STATE(2771), 2, sym_comment, sym_include, - ACTIONS(3536), 31, + ACTIONS(3656), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190661,7 +235384,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190682,20 +235404,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154127] = 6, + [194103] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3716), 1, - ts_builtin_sym_end, - STATE(2046), 2, + STATE(2772), 2, sym_comment, sym_include, - ACTIONS(3534), 31, + ACTIONS(3660), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190705,7 +235426,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190726,20 +235446,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154177] = 6, + [194150] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3718), 1, - ts_builtin_sym_end, - STATE(2047), 2, + STATE(2773), 2, sym_comment, sym_include, - ACTIONS(3329), 31, + ACTIONS(3662), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190749,7 +235468,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190770,20 +235488,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154227] = 6, + [194197] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3720), 1, - ts_builtin_sym_end, - STATE(2048), 2, + STATE(2774), 2, sym_comment, sym_include, - ACTIONS(3331), 31, + ACTIONS(3666), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190793,7 +235510,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190814,20 +235530,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154277] = 6, + [194244] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3722), 1, - ts_builtin_sym_end, - STATE(2049), 2, + STATE(2775), 2, sym_comment, sym_include, - ACTIONS(3333), 31, + ACTIONS(3668), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190837,7 +235552,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190858,20 +235572,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154327] = 6, + [194291] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3724), 1, - ts_builtin_sym_end, - STATE(2050), 2, + STATE(2776), 2, sym_comment, sym_include, - ACTIONS(3335), 31, + ACTIONS(3670), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190881,7 +235594,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190902,20 +235614,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154377] = 6, + [194338] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3726), 1, - ts_builtin_sym_end, - STATE(2051), 2, + STATE(2777), 2, sym_comment, sym_include, - ACTIONS(3337), 31, + ACTIONS(3672), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190925,7 +235636,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190946,20 +235656,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154427] = 6, + [194385] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3728), 1, - ts_builtin_sym_end, - STATE(2052), 2, + STATE(2778), 2, sym_comment, sym_include, - ACTIONS(3339), 31, + ACTIONS(3674), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190969,7 +235678,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -190990,86 +235698,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154477] = 28, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3047), 1, - sym_of, - STATE(3236), 1, - sym__pre_tuning, - STATE(3430), 1, - aux_sym_for_phrase_repeat1, - STATE(3438), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3738), 1, - aux_sym_for_phrase_repeat2, - STATE(4286), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5304), 1, - aux_sym_for_statement_repeat1, - STATE(6199), 1, - sym_body, - STATE(2053), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [154571] = 6, + [194432] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3730), 1, - ts_builtin_sym_end, - STATE(2054), 2, + STATE(2779), 2, sym_comment, sym_include, - ACTIONS(3341), 31, + ACTIONS(3676), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191079,7 +235720,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191100,19 +235740,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154621] = 6, + [194479] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3732), 1, + ACTIONS(4257), 1, ts_builtin_sym_end, - STATE(2055), 2, + STATE(2780), 2, sym_comment, sym_include, - ACTIONS(3343), 31, + ACTIONS(3967), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191123,7 +235763,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191144,19 +235783,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154671] = 6, + [194528] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3734), 1, + ACTIONS(3977), 1, ts_builtin_sym_end, - STATE(2056), 2, + STATE(2781), 2, sym_comment, sym_include, - ACTIONS(3345), 31, + ACTIONS(3979), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191167,7 +235806,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191188,111 +235826,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154721] = 8, + [194577] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2651), 1, - sym__namecolon, - STATE(1535), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(2057), 2, - sym_comment, - sym_include, - ACTIONS(89), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [154775] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2647), 1, - anon_sym_LPAREN, - STATE(1733), 1, - sym_function_arguments, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(2058), 2, - sym_comment, - sym_include, - ACTIONS(89), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [154829] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3736), 1, + ACTIONS(4255), 1, ts_builtin_sym_end, - STATE(2059), 2, + STATE(2782), 2, sym_comment, sym_include, - ACTIONS(3349), 31, + ACTIONS(3991), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191303,7 +235849,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191324,20 +235869,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154879] = 6, + [194626] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3738), 1, - ts_builtin_sym_end, - STATE(2060), 2, + STATE(2783), 2, sym_comment, sym_include, - ACTIONS(3351), 31, + ACTIONS(3519), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191347,7 +235891,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191368,19 +235911,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154929] = 6, + [194673] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, + ACTIONS(3664), 1, ts_builtin_sym_end, - STATE(2061), 2, + STATE(2784), 2, sym_comment, sym_include, - ACTIONS(3353), 31, + ACTIONS(3666), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191391,7 +235934,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191412,19 +235954,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154979] = 6, + [194722] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3742), 1, + ACTIONS(3981), 1, ts_builtin_sym_end, - STATE(2062), 2, + STATE(2785), 2, sym_comment, sym_include, - ACTIONS(3355), 31, + ACTIONS(3983), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191435,7 +235977,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191456,20 +235997,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155029] = 6, + [194771] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3744), 1, - ts_builtin_sym_end, - STATE(2063), 2, + STATE(2786), 2, sym_comment, sym_include, - ACTIONS(3363), 31, + ACTIONS(4001), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191479,7 +236019,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191500,19 +236039,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155079] = 6, + [194818] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3746), 1, + ACTIONS(4371), 1, ts_builtin_sym_end, - STATE(2064), 2, + STATE(2787), 2, sym_comment, sym_include, - ACTIONS(3365), 31, + ACTIONS(3662), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191523,7 +236062,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191544,65 +236082,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155129] = 8, + [194867] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2649), 1, - sym__namedot, - STATE(1665), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(132), 2, - sym__or_operator, - sym__and_operator, - STATE(2065), 2, - sym_comment, - sym_include, - ACTIONS(134), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [155183] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3748), 1, + ACTIONS(3658), 1, ts_builtin_sym_end, - STATE(2066), 2, + STATE(2788), 2, sym_comment, sym_include, - ACTIONS(3371), 31, + ACTIONS(3660), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191613,7 +236105,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191634,19 +236125,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155233] = 6, + [194916] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3750), 1, + ACTIONS(3654), 1, ts_builtin_sym_end, - STATE(2067), 2, + STATE(2789), 2, sym_comment, sym_include, - ACTIONS(3373), 31, + ACTIONS(3656), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191657,7 +236148,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191678,19 +236168,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155283] = 6, + [194965] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3752), 1, + ACTIONS(4253), 1, ts_builtin_sym_end, - STATE(2068), 2, + STATE(2790), 2, sym_comment, sym_include, - ACTIONS(3375), 31, + ACTIONS(3993), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191701,7 +236191,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191722,20 +236211,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155333] = 6, + [195014] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, - ts_builtin_sym_end, - STATE(2069), 2, + STATE(2791), 2, sym_comment, sym_include, - ACTIONS(3377), 31, + ACTIONS(3678), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191745,7 +236233,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191766,19 +236253,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155383] = 6, + [195061] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3756), 1, + ACTIONS(4249), 1, ts_builtin_sym_end, - STATE(2070), 2, + STATE(2792), 2, sym_comment, sym_include, - ACTIONS(3441), 31, + ACTIONS(3997), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191789,7 +236276,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191810,19 +236296,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155433] = 6, + [195110] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3756), 1, + ACTIONS(3985), 1, ts_builtin_sym_end, - STATE(2071), 2, + STATE(2793), 2, sym_comment, sym_include, - ACTIONS(3441), 31, + ACTIONS(3987), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191833,7 +236319,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191854,19 +236339,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155483] = 6, + [195159] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3758), 1, + ACTIONS(3989), 1, ts_builtin_sym_end, - STATE(2072), 2, + STATE(2794), 2, sym_comment, sym_include, - ACTIONS(3379), 31, + ACTIONS(3519), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191877,7 +236362,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191898,19 +236382,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155533] = 6, + [195208] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3760), 1, + ACTIONS(3999), 1, ts_builtin_sym_end, - STATE(2073), 2, + STATE(2795), 2, sym_comment, sym_include, - ACTIONS(3381), 31, + ACTIONS(4001), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191921,7 +236405,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191942,19 +236425,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155583] = 6, + [195257] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3762), 1, + ACTIONS(4247), 1, ts_builtin_sym_end, - STATE(2074), 2, + STATE(2796), 2, sym_comment, sym_include, - ACTIONS(3383), 31, + ACTIONS(4003), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -191965,7 +236448,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -191986,19 +236468,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155633] = 6, + [195306] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3764), 1, + ACTIONS(4373), 1, ts_builtin_sym_end, - STATE(2075), 2, + STATE(2797), 2, sym_comment, sym_include, - ACTIONS(3385), 31, + ACTIONS(3652), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192009,7 +236491,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192030,19 +236511,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155683] = 6, + [195355] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3766), 1, + ACTIONS(4245), 1, ts_builtin_sym_end, - STATE(2076), 2, + STATE(2798), 2, sym_comment, sym_include, - ACTIONS(3387), 31, + ACTIONS(4005), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192053,7 +236534,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192074,77 +236554,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155733] = 19, - ACTIONS(69), 1, + [195404] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(3768), 1, - aux_sym_of_phrase_token2, - STATE(1014), 1, - sym__comparison_operator, - STATE(1015), 1, - sym__multiplicative_operator, - STATE(1016), 1, - sym__additive_operator, - STATE(1017), 1, - sym__logical_operator, - STATE(4483), 1, - sym_of_phrase, - STATE(4938), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2077), 2, + ACTIONS(4243), 1, + ts_builtin_sym_end, + STATE(2799), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [155809] = 6, + ACTIONS(4031), 30, + sym_identifier, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [195453] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3770), 1, - ts_builtin_sym_end, - STATE(2078), 2, + STATE(2800), 2, sym_comment, sym_include, - ACTIONS(3525), 31, + ACTIONS(3784), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192154,7 +236619,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192175,19 +236639,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155859] = 6, + [195500] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3772), 1, + ACTIONS(4375), 1, ts_builtin_sym_end, - STATE(2079), 2, + STATE(2801), 2, sym_comment, sym_include, - ACTIONS(3523), 31, + ACTIONS(4131), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192198,7 +236662,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192219,20 +236682,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155909] = 6, + [195549] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3774), 1, - ts_builtin_sym_end, - STATE(2080), 2, + STATE(2802), 2, sym_comment, sym_include, - ACTIONS(3389), 31, + ACTIONS(3682), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192242,7 +236704,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192263,20 +236724,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155959] = 6, + [195596] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3776), 1, - ts_builtin_sym_end, - STATE(2081), 2, + STATE(2803), 2, sym_comment, sym_include, - ACTIONS(3519), 31, + ACTIONS(3692), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192286,7 +236746,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192307,19 +236766,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156009] = 6, + [195643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3778), 1, + ACTIONS(4377), 1, ts_builtin_sym_end, - STATE(2082), 2, + STATE(2804), 2, sym_comment, sym_include, - ACTIONS(3517), 31, + ACTIONS(3646), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192330,7 +236789,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192351,20 +236809,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156059] = 6, + [195692] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3780), 1, - ts_builtin_sym_end, - STATE(2083), 2, + STATE(2805), 2, sym_comment, sym_include, - ACTIONS(3515), 31, + ACTIONS(3694), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192374,7 +236831,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192395,20 +236851,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156109] = 6, + [195739] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3782), 1, - ts_builtin_sym_end, - STATE(2084), 2, + STATE(2806), 2, sym_comment, sym_include, - ACTIONS(3513), 31, + ACTIONS(3700), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192418,7 +236873,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192439,19 +236893,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156159] = 6, + [195786] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3784), 1, + ACTIONS(4379), 1, ts_builtin_sym_end, - STATE(2085), 2, + STATE(2807), 2, sym_comment, sym_include, - ACTIONS(3391), 31, + ACTIONS(3644), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192462,7 +236916,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192483,85 +236936,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156209] = 28, - ACTIONS(69), 1, + [195835] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3183), 1, - sym_of, - STATE(3268), 1, - sym__pre_tuning, - STATE(3385), 1, - sym_where_clause, - STATE(3398), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3760), 1, - aux_sym_for_phrase_repeat2, - STATE(4343), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5146), 1, - aux_sym_for_statement_repeat1, - STATE(6248), 1, - sym_body, - STATE(2086), 2, + STATE(2808), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [156303] = 6, + ACTIONS(3987), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [195882] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3786), 1, + ACTIONS(4381), 1, ts_builtin_sym_end, - STATE(2087), 2, + STATE(2809), 2, sym_comment, sym_include, - ACTIONS(3393), 31, + ACTIONS(3642), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192572,7 +237001,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192593,20 +237021,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156353] = 6, + [195931] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3173), 1, + sym__namedot, + STATE(2813), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(2810), 2, + sym_comment, + sym_include, + ACTIONS(104), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [195984] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3788), 1, - ts_builtin_sym_end, - STATE(2088), 2, + STATE(2811), 2, sym_comment, sym_include, - ACTIONS(3509), 31, + ACTIONS(3983), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192616,7 +237088,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192637,20 +237108,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156403] = 6, + [196031] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3790), 1, - ts_builtin_sym_end, - STATE(2089), 2, + STATE(2812), 2, sym_comment, sym_include, - ACTIONS(3507), 31, + ACTIONS(3979), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192660,7 +237130,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192681,20 +237150,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156453] = 6, + [196078] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3792), 1, - ts_builtin_sym_end, - STATE(2090), 2, + ACTIONS(4467), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(2813), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [196129] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2814), 2, sym_comment, sym_include, - ACTIONS(3505), 31, + ACTIONS(3975), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192704,7 +237216,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192725,19 +237236,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156503] = 6, + [196176] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3794), 1, + ACTIONS(4241), 1, ts_builtin_sym_end, - STATE(2091), 2, + STATE(2815), 2, sym_comment, sym_include, - ACTIONS(3503), 31, + ACTIONS(4033), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192748,7 +237259,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192769,20 +237279,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156553] = 6, + [196225] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, - ts_builtin_sym_end, - STATE(2092), 2, + STATE(2816), 2, sym_comment, sym_include, - ACTIONS(3501), 31, + ACTIONS(3971), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192792,7 +237301,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192813,19 +237321,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156603] = 6, + [196272] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4239), 1, ts_builtin_sym_end, - STATE(2093), 2, + STATE(2817), 2, sym_comment, sym_include, - ACTIONS(3499), 31, + ACTIONS(4035), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192836,7 +237344,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192857,20 +237364,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156653] = 6, + [196321] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3800), 1, - ts_builtin_sym_end, - STATE(2094), 2, + STATE(2818), 2, sym_comment, sym_include, - ACTIONS(3497), 31, + ACTIONS(3965), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192880,7 +237386,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192901,19 +237406,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156703] = 6, + [196368] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, + ACTIONS(4007), 1, ts_builtin_sym_end, - STATE(2095), 2, + STATE(2819), 2, sym_comment, sym_include, - ACTIONS(3395), 31, + ACTIONS(4009), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192924,7 +237429,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192945,19 +237449,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156753] = 6, + [196417] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3804), 1, + ACTIONS(3688), 1, ts_builtin_sym_end, - STATE(2096), 2, + STATE(2820), 2, sym_comment, sym_include, - ACTIONS(3397), 31, + ACTIONS(3690), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192968,7 +237472,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -192989,20 +237492,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156803] = 6, + [196466] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3806), 1, - ts_builtin_sym_end, - STATE(2097), 2, + STATE(2821), 2, sym_comment, sym_include, - ACTIONS(3399), 31, + ACTIONS(3957), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193012,7 +237514,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193033,20 +237534,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156853] = 6, + [196513] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3808), 1, - ts_builtin_sym_end, - STATE(2098), 2, + STATE(2822), 2, sym_comment, sym_include, - ACTIONS(3495), 31, + ACTIONS(3953), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193056,7 +237556,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193077,20 +237576,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156903] = 6, + [196560] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - ts_builtin_sym_end, - STATE(2099), 2, + STATE(2823), 2, sym_comment, sym_include, - ACTIONS(3493), 31, + ACTIONS(3949), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193100,7 +237598,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193121,19 +237618,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156953] = 6, + [196607] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3812), 1, + ACTIONS(4383), 1, ts_builtin_sym_end, - STATE(2100), 2, + STATE(2824), 2, sym_comment, sym_include, - ACTIONS(3401), 31, + ACTIONS(3640), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193144,7 +237641,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193165,63 +237661,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157003] = 6, + [196656] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3814), 1, - ts_builtin_sym_end, - STATE(2101), 2, + STATE(2825), 2, sym_comment, sym_include, - ACTIONS(3403), 31, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [157053] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [196705] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3816), 1, + ACTIONS(4011), 1, ts_builtin_sym_end, - STATE(2102), 2, + STATE(2826), 2, sym_comment, sym_include, - ACTIONS(3405), 31, + ACTIONS(4013), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193232,7 +237727,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193253,19 +237747,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157103] = 6, + [196754] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3818), 1, + ACTIONS(4385), 1, ts_builtin_sym_end, - STATE(2103), 2, + STATE(2827), 2, sym_comment, sym_include, - ACTIONS(3407), 31, + ACTIONS(3638), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193276,7 +237770,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193297,19 +237790,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157153] = 6, + [196803] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3820), 1, + ACTIONS(4015), 1, ts_builtin_sym_end, - STATE(2104), 2, + STATE(2828), 2, sym_comment, sym_include, - ACTIONS(3409), 31, + ACTIONS(4017), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193320,7 +237813,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193341,19 +237833,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157203] = 6, + [196852] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3822), 1, + ACTIONS(3634), 1, ts_builtin_sym_end, - STATE(2105), 2, + STATE(2829), 2, sym_comment, sym_include, - ACTIONS(3411), 31, + ACTIONS(3636), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193364,7 +237856,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193385,85 +237876,148 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157253] = 28, - ACTIONS(69), 1, + [196901] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + STATE(2830), 2, + sym_comment, + sym_include, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3081), 1, - sym_of, - STATE(3230), 1, - sym__pre_tuning, - STATE(3414), 1, - aux_sym_for_phrase_repeat1, - STATE(3420), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3715), 1, - aux_sym_for_phrase_repeat2, - STATE(4349), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5187), 1, - aux_sym_for_statement_repeat1, - STATE(6319), 1, - sym_body, - STATE(2106), 2, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [196950] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2831), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [157347] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [196999] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2832), 2, + sym_comment, + sym_include, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [197048] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3824), 1, + ACTIONS(3630), 1, ts_builtin_sym_end, - STATE(2107), 2, + STATE(2833), 2, sym_comment, sym_include, - ACTIONS(3413), 31, + ACTIONS(3632), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193474,7 +238028,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193495,19 +238048,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157397] = 6, + [197097] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2834), 2, + sym_comment, + sym_include, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [197146] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3826), 1, + ACTIONS(4019), 1, ts_builtin_sym_end, - STATE(2108), 2, + STATE(2835), 2, sym_comment, sym_include, - ACTIONS(3415), 31, + ACTIONS(4021), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193518,7 +238114,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193539,19 +238134,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157447] = 6, + [197195] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3828), 1, + ACTIONS(4023), 1, ts_builtin_sym_end, - STATE(2109), 2, + STATE(2836), 2, sym_comment, sym_include, - ACTIONS(3449), 31, + ACTIONS(4025), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193562,7 +238157,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193583,19 +238177,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157497] = 6, + [197244] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3830), 1, + ACTIONS(4027), 1, ts_builtin_sym_end, - STATE(2110), 2, + STATE(2837), 2, sym_comment, sym_include, - ACTIONS(3419), 31, + ACTIONS(4029), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193606,7 +238200,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193627,19 +238220,573 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157547] = 6, + [197293] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2838), 2, + sym_comment, + sym_include, + ACTIONS(1258), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197360] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2839), 2, + sym_comment, + sym_include, + ACTIONS(1262), 6, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197425] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + STATE(2840), 2, + sym_comment, + sym_include, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 23, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [197482] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2841), 2, + sym_comment, + sym_include, + ACTIONS(1326), 21, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [197543] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2842), 2, + sym_comment, + sym_include, + ACTIONS(1330), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197610] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2843), 2, + sym_comment, + sym_include, + ACTIONS(1318), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197677] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3832), 1, + STATE(2844), 2, + sym_comment, + sym_include, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [197726] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2845), 2, + sym_comment, + sym_include, + ACTIONS(1322), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197793] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2846), 2, + sym_comment, + sym_include, + ACTIONS(1350), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197860] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2847), 2, + sym_comment, + sym_include, + ACTIONS(1346), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197927] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2848), 2, + sym_comment, + sym_include, + ACTIONS(1342), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [197994] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4387), 1, ts_builtin_sym_end, - STATE(2111), 2, + STATE(2849), 2, sym_comment, sym_include, - ACTIONS(3491), 31, + ACTIONS(3628), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193650,7 +238797,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193671,20 +238817,208 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157597] = 6, + [198043] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2850), 2, + sym_comment, + sym_include, + ACTIONS(248), 6, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [198108] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3834), 1, - ts_builtin_sym_end, - STATE(2112), 2, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2851), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1316), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [198171] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2852), 2, + sym_comment, + sym_include, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [198220] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(2853), 2, + sym_comment, + sym_include, + ACTIONS(1501), 27, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [198273] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2854), 2, sym_comment, sym_include, - ACTIONS(3433), 31, + ACTIONS(3702), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193694,7 +239028,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193715,20 +239048,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157647] = 6, + [198320] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3836), 1, - ts_builtin_sym_end, - STATE(2113), 2, + STATE(2855), 2, sym_comment, sym_include, - ACTIONS(3431), 31, + ACTIONS(3942), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193738,7 +239070,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193759,19 +239090,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157697] = 6, + [198367] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3838), 1, + ACTIONS(4389), 1, ts_builtin_sym_end, - STATE(2114), 2, + STATE(2856), 2, sym_comment, sym_include, - ACTIONS(3487), 31, + ACTIONS(3626), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193782,7 +239113,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193803,64 +239133,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157747] = 6, - ACTIONS(69), 1, + [198416] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3842), 1, - aux_sym_variable_tuning_token2, - STATE(2115), 2, + STATE(2857), 2, sym_comment, sym_include, - ACTIONS(3840), 31, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_unary_expression_token2, - anon_sym_GT, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [157797] = 6, + ACTIONS(3936), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [198463] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3844), 1, - ts_builtin_sym_end, - STATE(2116), 2, + STATE(2858), 2, sym_comment, sym_include, - ACTIONS(3483), 31, + ACTIONS(3932), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193870,7 +239197,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193891,19 +239217,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157847] = 6, + [198510] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + STATE(2859), 2, + sym_comment, + sym_include, + ACTIONS(3704), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [198557] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4237), 1, ts_builtin_sym_end, - STATE(2117), 2, + STATE(2860), 2, sym_comment, sym_include, - ACTIONS(3481), 31, + ACTIONS(4037), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193914,7 +239282,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -193935,65 +239302,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157897] = 8, + [198606] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2649), 1, - sym__namedot, - STATE(1665), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(2118), 2, + STATE(2861), 2, sym_comment, sym_include, - ACTIONS(126), 28, - anon_sym_SLASH, + ACTIONS(3708), 31, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [157951] = 6, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [198653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3848), 1, + ACTIONS(4391), 1, ts_builtin_sym_end, - STATE(2119), 2, + STATE(2862), 2, sym_comment, sym_include, - ACTIONS(3479), 31, + ACTIONS(3624), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194004,7 +239367,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194025,20 +239387,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158001] = 6, + [198702] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3850), 1, - ts_builtin_sym_end, - STATE(2120), 2, + STATE(2863), 2, sym_comment, sym_include, - ACTIONS(3429), 31, + ACTIONS(3712), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194048,7 +239409,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194069,20 +239429,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158051] = 6, + [198749] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3852), 1, - ts_builtin_sym_end, - STATE(2121), 2, + STATE(2864), 2, sym_comment, sym_include, - ACTIONS(3427), 31, + ACTIONS(3716), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194092,7 +239451,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194113,20 +239471,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158101] = 6, + [198796] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3854), 1, - ts_builtin_sym_end, - STATE(2122), 2, + STATE(2865), 2, sym_comment, sym_include, - ACTIONS(3477), 31, + ACTIONS(3720), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194136,7 +239493,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194157,19 +239513,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158151] = 6, + [198843] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3856), 1, + STATE(2866), 2, + sym_comment, + sym_include, + ACTIONS(3594), 31, + sym_identifier, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [198890] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4235), 1, ts_builtin_sym_end, - STATE(2123), 2, + STATE(2867), 2, sym_comment, sym_include, - ACTIONS(3417), 31, + ACTIONS(4055), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194180,7 +239578,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194201,19 +239598,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158201] = 6, + [198939] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3858), 1, + ACTIONS(4039), 1, ts_builtin_sym_end, - STATE(2124), 2, + STATE(2868), 2, sym_comment, sym_include, - ACTIONS(3475), 31, + ACTIONS(4041), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194224,7 +239621,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194245,19 +239641,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158251] = 6, + [198988] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3860), 1, + ACTIONS(4043), 1, ts_builtin_sym_end, - STATE(2125), 2, + STATE(2869), 2, sym_comment, sym_include, - ACTIONS(3447), 31, + ACTIONS(4045), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194268,7 +239664,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194289,19 +239684,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158301] = 6, + [199037] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3862), 1, + ACTIONS(4047), 1, ts_builtin_sym_end, - STATE(2126), 2, + STATE(2870), 2, sym_comment, sym_include, - ACTIONS(3445), 31, + ACTIONS(4049), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194312,7 +239707,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194333,19 +239727,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158351] = 6, + [199086] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3864), 1, + ACTIONS(3744), 1, ts_builtin_sym_end, - STATE(2127), 2, + STATE(2871), 2, sym_comment, sym_include, - ACTIONS(3473), 31, + ACTIONS(3746), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194356,7 +239750,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194377,86 +239770,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158401] = 28, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3042), 1, - sym_of, - STATE(3219), 1, - sym__pre_tuning, - STATE(3353), 1, - aux_sym_for_phrase_repeat1, - STATE(3356), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3769), 1, - aux_sym_for_phrase_repeat2, - STATE(4304), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5392), 1, - aux_sym_for_statement_repeat1, - STATE(6366), 1, - sym_body, - STATE(2128), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [158495] = 6, + [199135] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3866), 1, - ts_builtin_sym_end, - STATE(2129), 2, + STATE(2872), 2, sym_comment, sym_include, - ACTIONS(3471), 31, + ACTIONS(3722), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194466,7 +239792,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194487,19 +239812,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158545] = 6, + [199182] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3868), 1, + ACTIONS(4470), 1, ts_builtin_sym_end, - STATE(2130), 2, + STATE(2873), 2, sym_comment, sym_include, - ACTIONS(3443), 31, + ACTIONS(4472), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194510,7 +239835,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194531,19 +239855,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158595] = 6, + [199231] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3870), 1, + ACTIONS(4225), 1, ts_builtin_sym_end, - STATE(2131), 2, + STATE(2874), 2, sym_comment, sym_include, - ACTIONS(3423), 31, + ACTIONS(4061), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194554,7 +239878,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194575,20 +239898,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158645] = 6, + [199280] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3872), 1, - ts_builtin_sym_end, - STATE(2132), 2, + STATE(2875), 2, sym_comment, sym_include, - ACTIONS(3469), 31, + ACTIONS(3724), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194598,7 +239920,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194619,20 +239940,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158695] = 6, + [199327] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3874), 1, - ts_builtin_sym_end, - STATE(2133), 2, + STATE(2876), 2, sym_comment, sym_include, - ACTIONS(3421), 31, + ACTIONS(3728), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194642,7 +239962,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194663,19 +239982,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158745] = 6, + [199374] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3876), 1, + ACTIONS(4221), 1, ts_builtin_sym_end, - STATE(2134), 2, + STATE(2877), 2, sym_comment, sym_include, - ACTIONS(3467), 31, + ACTIONS(4089), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194686,7 +240005,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194707,63 +240025,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158795] = 6, - ACTIONS(3), 1, + [199423] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3878), 1, - ts_builtin_sym_end, - STATE(2135), 2, + STATE(851), 1, + sym__comparison_operator, + STATE(852), 1, + sym__multiplicative_operator, + STATE(853), 1, + sym__additive_operator, + STATE(854), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2878), 2, sym_comment, sym_include, - ACTIONS(3465), 31, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1314), 4, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [158845] = 6, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [199490] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3880), 1, + ACTIONS(3620), 1, ts_builtin_sym_end, - STATE(2136), 2, + STATE(2879), 2, sym_comment, sym_include, - ACTIONS(3437), 31, + ACTIONS(3622), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194774,7 +240100,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194795,19 +240120,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158895] = 6, + [199539] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3882), 1, + ACTIONS(3616), 1, ts_builtin_sym_end, - STATE(2137), 2, + STATE(2880), 2, sym_comment, sym_include, - ACTIONS(3463), 31, + ACTIONS(3618), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194818,7 +240143,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194839,19 +240163,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158945] = 6, + [199588] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3884), 1, + ACTIONS(4079), 1, ts_builtin_sym_end, - STATE(2138), 2, + STATE(2881), 2, sym_comment, sym_include, - ACTIONS(3461), 31, + ACTIONS(3546), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194862,7 +240186,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194883,19 +240206,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158995] = 6, + [199637] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3886), 1, + ACTIONS(3748), 1, ts_builtin_sym_end, - STATE(2139), 2, + STATE(2882), 2, sym_comment, sym_include, - ACTIONS(3459), 31, + ACTIONS(3750), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194906,7 +240229,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194927,19 +240249,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159045] = 6, + [199686] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3888), 1, + ACTIONS(4393), 1, ts_builtin_sym_end, - STATE(2140), 2, + STATE(2883), 2, sym_comment, sym_include, - ACTIONS(3457), 31, + ACTIONS(3614), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194950,7 +240272,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -194971,20 +240292,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159095] = 6, + [199735] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3890), 1, - ts_builtin_sym_end, - STATE(2141), 2, + STATE(2884), 2, sym_comment, sym_include, - ACTIONS(3455), 31, + ACTIONS(3730), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194994,7 +240314,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -195015,20 +240334,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159145] = 6, + [199782] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3892), 1, - ts_builtin_sym_end, - STATE(2142), 2, + STATE(2885), 2, sym_comment, sym_include, - ACTIONS(3453), 31, + ACTIONS(3732), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195038,7 +240356,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -195059,20 +240376,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159195] = 6, + [199829] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3894), 1, - ts_builtin_sym_end, - STATE(2143), 2, + STATE(2886), 2, sym_comment, sym_include, - ACTIONS(3451), 31, + ACTIONS(3734), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195082,7 +240398,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -195103,19 +240418,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159245] = 6, + [199876] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3660), 1, + ACTIONS(4219), 1, ts_builtin_sym_end, - STATE(2144), 2, + STATE(2887), 2, sym_comment, sym_include, - ACTIONS(3544), 30, + ACTIONS(4091), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195146,71 +240461,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159294] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(553), 1, - sym__comparison_operator, - STATE(554), 1, - sym__multiplicative_operator, - STATE(555), 1, - sym__additive_operator, - STATE(556), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2145), 2, - sym_comment, - sym_include, - ACTIONS(1171), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [159361] = 6, + [199925] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3590), 1, + ACTIONS(4395), 1, ts_builtin_sym_end, - STATE(2146), 2, + STATE(2888), 2, sym_comment, sym_include, - ACTIONS(3191), 30, + ACTIONS(3612), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195241,19 +240504,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159410] = 6, + [199974] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3776), 1, + ACTIONS(4217), 1, ts_builtin_sym_end, - STATE(2147), 2, + STATE(2889), 2, sym_comment, sym_include, - ACTIONS(3519), 30, + ACTIONS(4097), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195284,19 +240547,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159459] = 6, + [200023] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3592), 1, + ACTIONS(4215), 1, ts_builtin_sym_end, - STATE(2148), 2, + STATE(2890), 2, sym_comment, sym_include, - ACTIONS(3193), 30, + ACTIONS(4111), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195327,19 +240590,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159508] = 6, + [200072] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3700), 1, + ACTIONS(3774), 1, ts_builtin_sym_end, - STATE(2149), 2, + STATE(2891), 2, sym_comment, sym_include, - ACTIONS(3542), 30, + ACTIONS(3776), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195370,19 +240633,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159557] = 6, + [200121] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3786), 1, + ACTIONS(4051), 1, ts_builtin_sym_end, - STATE(2150), 2, + STATE(2892), 2, sym_comment, sym_include, - ACTIONS(3393), 30, + ACTIONS(4053), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195413,19 +240676,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159606] = 6, + [200170] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3594), 1, + ACTIONS(4113), 1, ts_builtin_sym_end, - STATE(2151), 2, + STATE(2893), 2, sym_comment, sym_include, - ACTIONS(3195), 30, + ACTIONS(3548), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195456,19 +240719,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159655] = 6, + [200219] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3596), 1, + ACTIONS(4405), 1, ts_builtin_sym_end, - STATE(2152), 2, + STATE(2894), 2, sym_comment, sym_include, - ACTIONS(3197), 30, + ACTIONS(3574), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195499,19 +240762,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159704] = 6, + [200268] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3598), 1, + ACTIONS(4057), 1, ts_builtin_sym_end, - STATE(2153), 2, + STATE(2895), 2, sym_comment, sym_include, - ACTIONS(3199), 30, + ACTIONS(4059), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195542,19 +240805,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159753] = 6, + [200317] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3600), 1, + ACTIONS(4211), 1, ts_builtin_sym_end, - STATE(2154), 2, + STATE(2896), 2, sym_comment, sym_include, - ACTIONS(3201), 30, + ACTIONS(4213), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195585,19 +240848,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159802] = 6, + [200366] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3550), 1, + ACTIONS(4115), 1, ts_builtin_sym_end, - STATE(2155), 2, + STATE(2897), 2, sym_comment, sym_include, - ACTIONS(3137), 30, + ACTIONS(3550), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195628,20 +240891,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159851] = 6, + [200415] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3812), 1, - ts_builtin_sym_end, - STATE(2156), 2, + STATE(2898), 2, sym_comment, sym_include, - ACTIONS(3401), 30, + ACTIONS(3926), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195671,20 +240933,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159900] = 6, + [200462] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3806), 1, - ts_builtin_sym_end, - STATE(2157), 2, + STATE(2899), 2, sym_comment, sym_include, - ACTIONS(3399), 30, + ACTIONS(3736), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195714,20 +240975,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159949] = 6, + [200509] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3804), 1, - ts_builtin_sym_end, - STATE(2158), 2, + STATE(2900), 2, sym_comment, sym_include, - ACTIONS(3397), 30, + ACTIONS(3596), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195757,20 +241017,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159998] = 6, + [200556] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - ts_builtin_sym_end, - STATE(2159), 2, + STATE(2901), 2, sym_comment, sym_include, - ACTIONS(3395), 30, + ACTIONS(3918), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195800,20 +241059,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160047] = 6, + [200603] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3784), 1, - ts_builtin_sym_end, - STATE(2160), 2, + STATE(2902), 2, sym_comment, sym_include, - ACTIONS(3391), 30, + ACTIONS(3738), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195843,19 +241101,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160096] = 6, + [200650] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3732), 1, + ACTIONS(4397), 1, ts_builtin_sym_end, - STATE(2161), 2, + STATE(2903), 2, sym_comment, sym_include, - ACTIONS(3343), 30, + ACTIONS(3572), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195886,19 +241144,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160145] = 6, + [200699] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3814), 1, + ACTIONS(4117), 1, ts_builtin_sym_end, - STATE(2162), 2, + STATE(2904), 2, sym_comment, sym_include, - ACTIONS(3403), 30, + ACTIONS(3552), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195929,19 +241187,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160194] = 6, + [200748] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3816), 1, + ACTIONS(4063), 1, ts_builtin_sym_end, - STATE(2163), 2, + STATE(2905), 2, sym_comment, sym_include, - ACTIONS(3405), 30, + ACTIONS(4065), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195972,19 +241230,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160243] = 6, + [200797] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3774), 1, + ACTIONS(4067), 1, ts_builtin_sym_end, - STATE(2164), 2, + STATE(2906), 2, sym_comment, sym_include, - ACTIONS(3389), 30, + ACTIONS(4069), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196015,158 +241273,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160292] = 13, + [200846] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2165), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(3896), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [160355] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2166), 2, - sym_comment, - sym_include, - ACTIONS(109), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(111), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [160404] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2700), 1, - sym__namecolon, - STATE(1658), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2167), 2, - sym_comment, - sym_include, - ACTIONS(100), 27, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [160457] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3714), 1, - ts_builtin_sym_end, - STATE(2168), 2, + STATE(2907), 2, sym_comment, sym_include, - ACTIONS(3536), 30, + ACTIONS(3754), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196196,20 +241315,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160506] = 6, + [200893] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3766), 1, - ts_builtin_sym_end, - STATE(2169), 2, + STATE(2908), 2, sym_comment, sym_include, - ACTIONS(3387), 30, + ACTIONS(4175), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196239,64 +241357,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160555] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2736), 1, - sym__namecolon, - STATE(2197), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2170), 2, - sym_comment, - sym_include, - ACTIONS(100), 28, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [160606] = 6, + [200940] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3818), 1, - ts_builtin_sym_end, - STATE(2171), 2, + STATE(2909), 2, sym_comment, sym_include, - ACTIONS(3407), 30, + ACTIONS(3756), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196326,64 +241399,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160655] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2736), 1, - sym__namecolon, - STATE(2197), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2172), 2, - sym_comment, - sym_include, - ACTIONS(100), 28, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [160706] = 6, + [200987] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3690), 1, - ts_builtin_sym_end, - STATE(2173), 2, + STATE(2910), 2, sym_comment, sym_include, - ACTIONS(3315), 30, + ACTIONS(3758), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196413,20 +241441,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160755] = 6, + [201034] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3688), 1, - ts_builtin_sym_end, - STATE(2174), 2, + STATE(2911), 2, sym_comment, sym_include, - ACTIONS(3313), 30, + ACTIONS(3760), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196456,19 +241483,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160804] = 6, + [201081] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3770), 1, + ACTIONS(3608), 1, ts_builtin_sym_end, - STATE(2175), 2, + STATE(2912), 2, sym_comment, sym_include, - ACTIONS(3525), 30, + ACTIONS(3610), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196499,20 +241526,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160853] = 6, + [201130] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3588), 1, - ts_builtin_sym_end, - STATE(2176), 2, + STATE(2913), 2, sym_comment, sym_include, - ACTIONS(3189), 30, + ACTIONS(3770), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196542,168 +241568,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160902] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2177), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1153), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [160963] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2178), 2, - sym_comment, - sym_include, - ACTIONS(250), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161026] = 13, + [201177] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2179), 2, + STATE(2914), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1181), 4, + ACTIONS(3772), 31, sym_identifier, - sym__terminator, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161089] = 6, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [201224] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3848), 1, + ACTIONS(4071), 1, ts_builtin_sym_end, - STATE(2180), 2, + STATE(2915), 2, sym_comment, sym_include, - ACTIONS(3479), 30, + ACTIONS(4073), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196734,20 +241653,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161138] = 6, + [201273] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3764), 1, - ts_builtin_sym_end, - STATE(2181), 2, + STATE(2916), 2, sym_comment, sym_include, - ACTIONS(3385), 30, + ACTIONS(3778), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196777,169 +241695,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161187] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2182), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1145), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161250] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2183), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1149), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161313] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2184), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1157), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161376] = 6, + [201320] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3704), 1, + ACTIONS(4075), 1, ts_builtin_sym_end, - STATE(2185), 2, + STATE(2917), 2, sym_comment, sym_include, - ACTIONS(3538), 30, + ACTIONS(4077), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196970,211 +241738,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161425] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2186), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1173), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161488] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1179), 2, - sym__or_operator, - sym__and_operator, - STATE(2187), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1177), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161549] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1187), 2, - sym__or_operator, - sym__and_operator, - STATE(2188), 2, - sym_comment, - sym_include, - ACTIONS(1185), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [161604] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1163), 2, - sym__or_operator, - sym__and_operator, - STATE(2189), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 22, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [161661] = 6, + [201369] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3730), 1, + ACTIONS(4399), 1, ts_builtin_sym_end, - STATE(2190), 2, + STATE(2918), 2, sym_comment, sym_include, - ACTIONS(3341), 30, + ACTIONS(3606), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -197205,117 +241781,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161710] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2191), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1165), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161771] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2192), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1169), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [161832] = 6, + [201418] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3854), 1, + ACTIONS(4343), 1, ts_builtin_sym_end, - STATE(2193), 2, + STATE(2919), 2, sym_comment, sym_include, - ACTIONS(3477), 30, + ACTIONS(3568), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -197346,20 +241824,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161881] = 6, + [201467] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3686), 1, - ts_builtin_sym_end, - STATE(2194), 2, + STATE(2920), 2, sym_comment, sym_include, - ACTIONS(3311), 30, + ACTIONS(3782), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197389,19 +241866,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161930] = 6, + [201514] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3762), 1, + ACTIONS(4401), 1, ts_builtin_sym_end, - STATE(2195), 2, + STATE(2921), 2, sym_comment, sym_include, - ACTIONS(3383), 30, + ACTIONS(3604), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -197432,19 +241909,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161979] = 6, + [201563] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(4081), 1, ts_builtin_sym_end, - STATE(2196), 2, + STATE(2922), 2, sym_comment, sym_include, - ACTIONS(3501), 30, + ACTIONS(4083), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -197475,63 +241952,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162028] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3898), 1, - sym__namecolon, - ACTIONS(91), 2, - sym__or_operator, - sym__and_operator, - STATE(2197), 3, - sym_comment, - sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 28, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [162077] = 6, + [201612] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3760), 1, - ts_builtin_sym_end, - STATE(2198), 2, + STATE(2923), 2, sym_comment, sym_include, - ACTIONS(3381), 30, + ACTIONS(4061), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197561,20 +241994,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162126] = 6, + [201659] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3684), 1, - ts_builtin_sym_end, - STATE(2199), 2, + STATE(2924), 2, sym_comment, sym_include, - ACTIONS(3309), 30, + ACTIONS(3786), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197604,558 +242036,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162175] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2200), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1169), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162238] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2201), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1165), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162301] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1163), 2, - sym__or_operator, - sym__and_operator, - STATE(2202), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 21, - sym_identifier, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [162360] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2203), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1173), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162421] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2204), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1157), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162482] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2205), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1149), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162543] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2206), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1145), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162604] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2207), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1181), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162665] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(546), 1, - sym__comparison_operator, - STATE(547), 1, - sym__multiplicative_operator, - STATE(548), 1, - sym__additive_operator, - STATE(550), 1, - sym__logical_operator, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2208), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(250), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162726] = 10, + [201706] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1187), 2, - sym__or_operator, - sym__and_operator, - STATE(2209), 2, + STATE(2925), 2, sym_comment, sym_include, - ACTIONS(1185), 25, - anon_sym_SLASH, + ACTIONS(3788), 31, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [162783] = 13, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [201753] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(481), 1, - sym__comparison_operator, - STATE(482), 1, - sym__multiplicative_operator, - STATE(483), 1, - sym__additive_operator, - STATE(484), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1179), 2, - sym__or_operator, - sym__and_operator, - STATE(2210), 2, + STATE(2926), 2, sym_comment, sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1177), 4, + ACTIONS(3790), 31, sym_identifier, - sym__terminator, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162846] = 6, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [201800] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4093), 1, ts_builtin_sym_end, - STATE(2211), 2, + STATE(2927), 2, sym_comment, sym_include, - ACTIONS(3499), 30, + ACTIONS(4095), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198186,20 +242163,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162895] = 6, + [201849] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3830), 1, - ts_builtin_sym_end, - STATE(2212), 2, + STATE(2928), 2, sym_comment, sym_include, - ACTIONS(3419), 30, + ACTIONS(3792), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198229,19 +242205,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162944] = 6, + [201896] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3820), 1, + ACTIONS(4099), 1, ts_builtin_sym_end, - STATE(2213), 2, + STATE(2929), 2, sym_comment, sym_include, - ACTIONS(3409), 30, + ACTIONS(4101), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198272,19 +242248,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162993] = 6, + [201945] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3800), 1, + ACTIONS(4103), 1, ts_builtin_sym_end, - STATE(2214), 2, + STATE(2930), 2, sym_comment, sym_include, - ACTIONS(3497), 30, + ACTIONS(4105), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198315,63 +242291,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163042] = 6, + [201994] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2215), 2, + ACTIONS(4107), 1, + ts_builtin_sym_end, + STATE(2931), 2, sym_comment, sym_include, - ACTIONS(102), 3, - sym__namedot, - sym__or_operator, - sym__and_operator, - ACTIONS(104), 28, - anon_sym_SLASH, + ACTIONS(4109), 30, sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [163091] = 6, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [202043] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3758), 1, - ts_builtin_sym_end, - STATE(2216), 2, + STATE(2932), 2, sym_comment, sym_include, - ACTIONS(3379), 30, + ACTIONS(3794), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198401,20 +242376,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163140] = 6, + [202090] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3822), 1, - ts_builtin_sym_end, - STATE(2217), 2, + STATE(2933), 2, sym_comment, sym_include, - ACTIONS(3411), 30, + ACTIONS(3796), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198444,41 +242418,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163189] = 13, + [202137] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(481), 1, + STATE(601), 1, sym__comparison_operator, - STATE(482), 1, + STATE(602), 1, sym__multiplicative_operator, - STATE(483), 1, + STATE(603), 1, sym__additive_operator, - STATE(484), 1, + STATE(604), 1, sym__logical_operator, - ACTIONS(1068), 2, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2218), 2, + STATE(2934), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1119), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1153), 4, + ACTIONS(1328), 4, sym_identifier, sym__terminator, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + ACTIONS(1121), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -198494,20 +242468,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [163252] = 6, + [202200] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3808), 1, - ts_builtin_sym_end, - STATE(2219), 2, + STATE(2935), 2, sym_comment, sym_include, - ACTIONS(3495), 30, + ACTIONS(3798), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198537,19 +242510,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163301] = 6, + [202247] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(4209), 1, ts_builtin_sym_end, - STATE(2220), 2, + STATE(2936), 2, sym_comment, sym_include, - ACTIONS(3377), 30, + ACTIONS(3780), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198580,19 +242553,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163350] = 6, + [202296] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3143), 1, + ACTIONS(4403), 1, ts_builtin_sym_end, - STATE(2221), 2, + STATE(2937), 2, sym_comment, sym_include, - ACTIONS(3061), 30, + ACTIONS(3602), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198623,19 +242596,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163399] = 6, + [202345] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3552), 1, + ACTIONS(4161), 1, ts_builtin_sym_end, - STATE(2222), 2, + STATE(2938), 2, sym_comment, sym_include, - ACTIONS(3139), 30, + ACTIONS(3554), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198666,19 +242639,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163448] = 6, + [202394] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3682), 1, + ACTIONS(4119), 1, ts_builtin_sym_end, - STATE(2223), 2, + STATE(2939), 2, sym_comment, sym_include, - ACTIONS(3307), 30, + ACTIONS(4121), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198709,19 +242682,114 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163497] = 6, + [202443] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1326), 2, + sym__or_operator, + sym__and_operator, + STATE(2940), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 21, + sym_identifier, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [202502] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3680), 1, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1310), 2, + sym__or_operator, + sym__and_operator, + STATE(2941), 2, + sym_comment, + sym_include, + ACTIONS(1308), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [202559] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4163), 1, ts_builtin_sym_end, - STATE(2224), 2, + STATE(2942), 2, sym_comment, sym_include, - ACTIONS(3305), 30, + ACTIONS(3556), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198752,17 +242820,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163546] = 5, + [202608] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2225), 2, + STATE(2943), 2, sym_comment, sym_include, - ACTIONS(3548), 31, + ACTIONS(3686), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -198794,20 +242862,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163593] = 6, + [202655] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3828), 1, - ts_builtin_sym_end, - STATE(2226), 2, + STATE(2944), 2, sym_comment, sym_include, - ACTIONS(3449), 30, + ACTIONS(3690), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198837,20 +242904,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163642] = 6, + [202702] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3858), 1, - ts_builtin_sym_end, - STATE(2227), 2, + STATE(2945), 2, sym_comment, sym_include, - ACTIONS(3475), 30, + ACTIONS(4472), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198880,17 +242946,117 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163691] = 5, + [202749] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2228), 2, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1262), 2, + sym__or_operator, + sym__and_operator, + STATE(2946), 2, sym_comment, sym_include, - ACTIONS(3546), 31, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1260), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [202812] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(601), 1, + sym__comparison_operator, + STATE(602), 1, + sym__multiplicative_operator, + STATE(603), 1, + sym__additive_operator, + STATE(604), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(2947), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1256), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [202875] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2948), 2, + sym_comment, + sym_include, + ACTIONS(3698), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -198922,17 +243088,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163738] = 5, + [202922] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2229), 2, + STATE(2949), 2, sym_comment, sym_include, - ACTIONS(3901), 31, + ACTIONS(3800), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -198964,19 +243130,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163785] = 6, + [202969] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3011), 1, + ACTIONS(4207), 1, ts_builtin_sym_end, - STATE(2230), 2, + STATE(2950), 2, sym_comment, sym_include, - ACTIONS(3013), 30, + ACTIONS(4185), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199007,17 +243173,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163834] = 5, + [203018] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2231), 2, + STATE(2951), 2, sym_comment, sym_include, - ACTIONS(3183), 31, + ACTIONS(3802), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -199049,20 +243215,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163881] = 6, + [203065] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3694), 1, - ts_builtin_sym_end, - STATE(2232), 2, + STATE(2952), 2, sym_comment, sym_include, - ACTIONS(3319), 30, + ACTIONS(3804), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199092,20 +243257,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163930] = 6, + [203112] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3752), 1, - ts_builtin_sym_end, - STATE(2233), 2, + STATE(2953), 2, sym_comment, sym_include, - ACTIONS(3375), 30, + ACTIONS(3746), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199135,20 +243299,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163979] = 6, + [203159] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3824), 1, - ts_builtin_sym_end, - STATE(2234), 2, + STATE(2954), 2, sym_comment, sym_include, - ACTIONS(3413), 30, + ACTIONS(3750), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199178,17 +243341,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164028] = 5, + [203206] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2235), 2, + STATE(2955), 2, sym_comment, sym_include, - ACTIONS(3544), 31, + ACTIONS(3808), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -199220,20 +243383,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164075] = 6, + [203253] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3706), 1, - ts_builtin_sym_end, - STATE(2236), 2, + STATE(2956), 2, sym_comment, sym_include, - ACTIONS(3321), 30, + ACTIONS(3814), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199263,20 +243425,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164124] = 6, + [203300] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3586), 1, - ts_builtin_sym_end, - STATE(2237), 2, + STATE(2957), 2, sym_comment, sym_include, - ACTIONS(3187), 30, + ACTIONS(3818), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199306,19 +243467,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164173] = 6, + [203347] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3584), 1, + ACTIONS(4123), 1, ts_builtin_sym_end, - STATE(2238), 2, + STATE(2958), 2, sym_comment, sym_include, - ACTIONS(3185), 30, + ACTIONS(4125), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199349,19 +243510,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164222] = 6, + [203396] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3554), 1, + ACTIONS(4127), 1, ts_builtin_sym_end, - STATE(2239), 2, + STATE(2959), 2, sym_comment, sym_include, - ACTIONS(3141), 30, + ACTIONS(4129), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199392,19 +243553,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164271] = 6, + [203445] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3678), 1, + ACTIONS(3766), 1, ts_builtin_sym_end, - STATE(2240), 2, + STATE(2960), 2, sym_comment, sym_include, - ACTIONS(3303), 30, + ACTIONS(3768), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199435,19 +243596,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164320] = 6, + [203494] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, + ACTIONS(3762), 1, ts_builtin_sym_end, - STATE(2241), 2, + STATE(2961), 2, sym_comment, sym_include, - ACTIONS(3493), 30, + ACTIONS(3764), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199478,170 +243639,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164369] = 13, + [203543] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2242), 2, - sym_comment, - sym_include, - ACTIONS(250), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [164432] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2243), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1181), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [164495] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2244), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1145), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [164558] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3894), 1, - ts_builtin_sym_end, - STATE(2245), 2, + STATE(2962), 2, sym_comment, sym_include, - ACTIONS(3451), 30, + ACTIONS(3822), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199671,20 +243681,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164607] = 6, + [203590] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3582), 1, - ts_builtin_sym_end, - STATE(2246), 2, + STATE(2963), 2, sym_comment, sym_include, - ACTIONS(3183), 30, + ACTIONS(3824), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199714,70 +243723,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164656] = 13, + [203637] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2247), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1149), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [164719] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3602), 1, - ts_builtin_sym_end, - STATE(2248), 2, + STATE(2964), 2, sym_comment, sym_include, - ACTIONS(3203), 30, + ACTIONS(3764), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199807,20 +243765,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164768] = 6, + [203684] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3580), 1, - ts_builtin_sym_end, - STATE(2249), 2, + STATE(2965), 2, sym_comment, sym_include, - ACTIONS(3181), 30, + ACTIONS(3826), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199850,166 +243807,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164817] = 9, + [203731] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2694), 1, - anon_sym_LBRACK, - ACTIONS(2696), 1, - anon_sym_LPAREN, - STATE(2668), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2250), 2, - sym_comment, - sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [164872] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2251), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1157), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [164935] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2252), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1173), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [164998] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3652), 1, - ts_builtin_sym_end, - STATE(2253), 2, + STATE(2966), 2, sym_comment, sym_include, - ACTIONS(3548), 30, + ACTIONS(3768), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200039,20 +243849,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165047] = 6, + [203778] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3654), 1, - ts_builtin_sym_end, - STATE(2254), 2, + STATE(2967), 2, sym_comment, sym_include, - ACTIONS(3546), 30, + ACTIONS(3828), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200082,20 +243891,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165096] = 6, + [203825] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3903), 1, - ts_builtin_sym_end, - STATE(2255), 2, + STATE(2968), 2, sym_comment, sym_include, - ACTIONS(3901), 30, + ACTIONS(3776), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200125,64 +243933,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165145] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3905), 1, - sym__namedot, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(2256), 2, - sym_comment, - sym_include, - ACTIONS(162), 28, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [165196] = 6, + [203872] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3676), 1, - ts_builtin_sym_end, - STATE(2257), 2, + STATE(2969), 2, sym_comment, sym_include, - ACTIONS(3301), 30, + ACTIONS(3832), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200212,20 +243975,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165245] = 6, + [203919] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3708), 1, - ts_builtin_sym_end, - STATE(2258), 2, + STATE(2970), 2, sym_comment, sym_include, - ACTIONS(3323), 30, + ACTIONS(3810), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200255,70 +244017,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165294] = 13, + [203966] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2259), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1169), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [165357] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - ts_builtin_sym_end, - STATE(2260), 2, + STATE(2971), 2, sym_comment, sym_include, - ACTIONS(3107), 30, + ACTIONS(3844), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200348,19 +244059,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165406] = 6, + [204013] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3750), 1, + ACTIONS(3648), 1, ts_builtin_sym_end, - STATE(2261), 2, + STATE(2972), 2, sym_comment, sym_include, - ACTIONS(3373), 30, + ACTIONS(3650), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -200391,118 +244102,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165455] = 13, + [204062] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2262), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1165), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [165518] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1163), 2, - sym__or_operator, - sym__and_operator, - STATE(2263), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 21, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [165577] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3179), 1, - ts_builtin_sym_end, - STATE(2264), 2, + STATE(2973), 2, sym_comment, sym_include, - ACTIONS(3075), 30, + ACTIONS(3874), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200532,64 +244144,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165626] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1187), 2, - sym__or_operator, - sym__and_operator, - STATE(2265), 2, - sym_comment, - sym_include, - ACTIONS(1185), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [165683] = 5, + [204109] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2266), 2, + STATE(2974), 2, sym_comment, sym_include, - ACTIONS(3137), 31, + ACTIONS(3876), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200621,17 +244186,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165730] = 5, + [204156] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2267), 2, + STATE(2975), 2, sym_comment, sym_include, - ACTIONS(3139), 31, + ACTIONS(3890), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200663,17 +244228,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165777] = 5, + [204203] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2268), 2, + STATE(2976), 2, sym_comment, sym_include, - ACTIONS(3141), 31, + ACTIONS(3894), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200705,17 +244270,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165824] = 5, + [204250] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2269), 2, + STATE(2977), 2, sym_comment, sym_include, - ACTIONS(3061), 31, + ACTIONS(3838), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200747,17 +244312,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165871] = 5, + [204297] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2270), 2, + STATE(2978), 2, sym_comment, sym_include, - ACTIONS(3145), 31, + ACTIONS(3842), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200789,17 +244354,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165918] = 5, + [204344] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2271), 2, + STATE(2979), 2, sym_comment, sym_include, - ACTIONS(3147), 31, + ACTIONS(3521), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200831,17 +244396,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165965] = 5, + [204391] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2272), 2, + STATE(2980), 2, sym_comment, sym_include, - ACTIONS(3063), 31, + ACTIONS(3848), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200873,17 +244438,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166012] = 5, + [204438] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2273), 2, + STATE(2981), 2, sym_comment, sym_include, - ACTIONS(3065), 31, + ACTIONS(3906), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200915,17 +244480,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166059] = 5, + [204485] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2274), 2, + STATE(2982), 2, sym_comment, sym_include, - ACTIONS(3153), 31, + ACTIONS(3856), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200957,17 +244522,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166106] = 5, + [204532] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2275), 2, + STATE(2983), 2, sym_comment, sym_include, - ACTIONS(3155), 31, + ACTIONS(3860), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -200999,19 +244564,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166153] = 5, + [204579] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2276), 2, + ACTIONS(4133), 1, + ts_builtin_sym_end, + STATE(2984), 2, sym_comment, sym_include, - ACTIONS(3067), 31, + ACTIONS(4135), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201041,61 +244607,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166200] = 5, + [204628] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2277), 2, + STATE(2985), 2, sym_comment, sym_include, - ACTIONS(3069), 31, + ACTIONS(113), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(115), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [166247] = 5, + anon_sym_NO_DASHERROR, + [204677] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2278), 2, + ACTIONS(3218), 1, + sym__namecolon, + STATE(2045), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(2986), 2, sym_comment, sym_include, - ACTIONS(3161), 31, + ACTIONS(93), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [204730] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4137), 1, + ts_builtin_sym_end, + STATE(2987), 2, + sym_comment, + sym_include, + ACTIONS(4139), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201125,19 +244738,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166294] = 5, + [204779] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2279), 2, + ACTIONS(4141), 1, + ts_builtin_sym_end, + STATE(2988), 2, sym_comment, sym_include, - ACTIONS(3163), 31, + ACTIONS(4143), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201167,17 +244781,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166341] = 5, + [204828] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2280), 2, + STATE(2989), 2, sym_comment, sym_include, - ACTIONS(3165), 31, + ACTIONS(3908), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201209,42 +244823,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166388] = 13, + [204875] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1179), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(2281), 2, + STATE(2990), 2, sym_comment, sym_include, - ACTIONS(1064), 4, + ACTIONS(1501), 27, + anon_sym_COLON, anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1177), 4, - sym_identifier, sym__terminator, anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -201259,60 +244868,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [166451] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3778), 1, - ts_builtin_sym_end, - STATE(2282), 2, - sym_comment, - sym_include, - ACTIONS(3517), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [166500] = 5, + [204928] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2283), 2, + STATE(2991), 2, sym_comment, sym_include, - ACTIONS(3167), 31, + ACTIONS(3902), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201344,17 +244910,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166547] = 5, + [204975] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2284), 2, + STATE(2992), 2, sym_comment, sym_include, - ACTIONS(3169), 31, + ACTIONS(3898), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201386,62 +244952,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166594] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3578), 1, - ts_builtin_sym_end, - STATE(2285), 2, - sym_comment, - sym_include, - ACTIONS(3177), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [166643] = 6, + [205022] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3175), 1, + ACTIONS(4145), 1, ts_builtin_sym_end, - STATE(2286), 2, + STATE(2993), 2, sym_comment, sym_include, - ACTIONS(3073), 30, + ACTIONS(4147), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -201472,17 +244995,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166692] = 5, + [205071] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2287), 2, + STATE(2994), 2, sym_comment, sym_include, - ACTIONS(3171), 31, + ACTIONS(3910), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201514,20 +245037,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166739] = 6, + [205118] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3826), 1, - ts_builtin_sym_end, - STATE(2288), 2, + STATE(2995), 2, sym_comment, sym_include, - ACTIONS(3415), 30, + ACTIONS(3912), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201557,17 +245079,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166788] = 5, + [205165] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2289), 2, + STATE(2996), 2, sym_comment, sym_include, - ACTIONS(3071), 31, + ACTIONS(3914), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201599,19 +245121,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166835] = 5, + [205212] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2290), 2, + ACTIONS(4153), 1, + ts_builtin_sym_end, + STATE(2997), 2, sym_comment, sym_include, - ACTIONS(3073), 31, + ACTIONS(4155), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201641,19 +245164,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166882] = 6, + [205261] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3297), 1, + ACTIONS(4157), 1, ts_builtin_sym_end, - STATE(2291), 2, + STATE(2998), 2, sym_comment, sym_include, - ACTIONS(3105), 30, + ACTIONS(4159), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -201684,70 +245207,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166931] = 13, + [205310] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(439), 1, - sym__comparison_operator, - STATE(441), 1, - sym__multiplicative_operator, - STATE(442), 1, - sym__additive_operator, - STATE(443), 1, - sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - STATE(2292), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(1153), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1066), 15, - anon_sym_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [166994] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3856), 1, - ts_builtin_sym_end, - STATE(2293), 2, + STATE(2999), 2, sym_comment, sym_include, - ACTIONS(3417), 30, + ACTIONS(3864), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201777,20 +245249,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167043] = 6, + [205357] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3674), 1, - ts_builtin_sym_end, - STATE(2294), 2, + STATE(3000), 2, sym_comment, sym_include, - ACTIONS(3295), 30, + ACTIONS(3920), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201820,17 +245291,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167092] = 5, + [205404] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2295), 2, + STATE(3001), 2, sym_comment, sym_include, - ACTIONS(3177), 31, + ACTIONS(3922), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201862,17 +245333,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167139] = 5, + [205451] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2296), 2, + STATE(3002), 2, sym_comment, sym_include, - ACTIONS(3075), 31, + ACTIONS(3928), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201904,17 +245375,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167186] = 5, + [205498] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2297), 2, + STATE(3003), 2, sym_comment, sym_include, - ACTIONS(3181), 31, + ACTIONS(3868), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -201946,19 +245417,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167233] = 5, + [205545] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2298), 2, + ACTIONS(4165), 1, + ts_builtin_sym_end, + STATE(3004), 2, sym_comment, sym_include, - ACTIONS(3301), 31, + ACTIONS(4167), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -201988,19 +245460,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167280] = 5, + [205594] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2299), 2, + ACTIONS(4169), 1, + ts_builtin_sym_end, + STATE(3005), 2, sym_comment, sym_include, - ACTIONS(3185), 31, + ACTIONS(4171), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202030,17 +245503,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167327] = 5, + [205643] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2300), 2, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3006), 2, sym_comment, sym_include, - ACTIONS(3187), 31, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1256), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [205706] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3007), 2, + sym_comment, + sym_include, + ACTIONS(3959), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202072,17 +245595,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167374] = 5, + [205753] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2301), 2, + STATE(3008), 2, sym_comment, sym_include, - ACTIONS(3189), 31, + ACTIONS(3961), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202114,17 +245637,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167421] = 5, + [205800] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2302), 2, + STATE(3009), 2, sym_comment, sym_include, - ACTIONS(3191), 31, + ACTIONS(3967), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202156,19 +245679,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167468] = 5, + [205847] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2303), 2, + ACTIONS(4299), 1, + ts_builtin_sym_end, + STATE(3010), 2, sym_comment, sym_include, - ACTIONS(3193), 31, + ACTIONS(3798), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202198,17 +245722,167 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167515] = 5, + [205896] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2304), 2, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3011), 2, + sym_comment, + sym_include, + ACTIONS(250), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [205959] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3012), 2, sym_comment, sym_include, - ACTIONS(3195), 31, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1340), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [206022] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3013), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1344), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [206085] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3014), 2, + sym_comment, + sym_include, + ACTIONS(3991), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202240,17 +245914,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167562] = 5, + [206132] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2305), 2, + STATE(3015), 2, sym_comment, sym_include, - ACTIONS(3197), 31, + ACTIONS(3993), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202282,17 +245956,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167609] = 5, + [206179] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2306), 2, + STATE(3016), 2, sym_comment, sym_include, - ACTIONS(3199), 31, + ACTIONS(3995), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202324,17 +245998,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167656] = 5, + [206226] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2307), 2, + STATE(3017), 2, sym_comment, sym_include, - ACTIONS(3201), 31, + ACTIONS(3997), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202366,20 +246040,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167703] = 6, + [206273] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3672), 1, - ts_builtin_sym_end, - STATE(2308), 2, + STATE(3018), 2, sym_comment, sym_include, - ACTIONS(3293), 30, + ACTIONS(4003), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202409,17 +246082,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167752] = 5, + [206320] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2309), 2, + STATE(3019), 2, sym_comment, sym_include, - ACTIONS(3203), 31, + ACTIONS(4005), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202451,48 +246124,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167799] = 15, - ACTIONS(69), 1, + [206367] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(1112), 1, sym__comparison_operator, - STATE(554), 1, + STATE(1297), 1, sym__multiplicative_operator, - STATE(555), 1, - sym__additive_operator, - STATE(556), 1, + STATE(1314), 1, sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2310), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3020), 2, sym_comment, sym_include, - ACTIONS(1155), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1348), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -202503,19 +246174,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [167866] = 5, + [206430] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2311), 2, + ACTIONS(4173), 1, + ts_builtin_sym_end, + STATE(3021), 2, sym_comment, sym_include, - ACTIONS(3205), 31, + ACTIONS(4175), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202545,19 +246217,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167913] = 5, + [206479] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2312), 2, + ACTIONS(4149), 1, + ts_builtin_sym_end, + STATE(3022), 2, sym_comment, sym_include, - ACTIONS(3077), 31, + ACTIONS(4151), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202587,20 +246260,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167960] = 6, + [206528] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3670), 1, - ts_builtin_sym_end, - STATE(2313), 2, + STATE(3023), 2, sym_comment, sym_include, - ACTIONS(3291), 30, + ACTIONS(4031), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202630,20 +246302,119 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168009] = 6, + [206575] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3604), 1, - ts_builtin_sym_end, - STATE(2314), 2, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3024), 2, sym_comment, sym_include, - ACTIONS(3205), 30, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1320), 4, sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [206638] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3025), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1312), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [206701] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3026), 2, + sym_comment, + sym_include, + ACTIONS(4033), 31, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202673,19 +246444,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168058] = 5, + [206748] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2315), 2, + ACTIONS(4177), 1, + ts_builtin_sym_end, + STATE(3027), 2, sym_comment, sym_include, - ACTIONS(3079), 31, + ACTIONS(4179), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202715,19 +246487,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168105] = 5, + [206797] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2316), 2, + ACTIONS(4181), 1, + ts_builtin_sym_end, + STATE(3028), 2, sym_comment, sym_include, - ACTIONS(3081), 31, + ACTIONS(4183), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202757,17 +246530,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168152] = 5, + [206846] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2317), 2, + STATE(3029), 2, sym_comment, sym_include, - ACTIONS(3083), 31, + ACTIONS(4035), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202799,19 +246572,115 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168199] = 5, + [206893] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2318), 2, + ACTIONS(2884), 1, + sym_identifier, + STATE(239), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(3030), 2, + sym_comment, + sym_include, + ACTIONS(1501), 27, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + [206946] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3031), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1316), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [207009] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3840), 1, + ts_builtin_sym_end, + STATE(3032), 2, sym_comment, sym_include, - ACTIONS(3215), 31, + ACTIONS(3842), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -202841,17 +246710,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168246] = 5, + [207058] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2319), 2, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + STATE(3033), 2, sym_comment, sym_include, - ACTIONS(3217), 31, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1328), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, + anon_sym_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [207121] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3034), 2, + sym_comment, + sym_include, + ACTIONS(3546), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -202883,19 +246802,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168293] = 6, + [207168] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3860), 1, + ACTIONS(4187), 1, ts_builtin_sym_end, - STATE(2320), 2, + STATE(3035), 2, sym_comment, sym_include, - ACTIONS(3447), 30, + ACTIONS(4189), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -202926,47 +246845,141 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168342] = 14, - ACTIONS(69), 1, + [207217] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1326), 2, + sym__or_operator, + sym__and_operator, + STATE(3036), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 21, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [207276] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1112), 1, + sym__comparison_operator, + STATE(1297), 1, + sym__multiplicative_operator, + STATE(1314), 1, + sym__logical_operator, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1310), 2, + sym__or_operator, + sym__and_operator, + STATE(3037), 2, + sym_comment, + sym_include, + ACTIONS(1308), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [207333] = 13, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(1112), 1, sym__comparison_operator, - STATE(554), 1, + STATE(1297), 1, sym__multiplicative_operator, - STATE(555), 1, - sym__additive_operator, - STATE(556), 1, + STATE(1314), 1, sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + STATE(1318), 1, + sym__additive_operator, + ACTIONS(1123), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2321), 2, - sym_comment, - sym_include, - ACTIONS(1179), 6, + ACTIONS(1262), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + STATE(3038), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1260), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1121), 15, anon_sym_EQ, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -202977,19 +246990,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [168407] = 5, + [207396] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2322), 2, + ACTIONS(4191), 1, + ts_builtin_sym_end, + STATE(3039), 2, sym_comment, sym_include, - ACTIONS(3085), 31, + ACTIONS(4193), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -203019,19 +247033,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168454] = 5, + [207445] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2323), 2, + ACTIONS(4195), 1, + ts_builtin_sym_end, + STATE(3040), 2, sym_comment, sym_include, - ACTIONS(3221), 31, + ACTIONS(4197), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -203061,64 +247076,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168501] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2684), 1, - sym__namecolon, - STATE(1584), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2324), 2, - sym_comment, - sym_include, - ACTIONS(73), 27, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [168554] = 5, + [207494] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2325), 2, + ACTIONS(4199), 1, + ts_builtin_sym_end, + STATE(3041), 2, sym_comment, sym_include, - ACTIONS(3223), 31, + ACTIONS(4201), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -203148,19 +247119,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168601] = 5, + [207543] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2326), 2, + ACTIONS(3836), 1, + ts_builtin_sym_end, + STATE(3042), 2, sym_comment, sym_include, - ACTIONS(3225), 31, + ACTIONS(3838), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -203190,17 +247162,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168648] = 5, + [207592] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2327), 2, + STATE(3043), 2, sym_comment, sym_include, - ACTIONS(3227), 31, + ACTIONS(4037), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -203232,32 +247204,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168695] = 6, + [207639] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2328), 2, - sym_comment, - sym_include, - ACTIONS(109), 3, - sym__namecolon, + STATE(666), 1, + sym__comparison_operator, + STATE(667), 1, + sym__multiplicative_operator, + STATE(668), 1, + sym__additive_operator, + STATE(669), 1, + sym__logical_operator, + ACTIONS(1123), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(111), 28, + STATE(3044), 2, + sym_comment, + sym_include, + ACTIONS(1119), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(4474), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1121), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -203272,22 +247253,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [168744] = 5, + [207700] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2329), 2, + ACTIONS(4205), 1, + ts_builtin_sym_end, + STATE(3045), 2, sym_comment, sym_include, - ACTIONS(3229), 31, + ACTIONS(4203), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -203317,17 +247296,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168791] = 5, + [207749] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2330), 2, + STATE(3046), 2, sym_comment, sym_include, - ACTIONS(3087), 31, + ACTIONS(4055), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -203359,20 +247338,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168838] = 6, + [207796] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4233), 1, + sym__escaped_string, + STATE(3047), 2, + sym_comment, + sym_include, + ACTIONS(4231), 31, + anon_sym_COLON, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [207843] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4229), 1, + sym__escaped_string, + STATE(3048), 2, + sym_comment, + sym_include, + ACTIONS(4227), 31, + anon_sym_COLON, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [207890] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3173), 1, - ts_builtin_sym_end, - STATE(2331), 2, + STATE(3049), 2, sym_comment, sym_include, - ACTIONS(3071), 30, + ACTIONS(3852), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -203402,17 +247464,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168887] = 5, + [207937] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2332), 2, + STATE(3050), 2, sym_comment, sym_include, - ACTIONS(3233), 31, + ACTIONS(3888), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -203444,17 +247506,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168934] = 5, + [207984] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2333), 2, + STATE(3051), 2, sym_comment, sym_include, - ACTIONS(3235), 31, + ACTIONS(3884), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -203486,20 +247548,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168981] = 6, + [208031] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3207), 1, - ts_builtin_sym_end, - STATE(2334), 2, + STATE(3052), 2, sym_comment, sym_include, - ACTIONS(3077), 30, + ACTIONS(3880), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -203529,29 +247590,225 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169030] = 8, + [208078] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(3053), 2, + sym_comment, + sym_include, + ACTIONS(1326), 20, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [208138] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4478), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6330), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3054), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [208208] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2716), 1, - sym__namecolon, - STATE(1684), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - STATE(2335), 2, + STATE(3055), 2, + sym_comment, + sym_include, + ACTIONS(186), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [208256] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4480), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6324), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3056), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [208326] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3204), 1, + sym__namedot, + STATE(3058), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(3057), 2, sym_comment, sym_include, - ACTIONS(100), 27, + ACTIONS(104), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -203573,124 +247830,748 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [169083] = 5, + [208378] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2336), 2, + ACTIONS(4482), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(3058), 3, sym_comment, sym_include, - ACTIONS(3237), 31, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [208428] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4485), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6392), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3059), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [208498] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3432), 1, + sym_of, + STATE(3697), 1, + sym__pre_tuning, + STATE(3857), 1, + aux_sym_for_phrase_repeat1, + STATE(3859), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4319), 1, + aux_sym_for_phrase_repeat2, + STATE(4956), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6202), 1, + aux_sym_for_statement_repeat1, + STATE(7250), 1, + sym_body, + STATE(3060), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [208586] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4233), 1, + sym__escaped_string, + STATE(3061), 2, + sym_comment, + sym_include, + ACTIONS(4231), 30, + anon_sym_COLON, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, - aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [208632] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3220), 1, + sym__namedoublecolon, + STATE(3093), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(3062), 2, + sym_comment, + sym_include, + ACTIONS(127), 26, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [208684] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4487), 1, + anon_sym_COMMA, + ACTIONS(4489), 1, + aux_sym_of_phrase_token1, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + STATE(6536), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3063), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [208754] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4491), 1, + sym_identifier, + ACTIONS(4494), 1, + aux_sym_input_expression_token2, + STATE(3480), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3064), 2, + sym_comment, + sym_include, + ACTIONS(1480), 25, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [208808] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3065), 2, + sym_comment, + sym_include, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + [208856] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(4496), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3066), 2, + sym_comment, + sym_include, + ACTIONS(1480), 25, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [208910] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3067), 2, + sym_comment, + sym_include, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + [208958] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3068), 2, + sym_comment, + sym_include, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + [209006] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3464), 1, + sym_of, + STATE(3732), 1, + sym__pre_tuning, + STATE(3783), 1, + sym_where_clause, + STATE(3831), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4358), 1, + aux_sym_for_phrase_repeat2, + STATE(4968), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6051), 1, + aux_sym_for_statement_repeat1, + STATE(7223), 1, + sym_body, + STATE(3069), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [209094] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3070), 2, + sym_comment, + sym_include, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [209142] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3071), 2, + sym_comment, + sym_include, + ACTIONS(106), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169130] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [209190] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3702), 1, - ts_builtin_sym_end, - STATE(2337), 2, + ACTIONS(3256), 1, + anon_sym_LBRACK, + ACTIONS(3258), 1, + anon_sym_LPAREN, + STATE(3196), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3072), 2, sym_comment, sym_include, - ACTIONS(3540), 30, + ACTIONS(73), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169179] = 10, + [209244] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - STATE(2338), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 23, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3073), 2, + sym_comment, + sym_include, + ACTIONS(1258), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -203703,43 +248584,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [169236] = 12, + [209310] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2339), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3074), 2, sym_comment, sym_include, - ACTIONS(1163), 21, + ACTIONS(1262), 5, sym__or_operator, sym__and_operator, - anon_sym_COLON, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -203752,162 +248634,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [169297] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3862), 1, - ts_builtin_sym_end, - STATE(2340), 2, - sym_comment, - sym_include, - ACTIONS(3445), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169346] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3209), 1, - ts_builtin_sym_end, - STATE(2341), 2, - sym_comment, - sym_include, - ACTIONS(3079), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169395] = 6, + [209374] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3668), 1, - ts_builtin_sym_end, - STATE(2342), 2, + STATE(3075), 2, sym_comment, sym_include, - ACTIONS(3289), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169444] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2759), 1, + ACTIONS(129), 3, sym__namecolon, - STATE(2377), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2343), 2, - sym_comment, - sym_include, - ACTIONS(100), 27, + ACTIONS(131), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -203927,48 +248672,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, anon_sym_NO_DASHERROR, - [169497] = 15, + [209422] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(3076), 2, + sym_comment, + sym_include, + ACTIONS(1308), 4, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1310), 22, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2344), 2, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + [209478] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(929), 1, + sym__comparison_operator, + STATE(930), 1, + sym__multiplicative_operator, + STATE(931), 1, + sym__additive_operator, + STATE(932), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(3077), 2, sym_comment, sym_include, - ACTIONS(1167), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(1326), 20, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -203981,45 +248768,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [169564] = 12, - ACTIONS(3), 1, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + [209538] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(546), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(929), 1, sym__comparison_operator, - STATE(547), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(548), 1, + STATE(931), 1, sym__additive_operator, - STATE(550), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2345), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(3907), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3078), 2, + sym_comment, + sym_include, + ACTIONS(1330), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -204030,30 +248821,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [169625] = 8, + [209604] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2759), 1, - sym__namecolon, - STATE(2377), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(3216), 1, + sym__namedot, + STATE(3134), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2346), 2, + STATE(3079), 2, sym_comment, sym_include, - ACTIONS(100), 27, + ACTIONS(119), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -204073,175 +248862,89 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [169678] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3878), 1, - ts_builtin_sym_end, - STATE(2347), 2, - sym_comment, - sym_include, - ACTIONS(3465), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169727] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3876), 1, - ts_builtin_sym_end, - STATE(2348), 2, - sym_comment, - sym_include, - ACTIONS(3467), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169776] = 5, + [209656] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2349), 2, + STATE(3080), 2, sym_comment, sym_include, - ACTIONS(3542), 31, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [169823] = 15, + anon_sym_NO_DASHERROR, + [209704] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2350), 2, + STATE(3081), 2, sym_comment, sym_include, - ACTIONS(1159), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(1318), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204255,24 +248958,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [169890] = 8, + [209770] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4500), 1, + sym__escaped_string, + STATE(3082), 2, + sym_comment, + sym_include, + ACTIONS(4498), 30, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_type_tuning_token1, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_tuning_token1, + aux_sym_index_definition_token1, + [209816] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2684), 1, - sym__namecolon, - STATE(1584), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(2351), 2, + STATE(3083), 2, sym_comment, sym_include, - ACTIONS(89), 27, + ACTIONS(234), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -204297,34 +249037,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [169943] = 9, + [209864] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2710), 1, - anon_sym_LBRACK, - ACTIONS(2712), 1, - anon_sym_LPAREN, - STATE(2729), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2352), 2, + STATE(3084), 2, sym_comment, sym_include, - ACTIONS(73), 26, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -204343,41 +249080,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [169998] = 8, - ACTIONS(3), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [209912] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2680), 1, - anon_sym_LPAREN, - STATE(2544), 1, - sym_function_arguments, - ACTIONS(87), 2, + STATE(929), 1, + sym__comparison_operator, + STATE(930), 1, + sym__multiplicative_operator, + STATE(931), 1, + sym__additive_operator, + STATE(932), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2353), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3085), 2, sym_comment, sym_include, - ACTIONS(89), 27, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(1314), 3, anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -204388,48 +249134,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [170051] = 15, + [209978] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2354), 2, + STATE(3086), 2, sym_comment, sym_include, - ACTIONS(1151), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(1322), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204443,425 +249185,87 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [170118] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2355), 2, - sym_comment, - sym_include, - ACTIONS(3239), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170165] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2356), 2, - sym_comment, - sym_include, - ACTIONS(3241), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170212] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2357), 2, - sym_comment, - sym_include, - ACTIONS(3540), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170259] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2358), 2, - sym_comment, - sym_include, - ACTIONS(3243), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170306] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2359), 2, - sym_comment, - sym_include, - ACTIONS(3247), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170353] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2360), 2, - sym_comment, - sym_include, - ACTIONS(3249), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170400] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2361), 2, - sym_comment, - sym_include, - ACTIONS(3538), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170447] = 6, + [210044] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3211), 1, - ts_builtin_sym_end, - STATE(2362), 2, - sym_comment, - sym_include, - ACTIONS(3081), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170496] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - ts_builtin_sym_end, - STATE(2363), 2, + ACTIONS(4502), 1, + aux_sym_function_call_token1, + STATE(3087), 2, sym_comment, sym_include, - ACTIONS(3083), 30, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170545] = 15, + anon_sym_NO_DASHERROR, + [210094] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2364), 2, + STATE(3088), 2, sym_comment, sym_include, - ACTIONS(1147), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(4504), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204875,129 +249279,106 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [170612] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2365), 2, - sym_comment, - sym_include, - ACTIONS(3251), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170659] = 5, - ACTIONS(3), 1, + [210160] = 26, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2366), 2, - sym_comment, - sym_include, - ACTIONS(3253), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170706] = 15, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3428), 1, + sym_of, + STATE(3666), 1, + sym__pre_tuning, + STATE(3865), 1, + aux_sym_for_phrase_repeat1, + STATE(3867), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4285), 1, + aux_sym_for_phrase_repeat2, + STATE(4936), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5982), 1, + aux_sym_for_statement_repeat1, + STATE(6949), 1, + sym_body, + STATE(3089), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [210248] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2367), 2, + STATE(3090), 2, sym_comment, sym_include, - ACTIONS(1183), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(1350), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205011,156 +249392,167 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [170773] = 6, - ACTIONS(3), 1, + [210314] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3285), 1, - ts_builtin_sym_end, - STATE(2368), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4506), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6438), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3091), 2, sym_comment, sym_include, - ACTIONS(3101), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170822] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [210384] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3780), 1, - ts_builtin_sym_end, - STATE(2369), 2, + STATE(3092), 2, sym_comment, sym_include, - ACTIONS(3515), 30, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170871] = 6, + aux_sym_function_call_token1, + anon_sym_NO_DASHERROR, + [210432] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, - ts_builtin_sym_end, - STATE(2370), 2, + ACTIONS(4508), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(3093), 3, sym_comment, sym_include, - ACTIONS(3481), 30, + aux_sym_member_access_repeat1, + ACTIONS(143), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [170920] = 6, + anon_sym_NO_DASHERROR, + [210482] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2371), 2, - sym_comment, - sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, + ACTIONS(3216), 1, + sym__namedot, + STATE(3134), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - ACTIONS(158), 28, + STATE(3094), 2, + sym_comment, + sym_include, + ACTIONS(135), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -205179,48 +249571,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [170969] = 14, + anon_sym_NO_DASHERROR, + [210534] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(929), 1, sym__comparison_operator, - STATE(554), 1, + STATE(930), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(931), 1, sym__additive_operator, - STATE(556), 1, + STATE(932), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2372), 2, + STATE(3095), 2, sym_comment, sym_include, - ACTIONS(248), 6, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(1346), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205234,45 +249625,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [171034] = 15, + [210600] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, - sym__comparison_operator, - STATE(590), 1, - sym__multiplicative_operator, - STATE(591), 1, - sym__additive_operator, - STATE(592), 1, + ACTIONS(4511), 1, + sym__terminator, + ACTIONS(4513), 1, + aux_sym_when_expression_token1, + STATE(773), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + STATE(6779), 1, + sym_when_expression, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2373), 2, + STATE(3096), 2, sym_comment, sym_include, - ACTIONS(3909), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205286,110 +249678,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [171101] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3606), 1, - ts_builtin_sym_end, - STATE(2374), 2, - sym_comment, - sym_include, - ACTIONS(3215), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171150] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3666), 1, - ts_builtin_sym_end, - STATE(2375), 2, - sym_comment, - sym_include, - ACTIONS(3283), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171199] = 8, + [210670] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2682), 1, - sym__namedot, - STATE(2643), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(132), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(2376), 2, + STATE(3097), 2, sym_comment, sym_include, - ACTIONS(134), 27, + ACTIONS(246), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -205414,32 +249716,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [171252] = 7, + [210718] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3911), 1, - sym__namecolon, - ACTIONS(91), 2, + ACTIONS(3214), 1, + anon_sym_LPAREN, + STATE(3087), 1, + sym_function_arguments, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2377), 3, + STATE(3098), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 27, + ACTIONS(89), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -205459,578 +249761,390 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [171303] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3664), 1, - ts_builtin_sym_end, - STATE(2378), 2, - sym_comment, - sym_include, - ACTIONS(3281), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171352] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2379), 2, - sym_comment, - sym_include, - ACTIONS(3255), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171399] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2380), 2, - sym_comment, - sym_include, - ACTIONS(3257), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171446] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2381), 2, - sym_comment, - sym_include, - ACTIONS(3259), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171493] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2382), 2, - sym_comment, - sym_include, - ACTIONS(3261), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171540] = 5, - ACTIONS(3), 1, + [210770] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2383), 2, + STATE(929), 1, + sym__comparison_operator, + STATE(930), 1, + sym__multiplicative_operator, + STATE(931), 1, + sym__additive_operator, + STATE(932), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3099), 2, sym_comment, sym_include, - ACTIONS(3263), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171587] = 5, + ACTIONS(1342), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [210836] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2384), 2, + ACTIONS(4515), 1, + anon_sym_NO_DASHERROR, + STATE(3100), 2, sym_comment, sym_include, - ACTIONS(3536), 31, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171634] = 5, - ACTIONS(3), 1, + [210886] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2385), 2, + STATE(929), 1, + sym__comparison_operator, + STATE(930), 1, + sym__multiplicative_operator, + STATE(931), 1, + sym__additive_operator, + STATE(932), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3101), 2, sym_comment, sym_include, - ACTIONS(3534), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171681] = 6, + ACTIONS(248), 5, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [210950] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3662), 1, - ts_builtin_sym_end, - STATE(2386), 2, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(3102), 2, sym_comment, sym_include, - ACTIONS(3279), 30, + ACTIONS(160), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171730] = 6, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [210998] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3608), 1, - ts_builtin_sym_end, - STATE(2387), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4517), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6416), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3103), 2, sym_comment, sym_include, - ACTIONS(3217), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171779] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [211068] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3277), 1, - ts_builtin_sym_end, - STATE(2388), 2, + ACTIONS(224), 2, + sym__or_operator, + sym__and_operator, + STATE(3104), 2, sym_comment, sym_include, - ACTIONS(3099), 30, + ACTIONS(226), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171828] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [211116] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3710), 1, - ts_builtin_sym_end, - STATE(2389), 2, + ACTIONS(3218), 1, + sym__namecolon, + STATE(2042), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3105), 2, sym_comment, sym_include, - ACTIONS(3325), 30, + ACTIONS(89), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171877] = 6, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [211168] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3734), 1, - ts_builtin_sym_end, - STATE(2390), 2, + ACTIONS(220), 2, + sym__or_operator, + sym__and_operator, + STATE(3106), 2, sym_comment, sym_include, - ACTIONS(3345), 30, + ACTIONS(222), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [171926] = 8, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [211216] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2682), 1, - sym__namedot, - STATE(2643), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2391), 2, + STATE(3107), 2, sym_comment, sym_include, - ACTIONS(126), 27, + ACTIONS(89), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -206055,223 +250169,332 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [171979] = 6, + [211264] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3275), 1, - ts_builtin_sym_end, - STATE(2392), 2, + STATE(3108), 2, sym_comment, sym_include, - ACTIONS(3097), 30, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172028] = 6, + anon_sym_NO_DASHERROR, + [211312] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3273), 1, - ts_builtin_sym_end, - STATE(2393), 2, + ACTIONS(196), 2, + sym__or_operator, + sym__and_operator, + STATE(3109), 2, sym_comment, sym_include, - ACTIONS(3095), 30, + ACTIONS(198), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172077] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [211360] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3556), 1, - ts_builtin_sym_end, - STATE(2394), 2, + ACTIONS(236), 2, + sym__or_operator, + sym__and_operator, + STATE(3110), 2, sym_comment, sym_include, - ACTIONS(3145), 30, + ACTIONS(238), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172126] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [211408] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3271), 1, - ts_builtin_sym_end, - STATE(2395), 2, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + STATE(3111), 2, sym_comment, sym_include, - ACTIONS(3093), 30, + ACTIONS(250), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [211456] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172175] = 15, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3436), 1, + sym_of, + STATE(3744), 1, + sym__pre_tuning, + STATE(3872), 1, + sym_where_clause, + STATE(3874), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4320), 1, + aux_sym_for_phrase_repeat2, + STATE(4900), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6093), 1, + aux_sym_for_statement_repeat1, + STATE(6797), 1, + sym_body, + STATE(3112), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [211544] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, - sym__comparison_operator, - STATE(554), 1, - sym__multiplicative_operator, - STATE(555), 1, - sym__additive_operator, - STATE(556), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3441), 1, + sym_of, + STATE(3710), 1, + sym__pre_tuning, + STATE(3779), 1, + sym_where_clause, + STATE(3836), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4330), 1, + aux_sym_for_phrase_repeat2, + STATE(4926), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5889), 1, + aux_sym_for_statement_repeat1, + STATE(7207), 1, + sym_body, + STATE(3113), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [211632] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(3114), 2, + sym_comment, + sym_include, + ACTIONS(113), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(115), 28, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2396), 2, - sym_comment, - sym_include, - ACTIONS(3909), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -206282,1091 +250505,1251 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [172242] = 6, + aux_sym_include_argument_token1, + [211678] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3558), 1, - ts_builtin_sym_end, - STATE(2397), 2, + STATE(3115), 2, sym_comment, sym_include, - ACTIONS(3147), 30, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172291] = 5, + aux_sym_function_call_token1, + anon_sym_NO_DASHERROR, + [211726] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2398), 2, + ACTIONS(3238), 1, + sym__namecolon, + STATE(2737), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(3116), 2, sym_comment, sym_include, - ACTIONS(3265), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172338] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(93), 27, + anon_sym_SLASH, anon_sym_LBRACE, - STATE(2399), 2, - sym_comment, - sym_include, - ACTIONS(3267), 31, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172385] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [211776] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2400), 2, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(3117), 2, sym_comment, sym_include, - ACTIONS(3269), 31, + ACTIONS(135), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172432] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [211824] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2401), 2, + ACTIONS(204), 2, + sym__or_operator, + sym__and_operator, + STATE(3118), 2, sym_comment, sym_include, - ACTIONS(3093), 31, + ACTIONS(206), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172479] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [211872] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2402), 2, + ACTIONS(3248), 1, + sym__namecolon, + STATE(2680), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(3119), 2, sym_comment, sym_include, - ACTIONS(3095), 31, + ACTIONS(93), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172526] = 5, + anon_sym_NO_DASHERROR, + [211924] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2403), 2, + ACTIONS(3242), 1, + anon_sym_LBRACK, + ACTIONS(3244), 1, + anon_sym_LPAREN, + STATE(3263), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3120), 2, sym_comment, sym_include, - ACTIONS(3097), 31, + ACTIONS(73), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172573] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [211978] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3219), 1, - ts_builtin_sym_end, - STATE(2404), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4519), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6276), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3121), 2, sym_comment, sym_include, - ACTIONS(3085), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172622] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [212048] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2405), 2, + ACTIONS(3218), 1, + sym__namecolon, + STATE(2042), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3122), 2, sym_comment, sym_include, - ACTIONS(3099), 31, + ACTIONS(73), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172669] = 6, + anon_sym_NO_DASHERROR, + [212100] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3844), 1, - ts_builtin_sym_end, - STATE(2406), 2, + ACTIONS(4521), 1, + sym__namedot, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(3123), 2, sym_comment, sym_include, - ACTIONS(3483), 30, + ACTIONS(160), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172718] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [212150] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2407), 2, + STATE(3124), 2, sym_comment, sym_include, - ACTIONS(3279), 31, + ACTIONS(113), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(115), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + anon_sym_NO_DASHERROR, + [212198] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172765] = 5, - ACTIONS(3), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3539), 1, + sym_of, + STATE(3673), 1, + sym__pre_tuning, + STATE(3869), 1, + sym_where_clause, + STATE(3871), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4312), 1, + aux_sym_for_phrase_repeat2, + STATE(4917), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6133), 1, + aux_sym_for_statement_repeat1, + STATE(7128), 1, + sym_body, + STATE(3125), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [212286] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2408), 2, + ACTIONS(4487), 1, + anon_sym_COMMA, + ACTIONS(4523), 1, + aux_sym_of_phrase_token1, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + STATE(6399), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3126), 2, sym_comment, sym_include, - ACTIONS(3281), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172812] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [212356] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2409), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4525), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6484), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3127), 2, sym_comment, sym_include, - ACTIONS(3283), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172859] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [212426] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2410), 2, + ACTIONS(4527), 1, + sym_identifier, + ACTIONS(4530), 1, + aux_sym_input_expression_token2, + STATE(3224), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3128), 2, sym_comment, sym_include, - ACTIONS(3101), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + ACTIONS(1480), 25, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [212480] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172906] = 5, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3589), 1, + sym_of, + STATE(3647), 1, + sym__pre_tuning, + STATE(3858), 1, + sym_where_clause, + STATE(3886), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4304), 1, + aux_sym_for_phrase_repeat2, + STATE(4927), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5826), 1, + aux_sym_for_statement_repeat1, + STATE(7111), 1, + sym_body, + STATE(3129), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [212568] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2411), 2, + ACTIONS(3206), 1, + sym__namecolon, + STATE(2254), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3130), 2, sym_comment, sym_include, - ACTIONS(3103), 31, + ACTIONS(73), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [172953] = 5, + [212620] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2412), 2, + ACTIONS(240), 2, + sym__or_operator, + sym__and_operator, + STATE(3131), 2, sym_comment, sym_include, - ACTIONS(3289), 31, + ACTIONS(242), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173000] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [212668] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2413), 2, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3132), 2, sym_comment, sym_include, - ACTIONS(3291), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1322), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173047] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [212734] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3712), 1, - ts_builtin_sym_end, - STATE(2414), 2, + ACTIONS(4533), 1, + sym_identifier, + STATE(3214), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(3133), 2, sym_comment, sym_include, - ACTIONS(3327), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + ACTIONS(1501), 26, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173096] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [212786] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3149), 1, - ts_builtin_sym_end, - STATE(2415), 2, + ACTIONS(3216), 1, + sym__namedot, + STATE(3152), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(3134), 2, sym_comment, sym_include, - ACTIONS(3063), 30, + ACTIONS(104), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173145] = 6, + anon_sym_NO_DASHERROR, + [212838] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3718), 1, - ts_builtin_sym_end, - STATE(2416), 2, + ACTIONS(192), 2, + sym__or_operator, + sym__and_operator, + STATE(3135), 2, sym_comment, sym_include, - ACTIONS(3329), 30, + ACTIONS(194), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173194] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [212886] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2417), 2, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3136), 2, sym_comment, sym_include, - ACTIONS(3293), 31, + ACTIONS(73), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173241] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [212934] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2418), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4536), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6261), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3137), 2, sym_comment, sym_include, - ACTIONS(3295), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173288] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [213004] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3794), 1, - ts_builtin_sym_end, - STATE(2419), 2, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3138), 2, sym_comment, sym_include, - ACTIONS(3503), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(4428), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173337] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [213070] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3720), 1, - ts_builtin_sym_end, - STATE(2420), 2, + ACTIONS(2884), 1, + sym_identifier, + STATE(239), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(3139), 2, sym_comment, sym_include, - ACTIONS(3331), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1501), 26, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173386] = 6, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + [213122] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3610), 1, - ts_builtin_sym_end, - STATE(2421), 2, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3140), 2, sym_comment, sym_include, - ACTIONS(3221), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1258), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173435] = 8, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [213188] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2726), 1, + STATE(3141), 2, + sym_comment, + sym_include, + ACTIONS(154), 3, sym__namecolon, - STATE(2462), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2422), 2, - sym_comment, - sym_include, - ACTIONS(100), 27, + ACTIONS(156), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -207385,25 +251768,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [173488] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [213236] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2686), 1, - sym__namedoublecolon, - STATE(2463), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - STATE(2423), 2, + STATE(3142), 2, sym_comment, sym_include, - ACTIONS(138), 27, + ACTIONS(254), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -207428,202 +251809,170 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [173541] = 5, + [213284] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2424), 2, + ACTIONS(4229), 1, + sym__escaped_string, + STATE(3143), 2, sym_comment, sym_include, - ACTIONS(3105), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173588] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(4227), 30, + anon_sym_COLON, anon_sym_LBRACE, - STATE(2425), 2, - sym_comment, - sym_include, - ACTIONS(3107), 31, sym_identifier, - aux_sym__block_terminator_token1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, - aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173635] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [213330] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2426), 2, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3144), 2, sym_comment, sym_include, - ACTIONS(3309), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1262), 5, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173682] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [213394] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2427), 2, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + STATE(3145), 2, sym_comment, sym_include, - ACTIONS(3303), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 22, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173729] = 8, + [213450] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2726), 1, + ACTIONS(3206), 1, sym__namecolon, - STATE(2462), 1, + STATE(2254), 1, aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2428), 2, + STATE(3146), 2, sym_comment, sym_include, - ACTIONS(100), 27, + ACTIONS(89), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -207643,71 +251992,126 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [173782] = 6, + [213502] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4511), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(4538), 1, + aux_sym_when_expression_token1, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + STATE(6779), 1, + sym_when_expression, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3147), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [213572] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3728), 1, - ts_builtin_sym_end, - STATE(2429), 2, + ACTIONS(4542), 1, + sym__escaped_string, + STATE(3148), 2, sym_comment, sym_include, - ACTIONS(3339), 30, + ACTIONS(4540), 30, + anon_sym_LBRACE, sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_type_tuning_token1, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, aux_sym_input_expression_token1, - aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173831] = 6, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_tuning_token1, + aux_sym_index_definition_token1, + [213618] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2430), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namecolon, + ACTIONS(3202), 1, + anon_sym_LPAREN, + STATE(3170), 1, + sym_function_arguments, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 28, + STATE(3149), 2, + sym_comment, + sym_include, + ACTIONS(89), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -207726,463 +252130,471 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [173880] = 6, + [213670] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3748), 1, - ts_builtin_sym_end, - STATE(2431), 2, + ACTIONS(3204), 1, + sym__namedot, + STATE(3057), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(3150), 2, sym_comment, sym_include, - ACTIONS(3371), 30, + ACTIONS(135), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173929] = 5, - ACTIONS(3), 1, + [213722] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2432), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4544), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6267), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3151), 2, sym_comment, sym_include, - ACTIONS(3305), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [173976] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [213792] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2433), 2, + ACTIONS(4546), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(3152), 3, sym_comment, sym_include, - ACTIONS(3307), 31, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174023] = 5, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [213842] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2434), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4549), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6435), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3153), 2, sym_comment, sym_include, - ACTIONS(3445), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174070] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [213912] = 26, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2435), 2, - sym_comment, - sym_include, - ACTIONS(3311), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174117] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3658), 1, - ts_builtin_sym_end, - STATE(2436), 2, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3618), 1, + sym_of, + STATE(3626), 1, + sym__pre_tuning, + STATE(3807), 1, + sym_where_clause, + STATE(3825), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4326), 1, + aux_sym_for_phrase_repeat2, + STATE(4959), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5901), 1, + aux_sym_for_statement_repeat1, + STATE(7065), 1, + sym_body, + STATE(3154), 2, sym_comment, sym_include, - ACTIONS(3269), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174166] = 5, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [214000] = 25, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2437), 2, - sym_comment, - sym_include, - ACTIONS(3313), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174213] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3792), 1, - ts_builtin_sym_end, - STATE(2438), 2, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3753), 1, + sym_of, + STATE(3883), 1, + sym__pre_tuning, + STATE(3904), 1, + sym_where_clause, + STATE(3908), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4662), 1, + aux_sym_for_phrase_repeat2, + STATE(5218), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(4551), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3155), 2, sym_comment, sym_include, - ACTIONS(3505), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174262] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [214086] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3612), 1, - ts_builtin_sym_end, - STATE(2439), 2, + ACTIONS(188), 2, + sym__or_operator, + sym__and_operator, + STATE(3156), 2, sym_comment, sym_include, - ACTIONS(3223), 30, + ACTIONS(190), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174311] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [214134] = 26, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2440), 2, - sym_comment, - sym_include, - ACTIONS(3315), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174358] = 6, - ACTIONS(3), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3560), 1, + sym_of, + STATE(3712), 1, + sym__pre_tuning, + STATE(3793), 1, + aux_sym_for_phrase_repeat1, + STATE(3802), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4355), 1, + aux_sym_for_phrase_repeat2, + STATE(4974), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5989), 1, + aux_sym_for_statement_repeat1, + STATE(7070), 1, + sym_body, + STATE(3157), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [214222] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2441), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4553), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6217), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3158), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -208193,111 +252605,188 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - anon_sym_NO_DASHERROR, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [174407] = 6, - ACTIONS(3), 1, + [214292] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3656), 1, - ts_builtin_sym_end, - STATE(2442), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4555), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6467), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3159), 2, sym_comment, sym_include, - ACTIONS(3267), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [214362] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174456] = 6, - ACTIONS(3), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3461), 1, + sym_of, + STATE(3728), 1, + sym__pre_tuning, + STATE(3845), 1, + sym_where_clause, + STATE(3882), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4307), 1, + aux_sym_for_phrase_repeat2, + STATE(4941), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6107), 1, + aux_sym_for_statement_repeat1, + STATE(6955), 1, + sym_body, + STATE(3160), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [214450] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3832), 1, - ts_builtin_sym_end, - STATE(2443), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4557), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6508), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3161), 2, sym_comment, sym_include, - ACTIONS(3491), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174505] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [214520] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2444), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 28, + STATE(3162), 2, + sym_comment, + sym_include, + ACTIONS(174), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -208322,67 +252811,77 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - anon_sym_NO_DASHERROR, + aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [174554] = 5, - ACTIONS(3), 1, + [214568] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2445), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4559), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6267), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3163), 2, sym_comment, sym_include, - ACTIONS(3317), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174601] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [214638] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2446), 2, - sym_comment, - sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - ACTIONS(142), 28, + STATE(3164), 2, + sym_comment, + sym_include, + ACTIONS(202), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -208407,688 +252906,177 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - anon_sym_NO_DASHERROR, + aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [174650] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2447), 2, - sym_comment, - sym_include, - ACTIONS(3319), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174697] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3782), 1, - ts_builtin_sym_end, - STATE(2448), 2, - sym_comment, - sym_include, - ACTIONS(3513), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174746] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2449), 2, - sym_comment, - sym_include, - ACTIONS(3321), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174793] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2450), 2, - sym_comment, - sym_include, - ACTIONS(3323), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174840] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2451), 2, - sym_comment, - sym_include, - ACTIONS(3325), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174887] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3614), 1, - ts_builtin_sym_end, - STATE(2452), 2, - sym_comment, - sym_include, - ACTIONS(3225), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174936] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2453), 2, - sym_comment, - sym_include, - ACTIONS(3327), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [174983] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2454), 2, - sym_comment, - sym_include, - ACTIONS(3329), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175030] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2455), 2, - sym_comment, - sym_include, - ACTIONS(3331), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175077] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2456), 2, - sym_comment, - sym_include, - ACTIONS(3333), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175124] = 26, + [214686] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2981), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2983), 1, - aux_sym_dataset_expression_token1, - ACTIONS(2987), 1, - aux_sym_variable_definition_token3, - ACTIONS(2989), 1, - aux_sym_variable_definition_token4, - ACTIONS(2991), 1, - aux_sym_buffer_definition_token1, - ACTIONS(2993), 1, - aux_sym_query_definition_token1, - ACTIONS(3001), 1, - aux_sym_stream_definition_token1, - ACTIONS(3914), 1, - aux_sym_argument_mode_token3, - ACTIONS(3918), 1, - aux_sym_property_definition_token1, - ACTIONS(3920), 1, - aux_sym_event_definition_token1, - STATE(3447), 1, - sym_access_tuning, - STATE(3463), 1, - sym_scope_tuning, - STATE(3502), 1, - aux_sym_variable_definition_repeat1, - STATE(3515), 1, - aux_sym_property_definition_repeat1, - STATE(3532), 1, - sym_serialization_tuning, - STATE(3620), 1, - aux_sym_event_definition_repeat1, - STATE(3663), 1, - sym_property_type, - STATE(3685), 1, - aux_sym_buffer_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3916), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(2457), 2, - sym_comment, - sym_include, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [175213] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2458), 2, - sym_comment, - sym_include, - ACTIONS(3335), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175260] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, - ts_builtin_sym_end, - STATE(2459), 2, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3165), 2, sym_comment, sym_include, - ACTIONS(3265), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1330), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175309] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [214752] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2460), 2, + STATE(911), 1, + sym__comparison_operator, + STATE(912), 1, + sym__multiplicative_operator, + STATE(913), 1, + sym__additive_operator, + STATE(914), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3166), 2, sym_comment, sym_include, - ACTIONS(3337), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1318), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175356] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [214818] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2461), 2, + ACTIONS(176), 2, + sym__or_operator, + sym__and_operator, + STATE(3167), 2, sym_comment, sym_include, - ACTIONS(3339), 31, + ACTIONS(178), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175403] = 7, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [214866] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3922), 1, - sym__namecolon, - ACTIONS(91), 2, + ACTIONS(3204), 1, + sym__namedot, + STATE(3057), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2462), 3, + STATE(3168), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 27, + ACTIONS(119), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -209108,30 +253096,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [214918] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4087), 1, + sym__escaped_string, + STATE(3169), 2, + sym_comment, + sym_include, + ACTIONS(4085), 30, + anon_sym_COLON, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - [175454] = 7, + aux_sym_if_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [214964] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3925), 1, - sym__namedoublecolon, - ACTIONS(117), 2, - sym__or_operator, - sym__and_operator, - STATE(2463), 3, + ACTIONS(4561), 1, + aux_sym_function_call_token1, + STATE(3170), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 27, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -209150,32 +253180,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [175505] = 8, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [215014] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2446), 1, - sym_identifier, - STATE(219), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2464), 2, + STATE(3171), 2, sym_comment, sym_include, - ACTIONS(1408), 27, - anon_sym_COLON, + ACTIONS(119), 28, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__block_terminator_token1, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -209194,92 +253220,111 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - [175558] = 6, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [215062] = 25, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3616), 1, - ts_builtin_sym_end, - STATE(2465), 2, - sym_comment, - sym_include, - ACTIONS(3227), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175607] = 15, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3759), 1, + sym_of, + STATE(3838), 1, + sym__pre_tuning, + STATE(3901), 1, + aux_sym_for_phrase_repeat1, + STATE(3910), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4620), 1, + aux_sym_for_phrase_repeat2, + STATE(5205), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(4563), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3172), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [215148] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4565), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(590), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(723), 1, sym__additive_operator, - STATE(592), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(6251), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2466), 2, + STATE(3173), 2, sym_comment, sym_include, - ACTIONS(1155), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209293,44 +253338,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175674] = 14, + [215218] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + STATE(911), 1, sym__comparison_operator, - STATE(590), 1, + STATE(912), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(913), 1, sym__additive_operator, - STATE(592), 1, + STATE(914), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2467), 2, + STATE(3174), 2, sym_comment, sym_include, - ACTIONS(1179), 6, - sym__or_operator, - sym__and_operator, + ACTIONS(1350), 3, anon_sym_COLON, - aux_sym__block_terminator_token1, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209344,39 +253389,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175739] = 10, + [215284] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + STATE(911), 1, sym__comparison_operator, - STATE(590), 1, + STATE(912), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(913), 1, sym__additive_operator, - STATE(592), 1, + STATE(914), 1, sym__logical_operator, - STATE(2468), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 23, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, + ACTIONS(2855), 2, anon_sym_STAR, - aux_sym__block_terminator_token1, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3175), 2, + sym_comment, + sym_include, + ACTIONS(1346), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -209389,90 +253440,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [175796] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3287), 1, - ts_builtin_sym_end, - STATE(2469), 2, - sym_comment, - sym_include, - ACTIONS(3103), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175845] = 15, + [215350] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + STATE(911), 1, sym__comparison_operator, - STATE(590), 1, + STATE(912), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(913), 1, sym__additive_operator, - STATE(592), 1, + STATE(914), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2470), 2, + STATE(3176), 2, sym_comment, sym_include, - ACTIONS(1167), 4, + ACTIONS(1342), 3, anon_sym_COLON, - aux_sym__block_terminator_token1, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209486,131 +253491,88 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175912] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3151), 1, - ts_builtin_sym_end, - STATE(2471), 2, - sym_comment, - sym_include, - ACTIONS(3065), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [175961] = 6, + [215416] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3872), 1, - ts_builtin_sym_end, - STATE(2472), 2, + ACTIONS(208), 2, + sym__or_operator, + sym__and_operator, + STATE(3177), 2, sym_comment, sym_include, - ACTIONS(3469), 30, + ACTIONS(210), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176010] = 15, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [215464] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4567), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(590), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(723), 1, sym__additive_operator, - STATE(592), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(6561), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2473), 2, + STATE(3178), 2, sym_comment, sym_include, - ACTIONS(1171), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209624,132 +253586,89 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [176077] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2474), 2, - sym_comment, - sym_include, - ACTIONS(3341), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176124] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2475), 2, - sym_comment, - sym_include, - ACTIONS(3343), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176171] = 15, + [215534] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(911), 1, sym__comparison_operator, - STATE(554), 1, + STATE(912), 1, sym__multiplicative_operator, - STATE(555), 1, + STATE(913), 1, sym__additive_operator, - STATE(556), 1, + STATE(914), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2476), 2, + STATE(3179), 2, sym_comment, sym_include, - ACTIONS(1175), 4, + ACTIONS(248), 5, + sym__or_operator, + sym__and_operator, anon_sym_COLON, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [215598] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3232), 1, + anon_sym_LBRACK, + ACTIONS(3234), 1, + anon_sym_LPAREN, + STATE(3250), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3180), 2, + sym_comment, + sym_include, + ACTIONS(73), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -209760,88 +253679,87 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [176238] = 6, + aux_sym_include_argument_token1, + [215650] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3874), 1, - ts_builtin_sym_end, - STATE(2477), 2, + STATE(3181), 2, sym_comment, sym_include, - ACTIONS(3421), 30, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(170), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176287] = 15, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [215698] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + STATE(911), 1, sym__comparison_operator, - STATE(590), 1, + STATE(912), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(913), 1, sym__additive_operator, - STATE(592), 1, + STATE(914), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2478), 2, + STATE(3182), 2, sym_comment, sym_include, - ACTIONS(1159), 4, + ACTIONS(1314), 3, anon_sym_COLON, - aux_sym__block_terminator_token1, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209855,850 +253773,789 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [176354] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2479), 2, - sym_comment, - sym_include, - ACTIONS(3345), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176401] = 5, + [215764] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2480), 2, + ACTIONS(3208), 1, + sym__namedoublecolon, + STATE(3188), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(3183), 2, sym_comment, sym_include, - ACTIONS(3111), 31, + ACTIONS(127), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176448] = 5, + [215816] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2481), 2, + ACTIONS(212), 2, + sym__or_operator, + sym__and_operator, + STATE(3184), 2, sym_comment, sym_include, - ACTIONS(3349), 31, + ACTIONS(214), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176495] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [215864] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2482), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4569), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6374), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3185), 2, sym_comment, sym_include, - ACTIONS(3351), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176542] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [215934] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2483), 2, + STATE(3186), 2, sym_comment, sym_include, - ACTIONS(3353), 31, + ACTIONS(113), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(115), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176589] = 5, + [215982] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2484), 2, + ACTIONS(3262), 1, + sym__namecolon, + STATE(2620), 1, + aux_sym_object_access_repeat1, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(3187), 2, sym_comment, sym_include, - ACTIONS(3355), 31, + ACTIONS(93), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176636] = 5, + [216034] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2485), 2, + ACTIONS(4571), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(3188), 3, sym_comment, sym_include, - ACTIONS(3113), 31, + aux_sym_member_access_repeat1, + ACTIONS(143), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176683] = 6, - ACTIONS(3), 1, + [216084] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3618), 1, - ts_builtin_sym_end, - STATE(2486), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4574), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6530), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3189), 2, sym_comment, sym_include, - ACTIONS(3229), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176732] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [216154] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2487), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(4576), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6313), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3190), 2, sym_comment, sym_include, - ACTIONS(3115), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176779] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [216224] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2488), 2, + ACTIONS(4578), 1, + sym_identifier, + ACTIONS(4581), 1, + aux_sym_input_expression_token2, + STATE(3425), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3191), 2, sym_comment, sym_include, - ACTIONS(3117), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + ACTIONS(1480), 25, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176826] = 5, + anon_sym_NO_DASHERROR, + [216278] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2489), 2, + ACTIONS(228), 2, + sym__or_operator, + sym__and_operator, + STATE(3192), 2, sym_comment, sym_include, - ACTIONS(3363), 31, + ACTIONS(230), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176873] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216326] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2490), 2, + ACTIONS(216), 2, + sym__or_operator, + sym__and_operator, + STATE(3193), 2, sym_comment, sym_include, - ACTIONS(3365), 31, + ACTIONS(218), 28, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176920] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216374] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, - ts_builtin_sym_end, - STATE(2491), 2, + ACTIONS(180), 2, + sym__or_operator, + sym__and_operator, + STATE(3194), 2, sym_comment, sym_include, - ACTIONS(3121), 30, + ACTIONS(182), 28, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [176969] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216422] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3231), 1, - ts_builtin_sym_end, - STATE(2492), 2, + ACTIONS(3236), 1, + sym__namedot, + STATE(3329), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(3195), 2, sym_comment, sym_include, - ACTIONS(3087), 30, + ACTIONS(135), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177018] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [216471] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2493), 2, + ACTIONS(4583), 1, + aux_sym_function_call_token1, + STATE(3196), 2, sym_comment, sym_include, - ACTIONS(3119), 31, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177065] = 5, + [216520] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2494), 2, + ACTIONS(188), 2, + sym__or_operator, + sym__and_operator, + STATE(3197), 2, sym_comment, sym_include, - ACTIONS(3121), 31, + ACTIONS(190), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177112] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216567] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2495), 2, + ACTIONS(3234), 1, + anon_sym_LPAREN, + STATE(3250), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3198), 2, sym_comment, sym_include, - ACTIONS(3371), 31, + ACTIONS(89), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177159] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [216616] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2496), 2, + ACTIONS(3238), 1, + sym__namecolon, + STATE(2716), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3199), 2, sym_comment, sym_include, - ACTIONS(3373), 31, + ACTIONS(89), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177206] = 6, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [216665] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3726), 1, - ts_builtin_sym_end, - STATE(2497), 2, + STATE(3200), 2, sym_comment, sym_include, - ACTIONS(3337), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177255] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(589), 1, - sym__comparison_operator, - STATE(590), 1, - sym__multiplicative_operator, - STATE(591), 1, - sym__additive_operator, - STATE(592), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(168), 3, + sym__namedoublecolon, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(170), 26, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2498), 2, - sym_comment, - sym_include, - ACTIONS(1151), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -210709,48 +254566,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [177322] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [216712] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(589), 1, - sym__comparison_operator, - STATE(590), 1, - sym__multiplicative_operator, - STATE(591), 1, - sym__additive_operator, - STATE(592), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2499), 2, + STATE(3201), 2, sym_comment, sym_include, - ACTIONS(1147), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(174), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -210761,48 +254606,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [177389] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216759] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(589), 1, - sym__comparison_operator, - STATE(590), 1, - sym__multiplicative_operator, - STATE(591), 1, - sym__additive_operator, - STATE(592), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2500), 2, + STATE(3202), 2, sym_comment, sym_include, - ACTIONS(1183), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(202), 27, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -210813,189 +254647,188 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [177456] = 5, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216806] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2501), 2, + ACTIONS(196), 2, + sym__or_operator, + sym__and_operator, + STATE(3203), 2, sym_comment, sym_include, - ACTIONS(3375), 31, + ACTIONS(198), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177503] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216853] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2502), 2, + STATE(3204), 2, sym_comment, sym_include, - ACTIONS(3377), 31, + ACTIONS(154), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(156), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177550] = 5, + [216900] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2503), 2, + ACTIONS(228), 2, + sym__or_operator, + sym__and_operator, + STATE(3205), 2, sym_comment, sym_include, - ACTIONS(3379), 31, + ACTIONS(230), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177597] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [216947] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2504), 2, + ACTIONS(3236), 1, + sym__namedot, + STATE(3329), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(3206), 2, sym_comment, sym_include, - ACTIONS(3381), 31, + ACTIONS(119), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177644] = 6, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [216996] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2505), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 28, + STATE(3207), 2, + sym_comment, + sym_include, + ACTIONS(218), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -211020,260 +254853,264 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [177693] = 6, + [217043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3892), 1, - ts_builtin_sym_end, - STATE(2506), 2, + ACTIONS(180), 2, + sym__or_operator, + sym__and_operator, + STATE(3208), 2, sym_comment, sym_include, - ACTIONS(3453), 30, + ACTIONS(182), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177742] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217090] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2507), 2, + ACTIONS(4585), 1, + anon_sym_COLON, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6354), 1, + sym_case_body, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3209), 2, sym_comment, sym_include, - ACTIONS(3383), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177789] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [217157] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2508), 2, + ACTIONS(208), 2, + sym__or_operator, + sym__and_operator, + STATE(3210), 2, sym_comment, sym_include, - ACTIONS(3385), 31, + ACTIONS(210), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177836] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217204] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2509), 2, + ACTIONS(3238), 1, + sym__namecolon, + STATE(2716), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3211), 2, sym_comment, sym_include, - ACTIONS(3387), 31, + ACTIONS(73), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177883] = 6, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [217253] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3347), 1, - ts_builtin_sym_end, - STATE(2510), 2, + ACTIONS(4587), 1, + sym__namedot, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(3212), 2, sym_comment, sym_include, - ACTIONS(3111), 30, + ACTIONS(160), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [177932] = 14, + [217302] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + ACTIONS(4585), 1, + anon_sym_COLON, + STATE(713), 1, sym__comparison_operator, - STATE(590), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(723), 1, sym__additive_operator, - STATE(592), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(6461), 1, + sym_case_body, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2511), 2, + STATE(3213), 2, sym_comment, sym_include, - ACTIONS(248), 6, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211287,842 +255124,746 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [177997] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3648), 1, - ts_builtin_sym_end, - STATE(2512), 2, - sym_comment, - sym_include, - ACTIONS(3263), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178046] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3790), 1, - ts_builtin_sym_end, - STATE(2513), 2, - sym_comment, - sym_include, - ACTIONS(3507), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178095] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2514), 2, - sym_comment, - sym_include, - ACTIONS(3389), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178142] = 5, + [217369] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2515), 2, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(3214), 2, sym_comment, sym_include, - ACTIONS(3391), 31, + ACTIONS(119), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178189] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217416] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2516), 2, + ACTIONS(4585), 1, + anon_sym_COLON, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6250), 1, + sym_case_body, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3215), 2, sym_comment, sym_include, - ACTIONS(3393), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178236] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [217483] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2517), 2, + ACTIONS(176), 2, + sym__or_operator, + sym__and_operator, + STATE(3216), 2, sym_comment, sym_include, - ACTIONS(3395), 31, + ACTIONS(178), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178283] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217530] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2518), 2, + ACTIONS(3240), 1, + sym__namedoublecolon, + STATE(3234), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(3217), 2, sym_comment, sym_include, - ACTIONS(3397), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178330] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(127), 26, + anon_sym_SLASH, anon_sym_LBRACE, - STATE(2519), 2, - sym_comment, - sym_include, - ACTIONS(3399), 31, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178377] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [217579] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2520), 2, + ACTIONS(252), 2, + sym__or_operator, + sym__and_operator, + STATE(3218), 2, sym_comment, sym_include, - ACTIONS(3401), 31, + ACTIONS(254), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178424] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217626] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2521), 2, - sym_comment, - sym_include, - ACTIONS(3403), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4589), 2, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178471] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2522), 2, + STATE(3219), 2, sym_comment, sym_include, - ACTIONS(3405), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178518] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [217691] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3890), 1, - ts_builtin_sym_end, - STATE(2523), 2, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4504), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(3220), 2, sym_comment, sym_include, - ACTIONS(3455), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178567] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [217756] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3888), 1, - ts_builtin_sym_end, - STATE(2524), 2, + ACTIONS(192), 2, + sym__or_operator, + sym__and_operator, + STATE(3221), 2, sym_comment, sym_include, - ACTIONS(3457), 30, + ACTIONS(194), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178616] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217803] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2525), 2, + ACTIONS(4591), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(3222), 3, sym_comment, sym_include, - ACTIONS(3407), 31, + aux_sym_member_access_repeat1, + ACTIONS(143), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178663] = 6, + [217852] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3886), 1, - ts_builtin_sym_end, - STATE(2526), 2, + ACTIONS(204), 2, + sym__or_operator, + sym__and_operator, + STATE(3223), 2, sym_comment, sym_include, - ACTIONS(3459), 30, + ACTIONS(206), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178712] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217899] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3772), 1, - ts_builtin_sym_end, - STATE(2527), 2, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(3224), 2, sym_comment, sym_include, - ACTIONS(3523), 30, + ACTIONS(135), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178761] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [217946] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2528), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1258), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3225), 2, sym_comment, sym_include, - ACTIONS(3409), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178808] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218011] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3226), 2, + sym_comment, + sym_include, + ACTIONS(1262), 4, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218074] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + STATE(3227), 2, + sym_comment, + sym_include, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 21, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + [218129] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2529), 2, + ACTIONS(4594), 1, + sym_identifier, + STATE(3395), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(3228), 2, sym_comment, sym_include, - ACTIONS(3411), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + ACTIONS(1501), 25, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178855] = 5, + anon_sym_NO_DASHERROR, + [218180] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2530), 2, + STATE(3229), 2, sym_comment, sym_include, - ACTIONS(3413), 31, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [178902] = 12, + [218227] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, - sym__comparison_operator, - STATE(590), 1, - sym__multiplicative_operator, - STATE(591), 1, - sym__additive_operator, - STATE(592), 1, + STATE(773), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1324), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2531), 2, + STATE(3230), 2, sym_comment, sym_include, - ACTIONS(1163), 21, + ACTIONS(1326), 19, sym__or_operator, sym__and_operator, - anon_sym_COLON, - aux_sym__block_terminator_token1, + sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -212138,329 +255879,453 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [178963] = 6, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + [218286] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3574), 1, - ts_builtin_sym_end, - STATE(2532), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1330), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3231), 2, sym_comment, sym_include, - ACTIONS(3171), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179012] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218351] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3572), 1, - ts_builtin_sym_end, - STATE(2533), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1318), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3232), 2, sym_comment, sym_include, - ACTIONS(3169), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179061] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218416] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2534), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(4597), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3233), 2, sym_comment, sym_include, - ACTIONS(3415), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1480), 24, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179108] = 5, + [218469] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2535), 2, + ACTIONS(4599), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(3234), 3, sym_comment, sym_include, - ACTIONS(3417), 31, + aux_sym_member_access_repeat1, + ACTIONS(143), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179155] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [218516] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2536), 2, + STATE(3235), 2, sym_comment, sym_include, - ACTIONS(3419), 31, + ACTIONS(106), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179202] = 5, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [218563] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2537), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1322), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3236), 2, sym_comment, sym_include, - ACTIONS(3421), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179249] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218628] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3570), 1, - ts_builtin_sym_end, - STATE(2538), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1350), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3237), 2, sym_comment, sym_include, - ACTIONS(3167), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179298] = 9, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218693] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4504), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + STATE(3238), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218758] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1346), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3239), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218823] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3928), 1, - sym_identifier, - ACTIONS(3931), 1, - aux_sym_input_expression_token2, - STATE(2692), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(2539), 2, + STATE(3240), 2, sym_comment, sym_include, - ACTIONS(1373), 26, + ACTIONS(234), 27, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, anon_sym_COMMA, anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -212479,195 +256344,204 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [179353] = 5, - ACTIONS(3), 1, + [218870] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2540), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1342), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3241), 2, sym_comment, sym_include, - ACTIONS(3423), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179400] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218935] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2541), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3242), 2, sym_comment, sym_include, - ACTIONS(3123), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179447] = 5, + ACTIONS(248), 4, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [218998] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2542), 2, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + STATE(3243), 2, sym_comment, sym_include, - ACTIONS(3427), 31, + ACTIONS(250), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179494] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [219045] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2543), 2, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3244), 2, sym_comment, sym_include, - ACTIONS(3429), 31, + ACTIONS(89), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179541] = 7, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [219092] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3934), 1, - aux_sym_function_call_token1, - STATE(2544), 2, - sym_comment, - sym_include, - ACTIONS(166), 3, - sym__namecolon, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - ACTIONS(168), 27, + STATE(3245), 2, + sym_comment, + sym_include, + ACTIONS(222), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -212695,554 +256569,558 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [179592] = 5, + [219139] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2545), 2, + STATE(3246), 2, sym_comment, sym_include, - ACTIONS(3431), 31, + ACTIONS(154), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(156), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179639] = 5, + anon_sym_NO_DASHERROR, + [219186] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2546), 2, + ACTIONS(4602), 1, + sym__namedot, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(3247), 2, sym_comment, sym_include, - ACTIONS(3433), 31, + ACTIONS(160), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179686] = 5, + anon_sym_NO_DASHERROR, + [219235] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2547), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(4604), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3248), 2, sym_comment, sym_include, - ACTIONS(3125), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179733] = 5, + ACTIONS(1480), 24, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + [219288] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2548), 2, + ACTIONS(4606), 1, + anon_sym_NO_DASHERROR, + STATE(3249), 2, sym_comment, sym_include, - ACTIONS(3437), 31, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179780] = 5, + [219337] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2549), 2, + ACTIONS(4608), 1, + aux_sym_function_call_token1, + STATE(3250), 2, sym_comment, sym_include, - ACTIONS(3127), 31, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179827] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [219384] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2550), 2, + ACTIONS(4610), 1, + sym_identifier, + ACTIONS(4613), 1, + aux_sym_input_expression_token2, + STATE(3695), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3251), 2, sym_comment, sym_include, - ACTIONS(3009), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + ACTIONS(1480), 24, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179874] = 5, + [219437] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2551), 2, + ACTIONS(158), 2, + sym__or_operator, + sym__and_operator, + STATE(3252), 2, sym_comment, sym_include, - ACTIONS(3443), 31, + ACTIONS(160), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179921] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [219484] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3870), 1, - ts_builtin_sym_end, - STATE(2552), 2, + ACTIONS(4615), 1, + sym_identifier, + ACTIONS(4618), 1, + aux_sym_input_expression_token2, + STATE(3693), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3253), 2, sym_comment, sym_include, - ACTIONS(3423), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + ACTIONS(1480), 24, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [179970] = 6, + anon_sym_NO_DASHERROR, + [219537] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3646), 1, - ts_builtin_sym_end, - STATE(2553), 2, + ACTIONS(3248), 1, + sym__namecolon, + STATE(2719), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3254), 2, sym_comment, sym_include, - ACTIONS(3261), 30, + ACTIONS(73), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180019] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [219588] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3644), 1, - ts_builtin_sym_end, - STATE(2554), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(4622), 1, + anon_sym_LT, + ACTIONS(4624), 1, + aux_sym_variable_tuning_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3787), 1, + sym_generic_expression, + STATE(3255), 2, sym_comment, sym_include, - ACTIONS(3259), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180068] = 6, + ACTIONS(4620), 24, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [219643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3425), 1, - ts_builtin_sym_end, - STATE(2555), 2, + STATE(3256), 2, sym_comment, sym_include, - ACTIONS(3123), 30, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180117] = 5, + anon_sym_NO_DASHERROR, + [219690] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2556), 2, + ACTIONS(3264), 1, + sym__namedoublecolon, + STATE(3222), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(3257), 2, sym_comment, sym_include, - ACTIONS(3447), 31, + ACTIONS(127), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180164] = 13, - ACTIONS(3), 1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [219741] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(481), 1, + ACTIONS(4585), 1, + anon_sym_COLON, + STATE(713), 1, sym__comparison_operator, - STATE(482), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(483), 1, + STATE(723), 1, sym__additive_operator, - STATE(484), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1068), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1072), 2, + STATE(6451), 1, + sym_case_body, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2557), 2, - sym_comment, - sym_include, - ACTIONS(1064), 4, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - ACTIONS(3896), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1066), 15, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3258), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -213253,201 +257131,165 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [180227] = 6, - ACTIONS(3), 1, + [219808] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, - ts_builtin_sym_end, - STATE(2558), 2, - sym_comment, - sym_include, - ACTIONS(3133), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1314), 2, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180276] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3568), 1, - ts_builtin_sym_end, - STATE(2559), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3259), 2, sym_comment, sym_include, - ACTIONS(3165), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180325] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [219873] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3367), 1, - ts_builtin_sym_end, - STATE(2560), 2, + ACTIONS(3248), 1, + sym__namecolon, + STATE(2719), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3260), 2, sym_comment, sym_include, - ACTIONS(3119), 30, + ACTIONS(89), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180374] = 6, + anon_sym_NO_DASHERROR, + [219924] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3716), 1, - ts_builtin_sym_end, - STATE(2561), 2, + ACTIONS(3244), 1, + anon_sym_LPAREN, + STATE(3263), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3261), 2, sym_comment, sym_include, - ACTIONS(3534), 30, + ACTIONS(89), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180423] = 8, + anon_sym_NO_DASHERROR, + [219975] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3936), 1, - sym_identifier, - STATE(2664), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(3246), 1, + sym__namedot, + STATE(3318), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2562), 2, + STATE(3262), 2, sym_comment, sym_include, - ACTIONS(1408), 27, + ACTIONS(135), 25, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -213467,1861 +257309,1996 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [180476] = 6, + anon_sym_NO_DASHERROR, + [220026] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, - ts_builtin_sym_end, - STATE(2563), 2, + ACTIONS(4626), 1, + aux_sym_function_call_token1, + STATE(3263), 2, sym_comment, sym_include, - ACTIONS(3257), 30, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180525] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [220075] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3640), 1, - ts_builtin_sym_end, - STATE(2564), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3264), 2, sym_comment, sym_include, - ACTIONS(3255), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180574] = 5, - ACTIONS(3), 1, + ACTIONS(248), 4, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [220138] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2565), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1342), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3265), 2, sym_comment, sym_include, - ACTIONS(3449), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180621] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [220203] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2566), 2, - sym_comment, - sym_include, - ACTIONS(3013), 31, + ACTIONS(2949), 1, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180668] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2567), 2, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(3266), 2, sym_comment, sym_include, - ACTIONS(3451), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1501), 25, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180715] = 5, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [220254] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2568), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1346), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3267), 2, sym_comment, sym_include, - ACTIONS(3453), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180762] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [220319] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2569), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1350), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3268), 2, sym_comment, sym_include, - ACTIONS(3455), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180809] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [220384] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2570), 2, + STATE(3269), 2, sym_comment, sym_include, - ACTIONS(3457), 31, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180856] = 5, + aux_sym_function_call_token1, + [220431] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2571), 2, + ACTIONS(224), 2, + sym__or_operator, + sym__and_operator, + STATE(3270), 2, sym_comment, sym_include, - ACTIONS(3459), 31, + ACTIONS(226), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180903] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [220478] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2572), 2, + STATE(3271), 2, sym_comment, sym_include, - ACTIONS(3461), 31, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180950] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + aux_sym_function_call_token1, + [220523] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2573), 2, + ACTIONS(244), 2, + sym__or_operator, + sym__and_operator, + STATE(3272), 2, sym_comment, sym_include, - ACTIONS(3463), 31, + ACTIONS(246), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [180997] = 6, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [220570] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3638), 1, - ts_builtin_sym_end, - STATE(2574), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1322), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3273), 2, sym_comment, sym_include, - ACTIONS(3253), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181046] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [220635] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2575), 2, + STATE(3274), 2, sym_comment, sym_include, - ACTIONS(3465), 31, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181093] = 5, + aux_sym_function_call_token1, + [220682] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2576), 2, + ACTIONS(3246), 1, + sym__namedot, + STATE(3318), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(3275), 2, sym_comment, sym_include, - ACTIONS(3467), 31, + ACTIONS(119), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181140] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [220733] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3864), 1, - ts_builtin_sym_end, - STATE(2577), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1314), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3276), 2, sym_comment, sym_include, - ACTIONS(3473), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181189] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [220798] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2578), 2, + STATE(3277), 2, sym_comment, sym_include, - ACTIONS(3469), 31, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181236] = 6, + aux_sym_function_call_token1, + [220845] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3852), 1, - ts_builtin_sym_end, - STATE(2579), 2, + ACTIONS(4628), 1, + anon_sym_NO_DASHERROR, + STATE(3278), 2, sym_comment, sym_include, - ACTIONS(3427), 30, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181285] = 6, + [220894] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3636), 1, - ts_builtin_sym_end, - STATE(2580), 2, + STATE(3279), 2, sym_comment, sym_include, - ACTIONS(3251), 30, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181334] = 5, + anon_sym_NO_DASHERROR, + [220941] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2581), 2, + ACTIONS(236), 2, + sym__or_operator, + sym__and_operator, + STATE(3280), 2, sym_comment, sym_include, - ACTIONS(3471), 31, + ACTIONS(238), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181381] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [220988] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3566), 1, - ts_builtin_sym_end, - STATE(2582), 2, + STATE(3281), 2, sym_comment, sym_include, - ACTIONS(3163), 30, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181430] = 5, + anon_sym_NO_DASHERROR, + [221035] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2583), 2, + ACTIONS(240), 2, + sym__or_operator, + sym__and_operator, + STATE(3282), 2, sym_comment, sym_include, - ACTIONS(3473), 31, + ACTIONS(242), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181477] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [221082] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3007), 1, - ts_builtin_sym_end, - STATE(2584), 2, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3283), 2, sym_comment, sym_include, - ACTIONS(3009), 30, + ACTIONS(73), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181526] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [221129] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2585), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1258), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3284), 2, sym_comment, sym_include, - ACTIONS(3475), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181573] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221194] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3722), 1, - ts_builtin_sym_end, - STATE(2586), 2, + STATE(3285), 2, sym_comment, sym_include, - ACTIONS(3333), 30, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181622] = 5, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [221241] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2587), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1318), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3286), 2, sym_comment, sym_include, - ACTIONS(3477), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181669] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221306] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3564), 1, - ts_builtin_sym_end, - STATE(2588), 2, + ACTIONS(3262), 1, + sym__namecolon, + STATE(2636), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(3287), 2, sym_comment, sym_include, - ACTIONS(3161), 30, + ACTIONS(73), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181718] = 6, - ACTIONS(3), 1, + [221357] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3159), 1, - ts_builtin_sym_end, - STATE(2589), 2, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3288), 2, sym_comment, sym_include, - ACTIONS(3069), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(248), 4, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181767] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221420] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3850), 1, - ts_builtin_sym_end, - STATE(2590), 2, + ACTIONS(212), 2, + sym__or_operator, + sym__and_operator, + STATE(3289), 2, sym_comment, sym_include, - ACTIONS(3429), 30, + ACTIONS(214), 27, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181816] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [221467] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1342), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3290), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221532] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2591), 2, + ACTIONS(3250), 1, + sym__namedoublecolon, + STATE(3328), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(3291), 2, sym_comment, sym_include, - ACTIONS(3479), 31, + ACTIONS(127), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181863] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [221583] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3634), 1, - ts_builtin_sym_end, - STATE(2592), 2, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1346), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3292), 2, sym_comment, sym_include, - ACTIONS(3249), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181912] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221648] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2593), 2, + STATE(3293), 2, sym_comment, sym_include, - ACTIONS(3481), 31, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [181959] = 5, - ACTIONS(3), 1, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + anon_sym_NO_DASHERROR, + [221693] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2594), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1330), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3294), 2, sym_comment, sym_include, - ACTIONS(3483), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182006] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221758] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2595), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3295), 2, sym_comment, sym_include, - ACTIONS(3131), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182053] = 5, - ACTIONS(3), 1, + ACTIONS(1262), 4, + sym__or_operator, + sym__and_operator, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221821] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2596), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + STATE(3296), 2, sym_comment, sym_include, - ACTIONS(3487), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182100] = 5, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 21, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + [221876] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2597), 2, + STATE(3297), 2, sym_comment, sym_include, - ACTIONS(3133), 31, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182147] = 6, - ACTIONS(3), 1, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + anon_sym_NO_DASHERROR, + [221921] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3157), 1, - ts_builtin_sym_end, - STATE(2598), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1330), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3298), 2, sym_comment, sym_include, - ACTIONS(3067), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182196] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [221986] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2599), 2, + ACTIONS(184), 2, + sym__or_operator, + sym__and_operator, + STATE(3299), 2, sym_comment, sym_include, - ACTIONS(3491), 31, + ACTIONS(186), 27, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182243] = 6, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [222033] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3866), 1, - ts_builtin_sym_end, - STATE(2600), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1318), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3300), 2, sym_comment, sym_include, - ACTIONS(3471), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182292] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [222098] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3562), 1, - ts_builtin_sym_end, - STATE(2601), 2, + ACTIONS(4630), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(3301), 3, sym_comment, sym_include, - ACTIONS(3155), 30, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182341] = 6, + [222147] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3836), 1, - ts_builtin_sym_end, - STATE(2602), 2, + STATE(3302), 2, sym_comment, sym_include, - ACTIONS(3431), 30, + ACTIONS(129), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(131), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182390] = 6, - ACTIONS(3), 1, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + anon_sym_NO_DASHERROR, + [222192] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3632), 1, - ts_builtin_sym_end, - STATE(2603), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(3303), 2, sym_comment, sym_include, - ACTIONS(3247), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182439] = 6, + ACTIONS(1326), 19, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_of_phrase_token1, + [222251] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3630), 1, - ts_builtin_sym_end, - STATE(2604), 2, + ACTIONS(3262), 1, + sym__namecolon, + STATE(2636), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3304), 2, sym_comment, sym_include, - ACTIONS(3243), 30, + ACTIONS(89), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + [222302] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1350), 2, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182488] = 6, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3305), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [222367] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3628), 1, - ts_builtin_sym_end, - STATE(2605), 2, + ACTIONS(3258), 1, + anon_sym_LPAREN, + STATE(3196), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3306), 2, sym_comment, sym_include, - ACTIONS(3241), 30, + ACTIONS(89), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182537] = 8, + [222418] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(3260), 1, + sym__namedot, + STATE(3301), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - STATE(2606), 2, + STATE(3307), 2, sym_comment, sym_include, - ACTIONS(1408), 27, - anon_sym_COLON, + ACTIONS(104), 25, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -215341,371 +259318,423 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [182590] = 6, + aux_sym_scope_tuning_token1, + [222469] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3626), 1, - ts_builtin_sym_end, - STATE(2607), 2, + ACTIONS(4633), 1, + sym_identifier, + ACTIONS(4636), 1, + aux_sym_input_expression_token2, + STATE(3700), 1, + sym_qualified_name, + ACTIONS(1484), 2, + sym__or_operator, + sym__and_operator, + STATE(3308), 2, sym_comment, sym_include, - ACTIONS(3239), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182639] = 6, + ACTIONS(1480), 25, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [222520] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3560), 1, - ts_builtin_sym_end, - STATE(2608), 2, + STATE(3309), 2, sym_comment, sym_include, - ACTIONS(3153), 30, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182688] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + anon_sym_NO_DASHERROR, + [222567] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3624), 1, - ts_builtin_sym_end, - STATE(2609), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + STATE(3310), 2, sym_comment, sym_include, - ACTIONS(3237), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182737] = 6, - ACTIONS(3), 1, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 21, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_of_phrase_token1, + [222622] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3622), 1, - ts_builtin_sym_end, - STATE(2610), 2, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1322), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3311), 2, sym_comment, sym_include, - ACTIONS(3235), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182786] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [222687] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2611), 2, + ACTIONS(4638), 1, + sym_identifier, + STATE(3509), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(3312), 2, sym_comment, sym_include, - ACTIONS(3493), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + ACTIONS(1501), 25, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182833] = 5, + [222738] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2612), 2, + STATE(3313), 2, sym_comment, sym_include, - ACTIONS(3495), 31, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182880] = 6, + aux_sym_function_call_token1, + anon_sym_NO_DASHERROR, + [222785] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3834), 1, - ts_builtin_sym_end, - STATE(2613), 2, + STATE(3314), 2, sym_comment, sym_include, - ACTIONS(3433), 30, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(170), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + [222832] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1318), 2, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182929] = 6, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3315), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [222897] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3620), 1, - ts_builtin_sym_end, - STATE(2614), 2, + ACTIONS(4641), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(3316), 3, sym_comment, sym_include, - ACTIONS(3233), 30, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [182978] = 7, + anon_sym_NO_DASHERROR, + [222946] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3939), 1, - anon_sym_NO_DASHERROR, - STATE(2615), 2, + STATE(3317), 2, sym_comment, sym_include, - ACTIONS(398), 3, + ACTIONS(129), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(400), 27, + ACTIONS(131), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -215724,665 +259753,766 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [183029] = 5, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + anon_sym_NO_DASHERROR, + [222993] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2616), 2, + ACTIONS(3246), 1, + sym__namedot, + STATE(3316), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(3318), 2, sym_comment, sym_include, - ACTIONS(3497), 31, + ACTIONS(104), 25, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + anon_sym_NO_DASHERROR, + [223044] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1330), 2, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183076] = 5, - ACTIONS(3), 1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3319), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [223109] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2617), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3320), 2, sym_comment, sym_include, - ACTIONS(3499), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183123] = 5, - ACTIONS(3), 1, + ACTIONS(1262), 4, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [223172] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2618), 2, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(3321), 2, sym_comment, sym_include, - ACTIONS(3501), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1326), 19, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183170] = 5, - ACTIONS(3), 1, + [223231] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2619), 2, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + STATE(3322), 2, sym_comment, sym_include, - ACTIONS(3503), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 21, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183217] = 5, - ACTIONS(3), 1, + [223286] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2620), 2, + STATE(819), 1, + sym__logical_operator, + STATE(820), 1, + sym__additive_operator, + STATE(821), 1, + sym__multiplicative_operator, + STATE(822), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1258), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3323), 2, sym_comment, sym_include, - ACTIONS(3505), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183264] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [223351] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2621), 2, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3324), 2, sym_comment, sym_include, - ACTIONS(3507), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, + ACTIONS(1262), 4, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183311] = 5, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [223414] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2622), 2, + STATE(797), 1, + sym__comparison_operator, + STATE(798), 1, + sym__multiplicative_operator, + STATE(799), 1, + sym__additive_operator, + STATE(800), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1258), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3325), 2, sym_comment, sym_include, - ACTIONS(3509), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183358] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [223479] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3746), 1, - ts_builtin_sym_end, - STATE(2623), 2, + ACTIONS(3260), 1, + sym__namedot, + STATE(3307), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(3326), 2, sym_comment, sym_include, - ACTIONS(3365), 30, + ACTIONS(135), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183407] = 6, + [223530] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3884), 1, - ts_builtin_sym_end, - STATE(2624), 2, + ACTIONS(4644), 1, + sym__namedot, + ACTIONS(106), 2, + sym__or_operator, + sym__and_operator, + STATE(3327), 3, sym_comment, sym_include, - ACTIONS(3461), 30, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183456] = 6, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [223577] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3882), 1, - ts_builtin_sym_end, - STATE(2625), 2, + ACTIONS(4647), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__or_operator, + sym__and_operator, + STATE(3328), 3, sym_comment, sym_include, - ACTIONS(3463), 30, + aux_sym_member_access_repeat1, + ACTIONS(143), 25, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183505] = 5, + anon_sym_NO_DASHERROR, + [223626] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2626), 2, + ACTIONS(3236), 1, + sym__namedot, + STATE(3327), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(3329), 2, sym_comment, sym_include, - ACTIONS(3513), 31, + ACTIONS(104), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183552] = 5, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [223675] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2627), 2, + ACTIONS(4650), 1, + anon_sym_NO_DASHERROR, + STATE(3330), 2, sym_comment, sym_include, - ACTIONS(3515), 31, + ACTIONS(599), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(601), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183599] = 5, - ACTIONS(3), 1, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [223722] = 16, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2628), 2, + ACTIONS(4585), 1, + anon_sym_COLON, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + STATE(6360), 1, + sym_case_body, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3331), 2, sym_comment, sym_include, - ACTIONS(3517), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183646] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [223789] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2629), 2, + STATE(3332), 2, sym_comment, sym_include, - ACTIONS(3519), 31, + ACTIONS(106), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 26, + anon_sym_SLASH, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183693] = 6, - ACTIONS(3), 1, + [223836] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3744), 1, - ts_builtin_sym_end, - STATE(2630), 2, + STATE(773), 1, + sym__logical_operator, + STATE(815), 1, + sym__additive_operator, + STATE(816), 1, + sym__multiplicative_operator, + STATE(818), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1314), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3333), 2, sym_comment, sym_include, - ACTIONS(3363), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183742] = 8, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [223901] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(3260), 1, + sym__namedot, + STATE(3307), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2631), 2, + STATE(3334), 2, sym_comment, sym_include, - ACTIONS(1408), 27, + ACTIONS(119), 25, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -216402,40 +260532,143 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [183795] = 8, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + [223952] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2446), 1, - sym_identifier, - STATE(219), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(2632), 2, - sym_comment, - sym_include, - ACTIONS(1408), 27, - anon_sym_COLON, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(3335), 2, + sym_comment, + sym_include, + ACTIONS(1326), 19, + sym__or_operator, + sym__and_operator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + [224011] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3336), 2, + sym_comment, + sym_include, + ACTIONS(248), 4, + sym__or_operator, + sym__and_operator, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [224074] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1342), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3337), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -216446,296 +260679,325 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_while_phrase_token1, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - [183848] = 5, + [224139] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2633), 2, + STATE(3338), 2, sym_comment, sym_include, - ACTIONS(3523), 31, + ACTIONS(137), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(139), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183895] = 5, - ACTIONS(3), 1, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + aux_sym_function_call_token1, + [224184] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2634), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1346), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3339), 2, sym_comment, sym_include, - ACTIONS(3525), 31, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183942] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [224249] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3788), 1, - ts_builtin_sym_end, - STATE(2635), 2, + STATE(3340), 2, sym_comment, sym_include, - ACTIONS(3509), 30, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [183991] = 6, - ACTIONS(3), 1, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + aux_sym_function_call_token1, + [224294] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3838), 1, - ts_builtin_sym_end, - STATE(2636), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1350), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3341), 2, sym_comment, sym_include, - ACTIONS(3487), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184040] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [224359] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3435), 1, - ts_builtin_sym_end, - STATE(2637), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1322), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3342), 2, sym_comment, sym_include, - ACTIONS(3125), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184089] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [224424] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3724), 1, - ts_builtin_sym_end, - STATE(2638), 2, + STATE(751), 1, + sym__comparison_operator, + STATE(752), 1, + sym__multiplicative_operator, + STATE(754), 1, + sym__additive_operator, + STATE(755), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1314), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3343), 2, sym_comment, sym_include, - ACTIONS(3335), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184138] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [224489] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2639), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(4652), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3344), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -216746,39 +261008,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [184187] = 6, - ACTIONS(3), 1, + [224553] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2640), 2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + STATE(3345), 2, sym_comment, sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 20, sym__or_operator, sym__and_operator, - ACTIONS(142), 28, - anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -216789,120 +261051,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_function_call_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [184236] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3692), 1, - ts_builtin_sym_end, - STATE(2641), 2, - sym_comment, - sym_include, - ACTIONS(3317), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184285] = 6, + aux_sym_if_statement_token2, + [224607] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3880), 1, - ts_builtin_sym_end, - STATE(2642), 2, + STATE(3346), 2, sym_comment, sym_include, - ACTIONS(3437), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184334] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2682), 1, + ACTIONS(106), 3, sym__namedot, - STATE(2646), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, sym__or_operator, sym__and_operator, - STATE(2643), 2, - sym_comment, - sym_include, - ACTIONS(115), 27, + ACTIONS(108), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -216921,48 +261090,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [184387] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [224653] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(589), 1, + ACTIONS(4654), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, sym__comparison_operator, - STATE(590), 1, + STATE(1061), 1, sym__multiplicative_operator, - STATE(591), 1, + STATE(1062), 1, sym__additive_operator, - STATE(592), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2644), 2, + STATE(3347), 2, sym_comment, sym_include, - ACTIONS(1175), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -216976,72 +261141,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [184454] = 6, + [224717] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3736), 1, - ts_builtin_sym_end, - STATE(2645), 2, + ACTIONS(188), 2, + sym__or_operator, + sym__and_operator, + STATE(3348), 2, sym_comment, sym_include, - ACTIONS(3349), 30, + ACTIONS(190), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184503] = 7, + anon_sym_NO_DASHERROR, + [224763] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3941), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - STATE(2646), 3, + STATE(3349), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 27, + ACTIONS(174), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -217060,30 +261218,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [184554] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [224809] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2647), 2, - sym_comment, - sym_include, - ACTIONS(152), 3, - sym__namecolon, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(154), 28, + STATE(3350), 2, + sym_comment, + sym_include, + ACTIONS(1501), 24, + anon_sym_COLON, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -217102,498 +261261,663 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [184603] = 6, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [224859] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3361), 1, - ts_builtin_sym_end, - STATE(2648), 2, + ACTIONS(200), 2, + sym__or_operator, + sym__and_operator, + STATE(3351), 2, sym_comment, sym_include, - ACTIONS(3117), 30, + ACTIONS(202), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184652] = 6, + anon_sym_NO_DASHERROR, + [224905] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3439), 1, - ts_builtin_sym_end, - STATE(2649), 2, + ACTIONS(196), 2, + sym__or_operator, + sym__and_operator, + STATE(3352), 2, sym_comment, sym_include, - ACTIONS(3127), 30, + ACTIONS(198), 26, + anon_sym_SLASH, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184701] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [224951] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3359), 1, - ts_builtin_sym_end, - STATE(2650), 2, + ACTIONS(4656), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3353), 2, sym_comment, sym_include, - ACTIONS(3115), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184750] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225015] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3738), 1, - ts_builtin_sym_end, - STATE(2651), 2, + ACTIONS(4658), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3354), 2, sym_comment, sym_include, - ACTIONS(3351), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184799] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225079] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3357), 1, - ts_builtin_sym_end, - STATE(2652), 2, + ACTIONS(4660), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3355), 2, sym_comment, sym_include, - ACTIONS(3113), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184848] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225143] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3742), 1, - ts_builtin_sym_end, - STATE(2653), 2, + ACTIONS(4662), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3356), 2, sym_comment, sym_include, - ACTIONS(3355), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184897] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225207] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3485), 1, - ts_builtin_sym_end, - STATE(2654), 2, + ACTIONS(4664), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3357), 2, sym_comment, sym_include, - ACTIONS(3131), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184946] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225271] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, - ts_builtin_sym_end, - STATE(2655), 2, + ACTIONS(4666), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3358), 2, sym_comment, sym_include, - ACTIONS(3353), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [184995] = 6, - ACTIONS(3), 1, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225335] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3868), 1, - ts_builtin_sym_end, - STATE(2656), 2, + ACTIONS(4668), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3359), 2, sym_comment, sym_include, - ACTIONS(3443), 30, - sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, - aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [185044] = 25, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225399] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4670), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3360), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225463] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4672), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3361), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225527] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4674), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3362), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225591] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3325), 1, - sym_of, - STATE(3348), 1, - sym__pre_tuning, - STATE(3452), 1, - sym_where_clause, - STATE(3461), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(4083), 1, - aux_sym_for_phrase_repeat2, - STATE(4485), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(3944), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(2657), 2, + ACTIONS(4676), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3363), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [185130] = 17, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225655] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(3948), 1, - anon_sym_RBRACK, - STATE(945), 1, + ACTIONS(4678), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + STATE(1057), 1, sym__comparison_operator, - STATE(5689), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2658), 2, + STATE(3364), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217607,25 +261931,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185200] = 7, + [225719] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(4680), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - STATE(2659), 3, + STATE(3365), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 26, + ACTIONS(1480), 23, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_EQ, @@ -217648,36 +261974,143 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [185250] = 6, - ACTIONS(3), 1, + [225771] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(188), 2, + ACTIONS(4682), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2660), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3366), 2, sym_comment, sym_include, - ACTIONS(190), 28, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225835] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4684), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3367), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [225899] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4686), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3368), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -217688,86 +262121,147 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [185298] = 26, + [225963] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3042), 1, - sym_of, - STATE(3219), 1, - sym__pre_tuning, - STATE(3353), 1, - aux_sym_for_phrase_repeat1, - STATE(3356), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3769), 1, - aux_sym_for_phrase_repeat2, - STATE(4304), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5392), 1, - aux_sym_for_statement_repeat1, - STATE(6366), 1, - sym_body, - STATE(2661), 2, + ACTIONS(4688), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3369), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [185386] = 5, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [226027] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + STATE(3370), 2, + sym_comment, + sym_include, + ACTIONS(106), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [226071] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4233), 1, sym__escaped_string, - STATE(2662), 2, + STATE(3371), 2, sym_comment, sym_include, - ACTIONS(3953), 30, - anon_sym_COLON, + ACTIONS(4231), 28, anon_sym_LBRACE, sym_identifier, + sym__terminator, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [226115] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4229), 1, + sym__escaped_string, + STATE(3372), 2, + sym_comment, + sym_include, + ACTIONS(4227), 28, + anon_sym_LBRACE, + sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -217776,7 +262270,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, @@ -217788,33 +262281,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_clause_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [185432] = 6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [226159] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(180), 2, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - STATE(2663), 2, + STATE(3373), 2, sym_comment, sym_include, - ACTIONS(182), 28, + ACTIONS(230), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -217833,30 +262324,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [185480] = 6, + anon_sym_NO_DASHERROR, + [226205] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(124), 2, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - STATE(2664), 2, + STATE(3374), 2, sym_comment, sym_include, - ACTIONS(126), 28, + ACTIONS(218), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -217875,38 +262364,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [185528] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [226251] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(184), 2, + ACTIONS(4690), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2665), 2, - sym_comment, - sym_include, - ACTIONS(186), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3375), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -217917,41 +262416,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [185576] = 8, - ACTIONS(3), 1, + [226315] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2714), 1, - sym__namedot, - STATE(2659), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, + ACTIONS(4692), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2666), 2, - sym_comment, - sym_include, - ACTIONS(115), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3376), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -217962,42 +262465,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [185628] = 9, - ACTIONS(3), 1, + [226379] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2753), 1, - anon_sym_LBRACK, - ACTIONS(2755), 1, - anon_sym_LPAREN, - STATE(2923), 1, - sym_function_arguments, - ACTIONS(67), 2, + ACTIONS(4694), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2667), 2, - sym_comment, - sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3377), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -218008,39 +262514,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [185682] = 7, - ACTIONS(3), 1, + [226443] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3957), 1, - aux_sym_function_call_token1, - STATE(2668), 2, - sym_comment, - sym_include, - ACTIONS(166), 3, - sym__namecolon, + ACTIONS(4696), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(168), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3378), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -218051,28 +262563,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [185732] = 9, + [226507] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1724), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(4698), 1, aux_sym_input_expression_token2, - STATE(48), 1, + STATE(28), 1, sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - STATE(2669), 2, + STATE(3379), 2, sym_comment, sym_include, - ACTIONS(1373), 25, + ACTIONS(1480), 23, anon_sym_COLON, anon_sym_SLASH, anon_sym_STAR, @@ -218096,26 +262606,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [185786] = 8, + [226559] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2718), 1, - sym__namedoublecolon, - STATE(2691), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - STATE(2670), 2, + STATE(3380), 2, sym_comment, sym_include, - ACTIONS(138), 26, + ACTIONS(182), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -218142,29 +262646,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [185838] = 7, + [226605] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2736), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3381), 2, + sym_comment, + sym_include, + ACTIONS(154), 3, sym__namecolon, - STATE(2197), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2671), 2, - sym_comment, - sym_include, - ACTIONS(100), 27, + ACTIONS(156), 25, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_LPAREN, + sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -218184,47 +262684,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [185888] = 17, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [226651] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(3961), 1, - anon_sym_RBRACK, - STATE(945), 1, + ACTIONS(4700), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + STATE(1057), 1, sym__comparison_operator, - STATE(5745), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2672), 2, + STATE(3382), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218238,27 +262735,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185958] = 5, + [226715] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2673), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(3383), 2, sym_comment, sym_include, - ACTIONS(109), 3, - sym__namecolon, + ACTIONS(106), 3, + sym__namedot, sym__or_operator, sym__and_operator, - ACTIONS(111), 28, + ACTIONS(108), 25, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_LPAREN, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -218278,35 +262774,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [186004] = 6, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + [226761] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2674), 2, - sym_comment, - sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(4702), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(142), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3384), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -218317,100 +262824,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - anon_sym_NO_DASHERROR, - [186052] = 26, + [226825] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3081), 1, - sym_of, - STATE(3230), 1, - sym__pre_tuning, - STATE(3414), 1, - aux_sym_for_phrase_repeat1, - STATE(3420), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3715), 1, - aux_sym_for_phrase_repeat2, - STATE(4349), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5187), 1, - aux_sym_for_statement_repeat1, - STATE(6319), 1, - sym_body, - STATE(2675), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [186140] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(244), 2, + ACTIONS(4704), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2676), 2, - sym_comment, - sym_include, - ACTIONS(246), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3385), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -218421,38 +262873,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186188] = 6, - ACTIONS(3), 1, + [226889] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(232), 2, + ACTIONS(4706), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2677), 2, - sym_comment, - sym_include, - ACTIONS(234), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3386), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -218463,50 +262922,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186236] = 17, + [226953] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(3963), 1, - anon_sym_RBRACK, - STATE(945), 1, + ACTIONS(4708), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + STATE(1057), 1, sym__comparison_operator, - STATE(5721), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2678), 2, + STATE(3387), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218520,108 +262971,82 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186306] = 26, - ACTIONS(69), 1, + [227017] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3183), 1, - sym_of, - STATE(3268), 1, - sym__pre_tuning, - STATE(3385), 1, - sym_where_clause, - STATE(3398), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3760), 1, - aux_sym_for_phrase_repeat2, - STATE(4343), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5146), 1, - aux_sym_for_statement_repeat1, - STATE(6248), 1, - sym_body, - STATE(2679), 2, + ACTIONS(220), 2, + sym__or_operator, + sym__and_operator, + STATE(3388), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [186394] = 17, + ACTIONS(222), 26, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [227063] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(3965), 1, - anon_sym_RBRACK, - STATE(945), 1, + ACTIONS(4710), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + STATE(1057), 1, sym__comparison_operator, - STATE(5537), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2680), 2, + STATE(3389), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218635,20 +263060,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186464] = 5, + [227127] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3969), 1, + ACTIONS(4087), 1, sym__escaped_string, - STATE(2681), 2, + STATE(3390), 2, sym_comment, sym_include, - ACTIONS(3967), 30, - anon_sym_COLON, + ACTIONS(4085), 28, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -218657,7 +263082,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, @@ -218669,37 +263093,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_clause_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [186510] = 9, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [227171] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3971), 1, + ACTIONS(4712), 1, sym_identifier, - ACTIONS(3974), 1, - aux_sym_input_expression_token2, - STATE(3038), 1, + STATE(3652), 1, sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(2682), 2, + STATE(3391), 2, sym_comment, sym_include, - ACTIONS(1373), 25, + ACTIONS(1501), 25, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -218719,124 +263139,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [186564] = 7, - ACTIONS(3), 1, + aux_sym_include_argument_token1, + [227219] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3976), 1, - sym__namedoublecolon, - ACTIONS(117), 2, - sym__or_operator, - sym__and_operator, - STATE(2683), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 26, + ACTIONS(4715), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [186614] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(192), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2684), 2, - sym_comment, - sym_include, - ACTIONS(194), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186662] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3979), 1, - anon_sym_NO_DASHERROR, - STATE(2685), 2, + STATE(3392), 2, sym_comment, sym_include, - ACTIONS(398), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(400), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -218847,23 +263189,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [186712] = 6, + [227283] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2686), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 27, + STATE(3393), 2, + sym_comment, + sym_include, + ACTIONS(210), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -218889,37 +263228,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, anon_sym_NO_DASHERROR, - [186760] = 6, - ACTIONS(3), 1, + [227329] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2687), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(4717), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3394), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -218930,29 +263278,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186808] = 6, + [227393] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(196), 2, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2688), 2, + STATE(3395), 2, sym_comment, sym_include, - ACTIONS(198), 28, + ACTIONS(119), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -218971,38 +263315,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186856] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [227439] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(200), 2, + ACTIONS(4719), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2689), 2, - sym_comment, - sym_include, - ACTIONS(202), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3396), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219013,30 +263367,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186904] = 6, + [227503] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(236), 2, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - STATE(2690), 2, + STATE(3397), 2, sym_comment, sym_include, - ACTIONS(238), 28, + ACTIONS(178), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -219055,40 +263404,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186952] = 7, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [227549] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3981), 1, - sym__namedoublecolon, - ACTIONS(117), 2, + ACTIONS(4721), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2691), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3398), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219099,37 +263456,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [187002] = 6, - ACTIONS(3), 1, + [227613] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(132), 2, + ACTIONS(4723), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2692), 2, - sym_comment, - sym_include, - ACTIONS(134), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3399), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219140,38 +263505,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [187050] = 6, - ACTIONS(3), 1, + [227677] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(248), 2, + ACTIONS(4725), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2693), 2, - sym_comment, - sym_include, - ACTIONS(250), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3400), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219182,38 +263554,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [187098] = 6, - ACTIONS(3), 1, + [227741] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2694), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(4727), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3401), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219224,42 +263603,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - anon_sym_NO_DASHERROR, - [187146] = 8, - ACTIONS(3), 1, + [227805] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2702), 1, - sym__namedoublecolon, - STATE(2683), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, + ACTIONS(4729), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2695), 2, - sym_comment, - sym_include, - ACTIONS(138), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3402), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219270,36 +263652,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [187198] = 6, - ACTIONS(3), 1, + [227869] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(87), 2, + ACTIONS(4731), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2696), 2, - sym_comment, - sym_include, - ACTIONS(89), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3403), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219310,42 +263701,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [187246] = 9, - ACTIONS(3), 1, + [227933] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3984), 1, - sym_identifier, - ACTIONS(3987), 1, - aux_sym_input_expression_token2, - STATE(2996), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(4733), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2697), 2, - sym_comment, - sym_include, - ACTIONS(1373), 25, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3404), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219356,37 +263750,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [187300] = 6, - ACTIONS(3), 1, + [227997] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(172), 2, + ACTIONS(4735), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2698), 2, - sym_comment, - sym_include, - ACTIONS(174), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3405), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219397,43 +263799,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [187348] = 8, - ACTIONS(3), 1, + [228061] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2730), 1, - anon_sym_LBRACK, - ACTIONS(2732), 1, - anon_sym_LPAREN, - STATE(2793), 1, - sym_function_arguments, - ACTIONS(67), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4737), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2699), 2, - sym_comment, - sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3406), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219444,40 +263848,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [187400] = 9, - ACTIONS(3), 1, + [228125] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(3989), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(4739), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2700), 2, - sym_comment, - sym_include, - ACTIONS(1373), 25, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, - aux_sym__block_terminator_token1, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3407), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219488,48 +263897,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [187454] = 17, + [228189] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(3991), 1, - anon_sym_RBRACK, - STATE(945), 1, + ACTIONS(4741), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + STATE(1057), 1, sym__comparison_operator, - STATE(5771), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2701), 2, + STATE(3408), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219543,34 +263946,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187524] = 6, - ACTIONS(3), 1, + [228253] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(252), 2, + ACTIONS(4743), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2702), 2, - sym_comment, - sym_include, - ACTIONS(254), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3409), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219581,42 +263995,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [187572] = 8, - ACTIONS(3), 1, + [228317] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2698), 1, - sym__namedot, - STATE(2747), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(4745), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2703), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3410), 2, sym_comment, sym_include, - ACTIONS(126), 26, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [228381] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4747), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3411), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219627,95 +264093,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [187624] = 26, + [228445] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3047), 1, - sym_of, - STATE(3236), 1, - sym__pre_tuning, - STATE(3430), 1, - aux_sym_for_phrase_repeat1, - STATE(3438), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3738), 1, - aux_sym_for_phrase_repeat2, - STATE(4286), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5304), 1, - aux_sym_for_statement_repeat1, - STATE(6199), 1, - sym_body, - STATE(2704), 2, + ACTIONS(4749), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3412), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [187712] = 9, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [228509] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2720), 1, - anon_sym_LBRACK, - ACTIONS(2722), 1, - anon_sym_LPAREN, - STATE(2862), 1, - sym_function_arguments, - ACTIONS(67), 2, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - STATE(2705), 2, + STATE(3413), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(254), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -219735,29 +264179,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [187766] = 8, + anon_sym_NO_DASHERROR, + [228555] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2698), 1, - sym__namedot, - STATE(2747), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(132), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(2706), 2, + STATE(3414), 2, sym_comment, sym_include, - ACTIONS(134), 26, + ACTIONS(1501), 24, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - sym__terminator, anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, @@ -219778,28 +264222,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [187818] = 6, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + [228605] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(176), 2, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - STATE(2707), 2, + STATE(3415), 2, sym_comment, sym_include, - ACTIONS(178), 28, + ACTIONS(194), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -219818,50 +264261,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [187866] = 17, + anon_sym_NO_DASHERROR, + [228651] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(3993), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(4751), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(5568), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2708), 2, + STATE(3416), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219875,38 +264313,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187936] = 8, - ACTIONS(3), 1, + [228715] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2696), 1, - anon_sym_LPAREN, - STATE(2668), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(4753), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2709), 2, - sym_comment, - sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3417), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -219917,31 +264362,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [187988] = 8, + [228779] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2700), 1, - sym__namecolon, - STATE(1662), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - STATE(2710), 2, + STATE(3418), 2, sym_comment, sym_include, - ACTIONS(89), 26, + ACTIONS(242), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -219963,77 +264401,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [188040] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [228825] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(240), 2, - sym__or_operator, - sym__and_operator, - STATE(2711), 2, - sym_comment, - sym_include, - ACTIONS(242), 28, + ACTIONS(4755), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188088] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2712), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3419), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -220044,37 +264451,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - [188136] = 6, - ACTIONS(3), 1, + [228889] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(160), 2, + ACTIONS(4757), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2713), 2, - sym_comment, - sym_include, - ACTIONS(162), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3420), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -220085,38 +264500,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188184] = 6, - ACTIONS(3), 1, + [228953] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(204), 2, + ACTIONS(4759), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2714), 2, - sym_comment, - sym_include, - ACTIONS(206), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3421), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -220127,38 +264549,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188232] = 6, - ACTIONS(3), 1, + [229017] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(208), 2, + ACTIONS(4761), 1, + sym__terminator, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2715), 2, - sym_comment, - sym_include, - ACTIONS(210), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3422), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -220169,39 +264598,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188280] = 6, - ACTIONS(3), 1, + [229081] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2716), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(4763), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3423), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -220212,29 +264647,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - [188328] = 6, + [229145] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(212), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - STATE(2717), 2, + STATE(3424), 2, sym_comment, sym_include, - ACTIONS(214), 28, + ACTIONS(206), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -220253,33 +264684,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188376] = 8, + anon_sym_NO_DASHERROR, + [229191] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2700), 1, - sym__namecolon, - STATE(1662), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2718), 2, + STATE(3425), 2, sym_comment, sym_include, - ACTIONS(73), 26, + ACTIONS(135), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -220301,46 +264726,92 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [188428] = 17, + anon_sym_NO_DASHERROR, + [229237] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(3995), 1, - anon_sym_RBRACK, - STATE(945), 1, + ACTIONS(4765), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, sym__multiplicative_operator, - STATE(948), 1, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3426), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [229301] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4767), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(5546), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2719), 2, + STATE(3427), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220354,88 +264825,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188498] = 26, + [229365] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(3542), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3005), 1, - sym_of, - STATE(3274), 1, + STATE(3704), 1, sym__pre_tuning, - STATE(3375), 1, + STATE(3843), 1, sym_where_clause, - STATE(3442), 1, + STATE(3873), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3748), 1, + STATE(4278), 1, aux_sym_for_phrase_repeat2, - STATE(4328), 1, + STATE(4929), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5397), 1, + STATE(5910), 1, aux_sym_for_statement_repeat1, - STATE(6414), 1, + STATE(6973), 1, sym_body, - STATE(2720), 2, + STATE(3428), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [188586] = 6, + [229447] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(220), 2, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - STATE(2721), 2, + STATE(3429), 2, sym_comment, sym_include, - ACTIONS(222), 28, + ACTIONS(250), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -220454,71 +264920,77 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188634] = 5, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [229493] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(3999), 1, - sym__escaped_string, - STATE(2722), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4769), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3430), 2, sym_comment, sym_include, - ACTIONS(3997), 30, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_type_tuning_token1, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_tuning_token1, - aux_sym_index_definition_token1, - [188680] = 6, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [229557] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(67), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2723), 2, + STATE(3431), 2, sym_comment, sym_include, - ACTIONS(73), 28, + ACTIONS(89), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -220537,50 +265009,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188728] = 17, + anon_sym_NO_DASHERROR, + [229603] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(4001), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3742), 1, + sym__pre_tuning, + STATE(3811), 1, + sym_where_clause, + STATE(3818), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4341), 1, + aux_sym_for_phrase_repeat2, + STATE(4946), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6128), 1, + aux_sym_for_statement_repeat1, + STATE(7249), 1, + sym_body, + STATE(3432), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229685] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4771), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(5805), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2724), 2, + STATE(3433), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220594,26 +265119,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188798] = 6, + [229749] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(216), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(4773), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - STATE(2725), 2, + STATE(3434), 2, sym_comment, sym_include, - ACTIONS(218), 28, + ACTIONS(1480), 23, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -220632,163 +265161,251 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [188846] = 26, + aux_sym_of_phrase_token1, + [229801] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(2938), 1, - sym_of, - STATE(3228), 1, - sym__pre_tuning, - STATE(3409), 1, - sym_where_clause, - STATE(3445), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3750), 1, - aux_sym_for_phrase_repeat2, - STATE(4259), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5363), 1, - aux_sym_for_statement_repeat1, - STATE(6023), 1, - sym_body, - STATE(2726), 2, + ACTIONS(4775), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3435), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [188934] = 26, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [229865] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(3542), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3083), 1, - sym_of, - STATE(3221), 1, + STATE(3629), 1, sym__pre_tuning, - STATE(3344), 1, - sym_where_clause, - STATE(3370), 1, + STATE(3849), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(3853), 1, + sym_where_clause, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3729), 1, + STATE(4293), 1, aux_sym_for_phrase_repeat2, - STATE(4312), 1, + STATE(4907), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5217), 1, + STATE(5744), 1, aux_sym_for_statement_repeat1, - STATE(5931), 1, + STATE(6969), 1, sym_body, - STATE(2727), 2, + STATE(3436), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [189022] = 6, - ACTIONS(3), 1, + [229947] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2728), 2, + ACTIONS(4777), 1, + sym__terminator, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3437), 2, sym_comment, sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [230011] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4779), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(142), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3438), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [230075] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4781), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3439), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -220799,28 +265416,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - [189070] = 7, + [230139] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4003), 1, - aux_sym_function_call_token1, - STATE(2729), 2, - sym_comment, - sym_include, - ACTIONS(166), 3, - sym__namecolon, + ACTIONS(4783), 1, + sym_identifier, + STATE(3717), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(168), 26, + STATE(3440), 2, + sym_comment, + sym_include, + ACTIONS(1501), 24, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_EQ, @@ -220842,110 +265456,144 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [189120] = 25, + [230189] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3053), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(3542), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3314), 1, - sym_of, - STATE(3388), 1, + STATE(3640), 1, sym__pre_tuning, - STATE(3456), 1, - aux_sym_for_phrase_repeat1, - STATE(3459), 1, + STATE(3784), 1, sym_where_clause, - STATE(3551), 1, + STATE(3788), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4072), 1, + STATE(4364), 1, aux_sym_for_phrase_repeat2, - STATE(4474), 1, + STATE(4964), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - ACTIONS(4005), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(2730), 2, + STATE(6025), 1, + aux_sym_for_statement_repeat1, + STATE(6767), 1, + sym_body, + STATE(3441), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [189206] = 17, + [230271] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4786), 1, + sym_identifier, + STATE(3628), 1, + sym_qualified_name, + ACTIONS(1503), 2, + sym__or_operator, + sym__and_operator, + STATE(3442), 2, + sym_comment, + sym_include, + ACTIONS(1501), 24, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [230321] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(4007), 1, + ACTIONS(4789), 1, anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + STATE(713), 1, sym__comparison_operator, - STATE(5568), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2731), 2, + STATE(3443), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220959,29 +265607,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [189276] = 8, + [230385] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2759), 1, - sym__namecolon, - STATE(2377), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2732), 2, + STATE(3444), 2, sym_comment, sym_include, - ACTIONS(100), 26, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(170), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -221003,27 +265647,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [189328] = 6, + [230431] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2733), 2, + ACTIONS(224), 2, + sym__or_operator, + sym__and_operator, + STATE(3445), 2, sym_comment, sym_include, - ACTIONS(109), 3, - sym__namecolon, + ACTIONS(226), 26, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [230477] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - ACTIONS(111), 27, + STATE(3446), 2, + sym_comment, + sym_include, + ACTIONS(160), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -221043,48 +265724,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [189376] = 17, + [230523] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4009), 1, - aux_sym_when_expression_token1, - ACTIONS(4011), 1, - aux_sym_output_stream_statement_token1, - STATE(487), 1, + ACTIONS(4791), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(488), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(723), 1, sym__additive_operator, - STATE(490), 1, + STATE(735), 1, sym__logical_operator, - STATE(6076), 1, - sym_when_expression, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2734), 2, + STATE(3447), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221098,44 +265776,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [189446] = 15, + [230587] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(4793), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(723), 1, sym__additive_operator, - STATE(1017), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2735), 2, + STATE(3448), 2, sym_comment, sym_include, - ACTIONS(4013), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221149,21 +265825,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [189512] = 8, + [230651] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2716), 1, - sym__namecolon, - STATE(1688), 1, - aux_sym_object_access_repeat1, ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2736), 2, + STATE(3449), 2, sym_comment, sym_include, ACTIONS(73), 26, @@ -221171,6 +265843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -221192,92 +265865,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [189564] = 26, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3033), 1, - sym_of, - STATE(3235), 1, - sym__pre_tuning, - STATE(3335), 1, - aux_sym_for_phrase_repeat1, - STATE(3436), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3773), 1, - aux_sym_for_phrase_repeat2, - STATE(4318), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5098), 1, - aux_sym_for_statement_repeat1, - STATE(5950), 1, - sym_body, - STATE(2737), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [189652] = 8, + [230697] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4015), 1, - sym_identifier, - STATE(2878), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(2738), 2, + STATE(3450), 2, sym_comment, sym_include, - ACTIONS(1408), 26, + ACTIONS(246), 26, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -221296,32 +265903,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [189704] = 9, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [230743] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4018), 1, - sym_identifier, - ACTIONS(4021), 1, - aux_sym_input_expression_token2, - STATE(2901), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - STATE(2739), 2, + STATE(3451), 2, sym_comment, sym_include, - ACTIONS(1373), 25, + ACTIONS(186), 26, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -221341,31 +265942,126 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [189758] = 8, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [230789] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4795), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3452), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [230853] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4797), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3453), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [230917] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2716), 1, - sym__namecolon, - STATE(1688), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - STATE(2740), 2, + STATE(3454), 2, sym_comment, sym_include, - ACTIONS(89), 26, + ACTIONS(226), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -221387,25 +266083,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [189810] = 8, + [230963] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2712), 1, - anon_sym_LPAREN, - STATE(2729), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(2741), 2, + STATE(3455), 2, sym_comment, sym_include, - ACTIONS(89), 26, + ACTIONS(246), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -221432,26 +266123,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [189862] = 6, + [231009] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4799), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3456), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [231073] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2742), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 27, + STATE(3457), 2, + sym_comment, + sym_include, + ACTIONS(73), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -221474,24 +266212,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [189910] = 8, + [231119] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4801), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3458), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [231183] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2714), 1, + ACTIONS(4803), 1, sym__namedot, - STATE(2666), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(132), 2, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(2743), 2, + STATE(3459), 2, sym_comment, sym_include, - ACTIONS(134), 26, + ACTIONS(160), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -221515,111 +266300,191 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [189962] = 26, + [231231] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(4717), 1, + sym__terminator, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3460), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [231295] = 24, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(3542), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(2995), 1, - sym_of, - STATE(3265), 1, + STATE(3677), 1, sym__pre_tuning, - STATE(3379), 1, + STATE(3806), 1, aux_sym_for_phrase_repeat1, - STATE(3392), 1, + STATE(3809), 1, sym_where_clause, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3777), 1, + STATE(4346), 1, aux_sym_for_phrase_repeat2, - STATE(4322), 1, + STATE(4990), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5144), 1, + STATE(6036), 1, aux_sym_for_statement_repeat1, - STATE(6468), 1, + STATE(6924), 1, sym_body, - STATE(2744), 2, + STATE(3461), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [190050] = 17, + [231377] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(4024), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(3742), 1, + aux_sym_variable_definition_token4, + STATE(3462), 2, + sym_comment, + sym_include, + ACTIONS(4805), 27, + aux_sym_temp_table_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + aux_sym_argument_mode_token3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_property_definition_token1, + aux_sym_event_definition_token1, + aux_sym_stream_definition_token1, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + aux_sym_button_definition_token1, + [231423] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4807), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(5854), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2745), 2, + STATE(3463), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221633,46 +266498,99 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190120] = 17, + [231487] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(4026), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3689), 1, + sym__pre_tuning, + STATE(3810), 1, + aux_sym_for_phrase_repeat1, + STATE(3812), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4343), 1, + aux_sym_for_phrase_repeat2, + STATE(4963), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5974), 1, + aux_sym_for_statement_repeat1, + STATE(7204), 1, + sym_body, + STATE(3464), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231569] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(672), 1, sym__comparison_operator, - STATE(5656), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2746), 2, + STATE(3465), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + aux_sym_else_statement_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221686,24 +266604,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190190] = 8, + [231631] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2698), 1, - sym__namedot, - STATE(2761), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - STATE(2747), 2, + STATE(3466), 2, sym_comment, sym_include, - ACTIONS(115), 26, + ACTIONS(222), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -221730,43 +266644,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [190242] = 14, + [231677] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(1342), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(674), 1, sym__additive_operator, - STATE(1017), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2748), 2, + STATE(3467), 2, sym_comment, sym_include, - ACTIONS(248), 5, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221780,39 +266693,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190306] = 8, - ACTIONS(3), 1, + [231741] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2726), 1, - sym__namecolon, - STATE(2462), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(1346), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2749), 2, - sym_comment, - sym_include, - ACTIONS(100), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3468), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -221823,29 +266742,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [190358] = 6, + [231805] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2750), 2, - sym_comment, - sym_include, - ACTIONS(109), 3, - sym__namecolon, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(111), 27, + STATE(3469), 2, + sym_comment, + sym_include, + ACTIONS(89), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -221865,28 +266780,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [190406] = 6, + [231851] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2751), 2, - sym_comment, - sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - ACTIONS(158), 27, + STATE(3470), 2, + sym_comment, + sym_include, + ACTIONS(250), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -221905,49 +266820,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [190454] = 17, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [231897] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(4028), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(4809), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(5574), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2752), 2, + STATE(3471), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221961,46 +266871,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190524] = 17, + [231961] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4011), 1, - sym__terminator, - ACTIONS(4030), 1, - aux_sym_when_expression_token1, - STATE(939), 1, + ACTIONS(4811), 1, + anon_sym_LPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(940), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(723), 1, sym__additive_operator, - STATE(942), 1, + STATE(735), 1, sym__logical_operator, - STATE(6076), 1, - sym_when_expression, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2753), 2, + STATE(3472), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222014,46 +266920,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190594] = 17, + [232025] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(4032), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(1350), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(5599), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2754), 2, + STATE(3473), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222067,77 +266969,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190664] = 6, - ACTIONS(3), 1, + [232089] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(224), 2, - sym__or_operator, - sym__and_operator, - STATE(2755), 2, - sym_comment, - sym_include, - ACTIONS(226), 28, + ACTIONS(1322), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [190712] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2756), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3474), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -222148,47 +267018,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [190760] = 15, + [232153] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(1314), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(674), 1, sym__additive_operator, - STATE(1017), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2757), 2, + STATE(3475), 2, sym_comment, sym_include, - ACTIONS(1183), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222202,46 +267067,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190826] = 17, + [232217] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(4034), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(1318), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(5660), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2758), 2, + STATE(3476), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222255,44 +267116,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190896] = 15, + [232281] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(1330), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(674), 1, sym__additive_operator, - STATE(1017), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2759), 2, + STATE(3477), 2, sym_comment, sym_include, - ACTIONS(1147), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222306,45 +267165,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [190962] = 15, + [232345] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + STATE(672), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(674), 1, sym__additive_operator, - STATE(1017), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1324), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2760), 2, + STATE(3478), 2, sym_comment, sym_include, - ACTIONS(1151), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(1326), 18, + sym__or_operator, + sym__and_operator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -222357,23 +267210,78 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191028] = 7, + aux_sym_else_statement_token1, + [232403] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3753), 1, + sym_of, + STATE(3883), 1, + sym__pre_tuning, + STATE(3904), 1, + sym_where_clause, + STATE(3908), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4662), 1, + aux_sym_for_phrase_repeat2, + STATE(5218), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(4551), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3479), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232483] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4036), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2761), 3, + STATE(3480), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 26, + ACTIONS(135), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -222400,34 +267308,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [191078] = 6, - ACTIONS(3), 1, + [232529] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(228), 2, + ACTIONS(4813), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2762), 2, - sym_comment, - sym_include, - ACTIONS(230), 28, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3481), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -222438,32 +267357,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [191126] = 8, + [232593] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2714), 1, - sym__namedot, - STATE(2666), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - STATE(2763), 2, + STATE(3482), 2, sym_comment, sym_include, - ACTIONS(126), 26, + ACTIONS(206), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -222485,36 +267397,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [191178] = 6, - ACTIONS(3), 1, + [232639] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2764), 2, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + STATE(3483), 2, sym_comment, sym_include, - ACTIONS(152), 3, - sym__namecolon, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 20, sym__or_operator, sym__and_operator, - ACTIONS(154), 27, - anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -222525,47 +267440,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [191226] = 15, + aux_sym_else_statement_token1, + [232693] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + STATE(672), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(674), 1, sym__additive_operator, - STATE(1017), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2765), 2, + STATE(3484), 2, sym_comment, sym_include, - ACTIONS(1159), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(1262), 3, + sym__or_operator, + sym__and_operator, + aux_sym_else_statement_token1, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222579,44 +267489,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191292] = 15, + [232755] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(1258), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(674), 1, sym__additive_operator, - STATE(1017), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2766), 2, + STATE(3485), 2, sym_comment, sym_include, - ACTIONS(1175), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222630,46 +267538,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191358] = 17, + [232819] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4039), 1, - anon_sym_COMMA, - ACTIONS(4041), 1, - aux_sym_of_phrase_token1, - STATE(737), 1, + ACTIONS(4815), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(5559), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2767), 2, + STATE(3486), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222683,88 +267587,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191428] = 17, + [232883] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4039), 1, - anon_sym_COMMA, - ACTIONS(4043), 1, - aux_sym_of_phrase_token1, - STATE(737), 1, - sym__comparison_operator, - STATE(740), 1, + ACTIONS(4817), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, sym__multiplicative_operator, - STATE(5569), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2768), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [191498] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2769), 2, + STATE(3487), 2, sym_comment, sym_include, - ACTIONS(148), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(150), 27, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, + ACTIONS(2857), 13, anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -222775,47 +267636,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [191546] = 15, + [232947] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(4819), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(723), 1, sym__additive_operator, - STATE(1017), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2770), 2, + STATE(3488), 2, sym_comment, sym_include, - ACTIONS(1171), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222829,44 +267685,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191612] = 15, + [233011] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(4821), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(723), 1, sym__additive_operator, - STATE(1017), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2771), 2, + STATE(3489), 2, sym_comment, sym_include, - ACTIONS(1167), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222880,42 +267734,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191678] = 12, - ACTIONS(69), 1, + [233075] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1014), 1, - sym__comparison_operator, - STATE(1015), 1, - sym__multiplicative_operator, - STATE(1016), 1, - sym__additive_operator, - STATE(1017), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(2772), 2, + ACTIONS(4823), 1, + anon_sym_NO_DASHERROR, + STATE(3490), 2, sym_comment, sym_include, - ACTIONS(1163), 20, + ACTIONS(599), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - anon_sym_COMMA, + ACTIONS(601), 24, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -222926,143 +267774,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - [191738] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4047), 1, - sym__escaped_string, - STATE(2773), 2, - sym_comment, - sym_include, - ACTIONS(4045), 30, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_type_tuning_token1, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_tuning_token1, - aux_sym_index_definition_token1, - [191784] = 26, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(2977), 1, - sym_of, - STATE(3203), 1, - sym__pre_tuning, - STATE(3346), 1, - sym_where_clause, - STATE(3351), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3746), 1, - aux_sym_for_phrase_repeat2, - STATE(4298), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(6135), 1, - sym_body, - STATE(2774), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [191872] = 10, + [233123] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(4825), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(674), 1, sym__additive_operator, - STATE(1017), 1, + STATE(675), 1, sym__logical_operator, - STATE(2775), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 22, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3491), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -223075,37 +267824,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - [191928] = 6, - ACTIONS(3), 1, + [233187] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2776), 2, - sym_comment, - sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(4827), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(142), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3492), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -223116,46 +267873,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [191976] = 14, + [233251] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(4829), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(723), 1, sym__additive_operator, - STATE(1017), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2777), 2, + STATE(3493), 2, sym_comment, sym_include, - ACTIONS(1179), 5, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223169,44 +267922,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192040] = 15, + [233315] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1014), 1, + ACTIONS(4831), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(1015), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(1016), 1, + STATE(723), 1, sym__additive_operator, - STATE(1017), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2778), 2, + STATE(3494), 2, sym_comment, sym_include, - ACTIONS(1155), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223220,69 +267971,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192106] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4051), 1, - sym__escaped_string, - STATE(2779), 2, - sym_comment, - sym_include, - ACTIONS(4049), 30, - anon_sym_COLON, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_clause_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [192152] = 7, + [233379] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, - sym__namedot, - ACTIONS(160), 2, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - STATE(2780), 2, + STATE(3495), 2, sym_comment, sym_include, - ACTIONS(162), 27, + ACTIONS(194), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -223301,49 +268009,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [192202] = 17, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [233425] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(4055), 1, - anon_sym_RBRACK, - STATE(945), 1, + ACTIONS(4833), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + STATE(1057), 1, sym__comparison_operator, - STATE(5613), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1064), 2, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2781), 2, + STATE(3496), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223357,42 +268060,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192272] = 14, + [233489] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(4835), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(940), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(723), 1, sym__additive_operator, - STATE(942), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2782), 2, + STATE(3497), 2, sym_comment, sym_include, - ACTIONS(248), 4, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223406,43 +268109,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192335] = 15, + [233553] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4837), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(519), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(674), 1, sym__additive_operator, - STATE(521), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1175), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2783), 2, + STATE(3498), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223456,34 +268158,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192400] = 5, - ACTIONS(3), 1, + [233617] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2784), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4839), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 27, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3499), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -223494,24 +268207,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - anon_sym_NO_DASHERROR, - [192445] = 7, + [233681] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2734), 1, - sym__namedot, - STATE(2825), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, - sym__or_operator, - sym__and_operator, - STATE(2785), 2, + STATE(3500), 2, sym_comment, sym_include, - ACTIONS(115), 26, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -223538,34 +268246,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [192494] = 5, - ACTIONS(3), 1, + [233725] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2786), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4841), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 27, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3501), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -223576,28 +268295,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - anon_sym_NO_DASHERROR, - [192539] = 6, + [233789] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(2787), 2, + STATE(3502), 2, sym_comment, sym_include, - ACTIONS(162), 27, + ACTIONS(164), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(166), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -223616,24 +268334,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [192586] = 6, + aux_sym_scope_tuning_token1, + [233835] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2788), 2, - sym_comment, - sym_include, - ACTIONS(152), 3, - sym__namecolon, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - ACTIONS(154), 26, + STATE(3503), 2, + sym_comment, + sym_include, + ACTIONS(254), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -223660,37 +268375,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [192633] = 8, - ACTIONS(3), 1, + [233881] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(4843), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2789), 2, - sym_comment, - sym_include, - ACTIONS(1408), 25, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, - aux_sym__block_terminator_token1, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3504), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -223701,44 +268424,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [192684] = 14, + [233945] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, + ACTIONS(4845), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(673), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2790), 2, + STATE(3505), 2, sym_comment, sym_include, - ACTIONS(1179), 4, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223752,25 +268473,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192747] = 5, + [234009] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2791), 2, - sym_comment, - sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - ACTIONS(142), 27, + STATE(3506), 2, + sym_comment, + sym_include, + ACTIONS(178), 26, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -223790,36 +268511,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - anon_sym_NO_DASHERROR, - [192792] = 6, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [234055] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2792), 2, - sym_comment, - sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, + ACTIONS(4847), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(158), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3507), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -223830,39 +268562,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [192839] = 6, - ACTIONS(3), 1, + [234119] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(4057), 1, - aux_sym_function_call_token1, - STATE(2793), 2, - sym_comment, - sym_include, - ACTIONS(166), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4849), 1, + sym__terminator, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(168), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3508), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -223873,28 +268611,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [192886] = 6, + [234183] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4059), 1, - sym__namedoublecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2794), 3, + STATE(3509), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, ACTIONS(119), 26, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -223914,26 +268649,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [192933] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [234229] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2795), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 26, + STATE(3510), 2, + sym_comment, + sym_include, + ACTIONS(210), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -223955,88 +268691,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [192980] = 15, + [234275] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, + ACTIONS(4851), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(673), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1155), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2796), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [193045] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2738), 1, - sym__namedoublecolon, - STATE(2794), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, - sym__or_operator, - sym__and_operator, - STATE(2797), 2, + STATE(3511), 2, sym_comment, sym_include, - ACTIONS(138), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224047,22 +268740,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [193094] = 6, + [234339] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2798), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, + STATE(3512), 2, + sym_comment, + sym_include, + ACTIONS(182), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -224087,30 +268778,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [193141] = 8, + [234385] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2759), 1, - sym__namecolon, - STATE(2346), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - STATE(2799), 2, + STATE(3513), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(218), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -224130,27 +268818,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [193192] = 6, + [234431] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2800), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 26, + STATE(3514), 2, + sym_comment, + sym_include, + ACTIONS(230), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -224170,46 +268858,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - anon_sym_NO_DASHERROR, - [193239] = 15, + [234477] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, - sym__comparison_operator, - STATE(740), 1, + ACTIONS(4853), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4013), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - STATE(2801), 2, + STATE(3515), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224223,25 +268909,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193304] = 6, + [234541] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2802), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, + STATE(3516), 2, + sym_comment, + sym_include, + ACTIONS(198), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -224261,28 +268947,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - anon_sym_NO_DASHERROR, - [193351] = 6, + [234587] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2803), 2, - sym_comment, - sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - ACTIONS(142), 26, + STATE(3517), 2, + sym_comment, + sym_include, + ACTIONS(202), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -224302,31 +268987,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - anon_sym_NO_DASHERROR, - [193398] = 8, + [234633] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2759), 1, - sym__namecolon, - STATE(2346), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - STATE(2804), 2, + STATE(3518), 2, sym_comment, sym_include, - ACTIONS(89), 25, + ACTIONS(174), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -224346,30 +269027,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [193449] = 8, + [234679] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2755), 1, - anon_sym_LPAREN, - STATE(2923), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - STATE(2805), 2, + STATE(3519), 2, sym_comment, sym_include, - ACTIONS(89), 25, + ACTIONS(190), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -224389,37 +269067,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [193500] = 6, - ACTIONS(3), 1, + [234725] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2806), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(4855), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3520), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224430,39 +269118,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [193547] = 7, - ACTIONS(3), 1, + [234789] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2734), 1, - sym__namedot, - STATE(2785), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4857), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2807), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3521), 2, sym_comment, sym_include, - ACTIONS(126), 26, - anon_sym_SLASH, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [234853] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(4859), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3522), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224473,38 +269216,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [193596] = 8, - ACTIONS(3), 1, + [234917] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2757), 1, - sym__namedot, - STATE(2864), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(132), 2, + ACTIONS(4861), 1, + sym__terminator, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2808), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3523), 2, sym_comment, sym_include, - ACTIONS(134), 25, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [234981] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4863), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3524), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224515,28 +269314,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [193647] = 6, + [235045] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(228), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(4865), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - STATE(2809), 2, + STATE(3525), 2, sym_comment, sym_include, - ACTIONS(230), 27, + ACTIONS(1480), 23, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -224555,24 +269355,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [193694] = 6, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + [235097] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2810), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namecolon, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 26, + STATE(3526), 2, + sym_comment, + sym_include, + ACTIONS(160), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -224599,42 +269397,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [193741] = 14, + [235143] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, + ACTIONS(4867), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(673), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2811), 2, + STATE(3527), 2, sym_comment, sym_include, - ACTIONS(248), 4, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224648,44 +269446,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193804] = 16, + [235207] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4062), 1, - anon_sym_COLON, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(4869), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(5519), 1, - sym_case_body, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2812), 2, + STATE(3528), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224699,43 +269495,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193871] = 15, + [235271] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(4871), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(940), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(674), 1, sym__additive_operator, - STATE(942), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1155), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2813), 2, + STATE(3529), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224749,42 +269544,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193936] = 14, + [235335] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(4873), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(940), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(723), 1, sym__additive_operator, - STATE(942), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2814), 2, + STATE(3530), 2, sym_comment, sym_include, - ACTIONS(1179), 4, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224798,35 +269593,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193999] = 6, - ACTIONS(3), 1, + [235399] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2815), 2, - sym_comment, - sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(4875), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(142), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3531), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224837,37 +269642,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - [194046] = 6, - ACTIONS(3), 1, + [235463] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2816), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(4877), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3532), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224878,39 +269691,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - [194093] = 8, - ACTIONS(3), 1, + [235527] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4064), 1, - sym_identifier, - STATE(3067), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(4879), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2817), 2, - sym_comment, - sym_include, - ACTIONS(1408), 25, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3533), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224921,37 +269740,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [194144] = 6, - ACTIONS(3), 1, + [235591] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2818), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, + ACTIONS(4881), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(130), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3534), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -224962,38 +269789,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - [194191] = 8, - ACTIONS(3), 1, + [235655] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(1258), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2819), 2, - sym_comment, - sym_include, - ACTIONS(1408), 25, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3535), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225004,39 +269838,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [194242] = 8, - ACTIONS(3), 1, + [235719] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4067), 1, - sym_identifier, - STATE(3117), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(4883), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2820), 2, - sym_comment, - sym_include, - ACTIONS(1408), 25, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3536), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225047,40 +269887,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [194293] = 7, - ACTIONS(3), 1, + [235783] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4070), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(4885), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2821), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3537), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225091,39 +269936,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [194342] = 10, + [235847] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(4887), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(940), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(723), 1, sym__additive_operator, - STATE(942), 1, + STATE(735), 1, sym__logical_operator, - STATE(2822), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 21, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3538), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -225136,38 +269985,102 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - [194397] = 7, - ACTIONS(3), 1, + [235911] = 24, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2734), 1, - sym__namedot, - STATE(2785), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(132), 2, - sym__or_operator, - sym__and_operator, - STATE(2823), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3684), 1, + sym__pre_tuning, + STATE(3870), 1, + sym_where_clause, + STATE(3889), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4299), 1, + aux_sym_for_phrase_repeat2, + STATE(4971), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6044), 1, + aux_sym_for_statement_repeat1, + STATE(7141), 1, + sym_body, + STATE(3539), 2, sym_comment, sym_include, - ACTIONS(134), 26, - anon_sym_SLASH, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [235993] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3540), 2, + sym_comment, + sym_include, + ACTIONS(1262), 3, + sym__or_operator, + sym__and_operator, + aux_sym_output_stream_statement_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225178,39 +270091,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [194446] = 8, - ACTIONS(3), 1, + [236055] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(4073), 1, - sym_identifier, - ACTIONS(4076), 1, - aux_sym_input_expression_token2, - STATE(3277), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4889), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2824), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3541), 2, sym_comment, sym_include, - ACTIONS(1373), 25, - anon_sym_SLASH, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [236119] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4891), 1, + sym__terminator, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3542), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225221,28 +270189,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [194497] = 6, + [236183] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4078), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - STATE(2825), 3, + STATE(3543), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 26, + ACTIONS(238), 26, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -225262,41 +270226,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [194544] = 12, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [236229] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(4893), 1, + anon_sym_LPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(940), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(723), 1, sym__additive_operator, - STATE(942), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2826), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3544), 2, sym_comment, sym_include, - ACTIONS(1163), 19, - sym__or_operator, - sym__and_operator, - sym__terminator, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -225309,38 +270278,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - [194603] = 7, - ACTIONS(3), 1, + [236293] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2732), 1, - anon_sym_LPAREN, - STATE(2793), 1, - sym_function_arguments, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(2827), 2, - sym_comment, - sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3545), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + aux_sym_if_statement_token2, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225351,38 +270326,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [194652] = 7, - ACTIONS(3), 1, + [236355] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2736), 1, - sym__namecolon, - STATE(2172), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1342), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2828), 2, - sym_comment, - sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3546), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225393,44 +270375,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [194701] = 15, + [236419] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(1346), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, sym__comparison_operator, - STATE(940), 1, + STATE(1061), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(1062), 1, sym__additive_operator, - STATE(942), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1167), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2829), 2, + STATE(3547), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225444,43 +270424,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194766] = 15, + [236483] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(1350), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, sym__comparison_operator, - STATE(940), 1, + STATE(1061), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(1062), 1, sym__additive_operator, - STATE(942), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1171), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2830), 2, + STATE(3548), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225494,37 +270473,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194831] = 7, - ACTIONS(3), 1, + [236547] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4081), 1, - anon_sym_NO_DASHERROR, - STATE(2831), 2, - sym_comment, - sym_include, - ACTIONS(398), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(400), 25, + ACTIONS(1322), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3549), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225535,44 +270522,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [194880] = 15, + [236611] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(4895), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(940), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(723), 1, sym__additive_operator, - STATE(942), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1159), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2832), 2, + STATE(3550), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225586,34 +270571,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194945] = 6, - ACTIONS(3), 1, + [236675] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(240), 2, + ACTIONS(4897), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2833), 2, - sym_comment, - sym_include, - ACTIONS(242), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3551), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225624,46 +270620,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [194992] = 15, + [236739] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(1314), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, sym__comparison_operator, - STATE(940), 1, + STATE(1061), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(1062), 1, sym__additive_operator, - STATE(942), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1151), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2834), 2, + STATE(3552), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225677,35 +270669,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195057] = 6, - ACTIONS(3), 1, + [236803] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2835), 2, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + STATE(3553), 2, sym_comment, sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, + ACTIONS(1308), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1310), 20, sym__or_operator, sym__and_operator, - ACTIONS(158), 26, - anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225716,45 +270712,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [195104] = 15, + aux_sym_output_stream_statement_token1, + [236857] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(1318), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, sym__comparison_operator, - STATE(940), 1, + STATE(1061), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(1062), 1, sym__additive_operator, - STATE(942), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1147), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2836), 2, + STATE(3554), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225768,34 +270762,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195169] = 6, - ACTIONS(3), 1, + [236921] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(232), 2, - sym__or_operator, - sym__and_operator, - STATE(2837), 2, - sym_comment, - sym_include, - ACTIONS(234), 27, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, + aux_sym__multiplicative_operator_token1, + STATE(3555), 2, + sym_comment, + sym_include, + ACTIONS(1326), 18, + sym__or_operator, + sym__and_operator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225806,46 +270807,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [195216] = 15, + aux_sym_output_stream_statement_token1, + [236979] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4899), 1, + anon_sym_LPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(519), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(723), 1, sym__additive_operator, - STATE(521), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4083), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - STATE(2838), 2, + STATE(3556), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225859,37 +270857,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195281] = 8, - ACTIONS(3), 1, + [237043] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2757), 1, - sym__namedot, - STATE(2864), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(1330), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2839), 2, - sym_comment, - sym_include, - ACTIONS(126), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3557), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -225900,26 +270906,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [195332] = 8, + [237107] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2724), 1, + ACTIONS(4901), 1, sym__namedot, - STATE(2821), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(2840), 2, + STATE(3558), 2, sym_comment, sym_include, - ACTIONS(115), 25, + ACTIONS(160), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -225945,77 +270947,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [195383] = 5, - ACTIONS(3), 1, + [237155] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2841), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(130), 27, - anon_sym_SLASH, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + ACTIONS(4903), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - aux_sym_function_call_token1, - [195428] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2736), 1, - sym__namecolon, - STATE(2172), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2842), 2, - sym_comment, - sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3559), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -226026,37 +270996,99 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [195477] = 7, - ACTIONS(3), 1, + [237219] = 24, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4085), 1, - sym__namedot, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(2843), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3669), 1, + sym__pre_tuning, + STATE(3835), 1, + aux_sym_for_phrase_repeat1, + STATE(3844), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4324), 1, + aux_sym_for_phrase_repeat2, + STATE(4921), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6192), 1, + aux_sym_for_statement_repeat1, + STATE(7100), 1, + sym_body, + STATE(3560), 2, sym_comment, sym_include, - ACTIONS(162), 26, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [237301] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1324), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + aux_sym__multiplicative_operator_token1, + STATE(3561), 2, + sym_comment, + sym_include, + ACTIONS(1326), 18, + sym__or_operator, + sym__and_operator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -226067,45 +271099,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [195526] = 15, + aux_sym_if_statement_token2, + [237359] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4905), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(519), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(723), 1, sym__additive_operator, - STATE(521), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1155), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2844), 2, + STATE(3562), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -226119,43 +271149,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195591] = 15, + [237423] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, sym__comparison_operator, - STATE(940), 1, + STATE(1061), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(1062), 1, sym__additive_operator, - STATE(942), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1183), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2845), 2, + STATE(3563), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1262), 3, + sym__or_operator, + sym__and_operator, + aux_sym_if_statement_token2, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -226169,35 +271197,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195656] = 6, - ACTIONS(3), 1, + [237485] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(2846), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(4907), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3564), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -226208,36 +271246,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [195703] = 5, - ACTIONS(3), 1, + [237549] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2847), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1258), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 27, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3565), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -226248,26 +271295,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - aux_sym_function_call_token1, - [195748] = 8, + [237613] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2726), 1, - sym__namecolon, - STATE(2428), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - STATE(2848), 2, + STATE(3566), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(242), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -226292,75 +271333,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [195799] = 14, - ACTIONS(69), 1, + [237659] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(517), 1, - sym__comparison_operator, - STATE(519), 1, - sym__multiplicative_operator, - STATE(520), 1, - sym__additive_operator, - STATE(521), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2849), 2, - sym_comment, - sym_include, - ACTIONS(1179), 4, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [195862] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2850), 2, + STATE(3567), 2, sym_comment, sym_include, - ACTIONS(140), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(142), 27, + ACTIONS(186), 26, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -226380,23 +271373,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - aux_sym_function_call_token1, - [195907] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [237705] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2851), 2, + STATE(3568), 2, sym_comment, sym_include, - ACTIONS(140), 3, - sym__namecolon, + ACTIONS(168), 3, + sym__namedoublecolon, sym__or_operator, sym__and_operator, - ACTIONS(142), 26, + ACTIONS(170), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -226422,41 +271415,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [195954] = 12, + [237751] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, + ACTIONS(4909), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(718), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2852), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3569), 2, sym_comment, sym_include, - ACTIONS(1163), 19, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -226469,39 +271464,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_of_phrase_token1, - [196013] = 10, + [237815] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, + ACTIONS(4911), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(2853), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 21, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3570), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -226514,39 +271513,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_of_phrase_token1, - [196068] = 10, + [237879] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4913), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(519), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(674), 1, sym__additive_operator, - STATE(521), 1, + STATE(675), 1, sym__logical_operator, - STATE(2854), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 21, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3571), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -226559,41 +271562,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_on_error_phrase_token1, - [196123] = 12, + [237943] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4915), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(519), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(674), 1, sym__additive_operator, - STATE(521), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2855), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3572), 2, sym_comment, sym_include, - ACTIONS(1163), 19, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -226606,44 +271611,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_on_error_phrase_token1, - [196182] = 15, + [238007] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4917), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(519), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(674), 1, sym__additive_operator, - STATE(521), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1167), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2856), 2, + STATE(3573), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -226657,43 +271660,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196247] = 15, + [238071] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, - sym__comparison_operator, - STATE(519), 1, - sym__multiplicative_operator, - STATE(520), 1, - sym__additive_operator, - STATE(521), 1, + ACTIONS(1330), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1171), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2857), 2, + STATE(3574), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -226707,24 +271709,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196312] = 8, + [238135] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2761), 1, - sym__namedoublecolon, - STATE(2888), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(2858), 2, + STATE(3575), 2, sym_comment, sym_include, - ACTIONS(138), 25, + ACTIONS(234), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -226748,95 +271746,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [196363] = 15, + [238181] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, - sym__comparison_operator, - STATE(519), 1, - sym__multiplicative_operator, - STATE(520), 1, - sym__additive_operator, - STATE(521), 1, + ACTIONS(1318), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1151), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2859), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [196428] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(517), 1, - sym__comparison_operator, - STATE(519), 1, - sym__multiplicative_operator, - STATE(520), 1, + STATE(689), 1, sym__additive_operator, - STATE(521), 1, - sym__logical_operator, - ACTIONS(1064), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1147), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2860), 2, + STATE(3576), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -226850,24 +271798,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196493] = 8, + [238245] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2726), 1, - sym__namecolon, - STATE(2428), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(2861), 2, + STATE(3577), 2, sym_comment, sym_include, - ACTIONS(89), 25, + ACTIONS(234), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -226892,38 +271836,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [196544] = 7, - ACTIONS(3), 1, + [238291] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4087), 1, - aux_sym_function_call_token1, - STATE(2862), 2, - sym_comment, - sym_include, - ACTIONS(166), 3, - sym__namecolon, + ACTIONS(4919), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(168), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3578), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -226934,88 +271887,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [196593] = 15, + [238355] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, - sym__comparison_operator, - STATE(740), 1, + ACTIONS(1314), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, sym__logical_operator, - STATE(741), 1, + STATE(689), 1, sym__additive_operator, - STATE(742), 1, + STATE(690), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1167), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2863), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [196658] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2757), 1, - sym__namedot, - STATE(2929), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, - sym__or_operator, - sym__and_operator, - STATE(2864), 2, + STATE(3579), 2, sym_comment, sym_include, - ACTIONS(115), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227026,45 +271936,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [196709] = 15, + [238419] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4921), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(519), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(674), 1, sym__additive_operator, - STATE(521), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1183), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2865), 2, + STATE(3580), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227078,42 +271985,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196774] = 14, + [238483] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(517), 1, + ACTIONS(4923), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(519), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(520), 1, + STATE(674), 1, sym__additive_operator, - STATE(521), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2866), 2, + STATE(3581), 2, sym_comment, sym_include, - ACTIONS(248), 4, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227127,81 +272034,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196837] = 8, - ACTIONS(3), 1, + [238547] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2722), 1, - anon_sym_LPAREN, - STATE(2862), 1, - sym_function_arguments, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(2867), 2, - sym_comment, - sym_include, - ACTIONS(89), 25, + ACTIONS(1322), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [196888] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4089), 1, - sym_identifier, - ACTIONS(4092), 1, - aux_sym_input_expression_token2, - STATE(3257), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2868), 2, - sym_comment, - sym_include, - ACTIONS(1373), 24, - anon_sym_SLASH, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3582), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227212,77 +272083,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [196941] = 6, - ACTIONS(3), 1, + [238611] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(216), 2, - sym__or_operator, - sym__and_operator, - STATE(2869), 2, - sym_comment, - sym_include, - ACTIONS(218), 27, + ACTIONS(1350), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [196988] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(212), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2870), 2, - sym_comment, - sym_include, - ACTIONS(214), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3583), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227293,78 +272132,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197035] = 6, - ACTIONS(3), 1, + [238675] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(208), 2, - sym__or_operator, - sym__and_operator, - STATE(2871), 2, - sym_comment, - sym_include, - ACTIONS(210), 27, + ACTIONS(4925), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197082] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(204), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2872), 2, - sym_comment, - sym_include, - ACTIONS(206), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3584), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227375,45 +272181,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197129] = 14, + [238739] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, - sym__comparison_operator, - STATE(488), 1, - sym__multiplicative_operator, - STATE(489), 1, - sym__additive_operator, - STATE(490), 1, + ACTIONS(1346), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, sym__logical_operator, - ACTIONS(1064), 2, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2873), 2, + STATE(3585), 2, sym_comment, sym_include, - ACTIONS(248), 4, - sym__or_operator, - sym__and_operator, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227427,34 +272230,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197192] = 6, - ACTIONS(3), 1, + [238803] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(200), 2, + ACTIONS(1342), 1, + aux_sym_output_stream_statement_token1, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2874), 2, - sym_comment, - sym_include, - ACTIONS(202), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3586), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227465,29 +272279,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197239] = 6, + [238867] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(196), 2, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - STATE(2875), 2, + STATE(3587), 2, sym_comment, sym_include, - ACTIONS(198), 27, + ACTIONS(214), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -227506,37 +272317,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197286] = 6, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [238913] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(192), 2, + ACTIONS(4927), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2876), 2, - sym_comment, - sym_include, - ACTIONS(194), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3588), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227547,29 +272368,84 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197333] = 6, + [238977] = 24, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3701), 1, + sym__pre_tuning, + STATE(3785), 1, + aux_sym_for_phrase_repeat1, + STATE(3790), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4303), 1, + aux_sym_for_phrase_repeat2, + STATE(4966), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5874), 1, + aux_sym_for_statement_repeat1, + STATE(7021), 1, + sym_body, + STATE(3589), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [239059] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(184), 2, - sym__or_operator, - sym__and_operator, - STATE(2877), 2, + STATE(3590), 2, sym_comment, sym_include, - ACTIONS(186), 27, + ACTIONS(154), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(156), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -227588,37 +272464,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197380] = 6, - ACTIONS(3), 1, + aux_sym_include_argument_token1, + [239103] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(2878), 2, - sym_comment, - sym_include, - ACTIONS(126), 27, + STATE(664), 1, + sym__logical_operator, + STATE(689), 1, + sym__additive_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__comparison_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3591), 2, + sym_comment, + sym_include, + ACTIONS(248), 3, + sym__or_operator, + sym__and_operator, + aux_sym_output_stream_statement_token1, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227629,42 +272513,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197427] = 9, - ACTIONS(3), 1, + [239165] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4094), 1, - sym_identifier, - ACTIONS(4097), 1, - aux_sym_input_expression_token2, - STATE(3209), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(4929), 1, + sym__terminator, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2879), 2, + ACTIONS(2855), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3592), 2, sym_comment, sym_include, - ACTIONS(1373), 24, + ACTIONS(2857), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [239229] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4931), 1, + anon_sym_LPAREN, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3593), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227675,44 +272611,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [197480] = 15, + [239293] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4933), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(488), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(723), 1, sym__additive_operator, - STATE(490), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1183), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2880), 2, + STATE(3594), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227726,43 +272660,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197545] = 15, + [239357] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4935), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(488), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(674), 1, sym__additive_operator, - STATE(490), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1147), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2881), 2, + STATE(3595), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227776,26 +272709,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197610] = 6, + [239421] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(180), 2, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - STATE(2882), 2, + STATE(3596), 2, sym_comment, sym_include, - ACTIONS(182), 27, + ACTIONS(214), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -227814,29 +272746,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197657] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [239467] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(188), 2, + ACTIONS(4937), 1, + sym__namedot, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(2883), 2, + STATE(3597), 2, sym_comment, sym_include, - ACTIONS(190), 27, + ACTIONS(160), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -227855,28 +272788,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [197704] = 6, + aux_sym_include_argument_token1, + [239513] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2884), 2, + ACTIONS(1730), 1, + sym__escaped_string, + STATE(3598), 2, sym_comment, sym_include, - ACTIONS(148), 3, - sym__namecolon, + ACTIONS(1726), 28, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + aux_sym_function_call_argument_token3, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [239557] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 26, + STATE(3599), 2, + sym_comment, + sym_include, + ACTIONS(238), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -227898,44 +272868,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [197751] = 15, + [239603] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, - sym__comparison_operator, - STATE(740), 1, + ACTIONS(4939), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1171), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2885), 2, + STATE(3600), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227949,38 +272917,102 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197816] = 8, - ACTIONS(3), 1, + [239667] = 23, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2724), 1, - sym__namedot, - STATE(2840), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(132), 2, - sym__or_operator, - sym__and_operator, - STATE(2886), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3759), 1, + sym_of, + STATE(3838), 1, + sym__pre_tuning, + STATE(3901), 1, + aux_sym_for_phrase_repeat1, + STATE(3910), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4620), 1, + aux_sym_for_phrase_repeat2, + STATE(5205), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(4563), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3601), 2, sym_comment, sym_include, - ACTIONS(134), 25, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [239747] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4941), 1, + aux_sym_if_statement_token2, + STATE(1014), 1, + sym__logical_operator, + STATE(1057), 1, + sym__comparison_operator, + STATE(1061), 1, + sym__multiplicative_operator, + STATE(1062), 1, + sym__additive_operator, + ACTIONS(1119), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3602), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -227991,44 +273023,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [197867] = 15, + [239811] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(939), 1, + ACTIONS(4943), 1, + anon_sym_LPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(940), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(941), 1, + STATE(723), 1, sym__additive_operator, - STATE(942), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1175), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2887), 2, + STATE(3603), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228042,36 +273072,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197932] = 7, - ACTIONS(3), 1, + [239875] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4099), 1, - sym__namedoublecolon, - ACTIONS(117), 2, + ACTIONS(4945), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2888), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3604), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -228082,45 +273121,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [197981] = 15, + [239939] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4947), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(488), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(674), 1, sym__additive_operator, - STATE(490), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1155), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2889), 2, + STATE(3605), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228134,34 +273170,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198046] = 6, - ACTIONS(3), 1, + [240003] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(224), 2, + ACTIONS(4949), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2890), 2, - sym_comment, - sym_include, - ACTIONS(226), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3606), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -228172,46 +273219,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [198093] = 15, + [240067] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4951), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(488), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(723), 1, sym__additive_operator, - STATE(490), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1151), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2891), 2, + STATE(3607), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228225,43 +273268,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198158] = 15, + [240131] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4953), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(488), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(674), 1, sym__additive_operator, - STATE(490), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1159), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2892), 2, + STATE(3608), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228275,43 +273317,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198223] = 15, + [240195] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4955), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(488), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(723), 1, sym__additive_operator, - STATE(490), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1175), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2893), 2, + STATE(3609), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228325,44 +273366,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198288] = 16, + [240259] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4062), 1, - anon_sym_COLON, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, + ACTIONS(4957), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(5731), 1, - sym_case_body, - ACTIONS(1064), 2, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2894), 2, + STATE(3610), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228376,26 +273415,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198355] = 6, + [240323] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(244), 2, - sym__or_operator, - sym__and_operator, - STATE(2895), 2, + STATE(3611), 2, sym_comment, sym_include, - ACTIONS(246), 27, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(170), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -228414,76 +273453,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [198402] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(737), 1, - sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, - sym__multiplicative_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1175), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2896), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [198467] = 7, + aux_sym_include_argument_token1, + [240367] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4102), 1, - sym__namedoublecolon, - ACTIONS(117), 2, - sym__or_operator, - sym__and_operator, - STATE(2897), 3, + STATE(3612), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(119), 25, + ACTIONS(154), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(156), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -228509,43 +273494,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [198516] = 15, + [240413] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4959), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(488), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(674), 1, sym__additive_operator, - STATE(490), 1, + STATE(675), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1171), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2898), 2, + STATE(3613), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228559,36 +273543,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198581] = 6, - ACTIONS(3), 1, + [240477] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(4105), 1, - anon_sym_NO_DASHERROR, - STATE(2899), 2, - sym_comment, - sym_include, - ACTIONS(398), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4961), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(400), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3614), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -228599,35 +273592,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [198628] = 6, - ACTIONS(3), 1, + [240541] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(236), 2, + ACTIONS(4963), 1, + anon_sym_RBRACK, + STATE(713), 1, + sym__comparison_operator, + STATE(718), 1, + sym__multiplicative_operator, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2900), 2, - sym_comment, - sym_include, - ACTIONS(238), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3615), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -228638,37 +273641,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [198675] = 6, - ACTIONS(3), 1, + [240605] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(132), 2, + ACTIONS(4965), 1, + aux_sym_else_statement_token1, + STATE(672), 1, + sym__comparison_operator, + STATE(673), 1, + sym__multiplicative_operator, + STATE(674), 1, + sym__additive_operator, + STATE(675), 1, + sym__logical_operator, + ACTIONS(1119), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - STATE(2901), 2, - sym_comment, - sym_include, - ACTIONS(134), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, + STATE(3616), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -228679,46 +273690,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [198722] = 15, + [240669] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4967), 1, + sym__terminator, + STATE(713), 1, sym__comparison_operator, - STATE(488), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(723), 1, sym__additive_operator, - STATE(490), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1167), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2902), 2, + STATE(3617), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228732,43 +273739,100 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198787] = 15, + [240733] = 24, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3676), 1, + sym__pre_tuning, + STATE(3829), 1, + sym_where_clause, + STATE(3856), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4288), 1, + aux_sym_for_phrase_repeat2, + STATE(4952), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5954), 1, + aux_sym_for_statement_repeat1, + STATE(7042), 1, + sym_body, + STATE(3618), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [240815] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, + ACTIONS(4969), 1, + anon_sym_RBRACK, + STATE(713), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(718), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1159), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2903), 2, + STATE(3619), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228782,39 +273846,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198852] = 12, + [240879] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4971), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(488), 1, + STATE(718), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(723), 1, sym__additive_operator, - STATE(490), 1, + STATE(735), 1, sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2427), 2, + ACTIONS(1127), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2904), 2, + ACTIONS(2859), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(3620), 2, sym_comment, sym_include, - ACTIONS(1163), 19, - sym__or_operator, - sym__and_operator, + ACTIONS(2857), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -228827,39 +273895,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - [198911] = 10, + [240943] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(487), 1, + ACTIONS(4973), 1, + aux_sym_else_statement_token1, + STATE(672), 1, sym__comparison_operator, - STATE(488), 1, + STATE(673), 1, sym__multiplicative_operator, - STATE(489), 1, + STATE(674), 1, sym__additive_operator, - STATE(490), 1, + STATE(675), 1, sym__logical_operator, - STATE(2905), 2, - sym_comment, - sym_include, - ACTIONS(1185), 4, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1187), 21, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, + ACTIONS(2855), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(3621), 2, + sym_comment, + sym_include, + ACTIONS(2857), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -228872,25 +273944,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - [198966] = 7, + [241007] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4107), 1, - anon_sym_NO_DASHERROR, - STATE(2906), 2, + STATE(3622), 2, sym_comment, sym_include, - ACTIONS(398), 3, + ACTIONS(164), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(400), 25, + ACTIONS(166), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -228914,45 +273982,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [199015] = 15, + anon_sym_NO_DASHERROR, + [241053] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(737), 1, + ACTIONS(4975), 1, + anon_sym_RPAREN, + STATE(713), 1, sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, + STATE(718), 1, sym__multiplicative_operator, - ACTIONS(1064), 2, + STATE(723), 1, + sym__additive_operator, + STATE(735), 1, + sym__logical_operator, + ACTIONS(1119), 2, anon_sym_SLASH, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, + ACTIONS(1121), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1127), 2, sym__or_operator, sym__and_operator, - ACTIONS(1151), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, + ACTIONS(2855), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + ACTIONS(2859), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2907), 2, + STATE(3623), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(2857), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228966,46 +274033,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199080] = 15, - ACTIONS(69), 1, + [241117] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(737), 1, - sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, - sym__multiplicative_operator, - ACTIONS(1064), 2, + ACTIONS(236), 2, + sym__or_operator, + sym__and_operator, + STATE(3624), 2, + sym_comment, + sym_include, + ACTIONS(238), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, anon_sym_GT, - ACTIONS(1072), 2, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_include_argument_token1, + [241160] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - ACTIONS(1147), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2908), 2, + STATE(3625), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(250), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -229016,74 +274109,81 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199145] = 10, + aux_sym_scope_tuning_token1, + [241205] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4111), 1, - anon_sym_LT, - ACTIONS(4113), 1, - aux_sym_variable_tuning_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3374), 1, - sym_generic_expression, - STATE(2909), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3829), 1, + sym_where_clause, + STATE(3856), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4288), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4952), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5954), 1, + aux_sym_for_statement_repeat1, + STATE(7042), 1, + sym_body, + STATE(3626), 2, sym_comment, sym_include, - ACTIONS(4109), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [199200] = 8, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [241284] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2724), 1, - sym__namedot, - STATE(2840), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - STATE(2910), 2, + STATE(3627), 2, sym_comment, sym_include, - ACTIONS(126), 25, + ACTIONS(238), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -229104,25 +274204,121 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [199251] = 6, + anon_sym_NO_DASHERROR, + [241329] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2911), 2, + ACTIONS(117), 2, + sym__or_operator, + sym__and_operator, + STATE(3628), 2, sym_comment, sym_include, - ACTIONS(152), 3, - sym__namecolon, + ACTIONS(119), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [241374] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3826), 1, + aux_sym_for_phrase_repeat1, + STATE(3827), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4283), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4937), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6190), 1, + aux_sym_for_statement_repeat1, + STATE(6810), 1, + sym_body, + STATE(3629), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [241453] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - ACTIONS(154), 26, + STATE(3630), 2, + sym_comment, + sym_include, + ACTIONS(234), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -229142,48 +274338,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [199298] = 14, - ACTIONS(69), 1, + [241498] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(487), 1, - sym__comparison_operator, - STATE(488), 1, - sym__multiplicative_operator, - STATE(489), 1, - sym__additive_operator, - STATE(490), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(212), 2, + sym__or_operator, + sym__and_operator, + STATE(3631), 2, + sym_comment, + sym_include, + ACTIONS(214), 25, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2912), 2, - sym_comment, - sym_include, - ACTIONS(1179), 4, - sym__or_operator, - sym__and_operator, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -229194,26 +274376,86 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199361] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [241543] = 26, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(172), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3808), 1, + sym_preselect_phrase, + STATE(4252), 1, + sym_to_phrase, + STATE(4406), 1, + sym_while_phrase, + STATE(4414), 1, + aux_sym_do_block_repeat1, + STATE(5086), 1, + sym_stop_after_phrase, + STATE(5150), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7057), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3632), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [241628] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(2913), 2, + STATE(3633), 2, sym_comment, sym_include, - ACTIONS(174), 27, + ACTIONS(160), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -229232,29 +274474,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [199408] = 6, + aux_sym_include_argument_token1, + [241671] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(248), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - STATE(2914), 2, + STATE(3634), 2, sym_comment, sym_include, - ACTIONS(250), 27, + ACTIONS(242), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -229273,29 +274512,86 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [199455] = 6, + aux_sym_include_argument_token1, + [241714] = 26, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(87), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3805), 1, + sym_preselect_phrase, + STATE(4251), 1, + sym_to_phrase, + STATE(4386), 1, + sym_while_phrase, + STATE(4388), 1, + aux_sym_do_block_repeat1, + STATE(5087), 1, + aux_sym_repeat_statement_repeat1, + STATE(5200), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6919), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3635), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [241799] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - STATE(2915), 2, + STATE(3636), 2, sym_comment, sym_include, - ACTIONS(89), 27, + ACTIONS(178), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -229314,29 +274610,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [199502] = 6, + aux_sym_scope_tuning_token1, + [241844] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(67), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(2916), 2, + STATE(3637), 2, sym_comment, sym_include, - ACTIONS(73), 27, + ACTIONS(234), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -229355,29 +274648,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [199549] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [241889] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(220), 2, + ACTIONS(3072), 1, + sym_identifier, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + STATE(3638), 2, + sym_comment, + sym_include, + STATE(4376), 2, + sym_string_literal, + sym__type, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [241944] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - STATE(2917), 2, + STATE(3639), 2, sym_comment, sym_include, - ACTIONS(222), 27, + ACTIONS(254), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -229396,50 +274732,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [199596] = 16, + aux_sym_scope_tuning_token1, + [241989] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4062), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - STATE(5842), 1, - sym_case_body, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3832), 1, + aux_sym_for_phrase_repeat1, + STATE(3834), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4322), 1, + aux_sym_for_phrase_repeat2, + STATE(4930), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5782), 1, + aux_sym_for_statement_repeat1, + STATE(6718), 1, + sym_body, + STATE(3640), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [242068] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2918), 2, + STATE(3641), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(190), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -229450,46 +274826,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199663] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [242111] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4013), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - STATE(2919), 2, + STATE(3642), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(174), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -229500,26 +274864,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199728] = 6, + aux_sym_include_argument_token1, + [242154] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(252), 2, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - STATE(2920), 2, + STATE(3643), 2, sym_comment, sym_include, - ACTIONS(254), 27, + ACTIONS(202), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -229538,29 +274902,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [199775] = 6, + aux_sym_include_argument_token1, + [242197] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(176), 2, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - STATE(2921), 2, + STATE(3644), 2, sym_comment, sym_include, - ACTIONS(178), 27, + ACTIONS(198), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, @@ -229579,50 +274940,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [199822] = 16, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [242240] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4062), 1, - anon_sym_COLON, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - STATE(5571), 1, - sym_case_body, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2922), 2, + STATE(3645), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(234), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -229633,27 +274978,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199889] = 7, + aux_sym_include_argument_token1, + [242283] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4115), 1, - aux_sym_function_call_token1, - STATE(2923), 2, - sym_comment, - sym_include, - ACTIONS(166), 3, - sym__namecolon, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - ACTIONS(168), 25, + STATE(3646), 2, + sym_comment, + sym_include, + ACTIONS(230), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -229673,82 +275016,81 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [199938] = 16, + aux_sym_include_argument_token1, + [242326] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4062), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - STATE(5804), 1, - sym_case_body, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2924), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3785), 1, + aux_sym_for_phrase_repeat1, + STATE(3790), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4303), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4966), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5874), 1, + aux_sym_for_statement_repeat1, + STATE(7021), 1, + sym_body, + STATE(3647), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [200005] = 9, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [242405] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(4117), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - STATE(2925), 2, + STATE(3648), 2, sym_comment, sym_include, - ACTIONS(1373), 24, + ACTIONS(218), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -229768,98 +275110,93 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - [200058] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [242448] = 26, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(517), 1, - sym__comparison_operator, - STATE(519), 1, - sym__multiplicative_operator, - STATE(520), 1, - sym__additive_operator, - STATE(521), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1159), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, aux_sym_on_error_phrase_token1, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2926), 2, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3864), 1, + sym_preselect_phrase, + STATE(4261), 1, + sym_to_phrase, + STATE(4367), 1, + aux_sym_do_block_repeat1, + STATE(4429), 1, + sym_while_phrase, + STATE(5162), 1, + aux_sym_repeat_statement_repeat1, + STATE(5164), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7242), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3649), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [200123] = 15, - ACTIONS(69), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242533] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(737), 1, - sym__comparison_operator, - STATE(740), 1, - sym__logical_operator, - STATE(741), 1, - sym__additive_operator, - STATE(742), 1, - sym__multiplicative_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - ACTIONS(1183), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2927), 2, + STATE(3650), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(182), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -229870,26 +275207,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200188] = 7, + aux_sym_include_argument_token1, + [242576] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4119), 1, - sym__namedot, - ACTIONS(160), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - STATE(2928), 2, + STATE(3651), 2, sym_comment, sym_include, - ACTIONS(162), 26, + ACTIONS(210), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -229909,30 +275245,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [200237] = 7, + aux_sym_include_argument_token1, + [242619] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4121), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2929), 3, + STATE(3652), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 25, + ACTIONS(119), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -229952,31 +275283,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [200286] = 8, + aux_sym_include_argument_token1, + [242662] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2728), 1, - sym__namedoublecolon, - STATE(2897), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - STATE(2930), 2, + STATE(3653), 2, sym_comment, sym_include, - ACTIONS(138), 25, + ACTIONS(178), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -229996,95 +275321,87 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [200337] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [242705] = 20, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4124), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2931), 2, + ACTIONS(4993), 1, + anon_sym_COMMA, + ACTIONS(4997), 1, + aux_sym_using_statement_token1, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5001), 1, + aux_sym_where_clause_token1, + ACTIONS(5003), 1, + aux_sym_query_tuning_token6, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + STATE(3896), 1, + sym__pre_tuning, + STATE(3945), 1, + aux_sym_for_phrase_repeat1, + STATE(3946), 1, + sym_where_clause, + STATE(4010), 1, + aux_sym_preselect_phrase_repeat1, + STATE(4088), 1, + sym_using, + STATE(4094), 1, + sym_query_tuning, + STATE(4875), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3654), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [200401] = 15, - ACTIONS(69), 1, + ACTIONS(4995), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(4991), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [242778] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4126), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2932), 2, + STATE(3655), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(254), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230095,94 +275412,95 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200465] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [242821] = 26, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4128), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2933), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3866), 1, + sym_preselect_phrase, + STATE(4250), 1, + sym_to_phrase, + STATE(4389), 1, + sym_while_phrase, + STATE(4392), 1, + aux_sym_do_block_repeat1, + STATE(5103), 1, + aux_sym_repeat_statement_repeat1, + STATE(5116), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6664), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3656), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [200529] = 15, - ACTIONS(69), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242906] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4130), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2934), 2, + STATE(3657), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1501), 23, + anon_sym_SLASH, + anon_sym_STAR, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230193,45 +275511,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200593] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + [242955] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4132), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2935), 2, + STATE(3658), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1501), 23, + anon_sym_SLASH, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230242,101 +275553,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200657] = 23, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + [243004] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3314), 1, - sym_of, - STATE(3388), 1, - sym__pre_tuning, - STATE(3456), 1, - aux_sym_for_phrase_repeat1, - STATE(3459), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(4072), 1, - aux_sym_for_phrase_repeat2, - STATE(4474), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4005), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(2936), 2, + ACTIONS(192), 2, + sym__or_operator, + sym__and_operator, + STATE(3659), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [200737] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + ACTIONS(194), 26, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_DQUOTE, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2937), 2, - sym_comment, - sym_include, - ACTIONS(248), 3, - sym__or_operator, - sym__and_operator, - aux_sym_output_stream_statement_token1, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230347,78 +275591,80 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200799] = 24, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [243047] = 26, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3204), 1, - sym__pre_tuning, - STATE(3342), 1, - sym_where_clause, - STATE(3431), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3705), 1, - aux_sym_for_phrase_repeat2, - STATE(4266), 1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3840), 1, + sym_preselect_phrase, + STATE(4276), 1, + sym_to_phrase, + STATE(4446), 1, + aux_sym_do_block_repeat1, + STATE(4462), 1, + sym_while_phrase, + STATE(5180), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5218), 1, - aux_sym_for_statement_repeat1, - STATE(5976), 1, + STATE(5182), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7044), 1, sym_body, - STATE(2938), 2, + STATE(7834), 1, + sym_assignment, + STATE(3660), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [200881] = 6, + [243132] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(172), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - STATE(2939), 2, + STATE(3661), 2, sym_comment, sym_include, - ACTIONS(174), 26, + ACTIONS(186), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -230442,23 +275688,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [200927] = 6, + [243177] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(220), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2940), 2, + STATE(3662), 2, sym_comment, sym_include, - ACTIONS(222), 26, + ACTIONS(73), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -230482,48 +275727,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [200973] = 15, - ACTIONS(69), 1, + [243222] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4134), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2941), 2, + STATE(3663), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(246), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230534,24 +275766,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201037] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [243267] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(67), 2, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(2942), 2, + STATE(3664), 2, sym_comment, sym_include, - ACTIONS(73), 26, + ACTIONS(160), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -230571,48 +275806,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [201083] = 15, - ACTIONS(69), 1, + [243312] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4136), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2943), 2, + STATE(3665), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(206), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230623,94 +275844,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201147] = 15, + aux_sym_include_argument_token1, + [243355] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4138), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2944), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3843), 1, + sym_where_clause, + STATE(3873), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4278), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4929), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5910), 1, + aux_sym_for_statement_repeat1, + STATE(6973), 1, + sym_body, + STATE(3666), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201211] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [243434] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4140), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2945), 2, + STATE(3667), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(226), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230721,45 +275938,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201275] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [243479] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1183), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2946), 2, + STATE(3668), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(250), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230770,94 +275977,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201339] = 15, + aux_sym_include_argument_token1, + [243522] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4142), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2947), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3778), 1, + sym_where_clause, + STATE(3888), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4308), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4960), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6102), 1, + aux_sym_for_statement_repeat1, + STATE(7132), 1, + sym_body, + STATE(3669), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201403] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [243601] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4144), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2948), 2, + STATE(3670), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(89), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -230868,173 +276071,243 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201467] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [243644] = 26, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4146), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2949), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3846), 1, + sym_preselect_phrase, + STATE(4241), 1, + sym_to_phrase, + STATE(4459), 1, + sym_while_phrase, + STATE(4468), 1, + aux_sym_do_block_repeat1, + STATE(5209), 1, + sym_stop_after_phrase, + STATE(5211), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7123), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3671), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201531] = 15, - ACTIONS(69), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243729] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4148), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2950), 2, + ACTIONS(3072), 1, + sym_identifier, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + STATE(3672), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201595] = 15, + STATE(4475), 2, + sym_string_literal, + sym__type, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [243784] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4150), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2951), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3870), 1, + sym_where_clause, + STATE(3889), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4299), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4971), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6044), 1, + aux_sym_for_statement_repeat1, + STATE(7141), 1, + sym_body, + STATE(3673), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201659] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [243863] = 26, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2952), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3876), 1, + sym_preselect_phrase, + STATE(4267), 1, + sym_to_phrase, + STATE(4366), 1, + sym_while_phrase, + STATE(4441), 1, + aux_sym_do_block_repeat1, + STATE(5165), 1, + sym_stop_after_phrase, + STATE(5169), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6819), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3674), 2, sym_comment, sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243948] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - ACTIONS(158), 25, + STATE(3675), 2, + sym_comment, + sym_include, + ACTIONS(222), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -231054,70 +276327,174 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [201705] = 15, + aux_sym_include_argument_token1, + [243991] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4152), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2953), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3839), 1, + aux_sym_for_phrase_repeat1, + STATE(3851), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4282), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4978), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5965), 1, + aux_sym_for_statement_repeat1, + STATE(7027), 1, + sym_body, + STATE(3676), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201769] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [244070] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3820), 1, + sym_where_clause, + STATE(3822), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4279), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4975), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5971), 1, + aux_sym_for_statement_repeat1, + STATE(6958), 1, + sym_body, + STATE(3677), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [244149] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5009), 1, + aux_sym_variable_tuning_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3678), 2, + sym_comment, + sym_include, + ACTIONS(5007), 24, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [244198] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(160), 2, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - STATE(2954), 2, + STATE(3679), 2, sym_comment, sym_include, - ACTIONS(162), 26, + ACTIONS(222), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -231141,31 +276518,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [201815] = 9, + [244243] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(4154), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - STATE(2955), 2, + STATE(3680), 2, sym_comment, sym_include, - ACTIONS(1373), 23, + ACTIONS(226), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -231185,96 +276557,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - [201867] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [244286] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4156), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2956), 2, + STATE(3681), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201931] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4158), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(246), 26, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_DQUOTE, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2957), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231285,20 +276595,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201995] = 6, + aux_sym_include_argument_token1, + [244329] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(176), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2958), 2, + STATE(3682), 2, sym_comment, sym_include, - ACTIONS(178), 26, + ACTIONS(89), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -231322,145 +276633,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [202041] = 15, - ACTIONS(69), 1, + [244374] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4160), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2959), 2, + STATE(3683), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202105] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(250), 25, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2960), 2, - sym_comment, - sym_include, - ACTIONS(248), 3, - sym__or_operator, - sym__and_operator, - aux_sym_else_statement_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202167] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4162), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, + aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2961), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231471,94 +276672,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202231] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [244419] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4164), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2962), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3824), 1, + sym_where_clause, + STATE(3830), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4284), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4942), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5972), 1, + aux_sym_for_statement_repeat1, + STATE(7153), 1, + sym_body, + STATE(3684), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202295] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [244498] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1183), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2963), 2, + STATE(3685), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(73), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231569,45 +276767,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202359] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [244541] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4166), 1, - anon_sym_LPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2964), 2, + STATE(3686), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(210), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231618,45 +276806,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202423] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [244586] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4168), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2965), 2, + STATE(3687), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(194), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231667,45 +276845,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202487] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [244631] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4170), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2966), 2, + STATE(3688), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(242), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231716,45 +276883,195 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202551] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [244676] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4172), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3828), 1, + aux_sym_for_phrase_repeat1, + STATE(3852), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4332), 1, + aux_sym_for_phrase_repeat2, + STATE(4932), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5916), 1, + aux_sym_for_statement_repeat1, + STATE(7184), 1, + sym_body, + STATE(3689), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [244755] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3072), 1, + sym_identifier, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + STATE(3690), 2, + sym_comment, + sym_include, + STATE(4469), 2, + sym_string_literal, + sym__type, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [244810] = 26, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3782), 1, + sym_preselect_phrase, + STATE(4242), 1, + sym_to_phrase, + STATE(4369), 1, + sym_while_phrase, + STATE(4488), 1, + aux_sym_do_block_repeat1, + STATE(5201), 1, + sym_stop_after_phrase, + STATE(5202), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6844), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3691), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244895] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2967), 2, + STATE(3692), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(206), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231765,21 +277082,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202615] = 6, + aux_sym_scope_tuning_token1, + [244940] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2968), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namecolon, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 25, + STATE(3693), 2, + sym_comment, + sym_include, + ACTIONS(135), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -231805,45 +277122,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [202661] = 15, - ACTIONS(69), 1, + [244985] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2969), 2, + STATE(3694), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(206), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231854,45 +277159,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202725] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [245030] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1151), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2970), 2, + STATE(3695), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(135), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231903,84 +277199,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202789] = 5, + aux_sym_scope_tuning_token1, + [245075] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1385), 1, - sym__escaped_string, - STATE(2971), 2, - sym_comment, - sym_include, - ACTIONS(1381), 28, + ACTIONS(7), 1, anon_sym_LBRACE, + ACTIONS(2949), 1, sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - aux_sym_function_call_argument_token3, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [202833] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4176), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2972), 2, + STATE(3696), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1501), 23, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_STAR, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -231991,45 +277240,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202897] = 15, + aux_sym_on_error_phrase_token1, + [245124] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4178), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3811), 1, + sym_where_clause, + STATE(3818), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4341), 1, + aux_sym_for_phrase_repeat2, + STATE(4946), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6128), 1, + aux_sym_for_statement_repeat1, + STATE(7249), 1, + sym_body, + STATE(3697), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245203] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(5011), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2973), 2, + STATE(3698), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1480), 22, + anon_sym_SLASH, + anon_sym_STAR, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232040,24 +277338,84 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202961] = 6, + aux_sym_if_statement_token2, + [245254] = 26, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(240), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3813), 1, + sym_preselect_phrase, + STATE(4263), 1, + sym_to_phrase, + STATE(4466), 1, + sym_while_phrase, + STATE(4473), 1, + aux_sym_do_block_repeat1, + STATE(5190), 1, + sym_stop_after_phrase, + STATE(5193), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7137), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3699), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [245339] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2974), 2, + STATE(3700), 2, sym_comment, sym_include, - ACTIONS(242), 26, + ACTIONS(135), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, + anon_sym_DQUOTE, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -232077,48 +277435,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [203007] = 15, + aux_sym_include_argument_token1, + [245382] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4180), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3850), 1, + aux_sym_for_phrase_repeat1, + STATE(3854), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4321), 1, + aux_sym_for_phrase_repeat2, + STATE(4896), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5909), 1, + aux_sym_for_statement_repeat1, + STATE(7059), 1, + sym_body, + STATE(3701), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245461] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2975), 2, + STATE(3702), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(222), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232129,45 +277530,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203071] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [245506] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4182), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2976), 2, + STATE(3703), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(194), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232178,103 +277568,92 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203135] = 24, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [245551] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(3542), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3210), 1, - sym__pre_tuning, - STATE(3338), 1, + STATE(3789), 1, sym_where_clause, - STATE(3373), 1, + STATE(3803), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3776), 1, + STATE(4347), 1, aux_sym_for_phrase_repeat2, - STATE(4323), 1, + STATE(4992), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5240), 1, + STATE(5888), 1, aux_sym_for_statement_repeat1, - STATE(6268), 1, + STATE(6982), 1, sym_body, - STATE(2977), 2, + STATE(3704), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [203217] = 15, - ACTIONS(69), 1, + [245630] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4184), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2978), 2, + STATE(3705), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(238), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232285,94 +277664,97 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203281] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [245675] = 26, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4148), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2979), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + ACTIONS(4989), 1, + aux_sym_preselect_phrase_token1, + STATE(3868), 1, + sym_preselect_phrase, + STATE(4270), 1, + sym_to_phrase, + STATE(4440), 1, + aux_sym_do_block_repeat1, + STATE(4448), 1, + sym_while_phrase, + STATE(5220), 1, + aux_sym_repeat_statement_repeat1, + STATE(5227), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7229), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3706), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [203345] = 15, - ACTIONS(69), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [245760] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4186), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(5013), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2980), 2, + STATE(3707), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(1480), 22, + anon_sym_SLASH, + anon_sym_STAR, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232383,45 +277765,172 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203409] = 15, + aux_sym_output_stream_statement_token1, + [245811] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3072), 1, + sym_identifier, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + STATE(3708), 2, + sym_comment, + sym_include, + STATE(4391), 2, + sym_string_literal, + sym__type, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [245866] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5017), 1, + sym__escaped_string, + STATE(3709), 2, + sym_comment, + sym_include, + ACTIONS(5015), 27, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_if_statement_token2, + aux_sym_case_conditon_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [245909] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1159), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3784), 1, + sym_where_clause, + STATE(3788), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4364), 1, + aux_sym_for_phrase_repeat2, + STATE(4964), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6025), 1, + aux_sym_for_statement_repeat1, + STATE(6767), 1, + sym_body, + STATE(3710), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245988] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2981), 2, + STATE(3711), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(254), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232432,45 +277941,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203473] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [246033] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1175), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3835), 1, + aux_sym_for_phrase_repeat1, + STATE(3844), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4324), 1, + aux_sym_for_phrase_repeat2, + STATE(4921), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6192), 1, + aux_sym_for_statement_repeat1, + STATE(7100), 1, + sym_body, + STATE(3712), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246112] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2982), 2, + STATE(3713), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(214), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232481,20 +278036,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203537] = 6, + aux_sym_include_argument_token1, + [246155] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(252), 2, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - STATE(2983), 2, + STATE(3714), 2, sym_comment, sym_include, - ACTIONS(254), 26, + ACTIONS(178), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -232518,23 +278074,107 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [203583] = 6, + [246200] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(87), 2, + ACTIONS(3072), 1, + sym_identifier, + ACTIONS(3076), 1, + aux_sym_class_type_token1, + ACTIONS(3084), 1, + sym__escaped_string, + STATE(5465), 1, + sym_qualified_name, + STATE(3715), 2, + sym_comment, + sym_include, + STATE(4381), 2, + sym_string_literal, + sym__type, + STATE(6055), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(3074), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [246255] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4622), 1, + anon_sym_LT, + ACTIONS(4624), 1, + aux_sym_variable_tuning_token2, + STATE(3787), 1, + sym_generic_expression, + STATE(3716), 2, + sym_comment, + sym_include, + ACTIONS(4620), 24, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [246304] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(117), 2, sym__or_operator, sym__and_operator, - STATE(2984), 2, + STATE(3717), 2, sym_comment, sym_include, - ACTIONS(89), 26, + ACTIONS(119), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -232558,42 +278198,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [203629] = 10, - ACTIONS(69), 1, + [246349] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - STATE(2985), 2, + ACTIONS(208), 2, + sym__or_operator, + sym__and_operator, + STATE(3718), 2, sym_comment, sym_include, - ACTIONS(1185), 4, + ACTIONS(210), 25, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 20, - sym__or_operator, - sym__and_operator, + sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232604,46 +278237,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_output_stream_statement_token1, - [203683] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [246394] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4188), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2986), 2, + STATE(3719), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(182), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232654,45 +278276,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203747] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [246439] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4190), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2987), 2, + STATE(3720), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(218), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232703,20 +278315,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203811] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [246484] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(248), 2, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - STATE(2988), 2, + STATE(3721), 2, sym_comment, sym_include, - ACTIONS(250), 26, + ACTIONS(230), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -232740,27 +278354,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [203857] = 6, + [246529] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(224), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - STATE(2989), 2, + STATE(3722), 2, sym_comment, sym_include, - ACTIONS(226), 26, + ACTIONS(242), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -232780,24 +278394,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [203903] = 6, + [246574] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2990), 2, - sym_comment, - sym_include, - ACTIONS(152), 3, - sym__namecolon, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - ACTIONS(154), 25, + STATE(3723), 2, + sym_comment, + sym_include, + ACTIONS(198), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -232823,20 +278434,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [203949] = 6, + [246619] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(216), 2, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - STATE(2991), 2, + STATE(3724), 2, sym_comment, sym_include, - ACTIONS(218), 26, + ACTIONS(202), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -232860,48 +278471,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [203995] = 15, - ACTIONS(69), 1, + [246664] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4192), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2992), 2, + STATE(3725), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(174), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232912,45 +278510,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204059] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [246709] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4194), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2993), 2, + STATE(3726), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(190), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -232961,45 +278549,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204123] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [246754] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4196), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2994), 2, + STATE(3727), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(186), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_STAR, + anon_sym_DQUOTE, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -233010,82 +278588,82 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204187] = 24, + aux_sym_include_argument_token1, + [246797] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(3542), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3292), 1, - sym__pre_tuning, - STATE(3345), 1, + STATE(3806), 1, aux_sym_for_phrase_repeat1, - STATE(3364), 1, + STATE(3809), 1, sym_where_clause, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3691), 1, + STATE(4346), 1, aux_sym_for_phrase_repeat2, - STATE(4339), 1, + STATE(4990), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5306), 1, + STATE(6036), 1, aux_sym_for_statement_repeat1, - STATE(6430), 1, + STATE(6924), 1, sym_body, - STATE(2995), 2, + STATE(3728), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [204269] = 6, + [246876] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(132), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2996), 2, + STATE(3729), 2, sym_comment, sym_include, - ACTIONS(134), 26, + ACTIONS(73), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -233105,76 +278683,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [204315] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4198), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2997), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [204379] = 6, + [246921] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(236), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(2998), 2, + STATE(3730), 2, sym_comment, sym_include, - ACTIONS(238), 26, + ACTIONS(246), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -233194,171 +278722,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [204425] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4200), 1, - anon_sym_LPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2999), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [204489] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4202), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3000), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [204553] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4204), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3001), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [204617] = 6, + [246966] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(3002), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namecolon, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 25, + STATE(3731), 2, + sym_comment, + sym_include, + ACTIONS(214), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -233384,184 +278762,80 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [204663] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4206), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3003), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [204727] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4208), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3004), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [204791] = 24, + [247011] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(3542), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3214), 1, - sym__pre_tuning, - STATE(3386), 1, - sym_where_clause, - STATE(3395), 1, + STATE(3810), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(3812), 1, + sym_where_clause, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3723), 1, + STATE(4343), 1, aux_sym_for_phrase_repeat2, - STATE(4300), 1, + STATE(4963), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5463), 1, + STATE(5974), 1, aux_sym_for_statement_repeat1, - STATE(6390), 1, + STATE(7204), 1, sym_body, - STATE(3005), 2, + STATE(3732), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [204873] = 8, + [247090] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4210), 1, - sym_identifier, - STATE(3234), 1, - sym_qualified_name, - ACTIONS(1410), 2, + ACTIONS(158), 2, sym__or_operator, sym__and_operator, - STATE(3006), 2, + STATE(3733), 2, sym_comment, sym_include, - ACTIONS(1408), 24, + ACTIONS(160), 25, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -233582,20 +278856,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [204923] = 6, + anon_sym_NO_DASHERROR, + [247135] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(67), 2, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - STATE(3007), 2, + STATE(3734), 2, sym_comment, sym_include, - ACTIONS(73), 26, + ACTIONS(226), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -233620,22 +278895,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [204969] = 6, + [247180] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(220), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - STATE(3008), 2, + STATE(3735), 2, sym_comment, sym_include, - ACTIONS(222), 26, + ACTIONS(190), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -233660,145 +278934,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [205015] = 15, + [247225] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1147), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3009), 2, + ACTIONS(5021), 1, + aux_sym_using_statement_token2, + ACTIONS(5025), 1, + aux_sym_image_phrase_token4, + ACTIONS(5023), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(5027), 2, + aux_sym_image_phrase_token5, + aux_sym_image_phrase_token6, + STATE(3736), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205079] = 15, - ACTIONS(69), 1, + ACTIONS(5019), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [247276] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4213), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3010), 2, + STATE(3737), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205143] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4215), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + ACTIONS(1501), 23, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(3011), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -233809,20 +279017,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205207] = 6, + aux_sym_of_phrase_token1, + [247325] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(176), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - STATE(3012), 2, + STATE(3738), 2, sym_comment, sym_include, - ACTIONS(178), 26, + ACTIONS(174), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -233847,193 +279056,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [205253] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3013), 2, - sym_comment, - sym_include, - ACTIONS(1179), 3, - sym__or_operator, - sym__and_operator, - aux_sym_else_statement_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205315] = 15, - ACTIONS(69), 1, + [247370] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4217), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3014), 2, + STATE(3739), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205379] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4219), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, + ACTIONS(202), 25, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(3015), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205443] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4221), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, + aux_sym__multiplicative_operator_token1, aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3016), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -234044,94 +279095,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205507] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [247415] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1171), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(1724), 1, + sym_identifier, + ACTIONS(5029), 1, + aux_sym_input_expression_token2, + STATE(28), 1, + sym_qualified_name, + ACTIONS(1484), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3017), 2, + STATE(3740), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205571] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4223), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, + ACTIONS(1480), 22, anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3018), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -234142,45 +279137,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205635] = 15, - ACTIONS(69), 1, + aux_sym_else_statement_token1, + [247466] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4225), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3019), 2, + STATE(3741), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(198), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -234191,45 +279176,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205699] = 15, + aux_sym_scope_tuning_token1, + [247511] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4227), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3796), 1, + aux_sym_for_phrase_repeat1, + STATE(3801), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4291), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4891), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6022), 1, + aux_sym_for_statement_repeat1, + STATE(7215), 1, + sym_body, + STATE(3742), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247590] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3020), 2, + STATE(3743), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(230), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -234240,45 +279271,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205763] = 15, + aux_sym_scope_tuning_token1, + [247635] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1167), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3849), 1, + aux_sym_for_phrase_repeat1, + STATE(3853), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4293), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4907), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5744), 1, + aux_sym_for_statement_repeat1, + STATE(6969), 1, + sym_body, + STATE(3744), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247714] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3021), 2, + STATE(3745), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(186), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -234289,27 +279366,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205827] = 8, + aux_sym_scope_tuning_token1, + [247759] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4229), 1, + ACTIONS(4993), 1, + anon_sym_COMMA, + ACTIONS(4997), 1, + aux_sym_using_statement_token1, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5001), 1, + aux_sym_where_clause_token1, + ACTIONS(5003), 1, + aux_sym_query_tuning_token6, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + STATE(3654), 1, + aux_sym_preselect_phrase_repeat1, + STATE(3890), 1, + sym__pre_tuning, + STATE(3933), 1, + sym_where_clause, + STATE(3938), 1, + aux_sym_for_phrase_repeat1, + STATE(4088), 1, + sym_using, + STATE(4094), 1, + sym_query_tuning, + STATE(4723), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3746), 2, + sym_comment, + sym_include, + ACTIONS(4995), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5031), 7, + anon_sym_COLON, sym_identifier, - STATE(3286), 1, - sym_qualified_name, - ACTIONS(1410), 2, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [247832] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - STATE(3022), 2, + STATE(3747), 2, sym_comment, sym_include, - ACTIONS(1408), 24, + ACTIONS(218), 25, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, sym__terminator, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -234330,46 +279459,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [205877] = 15, - ACTIONS(69), 1, + [247877] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1151), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3023), 2, + STATE(3748), 2, sym_comment, sym_include, - ACTIONS(2429), 13, + ACTIONS(182), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, + sym__terminator, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -234380,20 +279497,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205941] = 6, + aux_sym_scope_tuning_token1, + [247922] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(252), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(3024), 2, + STATE(3749), 2, sym_comment, sym_include, - ACTIONS(254), 26, + ACTIONS(89), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -234418,80 +279536,1041 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [205987] = 15, + [247967] = 20, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5033), 1, + anon_sym_COMMA, + ACTIONS(5037), 1, + aux_sym_using_statement_token1, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5041), 1, + aux_sym_where_clause_token1, + ACTIONS(5043), 1, + aux_sym_query_tuning_token6, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + STATE(3914), 1, + sym__pre_tuning, + STATE(3963), 1, + aux_sym_for_phrase_repeat1, + STATE(3965), 1, + sym_where_clause, + STATE(4070), 1, + aux_sym_preselect_phrase_repeat1, + STATE(4127), 1, + sym_query_tuning, + STATE(4129), 1, + sym_using, + STATE(4934), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(3750), 2, + sym_comment, + sym_include, + ACTIONS(4991), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5035), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248039] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4232), 1, - anon_sym_LPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, + ACTIONS(5047), 1, + sym__terminator, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3751), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248109] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5071), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3752), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248179] = 21, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3860), 1, + sym__pre_tuning, + STATE(3929), 1, + aux_sym_for_phrase_repeat1, + STATE(3932), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4544), 1, + aux_sym_for_phrase_repeat2, + STATE(5132), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5073), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3753), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248253] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5075), 1, + sym__terminator, + STATE(3773), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3754), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248323] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - ACTIONS(2427), 2, + STATE(3755), 2, + sym_comment, + sym_include, + ACTIONS(1501), 22, + anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(3025), 2, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_output_stream_statement_token1, + [248371] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5077), 1, + sym__terminator, + STATE(3751), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3756), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248441] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5079), 1, + sym__terminator, + STATE(3765), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3757), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248511] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5081), 1, + sym__terminator, + STATE(3763), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3758), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248581] = 21, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3885), 1, + sym__pre_tuning, + STATE(3903), 1, + sym_where_clause, + STATE(3919), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4643), 1, + aux_sym_for_phrase_repeat2, + STATE(5216), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5083), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3759), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248655] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5085), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3760), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248725] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5087), 1, + sym__terminator, + STATE(3767), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3761), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248795] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5089), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3762), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248865] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5091), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3763), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [248935] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5093), 1, + sym__terminator, + STATE(3760), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3764), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249005] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5095), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3765), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249075] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5097), 1, + sym__terminator, + STATE(3768), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3766), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249145] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5099), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3767), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249215] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5101), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3768), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249285] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5103), 1, + sym__terminator, + STATE(3762), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3769), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206051] = 9, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249355] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(2949), 1, sym_identifier, - ACTIONS(4234), 1, - aux_sym_input_expression_token2, - STATE(48), 1, + STATE(30), 1, sym_qualified_name, - ACTIONS(1377), 2, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(3026), 2, + STATE(3770), 2, sym_comment, sym_include, - ACTIONS(1373), 23, + ACTIONS(1501), 22, anon_sym_SLASH, anon_sym_STAR, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -234511,206 +280590,333 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_of_phrase_token1, - [206103] = 6, - ACTIONS(3), 1, + aux_sym_else_statement_token1, + [249403] = 19, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(3027), 2, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5105), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3771), 2, sym_comment, sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [206149] = 6, - ACTIONS(3), 1, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249473] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - STATE(3028), 2, + ACTIONS(5107), 1, + sym__terminator, + ACTIONS(5115), 1, + aux_sym_image_phrase_token1, + ACTIONS(5121), 1, + aux_sym_size_phrase_token1, + ACTIONS(5127), 1, + aux_sym_button_tuning_token1, + ACTIONS(5136), 1, + aux_sym_button_tuning_token9, + ACTIONS(5139), 1, + aux_sym_button_tuning_token14, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5109), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5112), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5124), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + ACTIONS(5118), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5130), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + STATE(3772), 3, sym_comment, sym_include, - ACTIONS(250), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + aux_sym_button_definition_repeat1, + ACTIONS(5133), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249541] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5142), 1, sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [206195] = 15, + STATE(3772), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3773), 2, + sym_comment, + sym_include, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249611] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1159), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3029), 2, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5144), 1, + sym__terminator, + STATE(3771), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3774), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206259] = 15, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249681] = 20, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5033), 1, + anon_sym_COMMA, + ACTIONS(5037), 1, + aux_sym_using_statement_token1, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5041), 1, + aux_sym_where_clause_token1, + ACTIONS(5043), 1, + aux_sym_query_tuning_token6, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + STATE(3750), 1, + aux_sym_preselect_phrase_repeat1, + STATE(3905), 1, + sym__pre_tuning, + STATE(3956), 1, + aux_sym_for_phrase_repeat1, + STATE(3959), 1, + sym_where_clause, + STATE(4127), 1, + sym_query_tuning, + STATE(4129), 1, + sym_using, + STATE(4948), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(3775), 2, + sym_comment, + sym_include, + ACTIONS(5031), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5035), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249753] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1175), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3030), 2, + ACTIONS(5053), 1, + aux_sym_image_phrase_token1, + ACTIONS(5057), 1, + aux_sym_size_phrase_token1, + ACTIONS(5061), 1, + aux_sym_button_tuning_token1, + ACTIONS(5067), 1, + aux_sym_button_tuning_token9, + ACTIONS(5069), 1, + aux_sym_button_tuning_token14, + ACTIONS(5146), 1, + sym__terminator, + STATE(3752), 1, + aux_sym_button_definition_repeat1, + STATE(3906), 1, + sym_size_phrase, + STATE(3909), 1, + sym_button_tuning, + ACTIONS(5049), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(5051), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(5059), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3776), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206323] = 7, + ACTIONS(5055), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(5063), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(5065), 5, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token13, + [249823] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4236), 1, - sym__namedot, - ACTIONS(160), 2, + ACTIONS(2949), 1, + sym_identifier, + STATE(30), 1, + sym_qualified_name, + ACTIONS(1503), 2, sym__or_operator, sym__and_operator, - STATE(3031), 2, + STATE(3777), 2, sym_comment, sym_include, - ACTIONS(162), 25, + ACTIONS(1501), 22, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -234730,9644 +280936,9152 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [206371] = 6, + aux_sym_if_statement_token2, + [249871] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3698), 1, - aux_sym_variable_definition_token4, - STATE(3032), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3855), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4287), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4912), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6038), 1, + aux_sym_for_statement_repeat1, + STATE(7143), 1, + sym_body, + STATE(3778), 2, sym_comment, sym_include, - ACTIONS(4238), 27, - aux_sym_temp_table_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - aux_sym_argument_mode_token3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_property_definition_token1, - aux_sym_event_definition_token1, - aux_sym_stream_definition_token1, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - aux_sym_button_definition_token1, - [206417] = 24, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249944] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3205), 1, - sym__pre_tuning, - STATE(3376), 1, - sym_where_clause, - STATE(3415), 1, + STATE(3788), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3757), 1, + STATE(4364), 1, aux_sym_for_phrase_repeat2, - STATE(4332), 1, + STATE(4964), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5341), 1, + STATE(6025), 1, aux_sym_for_statement_repeat1, - STATE(5942), 1, + STATE(6767), 1, sym_body, - STATE(3033), 2, + STATE(3779), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [206499] = 15, + [250017] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4240), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3034), 2, + ACTIONS(5009), 1, + aux_sym_variable_tuning_token2, + STATE(3780), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206563] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4242), 1, + ACTIONS(5007), 24, sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3035), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206627] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4244), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3036), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206691] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1171), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3037), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206755] = 6, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [250060] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(132), 2, - sym__or_operator, - sym__and_operator, - STATE(3038), 2, + ACTIONS(5150), 1, + sym__escaped_string, + STATE(3781), 2, sym_comment, sym_include, - ACTIONS(134), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [206801] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(5148), 25, anon_sym_LBRACE, - ACTIONS(4246), 1, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, anon_sym_LPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3039), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206865] = 6, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [250101] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(236), 2, - sym__or_operator, - sym__and_operator, - STATE(3040), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4249), 1, + sym_to_phrase, + STATE(4401), 1, + sym_while_phrase, + STATE(4402), 1, + aux_sym_do_block_repeat1, + STATE(5214), 1, + sym_stop_after_phrase, + STATE(5217), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6891), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3782), 2, sym_comment, sym_include, - ACTIONS(238), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [206911] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [250180] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4248), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3041), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3810), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4343), 1, + aux_sym_for_phrase_repeat2, + STATE(4963), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5974), 1, + aux_sym_for_statement_repeat1, + STATE(7204), 1, + sym_body, + STATE(3783), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [206975] = 24, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [250253] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3229), 1, - sym__pre_tuning, - STATE(3384), 1, + STATE(3832), 1, aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3721), 1, + STATE(4322), 1, aux_sym_for_phrase_repeat2, - STATE(4272), 1, + STATE(4930), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5490), 1, + STATE(5782), 1, aux_sym_for_statement_repeat1, - STATE(5865), 1, + STATE(6718), 1, sym_body, - STATE(3042), 2, + STATE(3784), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [207057] = 15, + [250326] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4250), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3043), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4321), 1, + aux_sym_for_phrase_repeat2, + STATE(4896), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5909), 1, + aux_sym_for_statement_repeat1, + STATE(7059), 1, + sym_body, + STATE(3785), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207121] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [250399] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(3044), 2, - sym_comment, - sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(158), 25, - anon_sym_SLASH, + ACTIONS(5152), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [207167] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4252), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3045), 2, + ACTIONS(5156), 1, + aux_sym_class_type_token1, + STATE(2072), 1, + sym__type, + STATE(4362), 1, + sym_qualified_name, + STATE(3786), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207231] = 15, + STATE(4645), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(5154), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [250450] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4254), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3046), 2, + ACTIONS(5160), 1, + aux_sym_variable_tuning_token2, + STATE(3787), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207295] = 24, + ACTIONS(5158), 24, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [250493] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3218), 1, - sym__pre_tuning, - STATE(3387), 1, - sym_where_clause, - STATE(3390), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, sym_query_tuning, - STATE(3722), 1, + STATE(4322), 1, aux_sym_for_phrase_repeat2, - STATE(4275), 1, + STATE(4930), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5339), 1, + STATE(5782), 1, aux_sym_for_statement_repeat1, - STATE(6168), 1, + STATE(6718), 1, sym_body, - STATE(3047), 2, + STATE(3788), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [207377] = 15, + [250566] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4256), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3048), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3880), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4314), 1, + aux_sym_for_phrase_repeat2, + STATE(4908), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5835), 1, + aux_sym_for_statement_repeat1, + STATE(6987), 1, + sym_body, + STATE(3789), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207441] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [250639] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4258), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3049), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3850), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4321), 1, + aux_sym_for_phrase_repeat2, + STATE(4896), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5909), 1, + aux_sym_for_statement_repeat1, + STATE(7059), 1, + sym_body, + STATE(3790), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207505] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [250712] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(3050), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, - sym__or_operator, - sym__and_operator, - ACTIONS(104), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [207551] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4260), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3051), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207615] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4262), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3052), 2, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3923), 1, + sym_preselect_phrase, + STATE(4464), 1, + sym_to_phrase, + STATE(4802), 1, + sym_while_phrase, + STATE(4842), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5684), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7041), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3791), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207679] = 6, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [250791] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(244), 2, - sym__or_operator, - sym__and_operator, - STATE(3053), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3926), 1, + sym_preselect_phrase, + STATE(4474), 1, + sym_to_phrase, + STATE(4669), 1, + aux_sym_repeat_statement_repeat1, + STATE(4889), 1, + sym_while_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5645), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7222), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3792), 2, sym_comment, sym_include, - ACTIONS(246), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [207725] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [250870] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4264), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3054), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4324), 1, + aux_sym_for_phrase_repeat2, + STATE(4921), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6192), 1, + aux_sym_for_statement_repeat1, + STATE(7100), 1, + sym_body, + STATE(3793), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207789] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [250943] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4266), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3055), 2, + ACTIONS(5172), 1, + sym__escaped_string, + STATE(3794), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207853] = 6, + ACTIONS(5170), 25, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [250984] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(232), 2, - sym__or_operator, - sym__and_operator, - STATE(3056), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3902), 1, + sym_preselect_phrase, + STATE(4487), 1, + sym_to_phrase, + STATE(4755), 1, + sym_while_phrase, + STATE(4758), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5644), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7126), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3795), 2, sym_comment, sym_include, - ACTIONS(234), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [207899] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [251063] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4268), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3057), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4334), 1, + aux_sym_for_phrase_repeat2, + STATE(4943), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5932), 1, + aux_sym_for_statement_repeat1, + STATE(7198), 1, + sym_body, + STATE(3796), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [207963] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [251136] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4270), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3058), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4294), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4939), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5762), 1, + aux_sym_for_statement_repeat1, + STATE(7165), 1, + sym_body, + STATE(3797), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [208027] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [251209] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(244), 2, - sym__or_operator, - sym__and_operator, - STATE(3059), 2, - sym_comment, - sym_include, - ACTIONS(246), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [208073] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2496), 1, + ACTIONS(4977), 1, sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3060), 2, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3931), 1, + sym_preselect_phrase, + STATE(4415), 1, + sym_to_phrase, + STATE(4667), 1, + sym_while_phrase, + STATE(4716), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5656), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6655), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7561), 1, + sym_assignment, + STATE(3798), 2, sym_comment, sym_include, - ACTIONS(1408), 24, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - [208123] = 6, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [251288] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(188), 2, - sym__or_operator, - sym__and_operator, - STATE(3061), 2, + ACTIONS(5176), 1, + sym__escaped_string, + STATE(3799), 2, sym_comment, sym_include, - ACTIONS(190), 26, - anon_sym_SLASH, + ACTIONS(5174), 25, + anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - [208169] = 15, - ACTIONS(69), 1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [251329] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4272), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3062), 2, + ACTIONS(5180), 1, + sym__escaped_string, + STATE(3800), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [208233] = 15, + ACTIONS(5178), 25, + anon_sym_LBRACE, + sym_identifier, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [251370] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4274), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3063), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [208297] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(180), 2, - sym__or_operator, - sym__and_operator, - STATE(3064), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3823), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4334), 1, + aux_sym_for_phrase_repeat2, + STATE(4943), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5932), 1, + aux_sym_for_statement_repeat1, + STATE(7198), 1, + sym_body, + STATE(3801), 2, sym_comment, sym_include, - ACTIONS(182), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208343] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [251443] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4276), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3065), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3835), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4324), 1, + aux_sym_for_phrase_repeat2, + STATE(4921), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6192), 1, + aux_sym_for_statement_repeat1, + STATE(7100), 1, + sym_body, + STATE(3802), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [208407] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [251516] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4278), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3066), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4314), 1, + aux_sym_for_phrase_repeat2, + STATE(4908), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5835), 1, + aux_sym_for_statement_repeat1, + STATE(6987), 1, + sym_body, + STATE(3803), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [208471] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [251589] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(3067), 2, + ACTIONS(5184), 1, + sym__escaped_string, + STATE(3804), 2, sym_comment, sym_include, - ACTIONS(126), 26, - anon_sym_SLASH, + ACTIONS(5182), 25, + anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - [208517] = 6, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [251630] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(184), 2, - sym__or_operator, - sym__and_operator, - STATE(3068), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4250), 1, + sym_to_phrase, + STATE(4389), 1, + sym_while_phrase, + STATE(4392), 1, + aux_sym_do_block_repeat1, + STATE(5103), 1, + aux_sym_repeat_statement_repeat1, + STATE(5116), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6664), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3805), 2, sym_comment, sym_include, - ACTIONS(186), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208563] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [251709] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4280), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3069), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4279), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4975), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5971), 1, + aux_sym_for_statement_repeat1, + STATE(6958), 1, + sym_body, + STATE(3806), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [208627] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [251782] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - STATE(3070), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3856), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4288), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4952), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5954), 1, + aux_sym_for_statement_repeat1, + STATE(7042), 1, + sym_body, + STATE(3807), 2, sym_comment, sym_include, - ACTIONS(194), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208673] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [251855] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(196), 2, - sym__or_operator, - sym__and_operator, - STATE(3071), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4254), 1, + sym_to_phrase, + STATE(4380), 1, + aux_sym_do_block_repeat1, + STATE(4382), 1, + sym_while_phrase, + STATE(5101), 1, + aux_sym_repeat_statement_repeat1, + STATE(5114), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7079), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3808), 2, sym_comment, sym_include, - ACTIONS(198), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208719] = 6, - ACTIONS(3), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [251934] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(200), 2, - sym__or_operator, - sym__and_operator, - STATE(3072), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3822), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4279), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4975), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5971), 1, + aux_sym_for_statement_repeat1, + STATE(6958), 1, + sym_body, + STATE(3809), 2, sym_comment, sym_include, - ACTIONS(202), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208765] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252007] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4282), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3073), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4332), 1, + aux_sym_for_phrase_repeat2, + STATE(4932), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5916), 1, + aux_sym_for_statement_repeat1, + STATE(7184), 1, + sym_body, + STATE(3810), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [208829] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252080] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(204), 2, - sym__or_operator, - sym__and_operator, - STATE(3074), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3796), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4291), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4891), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6022), 1, + aux_sym_for_statement_repeat1, + STATE(7215), 1, + sym_body, + STATE(3811), 2, sym_comment, sym_include, - ACTIONS(206), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208875] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252153] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(208), 2, - sym__or_operator, - sym__and_operator, - STATE(3075), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3828), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4332), 1, + aux_sym_for_phrase_repeat2, + STATE(4932), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5916), 1, + aux_sym_for_statement_repeat1, + STATE(7184), 1, + sym_body, + STATE(3812), 2, sym_comment, sym_include, - ACTIONS(210), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208921] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252226] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(212), 2, - sym__or_operator, - sym__and_operator, - STATE(3076), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4241), 1, + sym_to_phrase, + STATE(4459), 1, + sym_while_phrase, + STATE(4468), 1, + aux_sym_do_block_repeat1, + STATE(5209), 1, + sym_stop_after_phrase, + STATE(5211), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7123), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3813), 2, sym_comment, sym_include, - ACTIONS(214), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [208967] = 6, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [252305] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(216), 2, - sym__or_operator, - sym__and_operator, - STATE(3077), 2, + ACTIONS(5188), 1, + sym__escaped_string, + STATE(3814), 2, sym_comment, sym_include, - ACTIONS(218), 26, - anon_sym_SLASH, + ACTIONS(5186), 25, + anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_locked_expression_token1, + aux_sym_dataset_expression_token1, + aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - [209013] = 15, - ACTIONS(69), 1, + aux_sym_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [252346] = 24, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4284), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3078), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3917), 1, + sym_preselect_phrase, + STATE(4419), 1, + sym_to_phrase, + STATE(4853), 1, + sym_while_phrase, + STATE(4870), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5609), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6814), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7561), 1, + sym_assignment, + STATE(3815), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209077] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [252425] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4286), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3079), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209141] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4288), 1, - sym__namedot, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(3080), 2, + ACTIONS(3740), 1, + aux_sym_variable_definition_token4, + STATE(3816), 2, sym_comment, sym_include, - ACTIONS(162), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(5190), 24, + aux_sym_temp_table_expression_token1, + aux_sym_dataset_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [209189] = 24, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + aux_sym_argument_mode_token3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_property_definition_token1, + aux_sym_event_definition_token1, + aux_sym_stream_definition_token1, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + [252468] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3262), 1, - sym__pre_tuning, - STATE(3410), 1, - sym_where_clause, - STATE(3434), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, sym_query_tuning, - STATE(3758), 1, + STATE(4350), 1, aux_sym_for_phrase_repeat2, - STATE(4346), 1, + STATE(4950), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5336), 1, + STATE(5976), 1, aux_sym_for_statement_repeat1, - STATE(6422), 1, + STATE(7025), 1, sym_body, - STATE(3081), 2, + STATE(3817), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [209271] = 15, + [252541] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4290), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3082), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4291), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4891), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6022), 1, + aux_sym_for_statement_repeat1, + STATE(7215), 1, + sym_body, + STATE(3818), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209335] = 24, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252614] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3306), 1, - sym__pre_tuning, - STATE(3360), 1, - aux_sym_for_phrase_repeat1, - STATE(3429), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, sym_query_tuning, - STATE(3708), 1, + STATE(4318), 1, aux_sym_for_phrase_repeat2, - STATE(4274), 1, + STATE(4984), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5430), 1, + STATE(6119), 1, aux_sym_for_statement_repeat1, - STATE(6010), 1, + STATE(6668), 1, sym_body, - STATE(3083), 2, + STATE(3819), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [209417] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(3084), 2, - sym_comment, - sym_include, - ACTIONS(162), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [209463] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4292), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3085), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209527] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(3086), 2, - sym_comment, - sym_include, - ACTIONS(1163), 18, - sym__or_operator, - sym__and_operator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_else_statement_token1, - [209585] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4294), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3087), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209649] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4296), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3088), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209713] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4298), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3089), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209777] = 15, + [252687] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4300), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3090), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [209841] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(188), 2, - sym__or_operator, - sym__and_operator, - STATE(3091), 2, - sym_comment, - sym_include, - ACTIONS(190), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [209887] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(228), 2, - sym__or_operator, - sym__and_operator, - STATE(3092), 2, - sym_comment, - sym_include, - ACTIONS(230), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [209933] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(3093), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, - sym__or_operator, - sym__and_operator, - ACTIONS(104), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [209979] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4302), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3094), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210043] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4304), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3095), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3821), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4339), 1, + aux_sym_for_phrase_repeat2, + STATE(4957), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5900), 1, + aux_sym_for_statement_repeat1, + STATE(6976), 1, + sym_body, + STATE(3820), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210107] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252760] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4306), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3096), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4316), 1, + aux_sym_for_phrase_repeat2, + STATE(4904), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5842), 1, + aux_sym_for_statement_repeat1, + STATE(6983), 1, + sym_body, + STATE(3821), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210171] = 14, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252833] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3097), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4339), 1, + aux_sym_for_phrase_repeat2, + STATE(4957), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5900), 1, + aux_sym_for_statement_repeat1, + STATE(6976), 1, + sym_body, + STATE(3822), 2, sym_comment, sym_include, - ACTIONS(248), 3, - sym__or_operator, - sym__and_operator, - aux_sym_if_statement_token2, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210233] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252906] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4308), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3098), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4315), 1, + aux_sym_for_phrase_repeat2, + STATE(4909), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5859), 1, + aux_sym_for_statement_repeat1, + STATE(7181), 1, + sym_body, + STATE(3823), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210297] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [252979] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4310), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3099), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3797), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4359), 1, + aux_sym_for_phrase_repeat2, + STATE(4945), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5837), 1, + aux_sym_for_statement_repeat1, + STATE(7159), 1, + sym_body, + STATE(3824), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210361] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253052] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4312), 1, - anon_sym_LPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3100), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4288), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4952), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5954), 1, + aux_sym_for_statement_repeat1, + STATE(7042), 1, + sym_body, + STATE(3825), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210425] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253125] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4314), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3101), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4290), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4922), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5784), 1, + aux_sym_for_statement_repeat1, + STATE(6733), 1, + sym_body, + STATE(3826), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210489] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253198] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4316), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3102), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210553] = 15, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3863), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4290), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4922), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5784), 1, + aux_sym_for_statement_repeat1, + STATE(6733), 1, + sym_body, + STATE(3827), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253271] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1155), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3103), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4301), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4895), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5855), 1, + aux_sym_for_statement_repeat1, + STATE(7176), 1, + sym_body, + STATE(3828), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210617] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253344] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1183), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3104), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3839), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4282), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4978), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5965), 1, + aux_sym_for_statement_repeat1, + STATE(7027), 1, + sym_body, + STATE(3829), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210681] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253417] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1147), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3105), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4359), 1, + aux_sym_for_phrase_repeat2, + STATE(4945), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5837), 1, + aux_sym_for_statement_repeat1, + STATE(7159), 1, + sym_body, + STATE(3830), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210745] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253490] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1151), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3106), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4343), 1, + aux_sym_for_phrase_repeat2, + STATE(4963), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5974), 1, + aux_sym_for_statement_repeat1, + STATE(7204), 1, + sym_body, + STATE(3831), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210809] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253563] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3107), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4338), 1, + aux_sym_for_phrase_repeat2, + STATE(4982), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5981), 1, + aux_sym_for_statement_repeat1, + STATE(6693), 1, + sym_body, + STATE(3832), 2, sym_comment, sym_include, - ACTIONS(152), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(154), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [210855] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253636] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4318), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3108), 2, + ACTIONS(3435), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3437), 1, + aux_sym_dataset_expression_token1, + ACTIONS(4442), 1, + aux_sym_property_definition_token1, + ACTIONS(4444), 1, + aux_sym_event_definition_token1, + STATE(4073), 1, + aux_sym_property_definition_repeat1, + STATE(4090), 1, + sym_serialization_tuning, + STATE(4215), 1, + aux_sym_event_definition_repeat1, + STATE(4222), 1, + aux_sym_variable_definition_repeat1, + STATE(4265), 1, + sym_property_type, + STATE(4490), 1, + aux_sym_buffer_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(4440), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3833), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210919] = 15, + STATE(4115), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [253705] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1159), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3109), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3819), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4338), 1, + aux_sym_for_phrase_repeat2, + STATE(4982), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5981), 1, + aux_sym_for_statement_repeat1, + STATE(6693), 1, + sym_body, + STATE(3834), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [210983] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253778] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4320), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3110), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4308), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4960), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6102), 1, + aux_sym_for_statement_repeat1, + STATE(7132), 1, + sym_body, + STATE(3835), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211047] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253851] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1175), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3111), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4364), 1, + aux_sym_for_phrase_repeat2, + STATE(4964), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6025), 1, + aux_sym_for_statement_repeat1, + STATE(6767), 1, + sym_body, + STATE(3836), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211111] = 7, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [253924] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4322), 1, - anon_sym_NO_DASHERROR, - STATE(3112), 2, + ACTIONS(5192), 1, + sym_identifier, + ACTIONS(5196), 1, + aux_sym_class_type_token1, + STATE(2072), 1, + sym__type, + STATE(3716), 1, + sym_qualified_name, + STATE(3837), 2, sym_comment, sym_include, - ACTIONS(398), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(400), 24, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [211159] = 15, + STATE(3879), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(5194), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [253975] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4324), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3113), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3903), 1, + sym_where_clause, + STATE(3919), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4643), 1, + aux_sym_for_phrase_repeat2, + STATE(5216), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5083), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3838), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211223] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254046] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4326), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3114), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4328), 1, + aux_sym_for_phrase_repeat2, + STATE(4949), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5977), 1, + aux_sym_for_statement_repeat1, + STATE(7022), 1, + sym_body, + STATE(3839), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211287] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254119] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(180), 2, - sym__or_operator, - sym__and_operator, - STATE(3115), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4252), 1, + sym_to_phrase, + STATE(4406), 1, + sym_while_phrase, + STATE(4414), 1, + aux_sym_do_block_repeat1, + STATE(5086), 1, + sym_stop_after_phrase, + STATE(5150), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7057), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3840), 2, sym_comment, sym_include, - ACTIONS(182), 26, - anon_sym_SLASH, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [254198] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5198), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [211333] = 15, + ACTIONS(5200), 1, + aux_sym_class_type_token1, + STATE(4362), 1, + sym_qualified_name, + STATE(5568), 1, + sym__type, + STATE(3841), 2, + sym_comment, + sym_include, + STATE(4645), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(5154), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [254249] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1167), 1, - aux_sym_output_stream_statement_token1, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3116), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4292), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4954), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5992), 1, + aux_sym_for_statement_repeat1, + STATE(7016), 1, + sym_body, + STATE(3842), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211397] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254322] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(3117), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3803), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4347), 1, + aux_sym_for_phrase_repeat2, + STATE(4992), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5888), 1, + aux_sym_for_statement_repeat1, + STATE(6982), 1, + sym_body, + STATE(3843), 2, sym_comment, sym_include, - ACTIONS(126), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [211443] = 14, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254395] = 21, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3888), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4308), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4960), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6102), 1, + aux_sym_for_statement_repeat1, + STATE(7132), 1, + sym_body, + STATE(3844), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254468] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3118), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3806), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4346), 1, + aux_sym_for_phrase_repeat2, + STATE(4990), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6036), 1, + aux_sym_for_statement_repeat1, + STATE(6924), 1, + sym_body, + STATE(3845), 2, sym_comment, sym_include, - ACTIONS(1179), 3, - sym__or_operator, - sym__and_operator, - aux_sym_output_stream_statement_token1, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211505] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254541] = 24, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4328), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3119), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4247), 1, + sym_to_phrase, + STATE(4417), 1, + sym_while_phrase, + STATE(4424), 1, + aux_sym_do_block_repeat1, + STATE(5229), 1, + sym_stop_after_phrase, + STATE(5230), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7099), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3846), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211569] = 6, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [254620] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(184), 2, - sym__or_operator, - sym__and_operator, - STATE(3120), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3918), 1, + sym_preselect_phrase, + STATE(4463), 1, + sym_to_phrase, + STATE(4823), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_while_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5673), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7139), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3847), 2, sym_comment, sym_include, - ACTIONS(186), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [211615] = 9, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [254699] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, sym_identifier, - ACTIONS(4330), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(3121), 2, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3930), 1, + sym_preselect_phrase, + STATE(4437), 1, + sym_to_phrase, + STATE(4881), 1, + sym_while_phrase, + STATE(4885), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5630), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7050), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3848), 2, sym_comment, sym_include, - ACTIONS(1373), 23, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - [211667] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [254778] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4332), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3122), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4283), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4937), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6190), 1, + aux_sym_for_statement_repeat1, + STATE(6810), 1, + sym_body, + STATE(3849), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211731] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254851] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4334), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3123), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4352), 1, + aux_sym_for_phrase_repeat2, + STATE(4983), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5957), 1, + aux_sym_for_statement_repeat1, + STATE(7037), 1, + sym_body, + STATE(3850), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211795] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254924] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(232), 2, - sym__or_operator, - sym__and_operator, - STATE(3124), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3842), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4328), 1, + aux_sym_for_phrase_repeat2, + STATE(4949), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5977), 1, + aux_sym_for_statement_repeat1, + STATE(7022), 1, + sym_body, + STATE(3851), 2, sym_comment, sym_include, - ACTIONS(234), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [211841] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [254997] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4336), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3125), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3861), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4301), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4895), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5855), 1, + aux_sym_for_statement_repeat1, + STATE(7176), 1, + sym_body, + STATE(3852), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [211905] = 5, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255070] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(3126), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3826), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4283), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4937), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6190), 1, + aux_sym_for_statement_repeat1, + STATE(6810), 1, + sym_body, + STATE(3853), 2, sym_comment, sym_include, - ACTIONS(152), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(154), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [211949] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255143] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4338), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3127), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3817), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4352), 1, + aux_sym_for_phrase_repeat2, + STATE(4983), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5957), 1, + aux_sym_for_statement_repeat1, + STATE(7037), 1, + sym_body, + STATE(3854), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212013] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255216] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4340), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3128), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4357), 1, + aux_sym_for_phrase_repeat2, + STATE(4923), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5892), 1, + aux_sym_for_statement_repeat1, + STATE(7154), 1, + sym_body, + STATE(3855), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212077] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255289] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1171), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3129), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4282), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4978), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5965), 1, + aux_sym_for_statement_repeat1, + STATE(7027), 1, + sym_body, + STATE(3856), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212141] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255362] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4342), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3130), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4341), 1, + aux_sym_for_phrase_repeat2, + STATE(4946), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6128), 1, + aux_sym_for_statement_repeat1, + STATE(7249), 1, + sym_body, + STATE(3857), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212205] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255435] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(212), 2, - sym__or_operator, - sym__and_operator, - STATE(3131), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3785), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4303), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4966), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5874), 1, + aux_sym_for_statement_repeat1, + STATE(7021), 1, + sym_body, + STATE(3858), 2, sym_comment, sym_include, - ACTIONS(214), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [212251] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255508] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4344), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3132), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3818), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4341), 1, + aux_sym_for_phrase_repeat2, + STATE(4946), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6128), 1, + aux_sym_for_statement_repeat1, + STATE(7249), 1, + sym_body, + STATE(3859), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212315] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255581] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4346), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3133), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3912), 1, + aux_sym_for_phrase_repeat1, + STATE(3928), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4558), 1, + aux_sym_for_phrase_repeat2, + STATE(5130), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5202), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3860), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212379] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255652] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4348), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3134), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4295), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4901), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5757), 1, + aux_sym_for_statement_repeat1, + STATE(7173), 1, + sym_body, + STATE(3861), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212443] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255725] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(228), 2, - sym__or_operator, - sym__and_operator, - STATE(3135), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3900), 1, + sym_preselect_phrase, + STATE(4480), 1, + sym_to_phrase, + STATE(4822), 1, + sym_while_phrase, + STATE(4836), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5597), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6837), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7561), 1, + sym_assignment, + STATE(3862), 2, sym_comment, sym_include, - ACTIONS(230), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [212489] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255804] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4350), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3136), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4333), 1, + aux_sym_for_phrase_repeat2, + STATE(4951), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5927), 1, + aux_sym_for_statement_repeat1, + STATE(6687), 1, + sym_body, + STATE(3863), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212553] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [255877] = 24, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4352), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3137), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4253), 1, + sym_to_phrase, + STATE(4407), 1, + sym_while_phrase, + STATE(4410), 1, + aux_sym_do_block_repeat1, + STATE(5092), 1, + sym_stop_after_phrase, + STATE(5093), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7262), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3864), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212617] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255956] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4354), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3138), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4278), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4929), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5910), 1, + aux_sym_for_statement_repeat1, + STATE(6973), 1, + sym_body, + STATE(3865), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212681] = 12, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256029] = 24, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(725), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(730), 1, - sym__multiplicative_operator, - STATE(731), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(3139), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4260), 1, + sym_to_phrase, + STATE(4484), 1, + sym_while_phrase, + STATE(4494), 1, + aux_sym_do_block_repeat1, + STATE(5097), 1, + aux_sym_repeat_statement_repeat1, + STATE(5105), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6862), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3866), 2, sym_comment, sym_include, - ACTIONS(1163), 18, - sym__or_operator, - sym__and_operator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_output_stream_statement_token1, - [212739] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256108] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4356), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3140), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3873), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4278), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4929), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5910), 1, + aux_sym_for_statement_repeat1, + STATE(6973), 1, + sym_body, + STATE(3867), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212803] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256181] = 24, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4261), 1, + sym_to_phrase, + STATE(4367), 1, + aux_sym_do_block_repeat1, + STATE(4429), 1, + sym_while_phrase, + STATE(5162), 1, + aux_sym_repeat_statement_repeat1, + STATE(5164), 1, + sym_stop_after_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(7242), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3868), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256260] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4358), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3141), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3889), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4299), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4971), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6044), 1, + aux_sym_for_statement_repeat1, + STATE(7141), 1, + sym_body, + STATE(3869), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212867] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256333] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4360), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3142), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3830), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4284), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4942), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5972), 1, + aux_sym_for_statement_repeat1, + STATE(7153), 1, + sym_body, + STATE(3870), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212931] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256406] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4362), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3143), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4299), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4971), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6044), 1, + aux_sym_for_statement_repeat1, + STATE(7141), 1, + sym_body, + STATE(3871), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [212995] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256479] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1167), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3144), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3849), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4293), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4907), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5744), 1, + aux_sym_for_statement_repeat1, + STATE(6969), 1, + sym_body, + STATE(3872), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213059] = 6, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256552] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(208), 2, - sym__or_operator, - sym__and_operator, - STATE(3145), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4347), 1, + aux_sym_for_phrase_repeat2, + STATE(4992), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5888), 1, + aux_sym_for_statement_repeat1, + STATE(6982), 1, + sym_body, + STATE(3873), 2, sym_comment, sym_include, - ACTIONS(210), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [213105] = 12, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256625] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1161), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(3146), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4293), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4907), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5744), 1, + aux_sym_for_statement_repeat1, + STATE(6969), 1, + sym_body, + STATE(3874), 2, sym_comment, sym_include, - ACTIONS(1163), 18, - sym__or_operator, - sym__and_operator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_if_statement_token2, - [213163] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [256698] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3969), 1, - sym__escaped_string, - STATE(3147), 2, - sym_comment, - sym_include, - ACTIONS(3967), 28, + ACTIONS(7), 1, anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [213207] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4364), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3148), 2, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3920), 1, + sym_preselect_phrase, + STATE(4451), 1, + sym_to_phrase, + STATE(4702), 1, + aux_sym_repeat_statement_repeat1, + STATE(4738), 1, + sym_while_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5583), 1, + aux_sym_repeat_statement_repeat2, + STATE(5585), 1, + sym_function_call, + STATE(6613), 1, + sym_new_expression, + STATE(6850), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7561), 1, + sym_assignment, + STATE(3875), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213271] = 15, - ACTIONS(69), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256777] = 24, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4366), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3149), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213335] = 15, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(4981), 1, + aux_sym_while_phrase_token1, + ACTIONS(4983), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4985), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4987), 1, + aux_sym_do_tuning_token1, + STATE(4242), 1, + sym_to_phrase, + STATE(4369), 1, + sym_while_phrase, + STATE(4488), 1, + aux_sym_do_block_repeat1, + STATE(5201), 1, + sym_stop_after_phrase, + STATE(5202), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(6057), 1, + sym_do_tuning, + STATE(6613), 1, + sym_new_expression, + STATE(6844), 1, + sym_body, + STATE(7834), 1, + sym_assignment, + STATE(3876), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256856] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4368), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3150), 2, + ACTIONS(5206), 1, + aux_sym_variable_tuning_token2, + STATE(3877), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213399] = 5, - ACTIONS(3), 1, + ACTIONS(5204), 24, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [256899] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, - sym__escaped_string, - STATE(3151), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5210), 1, + aux_sym_variable_tuning_token2, + STATE(3878), 2, sym_comment, sym_include, - ACTIONS(3953), 28, - anon_sym_LBRACE, - sym_identifier, + ACTIONS(5208), 24, sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [213443] = 15, + [256942] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4370), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3152), 2, + ACTIONS(4624), 1, + aux_sym_variable_tuning_token2, + STATE(3879), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213507] = 10, + ACTIONS(4620), 24, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [256985] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - STATE(3153), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4302), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4919), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5825), 1, + aux_sym_for_statement_repeat1, + STATE(6990), 1, + sym_body, + STATE(3880), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 20, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_else_statement_token1, - [213561] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [257058] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - STATE(3154), 2, + ACTIONS(5214), 1, + aux_sym_variable_tuning_token2, + STATE(3881), 2, sym_comment, sym_include, - ACTIONS(1185), 4, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1187), 20, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_if_statement_token2, - [213615] = 6, - ACTIONS(3), 1, + ACTIONS(5212), 24, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [257101] = 21, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(4372), 1, - sym__namedot, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(3155), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4346), 1, + aux_sym_for_phrase_repeat2, + STATE(4990), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6036), 1, + aux_sym_for_statement_repeat1, + STATE(6924), 1, + sym_body, + STATE(3882), 2, sym_comment, sym_include, - ACTIONS(162), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [213661] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [257174] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4374), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3156), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3929), 1, + aux_sym_for_phrase_repeat1, + STATE(3932), 1, + sym_where_clause, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4544), 1, + aux_sym_for_phrase_repeat2, + STATE(5132), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5073), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3883), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213725] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [257245] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(204), 2, - sym__or_operator, - sym__and_operator, - STATE(3157), 2, + ACTIONS(5216), 1, + sym_identifier, + ACTIONS(5218), 1, + aux_sym_class_type_token1, + STATE(2072), 1, + sym__type, + STATE(4362), 1, + sym_qualified_name, + STATE(3884), 2, sym_comment, sym_include, - ACTIONS(206), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [213771] = 14, + STATE(4645), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(5154), 18, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + [257296] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3158), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3542), 1, + aux_sym_where_clause_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3899), 1, + sym_where_clause, + STATE(3922), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4566), 1, + aux_sym_for_phrase_repeat2, + STATE(5157), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5220), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3885), 2, sym_comment, sym_include, - ACTIONS(1179), 3, - sym__or_operator, - sym__and_operator, - aux_sym_if_statement_token2, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213833] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [257367] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4376), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3159), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4303), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4966), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5874), 1, + aux_sym_for_statement_repeat1, + STATE(7021), 1, + sym_body, + STATE(3886), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213897] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [257440] = 24, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5168), 1, + aux_sym_preselect_phrase_token1, + STATE(3925), 1, + sym_preselect_phrase, + STATE(4434), 1, + sym_to_phrase, + STATE(4807), 1, + aux_sym_repeat_statement_repeat1, + STATE(4864), 1, + sym_while_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5617), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7232), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3887), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257519] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4378), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3160), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4287), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4912), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(6038), 1, + aux_sym_for_statement_repeat1, + STATE(7143), 1, + sym_body, + STATE(3888), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [213961] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [257592] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4380), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3161), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4284), 1, + aux_sym_for_phrase_repeat2, + STATE(4310), 1, + sym_query_tuning, + STATE(4942), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + STATE(5972), 1, + aux_sym_for_statement_repeat1, + STATE(7153), 1, + sym_body, + STATE(3889), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214025] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [257665] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3162), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5001), 1, + aux_sym_where_clause_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3945), 1, + aux_sym_for_phrase_repeat1, + STATE(3946), 1, + sym_where_clause, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4875), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3890), 2, sym_comment, sym_include, - ACTIONS(102), 3, - sym__namedot, - sym__or_operator, - sym__and_operator, - ACTIONS(104), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(4991), 7, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [214069] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [257729] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1155), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3163), 2, + ACTIONS(5230), 1, + anon_sym_COMMA, + ACTIONS(5233), 1, + aux_sym_of_token1, + ACTIONS(5235), 1, + sym__namedot, + STATE(3935), 1, + aux_sym_qualified_name_repeat1, + STATE(3937), 1, + aux_sym_data_relation_repeat1, + STATE(4062), 1, + sym_of, + STATE(3891), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214133] = 6, - ACTIONS(3), 1, + ACTIONS(5228), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [257781] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - STATE(3164), 2, + ACTIONS(5241), 1, + aux_sym_button_tuning_token2, + ACTIONS(5239), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3892), 2, sym_comment, sym_include, - ACTIONS(194), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(5237), 21, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [214179] = 15, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [257825] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4382), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3165), 2, + ACTIONS(5241), 1, + aux_sym_button_tuning_token15, + ACTIONS(5239), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3893), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214243] = 15, + ACTIONS(5237), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [257869] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1147), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3166), 2, + ACTIONS(5245), 1, + aux_sym_using_statement_token2, + ACTIONS(5247), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3894), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214307] = 15, + ACTIONS(5243), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [257913] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4384), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3167), 2, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5269), 1, + aux_sym_argument_mode_token3, + ACTIONS(5274), 1, + aux_sym_property_definition_token1, + ACTIONS(5276), 1, + aux_sym_event_definition_token1, + STATE(7334), 1, + sym_scope_tuning, + ACTIONS(5264), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(5271), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3895), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214371] = 6, + ACTIONS(5249), 3, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5253), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(5259), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [257973] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(196), 2, - sym__or_operator, - sym__and_operator, - STATE(3168), 2, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5001), 1, + aux_sym_where_clause_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3942), 1, + sym_where_clause, + STATE(3944), 1, + aux_sym_for_phrase_repeat1, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4766), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3896), 2, sym_comment, sym_include, - ACTIONS(198), 26, - anon_sym_SLASH, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5278), 7, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [214417] = 5, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [258037] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3169), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5233), 1, + aux_sym_of_token1, + ACTIONS(5235), 1, + sym__namedot, + ACTIONS(5282), 1, + anon_sym_COMMA, + STATE(3935), 1, + aux_sym_qualified_name_repeat1, + STATE(3941), 1, + aux_sym_data_relation_repeat1, + STATE(4055), 1, + sym_of, + STATE(3897), 2, sym_comment, sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(158), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5280), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [214461] = 6, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [258089] = 13, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(200), 2, - sym__or_operator, - sym__and_operator, - STATE(3170), 2, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5269), 1, + aux_sym_argument_mode_token3, + ACTIONS(5274), 1, + aux_sym_property_definition_token1, + ACTIONS(5276), 1, + aux_sym_event_definition_token1, + ACTIONS(5264), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(5271), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3898), 2, sym_comment, sym_include, - ACTIONS(202), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + ACTIONS(5249), 3, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5259), 9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [214507] = 15, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [258144] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4386), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3171), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3916), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4556), 1, + aux_sym_for_phrase_repeat2, + STATE(5129), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5285), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3899), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214571] = 9, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [258209] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, sym_identifier, - ACTIONS(4388), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(3172), 2, - sym_comment, - sym_include, - ACTIONS(1373), 23, + ACTIONS(4979), 1, anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, aux_sym_on_error_phrase_token1, - [214623] = 15, + STATE(4370), 1, + sym_to_phrase, + STATE(4680), 1, + aux_sym_repeat_statement_repeat1, + STATE(4887), 1, + sym_while_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5578), 1, + aux_sym_repeat_statement_repeat2, + STATE(5585), 1, + sym_function_call, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6879), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3900), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258282] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4390), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3173), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4643), 1, + aux_sym_for_phrase_repeat2, + STATE(5216), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5083), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3901), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214687] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [258347] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(172), 2, - sym__or_operator, - sym__and_operator, - STATE(3174), 2, - sym_comment, - sym_include, - ACTIONS(174), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - [214733] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4392), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3175), 2, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4379), 1, + sym_to_phrase, + STATE(4685), 1, + sym_while_phrase, + STATE(4686), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5631), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7108), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3902), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214797] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258420] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4394), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3176), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3922), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4566), 1, + aux_sym_for_phrase_repeat2, + STATE(5157), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5220), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3903), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214861] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [258485] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4396), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3177), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(3929), 1, + aux_sym_for_phrase_repeat1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4544), 1, + aux_sym_for_phrase_repeat2, + STATE(5132), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5073), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3904), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214925] = 15, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [258550] = 17, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4398), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3178), 2, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5041), 1, + aux_sym_where_clause_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(3963), 1, + aux_sym_for_phrase_repeat1, + STATE(3965), 1, + sym_where_clause, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, + sym_using, + STATE(4934), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(3905), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [214989] = 15, + ACTIONS(4991), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5287), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [258613] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4400), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3179), 2, + ACTIONS(5239), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3906), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215053] = 6, + ACTIONS(5237), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [258654] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(240), 2, - sym__or_operator, - sym__and_operator, - STATE(3180), 2, + ACTIONS(5293), 1, + anon_sym_COMMA, + ACTIONS(5296), 1, + aux_sym_of_token1, + ACTIONS(5298), 1, + sym__namedot, + STATE(3953), 1, + aux_sym_data_relation_repeat1, + STATE(3973), 1, + aux_sym_qualified_name_repeat1, + STATE(4081), 1, + sym_of, + STATE(3907), 2, sym_comment, sym_include, - ACTIONS(242), 26, - anon_sym_SLASH, + ACTIONS(5228), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [215099] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [258705] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(3181), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4544), 1, + aux_sym_for_phrase_repeat2, + STATE(5132), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5073), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3908), 2, sym_comment, sym_include, - ACTIONS(148), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(150), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [215143] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [258770] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4402), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3182), 2, + ACTIONS(5302), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3909), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215207] = 24, + ACTIONS(5300), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [258811] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3238), 1, - sym__pre_tuning, - STATE(3433), 1, + STATE(3919), 1, aux_sym_for_phrase_repeat1, - STATE(3443), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3743), 1, + STATE(4643), 1, aux_sym_for_phrase_repeat2, - STATE(4301), 1, + STATE(5216), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5225), 1, - aux_sym_for_statement_repeat1, - STATE(6220), 1, - sym_body, - STATE(3183), 2, + ACTIONS(5083), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3910), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [215289] = 23, + [258876] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5306), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3911), 2, + sym_comment, + sym_include, + ACTIONS(5304), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [258917] = 18, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3325), 1, - sym_of, - STATE(3348), 1, - sym__pre_tuning, - STATE(3452), 1, - sym_where_clause, - STATE(3461), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, sym_query_tuning, - STATE(4083), 1, + STATE(4495), 1, aux_sym_for_phrase_repeat2, - STATE(4485), 1, + STATE(5173), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - ACTIONS(3944), 2, + ACTIONS(5308), 2, anon_sym_COLON, anon_sym_COMMA, - STATE(3184), 2, + STATE(3912), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [215369] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4404), 1, - sym__terminator, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3185), 2, - sym_comment, - sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215433] = 15, + [258982] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1155), 1, - aux_sym_else_statement_token1, - STATE(413), 1, - sym__comparison_operator, - STATE(414), 1, - sym__multiplicative_operator, - STATE(415), 1, - sym__additive_operator, - STATE(416), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3186), 2, + ACTIONS(5312), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3913), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215497] = 15, - ACTIONS(69), 1, + ACTIONS(5310), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [259023] = 17, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4406), 1, - anon_sym_RBRACK, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3187), 2, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5041), 1, + aux_sym_where_clause_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(3955), 1, + sym_where_clause, + STATE(3970), 1, + aux_sym_for_phrase_repeat1, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, + sym_using, + STATE(4893), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(3914), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215561] = 15, + ACTIONS(5278), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5287), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [259086] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4408), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3188), 2, + ACTIONS(5316), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3915), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215625] = 15, + ACTIONS(5314), 21, + sym__terminator, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [259127] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, - anon_sym_RPAREN, - STATE(945), 1, - sym__logical_operator, - STATE(946), 1, - sym__additive_operator, - STATE(947), 1, - sym__multiplicative_operator, - STATE(948), 1, - sym__comparison_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3189), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4582), 1, + aux_sym_for_phrase_repeat2, + STATE(5172), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5318), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3916), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215689] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [259192] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(224), 2, - sym__or_operator, - sym__and_operator, - STATE(3190), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4480), 1, + sym_to_phrase, + STATE(4822), 1, + sym_while_phrase, + STATE(4836), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5597), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6837), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7561), 1, + sym_assignment, + STATE(3917), 2, sym_comment, sym_include, - ACTIONS(226), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - [215735] = 5, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259265] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4051), 1, - sym__escaped_string, - STATE(3191), 2, - sym_comment, - sym_include, - ACTIONS(4049), 28, + ACTIONS(7), 1, anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [215779] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4412), 1, + ACTIONS(4977), 1, sym_identifier, - STATE(3254), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3192), 2, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4487), 1, + sym_to_phrase, + STATE(4755), 1, + sym_while_phrase, + STATE(4758), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5644), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7126), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3918), 2, sym_comment, sym_include, - ACTIONS(1408), 25, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [215827] = 15, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259338] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4415), 1, - aux_sym_if_statement_token2, - STATE(1040), 1, - sym__comparison_operator, - STATE(1041), 1, - sym__multiplicative_operator, - STATE(1042), 1, - sym__additive_operator, - STATE(1043), 1, - sym__logical_operator, - ACTIONS(1064), 2, - anon_sym_SLASH, - aux_sym__multiplicative_operator_token2, - ACTIONS(1066), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1072), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2427), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2431), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3193), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4566), 1, + aux_sym_for_phrase_repeat2, + STATE(5157), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5220), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3919), 2, sym_comment, sym_include, - ACTIONS(2429), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [215891] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [259403] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(3194), 2, - sym_comment, - sym_include, - ACTIONS(89), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - [215936] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(4977), 1, sym_identifier, - ACTIONS(4417), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(3195), 2, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4415), 1, + sym_to_phrase, + STATE(4667), 1, + sym_while_phrase, + STATE(4716), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5656), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6655), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7561), 1, + sym_assignment, + STATE(3920), 2, sym_comment, sym_include, - ACTIONS(1373), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_else_statement_token1, - [215987] = 11, - ACTIONS(3), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259476] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2580), 1, - sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - STATE(3196), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4609), 1, + aux_sym_for_phrase_repeat2, + STATE(5178), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5320), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3921), 2, sym_comment, sym_include, - STATE(3880), 2, - sym_string_literal, - sym__type, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [216042] = 5, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [259541] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(4421), 1, - sym__escaped_string, - STATE(3197), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4556), 1, + aux_sym_for_phrase_repeat2, + STATE(5129), 1, + aux_sym_repeat_statement_repeat1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5285), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3922), 2, sym_comment, sym_include, - ACTIONS(4419), 27, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [216085] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [259606] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2580), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - STATE(3198), 2, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4437), 1, + sym_to_phrase, + STATE(4881), 1, + sym_while_phrase, + STATE(4885), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5630), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7050), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3923), 2, sym_comment, sym_include, - STATE(3871), 2, - sym_string_literal, - sym__type, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [216140] = 5, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259679] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(232), 2, - sym__or_operator, - sym__and_operator, - STATE(3199), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5296), 1, + aux_sym_of_token1, + ACTIONS(5298), 1, + sym__namedot, + ACTIONS(5322), 1, + anon_sym_COMMA, + STATE(3972), 1, + aux_sym_data_relation_repeat1, + STATE(3973), 1, + aux_sym_qualified_name_repeat1, + STATE(4096), 1, + sym_of, + STATE(3924), 2, sym_comment, sym_include, - ACTIONS(234), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5280), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [216183] = 9, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [259730] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, sym_identifier, - ACTIONS(4423), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(3200), 2, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4405), 1, + sym_to_phrase, + STATE(4713), 1, + sym_while_phrase, + STATE(4715), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5598), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7260), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3925), 2, sym_comment, sym_include, - ACTIONS(1373), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_if_statement_token2, - [216234] = 6, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259803] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(244), 2, - sym__or_operator, - sym__and_operator, - STATE(3201), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4434), 1, + sym_to_phrase, + STATE(4807), 1, + aux_sym_repeat_statement_repeat1, + STATE(4864), 1, + sym_while_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5585), 1, + sym_function_call, + STATE(5617), 1, + aux_sym_repeat_statement_repeat2, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7232), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3926), 2, sym_comment, sym_include, - ACTIONS(246), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [216279] = 6, - ACTIONS(3), 1, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259876] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(232), 2, - sym__or_operator, - sym__and_operator, - STATE(3202), 2, + ACTIONS(2865), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3927), 2, sym_comment, sym_include, - ACTIONS(234), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(2863), 21, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [216324] = 23, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token4, + aux_sym_image_phrase_token2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + aux_sym_button_tuning_token1, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token4, + aux_sym_button_tuning_token5, + aux_sym_button_tuning_token6, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token8, + aux_sym_button_tuning_token9, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + aux_sym_button_tuning_token12, + aux_sym_button_tuning_token13, + aux_sym_button_tuning_token14, + aux_sym_button_tuning_token16, + aux_sym_button_tuning_token17, + [259917] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3338), 1, - sym_where_clause, - STATE(3373), 1, + STATE(3921), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3776), 1, + STATE(4495), 1, aux_sym_for_phrase_repeat2, - STATE(4323), 1, + STATE(5173), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5240), 1, - aux_sym_for_statement_repeat1, - STATE(6268), 1, - sym_body, - STATE(3203), 2, + ACTIONS(5308), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3928), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [216403] = 23, + [259982] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3365), 1, - aux_sym_for_phrase_repeat1, - STATE(3368), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3707), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, sym_query_tuning, - STATE(4321), 1, + STATE(4558), 1, + aux_sym_for_phrase_repeat2, + STATE(5130), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5072), 1, - aux_sym_for_statement_repeat1, - STATE(5896), 1, - sym_body, - STATE(3204), 2, + ACTIONS(5202), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3929), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [216482] = 23, + [260047] = 22, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4400), 1, + sym_to_phrase, + STATE(4751), 1, + sym_while_phrase, + STATE(4752), 1, + aux_sym_repeat_statement_repeat1, + STATE(5507), 1, + sym_object_access, + STATE(5566), 1, + aux_sym_repeat_statement_repeat2, + STATE(5585), 1, + sym_function_call, + STATE(6613), 1, + sym_new_expression, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7074), 1, + sym_body, + STATE(7561), 1, + sym_assignment, + STATE(3930), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260120] = 22, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4977), 1, + sym_identifier, + ACTIONS(4979), 1, + anon_sym_COLON, + ACTIONS(5162), 1, + aux_sym_while_phrase_token1, + ACTIONS(5164), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5166), 1, + aux_sym_on_error_phrase_token1, + STATE(4413), 1, + sym_to_phrase, + STATE(4743), 1, + aux_sym_repeat_statement_repeat1, + STATE(4745), 1, + sym_while_phrase, + STATE(5507), 1, + sym_object_access, + STATE(5571), 1, + aux_sym_repeat_statement_repeat2, + STATE(5585), 1, + sym_function_call, + STATE(6613), 1, + sym_new_expression, + STATE(6826), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7561), 1, + sym_assignment, + STATE(3931), 2, + sym_comment, + sym_include, + STATE(6295), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260193] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(3403), 1, + STATE(3912), 1, aux_sym_for_phrase_repeat1, - STATE(3427), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3753), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(4295), 1, + STATE(4558), 1, + aux_sym_for_phrase_repeat2, + STATE(5130), 1, aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5458), 1, - aux_sym_for_statement_repeat1, - STATE(5927), 1, - sym_body, - STATE(3205), 2, + ACTIONS(5202), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3932), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [216561] = 9, - ACTIONS(69), 1, + [260258] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4427), 1, - aux_sym_using_statement_token2, - ACTIONS(4431), 1, - aux_sym_image_phrase_token4, - ACTIONS(4429), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(4433), 2, - aux_sym_image_phrase_token5, - aux_sym_image_phrase_token6, - STATE(3206), 2, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3945), 1, + aux_sym_for_phrase_repeat1, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4875), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3933), 2, sym_comment, sym_include, - ACTIONS(4425), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [216612] = 6, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(4991), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [260316] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(236), 2, - sym__or_operator, - sym__and_operator, - STATE(3207), 2, + ACTIONS(5325), 1, + sym__namedot, + STATE(3934), 3, sym_comment, sym_include, - ACTIONS(238), 25, - anon_sym_SLASH, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 20, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [216657] = 11, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [260356] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2580), 1, + ACTIONS(5235), 1, + sym__namedot, + STATE(3934), 1, + aux_sym_qualified_name_repeat1, + STATE(3935), 2, + sym_comment, + sym_include, + ACTIONS(104), 20, + anon_sym_COLON, sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - STATE(3208), 2, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [260398] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5235), 1, + sym__namedot, + STATE(3935), 1, + aux_sym_qualified_name_repeat1, + STATE(3936), 2, sym_comment, sym_include, - STATE(3847), 2, - sym_string_literal, - sym__type, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [216712] = 6, + ACTIONS(5328), 20, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [260440] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(132), 2, - sym__or_operator, - sym__and_operator, - STATE(3209), 2, + ACTIONS(5233), 1, + aux_sym_of_token1, + ACTIONS(5332), 1, + anon_sym_COMMA, + STATE(3968), 1, + aux_sym_data_relation_repeat1, + STATE(4023), 1, + sym_of, + STATE(3937), 2, sym_comment, sym_include, - ACTIONS(134), 25, - anon_sym_SLASH, + ACTIONS(5330), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [260486] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3988), 1, + aux_sym_for_phrase_repeat1, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4875), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3938), 2, + sym_comment, + sym_include, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(4991), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [260544] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3988), 1, + aux_sym_for_phrase_repeat1, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4709), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3939), 2, + sym_comment, + sym_include, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5335), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [260602] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5230), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(5233), 1, + aux_sym_of_token1, + STATE(3937), 1, + aux_sym_data_relation_repeat1, + STATE(4062), 1, + sym_of, + STATE(3940), 2, + sym_comment, + sym_include, + ACTIONS(5228), 18, + anon_sym_COLON, + sym_identifier, aux_sym_scope_tuning_token1, - [216757] = 23, - ACTIONS(69), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [260648] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5233), 1, + aux_sym_of_token1, + ACTIONS(5339), 1, + anon_sym_COMMA, + STATE(3968), 1, + aux_sym_data_relation_repeat1, + STATE(4017), 1, + sym_of, + STATE(3941), 2, + sym_comment, + sym_include, + ACTIONS(5337), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + aux_sym_sort_clause_token1, + [260694] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3939), 1, + aux_sym_for_phrase_repeat1, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4710), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3942), 2, + sym_comment, + sym_include, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5342), 7, anon_sym_COLON, - ACTIONS(3051), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [260752] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5233), 1, + aux_sym_of_token1, + ACTIONS(5282), 1, anon_sym_COMMA, - ACTIONS(3053), 1, + STATE(3941), 1, + aux_sym_data_relation_repeat1, + STATE(4055), 1, + sym_of, + STATE(3943), 2, + sym_comment, + sym_include, + ACTIONS(5280), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3401), 1, + [260798] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3988), 1, aux_sym_for_phrase_repeat1, - STATE(3402), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4128), 1, sym_using, - STATE(3754), 1, + STATE(4139), 1, sym_query_tuning, - STATE(3768), 1, + STATE(4710), 1, aux_sym_for_phrase_repeat2, - STATE(4331), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5074), 1, sym_sort_clause, - STATE(5156), 1, - aux_sym_for_statement_repeat1, - STATE(6403), 1, - sym_body, - STATE(3210), 2, + STATE(3944), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5222), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [216836] = 5, + ACTIONS(5342), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [260856] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(228), 2, - sym__or_operator, - sym__and_operator, - STATE(3211), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3988), 1, + aux_sym_for_phrase_repeat1, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4766), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3945), 2, sym_comment, sym_include, - ACTIONS(230), 26, - anon_sym_SLASH, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5278), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [260914] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + ACTIONS(5224), 1, + aux_sym_using_statement_token1, + ACTIONS(5226), 1, + aux_sym_query_tuning_token6, + STATE(3944), 1, + aux_sym_for_phrase_repeat1, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(4766), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(3946), 2, + sym_comment, + sym_include, + ACTIONS(5222), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5278), 7, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [216879] = 8, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [260972] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4437), 1, - aux_sym_variable_tuning_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3212), 2, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5350), 1, + aux_sym_button_definition_token1, + ACTIONS(5348), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3947), 2, sym_comment, sym_include, - ACTIONS(4435), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5249), 5, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5344), 9, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [216928] = 8, + [261019] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3213), 2, + ACTIONS(5293), 1, + anon_sym_COMMA, + ACTIONS(5296), 1, + aux_sym_of_token1, + STATE(3953), 1, + aux_sym_data_relation_repeat1, + STATE(4081), 1, + sym_of, + STATE(3948), 2, sym_comment, sym_include, - ACTIONS(1408), 23, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_of_phrase_token1, - [216977] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(5228), 17, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3352), 1, - aux_sym_for_phrase_repeat1, - STATE(3358), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3696), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4257), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5515), 1, - aux_sym_for_statement_repeat1, - STATE(6377), 1, - sym_body, - STATE(3214), 2, + [261064] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5352), 1, + sym__namedot, + STATE(3949), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 19, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [217056] = 8, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [261103] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, + ACTIONS(5190), 1, + sym__escaped_string, + STATE(3950), 2, + sym_comment, + sym_include, + ACTIONS(3740), 20, sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3215), 2, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + aux_sym_class_type_token1, + [261142] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5357), 1, + sym__namedot, + STATE(3976), 1, + aux_sym_qualified_name_repeat1, + STATE(3951), 2, sym_comment, sym_include, - ACTIONS(1408), 23, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - [217105] = 6, + ACTIONS(5355), 19, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [261183] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(188), 2, - sym__or_operator, - sym__and_operator, - STATE(3216), 2, + ACTIONS(5359), 1, + sym__namedot, + STATE(3952), 3, sym_comment, sym_include, - ACTIONS(190), 25, - anon_sym_SLASH, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [217150] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [261222] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - STATE(3217), 2, + ACTIONS(5296), 1, + aux_sym_of_token1, + ACTIONS(5362), 1, + anon_sym_COMMA, + STATE(4014), 1, + aux_sym_data_relation_repeat1, + STATE(4083), 1, + sym_of, + STATE(3953), 2, sym_comment, sym_include, - ACTIONS(250), 25, - anon_sym_SLASH, + ACTIONS(5330), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [217195] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3361), 1, - sym_where_clause, - STATE(3363), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3699), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4296), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5399), 1, - aux_sym_for_statement_repeat1, - STATE(6148), 1, - sym_body, - STATE(3218), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [217274] = 23, - ACTIONS(69), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [261267] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(5039), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(5045), 1, aux_sym_sort_clause_token1, - STATE(3384), 1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(4039), 1, aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, sym_using, - STATE(3721), 1, + STATE(4920), 1, aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4272), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5223), 1, sym_sort_clause, - STATE(5490), 1, - aux_sym_for_statement_repeat1, - STATE(5865), 1, - sym_body, - STATE(3219), 2, + STATE(3954), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5287), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [217353] = 6, + ACTIONS(5335), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [261324] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(172), 2, - sym__or_operator, - sym__and_operator, - STATE(3220), 2, - sym_comment, - sym_include, - ACTIONS(174), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [217398] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(5039), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(5045), 1, aux_sym_sort_clause_token1, - STATE(3360), 1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(3954), 1, aux_sym_for_phrase_repeat1, - STATE(3429), 1, - sym_where_clause, - STATE(3551), 1, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, sym_using, - STATE(3708), 1, + STATE(4979), 1, aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5223), 1, sym_sort_clause, - STATE(5430), 1, - aux_sym_for_statement_repeat1, - STATE(6010), 1, - sym_body, - STATE(3221), 2, + STATE(3955), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5287), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [217477] = 6, + ACTIONS(5342), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [261381] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(224), 2, - sym__or_operator, - sym__and_operator, - STATE(3222), 2, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(4039), 1, + aux_sym_for_phrase_repeat1, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, + sym_using, + STATE(4934), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(3956), 2, sym_comment, sym_include, - ACTIONS(226), 25, - anon_sym_SLASH, + ACTIONS(4991), 6, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [217522] = 6, - ACTIONS(3), 1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5287), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [261438] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(228), 2, - sym__or_operator, - sym__and_operator, - STATE(3223), 2, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5365), 1, + aux_sym_button_definition_token1, + ACTIONS(5348), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3957), 2, sym_comment, sym_include, - ACTIONS(230), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5249), 5, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5344), 9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [217567] = 6, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [261485] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(232), 2, - sym__or_operator, - sym__and_operator, - STATE(3224), 2, + ACTIONS(5298), 1, + sym__namedot, + STATE(3973), 1, + aux_sym_qualified_name_repeat1, + STATE(3958), 2, sym_comment, sym_include, - ACTIONS(234), 25, - anon_sym_SLASH, + ACTIONS(5328), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [217612] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [261526] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(240), 2, - sym__or_operator, - sym__and_operator, - STATE(3225), 2, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(3963), 1, + aux_sym_for_phrase_repeat1, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, + sym_using, + STATE(4934), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(3959), 2, sym_comment, sym_include, - ACTIONS(242), 25, - anon_sym_SLASH, + ACTIONS(4991), 6, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [217657] = 6, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5287), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [261583] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(3226), 2, + ACTIONS(106), 1, + sym__namedot, + STATE(3960), 2, sym_comment, sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, + ACTIONS(108), 20, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [217702] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [261622] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(220), 2, - sym__or_operator, - sym__and_operator, - STATE(3227), 2, + ACTIONS(5367), 1, + sym__namedot, + STATE(3962), 1, + aux_sym_qualified_name_repeat1, + STATE(3961), 2, sym_comment, sym_include, - ACTIONS(222), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(102), 19, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [217747] = 23, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + aux_sym_function_call_token1, + aux_sym_setter_token1, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [261663] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(5369), 1, + sym__namedot, + STATE(3962), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(106), 19, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + aux_sym_function_call_token1, + aux_sym_setter_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [261702] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5039), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(5045), 1, aux_sym_sort_clause_token1, - STATE(3342), 1, - sym_where_clause, - STATE(3431), 1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(4039), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, sym_using, - STATE(3705), 1, + STATE(4893), 1, aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4266), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5223), 1, sym_sort_clause, - STATE(5218), 1, - aux_sym_for_statement_repeat1, - STATE(5976), 1, - sym_body, - STATE(3228), 2, + STATE(3963), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5278), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5287), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [217826] = 23, - ACTIONS(69), 1, + [261759] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(5372), 1, + sym__namedot, + STATE(3964), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 19, anon_sym_COLON, - ACTIONS(3051), 1, + sym_identifier, anon_sym_COMMA, - ACTIONS(3053), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3422), 1, - aux_sym_for_phrase_repeat1, - STATE(3423), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3752), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4254), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5318), 1, - aux_sym_for_statement_repeat1, - STATE(5948), 1, - sym_body, - STATE(3229), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [217905] = 23, - ACTIONS(69), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [261798] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(5039), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(5045), 1, aux_sym_sort_clause_token1, - STATE(3410), 1, - sym_where_clause, - STATE(3434), 1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(3970), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3754), 1, + STATE(4181), 1, sym_query_tuning, - STATE(3758), 1, + STATE(4236), 1, + sym_using, + STATE(4893), 1, aux_sym_for_phrase_repeat2, - STATE(4346), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5223), 1, sym_sort_clause, - STATE(5336), 1, - aux_sym_for_statement_repeat1, - STATE(6422), 1, - sym_body, - STATE(3230), 2, + STATE(3965), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5278), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(5287), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [217984] = 6, + [261855] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(176), 2, - sym__or_operator, - sym__and_operator, - STATE(3231), 2, + ACTIONS(5375), 1, + sym__namedot, + STATE(3952), 1, + aux_sym_qualified_name_repeat1, + STATE(3966), 2, sym_comment, sym_include, - ACTIONS(178), 25, - anon_sym_SLASH, + ACTIONS(104), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [218029] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [261896] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(180), 2, - sym__or_operator, - sym__and_operator, - STATE(3232), 2, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5377), 1, + aux_sym_button_definition_token1, + ACTIONS(5348), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3967), 2, sym_comment, sym_include, - ACTIONS(182), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5249), 5, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5344), 9, aux_sym_scope_tuning_token1, - [218074] = 6, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [261943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(252), 2, - sym__or_operator, - sym__and_operator, - STATE(3233), 2, - sym_comment, - sym_include, - ACTIONS(254), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, + ACTIONS(5379), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [218119] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(3234), 2, + STATE(3968), 3, sym_comment, sym_include, - ACTIONS(126), 25, - anon_sym_SLASH, + aux_sym_data_relation_repeat1, + ACTIONS(5328), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [218164] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3376), 1, - sym_where_clause, - STATE(3415), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3757), 1, - aux_sym_for_phrase_repeat2, - STATE(4332), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5341), 1, - aux_sym_for_statement_repeat1, - STATE(5942), 1, - sym_body, - STATE(3235), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [218243] = 23, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [261982] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5382), 1, + aux_sym_button_definition_token1, + ACTIONS(5348), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3969), 2, + sym_comment, + sym_include, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5249), 5, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5344), 9, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [262029] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5039), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + ACTIONS(5045), 1, aux_sym_sort_clause_token1, - STATE(3387), 1, - sym_where_clause, - STATE(3390), 1, + ACTIONS(5289), 1, + aux_sym_using_statement_token1, + ACTIONS(5291), 1, + aux_sym_query_tuning_token6, + STATE(4039), 1, aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, sym_using, - STATE(3722), 1, + STATE(4979), 1, aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4275), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, + STATE(5223), 1, sym_sort_clause, - STATE(5339), 1, - aux_sym_for_statement_repeat1, - STATE(6168), 1, - sym_body, - STATE(3236), 2, + STATE(3970), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5287), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [218322] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(3237), 2, - sym_comment, - sym_include, - ACTIONS(162), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5342), 6, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [218365] = 23, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [262086] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5384), 1, + aux_sym_button_definition_token1, + ACTIONS(5348), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3971), 2, + sym_comment, + sym_include, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5249), 5, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5344), 9, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [262133] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5296), 1, + aux_sym_of_token1, + ACTIONS(5386), 1, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3405), 1, - sym_where_clause, - STATE(3407), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3734), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4276), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5308), 1, - aux_sym_for_statement_repeat1, - STATE(6188), 1, - sym_body, - STATE(3238), 2, + STATE(4014), 1, + aux_sym_data_relation_repeat1, + STATE(4101), 1, + sym_of, + STATE(3972), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5337), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [218444] = 6, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262178] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(3239), 2, + ACTIONS(5298), 1, + sym__namedot, + STATE(3949), 1, + aux_sym_qualified_name_repeat1, + STATE(3973), 2, sym_comment, sym_include, - ACTIONS(162), 25, - anon_sym_SLASH, + ACTIONS(104), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [218489] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [262219] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(172), 2, - sym__or_operator, - sym__and_operator, - STATE(3240), 2, + ACTIONS(5391), 1, + sym__escaped_string, + STATE(3974), 2, sym_comment, sym_include, - ACTIONS(174), 25, - anon_sym_SLASH, + ACTIONS(5389), 20, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [218534] = 11, + aux_sym_primitive_type_token1, + aux_sym_primitive_type_token2, + aux_sym_primitive_type_token3, + aux_sym_primitive_type_token4, + aux_sym_primitive_type_token5, + aux_sym_primitive_type_token6, + aux_sym_primitive_type_token7, + aux_sym_primitive_type_token8, + aux_sym_primitive_type_token9, + aux_sym_primitive_type_token10, + aux_sym_primitive_type_token11, + aux_sym_primitive_type_token12, + aux_sym_primitive_type_token13, + aux_sym_primitive_type_token14, + aux_sym_primitive_type_token15, + aux_sym_primitive_type_token16, + aux_sym_primitive_type_token17, + aux_sym_primitive_type_token18, + aux_sym_class_type_token1, + [262258] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2580), 1, - sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, + ACTIONS(4805), 1, sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - STATE(3241), 2, + STATE(3975), 2, sym_comment, sym_include, - STATE(3812), 2, - sym_string_literal, - sym__type, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2582), 18, + ACTIONS(3742), 20, + sym_identifier, aux_sym_primitive_type_token1, aux_sym_primitive_type_token2, aux_sym_primitive_type_token3, @@ -244386,11465 +290100,8978 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primitive_type_token16, aux_sym_primitive_type_token17, aux_sym_primitive_type_token18, - [218589] = 6, + aux_sym_class_type_token1, + [262297] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(224), 2, - sym__or_operator, - sym__and_operator, - STATE(3242), 2, + ACTIONS(5357), 1, + sym__namedot, + STATE(3964), 1, + aux_sym_qualified_name_repeat1, + STATE(3976), 2, sym_comment, sym_include, - ACTIONS(226), 25, - anon_sym_SLASH, + ACTIONS(104), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [218634] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262338] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(252), 2, - sym__or_operator, - sym__and_operator, - STATE(3243), 2, + ACTIONS(5296), 1, + aux_sym_of_token1, + ACTIONS(5322), 1, + anon_sym_COMMA, + STATE(3972), 1, + aux_sym_data_relation_repeat1, + STATE(4096), 1, + sym_of, + STATE(3977), 2, sym_comment, sym_include, - ACTIONS(254), 25, - anon_sym_SLASH, + ACTIONS(5280), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [218679] = 5, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262383] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(216), 2, - sym__or_operator, - sym__and_operator, - STATE(3244), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5375), 1, + sym__namedot, + STATE(3966), 1, + aux_sym_qualified_name_repeat1, + STATE(3978), 2, sym_comment, sym_include, - ACTIONS(218), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5393), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [218722] = 5, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [262424] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(212), 2, - sym__or_operator, - sym__and_operator, - STATE(3245), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5375), 1, + sym__namedot, + STATE(3966), 1, + aux_sym_qualified_name_repeat1, + STATE(3979), 2, sym_comment, sym_include, - ACTIONS(214), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5395), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [218765] = 6, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [262465] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(3246), 2, + ACTIONS(5397), 1, + sym__namedot, + STATE(3984), 1, + aux_sym_qualified_name_repeat1, + STATE(3980), 2, sym_comment, sym_include, - ACTIONS(89), 25, - anon_sym_SLASH, + ACTIONS(5355), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262505] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5399), 1, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(3981), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [262551] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5403), 1, + aux_sym_using_token1, + STATE(4015), 1, + aux_sym_using_repeat1, + STATE(3982), 2, + sym_comment, + sym_include, + ACTIONS(5401), 18, + anon_sym_COLON, + sym_identifier, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [218810] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262591] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3983), 2, + sym_comment, + sym_include, + ACTIONS(5405), 18, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + aux_sym_using_token1, + [262631] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - STATE(3247), 2, + ACTIONS(5397), 1, + sym__namedot, + STATE(3991), 1, + aux_sym_qualified_name_repeat1, + STATE(3984), 2, sym_comment, sym_include, - ACTIONS(250), 25, - anon_sym_SLASH, + ACTIONS(104), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262671] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5407), 1, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(3985), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [262717] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + ACTIONS(5348), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3986), 2, + sym_comment, + sym_include, + ACTIONS(5251), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(5249), 5, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5344), 9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [218855] = 5, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [262761] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(208), 2, - sym__or_operator, - sym__and_operator, - STATE(3248), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5403), 1, + aux_sym_using_token1, + STATE(3982), 1, + aux_sym_using_repeat1, + STATE(3987), 2, sym_comment, sym_include, - ACTIONS(210), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5409), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [218898] = 5, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262801] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(204), 2, - sym__or_operator, - sym__and_operator, - STATE(3249), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5416), 1, + aux_sym_using_statement_token1, + ACTIONS(5419), 1, + aux_sym_query_tuning_token6, + STATE(4128), 1, + sym_using, + STATE(4139), 1, + sym_query_tuning, + STATE(3988), 3, sym_comment, sym_include, - ACTIONS(206), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + aux_sym_for_phrase_repeat1, + ACTIONS(5413), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5411), 9, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [218941] = 5, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + [262847] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(200), 2, - sym__or_operator, - sym__and_operator, - STATE(3250), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5422), 1, + sym__namedot, + STATE(3989), 3, sym_comment, sym_include, - ACTIONS(202), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [218984] = 5, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [262885] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5425), 1, + sym__terminator, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(3990), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [262931] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(196), 2, - sym__or_operator, - sym__and_operator, - STATE(3251), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5427), 1, + sym__namedot, + STATE(3991), 3, sym_comment, sym_include, - ACTIONS(198), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219027] = 5, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [262969] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - STATE(3252), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5430), 1, + sym__namedot, + STATE(3994), 1, + aux_sym_qualified_name_repeat1, + STATE(3992), 2, sym_comment, sym_include, - ACTIONS(194), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5395), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219070] = 5, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263009] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3993), 2, + sym_comment, + sym_include, + ACTIONS(5432), 18, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + aux_sym_using_token1, + [263049] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(184), 2, - sym__or_operator, - sym__and_operator, - STATE(3253), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5430), 1, + sym__namedot, + STATE(3989), 1, + aux_sym_qualified_name_repeat1, + STATE(3994), 2, + sym_comment, + sym_include, + ACTIONS(104), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263089] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5434), 1, + sym__terminator, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(3995), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263135] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(3996), 2, sym_comment, sym_include, - ACTIONS(186), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, + ACTIONS(106), 20, + sym__namedot, + sym__terminator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219113] = 5, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + aux_sym_function_call_token1, + aux_sym_setter_token1, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [263171] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(3254), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5430), 1, + sym__namedot, + STATE(3994), 1, + aux_sym_qualified_name_repeat1, + STATE(3997), 2, sym_comment, sym_include, - ACTIONS(126), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5393), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219156] = 6, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263211] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(228), 2, - sym__or_operator, - sym__and_operator, - STATE(3255), 2, + ACTIONS(5436), 1, + sym__namedot, + STATE(3998), 3, sym_comment, sym_include, - ACTIONS(230), 25, - anon_sym_SLASH, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [219201] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263249] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(180), 2, - sym__or_operator, - sym__and_operator, - STATE(3256), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5439), 1, + sym__terminator, + ACTIONS(5447), 1, + aux_sym_input_stream_tuning_token9, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(3999), 3, sym_comment, sym_include, - ACTIONS(182), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219244] = 6, - ACTIONS(3), 1, + aux_sym_output_stream_statement_repeat1, + ACTIONS(5444), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(5441), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263293] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(132), 2, - sym__or_operator, - sym__and_operator, - STATE(3257), 2, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5450), 1, + sym__terminator, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(4000), 2, sym_comment, sym_include, - ACTIONS(134), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263339] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5452), 1, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [219289] = 8, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(4001), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263385] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3258), 2, + ACTIONS(5454), 1, + sym__namedot, + STATE(3998), 1, + aux_sym_qualified_name_repeat1, + STATE(4002), 2, sym_comment, sym_include, - ACTIONS(1408), 23, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - [219338] = 6, + ACTIONS(104), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263425] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(236), 2, - sym__or_operator, - sym__and_operator, - STATE(3259), 2, + STATE(4003), 2, sym_comment, sym_include, - ACTIONS(238), 25, - anon_sym_SLASH, + ACTIONS(5328), 20, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [219383] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [263461] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(188), 2, - sym__or_operator, - sym__and_operator, - STATE(3260), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5456), 1, + sym__terminator, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(4004), 2, sym_comment, sym_include, - ACTIONS(190), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219426] = 6, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263507] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(240), 2, - sym__or_operator, - sym__and_operator, - STATE(3261), 2, + ACTIONS(106), 1, + sym__namedot, + STATE(4005), 2, sym_comment, sym_include, - ACTIONS(242), 25, - anon_sym_SLASH, + ACTIONS(108), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [219471] = 23, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263545] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5458), 1, + sym__terminator, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(4006), 2, + sym_comment, + sym_include, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263591] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(106), 1, + sym__namedot, + STATE(4007), 2, + sym_comment, + sym_include, + ACTIONS(108), 19, anon_sym_COLON, - ACTIONS(3051), 1, + sym_identifier, anon_sym_COMMA, - ACTIONS(3053), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3366), 1, - aux_sym_for_phrase_repeat1, - STATE(3367), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3764), 1, - aux_sym_for_phrase_repeat2, - STATE(4329), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5060), 1, - aux_sym_for_statement_repeat1, - STATE(6217), 1, - sym_body, - STATE(3262), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [219550] = 8, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [263629] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3263), 2, + ACTIONS(5454), 1, + sym__namedot, + STATE(4002), 1, + aux_sym_qualified_name_repeat1, + STATE(4008), 2, sym_comment, sym_include, - ACTIONS(1408), 23, + ACTIONS(5393), 18, anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - [219599] = 8, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263669] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4111), 1, - anon_sym_LT, - ACTIONS(4113), 1, - aux_sym_variable_tuning_token2, - STATE(3374), 1, - sym_generic_expression, - STATE(3264), 2, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5460), 1, + sym__terminator, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(4009), 2, sym_comment, sym_include, - ACTIONS(4109), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [219648] = 23, - ACTIONS(69), 1, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263715] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(5464), 1, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3345), 1, - aux_sym_for_phrase_repeat1, - STATE(3364), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3691), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4339), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5306), 1, - aux_sym_for_statement_repeat1, - STATE(6430), 1, - sym_body, - STATE(3265), 2, + STATE(4010), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + aux_sym_preselect_phrase_repeat1, + ACTIONS(5462), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [219727] = 5, - ACTIONS(3), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [263753] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(244), 2, - sym__or_operator, - sym__and_operator, - STATE(3266), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5469), 1, + aux_sym_input_stream_tuning_token10, + ACTIONS(5471), 1, + aux_sym_input_stream_tuning_token11, + STATE(4011), 2, sym_comment, sym_include, - ACTIONS(246), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219770] = 6, + ACTIONS(5467), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [263793] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(184), 2, - sym__or_operator, - sym__and_operator, - STATE(3267), 2, + ACTIONS(5454), 1, + sym__namedot, + STATE(4002), 1, + aux_sym_qualified_name_repeat1, + STATE(4012), 2, sym_comment, sym_include, - ACTIONS(186), 25, - anon_sym_SLASH, + ACTIONS(5395), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [219815] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3433), 1, - aux_sym_for_phrase_repeat1, - STATE(3443), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3743), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4301), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5225), 1, - aux_sym_for_statement_repeat1, - STATE(6220), 1, - sym_body, - STATE(3268), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [219894] = 5, - ACTIONS(3), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [263833] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(240), 2, - sym__or_operator, - sym__and_operator, - STATE(3269), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2902), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5473), 1, + sym__terminator, + STATE(3999), 1, + aux_sym_output_stream_statement_repeat1, + STATE(4085), 1, + sym_output_stream_tuning, + STATE(4013), 2, sym_comment, sym_include, - ACTIONS(242), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [219937] = 9, + ACTIONS(2900), 4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token7, + ACTIONS(2898), 12, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + [263879] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(4439), 1, - aux_sym_input_expression_token2, - STATE(48), 1, - sym_qualified_name, - ACTIONS(1377), 2, - sym__or_operator, - sym__and_operator, - STATE(3270), 2, + ACTIONS(5475), 1, + anon_sym_COMMA, + STATE(4014), 3, sym_comment, sym_include, - ACTIONS(1373), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_output_stream_statement_token1, - [219988] = 11, + aux_sym_data_relation_repeat1, + ACTIONS(5328), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [263917] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2580), 1, - sym_identifier, - ACTIONS(2584), 1, - aux_sym_class_type_token1, - ACTIONS(2592), 1, - sym__escaped_string, - STATE(4793), 1, - sym_qualified_name, - STATE(3271), 2, + ACTIONS(5480), 1, + aux_sym_using_token1, + STATE(4015), 3, sym_comment, sym_include, - STATE(3898), 2, - sym_string_literal, - sym__type, - STATE(5404), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2582), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [220043] = 6, + aux_sym_using_repeat1, + ACTIONS(5478), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [263955] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(244), 2, - sym__or_operator, - sym__and_operator, - STATE(3272), 2, + ACTIONS(106), 1, + sym__namedot, + STATE(4016), 2, sym_comment, sym_include, - ACTIONS(246), 25, - anon_sym_SLASH, + ACTIONS(108), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220088] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [263993] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - STATE(3273), 2, + STATE(4017), 2, sym_comment, sym_include, - ACTIONS(194), 25, - anon_sym_SLASH, + ACTIONS(5483), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [220133] = 23, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [264028] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5485), 1, + sym__terminator, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3386), 1, - sym_where_clause, - STATE(3395), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, sym_using, - STATE(3723), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4300), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5463), 1, - aux_sym_for_statement_repeat1, - STATE(6390), 1, - sym_body, - STATE(3274), 2, + STATE(4244), 1, + sym_of, + STATE(4361), 1, + sym__pre_tuning, + STATE(4638), 1, + sym_where_clause, + STATE(4641), 1, + aux_sym_for_phrase_repeat1, + STATE(4018), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [220212] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(236), 2, - sym__or_operator, - sym__and_operator, - STATE(3275), 2, - sym_comment, - sym_include, - ACTIONS(238), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [220255] = 6, + [264089] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(196), 2, - sym__or_operator, - sym__and_operator, - STATE(3276), 2, + ACTIONS(5489), 1, + aux_sym_using_token1, + STATE(4026), 1, + aux_sym_using_repeat1, + STATE(4019), 2, sym_comment, sym_include, - ACTIONS(198), 25, - anon_sym_SLASH, + ACTIONS(5409), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [220300] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [264128] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(132), 2, - sym__or_operator, - sym__and_operator, - STATE(3277), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5491), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4255), 1, + sym_of, + STATE(4337), 1, + sym__pre_tuning, + STATE(4567), 1, + sym_where_clause, + STATE(4568), 1, + aux_sym_for_phrase_repeat1, + STATE(4020), 2, sym_comment, sym_include, - ACTIONS(134), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [220343] = 5, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [264189] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(248), 2, - sym__or_operator, - sym__and_operator, - STATE(3278), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4021), 2, sym_comment, sym_include, - ACTIONS(250), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5478), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [220386] = 5, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [264224] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(3279), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4022), 2, sym_comment, sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5393), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [220429] = 6, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [264259] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(188), 2, - sym__or_operator, - sym__and_operator, - STATE(3280), 2, + STATE(4023), 2, sym_comment, sym_include, - ACTIONS(190), 25, - anon_sym_SLASH, + ACTIONS(5493), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220474] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [264294] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(216), 2, - sym__or_operator, - sym__and_operator, - STATE(3281), 2, + ACTIONS(5495), 1, + aux_sym_using_token1, + STATE(4044), 1, + aux_sym_using_repeat1, + STATE(4024), 2, sym_comment, sym_include, - ACTIONS(218), 25, - anon_sym_SLASH, + ACTIONS(5401), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [220519] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [264333] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(224), 2, - sym__or_operator, - sym__and_operator, - STATE(3282), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5499), 1, + aux_sym_unary_expression_token2, + ACTIONS(5502), 1, + aux_sym_variable_tuning_token1, + ACTIONS(5505), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5514), 1, + aux_sym_field_option_token1, + STATE(4144), 1, + sym_field_option, + ACTIONS(5511), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + ACTIONS(5497), 3, + sym__terminator, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + STATE(4025), 3, sym_comment, sym_include, - ACTIONS(226), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [220562] = 6, + aux_sym_field_definition_repeat1, + ACTIONS(5508), 8, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + [264382] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(180), 2, - sym__or_operator, - sym__and_operator, - STATE(3283), 2, + ACTIONS(5489), 1, + aux_sym_using_token1, + STATE(4040), 1, + aux_sym_using_repeat1, + STATE(4026), 2, sym_comment, sym_include, - ACTIONS(182), 25, - anon_sym_SLASH, + ACTIONS(5401), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220607] = 5, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [264421] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(252), 2, - sym__or_operator, - sym__and_operator, - STATE(3284), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5517), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4268), 1, + sym_of, + STATE(4298), 1, + sym__pre_tuning, + STATE(4650), 1, + aux_sym_for_phrase_repeat1, + STATE(4651), 1, + sym_where_clause, + STATE(4027), 2, sym_comment, sym_include, - ACTIONS(254), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [220650] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [264482] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(200), 2, - sym__or_operator, - sym__and_operator, - STATE(3285), 2, + ACTIONS(106), 1, + sym__namedot, + STATE(4028), 2, sym_comment, sym_include, - ACTIONS(202), 25, - anon_sym_SLASH, + ACTIONS(108), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [220695] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [264519] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(3286), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5519), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4271), 1, + sym_of, + STATE(4289), 1, + sym__pre_tuning, + STATE(4549), 1, + sym_where_clause, + STATE(4553), 1, + aux_sym_for_phrase_repeat1, + STATE(4029), 2, sym_comment, sym_include, - ACTIONS(126), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220740] = 6, - ACTIONS(3), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [264580] = 13, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(184), 2, - sym__or_operator, - sym__and_operator, - STATE(3287), 2, + ACTIONS(5521), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(5523), 1, + aux_sym_variable_definition_token3, + ACTIONS(5525), 1, + aux_sym_variable_definition_token4, + ACTIONS(5527), 1, + aux_sym_stream_definition_token1, + STATE(4036), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(4030), 2, sym_comment, sym_include, - ACTIONS(186), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + STATE(4262), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3383), 4, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220785] = 6, - ACTIONS(3), 1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [264631] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(212), 2, - sym__or_operator, - sym__and_operator, - STATE(3288), 2, + ACTIONS(5529), 1, + sym__terminator, + ACTIONS(5533), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5535), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5537), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + STATE(4113), 1, + aux_sym_property_definition_repeat3, + STATE(4248), 1, + aux_sym_property_definition_repeat2, + STATE(4454), 1, + sym_property_tuning, + STATE(6715), 1, + sym_access_tuning, + ACTIONS(5531), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(4031), 2, sym_comment, sym_include, - ACTIONS(214), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [220830] = 6, - ACTIONS(3), 1, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [264690] = 18, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - STATE(3289), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5543), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4240), 1, + sym_of, + STATE(4243), 1, + sym_query_tuning, + STATE(4335), 1, + sym__pre_tuning, + STATE(4502), 1, + aux_sym_for_phrase_repeat1, + STATE(4503), 1, + sym_where_clause, + STATE(4032), 2, sym_comment, sym_include, - ACTIONS(194), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [264751] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5533), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5535), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5537), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + ACTIONS(5545), 1, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220875] = 6, - ACTIONS(3), 1, + STATE(4114), 1, + aux_sym_property_definition_repeat3, + STATE(4248), 1, + aux_sym_property_definition_repeat2, + STATE(4454), 1, + sym_property_tuning, + STATE(6715), 1, + sym_access_tuning, + ACTIONS(5531), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(4033), 2, + sym_comment, + sym_include, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [264810] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(196), 2, - sym__or_operator, - sym__and_operator, - STATE(3290), 2, + ACTIONS(5547), 1, + aux_sym__block_terminator_token1, + ACTIONS(5549), 1, + aux_sym_variable_definition_token1, + ACTIONS(5551), 1, + aux_sym_variable_definition_token2, + ACTIONS(5553), 1, + aux_sym_method_definition_token1, + ACTIONS(5555), 1, + aux_sym_constructor_definition_token1, + ACTIONS(5557), 1, + aux_sym_destructor_definition_token1, + STATE(4043), 1, + aux_sym_class_body_repeat1, + STATE(4034), 2, sym_comment, sym_include, - ACTIONS(198), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220920] = 6, + STATE(5470), 12, + sym_variable_definition, + sym_buffer_definition, + sym_query_definition, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_constructor_definition, + sym_destructor_definition, + sym_stream_definition, + sym_temp_table_definition, + sym_data_source_definition, + [264859] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(200), 2, - sym__or_operator, - sym__and_operator, - STATE(3291), 2, + ACTIONS(5559), 1, + sym__namedot, + STATE(4060), 1, + aux_sym_qualified_name_repeat1, + STATE(4035), 2, sym_comment, sym_include, - ACTIONS(202), 25, - anon_sym_SLASH, + ACTIONS(5393), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [220965] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3411), 1, - sym_where_clause, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3725), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4308), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5419), 1, - aux_sym_for_statement_repeat1, - STATE(6405), 1, - sym_body, - STATE(3292), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [221044] = 6, - ACTIONS(3), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [264898] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(204), 2, - sym__or_operator, - sym__and_operator, - STATE(3293), 2, + ACTIONS(5572), 1, + aux_sym_variable_definition_token4, + ACTIONS(5569), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(5561), 3, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + STATE(4036), 3, sym_comment, sym_include, - ACTIONS(206), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_variable_definition_repeat1, + STATE(4262), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(5563), 4, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [221089] = 6, - ACTIONS(3), 1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(5566), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [264943] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(208), 2, - sym__or_operator, - sym__and_operator, - STATE(3294), 2, + ACTIONS(5586), 1, + aux_sym_property_definition_token1, + ACTIONS(5580), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(5583), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(4037), 3, sym_comment, sym_include, - ACTIONS(210), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + aux_sym_property_definition_repeat1, + ACTIONS(5574), 4, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [221134] = 6, - ACTIONS(3), 1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + STATE(4311), 4, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + sym_property_type, + ACTIONS(5577), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [264988] = 13, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(212), 2, - sym__or_operator, - sym__and_operator, - STATE(3295), 2, + ACTIONS(5588), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(5590), 1, + aux_sym_variable_definition_token3, + ACTIONS(5592), 1, + aux_sym_variable_definition_token4, + ACTIONS(5594), 1, + aux_sym_stream_definition_token1, + STATE(4036), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(4038), 2, sym_comment, sym_include, - ACTIONS(214), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, + STATE(4262), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3383), 4, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [221179] = 6, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [265039] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(216), 2, - sym__or_operator, - sym__and_operator, - STATE(3296), 2, + ACTIONS(5599), 1, + aux_sym_using_statement_token1, + ACTIONS(5602), 1, + aux_sym_query_tuning_token6, + STATE(4181), 1, + sym_query_tuning, + STATE(4236), 1, + sym_using, + STATE(4039), 3, sym_comment, sym_include, - ACTIONS(218), 25, - anon_sym_SLASH, + aux_sym_for_phrase_repeat1, + ACTIONS(5596), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + ACTIONS(5411), 8, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [221224] = 5, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + [265084] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(172), 2, - sym__or_operator, - sym__and_operator, - STATE(3297), 2, - sym_comment, - sym_include, - ACTIONS(174), 26, - anon_sym_SLASH, + ACTIONS(7), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [221267] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(176), 2, - sym__or_operator, - sym__and_operator, - STATE(3298), 2, + ACTIONS(5605), 1, + aux_sym_using_token1, + STATE(4040), 3, sym_comment, sym_include, - ACTIONS(178), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + aux_sym_using_repeat1, + ACTIONS(5478), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [221310] = 6, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [265121] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(3299), 2, + ACTIONS(5533), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5535), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5537), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + ACTIONS(5608), 1, + sym__terminator, + STATE(4031), 1, + aux_sym_property_definition_repeat2, + STATE(4126), 1, + aux_sym_property_definition_repeat3, + STATE(4454), 1, + sym_property_tuning, + STATE(6715), 1, + sym_access_tuning, + ACTIONS(5531), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(4041), 2, sym_comment, sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [221355] = 6, - ACTIONS(3), 1, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [265180] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(220), 2, - sym__or_operator, - sym__and_operator, - STATE(3300), 2, + ACTIONS(1747), 1, + sym__namedot, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4042), 2, sym_comment, sym_include, - ACTIONS(222), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(5610), 17, + anon_sym_COLON, sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [221400] = 5, - ACTIONS(3), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [265219] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(220), 2, - sym__or_operator, - sym__and_operator, - STATE(3301), 2, - sym_comment, - sym_include, - ACTIONS(222), 26, - anon_sym_SLASH, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [221443] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(3302), 2, + ACTIONS(5612), 1, + aux_sym__block_terminator_token1, + ACTIONS(5614), 1, + aux_sym_variable_definition_token1, + ACTIONS(5617), 1, + aux_sym_variable_definition_token2, + ACTIONS(5620), 1, + aux_sym_method_definition_token1, + ACTIONS(5623), 1, + aux_sym_constructor_definition_token1, + ACTIONS(5626), 1, + aux_sym_destructor_definition_token1, + STATE(4043), 3, sym_comment, sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_include_argument_token1, - [221486] = 6, + aux_sym_class_body_repeat1, + STATE(5470), 12, + sym_variable_definition, + sym_buffer_definition, + sym_query_definition, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_constructor_definition, + sym_destructor_definition, + sym_stream_definition, + sym_temp_table_definition, + sym_data_source_definition, + [265266] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(160), 2, - sym__or_operator, - sym__and_operator, - STATE(3303), 2, + ACTIONS(5629), 1, + aux_sym_using_token1, + STATE(4044), 3, sym_comment, sym_include, - ACTIONS(162), 25, - anon_sym_SLASH, + aux_sym_using_repeat1, + ACTIONS(5478), 17, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [221531] = 6, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [265303] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(176), 2, - sym__or_operator, - sym__and_operator, - STATE(3304), 2, + STATE(4045), 2, sym_comment, sym_include, - ACTIONS(178), 25, - anon_sym_SLASH, + ACTIONS(5328), 19, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [221576] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [265338] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(204), 2, - sym__or_operator, - sym__and_operator, - STATE(3305), 2, + ACTIONS(5634), 1, + aux_sym_using_token1, + STATE(4059), 1, + aux_sym_using_repeat1, + STATE(4046), 2, sym_comment, sym_include, - ACTIONS(206), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(5632), 17, + anon_sym_COLON, sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [221621] = 23, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [265377] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(5636), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(5638), 1, + aux_sym_variable_definition_token3, + ACTIONS(5640), 1, + aux_sym_variable_definition_token4, + ACTIONS(5642), 1, + aux_sym_stream_definition_token1, + STATE(4036), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(4047), 2, + sym_comment, + sym_include, + STATE(4262), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [265428] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4048), 2, + sym_comment, + sym_include, + ACTIONS(5462), 19, anon_sym_COLON, - ACTIONS(3051), 1, + sym_identifier, anon_sym_COMMA, - ACTIONS(3053), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3383), 1, - sym_where_clause, - STATE(3394), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3735), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4315), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(6163), 1, - sym_body, - STATE(3306), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [221700] = 6, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [265463] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(208), 2, - sym__or_operator, - sym__and_operator, - STATE(3307), 2, + ACTIONS(106), 1, + sym__namedot, + STATE(4049), 2, sym_comment, sym_include, - ACTIONS(210), 25, - anon_sym_SLASH, + ACTIONS(108), 18, + anon_sym_COLON, sym_identifier, - anon_sym_STAR, - sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [221745] = 8, - ACTIONS(3), 1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [265500] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3308), 2, + ACTIONS(5634), 1, + aux_sym_using_token1, + STATE(4046), 1, + aux_sym_using_repeat1, + STATE(4050), 2, sym_comment, sym_include, - ACTIONS(1408), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_output_stream_statement_token1, - [221793] = 19, + ACTIONS(5644), 17, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [265539] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4441), 1, - sym__terminator, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3309), 2, + ACTIONS(5646), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(5648), 1, + aux_sym_variable_definition_token3, + ACTIONS(5650), 1, + aux_sym_variable_definition_token4, + ACTIONS(5652), 1, + aux_sym_stream_definition_token1, + STATE(4036), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(4051), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [221863] = 19, + STATE(4262), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [265590] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4465), 1, - sym__terminator, - STATE(3319), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3310), 2, + ACTIONS(5654), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(5656), 1, + aux_sym_variable_definition_token3, + ACTIONS(5658), 1, + aux_sym_variable_definition_token4, + ACTIONS(5660), 1, + aux_sym_stream_definition_token1, + STATE(4036), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(4052), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [221933] = 8, + STATE(4262), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [265641] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3311), 2, + ACTIONS(106), 1, + sym__namedot, + STATE(4053), 2, sym_comment, sym_include, - ACTIONS(1408), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_if_statement_token2, - [221981] = 19, + ACTIONS(108), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [265678] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4467), 1, - sym__terminator, - STATE(3318), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3312), 2, + ACTIONS(5664), 1, + aux_sym_unary_expression_token2, + ACTIONS(5666), 1, + aux_sym_variable_tuning_token1, + ACTIONS(5668), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5674), 1, + aux_sym_field_option_token1, + STATE(4071), 1, + aux_sym_field_definition_repeat1, + STATE(4144), 1, + sym_field_option, + ACTIONS(5672), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(4054), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222051] = 8, + ACTIONS(5662), 3, + sym__terminator, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + ACTIONS(5670), 8, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + [265729] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2496), 1, - sym_identifier, - STATE(31), 1, - sym_qualified_name, - ACTIONS(1410), 2, - sym__or_operator, - sym__and_operator, - STATE(3313), 2, + STATE(4055), 2, sym_comment, sym_include, - ACTIONS(1408), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - aux_sym__multiplicative_operator_token2, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_else_statement_token1, - [222099] = 21, + ACTIONS(5337), 19, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [265764] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3334), 1, - sym__pre_tuning, - STATE(3453), 1, - aux_sym_for_phrase_repeat1, - STATE(3467), 1, - sym_where_clause, - STATE(3551), 1, + ACTIONS(5676), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4021), 1, - aux_sym_for_phrase_repeat2, - STATE(4531), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4469), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3314), 2, + STATE(4259), 1, + sym_of, + STATE(4329), 1, + sym__pre_tuning, + STATE(4637), 1, + sym_where_clause, + STATE(4639), 1, + aux_sym_for_phrase_repeat1, + STATE(4056), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [222173] = 19, + [265825] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4471), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5678), 1, sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3315), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4258), 1, + sym_of, + STATE(4327), 1, + sym__pre_tuning, + STATE(4657), 1, + aux_sym_for_phrase_repeat1, + STATE(4659), 1, + sym_where_clause, + STATE(4057), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222243] = 19, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [265886] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4473), 1, - sym__terminator, - STATE(3331), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3316), 2, + ACTIONS(5680), 1, + sym__namedot, + STATE(4058), 3, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222313] = 19, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [265923] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4475), 1, - sym__terminator, - STATE(3323), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3317), 2, + ACTIONS(5685), 1, + aux_sym_using_token1, + STATE(4059), 3, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222383] = 19, - ACTIONS(69), 1, + aux_sym_using_repeat1, + ACTIONS(5683), 17, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [265960] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4477), 1, - sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3318), 2, + ACTIONS(5559), 1, + sym__namedot, + STATE(4058), 1, + aux_sym_qualified_name_repeat1, + STATE(4060), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222453] = 19, - ACTIONS(69), 1, + ACTIONS(104), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [265999] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4479), 1, - sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3319), 2, + STATE(4061), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222523] = 19, - ACTIONS(69), 1, + ACTIONS(5355), 19, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [266034] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4481), 1, - sym__terminator, - STATE(3309), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3320), 2, + STATE(4062), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222593] = 19, + ACTIONS(5330), 19, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [266069] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4483), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5688), 1, sym__terminator, - STATE(3322), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3321), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4264), 1, + sym_of, + STATE(4305), 1, + sym__pre_tuning, + STATE(4615), 1, + aux_sym_for_phrase_repeat1, + STATE(4633), 1, + sym_where_clause, + STATE(4063), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222663] = 19, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [266130] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4485), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5690), 1, sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3322), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4246), 1, + sym_of, + STATE(4356), 1, + sym__pre_tuning, + STATE(4524), 1, + aux_sym_for_phrase_repeat1, + STATE(4526), 1, + sym_where_clause, + STATE(4064), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222733] = 19, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [266191] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4487), 1, - sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3323), 2, + ACTIONS(5549), 1, + aux_sym_variable_definition_token1, + ACTIONS(5551), 1, + aux_sym_variable_definition_token2, + ACTIONS(5553), 1, + aux_sym_method_definition_token1, + ACTIONS(5555), 1, + aux_sym_constructor_definition_token1, + ACTIONS(5557), 1, + aux_sym_destructor_definition_token1, + ACTIONS(5692), 1, + aux_sym__block_terminator_token1, + STATE(4034), 1, + aux_sym_class_body_repeat1, + STATE(4065), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222803] = 19, - ACTIONS(69), 1, + STATE(5470), 12, + sym_variable_definition, + sym_buffer_definition, + sym_query_definition, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_constructor_definition, + sym_destructor_definition, + sym_stream_definition, + sym_temp_table_definition, + sym_data_source_definition, + [266240] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4489), 1, - sym__terminator, - STATE(3330), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3324), 2, + ACTIONS(5559), 1, + sym__namedot, + STATE(4060), 1, + aux_sym_qualified_name_repeat1, + STATE(4066), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [222873] = 21, - ACTIONS(69), 1, + ACTIONS(5395), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [266279] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5495), 1, + aux_sym_using_token1, + STATE(4024), 1, + aux_sym_using_repeat1, + STATE(4067), 2, + sym_comment, + sym_include, + ACTIONS(5409), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3399), 1, - sym__pre_tuning, - STATE(3450), 1, - aux_sym_for_phrase_repeat1, - STATE(3460), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3914), 1, - aux_sym_for_phrase_repeat2, - STATE(4461), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4491), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3325), 2, + [266318] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4068), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5395), 19, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [222947] = 19, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [266353] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4493), 1, + ACTIONS(5533), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5535), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5537), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + ACTIONS(5694), 1, sym__terminator, - STATE(3333), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3326), 2, + STATE(4033), 1, + aux_sym_property_definition_repeat2, + STATE(4123), 1, + aux_sym_property_definition_repeat3, + STATE(4454), 1, + sym_property_tuning, + STATE(6715), 1, + sym_access_tuning, + ACTIONS(5531), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(4069), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223017] = 19, - ACTIONS(69), 1, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [266412] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4495), 1, - sym__terminator, - STATE(3315), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3327), 2, + ACTIONS(5696), 1, + anon_sym_COMMA, + STATE(4070), 3, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223087] = 18, + aux_sym_preselect_phrase_repeat1, + ACTIONS(5462), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [266449] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4497), 1, - sym__terminator, - ACTIONS(4505), 1, - aux_sym_image_phrase_token1, - ACTIONS(4511), 1, - aux_sym_size_phrase_token1, - ACTIONS(4517), 1, - aux_sym_button_tuning_token1, - ACTIONS(4526), 1, - aux_sym_button_tuning_token9, - ACTIONS(4529), 1, - aux_sym_button_tuning_token14, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4499), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4502), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4514), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - ACTIONS(4508), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4520), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - STATE(3328), 3, + ACTIONS(5664), 1, + aux_sym_unary_expression_token2, + ACTIONS(5666), 1, + aux_sym_variable_tuning_token1, + ACTIONS(5668), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5674), 1, + aux_sym_field_option_token1, + STATE(4025), 1, + aux_sym_field_definition_repeat1, + STATE(4144), 1, + sym_field_option, + ACTIONS(5672), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(4071), 2, sym_comment, sym_include, - aux_sym_button_definition_repeat1, - ACTIONS(4523), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223155] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4532), 1, + ACTIONS(5699), 3, sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + ACTIONS(5670), 8, + aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3329), 2, - sym_comment, - sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223225] = 19, + aux_sym_variable_tuning_token5, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + [266500] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4534), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5701), 1, sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3330), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4245), 1, + sym_of, + STATE(4363), 1, + sym__pre_tuning, + STATE(4518), 1, + sym_where_clause, + STATE(4520), 1, + aux_sym_for_phrase_repeat1, + STATE(4072), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223295] = 19, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [266561] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4536), 1, - sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3331), 2, - sym_comment, - sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223365] = 19, + ACTIONS(5703), 1, + aux_sym_property_definition_token1, + STATE(4037), 1, + aux_sym_property_definition_repeat1, + ACTIONS(3387), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(4440), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(4073), 2, + sym_comment, + sym_include, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + STATE(4311), 4, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + sym_property_type, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [266608] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4538), 1, - sym__terminator, - STATE(3329), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3332), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4212), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7554), 1, + sym_class_body, + STATE(4074), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223435] = 19, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [266666] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4447), 1, - aux_sym_image_phrase_token1, - ACTIONS(4451), 1, - aux_sym_size_phrase_token1, - ACTIONS(4455), 1, - aux_sym_button_tuning_token1, - ACTIONS(4461), 1, - aux_sym_button_tuning_token9, - ACTIONS(4463), 1, - aux_sym_button_tuning_token14, - ACTIONS(4540), 1, - sym__terminator, - STATE(3328), 1, - aux_sym_button_definition_repeat1, - STATE(3451), 1, - sym_size_phrase, - STATE(3466), 1, - sym_button_tuning, - ACTIONS(4443), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4445), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4453), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3333), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4207), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7798), 1, + sym_class_body, + STATE(4075), 2, sym_comment, sym_include, - ACTIONS(4449), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4457), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4459), 5, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token13, - [223505] = 20, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [266724] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5389), 1, + aux_sym_variable_definition_token4, + STATE(4076), 2, + sym_comment, + sym_include, + ACTIONS(5391), 17, + aux_sym_temp_table_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_property_definition_token1, + aux_sym_stream_definition_token1, + [266760] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4077), 2, + sym_comment, + sym_include, + ACTIONS(5393), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3458), 1, - aux_sym_for_phrase_repeat1, - STATE(3462), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4047), 1, - aux_sym_for_phrase_repeat2, - STATE(4451), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4542), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3334), 2, + aux_sym_using_token1, + [266794] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4078), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5478), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [223576] = 21, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [266828] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5705), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3757), 1, - aux_sym_for_phrase_repeat2, - STATE(4332), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5341), 1, - aux_sym_for_statement_repeat1, - STATE(5942), 1, - sym_body, - STATE(3335), 2, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4200), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7397), 1, + sym_class_body, + STATE(4079), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [223649] = 24, - ACTIONS(3), 1, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [266886] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5705), 1, anon_sym_COLON, - ACTIONS(4548), 1, - aux_sym_while_phrase_token1, - ACTIONS(4550), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, - aux_sym_do_tuning_token1, - STATE(3659), 1, - sym_to_phrase, - STATE(3779), 1, - sym_while_phrase, - STATE(3802), 1, - aux_sym_do_block_repeat1, - STATE(4518), 1, - aux_sym_repeat_statement_repeat1, - STATE(4562), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(5997), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3336), 2, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4188), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7919), 1, + sym_class_body, + STATE(4080), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [223728] = 10, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [266944] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4556), 1, - sym_identifier, - ACTIONS(4560), 1, - aux_sym_class_type_token1, - STATE(2115), 1, - sym__type, - STATE(3697), 1, - sym_qualified_name, - STATE(3337), 2, + STATE(4081), 2, sym_comment, sym_include, - STATE(3929), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4558), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [223779] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(5330), 18, anon_sym_COLON, - ACTIONS(3051), 1, + sym_identifier, anon_sym_COMMA, - ACTIONS(3053), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3401), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3768), 1, - aux_sym_for_phrase_repeat2, - STATE(4331), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5156), 1, - aux_sym_for_statement_repeat1, - STATE(6403), 1, - sym_body, - STATE(3338), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [223852] = 24, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [266978] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4082), 2, + sym_comment, + sym_include, + ACTIONS(5395), 18, anon_sym_COLON, - ACTIONS(4562), 1, - aux_sym__block_terminator_token1, - ACTIONS(4564), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4566), 1, aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - STATE(2448), 1, - sym__block_terminator, - STATE(3660), 1, - sym_to_phrase, - STATE(3834), 1, - sym_while_phrase, - STATE(3849), 1, - aux_sym_repeat_statement_repeat1, - STATE(4649), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6191), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3339), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [223931] = 24, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [267012] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4083), 2, + sym_comment, + sym_include, + ACTIONS(5493), 18, anon_sym_COLON, - ACTIONS(4548), 1, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4550), 1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, - aux_sym_do_tuning_token1, - STATE(3686), 1, - sym_to_phrase, - STATE(3821), 1, - aux_sym_do_block_repeat1, - STATE(3842), 1, - sym_while_phrase, - STATE(4478), 1, - aux_sym_repeat_statement_repeat1, - STATE(4479), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6072), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3340), 2, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267046] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5367), 1, + sym__namedot, + ACTIONS(5719), 1, + sym__terminator, + ACTIONS(5721), 1, + anon_sym_LPAREN, + ACTIONS(5723), 1, + aux_sym_function_call_token1, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + STATE(3961), 1, + aux_sym_qualified_name_repeat1, + STATE(4323), 1, + aux_sym_run_statement_repeat1, + STATE(4562), 1, + sym_function_arguments, + STATE(4847), 1, + sym_run_tuning, + STATE(6277), 1, + aux_sym_object_access_repeat1, + STATE(4084), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [224010] = 24, - ACTIONS(3), 1, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [267108] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4564), 1, - aux_sym_while_phrase_token1, - ACTIONS(4566), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, + STATE(4085), 2, + sym_comment, + sym_include, + ACTIONS(5737), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [267142] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5367), 1, + sym__namedot, + ACTIONS(5721), 1, + anon_sym_LPAREN, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4570), 1, - aux_sym__block_terminator_token1, - STATE(3684), 1, - sym_to_phrase, - STATE(3900), 1, - sym_while_phrase, - STATE(3901), 1, - aux_sym_repeat_statement_repeat1, - STATE(4587), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5267), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5885), 1, - sym_body, - STATE(5887), 1, - sym_new_expression, - STATE(6824), 1, - sym_assignment, - STATE(3341), 2, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5739), 1, + sym__terminator, + ACTIONS(5741), 1, + aux_sym_function_call_token1, + STATE(3961), 1, + aux_sym_qualified_name_repeat1, + STATE(4348), 1, + aux_sym_run_statement_repeat1, + STATE(4562), 1, + sym_function_arguments, + STATE(4847), 1, + sym_run_tuning, + STATE(6277), 1, + aux_sym_object_access_repeat1, + STATE(4086), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [224089] = 21, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [267204] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4087), 2, + sym_comment, + sym_include, + ACTIONS(5405), 18, anon_sym_COLON, - ACTIONS(3051), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3365), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3707), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4321), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5072), 1, - aux_sym_for_statement_repeat1, - STATE(5896), 1, - sym_body, - STATE(3342), 2, + aux_sym_of_token1, + aux_sym_using_token1, + [267238] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4088), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5743), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224162] = 10, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267272] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4572), 1, - sym_identifier, - ACTIONS(4576), 1, - aux_sym_class_type_token1, - STATE(2115), 1, - sym__type, - STATE(3264), 1, - sym_qualified_name, - STATE(3343), 2, + STATE(4089), 2, sym_comment, sym_include, - STATE(3350), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4574), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [224213] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(5462), 18, anon_sym_COLON, - ACTIONS(3051), 1, + sym_identifier, anon_sym_COMMA, - ACTIONS(3053), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3360), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3708), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5430), 1, - aux_sym_for_statement_repeat1, - STATE(6010), 1, - sym_body, - STATE(3344), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224286] = 21, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267306] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3725), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4308), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5419), 1, - aux_sym_for_statement_repeat1, - STATE(6405), 1, - sym_body, - STATE(3345), 2, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + STATE(4090), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [224359] = 21, + ACTIONS(5249), 3, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + ACTIONS(5274), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_property_definition_token1, + ACTIONS(5264), 11, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + [267346] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4091), 2, + sym_comment, + sym_include, + ACTIONS(5683), 18, anon_sym_COLON, - ACTIONS(3051), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3373), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3776), 1, - aux_sym_for_phrase_repeat2, - STATE(4323), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5240), 1, - aux_sym_for_statement_repeat1, - STATE(6268), 1, - sym_body, - STATE(3346), 2, + aux_sym_of_token1, + aux_sym_using_token1, + [267380] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(106), 1, + sym__namedot, + STATE(4092), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(108), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224432] = 21, - ACTIONS(69), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [267416] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4093), 2, + sym_comment, + sym_include, + ACTIONS(5478), 18, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3703), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4263), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5356), 1, - aux_sym_for_statement_repeat1, - STATE(6373), 1, - sym_body, - STATE(3347), 2, + aux_sym_using_token1, + [267450] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4094), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5745), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224505] = 20, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267484] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3053), 1, + ACTIONS(5367), 1, + sym__namedot, + ACTIONS(5721), 1, + anon_sym_LPAREN, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, - aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3450), 1, - aux_sym_for_phrase_repeat1, - STATE(3460), 1, - sym_where_clause, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3914), 1, - aux_sym_for_phrase_repeat2, - STATE(4461), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4491), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3348), 2, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5747), 1, + sym__terminator, + ACTIONS(5749), 1, + aux_sym_function_call_token1, + STATE(3961), 1, + aux_sym_qualified_name_repeat1, + STATE(4331), 1, + aux_sym_run_statement_repeat1, + STATE(4562), 1, + sym_function_arguments, + STATE(4847), 1, + sym_run_tuning, + STATE(6277), 1, + aux_sym_object_access_repeat1, + STATE(4095), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [267546] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4096), 2, + sym_comment, + sym_include, + ACTIONS(5337), 18, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224576] = 21, - ACTIONS(69), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267580] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4097), 2, + sym_comment, + sym_include, + ACTIONS(5751), 18, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3740), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4285), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5485), 1, - aux_sym_for_statement_repeat1, - STATE(5918), 1, - sym_body, - STATE(3349), 2, + [267614] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5753), 1, + aux_sym_using_token1, + STATE(4098), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + aux_sym_using_repeat1, + ACTIONS(5478), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224649] = 6, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267650] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4113), 1, - aux_sym_variable_tuning_token2, - STATE(3350), 2, + ACTIONS(5367), 1, + sym__namedot, + ACTIONS(5721), 1, + anon_sym_LPAREN, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5756), 1, + sym__terminator, + ACTIONS(5758), 1, + aux_sym_function_call_token1, + STATE(3961), 1, + aux_sym_qualified_name_repeat1, + STATE(4365), 1, + aux_sym_run_statement_repeat1, + STATE(4562), 1, + sym_function_arguments, + STATE(4847), 1, + sym_run_tuning, + STATE(6277), 1, + aux_sym_object_access_repeat1, + STATE(4099), 2, sym_comment, sym_include, - ACTIONS(4109), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [224692] = 21, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [267712] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5705), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3776), 1, - aux_sym_for_phrase_repeat2, - STATE(4323), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5240), 1, - aux_sym_for_statement_repeat1, - STATE(6268), 1, - sym_body, - STATE(3351), 2, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4184), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7345), 1, + sym_class_body, + STATE(4100), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [267770] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4101), 2, + sym_comment, + sym_include, + ACTIONS(5483), 18, + anon_sym_COLON, + sym_identifier, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224765] = 21, - ACTIONS(69), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267804] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4102), 2, + sym_comment, + sym_include, + ACTIONS(5355), 18, anon_sym_COLON, - ACTIONS(3051), 1, + sym_identifier, anon_sym_COMMA, - ACTIONS(3053), 1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3712), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4279), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5489), 1, - aux_sym_for_statement_repeat1, - STATE(6371), 1, - sym_body, - STATE(3352), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224838] = 21, - ACTIONS(69), 1, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [267838] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3721), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4272), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5490), 1, - aux_sym_for_statement_repeat1, - STATE(5865), 1, - sym_body, - STATE(3353), 2, + STATE(4103), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5395), 18, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [224911] = 21, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [267872] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(5367), 1, + sym__namedot, + ACTIONS(5721), 1, + anon_sym_LPAREN, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3716), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4338), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5393), 1, - aux_sym_for_statement_repeat1, - STATE(6128), 1, - sym_body, - STATE(3354), 2, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5760), 1, + sym__terminator, + ACTIONS(5762), 1, + aux_sym_function_call_token1, + STATE(3961), 1, + aux_sym_qualified_name_repeat1, + STATE(4280), 1, + aux_sym_run_statement_repeat1, + STATE(4562), 1, + sym_function_arguments, + STATE(4847), 1, + sym_run_tuning, + STATE(6277), 1, + aux_sym_object_access_repeat1, + STATE(4104), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [224984] = 24, - ACTIONS(3), 1, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [267934] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4548), 1, - aux_sym_while_phrase_token1, - ACTIONS(4550), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, - aux_sym_do_tuning_token1, - STATE(3675), 1, - sym_to_phrase, - STATE(3781), 1, - sym_while_phrase, - STATE(3782), 1, - aux_sym_do_block_repeat1, - STATE(4508), 1, - sym_stop_after_phrase, - STATE(4536), 1, - aux_sym_repeat_statement_repeat1, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6047), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3355), 2, + STATE(4105), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [225063] = 21, + ACTIONS(5467), 18, + sym__terminator, + aux_sym_argument_tuning_token4, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + aux_sym_output_stream_tuning_token1, + aux_sym_output_stream_tuning_token2, + aux_sym_output_stream_tuning_token3, + aux_sym_output_stream_tuning_token4, + aux_sym_output_stream_tuning_token5, + aux_sym_output_stream_tuning_token6, + aux_sym_output_stream_tuning_token7, + [267968] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4106), 2, + sym_comment, + sym_include, + ACTIONS(5432), 18, anon_sym_COLON, - ACTIONS(3051), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3384), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3721), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4272), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5490), 1, - aux_sym_for_statement_repeat1, - STATE(5865), 1, - sym_body, - STATE(3356), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [225136] = 24, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + aux_sym_using_token1, + [268002] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4107), 2, + sym_comment, + sym_include, + ACTIONS(5393), 18, anon_sym_COLON, - ACTIONS(4564), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4566), 1, aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4578), 1, - aux_sym__block_terminator_token1, - STATE(2039), 1, - sym__block_terminator, - STATE(3655), 1, - sym_to_phrase, - STATE(3789), 1, - aux_sym_repeat_statement_repeat1, - STATE(3790), 1, - sym_while_phrase, - STATE(4646), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6294), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3357), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [225215] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + aux_sym_where_clause_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - STATE(3380), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3712), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4279), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5489), 1, - aux_sym_for_statement_repeat1, - STATE(6371), 1, - sym_body, - STATE(3358), 2, + aux_sym_using_token1, + [268036] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5764), 1, + aux_sym_using_token1, + STATE(4098), 1, + aux_sym_using_repeat1, + STATE(4108), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5401), 16, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [225288] = 24, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [268074] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + ACTIONS(5764), 1, + aux_sym_using_token1, + STATE(4108), 1, + aux_sym_using_repeat1, + STATE(4109), 2, + sym_comment, + sym_include, + ACTIONS(5409), 16, anon_sym_COLON, - ACTIONS(4564), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4566), 1, aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4578), 1, - aux_sym__block_terminator_token1, - STATE(2084), 1, - sym__block_terminator, - STATE(3678), 1, - sym_to_phrase, - STATE(3825), 1, - aux_sym_repeat_statement_repeat1, - STATE(3828), 1, - sym_while_phrase, - STATE(4655), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6276), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3359), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [225367] = 21, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [268112] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3735), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4315), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(6163), 1, - sym_body, - STATE(3360), 2, + ACTIONS(5664), 1, + aux_sym_unary_expression_token2, + ACTIONS(5674), 1, + aux_sym_field_option_token1, + ACTIONS(5766), 1, + aux_sym_variable_tuning_token1, + ACTIONS(5768), 1, + aux_sym_variable_tuning_token2, + STATE(4112), 1, + aux_sym_field_definition_repeat1, + STATE(4144), 1, + sym_field_option, + ACTIONS(5662), 2, + sym__terminator, + aux_sym_field_definition_token1, + ACTIONS(5672), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(4110), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [225440] = 21, + ACTIONS(5670), 8, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + [268162] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3354), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3702), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4307), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5412), 1, - aux_sym_for_statement_repeat1, - STATE(6142), 1, - sym_body, - STATE(3361), 2, + ACTIONS(5499), 1, + aux_sym_unary_expression_token2, + ACTIONS(5514), 1, + aux_sym_field_option_token1, + ACTIONS(5770), 1, + aux_sym_variable_tuning_token1, + ACTIONS(5773), 1, + aux_sym_variable_tuning_token2, + STATE(4144), 1, + sym_field_option, + ACTIONS(5497), 2, + sym__terminator, + aux_sym_field_definition_token1, + ACTIONS(5511), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(4111), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [225513] = 21, + aux_sym_field_definition_repeat1, + ACTIONS(5508), 8, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + [268210] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3710), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4271), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5495), 1, - aux_sym_for_statement_repeat1, - STATE(5923), 1, - sym_body, - STATE(3362), 2, + ACTIONS(5664), 1, + aux_sym_unary_expression_token2, + ACTIONS(5674), 1, + aux_sym_field_option_token1, + ACTIONS(5766), 1, + aux_sym_variable_tuning_token1, + ACTIONS(5768), 1, + aux_sym_variable_tuning_token2, + STATE(4111), 1, + aux_sym_field_definition_repeat1, + STATE(4144), 1, + sym_field_option, + ACTIONS(5672), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + ACTIONS(5699), 2, + sym__terminator, + aux_sym_field_definition_token1, + STATE(4112), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [225586] = 21, + ACTIONS(5670), 8, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + [268260] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3702), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4307), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5412), 1, - aux_sym_for_statement_repeat1, - STATE(6142), 1, - sym_body, - STATE(3363), 2, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + ACTIONS(5778), 1, + aux_sym_variable_definition_token2, + STATE(4140), 1, + aux_sym_property_definition_repeat3, + STATE(6715), 1, + sym_access_tuning, + STATE(4113), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [225659] = 21, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(5776), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [268307] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3725), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4308), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5419), 1, - aux_sym_for_statement_repeat1, - STATE(6405), 1, - sym_body, - STATE(3364), 2, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + ACTIONS(5782), 1, + aux_sym_variable_definition_token2, + STATE(4140), 1, + aux_sym_property_definition_repeat3, + STATE(6715), 1, + sym_access_tuning, + STATE(4114), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [225732] = 21, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(5780), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [268354] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3765), 1, - aux_sym_for_phrase_repeat2, - STATE(4309), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5420), 1, - aux_sym_for_statement_repeat1, - STATE(5935), 1, - sym_body, - STATE(3365), 2, + ACTIONS(5249), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(5251), 1, + aux_sym_dataset_expression_token1, + ACTIONS(5274), 1, + aux_sym_property_definition_token1, + ACTIONS(5276), 1, + aux_sym_event_definition_token1, + ACTIONS(5264), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(5271), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(4115), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5259), 9, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [268399] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4116), 2, + sym_comment, + sym_include, + ACTIONS(5751), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [225805] = 21, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [268432] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5491), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3767), 1, - aux_sym_for_phrase_repeat2, - STATE(4324), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5377), 1, - aux_sym_for_statement_repeat1, - STATE(5924), 1, - sym_body, - STATE(3366), 2, + STATE(4255), 1, + sym_of, + STATE(4337), 1, + sym__pre_tuning, + STATE(4567), 1, + sym_where_clause, + STATE(4568), 1, + aux_sym_for_phrase_repeat1, + STATE(4117), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [225878] = 21, + [268487] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3396), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5485), 1, + sym__terminator, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3767), 1, - aux_sym_for_phrase_repeat2, - STATE(4324), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5377), 1, - aux_sym_for_statement_repeat1, - STATE(5924), 1, - sym_body, - STATE(3367), 2, + STATE(4244), 1, + sym_of, + STATE(4361), 1, + sym__pre_tuning, + STATE(4638), 1, + sym_where_clause, + STATE(4641), 1, + aux_sym_for_phrase_repeat1, + STATE(4118), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [225951] = 21, + [268542] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4119), 2, + sym_comment, + sym_include, + ACTIONS(5784), 17, anon_sym_COLON, - ACTIONS(3051), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3362), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3765), 1, - aux_sym_for_phrase_repeat2, - STATE(4309), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5420), 1, - aux_sym_for_statement_repeat1, - STATE(5935), 1, - sym_body, - STATE(3368), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [226024] = 24, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [268575] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4120), 2, + sym_comment, + sym_include, + ACTIONS(5751), 17, anon_sym_COLON, - ACTIONS(4548), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4550), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, aux_sym_do_tuning_token1, - STATE(3652), 1, - sym_to_phrase, - STATE(3800), 1, - aux_sym_do_block_repeat1, - STATE(3854), 1, - sym_while_phrase, - STATE(4462), 1, - aux_sym_repeat_statement_repeat1, - STATE(4468), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5882), 1, - sym_body, - STATE(5887), 1, - sym_new_expression, - STATE(6898), 1, - sym_assignment, - STATE(3369), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [226103] = 21, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [268608] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5517), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3708), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5430), 1, - aux_sym_for_statement_repeat1, - STATE(6010), 1, - sym_body, - STATE(3370), 2, + STATE(4268), 1, + sym_of, + STATE(4298), 1, + sym__pre_tuning, + STATE(4650), 1, + aux_sym_for_phrase_repeat1, + STATE(4651), 1, + sym_where_clause, + STATE(4121), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [226176] = 21, + [268663] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4122), 2, + sym_comment, + sym_include, + ACTIONS(5610), 17, anon_sym_COLON, - ACTIONS(3051), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3695), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4306), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5411), 1, - aux_sym_for_statement_repeat1, - STATE(6145), 1, - sym_body, - STATE(3371), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [226249] = 24, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [268696] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + ACTIONS(5788), 1, + aux_sym_variable_definition_token2, + STATE(4140), 1, + aux_sym_property_definition_repeat3, + STATE(6715), 1, + sym_access_tuning, + STATE(4123), 2, + sym_comment, + sym_include, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + ACTIONS(5786), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [268743] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4124), 2, + sym_comment, + sym_include, + ACTIONS(5393), 17, anon_sym_COLON, - ACTIONS(4564), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4566), 1, aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4570), 1, - aux_sym__block_terminator_token1, - STATE(3661), 1, - sym_to_phrase, - STATE(3803), 1, - sym_while_phrase, - STATE(3908), 1, - aux_sym_repeat_statement_repeat1, - STATE(4597), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5196), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5874), 1, - sym_body, - STATE(5887), 1, - sym_new_expression, - STATE(6824), 1, - sym_assignment, - STATE(3372), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [226328] = 21, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [268776] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5543), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, + STATE(4240), 1, + sym_of, + STATE(4243), 1, sym_query_tuning, - STATE(3768), 1, - aux_sym_for_phrase_repeat2, - STATE(4331), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5156), 1, - aux_sym_for_statement_repeat1, - STATE(6403), 1, - sym_body, - STATE(3373), 2, + STATE(4335), 1, + sym__pre_tuning, + STATE(4502), 1, + aux_sym_for_phrase_repeat1, + STATE(4503), 1, + sym_where_clause, + STATE(4125), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [226401] = 6, + [268831] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4582), 1, - aux_sym_variable_tuning_token2, - STATE(3374), 2, + ACTIONS(5539), 1, + aux_sym_getter_token1, + ACTIONS(5541), 1, + aux_sym_setter_token1, + ACTIONS(5792), 1, + aux_sym_variable_definition_token2, + STATE(4140), 1, + aux_sym_property_definition_repeat3, + STATE(6715), 1, + sym_access_tuning, + STATE(4126), 2, sym_comment, sym_include, - ACTIONS(4580), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, + STATE(4453), 2, + sym_getter, + sym_setter, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [226444] = 21, - ACTIONS(69), 1, + ACTIONS(5790), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [268878] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3395), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3723), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4300), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5463), 1, - aux_sym_for_statement_repeat1, - STATE(6390), 1, - sym_body, - STATE(3375), 2, + STATE(4127), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5745), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [226517] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3403), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3753), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4295), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5458), 1, - aux_sym_for_statement_repeat1, - STATE(5927), 1, - sym_body, - STATE(3376), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [226590] = 24, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [268911] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4128), 2, + sym_comment, + sym_include, + ACTIONS(5743), 17, anon_sym_COLON, - ACTIONS(4548), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4550), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, aux_sym_do_tuning_token1, - STATE(3648), 1, - sym_to_phrase, - STATE(3814), 1, - sym_while_phrase, - STATE(3853), 1, - aux_sym_do_block_repeat1, - STATE(4543), 1, - sym_stop_after_phrase, - STATE(4555), 1, - aux_sym_repeat_statement_repeat1, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6466), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3377), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [226669] = 24, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [268944] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4548), 1, - aux_sym_while_phrase_token1, - ACTIONS(4550), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, - aux_sym_do_tuning_token1, - STATE(3654), 1, - sym_to_phrase, - STATE(3897), 1, - sym_while_phrase, - STATE(3902), 1, - aux_sym_do_block_repeat1, - STATE(4495), 1, - aux_sym_repeat_statement_repeat1, - STATE(4512), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5872), 1, - sym_body, - STATE(5887), 1, - sym_new_expression, - STATE(6898), 1, - sym_assignment, - STATE(3378), 2, + STATE(4129), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [226748] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + ACTIONS(5743), 17, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3691), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4339), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5306), 1, - aux_sym_for_statement_repeat1, - STATE(6430), 1, - sym_body, - STATE(3379), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [226821] = 21, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [268977] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5519), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3728), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4293), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5474), 1, - aux_sym_for_statement_repeat1, - STATE(6360), 1, - sym_body, - STATE(3380), 2, + STATE(4271), 1, + sym_of, + STATE(4289), 1, + sym__pre_tuning, + STATE(4549), 1, + sym_where_clause, + STATE(4553), 1, + aux_sym_for_phrase_repeat1, + STATE(4130), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [226894] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4437), 1, - aux_sym_variable_tuning_token2, - STATE(3381), 2, - sym_comment, - sym_include, - ACTIONS(4435), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [226937] = 24, + [269032] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4131), 2, + sym_comment, + sym_include, + ACTIONS(5478), 17, anon_sym_COLON, - ACTIONS(4564), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4566), 1, aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4584), 1, - aux_sym__block_terminator_token1, - STATE(2626), 1, - sym__block_terminator, - STATE(3681), 1, - sym_to_phrase, - STATE(3796), 1, - aux_sym_repeat_statement_repeat1, - STATE(3798), 1, - sym_while_phrase, - STATE(4612), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6490), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3382), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [227016] = 21, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [269065] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3391), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5676), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3709), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4327), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5423), 1, - aux_sym_for_statement_repeat1, - STATE(6335), 1, - sym_body, - STATE(3383), 2, + STATE(4259), 1, + sym_of, + STATE(4329), 1, + sym__pre_tuning, + STATE(4637), 1, + sym_where_clause, + STATE(4639), 1, + aux_sym_for_phrase_repeat1, + STATE(4132), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227089] = 21, + [269120] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5688), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3752), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4254), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5318), 1, - aux_sym_for_statement_repeat1, - STATE(5948), 1, - sym_body, - STATE(3384), 2, + STATE(4264), 1, + sym_of, + STATE(4305), 1, + sym__pre_tuning, + STATE(4615), 1, + aux_sym_for_phrase_repeat1, + STATE(4633), 1, + sym_where_clause, + STATE(4133), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227162] = 21, + [269175] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3433), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5690), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3743), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4301), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5225), 1, - aux_sym_for_statement_repeat1, - STATE(6220), 1, - sym_body, - STATE(3385), 2, + STATE(4246), 1, + sym_of, + STATE(4356), 1, + sym__pre_tuning, + STATE(4524), 1, + aux_sym_for_phrase_repeat1, + STATE(4526), 1, + sym_where_clause, + STATE(4134), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227235] = 21, - ACTIONS(69), 1, + [269230] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3352), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3696), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4257), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5515), 1, - aux_sym_for_statement_repeat1, - STATE(6377), 1, - sym_body, - STATE(3386), 2, + STATE(4135), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5395), 17, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227308] = 21, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_using_token1, + [269263] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4136), 2, + sym_comment, + sym_include, + ACTIONS(5794), 17, anon_sym_COLON, - ACTIONS(3051), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3363), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3699), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4296), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5399), 1, - aux_sym_for_statement_repeat1, - STATE(6148), 1, - sym_body, - STATE(3387), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227381] = 20, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + [269296] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2944), 1, + aux_sym_variable_tuning_token2, + STATE(4137), 2, + sym_comment, + sym_include, + ACTIONS(2942), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [269331] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3453), 1, - aux_sym_for_phrase_repeat1, - STATE(3467), 1, - sym_where_clause, - STATE(3551), 1, + ACTIONS(5701), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4021), 1, - aux_sym_for_phrase_repeat2, - STATE(4531), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4469), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3388), 2, + STATE(4245), 1, + sym_of, + STATE(4363), 1, + sym__pre_tuning, + STATE(4518), 1, + sym_where_clause, + STATE(4520), 1, + aux_sym_for_phrase_repeat1, + STATE(4138), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227452] = 24, + [269386] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, + STATE(4139), 2, + sym_comment, + sym_include, + ACTIONS(5796), 17, anon_sym_COLON, - ACTIONS(4548), 1, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4550), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, aux_sym_do_tuning_token1, - STATE(3650), 1, - sym_to_phrase, - STATE(3794), 1, - aux_sym_do_block_repeat1, - STATE(3795), 1, - sym_while_phrase, - STATE(4507), 1, - aux_sym_repeat_statement_repeat1, - STATE(4511), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6271), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3389), 2, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [269419] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5803), 1, + aux_sym_variable_definition_token2, + ACTIONS(5805), 1, + aux_sym_getter_token1, + ACTIONS(5808), 1, + aux_sym_setter_token1, + STATE(6715), 1, + sym_access_tuning, + STATE(4453), 2, + sym_getter, + sym_setter, + STATE(4140), 3, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [227531] = 21, + aux_sym_property_definition_repeat3, + ACTIONS(5798), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + ACTIONS(5800), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [269464] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3699), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4296), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5399), 1, - aux_sym_for_statement_repeat1, - STATE(6148), 1, - sym_body, - STATE(3390), 2, + ACTIONS(5813), 1, + aux_sym_variable_tuning_token2, + STATE(4141), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [227604] = 21, + ACTIONS(5811), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [269499] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(5678), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3749), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4243), 1, sym_query_tuning, - STATE(4313), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5136), 1, - aux_sym_for_statement_repeat1, - STATE(6418), 1, - sym_body, - STATE(3391), 2, + STATE(4258), 1, + sym_of, + STATE(4327), 1, + sym__pre_tuning, + STATE(4657), 1, + aux_sym_for_phrase_repeat1, + STATE(4659), 1, + sym_where_clause, + STATE(4142), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227677] = 21, + [269554] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5820), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(5823), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4143), 3, + sym_comment, + sym_include, + aux_sym_for_phrase_repeat1, + ACTIONS(5815), 6, anon_sym_COLON, - ACTIONS(3051), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3053), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, aux_sym_sort_clause_token1, - STATE(3345), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3691), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4339), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5306), 1, - aux_sym_for_statement_repeat1, - STATE(6430), 1, - sym_body, - STATE(3392), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + ACTIONS(5817), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227750] = 10, - ACTIONS(3), 1, + [269597] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4586), 1, - sym_identifier, - ACTIONS(4588), 1, - aux_sym_class_type_token1, - STATE(2115), 1, - sym__type, - STATE(3697), 1, - sym_qualified_name, - STATE(3393), 2, + ACTIONS(5828), 1, + aux_sym_variable_tuning_token2, + STATE(4144), 2, sym_comment, sym_include, - STATE(3929), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4558), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [227801] = 21, + ACTIONS(5826), 16, + sym__terminator, + aux_sym_unary_expression_token2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_field_option_token1, + aux_sym_field_option_token2, + aux_sym_field_option_token3, + aux_sym_field_option_token4, + aux_sym_field_option_token5, + aux_sym_field_option_token6, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [269632] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5830), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3709), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4327), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5423), 1, - aux_sym_for_statement_repeat1, - STATE(6335), 1, - sym_body, - STATE(3394), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4145), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227874] = 21, + [269680] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4200), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7397), 1, + sym_class_body, + STATE(4146), 2, + sym_comment, + sym_include, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [269732] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5832), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3696), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4257), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5515), 1, - aux_sym_for_statement_repeat1, - STATE(6377), 1, - sym_body, - STATE(3395), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4147), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [227947] = 21, + [269780] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5834), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3741), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4350), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(6021), 1, - sym_body, - STATE(3396), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4148), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228020] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4592), 1, - sym__escaped_string, - STATE(3397), 2, - sym_comment, - sym_include, - ACTIONS(4590), 25, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [228061] = 21, + [269828] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5836), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3743), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4301), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5225), 1, - aux_sym_for_statement_repeat1, - STATE(6220), 1, - sym_body, - STATE(3398), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4149), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228134] = 20, + [269876] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3057), 1, + ACTIONS(2961), 1, aux_sym_where_clause_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3469), 1, - sym_where_clause, - STATE(3470), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5838), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4024), 1, - aux_sym_for_phrase_repeat2, - STATE(4532), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4594), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3399), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4150), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228205] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4598), 1, - sym__escaped_string, - STATE(3400), 2, - sym_comment, - sym_include, - ACTIONS(4596), 25, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [228246] = 21, + [269924] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5840), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3759), 1, - aux_sym_for_phrase_repeat2, - STATE(4305), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(6427), 1, - sym_body, - STATE(3401), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4151), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228319] = 21, + [269972] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3439), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5842), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3759), 1, - aux_sym_for_phrase_repeat2, - STATE(4305), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(6427), 1, - sym_body, - STATE(3402), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4152), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228392] = 21, + [270020] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5844), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3692), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4261), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5512), 1, - aux_sym_for_statement_repeat1, - STATE(5921), 1, - sym_body, - STATE(3403), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4153), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228465] = 19, + [270068] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2981), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(2983), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3918), 1, - aux_sym_property_definition_token1, - ACTIONS(3920), 1, + ACTIONS(5855), 1, aux_sym_event_definition_token1, - STATE(3515), 1, - aux_sym_property_definition_repeat1, - STATE(3532), 1, - sym_serialization_tuning, - STATE(3585), 1, - aux_sym_variable_definition_repeat1, - STATE(3620), 1, - aux_sym_event_definition_repeat1, - STATE(3663), 1, - sym_property_type, - STATE(3882), 1, - aux_sym_buffer_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3916), 2, + ACTIONS(5852), 2, aux_sym_property_type_token1, aux_sym_property_type_token2, - STATE(3404), 2, + STATE(4154), 3, sym_comment, sym_include, - STATE(3570), 2, + aux_sym_event_definition_repeat1, + STATE(4570), 3, sym_scope_tuning, sym_access_tuning, - ACTIONS(2864), 4, + sym_property_type, + ACTIONS(5846), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, + ACTIONS(5849), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [228534] = 21, + [270108] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3371), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5857), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3713), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4290), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5383), 1, - aux_sym_for_statement_repeat1, - STATE(6160), 1, - sym_body, - STATE(3405), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4155), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228607] = 21, + [270156] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5859), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3739), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4310), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5182), 1, - aux_sym_for_statement_repeat1, - STATE(6022), 1, - sym_body, - STATE(3406), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4156), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228680] = 21, + [270204] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5861), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3713), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4290), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5383), 1, - aux_sym_for_statement_repeat1, - STATE(6160), 1, - sym_body, - STATE(3407), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4157), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228753] = 24, - ACTIONS(3), 1, + [270252] = 13, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4564), 1, - aux_sym_while_phrase_token1, - ACTIONS(4566), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4584), 1, - aux_sym__block_terminator_token1, - STATE(2357), 1, - sym__block_terminator, - STATE(3666), 1, - sym_to_phrase, - STATE(3827), 1, - aux_sym_repeat_statement_repeat1, - STATE(3829), 1, - sym_while_phrase, - STATE(4581), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6467), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3408), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5863), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4158), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [228832] = 21, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [270300] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3431), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5865), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3705), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4266), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5218), 1, - aux_sym_for_statement_repeat1, - STATE(5976), 1, - sym_body, - STATE(3409), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4159), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228905] = 21, + [270348] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3366), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5867), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3764), 1, - aux_sym_for_phrase_repeat2, - STATE(4329), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5060), 1, - aux_sym_for_statement_repeat1, - STATE(6217), 1, - sym_body, - STATE(3410), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4160), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [228978] = 21, + [270396] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3347), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5869), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3711), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4161), 2, + sym_comment, + sym_include, + STATE(4705), 3, + sym_where_clause, sym_query_tuning, - STATE(4270), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5502), 1, - aux_sym_for_statement_repeat1, - STATE(6385), 1, - sym_body, - STATE(3411), 2, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [270444] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5871), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4162), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229051] = 6, + [270492] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4602), 1, - aux_sym_variable_tuning_token2, - STATE(3412), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5873), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4163), 2, sym_comment, sym_include, - ACTIONS(4600), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [229094] = 24, - ACTIONS(3), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [270540] = 13, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4548), 1, - aux_sym_while_phrase_token1, - ACTIONS(4550), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, - aux_sym_do_tuning_token1, - STATE(3651), 1, - sym_to_phrase, - STATE(3813), 1, - sym_while_phrase, - STATE(3815), 1, - aux_sym_do_block_repeat1, - STATE(4446), 1, - aux_sym_repeat_statement_repeat1, - STATE(4447), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6493), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3413), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5875), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4164), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [229173] = 21, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [270588] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5877), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4165), 2, + sym_comment, + sym_include, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [270636] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5879), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3758), 1, - aux_sym_for_phrase_repeat2, - STATE(4346), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5336), 1, - aux_sym_for_statement_repeat1, - STATE(6422), 1, - sym_body, - STATE(3414), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4166), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229246] = 21, + [270684] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5881), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3753), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4295), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5458), 1, - aux_sym_for_statement_repeat1, - STATE(5927), 1, - sym_body, - STATE(3415), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4167), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229319] = 21, + [270732] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5883), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3711), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4270), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5502), 1, - aux_sym_for_statement_repeat1, - STATE(6385), 1, - sym_body, - STATE(3416), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4168), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229392] = 21, + [270780] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3422), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5885), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3752), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4254), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5318), 1, - aux_sym_for_statement_repeat1, - STATE(5948), 1, - sym_body, - STATE(3417), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4169), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229465] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4606), 1, - sym__escaped_string, - STATE(3418), 2, - sym_comment, - sym_include, - ACTIONS(4604), 25, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [229506] = 24, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4562), 1, - aux_sym__block_terminator_token1, - ACTIONS(4564), 1, - aux_sym_while_phrase_token1, - ACTIONS(4566), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, - aux_sym_on_error_phrase_token1, - STATE(2337), 1, - sym__block_terminator, - STATE(3683), 1, - sym_to_phrase, - STATE(3859), 1, - sym_while_phrase, - STATE(3888), 1, - aux_sym_repeat_statement_repeat1, - STATE(4669), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6158), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3419), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [229585] = 21, + [270828] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3434), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5887), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3758), 1, - aux_sym_for_phrase_repeat2, - STATE(4346), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5336), 1, - aux_sym_for_statement_repeat1, - STATE(6422), 1, - sym_body, - STATE(3420), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4170), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229658] = 24, - ACTIONS(3), 1, + [270876] = 13, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4548), 1, - aux_sym_while_phrase_token1, - ACTIONS(4550), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, - aux_sym_do_tuning_token1, - STATE(3657), 1, - sym_to_phrase, - STATE(3837), 1, - aux_sym_do_block_repeat1, - STATE(3848), 1, - sym_while_phrase, - STATE(4490), 1, - aux_sym_repeat_statement_repeat1, - STATE(4493), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6471), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3421), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5889), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4171), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [229737] = 21, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [270924] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5891), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3726), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4336), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5190), 1, - aux_sym_for_statement_repeat1, - STATE(5978), 1, - sym_body, - STATE(3422), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4172), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229810] = 21, + [270972] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3406), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5893), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3726), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4336), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5190), 1, - aux_sym_for_statement_repeat1, - STATE(5978), 1, - sym_body, - STATE(3423), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4173), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [229883] = 24, + [271020] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4564), 1, - aux_sym_while_phrase_token1, - ACTIONS(4566), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4608), 1, - aux_sym__block_terminator_token1, - STATE(1934), 1, - sym__block_terminator, - STATE(3672), 1, - sym_to_phrase, - STATE(3867), 1, - aux_sym_repeat_statement_repeat1, - STATE(3869), 1, - sym_while_phrase, - STATE(4589), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6050), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3424), 2, + STATE(4174), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [229962] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4610), 1, + ACTIONS(5751), 16, + anon_sym_COLON, sym_identifier, - ACTIONS(4612), 1, - aux_sym_class_type_token1, - STATE(3697), 1, - sym_qualified_name, - STATE(4981), 1, - sym__type, - STATE(3425), 2, - sym_comment, - sym_include, - STATE(3929), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4558), 18, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - [230013] = 24, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4564), 1, + aux_sym_function_call_token1, aux_sym_while_phrase_token1, - ACTIONS(4566), 1, aux_sym_repeat_tuning_token1, - ACTIONS(4568), 1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(4608), 1, - aux_sym__block_terminator_token1, - STATE(1953), 1, - sym__block_terminator, - STATE(3658), 1, - sym_to_phrase, - STATE(3850), 1, - sym_while_phrase, - STATE(3851), 1, - aux_sym_repeat_statement_repeat1, - STATE(4599), 1, - aux_sym_repeat_statement_repeat2, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6075), 1, - sym_body, - STATE(6824), 1, - sym_assignment, - STATE(3426), 2, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [271052] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5895), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4175), 2, sym_comment, sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [230092] = 21, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [271100] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3349), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5897), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3692), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4261), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5512), 1, - aux_sym_for_statement_repeat1, - STATE(5921), 1, - sym_body, - STATE(3427), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4176), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230165] = 6, + [271148] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4616), 1, - aux_sym_variable_tuning_token2, - STATE(3428), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5899), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4177), 2, sym_comment, sym_include, - ACTIONS(4614), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [230208] = 21, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [271196] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3394), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5901), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3735), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4315), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(6163), 1, - sym_body, - STATE(3429), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4178), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230281] = 21, + [271244] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5903), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3722), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4275), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5339), 1, - aux_sym_for_statement_repeat1, - STATE(6168), 1, - sym_body, - STATE(3430), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4179), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230354] = 21, + [271292] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5905), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3707), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4321), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5072), 1, - aux_sym_for_statement_repeat1, - STATE(5896), 1, - sym_body, - STATE(3431), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4180), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230427] = 5, + [271340] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4620), 1, - sym__escaped_string, - STATE(3432), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4181), 2, sym_comment, sym_include, - ACTIONS(4618), 25, - anon_sym_LBRACE, + ACTIONS(5796), 16, + anon_sym_COLON, sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [230468] = 21, + aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [271372] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5907), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3734), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4276), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5308), 1, - aux_sym_for_statement_repeat1, - STATE(6188), 1, - sym_body, - STATE(3433), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4182), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230541] = 21, + [271420] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5909), 1, + anon_sym_RPAREN, + ACTIONS(5914), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(5917), 1, + aux_sym_where_clause_token1, + ACTIONS(5920), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(5923), 1, + aux_sym_of_token1, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3764), 1, - aux_sym_for_phrase_repeat2, - STATE(4329), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5060), 1, - aux_sym_for_statement_repeat1, - STATE(6217), 1, - sym_body, - STATE(3434), 2, + STATE(4183), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + aux_sym_can_find_expression_repeat1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(5911), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230614] = 6, + [271466] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4624), 1, - aux_sym_variable_tuning_token2, - STATE(3435), 2, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4272), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7314), 1, + sym_class_body, + STATE(4184), 2, sym_comment, sym_include, - ACTIONS(4622), 24, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [230657] = 21, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [271518] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3415), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5926), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3757), 1, - aux_sym_for_phrase_repeat2, - STATE(4332), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5341), 1, - aux_sym_for_statement_repeat1, - STATE(5942), 1, - sym_body, - STATE(3436), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4185), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230730] = 24, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4546), 1, - anon_sym_COLON, - ACTIONS(4548), 1, - aux_sym_while_phrase_token1, - ACTIONS(4550), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4552), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4554), 1, - aux_sym_do_tuning_token1, - STATE(3667), 1, - sym_to_phrase, - STATE(3784), 1, - aux_sym_do_block_repeat1, - STATE(3807), 1, - sym_while_phrase, - STATE(4535), 1, - aux_sym_repeat_statement_repeat1, - STATE(4547), 1, - sym_stop_after_phrase, - STATE(4908), 1, - sym_object_access, - STATE(5050), 1, - sym_function_call, - STATE(5406), 1, - sym_do_tuning, - STATE(5887), 1, - sym_new_expression, - STATE(6290), 1, - sym_body, - STATE(6898), 1, - sym_assignment, - STATE(3437), 2, - sym_comment, - sym_include, - STATE(5802), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [230809] = 21, + [271566] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3390), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5928), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3722), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4275), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5339), 1, - aux_sym_for_statement_repeat1, - STATE(6168), 1, - sym_body, - STATE(3438), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4186), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230882] = 21, + [271614] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5930), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3717), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4277), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5299), 1, - aux_sym_for_statement_repeat1, - STATE(6452), 1, - sym_body, - STATE(3439), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4187), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [230955] = 6, + [271662] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3696), 1, - aux_sym_variable_definition_token4, - STATE(3440), 2, - sym_comment, - sym_include, - ACTIONS(4626), 24, - aux_sym_temp_table_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - aux_sym_argument_mode_token3, + ACTIONS(5709), 1, aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_property_definition_token1, - aux_sym_event_definition_token1, - aux_sym_stream_definition_token1, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - [230998] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4630), 1, - sym__escaped_string, - STATE(3441), 2, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4272), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7883), 1, + sym_class_body, + STATE(4188), 2, sym_comment, sym_include, - ACTIONS(4628), 25, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [231039] = 21, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [271714] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5932), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3723), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4300), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5463), 1, - aux_sym_for_statement_repeat1, - STATE(6390), 1, - sym_body, - STATE(3442), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4189), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231112] = 21, + [271762] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4207), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7798), 1, + sym_class_body, + STATE(4190), 2, + sym_comment, + sym_include, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [271814] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3407), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5934), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3734), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4276), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5308), 1, - aux_sym_for_statement_repeat1, - STATE(6188), 1, - sym_body, - STATE(3443), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4191), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231185] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4634), 1, - sym__escaped_string, - STATE(3444), 2, - sym_comment, - sym_include, - ACTIONS(4632), 25, - anon_sym_LBRACE, - sym_identifier, - sym_null_expression, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - sym__integer_literal, - sym_date_literal, - anon_sym_LBRACK, - anon_sym_LPAREN, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [231226] = 21, + [271862] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5936), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3705), 1, - aux_sym_for_phrase_repeat2, - STATE(3754), 1, - sym_query_tuning, - STATE(4266), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - STATE(5218), 1, - aux_sym_for_statement_repeat1, - STATE(5976), 1, - sym_body, - STATE(3445), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4192), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231299] = 7, + [271910] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4640), 1, - aux_sym_button_tuning_token15, - ACTIONS(4638), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3446), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5938), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4193), 2, sym_comment, sym_include, - ACTIONS(4636), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [231343] = 15, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [271958] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4662), 1, - aux_sym_argument_mode_token3, - ACTIONS(4667), 1, - aux_sym_property_definition_token1, - ACTIONS(4669), 1, - aux_sym_event_definition_token1, - STATE(6652), 1, - sym_scope_tuning, - ACTIONS(4657), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4664), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3447), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5940), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4194), 2, sym_comment, sym_include, - ACTIONS(4642), 3, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4646), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(4652), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [231403] = 7, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [272006] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4673), 1, - aux_sym_using_statement_token2, - ACTIONS(4675), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3448), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5942), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4195), 2, sym_comment, sym_include, - ACTIONS(4671), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [231447] = 7, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [272054] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4640), 1, - aux_sym_button_tuning_token2, - ACTIONS(4638), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3449), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5944), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4196), 2, sym_comment, sym_include, - ACTIONS(4636), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [231491] = 18, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [272102] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5946), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4024), 1, - aux_sym_for_phrase_repeat2, - STATE(4532), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4594), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3450), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4197), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231556] = 6, + [272150] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4638), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3451), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5948), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4198), 2, sym_comment, sym_include, - ACTIONS(4636), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [231597] = 18, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [272198] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3450), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5950), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3914), 1, - aux_sym_for_phrase_repeat2, - STATE(4461), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4491), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3452), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4199), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231662] = 18, + [272246] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4272), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7435), 1, + sym_class_body, + STATE(4200), 2, + sym_comment, + sym_include, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [272298] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5952), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4047), 1, - aux_sym_for_phrase_repeat2, - STATE(4451), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4542), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3453), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4201), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231727] = 6, + [272346] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2440), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3454), 2, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4184), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7345), 1, + sym_class_body, + STATE(4202), 2, sym_comment, sym_include, - ACTIONS(2438), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [231768] = 6, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [272398] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4679), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3455), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5954), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4203), 2, sym_comment, sym_include, - ACTIONS(4677), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [231809] = 18, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [272446] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5956), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4021), 1, - aux_sym_for_phrase_repeat2, - STATE(4531), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4469), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3456), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4204), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231874] = 6, + [272494] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4683), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3457), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5958), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4205), 2, sym_comment, sym_include, - ACTIONS(4681), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [231915] = 18, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [272542] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5960), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4035), 1, - aux_sym_for_phrase_repeat2, - STATE(4529), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4685), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3458), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4206), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [231980] = 18, + [272590] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4272), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7740), 1, + sym_class_body, + STATE(4207), 2, + sym_comment, + sym_include, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [272642] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3453), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5962), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4021), 1, - aux_sym_for_phrase_repeat2, - STATE(4531), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4469), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3459), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4208), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232045] = 18, + [272690] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3470), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5964), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4024), 1, - aux_sym_for_phrase_repeat2, - STATE(4532), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4594), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3460), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4209), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232110] = 18, + [272738] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5966), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3914), 1, - aux_sym_for_phrase_repeat2, - STATE(4461), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4491), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3461), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4210), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232175] = 18, + [272786] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3468), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5968), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4035), 1, - aux_sym_for_phrase_repeat2, - STATE(4529), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4685), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3462), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4211), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232240] = 13, + [272834] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4662), 1, - aux_sym_argument_mode_token3, - ACTIONS(4667), 1, - aux_sym_property_definition_token1, - ACTIONS(4669), 1, - aux_sym_event_definition_token1, - ACTIONS(4657), 2, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4664), 2, + ACTIONS(5709), 1, aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3463), 2, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4272), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7525), 1, + sym_class_body, + STATE(4212), 2, sym_comment, sym_include, - ACTIONS(4642), 3, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4652), 9, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [232295] = 6, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [272886] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4689), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3464), 2, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5739), 1, + sym__terminator, + ACTIONS(5741), 1, + aux_sym_function_call_token1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4348), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6297), 1, + aux_sym_object_access_repeat1, + STATE(7068), 1, + sym_function_arguments, + STATE(4213), 2, sym_comment, sym_include, - ACTIONS(4687), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [232336] = 18, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [272942] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5972), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3918), 1, - aux_sym_for_phrase_repeat2, - STATE(4528), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4691), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3465), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4214), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232401] = 6, + [272990] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4695), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3466), 2, + ACTIONS(5974), 1, + aux_sym_event_definition_token1, + STATE(4154), 1, + aux_sym_event_definition_repeat1, + ACTIONS(4440), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(4215), 2, sym_comment, sym_include, - ACTIONS(4693), 21, - sym__terminator, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - aux_sym_button_tuning_token1, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token4, - aux_sym_button_tuning_token5, - aux_sym_button_tuning_token6, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token8, - aux_sym_button_tuning_token9, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - aux_sym_button_tuning_token12, - aux_sym_button_tuning_token13, - aux_sym_button_tuning_token14, - aux_sym_button_tuning_token16, - aux_sym_button_tuning_token17, - [232442] = 18, + STATE(4570), 3, + sym_scope_tuning, + sym_access_tuning, + sym_property_type, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [273032] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3458), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5976), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4047), 1, - aux_sym_for_phrase_repeat2, - STATE(4451), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4542), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3467), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4216), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232507] = 18, + [273080] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5978), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3982), 1, - aux_sym_for_phrase_repeat2, - STATE(4576), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4697), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3468), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4217), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232572] = 18, + [273128] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(3053), 1, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3465), 1, - aux_sym_for_phrase_repeat1, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4058), 1, - aux_sym_for_phrase_repeat2, - STATE(4450), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4699), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3469), 2, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5756), 1, + sym__terminator, + ACTIONS(5758), 1, + aux_sym_function_call_token1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4365), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6297), 1, + aux_sym_object_access_repeat1, + STATE(6569), 1, + sym_function_arguments, + STATE(4218), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [232637] = 18, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [273184] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(3551), 1, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5980), 1, + anon_sym_RPAREN, + STATE(4136), 1, sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4058), 1, - aux_sym_for_phrase_repeat2, - STATE(4450), 1, - aux_sym_repeat_statement_repeat1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4699), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3470), 2, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4219), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - ACTIONS(2504), 6, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [232702] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4626), 1, - sym__escaped_string, - STATE(3471), 2, - sym_comment, - sym_include, - ACTIONS(3696), 20, - sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - aux_sym_class_type_token1, - [232741] = 10, + [273232] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4707), 1, - aux_sym_button_definition_token1, - ACTIONS(4705), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3472), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5982), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4220), 2, sym_comment, sym_include, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4642), 5, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4701), 9, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [232788] = 10, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273280] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4709), 1, - aux_sym_button_definition_token1, - ACTIONS(4705), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3473), 2, - sym_comment, - sym_include, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4642), 5, - aux_sym_temp_table_expression_token1, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4701), 9, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [232835] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4713), 1, - sym__escaped_string, - STATE(3474), 2, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4212), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7554), 1, + sym_class_body, + STATE(4221), 2, sym_comment, sym_include, - ACTIONS(4711), 20, - sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - aux_sym_class_type_token1, - [232874] = 10, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [273332] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4715), 1, - aux_sym_button_definition_token1, - ACTIONS(4705), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3475), 2, - sym_comment, - sym_include, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4642), 5, + ACTIONS(5654), 1, aux_sym_temp_table_expression_token1, + STATE(4036), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3387), 2, aux_sym_serialization_tuning_token1, aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4701), 9, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [232921] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4717), 1, - aux_sym_button_definition_token1, - ACTIONS(4705), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3476), 2, + STATE(4222), 2, sym_comment, sym_include, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4642), 5, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4701), 9, + STATE(4262), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3383), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [232968] = 6, + [273374] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4719), 1, - sym__namedot, - STATE(3477), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(102), 19, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - aux_sym_function_call_token1, + ACTIONS(5725), 1, aux_sym_setter_token1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, + ACTIONS(5733), 1, aux_sym_run_tuning_token7, - [233007] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4238), 1, - sym__escaped_string, - STATE(3478), 2, - sym_comment, - sym_include, - ACTIONS(3698), 20, - sym_identifier, - aux_sym_primitive_type_token1, - aux_sym_primitive_type_token2, - aux_sym_primitive_type_token3, - aux_sym_primitive_type_token4, - aux_sym_primitive_type_token5, - aux_sym_primitive_type_token6, - aux_sym_primitive_type_token7, - aux_sym_primitive_type_token8, - aux_sym_primitive_type_token9, - aux_sym_primitive_type_token10, - aux_sym_primitive_type_token11, - aux_sym_primitive_type_token12, - aux_sym_primitive_type_token13, - aux_sym_primitive_type_token14, - aux_sym_primitive_type_token15, - aux_sym_primitive_type_token16, - aux_sym_primitive_type_token17, - aux_sym_primitive_type_token18, - aux_sym_class_type_token1, - [233046] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4722), 1, - sym__namedot, - STATE(3477), 1, - aux_sym_qualified_name_repeat1, - STATE(3479), 2, - sym_comment, - sym_include, - ACTIONS(113), 19, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5760), 1, sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, + ACTIONS(5762), 1, aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4280), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6297), 1, + aux_sym_object_access_repeat1, + STATE(6857), 1, + sym_function_arguments, + STATE(4223), 2, + sym_comment, + sym_include, + ACTIONS(5731), 4, aux_sym_run_tuning_token1, aux_sym_run_tuning_token2, aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [233087] = 10, + [273430] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4724), 1, - aux_sym_button_definition_token1, - ACTIONS(4705), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3480), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5984), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4224), 2, sym_comment, sym_include, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4642), 5, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4701), 9, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [233134] = 10, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273478] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4726), 1, - sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3481), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5986), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4225), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233180] = 5, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273526] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3482), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5988), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4226), 2, sym_comment, sym_include, - ACTIONS(102), 20, - sym__namedot, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [233216] = 10, - ACTIONS(69), 1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273574] = 17, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4728), 1, - sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3483), 2, + ACTIONS(849), 1, + anon_sym_EQ, + ACTIONS(877), 1, + sym__namedot, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(881), 1, + sym__namedoublecolon, + ACTIONS(883), 1, + sym__augmented_assignment, + ACTIONS(5992), 1, + anon_sym_LBRACK, + ACTIONS(5994), 1, + anon_sym_LPAREN, + STATE(945), 1, + sym_assignment_operator, + STATE(5241), 1, + aux_sym_object_access_repeat1, + STATE(5675), 1, + sym_function_arguments, + STATE(5856), 1, + aux_sym_qualified_name_repeat1, + STATE(5890), 1, + aux_sym_member_access_repeat1, + STATE(4227), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233262] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4730), 1, + ACTIONS(5990), 4, + sym_identifier, sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3484), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233308] = 10, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + [273630] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4732), 1, - sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3485), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5996), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4228), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233354] = 10, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273678] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4734), 1, - sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3486), 2, - sym_comment, - sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233400] = 9, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(5998), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4229), 2, + sym_comment, + sym_include, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273726] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - ACTIONS(4705), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3487), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(6000), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4230), 2, sym_comment, sym_include, - ACTIONS(4644), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4642), 5, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4701), 9, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [233444] = 7, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273774] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3488), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(6002), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4231), 2, sym_comment, sym_include, - ACTIONS(4736), 18, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [233484] = 10, + [273822] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4738), 1, - sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3489), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(6004), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4232), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233530] = 10, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [273870] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4740), 1, + ACTIONS(5719), 1, sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3490), 2, + ACTIONS(5723), 1, + aux_sym_function_call_token1, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4323), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6297), 1, + aux_sym_object_access_repeat1, + STATE(7117), 1, + sym_function_arguments, + STATE(4233), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233576] = 10, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [273926] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4742), 1, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5735), 1, + sym__namecolon, + ACTIONS(5747), 1, sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3491), 2, + ACTIONS(5749), 1, + aux_sym_function_call_token1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4331), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6297), 1, + aux_sym_object_access_repeat1, + STATE(6712), 1, + sym_function_arguments, + STATE(4234), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233622] = 9, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [273982] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4744), 1, - sym__terminator, - ACTIONS(4752), 1, - aux_sym_input_stream_tuning_token9, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3492), 3, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(6006), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4235), 2, sym_comment, sym_include, - aux_sym_output_stream_statement_repeat1, - ACTIONS(4749), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(4746), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233666] = 7, - ACTIONS(69), 1, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [274030] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3493), 2, + STATE(4236), 2, sym_comment, sym_include, - ACTIONS(4755), 18, + ACTIONS(5743), 16, anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, + sym_identifier, + aux_sym_scope_tuning_token1, aux_sym_function_call_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, @@ -255852,6580 +299079,7348 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_query_tuning_token5, aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [233706] = 10, + [274062] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4757), 1, - sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3494), 2, + ACTIONS(5705), 1, + anon_sym_COLON, + ACTIONS(5707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5709), 1, + aux_sym_property_type_token1, + ACTIONS(5711), 1, + aux_sym_method_tuning_token1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(5715), 1, + aux_sym_implements_token1, + ACTIONS(5717), 1, + aux_sym_use_widget_pool_token1, + STATE(4188), 1, + aux_sym_class_statement_repeat1, + STATE(5272), 1, + sym_class_tuning, + STATE(7919), 1, + sym_class_body, + STATE(4237), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233752] = 10, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [274114] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4759), 1, - sym__terminator, - STATE(3492), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3537), 1, - sym_output_stream_tuning, - STATE(3495), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(6008), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4238), 2, sym_comment, sym_include, - ACTIONS(2452), 4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token7, - ACTIONS(2450), 12, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - [233798] = 7, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [274162] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4763), 1, - aux_sym_input_stream_tuning_token10, - ACTIONS(4765), 1, - aux_sym_input_stream_tuning_token11, - STATE(3496), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2961), 1, + aux_sym_where_clause_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(2965), 1, + aux_sym_of_token1, + ACTIONS(6010), 1, + anon_sym_RPAREN, + STATE(4136), 1, + sym_using, + STATE(4183), 1, + aux_sym_can_find_expression_repeat1, + STATE(4239), 2, sym_comment, sym_include, - ACTIONS(4761), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [233838] = 12, + STATE(4705), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [274210] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4767), 1, - aux_sym__block_terminator_token1, - ACTIONS(4769), 1, - aux_sym_variable_definition_token1, - ACTIONS(4771), 1, - aux_sym_variable_definition_token2, - ACTIONS(4773), 1, - aux_sym_method_definition_token1, - ACTIONS(4775), 1, - aux_sym_constructor_definition_token1, - ACTIONS(4777), 1, - aux_sym_destructor_definition_token1, - STATE(3499), 1, - aux_sym_class_body_repeat1, - STATE(3497), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6012), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4317), 1, + sym__pre_tuning, + STATE(4534), 1, + aux_sym_for_phrase_repeat1, + STATE(4536), 1, + sym_where_clause, + STATE(4240), 2, sym_comment, sym_include, - STATE(4833), 12, - sym_variable_definition, - sym_buffer_definition, - sym_query_definition, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_constructor_definition, - sym_destructor_definition, - sym_stream_definition, - sym_temp_table_definition, - sym_data_source_definition, - [233887] = 17, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [274259] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4779), 1, - sym__terminator, - ACTIONS(4783), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4785), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4787), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - STATE(3561), 1, - aux_sym_property_definition_repeat3, - STATE(3676), 1, - aux_sym_property_definition_repeat2, - STATE(3840), 1, - sym_property_tuning, - STATE(5955), 1, - sym_access_tuning, - ACTIONS(4781), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3498), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4417), 1, + sym_while_phrase, + STATE(4424), 1, + aux_sym_do_block_repeat1, + STATE(5229), 1, + sym_stop_after_phrase, + STATE(5230), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7099), 1, + sym_body, + STATE(4241), 2, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [233946] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274312] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4793), 1, - aux_sym__block_terminator_token1, - ACTIONS(4795), 1, - aux_sym_variable_definition_token1, - ACTIONS(4798), 1, - aux_sym_variable_definition_token2, - ACTIONS(4801), 1, - aux_sym_method_definition_token1, - ACTIONS(4804), 1, - aux_sym_constructor_definition_token1, - ACTIONS(4807), 1, - aux_sym_destructor_definition_token1, - STATE(3499), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4401), 1, + sym_while_phrase, + STATE(4402), 1, + aux_sym_do_block_repeat1, + STATE(5214), 1, + sym_stop_after_phrase, + STATE(5217), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6891), 1, + sym_body, + STATE(4242), 2, sym_comment, sym_include, - aux_sym_class_body_repeat1, - STATE(4833), 12, - sym_variable_definition, - sym_buffer_definition, - sym_query_definition, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_constructor_definition, - sym_destructor_definition, - sym_stream_definition, - sym_temp_table_definition, - sym_data_source_definition, - [233993] = 18, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274365] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4810), 1, - sym__terminator, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, - sym_using, - STATE(3649), 1, - sym_of, - STATE(3662), 1, - sym_query_tuning, - STATE(3756), 1, - sym__pre_tuning, - STATE(4077), 1, - sym_where_clause, - STATE(4080), 1, - aux_sym_for_phrase_repeat1, - STATE(3500), 2, + STATE(4243), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(6020), 15, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [234054] = 18, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [274396] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4814), 1, + ACTIONS(6022), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3668), 1, - sym_of, - STATE(3690), 1, + STATE(4300), 1, sym__pre_tuning, - STATE(3985), 1, + STATE(4496), 1, aux_sym_for_phrase_repeat1, - STATE(3988), 1, + STATE(4655), 1, sym_where_clause, - STATE(3501), 2, + STATE(4244), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [234115] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4816), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4818), 1, - aux_sym_variable_definition_token3, - ACTIONS(4820), 1, - aux_sym_variable_definition_token4, - ACTIONS(4822), 1, - aux_sym_stream_definition_token1, - STATE(3506), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3502), 2, - sym_comment, - sym_include, - STATE(3674), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [234166] = 18, + [274445] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4824), 1, + ACTIONS(6024), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3677), 1, - sym_of, - STATE(3704), 1, + STATE(4281), 1, sym__pre_tuning, - STATE(3930), 1, + STATE(4539), 1, aux_sym_for_phrase_repeat1, - STATE(3932), 1, + STATE(4540), 1, sym_where_clause, - STATE(3503), 2, + STATE(4245), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [234227] = 18, + [274494] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4826), 1, + ACTIONS(6026), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3671), 1, - sym_of, - STATE(3751), 1, + STATE(4336), 1, sym__pre_tuning, - STATE(3974), 1, - aux_sym_for_phrase_repeat1, - STATE(3980), 1, + STATE(4504), 1, sym_where_clause, - STATE(3504), 2, + STATE(4505), 1, + aux_sym_for_phrase_repeat1, + STATE(4246), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [234288] = 12, + [274543] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4830), 1, - aux_sym_unary_expression_token2, - ACTIONS(4833), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4836), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4845), 1, - aux_sym_field_option_token1, - STATE(3565), 1, - sym_field_option, - ACTIONS(4842), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - ACTIONS(4828), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - STATE(3505), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4385), 1, + aux_sym_do_block_repeat1, + STATE(4411), 1, + sym_while_phrase, + STATE(5185), 1, + sym_stop_after_phrase, + STATE(5187), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7075), 1, + sym_body, + STATE(4247), 2, sym_comment, sym_include, - aux_sym_field_definition_repeat1, - ACTIONS(4839), 8, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - [234337] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274596] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4859), 1, - aux_sym_variable_definition_token4, - ACTIONS(4856), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4848), 3, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - STATE(3506), 3, + ACTIONS(6033), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6036), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6039), 1, + aux_sym_variable_tuning_token8, + STATE(4454), 1, + sym_property_tuning, + ACTIONS(6030), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(4248), 3, sym_comment, sym_include, - aux_sym_variable_definition_repeat1, - STATE(3674), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(4850), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(4853), 5, + aux_sym_property_definition_repeat2, + ACTIONS(6028), 8, + sym__terminator, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [234382] = 13, + aux_sym_getter_token1, + aux_sym_setter_token1, + [274637] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4863), 1, - aux_sym_unary_expression_token2, - ACTIONS(4865), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4867), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4873), 1, - aux_sym_field_option_token1, - STATE(3505), 1, - aux_sym_field_definition_repeat1, - STATE(3565), 1, - sym_field_option, - ACTIONS(4871), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3507), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4418), 1, + aux_sym_do_block_repeat1, + STATE(4486), 1, + sym_while_phrase, + STATE(5174), 1, + sym_stop_after_phrase, + STATE(5176), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6937), 1, + sym_body, + STATE(4249), 2, sym_comment, sym_include, - ACTIONS(4861), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - ACTIONS(4869), 8, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - [234433] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274690] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4877), 1, - aux_sym_using_token1, - STATE(3508), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4484), 1, + sym_while_phrase, + STATE(4494), 1, + aux_sym_do_block_repeat1, + STATE(5097), 1, + aux_sym_repeat_statement_repeat1, + STATE(5105), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(6862), 1, + sym_body, + STATE(4250), 2, sym_comment, sym_include, - aux_sym_using_repeat1, - ACTIONS(4875), 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274743] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - [234470] = 13, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4389), 1, + sym_while_phrase, + STATE(4392), 1, + aux_sym_do_block_repeat1, + STATE(5103), 1, + aux_sym_repeat_statement_repeat1, + STATE(5116), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(6664), 1, + sym_body, + STATE(4251), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274796] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4880), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4882), 1, - aux_sym_variable_definition_token3, - ACTIONS(4884), 1, - aux_sym_variable_definition_token4, - ACTIONS(4886), 1, - aux_sym_stream_definition_token1, - STATE(3506), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3509), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4380), 1, + aux_sym_do_block_repeat1, + STATE(4382), 1, + sym_while_phrase, + STATE(5101), 1, + aux_sym_repeat_statement_repeat1, + STATE(5114), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7079), 1, + sym_body, + STATE(4252), 2, sym_comment, sym_include, - STATE(3674), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [234521] = 18, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274849] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4372), 1, + aux_sym_do_block_repeat1, + STATE(4377), 1, + sym_while_phrase, + STATE(5110), 1, + aux_sym_repeat_statement_repeat1, + STATE(5111), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7238), 1, + sym_body, + STATE(4253), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274902] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4421), 1, + aux_sym_do_block_repeat1, + STATE(4423), 1, + sym_while_phrase, + STATE(5106), 1, + aux_sym_repeat_statement_repeat1, + STATE(5121), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7110), 1, + sym_body, + STATE(4254), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [274955] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4888), 1, + ACTIONS(6042), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3664), 1, - sym_of, - STATE(3747), 1, + STATE(4277), 1, sym__pre_tuning, - STATE(3971), 1, + STATE(4635), 1, sym_where_clause, - STATE(3976), 1, + STATE(4636), 1, aux_sym_for_phrase_repeat1, - STATE(3510), 2, + STATE(4255), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [234582] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4785), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4787), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - ACTIONS(4890), 1, - sym__terminator, - STATE(3521), 1, - aux_sym_property_definition_repeat2, - STATE(3562), 1, - aux_sym_property_definition_repeat3, - STATE(3840), 1, - sym_property_tuning, - STATE(5955), 1, - sym_access_tuning, - ACTIONS(4781), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3511), 2, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [275004] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6044), 1, + aux_sym_dataset_expression_token1, + ACTIONS(6046), 1, + aux_sym_buffer_definition_token1, + ACTIONS(6048), 1, + aux_sym_query_definition_token1, + STATE(4269), 1, + aux_sym_buffer_definition_repeat1, + STATE(4256), 2, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, + STATE(4664), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [234641] = 13, + [275047] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4892), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4894), 1, - aux_sym_variable_definition_token3, - ACTIONS(4896), 1, - aux_sym_variable_definition_token4, - ACTIONS(4898), 1, - aux_sym_stream_definition_token1, - STATE(3506), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3512), 2, + ACTIONS(6050), 1, + aux_sym_dataset_expression_token1, + ACTIONS(6052), 1, + aux_sym_buffer_definition_token1, + ACTIONS(6054), 1, + aux_sym_query_definition_token1, + STATE(4269), 1, + aux_sym_buffer_definition_repeat1, + STATE(4257), 2, sym_comment, sym_include, - STATE(3674), 3, + STATE(4664), 2, sym_scope_tuning, sym_access_tuning, - sym_serialization_tuning, - ACTIONS(2864), 4, + ACTIONS(3383), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [234692] = 7, + [275090] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4902), 1, - aux_sym_using_token1, - STATE(3508), 1, - aux_sym_using_repeat1, - STATE(3513), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6056), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4340), 1, + sym__pre_tuning, + STATE(4604), 1, + sym_where_clause, + STATE(4605), 1, + aux_sym_for_phrase_repeat1, + STATE(4258), 2, sym_comment, sym_include, - ACTIONS(4900), 17, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2957), 6, aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [275139] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(5487), 1, aux_sym_where_clause_token1, + ACTIONS(6058), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4325), 1, + sym__pre_tuning, + STATE(4660), 1, + sym_where_clause, + STATE(4661), 1, + aux_sym_for_phrase_repeat1, + STATE(4259), 2, + sym_comment, + sym_include, + ACTIONS(2957), 6, + aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - [234731] = 13, + [275188] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4863), 1, - aux_sym_unary_expression_token2, - ACTIONS(4865), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4867), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4873), 1, - aux_sym_field_option_token1, - STATE(3507), 1, - aux_sym_field_definition_repeat1, - STATE(3565), 1, - sym_field_option, - ACTIONS(4871), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3514), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4408), 1, + sym_while_phrase, + STATE(4476), 1, + aux_sym_do_block_repeat1, + STATE(5163), 1, + aux_sym_repeat_statement_repeat1, + STATE(5167), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7160), 1, + sym_body, + STATE(4260), 2, sym_comment, sym_include, - ACTIONS(4904), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - ACTIONS(4869), 8, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - [234782] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [275241] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4906), 1, - aux_sym_property_definition_token1, - STATE(3526), 1, - aux_sym_property_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3916), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3515), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4407), 1, + sym_while_phrase, + STATE(4410), 1, + aux_sym_do_block_repeat1, + STATE(5092), 1, + sym_stop_after_phrase, + STATE(5093), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7262), 1, + sym_body, + STATE(4261), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [275294] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5267), 1, + aux_sym_variable_definition_token4, + STATE(4262), 2, sym_comment, sym_include, - ACTIONS(2864), 4, + ACTIONS(5249), 14, + aux_sym_temp_table_expression_token1, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - STATE(3778), 4, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - sym_property_type, - ACTIONS(2866), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [234829] = 12, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + aux_sym_stream_definition_token1, + [275327] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4769), 1, - aux_sym_variable_definition_token1, - ACTIONS(4771), 1, - aux_sym_variable_definition_token2, - ACTIONS(4773), 1, - aux_sym_method_definition_token1, - ACTIONS(4775), 1, - aux_sym_constructor_definition_token1, - ACTIONS(4777), 1, - aux_sym_destructor_definition_token1, - ACTIONS(4908), 1, - aux_sym__block_terminator_token1, - STATE(3497), 1, - aux_sym_class_body_repeat1, - STATE(3516), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4459), 1, + sym_while_phrase, + STATE(4468), 1, + aux_sym_do_block_repeat1, + STATE(5209), 1, + sym_stop_after_phrase, + STATE(5211), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7123), 1, + sym_body, + STATE(4263), 2, sym_comment, sym_include, - STATE(4833), 12, - sym_variable_definition, - sym_buffer_definition, - sym_query_definition, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_constructor_definition, - sym_destructor_definition, - sym_stream_definition, - sym_temp_table_definition, - sym_data_source_definition, - [234878] = 7, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [275380] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4902), 1, - aux_sym_using_token1, - STATE(3513), 1, - aux_sym_using_repeat1, - STATE(3517), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6060), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4243), 1, + sym_query_tuning, + STATE(4313), 1, + sym__pre_tuning, + STATE(4550), 1, + sym_where_clause, + STATE(4551), 1, + aux_sym_for_phrase_repeat1, + STATE(4264), 2, sym_comment, sym_include, - ACTIONS(4910), 17, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2957), 6, aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - [234917] = 17, + [275429] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4783), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4785), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4787), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - ACTIONS(4912), 1, - sym__terminator, - STATE(3498), 1, - aux_sym_property_definition_repeat2, - STATE(3554), 1, - aux_sym_property_definition_repeat3, - STATE(3840), 1, - sym_property_tuning, - STATE(5955), 1, - sym_access_tuning, - ACTIONS(4781), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3518), 2, + ACTIONS(5276), 1, + aux_sym_event_definition_token1, + STATE(4265), 2, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, + ACTIONS(5274), 3, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_property_definition_token1, + ACTIONS(5271), 11, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [234976] = 18, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + [275464] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(4914), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3687), 1, - sym_of, - STATE(3727), 1, - sym__pre_tuning, - STATE(3991), 1, - aux_sym_for_phrase_repeat1, - STATE(3995), 1, - sym_where_clause, - STATE(3519), 2, + ACTIONS(6062), 1, + aux_sym_dataset_expression_token1, + ACTIONS(6064), 1, + aux_sym_buffer_definition_token1, + ACTIONS(6066), 1, + aux_sym_query_definition_token1, + STATE(4269), 1, + aux_sym_buffer_definition_repeat1, + STATE(4266), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [235037] = 18, + STATE(4664), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [275507] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4369), 1, + sym_while_phrase, + STATE(4488), 1, + aux_sym_do_block_repeat1, + STATE(5201), 1, + sym_stop_after_phrase, + STATE(5202), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6844), 1, + sym_body, + STATE(4267), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [275560] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4916), 1, + ACTIONS(6068), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3679), 1, - sym_of, - STATE(3770), 1, + STATE(4306), 1, sym__pre_tuning, - STATE(3999), 1, - aux_sym_for_phrase_repeat1, - STATE(4056), 1, + STATE(4627), 1, sym_where_clause, - STATE(3520), 2, + STATE(4628), 1, + aux_sym_for_phrase_repeat1, + STATE(4268), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [235098] = 17, + [275609] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4783), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4785), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4787), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - ACTIONS(4918), 1, - sym__terminator, - STATE(3566), 1, - aux_sym_property_definition_repeat3, - STATE(3676), 1, - aux_sym_property_definition_repeat2, - STATE(3840), 1, - sym_property_tuning, - STATE(5955), 1, + STATE(4664), 2, + sym_scope_tuning, sym_access_tuning, - ACTIONS(4781), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3521), 2, + ACTIONS(6070), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + STATE(4269), 3, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, + aux_sym_buffer_definition_repeat1, + ACTIONS(6072), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(6075), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [235157] = 18, + [275646] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4367), 1, + aux_sym_do_block_repeat1, + STATE(4429), 1, + sym_while_phrase, + STATE(5162), 1, + aux_sym_repeat_statement_repeat1, + STATE(5164), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7242), 1, + sym_body, + STATE(4270), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [275699] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4920), 1, + ACTIONS(6078), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4243), 1, sym_query_tuning, - STATE(3689), 1, - sym_of, - STATE(3698), 1, + STATE(4286), 1, sym__pre_tuning, - STATE(3922), 1, + STATE(4610), 1, aux_sym_for_phrase_repeat1, - STATE(3924), 1, + STATE(4614), 1, sym_where_clause, - STATE(3522), 2, + STATE(4271), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [235218] = 13, + [275748] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4922), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4924), 1, - aux_sym_variable_definition_token3, - ACTIONS(4926), 1, - aux_sym_variable_definition_token4, - ACTIONS(4928), 1, - aux_sym_stream_definition_token1, - STATE(3506), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(2868), 2, + ACTIONS(6080), 1, + anon_sym_COLON, + ACTIONS(6082), 1, aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3523), 2, + ACTIONS(6085), 1, + aux_sym_property_type_token1, + ACTIONS(6088), 1, + aux_sym_method_tuning_token1, + ACTIONS(6091), 1, + aux_sym_inherits_token1, + ACTIONS(6094), 1, + aux_sym_implements_token1, + ACTIONS(6097), 1, + aux_sym_use_widget_pool_token1, + STATE(5272), 1, + sym_class_tuning, + STATE(4272), 3, + sym_comment, + sym_include, + aux_sym_class_statement_repeat1, + STATE(5265), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [275795] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6100), 1, + aux_sym_dataset_expression_token1, + ACTIONS(6102), 1, + aux_sym_buffer_definition_token1, + ACTIONS(6104), 1, + aux_sym_query_definition_token1, + STATE(4269), 1, + aux_sym_buffer_definition_repeat1, + STATE(4273), 2, sym_comment, sym_include, - STATE(3674), 3, + STATE(4664), 2, sym_scope_tuning, sym_access_tuning, - sym_serialization_tuning, - ACTIONS(2864), 4, + ACTIONS(3383), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [235269] = 13, + [275838] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4930), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4932), 1, - aux_sym_variable_definition_token3, - ACTIONS(4934), 1, - aux_sym_variable_definition_token4, - ACTIONS(4936), 1, - aux_sym_stream_definition_token1, - STATE(3506), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3524), 2, + ACTIONS(6106), 1, + aux_sym_dataset_expression_token1, + ACTIONS(6108), 1, + aux_sym_buffer_definition_token1, + ACTIONS(6110), 1, + aux_sym_query_definition_token1, + STATE(4269), 1, + aux_sym_buffer_definition_repeat1, + STATE(4274), 2, sym_comment, sym_include, - STATE(3674), 3, + STATE(4664), 2, sym_scope_tuning, sym_access_tuning, - sym_serialization_tuning, - ACTIONS(2864), 4, + ACTIONS(3383), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [235320] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(4938), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3669), 1, - sym_of, - STATE(3763), 1, - sym__pre_tuning, - STATE(3975), 1, - aux_sym_for_phrase_repeat1, - STATE(4013), 1, - sym_where_clause, - STATE(3525), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [235381] = 10, + [275881] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4952), 1, - aux_sym_property_definition_token1, - ACTIONS(4946), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4949), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3526), 3, + STATE(4275), 2, sym_comment, sym_include, - aux_sym_property_definition_repeat1, - ACTIONS(4940), 4, + ACTIONS(6112), 15, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - STATE(3778), 4, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - sym_property_type, - ACTIONS(4943), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [235426] = 18, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_property_definition_token1, + aux_sym_event_definition_token1, + [275912] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(2506), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6014), 1, + aux_sym_while_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4406), 1, + sym_while_phrase, + STATE(4414), 1, + aux_sym_do_block_repeat1, + STATE(5086), 1, + sym_stop_after_phrase, + STATE(5150), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7057), 1, + sym_body, + STATE(4276), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [275965] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4954), 1, + ACTIONS(6114), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3673), 1, - sym_of, - STATE(3771), 1, - sym__pre_tuning, - STATE(3936), 1, - aux_sym_for_phrase_repeat1, - STATE(4045), 1, + STATE(4554), 1, sym_where_clause, - STATE(3527), 2, + STATE(4561), 1, + aux_sym_for_phrase_repeat1, + STATE(4277), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [235487] = 7, + [276011] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3528), 2, - sym_comment, - sym_include, - ACTIONS(4956), 17, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - [235526] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3529), 2, + STATE(4992), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5888), 1, + aux_sym_for_statement_repeat1, + STATE(6982), 1, + sym_body, + STATE(4278), 2, sym_comment, sym_include, - ACTIONS(4755), 18, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [235560] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276061] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3530), 2, - sym_comment, - sym_include, - ACTIONS(4875), 18, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [235594] = 19, + STATE(4957), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5900), 1, + aux_sym_for_statement_repeat1, + STATE(6976), 1, + sym_body, + STATE(4279), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276111] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, - sym__namedot, - ACTIONS(4958), 1, - sym__terminator, - ACTIONS(4960), 1, - anon_sym_LPAREN, - ACTIONS(4962), 1, - aux_sym_function_call_token1, - ACTIONS(4964), 1, + ACTIONS(5725), 1, aux_sym_setter_token1, - ACTIONS(4966), 1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, + ACTIONS(5729), 1, aux_sym_widget_field_token1, - ACTIONS(4972), 1, + ACTIONS(5733), 1, aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - STATE(3479), 1, - aux_sym_qualified_name_repeat1, - STATE(3718), 1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + ACTIONS(6116), 1, + sym__terminator, + ACTIONS(6118), 1, + aux_sym_function_call_token1, + STATE(4378), 1, aux_sym_run_statement_repeat1, - STATE(3973), 1, - sym_function_arguments, - STATE(4190), 1, + STATE(4847), 1, sym_run_tuning, - STATE(5662), 1, - aux_sym_object_access_repeat1, - STATE(3531), 2, + STATE(6907), 1, + sym_function_arguments, + STATE(4280), 2, sym_comment, sym_include, - ACTIONS(4970), 4, + ACTIONS(5731), 4, aux_sym_run_tuning_token1, aux_sym_run_tuning_token2, aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, - [235656] = 8, + [276161] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - STATE(3532), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6120), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4594), 1, + aux_sym_for_phrase_repeat1, + STATE(4596), 1, + sym_where_clause, + STATE(4281), 2, sym_comment, sym_include, - ACTIONS(4642), 3, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - ACTIONS(4667), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_property_definition_token1, - ACTIONS(4657), 11, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - [235696] = 17, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [276207] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3616), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6664), 1, - sym_class_body, - STATE(3533), 2, - sym_comment, - sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [235754] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3534), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4949), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5977), 1, + aux_sym_for_statement_repeat1, + STATE(7022), 1, + sym_body, + STATE(4282), 2, sym_comment, sym_include, - ACTIONS(4761), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [235788] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276257] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4711), 1, - aux_sym_variable_definition_token4, - STATE(3535), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4922), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5784), 1, + aux_sym_for_statement_repeat1, + STATE(6733), 1, + sym_body, + STATE(4283), 2, sym_comment, sym_include, - ACTIONS(4713), 17, - aux_sym_temp_table_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_property_definition_token1, - aux_sym_stream_definition_token1, - [235824] = 19, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276307] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, - sym__namedot, - ACTIONS(4960), 1, - anon_sym_LPAREN, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(4990), 1, - sym__terminator, - ACTIONS(4992), 1, - aux_sym_function_call_token1, - STATE(3479), 1, - aux_sym_qualified_name_repeat1, - STATE(3745), 1, - aux_sym_run_statement_repeat1, - STATE(3973), 1, - sym_function_arguments, - STATE(4190), 1, - sym_run_tuning, - STATE(5662), 1, - aux_sym_object_access_repeat1, - STATE(3536), 2, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4945), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5837), 1, + aux_sym_for_statement_repeat1, + STATE(7159), 1, + sym_body, + STATE(4284), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [235886] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276357] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3537), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4929), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5910), 1, + aux_sym_for_statement_repeat1, + STATE(6973), 1, + sym_body, + STATE(4285), 2, sym_comment, sym_include, - ACTIONS(4994), 18, - sym__terminator, - aux_sym_argument_tuning_token4, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - aux_sym_output_stream_tuning_token1, - aux_sym_output_stream_tuning_token2, - aux_sym_output_stream_tuning_token3, - aux_sym_output_stream_tuning_token4, - aux_sym_output_stream_tuning_token5, - aux_sym_output_stream_tuning_token6, - aux_sym_output_stream_tuning_token7, - [235920] = 19, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276407] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, - sym__namedot, - ACTIONS(4960), 1, - anon_sym_LPAREN, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(4996), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6122), 1, sym__terminator, - ACTIONS(4998), 1, - aux_sym_function_call_token1, - STATE(3479), 1, - aux_sym_qualified_name_repeat1, - STATE(3720), 1, - aux_sym_run_statement_repeat1, - STATE(3973), 1, - sym_function_arguments, - STATE(4190), 1, - sym_run_tuning, - STATE(5662), 1, - aux_sym_object_access_repeat1, - STATE(3538), 2, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4537), 1, + sym_where_clause, + STATE(4538), 1, + aux_sym_for_phrase_repeat1, + STATE(4286), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [235982] = 17, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [276453] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3632), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6711), 1, - sym_class_body, - STATE(3539), 2, - sym_comment, - sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [236040] = 5, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4923), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5892), 1, + aux_sym_for_statement_repeat1, + STATE(7154), 1, + sym_body, + STATE(4287), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276503] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3540), 2, - sym_comment, - sym_include, - ACTIONS(4736), 18, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [236074] = 19, + STATE(4978), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5965), 1, + aux_sym_for_statement_repeat1, + STATE(7027), 1, + sym_body, + STATE(4288), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276553] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, - sym__namedot, - ACTIONS(4960), 1, - anon_sym_LPAREN, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(5000), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6078), 1, sym__terminator, - ACTIONS(5002), 1, - aux_sym_function_call_token1, - STATE(3479), 1, - aux_sym_qualified_name_repeat1, - STATE(3761), 1, - aux_sym_run_statement_repeat1, - STATE(3973), 1, - sym_function_arguments, - STATE(4190), 1, - sym_run_tuning, - STATE(5662), 1, - aux_sym_object_access_repeat1, - STATE(3541), 2, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4610), 1, + aux_sym_for_phrase_repeat1, + STATE(4614), 1, + sym_where_clause, + STATE(4289), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [236136] = 17, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [276599] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3583), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6876), 1, - sym_class_body, - STATE(3542), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4951), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5927), 1, + aux_sym_for_statement_repeat1, + STATE(6687), 1, + sym_body, + STATE(4290), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [236194] = 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276649] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3584), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6749), 1, - sym_class_body, - STATE(3543), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4943), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5932), 1, + aux_sym_for_statement_repeat1, + STATE(7198), 1, + sym_body, + STATE(4291), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [236252] = 12, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276699] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4830), 1, - aux_sym_unary_expression_token2, - ACTIONS(4845), 1, - aux_sym_field_option_token1, - ACTIONS(5004), 1, - aux_sym_variable_tuning_token1, - ACTIONS(5007), 1, - aux_sym_variable_tuning_token2, - STATE(3565), 1, - sym_field_option, - ACTIONS(4828), 2, - sym__terminator, - aux_sym_field_definition_token1, - ACTIONS(4842), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3544), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4914), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5997), 1, + aux_sym_for_statement_repeat1, + STATE(6951), 1, + sym_body, + STATE(4292), 2, sym_comment, sym_include, - aux_sym_field_definition_repeat1, - ACTIONS(4839), 8, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - [236300] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276749] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4863), 1, - aux_sym_unary_expression_token2, - ACTIONS(4873), 1, - aux_sym_field_option_token1, - ACTIONS(5010), 1, - aux_sym_variable_tuning_token1, - ACTIONS(5012), 1, - aux_sym_variable_tuning_token2, - STATE(3544), 1, - aux_sym_field_definition_repeat1, - STATE(3565), 1, - sym_field_option, - ACTIONS(4861), 2, - sym__terminator, - aux_sym_field_definition_token1, - ACTIONS(4871), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3545), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4937), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6190), 1, + aux_sym_for_statement_repeat1, + STATE(6810), 1, + sym_body, + STATE(4293), 2, sym_comment, sym_include, - ACTIONS(4869), 8, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - [236350] = 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276799] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3599), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6514), 1, - sym_class_body, - STATE(3546), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4973), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5746), 1, + aux_sym_for_statement_repeat1, + STATE(7182), 1, + sym_body, + STATE(4294), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [236408] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276849] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4863), 1, - aux_sym_unary_expression_token2, - ACTIONS(4873), 1, - aux_sym_field_option_token1, - ACTIONS(5010), 1, - aux_sym_variable_tuning_token1, - ACTIONS(5012), 1, - aux_sym_variable_tuning_token2, - STATE(3545), 1, - aux_sym_field_definition_repeat1, - STATE(3565), 1, - sym_field_option, - ACTIONS(4871), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - ACTIONS(4904), 2, - sym__terminator, - aux_sym_field_definition_token1, - STATE(3547), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4906), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5741), 1, + aux_sym_for_statement_repeat1, + STATE(7170), 1, + sym_body, + STATE(4295), 2, sym_comment, sym_include, - ACTIONS(4869), 8, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - [236458] = 19, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [276899] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, - sym__namedot, - ACTIONS(4960), 1, - anon_sym_LPAREN, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(5014), 1, - sym__terminator, - ACTIONS(5016), 1, - aux_sym_function_call_token1, - STATE(3479), 1, - aux_sym_qualified_name_repeat1, - STATE(3762), 1, - aux_sym_run_statement_repeat1, - STATE(3973), 1, - sym_function_arguments, - STATE(4190), 1, - sym_run_tuning, - STATE(5662), 1, - aux_sym_object_access_repeat1, - STATE(3548), 2, + ACTIONS(6130), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(4687), 2, + sym_scope_tuning, + sym_access_tuning, + STATE(4296), 3, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [236520] = 16, + aux_sym_workfile_definition_repeat1, + ACTIONS(6124), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(6127), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [276935] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(4826), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3671), 1, - sym_of, - STATE(3751), 1, - sym__pre_tuning, - STATE(3974), 1, - aux_sym_for_phrase_repeat1, - STATE(3980), 1, - sym_where_clause, - STATE(3549), 2, + STATE(4296), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(6132), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(4297), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [236575] = 16, + STATE(4687), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [276973] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4824), 1, + ACTIONS(6068), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3677), 1, - sym_of, - STATE(3704), 1, - sym__pre_tuning, - STATE(3930), 1, - aux_sym_for_phrase_repeat1, - STATE(3932), 1, + STATE(4627), 1, sym_where_clause, - STATE(3550), 2, + STATE(4628), 1, + aux_sym_for_phrase_repeat1, + STATE(4298), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [236630] = 5, + [277019] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3551), 2, - sym_comment, - sym_include, - ACTIONS(5018), 17, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - [236663] = 16, + STATE(4942), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5972), 1, + aux_sym_for_statement_repeat1, + STATE(7153), 1, + sym_body, + STATE(4299), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277069] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4888), 1, + ACTIONS(6134), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3664), 1, - sym_of, - STATE(3747), 1, - sym__pre_tuning, - STATE(3971), 1, + STATE(4630), 1, sym_where_clause, - STATE(3976), 1, + STATE(4631), 1, aux_sym_for_phrase_repeat1, - STATE(3552), 2, + STATE(4300), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [236718] = 16, + [277115] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(4920), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3689), 1, - sym_of, - STATE(3698), 1, - sym__pre_tuning, - STATE(3922), 1, - aux_sym_for_phrase_repeat1, - STATE(3924), 1, - sym_where_clause, - STATE(3553), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4901), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5757), 1, + aux_sym_for_statement_repeat1, + STATE(7173), 1, + sym_body, + STATE(4301), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [236773] = 12, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277165] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - ACTIONS(5022), 1, - aux_sym_variable_definition_token2, - STATE(3555), 1, - aux_sym_property_definition_repeat3, - STATE(5955), 1, - sym_access_tuning, - STATE(3554), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4947), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5808), 1, + aux_sym_for_statement_repeat1, + STATE(6999), 1, + sym_body, + STATE(4302), 2, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(5020), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [236820] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277215] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5029), 1, - aux_sym_variable_definition_token2, - ACTIONS(5031), 1, - aux_sym_getter_token1, - ACTIONS(5034), 1, - aux_sym_setter_token1, - STATE(5955), 1, - sym_access_tuning, - STATE(3780), 2, - sym_getter, - sym_setter, - STATE(3555), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4896), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5909), 1, + aux_sym_for_statement_repeat1, + STATE(7059), 1, + sym_body, + STATE(4303), 2, sym_comment, sym_include, - aux_sym_property_definition_repeat3, - ACTIONS(5024), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - ACTIONS(5026), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [236865] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277265] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(4914), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3687), 1, - sym_of, - STATE(3727), 1, - sym__pre_tuning, - STATE(3991), 1, - aux_sym_for_phrase_repeat1, - STATE(3995), 1, - sym_where_clause, - STATE(3556), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4966), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5874), 1, + aux_sym_for_statement_repeat1, + STATE(7021), 1, + sym_body, + STATE(4304), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [236920] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277315] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4916), 1, + ACTIONS(6060), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3679), 1, - sym_of, - STATE(3770), 1, - sym__pre_tuning, - STATE(3999), 1, - aux_sym_for_phrase_repeat1, - STATE(4056), 1, + STATE(4550), 1, sym_where_clause, - STATE(3557), 2, + STATE(4551), 1, + aux_sym_for_phrase_repeat1, + STATE(4305), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [236975] = 16, + [277361] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4810), 1, - sym__terminator, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - STATE(3551), 1, + ACTIONS(6136), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3649), 1, - sym_of, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3756), 1, - sym__pre_tuning, - STATE(4077), 1, + STATE(4592), 1, sym_where_clause, - STATE(4080), 1, + STATE(4593), 1, aux_sym_for_phrase_repeat1, - STATE(3558), 2, + STATE(4306), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [237030] = 16, + [277407] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(4954), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3673), 1, - sym_of, - STATE(3771), 1, - sym__pre_tuning, - STATE(3936), 1, - aux_sym_for_phrase_repeat1, - STATE(4045), 1, - sym_where_clause, - STATE(3559), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4990), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6036), 1, + aux_sym_for_statement_repeat1, + STATE(6924), 1, + sym_body, + STATE(4307), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [237085] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277457] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3560), 2, - sym_comment, - sym_include, - ACTIONS(5037), 17, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - [237118] = 12, + STATE(4912), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6038), 1, + aux_sym_for_statement_repeat1, + STATE(7143), 1, + sym_body, + STATE(4308), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277507] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - ACTIONS(5041), 1, - aux_sym_variable_definition_token2, - STATE(3555), 1, - aux_sym_property_definition_repeat3, - STATE(5955), 1, - sym_access_tuning, - STATE(3561), 2, + STATE(4296), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(6138), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(4309), 2, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, + STATE(4687), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - ACTIONS(5039), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [237165] = 12, + [277545] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - ACTIONS(5045), 1, - aux_sym_variable_definition_token2, - STATE(3555), 1, - aux_sym_property_definition_repeat3, - STATE(5955), 1, - sym_access_tuning, - STATE(3562), 2, + STATE(4310), 2, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, + ACTIONS(6140), 14, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [277575] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4311), 2, + sym_comment, + sym_include, + ACTIONS(5274), 14, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - ACTIONS(5043), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [237212] = 6, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_property_definition_token1, + [277605] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5049), 1, - aux_sym_variable_tuning_token2, - STATE(3563), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4971), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6044), 1, + aux_sym_for_statement_repeat1, + STATE(7141), 1, + sym_body, + STATE(4312), 2, sym_comment, sym_include, - ACTIONS(5047), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [237247] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277655] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5056), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(5059), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6142), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3564), 3, + STATE(4507), 1, + aux_sym_for_phrase_repeat1, + STATE(4508), 1, + sym_where_clause, + STATE(4313), 2, sym_comment, sym_include, - aux_sym_for_phrase_repeat1, - ACTIONS(5051), 6, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_clause_token1, - ACTIONS(5053), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [237290] = 6, + [277701] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5064), 1, - aux_sym_variable_tuning_token2, - STATE(3565), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4919), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5825), 1, + aux_sym_for_statement_repeat1, + STATE(6990), 1, + sym_body, + STATE(4314), 2, sym_comment, sym_include, - ACTIONS(5062), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [237325] = 12, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277751] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4789), 1, - aux_sym_getter_token1, - ACTIONS(4791), 1, - aux_sym_setter_token1, - ACTIONS(5068), 1, - aux_sym_variable_definition_token2, - STATE(3555), 1, - aux_sym_property_definition_repeat3, - STATE(5955), 1, - sym_access_tuning, - STATE(3566), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4899), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5765), 1, + aux_sym_for_statement_repeat1, + STATE(7174), 1, + sym_body, + STATE(4315), 2, sym_comment, sym_include, - STATE(3780), 2, - sym_getter, - sym_setter, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - ACTIONS(5066), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [237372] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277801] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(4814), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3668), 1, - sym_of, - STATE(3690), 1, - sym__pre_tuning, - STATE(3985), 1, - aux_sym_for_phrase_repeat1, - STATE(3988), 1, - sym_where_clause, - STATE(3567), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4916), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5827), 1, + aux_sym_for_statement_repeat1, + STATE(6988), 1, + sym_body, + STATE(4316), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [237427] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277851] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(4812), 1, + ACTIONS(5487), 1, aux_sym_where_clause_token1, - ACTIONS(4938), 1, + ACTIONS(6144), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3662), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3669), 1, - sym_of, - STATE(3763), 1, - sym__pre_tuning, - STATE(3975), 1, + STATE(4576), 1, aux_sym_for_phrase_repeat1, - STATE(4013), 1, + STATE(4578), 1, sym_where_clause, - STATE(3568), 2, + STATE(4317), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [237482] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2500), 1, - aux_sym_variable_tuning_token2, - STATE(3569), 2, - sym_comment, - sym_include, - ACTIONS(2498), 16, - sym__terminator, - aux_sym_unary_expression_token2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_field_option_token1, - aux_sym_field_option_token2, - aux_sym_field_option_token3, - aux_sym_field_option_token4, - aux_sym_field_option_token5, - aux_sym_field_option_token6, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [237517] = 11, + [277897] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4642), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4644), 1, - aux_sym_dataset_expression_token1, - ACTIONS(4667), 1, - aux_sym_property_definition_token1, - ACTIONS(4669), 1, - aux_sym_event_definition_token1, - ACTIONS(4657), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4664), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3570), 2, - sym_comment, - sym_include, - ACTIONS(4652), 9, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [237562] = 5, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4931), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6194), 1, + aux_sym_for_statement_repeat1, + STATE(6651), 1, + sym_body, + STATE(4318), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277947] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3571), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4946), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6128), 1, + aux_sym_for_statement_repeat1, + STATE(7249), 1, + sym_body, + STATE(4319), 2, sym_comment, sym_include, - ACTIONS(4956), 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [277997] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - [237595] = 13, + STATE(4907), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5744), 1, + aux_sym_for_statement_repeat1, + STATE(6969), 1, + sym_body, + STATE(4320), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278047] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5070), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3572), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4983), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5957), 1, + aux_sym_for_statement_repeat1, + STATE(7037), 1, + sym_body, + STATE(4321), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [237643] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278097] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5072), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3573), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4982), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5981), 1, + aux_sym_for_statement_repeat1, + STATE(6693), 1, + sym_body, + STATE(4322), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [237691] = 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278147] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4958), 1, - sym__terminator, - ACTIONS(4962), 1, - aux_sym_function_call_token1, - ACTIONS(4964), 1, + ACTIONS(5725), 1, aux_sym_setter_token1, - ACTIONS(4966), 1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, + ACTIONS(5729), 1, aux_sym_widget_field_token1, - ACTIONS(4972), 1, + ACTIONS(5733), 1, aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(5074), 1, + ACTIONS(5970), 1, anon_sym_LPAREN, - STATE(3718), 1, + ACTIONS(6146), 1, + sym__terminator, + ACTIONS(6148), 1, + aux_sym_function_call_token1, + STATE(4378), 1, aux_sym_run_statement_repeat1, - STATE(4190), 1, + STATE(4847), 1, sym_run_tuning, - STATE(5655), 1, - aux_sym_object_access_repeat1, - STATE(5868), 1, + STATE(7093), 1, sym_function_arguments, - STATE(3574), 2, + STATE(4323), 2, sym_comment, sym_include, - ACTIONS(4970), 4, + ACTIONS(5731), 4, aux_sym_run_tuning_token1, aux_sym_run_tuning_token2, aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, - [237747] = 13, + [278197] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5076), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3575), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4960), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6102), 1, + aux_sym_for_statement_repeat1, + STATE(7132), 1, + sym_body, + STATE(4324), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [237795] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278247] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5078), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6150), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3576), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4606), 1, + sym_where_clause, + STATE(4607), 1, + aux_sym_for_phrase_repeat1, + STATE(4325), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [237843] = 17, - ACTIONS(3), 1, + [278293] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(833), 1, - anon_sym_EQ, - ACTIONS(861), 1, - sym__namedot, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(865), 1, - sym__namedoublecolon, - ACTIONS(867), 1, - sym__augmented_assignment, - ACTIONS(5082), 1, - anon_sym_LBRACK, - ACTIONS(5084), 1, - anon_sym_LPAREN, - STATE(618), 1, - sym_assignment_operator, - STATE(4825), 1, - aux_sym_object_access_repeat1, - STATE(4983), 1, - sym_function_arguments, - STATE(5353), 1, - aux_sym_qualified_name_repeat1, - STATE(5354), 1, - aux_sym_member_access_repeat1, - STATE(3577), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4952), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5954), 1, + aux_sym_for_statement_repeat1, + STATE(7042), 1, + sym_body, + STATE(4326), 2, sym_comment, sym_include, - ACTIONS(5080), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - [237899] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278343] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5086), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6056), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3578), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4604), 1, + sym_where_clause, + STATE(4605), 1, + aux_sym_for_phrase_repeat1, + STATE(4327), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [237947] = 13, + [278389] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5088), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3579), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4954), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5992), 1, + aux_sym_for_statement_repeat1, + STATE(7016), 1, + sym_body, + STATE(4328), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [237995] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278439] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5090), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6058), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3580), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4660), 1, + sym_where_clause, + STATE(4661), 1, + aux_sym_for_phrase_repeat1, + STATE(4329), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [238043] = 13, + [278485] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5092), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3581), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4964), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6025), 1, + aux_sym_for_statement_repeat1, + STATE(6767), 1, + sym_body, + STATE(4330), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238091] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278535] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5094), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3582), 2, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5970), 1, + anon_sym_LPAREN, + ACTIONS(6152), 1, + sym__terminator, + ACTIONS(6154), 1, + aux_sym_function_call_token1, + STATE(4378), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6899), 1, + sym_function_arguments, + STATE(4331), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238139] = 15, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [278585] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3653), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6853), 1, - sym_class_body, - STATE(3583), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4895), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5855), 1, + aux_sym_for_statement_repeat1, + STATE(7176), 1, + sym_body, + STATE(4332), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [238191] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278635] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3653), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6870), 1, - sym_class_body, - STATE(3584), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4902), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6098), 1, + aux_sym_for_statement_repeat1, + STATE(6669), 1, + sym_body, + STATE(4333), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [238243] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278685] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4816), 1, - aux_sym_temp_table_expression_token1, - STATE(3506), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(2868), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3585), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4909), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5859), 1, + aux_sym_for_statement_repeat1, + STATE(7181), 1, + sym_body, + STATE(4334), 2, sym_comment, sym_include, - STATE(3674), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [238285] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278735] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5096), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6012), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3586), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4534), 1, + aux_sym_for_phrase_repeat1, + STATE(4536), 1, + sym_where_clause, + STATE(4335), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [238333] = 13, + [278781] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5098), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6156), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3587), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4529), 1, + aux_sym_for_phrase_repeat1, + STATE(4533), 1, + sym_where_clause, + STATE(4336), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [238381] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(5000), 1, - sym__terminator, - ACTIONS(5002), 1, - aux_sym_function_call_token1, - ACTIONS(5074), 1, - anon_sym_LPAREN, - STATE(3761), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(5655), 1, - aux_sym_object_access_repeat1, - STATE(5922), 1, - sym_function_arguments, - STATE(3588), 2, - sym_comment, - sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [238437] = 13, + [278827] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5100), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6042), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3589), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4635), 1, + sym_where_clause, + STATE(4636), 1, + aux_sym_for_phrase_repeat1, + STATE(4337), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [238485] = 15, + [278873] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3599), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6514), 1, - sym_class_body, - STATE(3590), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4984), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6119), 1, + aux_sym_for_statement_repeat1, + STATE(6668), 1, + sym_body, + STATE(4338), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [238537] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278923] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5102), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3591), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4904), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5842), 1, + aux_sym_for_statement_repeat1, + STATE(6983), 1, + sym_body, + STATE(4339), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238585] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [278973] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5104), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6158), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3592), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4552), 1, + sym_where_clause, + STATE(4555), 1, + aux_sym_for_phrase_repeat1, + STATE(4340), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [238633] = 13, + [279019] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5106), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3593), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4891), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6022), 1, + aux_sym_for_statement_repeat1, + STATE(7215), 1, + sym_body, + STATE(4341), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238681] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279069] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5108), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3594), 2, + STATE(4296), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(6160), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(4342), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238729] = 13, + STATE(4687), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [279107] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5110), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3595), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4932), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5916), 1, + aux_sym_for_statement_repeat1, + STATE(7184), 1, + sym_body, + STATE(4343), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238777] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279157] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5112), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3596), 2, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5739), 1, + sym__terminator, + ACTIONS(5741), 1, + aux_sym_function_call_token1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4348), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(7068), 1, + sym_function_arguments, + STATE(4344), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [279207] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5756), 1, + sym__terminator, + ACTIONS(5758), 1, aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238825] = 13, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4365), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6569), 1, + sym_function_arguments, + STATE(4345), 2, + sym_comment, + sym_include, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [279257] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5114), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3597), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4975), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5971), 1, + aux_sym_for_statement_repeat1, + STATE(6958), 1, + sym_body, + STATE(4346), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238873] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279307] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5116), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3598), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4908), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5835), 1, + aux_sym_for_statement_repeat1, + STATE(6987), 1, + sym_body, + STATE(4347), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279357] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5970), 1, + anon_sym_LPAREN, + ACTIONS(6162), 1, + sym__terminator, + ACTIONS(6164), 1, + aux_sym_function_call_token1, + STATE(4378), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(7084), 1, + sym_function_arguments, + STATE(4348), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [238921] = 15, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [279407] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4296), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(6166), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(4349), 2, + sym_comment, + sym_include, + STATE(4687), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [279445] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3653), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6516), 1, - sym_class_body, - STATE(3599), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4940), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5991), 1, + aux_sym_for_statement_repeat1, + STATE(7019), 1, + sym_body, + STATE(4350), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [238973] = 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279495] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, + ACTIONS(5725), 1, aux_sym_setter_token1, - ACTIONS(4966), 1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, + ACTIONS(5729), 1, aux_sym_widget_field_token1, - ACTIONS(4972), 1, + ACTIONS(5733), 1, aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(5014), 1, + ACTIONS(5760), 1, sym__terminator, - ACTIONS(5016), 1, + ACTIONS(5762), 1, aux_sym_function_call_token1, - ACTIONS(5074), 1, + ACTIONS(5970), 1, anon_sym_LPAREN, - STATE(3762), 1, + STATE(4280), 1, aux_sym_run_statement_repeat1, - STATE(4190), 1, + STATE(4847), 1, sym_run_tuning, - STATE(5655), 1, - aux_sym_object_access_repeat1, - STATE(6476), 1, + STATE(6857), 1, sym_function_arguments, - STATE(3600), 2, + STATE(4351), 2, sym_comment, sym_include, - ACTIONS(4970), 4, + ACTIONS(5731), 4, aux_sym_run_tuning_token1, aux_sym_run_tuning_token2, aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, - [239029] = 13, + [279545] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5118), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3601), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4950), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5976), 1, + aux_sym_for_statement_repeat1, + STATE(7025), 1, + sym_body, + STATE(4352), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239077] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279595] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5120), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3602), 2, + STATE(4296), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(6168), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(4353), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239125] = 13, + STATE(4687), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [279633] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5122), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3603), 2, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5747), 1, + sym__terminator, + ACTIONS(5749), 1, + aux_sym_function_call_token1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4331), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(6712), 1, + sym_function_arguments, + STATE(4354), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239173] = 13, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [279683] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5124), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3604), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4921), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(6192), 1, + aux_sym_for_statement_repeat1, + STATE(7100), 1, + sym_body, + STATE(4355), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239221] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279733] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5126), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6026), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3605), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4504), 1, + sym_where_clause, + STATE(4505), 1, + aux_sym_for_phrase_repeat1, + STATE(4356), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [239269] = 13, + [279779] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5128), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3606), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4988), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5775), 1, + aux_sym_for_statement_repeat1, + STATE(7163), 1, + sym_body, + STATE(4357), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239317] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279829] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5130), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3607), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4963), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5974), 1, + aux_sym_for_statement_repeat1, + STATE(7204), 1, + sym_body, + STATE(4358), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239365] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279879] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3616), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6664), 1, - sym_class_body, - STATE(3608), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4939), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5762), 1, + aux_sym_for_statement_repeat1, + STATE(7165), 1, + sym_body, + STATE(4359), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [239417] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [279929] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5132), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3609), 2, + ACTIONS(5719), 1, + sym__terminator, + ACTIONS(5723), 1, + aux_sym_function_call_token1, + ACTIONS(5725), 1, + aux_sym_setter_token1, + ACTIONS(5727), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5729), 1, + aux_sym_widget_field_token1, + ACTIONS(5733), 1, + aux_sym_run_tuning_token7, + ACTIONS(5970), 1, + anon_sym_LPAREN, + STATE(4323), 1, + aux_sym_run_statement_repeat1, + STATE(4847), 1, + sym_run_tuning, + STATE(7117), 1, + sym_function_arguments, + STATE(4360), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239465] = 13, + ACTIONS(5731), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [279979] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5134), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6022), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3610), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4496), 1, + aux_sym_for_phrase_repeat1, + STATE(4655), 1, + sym_where_clause, + STATE(4361), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [239513] = 13, + [280025] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5136), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3611), 2, + ACTIONS(6170), 1, + anon_sym_LT, + STATE(4572), 1, + sym_generic_expression, + STATE(4362), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239561] = 13, + ACTIONS(4620), 12, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [280059] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5138), 1, - anon_sym_RPAREN, - STATE(3551), 1, + ACTIONS(5487), 1, + aux_sym_where_clause_token1, + ACTIONS(6024), 1, + sym__terminator, + STATE(4136), 1, sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3612), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4539), 1, + aux_sym_for_phrase_repeat1, + STATE(4540), 1, + sym_where_clause, + STATE(4363), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [239609] = 13, + [280105] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5140), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3613), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(4930), 1, + aux_sym_repeat_statement_repeat1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + STATE(5782), 1, + aux_sym_for_statement_repeat1, + STATE(6718), 1, + sym_body, + STATE(4364), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239657] = 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280155] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, + ACTIONS(5725), 1, aux_sym_setter_token1, - ACTIONS(4966), 1, + ACTIONS(5727), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, + ACTIONS(5729), 1, aux_sym_widget_field_token1, - ACTIONS(4972), 1, + ACTIONS(5733), 1, aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(4996), 1, + ACTIONS(5970), 1, + anon_sym_LPAREN, + ACTIONS(6172), 1, sym__terminator, - ACTIONS(4998), 1, + ACTIONS(6174), 1, aux_sym_function_call_token1, - ACTIONS(5074), 1, - anon_sym_LPAREN, - STATE(3720), 1, + STATE(4378), 1, aux_sym_run_statement_repeat1, - STATE(4190), 1, + STATE(4847), 1, sym_run_tuning, - STATE(5655), 1, - aux_sym_object_access_repeat1, - STATE(6039), 1, + STATE(7257), 1, sym_function_arguments, - STATE(3614), 2, + STATE(4365), 2, sym_comment, sym_include, - ACTIONS(4970), 4, + ACTIONS(5731), 4, aux_sym_run_tuning_token1, aux_sym_run_tuning_token2, aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, - [239713] = 13, + [280205] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5142), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3615), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4488), 1, + aux_sym_do_block_repeat1, + STATE(5201), 1, + sym_stop_after_phrase, + STATE(5202), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6844), 1, + sym_body, + STATE(4366), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239761] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280252] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3653), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6696), 1, - sym_class_body, - STATE(3616), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5092), 1, + sym_stop_after_phrase, + STATE(5093), 1, + aux_sym_repeat_statement_repeat1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7262), 1, + sym_body, + STATE(4367), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [239813] = 13, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280299] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5144), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3617), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2472), 1, + sym__integer_literal, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(6176), 1, + sym_identifier, + STATE(172), 1, + sym_object_access, + STATE(174), 1, + sym_function_call, + STATE(258), 1, + sym__unary_minus_expressions, + STATE(273), 1, + sym__decimal_literal, + STATE(7152), 1, + sym_new_expression, + STATE(4368), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239861] = 13, + STATE(267), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [280346] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5146), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3618), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4402), 1, + aux_sym_do_block_repeat1, + STATE(5214), 1, + sym_stop_after_phrase, + STATE(5217), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6891), 1, + sym_body, + STATE(4369), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239909] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280393] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5148), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3619), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4720), 1, + sym_while_phrase, + STATE(4811), 1, + aux_sym_repeat_statement_repeat1, + STATE(5564), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6928), 1, + sym_body, + STATE(4370), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [239957] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280440] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5150), 1, - aux_sym_event_definition_token1, - STATE(3641), 1, - aux_sym_event_definition_repeat1, - ACTIONS(3916), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3620), 2, + ACTIONS(6186), 1, + aux_sym_variable_definition_token2, + STATE(4371), 2, sym_comment, sym_include, - STATE(4050), 3, - sym_scope_tuning, - sym_access_tuning, - sym_property_type, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, + ACTIONS(6184), 12, + aux_sym__block_terminator_token1, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [239999] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5152), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3621), 2, - sym_comment, - sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240047] = 13, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [280471] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5154), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3622), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5120), 1, + aux_sym_repeat_statement_repeat1, + STATE(5122), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7212), 1, + sym_body, + STATE(4372), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240095] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280518] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5156), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3623), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5160), 1, + aux_sym_repeat_statement_repeat1, + STATE(5186), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6721), 1, + sym_body, + STATE(4373), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240143] = 13, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280565] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5158), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3624), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2330), 1, + sym__integer_literal, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(6188), 1, + sym_identifier, + STATE(3146), 1, + sym_function_call, + STATE(3149), 1, + sym_object_access, + STATE(3470), 1, + sym__unary_minus_expressions, + STATE(3526), 1, + sym__decimal_literal, + STATE(6778), 1, + sym_new_expression, + STATE(4374), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240191] = 15, + STATE(3469), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [280612] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, - anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3632), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6711), 1, - sym_class_body, - STATE(3625), 2, + ACTIONS(6190), 1, + sym__terminator, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5492), 1, + sym_type_tuning, + STATE(5494), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4375), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [240243] = 13, - ACTIONS(69), 1, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [280659] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5160), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3626), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6202), 1, + sym__terminator, + ACTIONS(6204), 1, + anon_sym_LBRACK, + STATE(4647), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4376), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240291] = 15, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [280708] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3584), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6749), 1, - sym_class_body, - STATE(3627), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4395), 1, + aux_sym_do_block_repeat1, + STATE(5120), 1, + aux_sym_repeat_statement_repeat1, + STATE(5122), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7212), 1, + sym_body, + STATE(4377), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [240343] = 17, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280755] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, + ACTIONS(6208), 1, aux_sym_setter_token1, - ACTIONS(4966), 1, + ACTIONS(6211), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, + ACTIONS(6214), 1, aux_sym_widget_field_token1, - ACTIONS(4972), 1, + ACTIONS(6220), 1, aux_sym_run_tuning_token7, - ACTIONS(4974), 1, - sym__namecolon, - ACTIONS(4990), 1, + STATE(4847), 1, + sym_run_tuning, + ACTIONS(6206), 3, sym__terminator, - ACTIONS(4992), 1, - aux_sym_function_call_token1, - ACTIONS(5074), 1, anon_sym_LPAREN, - STATE(3745), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(5655), 1, - aux_sym_object_access_repeat1, - STATE(6218), 1, - sym_function_arguments, - STATE(3628), 2, + aux_sym_function_call_token1, + STATE(4378), 3, sym_comment, sym_include, - ACTIONS(4970), 4, + aux_sym_run_statement_repeat1, + ACTIONS(6217), 4, aux_sym_run_tuning_token1, aux_sym_run_tuning_token2, aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, - [240399] = 13, + [280796] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5162), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3629), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4770), 1, + aux_sym_repeat_statement_repeat1, + STATE(4819), 1, + sym_while_phrase, + STATE(5615), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7081), 1, + sym_body, + STATE(4379), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240447] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280843] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5164), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3630), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5106), 1, + aux_sym_repeat_statement_repeat1, + STATE(5121), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7110), 1, + sym_body, + STATE(4380), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240495] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280890] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6223), 1, + sym__terminator, + ACTIONS(6225), 1, + anon_sym_LBRACK, + STATE(4500), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4381), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [280939] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3583), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6876), 1, - sym_class_body, - STATE(3631), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4421), 1, + aux_sym_do_block_repeat1, + STATE(5106), 1, + aux_sym_repeat_statement_repeat1, + STATE(5121), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7110), 1, + sym_body, + STATE(4382), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [240547] = 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [280986] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6227), 1, + sym__terminator, + STATE(4375), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5527), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5528), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4383), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [281033] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6229), 1, + sym__terminator, + STATE(4420), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5430), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5431), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4384), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [281080] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4976), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4978), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4980), 1, - aux_sym_property_type_token1, - ACTIONS(4982), 1, - aux_sym_method_tuning_token1, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(4986), 1, - aux_sym_implements_token1, - ACTIONS(4988), 1, - aux_sym_use_widget_pool_token1, - STATE(3653), 1, - aux_sym_class_statement_repeat1, - STATE(4633), 1, - sym_class_tuning, - STATE(6674), 1, - sym_class_body, - STATE(3632), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5140), 1, + sym_stop_after_phrase, + STATE(5158), 1, + aux_sym_repeat_statement_repeat1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7049), 1, + sym_body, + STATE(4385), 2, sym_comment, sym_include, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [240599] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281127] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5166), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3633), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4392), 1, + aux_sym_do_block_repeat1, + STATE(5103), 1, + aux_sym_repeat_statement_repeat1, + STATE(5116), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(6664), 1, + sym_body, + STATE(4386), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240647] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281174] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5168), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3634), 2, + ACTIONS(6190), 1, + sym__terminator, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + STATE(4416), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5492), 1, + sym_type_tuning, + STATE(5494), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4387), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240695] = 13, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [281221] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5170), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3635), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5103), 1, + aux_sym_repeat_statement_repeat1, + STATE(5116), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6664), 1, + sym_body, + STATE(4388), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240743] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281268] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5172), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3636), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4494), 1, + aux_sym_do_block_repeat1, + STATE(5097), 1, + aux_sym_repeat_statement_repeat1, + STATE(5105), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(6862), 1, + sym_body, + STATE(4389), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240791] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281315] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5174), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3637), 2, + ACTIONS(6233), 1, + aux_sym_variable_definition_token2, + STATE(4390), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240839] = 13, + ACTIONS(6231), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [281346] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6235), 1, + sym__terminator, + ACTIONS(6237), 1, + anon_sym_LBRACK, + STATE(4618), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4391), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [281395] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5176), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3638), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5097), 1, + aux_sym_repeat_statement_repeat1, + STATE(5105), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6862), 1, + sym_body, + STATE(4392), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240887] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281442] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6239), 1, + sym__terminator, + ACTIONS(6241), 1, + anon_sym_LBRACK, + STATE(4646), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4393), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [281491] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6243), 1, + sym__terminator, + ACTIONS(6245), 1, + anon_sym_LBRACK, + STATE(4519), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4394), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [281540] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5178), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3639), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5134), 1, + aux_sym_repeat_statement_repeat1, + STATE(5149), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7190), 1, + sym_body, + STATE(4395), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240935] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281587] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5180), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3640), 2, + ACTIONS(6249), 1, + aux_sym_variable_definition_token2, + STATE(4396), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [240983] = 9, + ACTIONS(6247), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [281618] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5191), 1, - aux_sym_event_definition_token1, - ACTIONS(5188), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3641), 3, + ACTIONS(3113), 1, + aux_sym_variable_tuning_token2, + STATE(4397), 2, sym_comment, sym_include, - aux_sym_event_definition_repeat1, - STATE(4050), 3, - sym_scope_tuning, - sym_access_tuning, - sym_property_type, - ACTIONS(5182), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5185), 5, + ACTIONS(3111), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [241023] = 13, + aux_sym_getter_token1, + aux_sym_setter_token1, + [281649] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2392), 1, + sym__integer_literal, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(6251), 1, + sym_identifier, + STATE(1664), 1, + sym_object_access, + STATE(1665), 1, + sym_function_call, + STATE(1745), 1, + sym__decimal_literal, + STATE(1777), 1, + sym__unary_minus_expressions, + STATE(6894), 1, + sym_new_expression, + STATE(4398), 2, + sym_comment, + sym_include, + STATE(1758), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [281696] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2112), 1, + sym__integer_literal, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(6253), 1, + sym_identifier, + STATE(3260), 1, + sym_function_call, + STATE(3261), 1, + sym_object_access, + STATE(3683), 1, + sym__unary_minus_expressions, + STATE(3733), 1, + sym__decimal_literal, + STATE(6676), 1, + sym_new_expression, + STATE(4399), 2, + sym_comment, + sym_include, + STATE(3682), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [281743] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5193), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3642), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4717), 1, + aux_sym_repeat_statement_repeat1, + STATE(4866), 1, + sym_while_phrase, + STATE(5600), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7101), 1, + sym_body, + STATE(4400), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [241071] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281790] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5195), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3643), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4418), 1, + aux_sym_do_block_repeat1, + STATE(5174), 1, + sym_stop_after_phrase, + STATE(5176), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6937), 1, + sym_body, + STATE(4401), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [241119] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281837] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5197), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3644), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5174), 1, + sym_stop_after_phrase, + STATE(5176), 1, + aux_sym_repeat_statement_repeat1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6937), 1, + sym_body, + STATE(4402), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [241167] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [281884] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(843), 1, + sym__integer_literal, + ACTIONS(1843), 1, + anon_sym_LPAREN, + ACTIONS(6255), 1, + sym_identifier, + STATE(1387), 1, + sym_function_call, + STATE(1422), 1, + sym_object_access, + STATE(1456), 1, + sym__decimal_literal, + STATE(1467), 1, + sym__unary_minus_expressions, + STATE(7030), 1, + sym_new_expression, + STATE(4403), 2, + sym_comment, + sym_include, + STATE(1451), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [281931] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5199), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3645), 2, + ACTIONS(6259), 1, + aux_sym_variable_definition_token2, + STATE(4404), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [241215] = 13, + ACTIONS(6257), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [281962] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2508), 1, - aux_sym_where_clause_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(2512), 1, - aux_sym_of_token1, - ACTIONS(5201), 1, - anon_sym_RPAREN, - STATE(3551), 1, - sym_using, - STATE(3647), 1, - aux_sym_can_find_expression_repeat1, - STATE(3646), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4722), 1, + aux_sym_repeat_statement_repeat1, + STATE(4769), 1, + sym_while_phrase, + STATE(5576), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7244), 1, + sym_body, + STATE(4405), 2, sym_comment, sym_include, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [241263] = 12, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [282009] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5203), 1, - anon_sym_RPAREN, - ACTIONS(5208), 1, - aux_sym_using_statement_token1, - ACTIONS(5211), 1, - aux_sym_where_clause_token1, - ACTIONS(5214), 1, - aux_sym_query_tuning_token6, - ACTIONS(5217), 1, - aux_sym_of_token1, - STATE(3551), 1, - sym_using, - STATE(3647), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4380), 1, + aux_sym_do_block_repeat1, + STATE(5101), 1, + aux_sym_repeat_statement_repeat1, + STATE(5114), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7079), 1, + sym_body, + STATE(4406), 2, sym_comment, sym_include, - aux_sym_can_find_expression_repeat1, - STATE(4129), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(5205), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [241309] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [282056] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3779), 1, - sym_while_phrase, - STATE(3802), 1, + STATE(4372), 1, aux_sym_do_block_repeat1, - STATE(4518), 1, + STATE(5110), 1, aux_sym_repeat_statement_repeat1, - STATE(4562), 1, + STATE(5111), 1, sym_stop_after_phrase, - STATE(5406), 1, + STATE(6057), 1, sym_do_tuning, - STATE(5997), 1, + STATE(7238), 1, sym_body, - STATE(3648), 2, + STATE(4407), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241362] = 14, + [282103] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5226), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3724), 1, - sym__pre_tuning, - STATE(3949), 1, - sym_where_clause, - STATE(3956), 1, - aux_sym_for_phrase_repeat1, - STATE(3649), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4373), 1, + aux_sym_do_block_repeat1, + STATE(5126), 1, + sym_stop_after_phrase, + STATE(5127), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6790), 1, + sym_body, + STATE(4408), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [241411] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [282150] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3835), 1, - aux_sym_do_block_repeat1, - STATE(3845), 1, - sym_while_phrase, - STATE(4482), 1, + STATE(5183), 1, aux_sym_repeat_statement_repeat1, - STATE(4484), 1, + STATE(5207), 1, sym_stop_after_phrase, - STATE(5406), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, sym_do_tuning, - STATE(6235), 1, + STATE(6979), 1, sym_body, - STATE(3650), 2, + STATE(4409), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241464] = 16, + [282197] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3787), 1, - sym_while_phrase, - STATE(3797), 1, - aux_sym_do_block_repeat1, - STATE(4496), 1, + STATE(5110), 1, aux_sym_repeat_statement_repeat1, - STATE(4505), 1, + STATE(5111), 1, sym_stop_after_phrase, - STATE(5406), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, sym_do_tuning, - STATE(6446), 1, + STATE(7238), 1, sym_body, - STATE(3651), 2, + STATE(4410), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241517] = 16, + [282244] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3897), 1, - sym_while_phrase, - STATE(3902), 1, + STATE(4489), 1, aux_sym_do_block_repeat1, - STATE(4495), 1, - aux_sym_repeat_statement_repeat1, - STATE(4512), 1, + STATE(5140), 1, sym_stop_after_phrase, - STATE(5406), 1, + STATE(5158), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, sym_do_tuning, - STATE(5872), 1, + STATE(7049), 1, sym_body, - STATE(3652), 2, + STATE(4411), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241570] = 13, + [282291] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2288), 1, + sym__integer_literal, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(6261), 1, + sym_identifier, + STATE(1789), 1, + sym_function_call, + STATE(1790), 1, + sym_object_access, + STATE(1901), 1, + sym__unary_minus_expressions, + STATE(1906), 1, + sym__decimal_literal, + STATE(6606), 1, + sym_new_expression, + STATE(4412), 2, + sym_comment, + sym_include, + STATE(1902), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [282338] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5228), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5230), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(5233), 1, - aux_sym_property_type_token1, - ACTIONS(5236), 1, - aux_sym_method_tuning_token1, - ACTIONS(5239), 1, - aux_sym_inherits_token1, - ACTIONS(5242), 1, - aux_sym_implements_token1, - ACTIONS(5245), 1, - aux_sym_use_widget_pool_token1, - STATE(4633), 1, - sym_class_tuning, - STATE(3653), 3, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4829), 1, + aux_sym_repeat_statement_repeat1, + STATE(4850), 1, + sym_while_phrase, + STATE(5601), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7000), 1, + sym_body, + STATE(4413), 2, sym_comment, sym_include, - aux_sym_class_statement_repeat1, - STATE(4638), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [241617] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [282385] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3903), 1, - sym_while_phrase, - STATE(3905), 1, - aux_sym_do_block_repeat1, - STATE(4503), 1, + STATE(5101), 1, aux_sym_repeat_statement_repeat1, - STATE(4506), 1, + STATE(5114), 1, sym_stop_after_phrase, - STATE(5406), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, sym_do_tuning, - STATE(5982), 1, + STATE(7079), 1, sym_body, - STATE(3654), 2, + STATE(4414), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241670] = 16, + [282432] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5250), 1, + ACTIONS(6178), 1, aux_sym_while_phrase_token1, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - STATE(2084), 1, - sym__block_terminator, - STATE(3825), 1, + STATE(4743), 1, aux_sym_repeat_statement_repeat1, - STATE(3828), 1, + STATE(4745), 1, sym_while_phrase, - STATE(4655), 1, + STATE(5571), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6276), 1, + STATE(6826), 1, sym_body, - STATE(3655), 2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4415), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241723] = 11, + [282479] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5256), 1, - aux_sym_dataset_expression_token1, - ACTIONS(5258), 1, - aux_sym_buffer_definition_token1, - ACTIONS(5260), 1, - aux_sym_query_definition_token1, - STATE(3670), 1, - aux_sym_buffer_definition_repeat1, - STATE(3656), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6263), 1, + sym__terminator, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5450), 1, + sym_type_tuning, + STATE(5464), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4416), 2, sym_comment, sym_include, - STATE(3984), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [241766] = 16, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [282526] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3813), 1, - sym_while_phrase, - STATE(3815), 1, + STATE(4385), 1, aux_sym_do_block_repeat1, - STATE(4446), 1, + STATE(5185), 1, + sym_stop_after_phrase, + STATE(5187), 1, aux_sym_repeat_statement_repeat1, - STATE(4447), 1, + STATE(6057), 1, + sym_do_tuning, + STATE(7075), 1, + sym_body, + STATE(4417), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [282573] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5108), 1, + aux_sym_repeat_statement_repeat1, + STATE(5113), 1, sym_stop_after_phrase, - STATE(5406), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, sym_do_tuning, - STATE(6493), 1, + STATE(6963), 1, sym_body, - STATE(3657), 2, + STATE(4418), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241819] = 16, + [282620] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, + ACTIONS(6178), 1, aux_sym_while_phrase_token1, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1934), 1, - sym__block_terminator, - STATE(3867), 1, - aux_sym_repeat_statement_repeat1, - STATE(3869), 1, + STATE(4822), 1, sym_while_phrase, - STATE(4589), 1, + STATE(4836), 1, + aux_sym_repeat_statement_repeat1, + STATE(5597), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6050), 1, + STATE(6837), 1, sym_body, - STATE(3658), 2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4419), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241872] = 16, + [282667] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6265), 1, + sym__terminator, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5347), 1, + sym_type_tuning, + STATE(5409), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4420), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [282714] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3809), 1, - sym_while_phrase, - STATE(3906), 1, - aux_sym_do_block_repeat1, - STATE(4465), 1, - sym_stop_after_phrase, - STATE(4566), 1, + STATE(5196), 1, aux_sym_repeat_statement_repeat1, - STATE(5406), 1, + STATE(5197), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, sym_do_tuning, - STATE(5911), 1, + STATE(7213), 1, sym_body, - STATE(3659), 2, + STATE(4421), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241925] = 16, + [282761] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6265), 1, + sym__terminator, + STATE(4477), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5347), 1, + sym_type_tuning, + STATE(5409), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4422), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [282808] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, - aux_sym_while_phrase_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2193), 1, - sym__block_terminator, - STATE(3808), 1, - sym_while_phrase, - STATE(3891), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4450), 1, + aux_sym_do_block_repeat1, + STATE(5196), 1, aux_sym_repeat_statement_repeat1, - STATE(4596), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6487), 1, + STATE(5197), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7213), 1, sym_body, - STATE(3660), 2, + STATE(4423), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [241978] = 16, + [282855] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, - aux_sym_while_phrase_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(3818), 1, - sym_while_phrase, - STATE(3870), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5185), 1, + sym_stop_after_phrase, + STATE(5187), 1, aux_sym_repeat_statement_repeat1, - STATE(4610), 1, - aux_sym_repeat_statement_repeat2, - STATE(5075), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5954), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7075), 1, sym_body, - STATE(3661), 2, + STATE(4424), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [242031] = 5, + [282902] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(958), 1, + sym__integer_literal, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(6267), 1, + sym_identifier, + STATE(515), 1, + sym_function_call, + STATE(547), 1, + sym_object_access, + STATE(1087), 1, + sym__unary_minus_expressions, + STATE(1312), 1, + sym__decimal_literal, + STATE(6702), 1, + sym_new_expression, + STATE(4425), 2, + sym_comment, + sym_include, + STATE(1086), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [282949] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3662), 2, + ACTIONS(6271), 1, + aux_sym_variable_definition_token2, + STATE(4426), 2, sym_comment, sym_include, - ACTIONS(5268), 15, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [242062] = 7, + ACTIONS(6269), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [282980] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4669), 1, - aux_sym_event_definition_token1, - STATE(3663), 2, + ACTIONS(6275), 1, + aux_sym_variable_definition_token2, + STATE(4427), 2, sym_comment, sym_include, - ACTIONS(4667), 3, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_property_definition_token1, - ACTIONS(4664), 11, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, + ACTIONS(6273), 12, + aux_sym__block_terminator_token1, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - [242097] = 14, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [283011] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5270), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6277), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3766), 1, - sym__pre_tuning, - STATE(4053), 1, - aux_sym_for_phrase_repeat1, - STATE(4055), 1, - sym_where_clause, - STATE(3664), 2, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5481), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5496), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4428), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [242146] = 5, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [283058] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3665), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4410), 1, + aux_sym_do_block_repeat1, + STATE(5092), 1, + sym_stop_after_phrase, + STATE(5093), 1, + aux_sym_repeat_statement_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7262), 1, + sym_body, + STATE(4429), 2, sym_comment, sym_include, - ACTIONS(5272), 15, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [283105] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6279), 1, + sym__terminator, + ACTIONS(6281), 1, + anon_sym_LBRACK, + STATE(4577), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4430), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [283154] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6283), 1, + sym__terminator, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5551), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5560), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4431), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [283201] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6285), 1, + sym__terminator, + ACTIONS(6287), 1, + anon_sym_LBRACK, + STATE(4535), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4432), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [283250] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6291), 1, + aux_sym_variable_definition_token2, + STATE(4433), 2, + sym_comment, + sym_include, + ACTIONS(6289), 12, + aux_sym__block_terminator_token1, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_property_definition_token1, - aux_sym_event_definition_token1, - [242177] = 16, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [283281] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, + ACTIONS(6178), 1, aux_sym_while_phrase_token1, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2626), 1, - sym__block_terminator, - STATE(3796), 1, + STATE(4713), 1, + sym_while_phrase, + STATE(4715), 1, aux_sym_repeat_statement_repeat1, - STATE(3798), 1, + STATE(5598), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7260), 1, + sym_body, + STATE(4434), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [283328] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6295), 1, + aux_sym_variable_definition_token2, + STATE(4435), 2, + sym_comment, + sym_include, + ACTIONS(6293), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [283359] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1360), 1, + sym__integer_literal, + ACTIONS(1364), 1, + anon_sym_LPAREN, + ACTIONS(6297), 1, + sym_identifier, + STATE(427), 1, + sym_function_call, + STATE(469), 1, + sym_object_access, + STATE(518), 1, + sym__unary_minus_expressions, + STATE(532), 1, + sym__decimal_literal, + STATE(6938), 1, + sym_new_expression, + STATE(4436), 2, + sym_comment, + sym_include, + STATE(516), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [283406] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4751), 1, sym_while_phrase, - STATE(4612), 1, + STATE(4752), 1, + aux_sym_repeat_statement_repeat1, + STATE(5566), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(6490), 1, + STATE(7074), 1, sym_body, - STATE(3666), 2, + STATE(4437), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [242230] = 16, + [283453] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(6299), 1, + sym_identifier, + STATE(17), 1, + sym_function_call, + STATE(24), 1, + sym_object_access, + STATE(46), 1, + sym__decimal_literal, + STATE(52), 1, + sym__unary_minus_expressions, + STATE(7216), 1, + sym_new_expression, + STATE(4438), 2, + sym_comment, + sym_include, + STATE(31), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [283500] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6301), 1, + sym__terminator, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5437), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5545), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4439), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [283547] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3794), 1, - aux_sym_do_block_repeat1, - STATE(3795), 1, - sym_while_phrase, - STATE(4507), 1, + STATE(5162), 1, aux_sym_repeat_statement_repeat1, - STATE(4511), 1, + STATE(5164), 1, sym_stop_after_phrase, - STATE(5406), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, sym_do_tuning, - STATE(6271), 1, + STATE(7242), 1, sym_body, - STATE(3667), 2, + STATE(4440), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [242283] = 14, + [283594] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5276), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3694), 1, - sym__pre_tuning, - STATE(3933), 1, - sym_where_clause, - STATE(3934), 1, - aux_sym_for_phrase_repeat1, - STATE(3668), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5201), 1, + sym_stop_after_phrase, + STATE(5202), 1, + aux_sym_repeat_statement_repeat1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6844), 1, + sym_body, + STATE(4441), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [242332] = 14, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [283641] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5278), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6303), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3755), 1, - sym__pre_tuning, - STATE(4073), 1, - aux_sym_for_phrase_repeat1, - STATE(4074), 1, - sym_where_clause, - STATE(3669), 2, + STATE(4431), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5530), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5533), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4442), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [242381] = 8, - ACTIONS(69), 1, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [283688] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(3984), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(5280), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - STATE(3670), 3, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2666), 1, + sym__integer_literal, + ACTIONS(2670), 1, + anon_sym_LPAREN, + ACTIONS(6305), 1, + sym_identifier, + STATE(2157), 1, + sym_function_call, + STATE(2158), 1, + sym_object_access, + STATE(3102), 1, + sym__decimal_literal, + STATE(3111), 1, + sym__unary_minus_expressions, + STATE(6998), 1, + sym_new_expression, + STATE(4443), 2, sym_comment, sym_include, + STATE(3107), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [283735] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6307), 1, + sym_identifier, + STATE(4493), 1, aux_sym_buffer_definition_repeat1, - ACTIONS(5282), 4, + STATE(4444), 2, + sym_comment, + sym_include, + STATE(4935), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(6309), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(5285), 5, + ACTIONS(6311), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [242418] = 14, + [283772] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1009), 1, + sym__integer_literal, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(6313), 1, + sym_identifier, + STATE(322), 1, + sym_function_call, + STATE(344), 1, + sym_object_access, + STATE(393), 1, + sym__decimal_literal, + STATE(419), 1, + sym__unary_minus_expressions, + STATE(6815), 1, + sym_new_expression, + STATE(4445), 2, + sym_comment, + sym_include, + STATE(422), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [283819] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5288), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5086), 1, + sym_stop_after_phrase, + STATE(5150), 1, + aux_sym_repeat_statement_repeat1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7057), 1, + sym_body, + STATE(4446), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [283866] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6303), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3700), 1, - sym__pre_tuning, - STATE(3928), 1, - sym_where_clause, - STATE(3931), 1, - aux_sym_for_phrase_repeat1, - STATE(3671), 2, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5530), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5533), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4447), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [283913] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4367), 1, + aux_sym_do_block_repeat1, + STATE(5162), 1, + aux_sym_repeat_statement_repeat1, + STATE(5164), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7242), 1, + sym_body, + STATE(4448), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [283960] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6315), 1, + sym__terminator, + STATE(4439), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5367), 1, + sym_type_tuning, + STATE(5368), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4449), 2, + sym_comment, + sym_include, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [284007] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5171), 1, + sym_stop_after_phrase, + STATE(5191), 1, + aux_sym_repeat_statement_repeat1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7149), 1, + sym_body, + STATE(4450), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [242467] = 16, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [284054] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, + ACTIONS(6178), 1, aux_sym_while_phrase_token1, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1910), 1, - sym__block_terminator, - STATE(3910), 1, + STATE(4667), 1, sym_while_phrase, - STATE(3911), 1, + STATE(4716), 1, aux_sym_repeat_statement_repeat1, - STATE(4595), 1, + STATE(5656), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6017), 1, + STATE(6655), 1, sym_body, - STATE(3672), 2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4451), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [242520] = 14, + [284101] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1615), 1, + sym__integer_literal, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(6317), 1, + sym_identifier, + STATE(1366), 1, + sym_function_call, + STATE(1386), 1, + sym_object_access, + STATE(1399), 1, + sym__unary_minus_expressions, + STATE(1425), 1, + sym__decimal_literal, + STATE(6813), 1, + sym_new_expression, + STATE(4452), 2, + sym_comment, + sym_include, + STATE(1442), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [284148] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5290), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3744), 1, - sym__pre_tuning, - STATE(3935), 1, - sym_where_clause, - STATE(3966), 1, - aux_sym_for_phrase_repeat1, - STATE(3673), 2, + ACTIONS(6321), 1, + aux_sym_variable_definition_token2, + STATE(4453), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [242569] = 6, + ACTIONS(6319), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [284179] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, - aux_sym_variable_definition_token4, - STATE(3674), 2, + ACTIONS(6325), 1, + aux_sym_variable_tuning_token2, + STATE(4454), 2, sym_comment, sym_include, - ACTIONS(4642), 14, - aux_sym_temp_table_expression_token1, + ACTIONS(6323), 12, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_getter_token1, + aux_sym_setter_token1, + [284210] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2068), 1, + sym__integer_literal, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(6327), 1, + sym_identifier, + STATE(2700), 1, + sym_object_access, + STATE(2701), 1, + sym_function_call, + STATE(3243), 1, + sym__unary_minus_expressions, + STATE(3252), 1, + sym__decimal_literal, + STATE(6627), 1, + sym_new_expression, + STATE(4455), 2, + sym_comment, + sym_include, + STATE(3244), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [284257] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6329), 1, + sym_identifier, + STATE(4935), 2, + sym_scope_tuning, + sym_access_tuning, + STATE(4456), 3, + sym_comment, + sym_include, + aux_sym_buffer_definition_repeat1, + ACTIONS(6331), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, + ACTIONS(6334), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - aux_sym_stream_definition_token1, - [242602] = 16, + [284292] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3861), 1, - aux_sym_do_block_repeat1, - STATE(3865), 1, - sym_while_phrase, - STATE(4564), 1, - sym_stop_after_phrase, - STATE(4565), 1, - aux_sym_repeat_statement_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6001), 1, - sym_body, - STATE(3675), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6315), 1, + sym__terminator, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5367), 1, + sym_type_tuning, + STATE(5368), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4457), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [242655] = 10, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [284339] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5297), 1, + ACTIONS(6339), 1, aux_sym_variable_tuning_token2, - ACTIONS(5300), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5303), 1, - aux_sym_variable_tuning_token8, - STATE(3840), 1, - sym_property_tuning, - ACTIONS(5294), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3676), 3, + STATE(4458), 2, sym_comment, sym_include, - aux_sym_property_definition_repeat2, - ACTIONS(5292), 8, + ACTIONS(6337), 12, sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, @@ -262433,3594 +306428,3196 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [242696] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5306), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3737), 1, - sym__pre_tuning, - STATE(4005), 1, - aux_sym_for_phrase_repeat1, - STATE(4006), 1, - sym_where_clause, - STATE(3677), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [242745] = 16, + [284370] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5250), 1, - aux_sym_while_phrase_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(2122), 1, - sym__block_terminator, - STATE(3876), 1, - sym_while_phrase, - STATE(3899), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4424), 1, + aux_sym_do_block_repeat1, + STATE(5229), 1, + sym_stop_after_phrase, + STATE(5230), 1, aux_sym_repeat_statement_repeat1, - STATE(4667), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6245), 1, + STATE(6057), 1, + sym_do_tuning, + STATE(7099), 1, sym_body, - STATE(3678), 2, + STATE(4459), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [242798] = 14, + [284417] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5308), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6341), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3733), 1, - sym__pre_tuning, - STATE(3948), 1, - sym_where_clause, - STATE(4001), 1, - aux_sym_for_phrase_repeat1, - STATE(3679), 2, + STATE(4428), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5428), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5429), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4460), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [242847] = 11, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [284464] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5310), 1, - aux_sym_dataset_expression_token1, - ACTIONS(5312), 1, - aux_sym_buffer_definition_token1, - ACTIONS(5314), 1, - aux_sym_query_definition_token1, - STATE(3670), 1, - aux_sym_buffer_definition_repeat1, - STATE(3680), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6341), 1, + sym__terminator, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5428), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5429), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4461), 2, sym_comment, sym_include, - STATE(3984), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [242890] = 16, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [284511] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, - aux_sym_while_phrase_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2587), 1, - sym__block_terminator, - STATE(3852), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4414), 1, + aux_sym_do_block_repeat1, + STATE(5086), 1, + sym_stop_after_phrase, + STATE(5150), 1, aux_sym_repeat_statement_repeat1, - STATE(3886), 1, - sym_while_phrase, - STATE(4666), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6464), 1, + STATE(6057), 1, + sym_do_tuning, + STATE(7057), 1, sym_body, - STATE(3681), 2, + STATE(4462), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [242943] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5316), 1, - aux_sym_dataset_expression_token1, - ACTIONS(5318), 1, - aux_sym_buffer_definition_token1, - ACTIONS(5320), 1, - aux_sym_query_definition_token1, - STATE(3670), 1, - aux_sym_buffer_definition_repeat1, - STATE(3682), 2, - sym_comment, - sym_include, - STATE(3984), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [242986] = 16, + [284558] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, + ACTIONS(6178), 1, aux_sym_while_phrase_token1, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2448), 1, - sym__block_terminator, - STATE(3834), 1, + STATE(4755), 1, sym_while_phrase, - STATE(3849), 1, + STATE(4758), 1, aux_sym_repeat_statement_repeat1, - STATE(4649), 1, + STATE(5644), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(6191), 1, + STATE(7126), 1, sym_body, - STATE(3683), 2, + STATE(4463), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243039] = 16, + [284605] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5250), 1, + ACTIONS(6178), 1, aux_sym_while_phrase_token1, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(3803), 1, + STATE(4881), 1, sym_while_phrase, - STATE(3908), 1, + STATE(4885), 1, aux_sym_repeat_statement_repeat1, - STATE(4597), 1, + STATE(5630), 1, aux_sym_repeat_statement_repeat2, - STATE(5196), 1, - sym__block_terminator, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(5874), 1, + STATE(7050), 1, sym_body, - STATE(3684), 2, + STATE(4464), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243092] = 11, - ACTIONS(69), 1, + [284652] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5322), 1, - aux_sym_dataset_expression_token1, - ACTIONS(5324), 1, - aux_sym_buffer_definition_token1, - ACTIONS(5326), 1, - aux_sym_query_definition_token1, - STATE(3670), 1, - aux_sym_buffer_definition_repeat1, - STATE(3685), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1273), 1, + sym__integer_literal, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(6343), 1, + sym_identifier, + STATE(343), 1, + sym_function_call, + STATE(412), 1, + sym_object_access, + STATE(453), 1, + sym__decimal_literal, + STATE(476), 1, + sym__unary_minus_expressions, + STATE(6916), 1, + sym_new_expression, + STATE(4465), 2, sym_comment, sym_include, - STATE(3984), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [243135] = 16, + STATE(474), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [284699] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5220), 1, - aux_sym_while_phrase_token1, - ACTIONS(5222), 1, + ACTIONS(6016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, + ACTIONS(6018), 1, aux_sym_do_tuning_token1, - STATE(3781), 1, - sym_while_phrase, - STATE(3782), 1, + STATE(4468), 1, aux_sym_do_block_repeat1, - STATE(4508), 1, + STATE(5209), 1, sym_stop_after_phrase, - STATE(4536), 1, + STATE(5211), 1, aux_sym_repeat_statement_repeat1, - STATE(5406), 1, + STATE(6057), 1, sym_do_tuning, - STATE(6047), 1, + STATE(7123), 1, sym_body, - STATE(3686), 2, + STATE(4466), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243188] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5328), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3693), 1, - sym__pre_tuning, - STATE(3942), 1, - aux_sym_for_phrase_repeat1, - STATE(3943), 1, - sym_where_clause, - STATE(3687), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [243237] = 11, + [284746] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5330), 1, - aux_sym_dataset_expression_token1, - ACTIONS(5332), 1, - aux_sym_buffer_definition_token1, - ACTIONS(5334), 1, - aux_sym_query_definition_token1, - STATE(3670), 1, - aux_sym_buffer_definition_repeat1, - STATE(3688), 2, + ACTIONS(6347), 1, + aux_sym_variable_definition_token2, + STATE(4467), 2, sym_comment, sym_include, - STATE(3984), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, + ACTIONS(6345), 12, + aux_sym__block_terminator_token1, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [243280] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5336), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3662), 1, - sym_query_tuning, - STATE(3730), 1, - sym__pre_tuning, - STATE(3961), 1, - aux_sym_for_phrase_repeat1, - STATE(3964), 1, - sym_where_clause, - STATE(3689), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [243329] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5276), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3933), 1, - sym_where_clause, - STATE(3934), 1, - aux_sym_for_phrase_repeat1, - STATE(3690), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [243375] = 15, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [284777] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4308), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5229), 1, + sym_stop_after_phrase, + STATE(5230), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5419), 1, - aux_sym_for_statement_repeat1, - STATE(6405), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7099), 1, sym_body, - STATE(3691), 2, + STATE(4468), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243425] = 15, - ACTIONS(69), 1, + [284824] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4285), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5485), 1, - aux_sym_for_statement_repeat1, - STATE(5918), 1, - sym_body, - STATE(3692), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6349), 1, + sym__terminator, + ACTIONS(6351), 1, + anon_sym_LBRACK, + STATE(4653), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4469), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [243475] = 13, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [284873] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1990), 1, + sym__integer_literal, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(6353), 1, + sym_identifier, + STATE(3198), 1, + sym_object_access, + STATE(3199), 1, + sym_function_call, + STATE(3633), 1, + sym__decimal_literal, + STATE(3668), 1, + sym__unary_minus_expressions, + STATE(6735), 1, + sym_new_expression, + STATE(4470), 2, + sym_comment, + sym_include, + STATE(3670), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [284920] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5338), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3993), 1, - aux_sym_for_phrase_repeat1, - STATE(3994), 1, - sym_where_clause, - STATE(3693), 2, + ACTIONS(6357), 1, + aux_sym_variable_definition_token2, + STATE(4471), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [243521] = 13, + ACTIONS(6355), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [284951] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5340), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6359), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3990), 1, - aux_sym_for_phrase_repeat1, - STATE(4002), 1, - sym_where_clause, - STATE(3694), 2, + STATE(4457), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5476), 1, + sym_type_tuning, + STATE(5478), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4472), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [243567] = 15, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [284998] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5209), 1, + sym_stop_after_phrase, + STATE(5211), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5446), 1, - aux_sym_for_statement_repeat1, - STATE(6129), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7123), 1, sym_body, - STATE(3695), 2, + STATE(4473), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243617] = 15, + [285045] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4279), 1, + STATE(4807), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5489), 1, - aux_sym_for_statement_repeat1, - STATE(6371), 1, + STATE(4864), 1, + sym_while_phrase, + STATE(5617), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7232), 1, sym_body, - STATE(3696), 2, + STATE(4474), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243667] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_LT, - STATE(4010), 1, - sym_generic_expression, - STATE(3697), 2, - sym_comment, - sym_include, - ACTIONS(4109), 12, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_GT, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [243701] = 13, - ACTIONS(69), 1, + [285092] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5336), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6361), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3961), 1, - aux_sym_for_phrase_repeat1, - STATE(3964), 1, - sym_where_clause, - STATE(3698), 2, + ACTIONS(6363), 1, + anon_sym_LBRACK, + STATE(4603), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4475), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [243747] = 15, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [285141] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4307), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5126), 1, + sym_stop_after_phrase, + STATE(5127), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5412), 1, - aux_sym_for_statement_repeat1, - STATE(6142), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6790), 1, sym_body, - STATE(3699), 2, + STATE(4476), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243797] = 13, + [285188] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5344), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6365), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3959), 1, - aux_sym_for_phrase_repeat1, - STATE(3960), 1, - sym_where_clause, - STATE(3700), 2, + STATE(5009), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5352), 1, + sym_type_tuning, + STATE(5381), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4477), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [243843] = 15, - ACTIONS(69), 1, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [285235] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4958), 1, - sym__terminator, - ACTIONS(4962), 1, - aux_sym_function_call_token1, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5074), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2192), 1, + sym__integer_literal, + ACTIONS(2196), 1, anon_sym_LPAREN, - STATE(3718), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(5868), 1, - sym_function_arguments, - STATE(3701), 2, + ACTIONS(6367), 1, + sym_identifier, + STATE(1622), 1, + sym_object_access, + STATE(1628), 1, + sym_function_call, + STATE(1685), 1, + sym__decimal_literal, + STATE(1731), 1, + sym__unary_minus_expressions, + STATE(6848), 1, + sym_new_expression, + STATE(4478), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [243893] = 15, - ACTIONS(69), 1, + STATE(1732), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [285282] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4338), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5393), 1, - aux_sym_for_statement_repeat1, - STATE(6128), 1, - sym_body, - STATE(3702), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2624), 1, + sym__integer_literal, + ACTIONS(2628), 1, + anon_sym_LPAREN, + ACTIONS(6369), 1, + sym_identifier, + STATE(3304), 1, + sym_function_call, + STATE(3306), 1, + sym_object_access, + STATE(3625), 1, + sym__unary_minus_expressions, + STATE(3664), 1, + sym__decimal_literal, + STATE(6652), 1, + sym_new_expression, + STATE(4479), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [243943] = 15, + STATE(3749), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [285329] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4287), 1, + STATE(4680), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5487), 1, - aux_sym_for_statement_repeat1, - STATE(6361), 1, + STATE(4887), 1, + sym_while_phrase, + STATE(5578), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6879), 1, sym_body, - STATE(3703), 2, + STATE(4480), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [243993] = 13, + [285376] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6371), 1, + sym__terminator, + ACTIONS(6373), 1, + anon_sym_LBRACK, + STATE(4640), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4481), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [285425] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2744), 1, + sym__integer_literal, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(6375), 1, + sym_identifier, + STATE(3098), 1, + sym_object_access, + STATE(3105), 1, + sym_function_call, + STATE(3429), 1, + sym__unary_minus_expressions, + STATE(3446), 1, + sym__decimal_literal, + STATE(6960), 1, + sym_new_expression, + STATE(4482), 2, + sym_comment, + sym_include, + STATE(3431), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [285472] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5306), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4005), 1, - aux_sym_for_phrase_repeat1, - STATE(4006), 1, - sym_where_clause, - STATE(3704), 2, + ACTIONS(6379), 1, + aux_sym_variable_definition_token2, + STATE(4483), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [244039] = 15, + ACTIONS(6377), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [285503] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4321), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4476), 1, + aux_sym_do_block_repeat1, + STATE(5163), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5072), 1, - aux_sym_for_statement_repeat1, - STATE(5896), 1, + STATE(5167), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(7160), 1, sym_body, - STATE(3705), 2, + STATE(4484), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [244089] = 15, + [285550] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5000), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6381), 1, sym__terminator, - ACTIONS(5002), 1, - aux_sym_function_call_token1, - ACTIONS(5074), 1, - anon_sym_LPAREN, - STATE(3761), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(5922), 1, - sym_function_arguments, - STATE(3706), 2, + STATE(4447), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5510), 1, + sym_type_tuning, + STATE(5511), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4485), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [244139] = 15, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [285597] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4309), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(4409), 1, + aux_sym_do_block_repeat1, + STATE(5108), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5420), 1, - aux_sym_for_statement_repeat1, - STATE(5935), 1, + STATE(5113), 1, + sym_stop_after_phrase, + STATE(6057), 1, + sym_do_tuning, + STATE(6963), 1, sym_body, - STATE(3707), 2, + STATE(4486), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [244189] = 15, + [285644] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(6178), 1, + aux_sym_while_phrase_token1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4315), 1, + STATE(4685), 1, + sym_while_phrase, + STATE(4686), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(6163), 1, + STATE(5631), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7108), 1, sym_body, - STATE(3708), 2, + STATE(4487), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [244239] = 15, + [285691] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4313), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5214), 1, + sym_stop_after_phrase, + STATE(5217), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5136), 1, - aux_sym_for_statement_repeat1, - STATE(6418), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(6891), 1, sym_body, - STATE(3709), 2, + STATE(4488), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [244289] = 15, + [285738] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4255), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5099), 1, + sym_stop_after_phrase, + STATE(5107), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5517), 1, - aux_sym_for_statement_repeat1, - STATE(5919), 1, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7031), 1, sym_body, - STATE(3710), 2, + STATE(4489), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [244339] = 15, + [285785] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4263), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5356), 1, - aux_sym_for_statement_repeat1, - STATE(6373), 1, - sym_body, - STATE(3711), 2, + ACTIONS(6062), 1, + aux_sym_dataset_expression_token1, + STATE(4269), 1, + aux_sym_buffer_definition_repeat1, + STATE(4490), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [244389] = 15, + STATE(4664), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3383), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3385), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [285822] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4293), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5474), 1, - aux_sym_for_statement_repeat1, - STATE(6360), 1, - sym_body, - STATE(3712), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6383), 1, + sym__terminator, + STATE(4461), 1, + aux_sym_temp_table_definition_repeat1, + STATE(5259), 1, + sym_temp_table_tuning, + STATE(5373), 1, + sym_type_tuning, + STATE(5375), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6194), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4491), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [244439] = 15, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [285869] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4306), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5411), 1, - aux_sym_for_statement_repeat1, - STATE(6145), 1, - sym_body, - STATE(3713), 2, + ACTIONS(6387), 1, + aux_sym_variable_definition_token2, + STATE(4492), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [244489] = 9, - ACTIONS(69), 1, + ACTIONS(6385), 12, + aux_sym__block_terminator_token1, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_variable_definition_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [285900] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(3731), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5346), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3714), 2, + ACTIONS(6389), 1, + sym_identifier, + STATE(4456), 1, + aux_sym_buffer_definition_repeat1, + STATE(4493), 2, sym_comment, sym_include, - STATE(4181), 2, + STATE(4935), 2, sym_scope_tuning, sym_access_tuning, - ACTIONS(2864), 4, + ACTIONS(6309), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, + ACTIONS(6311), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [244527] = 15, + [285937] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4346), 1, + ACTIONS(6016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(6018), 1, + aux_sym_do_tuning_token1, + STATE(5163), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5336), 1, - aux_sym_for_statement_repeat1, - STATE(6422), 1, + STATE(5167), 1, + sym_stop_after_phrase, + STATE(5386), 1, + aux_sym_do_block_repeat1, + STATE(6057), 1, + sym_do_tuning, + STATE(7160), 1, sym_body, - STATE(3715), 2, + STATE(4494), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [244577] = 15, + [285984] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(4317), 1, + STATE(5178), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, + STATE(5266), 1, aux_sym_for_phrase_repeat2, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5509), 1, - aux_sym_for_statement_repeat1, - STATE(6122), 1, - sym_body, - STATE(3716), 2, + ACTIONS(5320), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4495), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [244627] = 15, + [286026] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4280), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5358), 1, - aux_sym_for_statement_repeat1, - STATE(6454), 1, - sym_body, - STATE(3717), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6134), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4496), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [244677] = 15, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [286066] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5074), 1, - anon_sym_LPAREN, - ACTIONS(5348), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6391), 1, sym__terminator, - ACTIONS(5350), 1, - aux_sym_function_call_token1, - STATE(3792), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(5994), 1, - sym_function_arguments, - STATE(3718), 2, + STATE(4513), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4497), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [244727] = 9, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286112] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6393), 1, + sym_identifier, + ACTIONS(6395), 1, + sym__terminator, + ACTIONS(6397), 1, + anon_sym_NO_DASHERROR, + STATE(4525), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, + sym_object_access, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, + sym_new_expression, + STATE(4498), 2, + sym_comment, + sym_include, + STATE(6537), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286158] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3731), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5352), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3719), 2, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6399), 1, + sym__terminator, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4499), 2, sym_comment, sym_include, - STATE(4181), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [286196] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [244765] = 15, - ACTIONS(69), 1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6401), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4500), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286242] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5074), 1, - anon_sym_LPAREN, - ACTIONS(5354), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6403), 1, sym__terminator, - ACTIONS(5356), 1, - aux_sym_function_call_token1, - STATE(3792), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(5989), 1, - sym_function_arguments, - STATE(3720), 2, + STATE(4545), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4501), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [244815] = 15, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286288] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4254), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5318), 1, - aux_sym_for_statement_repeat1, - STATE(5948), 1, - sym_body, - STATE(3721), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6012), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4502), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [244865] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [286328] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4296), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5399), 1, - aux_sym_for_statement_repeat1, - STATE(6148), 1, - sym_body, - STATE(3722), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6012), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4534), 1, + aux_sym_for_phrase_repeat1, + STATE(4503), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [244915] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [286368] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4257), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5515), 1, - aux_sym_for_statement_repeat1, - STATE(6377), 1, - sym_body, - STATE(3723), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6156), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4529), 1, + aux_sym_for_phrase_repeat1, + STATE(4504), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [244965] = 13, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [286408] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5358), 1, + ACTIONS(6156), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3923), 1, + STATE(4143), 1, aux_sym_for_phrase_repeat1, - STATE(4016), 1, - sym_where_clause, - STATE(3724), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4505), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [245011] = 15, + [286448] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4270), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5502), 1, - aux_sym_for_statement_repeat1, - STATE(6385), 1, - sym_body, - STATE(3725), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6405), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4506), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245061] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [286488] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6407), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, STATE(4310), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5182), 1, - aux_sym_for_statement_repeat1, - STATE(6022), 1, - sym_body, - STATE(3726), 2, + sym_query_tuning, + STATE(4507), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245111] = 13, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [286528] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5328), 1, + ACTIONS(6407), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3942), 1, + STATE(4527), 1, aux_sym_for_phrase_repeat1, - STATE(3943), 1, - sym_where_clause, - STATE(3727), 2, + STATE(4508), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [245157] = 15, - ACTIONS(69), 1, + [286568] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4316), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5426), 1, - aux_sym_for_statement_repeat1, - STATE(6357), 1, - sym_body, - STATE(3728), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6409), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4509), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245207] = 15, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286614] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5430), 1, - aux_sym_for_statement_repeat1, - STATE(6010), 1, - sym_body, - STATE(3729), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6411), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4510), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245257] = 13, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286660] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5360), 1, + ACTIONS(6413), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4031), 1, + STATE(4143), 1, aux_sym_for_phrase_repeat1, - STATE(4036), 1, - sym_where_clause, - STATE(3730), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4511), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [245303] = 8, + [286700] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6415), 1, + sym__terminator, + STATE(4528), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4512), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286746] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6417), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4513), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286792] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5368), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(4181), 2, - sym_scope_tuning, - sym_access_tuning, - STATE(3731), 3, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6419), 1, + sym__terminator, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4514), 2, sym_comment, sym_include, - aux_sym_workfile_definition_repeat1, - ACTIONS(5362), 4, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [286830] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5365), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [245339] = 9, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6421), 1, + sym__terminator, + STATE(4510), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4515), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286876] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6423), 1, + sym__terminator, + STATE(4509), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4516), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286922] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6425), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4517), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [286968] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3731), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5370), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3732), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6024), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4539), 1, + aux_sym_for_phrase_repeat1, + STATE(4518), 2, sym_comment, sym_include, - STATE(4181), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [287008] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [245377] = 13, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6427), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4519), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287054] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5372), 1, + ACTIONS(6024), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3940), 1, + STATE(4143), 1, aux_sym_for_phrase_repeat1, - STATE(3941), 1, - sym_where_clause, - STATE(3733), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4520), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [245423] = 15, - ACTIONS(69), 1, + [287094] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4290), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5383), 1, - aux_sym_for_statement_repeat1, - STATE(6160), 1, - sym_body, - STATE(3734), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6429), 1, + sym__terminator, + STATE(4583), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4521), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245473] = 15, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287140] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4327), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5423), 1, - aux_sym_for_statement_repeat1, - STATE(6335), 1, - sym_body, - STATE(3735), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6431), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4522), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245523] = 9, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287186] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(3731), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5374), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3736), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6433), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4523), 2, sym_comment, sym_include, - STATE(4181), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [245561] = 13, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287232] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5376), 1, + ACTIONS(6026), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4062), 1, + STATE(4143), 1, aux_sym_for_phrase_repeat1, - STATE(4067), 1, - sym_where_clause, - STATE(3737), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4524), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [245607] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4275), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5339), 1, - aux_sym_for_statement_repeat1, - STATE(6168), 1, - sym_body, - STATE(3738), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245657] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4269), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5333), 1, - aux_sym_for_statement_repeat1, - STATE(6054), 1, - sym_body, - STATE(3739), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245707] = 15, - ACTIONS(69), 1, + [287272] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4288), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5476), 1, - aux_sym_for_statement_repeat1, - STATE(5916), 1, - sym_body, - STATE(3740), 2, + ACTIONS(6435), 1, + sym_identifier, + ACTIONS(6440), 1, + aux_sym_scope_tuning_token1, + STATE(5441), 1, + sym_object_access, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, + sym_new_expression, + ACTIONS(6438), 2, + sym__terminator, + anon_sym_NO_DASHERROR, + STATE(4525), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245757] = 15, + aux_sym_assign_statement_repeat1, + STATE(6537), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287314] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4320), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5096), 1, - aux_sym_for_statement_repeat1, - STATE(6019), 1, - sym_body, - STATE(3741), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6026), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4505), 1, + aux_sym_for_phrase_repeat1, + STATE(4526), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245807] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [287354] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(4996), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6443), 1, sym__terminator, - ACTIONS(4998), 1, - aux_sym_function_call_token1, - ACTIONS(5074), 1, - anon_sym_LPAREN, - STATE(3720), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(6039), 1, - sym_function_arguments, - STATE(3742), 2, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4527), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [245857] = 15, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [287394] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4276), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5308), 1, - aux_sym_for_statement_repeat1, - STATE(6188), 1, - sym_body, - STATE(3743), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6445), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4528), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [245907] = 13, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287440] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5378), 1, + ACTIONS(6447), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4037), 1, + STATE(4143), 1, aux_sym_for_phrase_repeat1, - STATE(4039), 1, - sym_where_clause, - STATE(3744), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4529), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [245953] = 15, - ACTIONS(69), 1, + [287480] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5074), 1, - anon_sym_LPAREN, - ACTIONS(5380), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6449), 1, sym__terminator, - ACTIONS(5382), 1, - aux_sym_function_call_token1, - STATE(3792), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(6229), 1, - sym_function_arguments, - STATE(3745), 2, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4530), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [246003] = 15, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287526] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4323), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5240), 1, - aux_sym_for_statement_repeat1, - STATE(6268), 1, - sym_body, - STATE(3746), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6451), 1, + sym__terminator, + STATE(4523), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4531), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246053] = 13, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287572] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6453), 1, + sym__terminator, + STATE(4522), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4532), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287618] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5270), 1, + ACTIONS(6447), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(4053), 1, + STATE(4575), 1, aux_sym_for_phrase_repeat1, - STATE(4055), 1, - sym_where_clause, - STATE(3747), 2, + STATE(4533), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [246099] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4300), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5463), 1, - aux_sym_for_statement_repeat1, - STATE(6390), 1, - sym_body, - STATE(3748), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246149] = 15, + [287658] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4297), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5219), 1, - aux_sym_for_statement_repeat1, - STATE(6439), 1, - sym_body, - STATE(3749), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6144), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4534), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246199] = 15, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [287698] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4266), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5218), 1, - aux_sym_for_statement_repeat1, - STATE(5976), 1, - sym_body, - STATE(3750), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6455), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4535), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246249] = 13, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [287744] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5288), 1, + ACTIONS(6144), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3928), 1, - sym_where_clause, - STATE(3931), 1, + STATE(4576), 1, aux_sym_for_phrase_repeat1, - STATE(3751), 2, + STATE(4536), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [246295] = 15, + [287784] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4336), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5190), 1, - aux_sym_for_statement_repeat1, - STATE(5978), 1, - sym_body, - STATE(3752), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6457), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4571), 1, + aux_sym_for_phrase_repeat1, + STATE(4537), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246345] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [287824] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4261), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5512), 1, - aux_sym_for_statement_repeat1, - STATE(5921), 1, - sym_body, - STATE(3753), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6457), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4538), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246395] = 5, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [287864] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3754), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6120), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4539), 2, sym_comment, sym_include, - ACTIONS(5384), 14, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, + ACTIONS(2957), 6, aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_sort_clause_token1, - [246425] = 13, + [287904] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5386), 1, + ACTIONS(6120), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3951), 1, + STATE(4594), 1, aux_sym_for_phrase_repeat1, - STATE(3954), 1, - sym_where_clause, - STATE(3755), 2, + STATE(4540), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [246471] = 13, + [287944] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5226), 1, + ACTIONS(6459), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3949), 1, - sym_where_clause, - STATE(3956), 1, + STATE(4143), 1, aux_sym_for_phrase_repeat1, - STATE(3756), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4541), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [246517] = 15, + [287984] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + STATE(4542), 2, + sym_comment, + sym_include, + ACTIONS(129), 12, + sym__namecolon, + sym__terminator, + anon_sym_LPAREN, + aux_sym_function_call_token1, + aux_sym_setter_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4295), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5458), 1, - aux_sym_for_statement_repeat1, - STATE(5927), 1, - sym_body, - STATE(3757), 2, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [288012] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6393), 1, + sym_identifier, + ACTIONS(6461), 1, + sym__terminator, + ACTIONS(6463), 1, + anon_sym_NO_DASHERROR, + STATE(4525), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, + sym_object_access, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, + sym_new_expression, + STATE(4543), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246567] = 15, + STATE(6537), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [288058] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(4329), 1, + STATE(5130), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, + STATE(5266), 1, aux_sym_for_phrase_repeat2, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5060), 1, - aux_sym_for_statement_repeat1, - STATE(6217), 1, - sym_body, - STATE(3758), 2, + ACTIONS(5202), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4544), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [246617] = 15, - ACTIONS(69), 1, + [288100] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4277), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5299), 1, - aux_sym_for_statement_repeat1, - STATE(6452), 1, - sym_body, - STATE(3759), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6465), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4545), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246667] = 15, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [288146] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4301), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5225), 1, - aux_sym_for_statement_repeat1, - STATE(6220), 1, - sym_body, - STATE(3760), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6467), 1, + sym__terminator, + STATE(4581), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4546), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246717] = 15, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [288192] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5074), 1, - anon_sym_LPAREN, - ACTIONS(5388), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6469), 1, sym__terminator, - ACTIONS(5390), 1, - aux_sym_function_call_token1, - STATE(3792), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(6316), 1, - sym_function_arguments, - STATE(3761), 2, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4547), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [246767] = 15, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [288238] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5074), 1, - anon_sym_LPAREN, - ACTIONS(5392), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6471), 1, sym__terminator, - ACTIONS(5394), 1, - aux_sym_function_call_token1, - STATE(3792), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(6437), 1, - sym_function_arguments, - STATE(3762), 2, + STATE(4584), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4548), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [246817] = 13, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [288284] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5278), 1, + ACTIONS(6078), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(4073), 1, + STATE(4610), 1, aux_sym_for_phrase_repeat1, - STATE(4074), 1, - sym_where_clause, - STATE(3763), 2, + STATE(4549), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [246863] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4324), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5377), 1, - aux_sym_for_statement_repeat1, - STATE(5924), 1, - sym_body, - STATE(3764), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246913] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4271), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5495), 1, - aux_sym_for_statement_repeat1, - STATE(5923), 1, - sym_body, - STATE(3765), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [246963] = 13, + [288324] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5396), 1, + ACTIONS(6142), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(4023), 1, - sym_where_clause, - STATE(4025), 1, + STATE(4507), 1, aux_sym_for_phrase_repeat1, - STATE(3766), 2, + STATE(4550), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [247009] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4350), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(6021), 1, - sym_body, - STATE(3767), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247059] = 15, + [288364] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4305), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(6427), 1, - sym_body, - STATE(3768), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6142), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4551), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247109] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [288404] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4272), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5490), 1, - aux_sym_for_statement_repeat1, - STATE(5865), 1, - sym_body, - STATE(3769), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6473), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4511), 1, + aux_sym_for_phrase_repeat1, + STATE(4552), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247159] = 13, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [288444] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5308), 1, + ACTIONS(6078), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3948), 1, - sym_where_clause, - STATE(4001), 1, + STATE(4143), 1, aux_sym_for_phrase_repeat1, - STATE(3770), 2, + STATE(4310), 1, + sym_query_tuning, + STATE(4553), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [247205] = 13, + [288484] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, + ACTIONS(2959), 1, aux_sym_using_statement_token1, - ACTIONS(2510), 1, + ACTIONS(2963), 1, aux_sym_query_tuning_token6, - ACTIONS(4812), 1, - aux_sym_where_clause_token1, - ACTIONS(5290), 1, + ACTIONS(6475), 1, sym__terminator, - STATE(3551), 1, + STATE(4136), 1, sym_using, - STATE(3754), 1, + STATE(4310), 1, sym_query_tuning, - STATE(3935), 1, - sym_where_clause, - STATE(3966), 1, + STATE(4506), 1, aux_sym_for_phrase_repeat1, - STATE(3771), 2, + STATE(4554), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(2957), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [247251] = 15, + [288524] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(5014), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6473), 1, sym__terminator, - ACTIONS(5016), 1, - aux_sym_function_call_token1, - ACTIONS(5074), 1, - anon_sym_LPAREN, - STATE(3762), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(6476), 1, - sym_function_arguments, - STATE(3772), 2, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4555), 2, sym_comment, sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [247301] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [288564] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(4332), 1, + STATE(5172), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, + STATE(5266), 1, aux_sym_for_phrase_repeat2, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5341), 1, - aux_sym_for_statement_repeat1, - STATE(5942), 1, - sym_body, - STATE(3773), 2, + ACTIONS(5318), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4556), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [247351] = 15, + [288606] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4964), 1, - aux_sym_setter_token1, - ACTIONS(4966), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4968), 1, - aux_sym_widget_field_token1, - ACTIONS(4972), 1, - aux_sym_run_tuning_token7, - ACTIONS(4990), 1, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6477), 1, sym__terminator, - ACTIONS(4992), 1, - aux_sym_function_call_token1, - ACTIONS(5074), 1, - anon_sym_LPAREN, - STATE(3745), 1, - aux_sym_run_statement_repeat1, - STATE(4190), 1, - sym_run_tuning, - STATE(6218), 1, - sym_function_arguments, - STATE(3774), 2, - sym_comment, - sym_include, - ACTIONS(4970), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [247401] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3731), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5398), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3775), 2, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4557), 2, sym_comment, sym_include, - STATE(4181), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [247439] = 15, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [288644] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, + ACTIONS(3540), 1, aux_sym_to_phrase_token1, - ACTIONS(3059), 1, + ACTIONS(3544), 1, aux_sym_sort_clause_token1, - STATE(4331), 1, + STATE(5173), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, + STATE(5266), 1, aux_sym_for_phrase_repeat2, - STATE(4956), 1, + STATE(5582), 1, sym_sort_clause, - STATE(5156), 1, - aux_sym_for_statement_repeat1, - STATE(6403), 1, - sym_body, - STATE(3776), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247489] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(5308), 2, anon_sym_COLON, - ACTIONS(3051), 1, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4339), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - STATE(5306), 1, - aux_sym_for_statement_repeat1, - STATE(6430), 1, - sym_body, - STATE(3777), 2, + STATE(4558), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [247539] = 5, + [288686] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3778), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6479), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4559), 2, sym_comment, sym_include, - ACTIONS(4667), 14, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_property_definition_token1, - [247569] = 14, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [288726] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3906), 1, - aux_sym_do_block_repeat1, - STATE(4465), 1, - sym_stop_after_phrase, - STATE(4566), 1, - aux_sym_repeat_statement_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5911), 1, - sym_body, - STATE(3779), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6393), 1, + sym_identifier, + ACTIONS(6481), 1, + sym__terminator, + ACTIONS(6483), 1, + anon_sym_NO_DASHERROR, + STATE(4543), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, + sym_object_access, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, + sym_new_expression, + STATE(4560), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247616] = 6, + STATE(6537), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [288772] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5402), 1, - aux_sym_variable_definition_token2, - STATE(3780), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6475), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4561), 2, sym_comment, sym_include, - ACTIONS(5400), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [247647] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [288812] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3861), 1, - aux_sym_do_block_repeat1, - STATE(4564), 1, - sym_stop_after_phrase, - STATE(4565), 1, - aux_sym_repeat_statement_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6001), 1, - sym_body, - STATE(3781), 2, + STATE(4562), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247694] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(148), 12, + sym__namecolon, + sym__terminator, + anon_sym_LPAREN, + aux_sym_function_call_token1, + aux_sym_setter_token1, aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4564), 1, - sym_stop_after_phrase, - STATE(4565), 1, - aux_sym_repeat_statement_repeat1, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6001), 1, - sym_body, - STATE(3782), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247741] = 15, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [288840] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -266029,326 +309626,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6393), 1, sym_identifier, - ACTIONS(5406), 1, + ACTIONS(6485), 1, sym__terminator, - ACTIONS(5408), 1, - anon_sym_LBRACK, - STATE(3972), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, + ACTIONS(6487), 1, + anon_sym_NO_DASHERROR, + STATE(4498), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, sym_object_access, - STATE(4963), 1, + STATE(5623), 1, sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, + STATE(5832), 1, sym_assignment, - STATE(5887), 1, + STATE(6613), 1, sym_new_expression, - STATE(3783), 2, + STATE(4563), 2, sym_comment, sym_include, - STATE(5741), 3, + STATE(6537), 3, sym_qualified_name, sym_array_access, sym_member_access, - [247790] = 14, + [288886] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4507), 1, - aux_sym_repeat_statement_repeat1, - STATE(4511), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6271), 1, - sym_body, - STATE(3784), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247837] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1770), 1, - sym__integer_literal, - ACTIONS(1774), 1, + ACTIONS(877), 1, + sym__namedot, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(881), 1, + sym__namedoublecolon, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, anon_sym_LPAREN, - ACTIONS(5410), 1, - sym_identifier, - STATE(2861), 1, - sym_function_call, - STATE(2867), 1, - sym_object_access, - STATE(3217), 1, - sym__unary_minus_expressions, - STATE(3239), 1, - sym__decimal_literal, - STATE(6380), 1, - sym_new_expression, - STATE(3785), 2, + STATE(1015), 1, + sym_assignment_operator, + STATE(5241), 1, + aux_sym_object_access_repeat1, + STATE(5675), 1, + sym_function_arguments, + STATE(5856), 1, + aux_sym_qualified_name_repeat1, + STATE(5890), 1, + aux_sym_member_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4564), 2, sym_comment, sym_include, - STATE(3194), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [247884] = 14, + [288934] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5412), 1, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6493), 1, sym__terminator, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - STATE(3830), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4726), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4727), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3786), 2, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4565), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [247931] = 14, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [288972] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3863), 1, - aux_sym_do_block_repeat1, - STATE(4560), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(5129), 1, aux_sym_repeat_statement_repeat1, - STATE(4561), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6421), 1, - sym_body, - STATE(3787), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [247978] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(827), 1, - sym__integer_literal, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(5422), 1, - sym_identifier, - STATE(1127), 1, - sym_function_call, - STATE(1183), 1, - sym_object_access, - STATE(1214), 1, - sym__unary_minus_expressions, - STATE(1217), 1, - sym__decimal_literal, - STATE(6324), 1, - sym_new_expression, - STATE(3788), 2, - sym_comment, - sym_include, - STATE(1215), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [248025] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5285), 2, anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - STATE(2084), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4655), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6276), 1, - sym_body, - STATE(3789), 2, + anon_sym_COMMA, + STATE(4566), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [248072] = 14, + [289014] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - STATE(2084), 1, - sym__block_terminator, - STATE(3825), 1, - aux_sym_repeat_statement_repeat1, - STATE(4655), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6276), 1, - sym_body, - STATE(3790), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248119] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1928), 1, - sym__integer_literal, - ACTIONS(1932), 1, - anon_sym_LPAREN, - ACTIONS(5424), 1, - sym_identifier, - STATE(1414), 1, - sym_object_access, - STATE(1431), 1, - sym_function_call, - STATE(1487), 1, - sym__decimal_literal, - STATE(1505), 1, - sym__unary_minus_expressions, - STATE(6056), 1, - sym_new_expression, - STATE(3791), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6042), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4636), 1, + aux_sym_for_phrase_repeat1, + STATE(4567), 2, sym_comment, sym_include, - STATE(1504), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [248166] = 11, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [289054] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5428), 1, - aux_sym_setter_token1, - ACTIONS(5431), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5434), 1, - aux_sym_widget_field_token1, - ACTIONS(5440), 1, - aux_sym_run_tuning_token7, - STATE(4190), 1, - sym_run_tuning, - ACTIONS(5426), 3, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6042), 1, sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - STATE(3792), 3, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4568), 2, sym_comment, sym_include, - aux_sym_run_statement_repeat1, - ACTIONS(5437), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [248207] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [289094] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -266357,196 +309807,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(2030), 1, - sym__integer_literal, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(5443), 1, + ACTIONS(6200), 1, sym_identifier, - STATE(158), 1, - sym_function_call, - STATE(160), 1, + ACTIONS(6495), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, sym_object_access, - STATE(173), 1, - sym__unary_minus_expressions, - STATE(190), 1, - sym__decimal_literal, - STATE(5895), 1, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3793), 2, + STATE(4569), 2, sym_comment, sym_include, - STATE(232), 4, + STATE(6490), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [248254] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4482), 1, - aux_sym_repeat_statement_repeat1, - STATE(4484), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6235), 1, - sym_body, - STATE(3794), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248301] = 14, + [289140] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3835), 1, - aux_sym_do_block_repeat1, - STATE(4482), 1, - aux_sym_repeat_statement_repeat1, - STATE(4484), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6235), 1, - sym_body, - STATE(3795), 2, + STATE(4570), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248348] = 14, + ACTIONS(5276), 12, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_event_definition_token1, + [289168] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2587), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4666), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6464), 1, - sym_body, - STATE(3796), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6497), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4571), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248395] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [289208] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4560), 1, - aux_sym_repeat_statement_repeat1, - STATE(4561), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6421), 1, - sym_body, - STATE(3797), 2, + STATE(4572), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248442] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(5158), 12, anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, + anon_sym_DOT, aux_sym__block_terminator_token1, - STATE(2587), 1, - sym__block_terminator, - STATE(3852), 1, - aux_sym_repeat_statement_repeat1, - STATE(4666), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6464), 1, - sym_body, - STATE(3798), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248489] = 14, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [289236] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -266555,64 +309914,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(2128), 1, - sym__integer_literal, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(5445), 1, + ACTIONS(6393), 1, sym_identifier, - STATE(2057), 1, - sym_function_call, - STATE(2058), 1, + ACTIONS(6499), 1, + sym__terminator, + ACTIONS(6501), 1, + anon_sym_NO_DASHERROR, + STATE(4599), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, sym_object_access, - STATE(2693), 1, - sym__unary_minus_expressions, - STATE(2713), 1, - sym__decimal_literal, - STATE(6419), 1, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, sym_new_expression, - STATE(3799), 2, + STATE(4573), 2, sym_comment, sym_include, - STATE(2696), 4, + STATE(6537), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [248536] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4495), 1, - aux_sym_repeat_statement_repeat1, - STATE(4512), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5872), 1, - sym_body, - STATE(3800), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248583] = 15, + [289282] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -266621,131 +309946,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6393), 1, sym_identifier, - ACTIONS(5447), 1, + ACTIONS(6503), 1, sym__terminator, - ACTIONS(5449), 1, - anon_sym_LBRACK, - STATE(3939), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, + ACTIONS(6505), 1, + anon_sym_NO_DASHERROR, + STATE(4663), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, sym_object_access, - STATE(4963), 1, + STATE(5623), 1, sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, + STATE(5832), 1, sym_assignment, - STATE(5887), 1, + STATE(6613), 1, sym_new_expression, - STATE(3801), 2, + STATE(4574), 2, sym_comment, sym_include, - STATE(5741), 3, + STATE(6537), 3, sym_qualified_name, sym_array_access, sym_member_access, - [248632] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4465), 1, - sym_stop_after_phrase, - STATE(4566), 1, - aux_sym_repeat_statement_repeat1, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5911), 1, - sym_body, - STATE(3802), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248679] = 14, + [289328] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(3870), 1, - aux_sym_repeat_statement_repeat1, - STATE(4610), 1, - aux_sym_repeat_statement_repeat2, - STATE(5075), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5954), 1, - sym_body, - STATE(3803), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6507), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4575), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248726] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [289368] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2429), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4668), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6209), 1, - sym_body, - STATE(3804), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6509), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4576), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248773] = 15, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [289408] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -266754,192 +310036,206 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6200), 1, sym_identifier, - ACTIONS(5451), 1, + ACTIONS(6511), 1, sym__terminator, - ACTIONS(5453), 1, - anon_sym_LBRACK, - STATE(4057), 1, + STATE(4613), 1, aux_sym_var_statement_repeat1, - STATE(4686), 1, + STATE(5342), 1, sym_object_access, - STATE(4963), 1, + STATE(5667), 1, sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, + STATE(6067), 1, sym_assignment, - STATE(5887), 1, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3805), 2, + STATE(4577), 2, sym_comment, sym_include, - STATE(5741), 3, + STATE(6490), 3, sym_qualified_name, sym_array_access, sym_member_access, - [248822] = 14, + [289454] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5455), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6509), 1, sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4687), 1, - sym_type_tuning, - STATE(4692), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3806), 2, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4616), 1, + aux_sym_for_phrase_repeat1, + STATE(4578), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [248869] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [289494] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3794), 1, - aux_sym_do_block_repeat1, - STATE(4507), 1, - aux_sym_repeat_statement_repeat1, - STATE(4511), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6271), 1, - sym_body, - STATE(3807), 2, + ACTIONS(6515), 1, + aux_sym_input_stream_tuning_token10, + ACTIONS(6517), 1, + aux_sym_input_stream_tuning_token11, + STATE(4579), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248916] = 14, + ACTIONS(6513), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + [289526] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2234), 1, - sym__block_terminator, - STATE(3804), 1, - aux_sym_repeat_statement_repeat1, - STATE(4665), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6413), 1, - sym_body, - STATE(3808), 2, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6519), 1, + sym__terminator, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4580), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [248963] = 14, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [289564] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6521), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4581), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [289610] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3846), 1, - aux_sym_do_block_repeat1, - STATE(4571), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(5179), 1, aux_sym_repeat_statement_repeat1, - STATE(4577), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6389), 1, - sym_body, - STATE(3809), 2, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(6523), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4582), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [249010] = 9, + [289652] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5457), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, sym_identifier, - STATE(3913), 1, - aux_sym_buffer_definition_repeat1, - STATE(3810), 2, + ACTIONS(6525), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4583), 2, sym_comment, sym_include, - STATE(4268), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(5459), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5461), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [249047] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [289698] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -266948,31 +310244,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(1970), 1, - sym__integer_literal, - ACTIONS(1974), 1, - anon_sym_LPAREN, - ACTIONS(5463), 1, + ACTIONS(6200), 1, sym_identifier, - STATE(2804), 1, - sym_function_call, - STATE(2805), 1, + ACTIONS(6527), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, sym_object_access, - STATE(3247), 1, - sym__unary_minus_expressions, - STATE(3303), 1, - sym__decimal_literal, - STATE(6195), 1, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3811), 2, + STATE(4584), 2, sym_comment, sym_include, - STATE(3246), 4, + STATE(6490), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [249094] = 15, + [289744] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -266981,164 +310276,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6200), 1, sym_identifier, - ACTIONS(5465), 1, + ACTIONS(6529), 1, sym__terminator, - ACTIONS(5467), 1, - anon_sym_LBRACK, - STATE(3977), 1, + STATE(4619), 1, aux_sym_var_statement_repeat1, - STATE(4686), 1, + STATE(5342), 1, sym_object_access, - STATE(4963), 1, + STATE(5667), 1, sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, + STATE(6067), 1, sym_assignment, - STATE(5887), 1, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3812), 2, + STATE(4585), 2, sym_comment, sym_include, - STATE(5741), 3, + STATE(6490), 3, sym_qualified_name, sym_array_access, sym_member_access, - [249143] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3797), 1, - aux_sym_do_block_repeat1, - STATE(4496), 1, - aux_sym_repeat_statement_repeat1, - STATE(4505), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6446), 1, - sym_body, - STATE(3813), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249190] = 14, - ACTIONS(69), 1, + [289790] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3802), 1, - aux_sym_do_block_repeat1, - STATE(4518), 1, - aux_sym_repeat_statement_repeat1, - STATE(4562), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(5997), 1, - sym_body, - STATE(3814), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6531), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4586), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249237] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [289836] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4496), 1, - aux_sym_repeat_statement_repeat1, - STATE(4505), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6446), 1, - sym_body, - STATE(3815), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6533), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4587), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249284] = 14, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [289876] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5469), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6393), 1, + sym_identifier, + ACTIONS(6535), 1, sym__terminator, - STATE(3874), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4740), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4749), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3816), 2, + ACTIONS(6537), 1, + anon_sym_NO_DASHERROR, + STATE(4602), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, + sym_object_access, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, + sym_new_expression, + STATE(4588), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [249331] = 14, + STATE(6537), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [289922] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267147,64 +310401,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(2206), 1, - sym__integer_literal, - ACTIONS(2210), 1, - anon_sym_LPAREN, - ACTIONS(5471), 1, + ACTIONS(6200), 1, sym_identifier, - STATE(2740), 1, - sym_function_call, - STATE(2741), 1, + ACTIONS(6539), 1, + sym__terminator, + STATE(4586), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, sym_object_access, - STATE(2954), 1, - sym__decimal_literal, - STATE(2988), 1, - sym__unary_minus_expressions, - STATE(6289), 1, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3817), 2, + STATE(4589), 2, sym_comment, sym_include, - STATE(2984), 4, + STATE(6490), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [249378] = 14, - ACTIONS(69), 1, + [289968] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(3856), 1, - aux_sym_repeat_statement_repeat1, - STATE(4618), 1, - aux_sym_repeat_statement_repeat2, - STATE(5139), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6026), 1, - sym_body, - STATE(3818), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6541), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4590), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249425] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290014] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267213,527 +310465,511 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(1018), 1, - sym__integer_literal, - ACTIONS(1022), 1, - anon_sym_LPAREN, - ACTIONS(5473), 1, + ACTIONS(6200), 1, sym_identifier, - STATE(263), 1, - sym_function_call, - STATE(305), 1, + ACTIONS(6543), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, sym_object_access, - STATE(337), 1, - sym__decimal_literal, - STATE(364), 1, - sym__unary_minus_expressions, - STATE(6170), 1, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3819), 2, + STATE(4591), 2, sym_comment, sym_include, - STATE(365), 4, + STATE(6490), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [249472] = 6, + [290060] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5477), 1, - aux_sym_variable_definition_token2, - STATE(3820), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6545), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4587), 1, + aux_sym_for_phrase_repeat1, + STATE(4592), 2, sym_comment, sym_include, - ACTIONS(5475), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [249503] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290100] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4508), 1, - sym_stop_after_phrase, - STATE(4536), 1, - aux_sym_repeat_statement_repeat1, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6047), 1, - sym_body, - STATE(3821), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6545), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4593), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249550] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290140] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5481), 1, - aux_sym_variable_definition_token2, - STATE(3822), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6547), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4594), 2, sym_comment, sym_include, - ACTIONS(5479), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [249581] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290180] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5485), 1, - aux_sym_variable_definition_token2, - STATE(3823), 2, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6549), 1, + sym__terminator, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4595), 2, sym_comment, sym_include, - ACTIONS(5483), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [249612] = 14, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [290218] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4470), 1, - sym_stop_after_phrase, - STATE(4501), 1, - aux_sym_repeat_statement_repeat1, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5947), 1, - sym_body, - STATE(3824), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6547), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4541), 1, + aux_sym_for_phrase_repeat1, + STATE(4596), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249659] = 14, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290258] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - STATE(2122), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4667), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6245), 1, - sym_body, - STATE(3825), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6551), 1, + sym__terminator, + STATE(4569), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4597), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249706] = 6, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290304] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5489), 1, - aux_sym_variable_definition_token2, - STATE(3826), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6553), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4598), 2, sym_comment, sym_include, - ACTIONS(5487), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [249737] = 14, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290344] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2626), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4612), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6490), 1, - sym_body, - STATE(3827), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6393), 1, + sym_identifier, + ACTIONS(6555), 1, + sym__terminator, + ACTIONS(6557), 1, + anon_sym_NO_DASHERROR, + STATE(4525), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, + sym_object_access, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, + sym_new_expression, + STATE(4599), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249784] = 14, - ACTIONS(69), 1, + STATE(6537), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290390] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - STATE(2122), 1, - sym__block_terminator, - STATE(3899), 1, - aux_sym_repeat_statement_repeat1, - STATE(4667), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6245), 1, - sym_body, - STATE(3828), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6559), 1, + sym__terminator, + STATE(4547), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4600), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249831] = 14, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290436] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2626), 1, - sym__block_terminator, - STATE(3796), 1, - aux_sym_repeat_statement_repeat1, - STATE(4612), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6490), 1, - sym_body, - STATE(3829), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6561), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4601), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249878] = 14, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290482] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5491), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6393), 1, + sym_identifier, + ACTIONS(6563), 1, sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4684), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4719), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3830), 2, + ACTIONS(6565), 1, + anon_sym_NO_DASHERROR, + STATE(4525), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, + sym_object_access, + STATE(5623), 1, + sym_function_call, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, + sym_new_expression, + STATE(4602), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [249925] = 14, - ACTIONS(69), 1, + STATE(6537), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290528] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - STATE(2052), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4643), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6183), 1, - sym_body, - STATE(3831), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6567), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4603), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [249972] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290574] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4443), 1, - aux_sym_repeat_statement_repeat1, - STATE(4575), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6194), 1, - sym_body, - STATE(3832), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6158), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4555), 1, + aux_sym_for_phrase_repeat1, + STATE(4604), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250019] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290614] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5493), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6158), 1, sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4901), 1, - sym_type_tuning, - STATE(4902), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3833), 2, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4605), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [250066] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290654] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2193), 1, - sym__block_terminator, - STATE(3891), 1, - aux_sym_repeat_statement_repeat1, - STATE(4596), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6487), 1, - sym_body, - STATE(3834), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6569), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4559), 1, + aux_sym_for_phrase_repeat1, + STATE(4606), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250113] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290694] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4513), 1, - aux_sym_repeat_statement_repeat1, - STATE(4515), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6211), 1, - sym_body, - STATE(3835), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6569), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4607), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250160] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290734] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267742,89 +310978,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(904), 1, - sym__integer_literal, - ACTIONS(908), 1, - anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(6200), 1, sym_identifier, - STATE(338), 1, - sym_function_call, - STATE(400), 1, + ACTIONS(6571), 1, + sym__terminator, + STATE(4517), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, sym_object_access, - STATE(839), 1, - sym__decimal_literal, - STATE(883), 1, - sym__unary_minus_expressions, - STATE(6011), 1, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3836), 2, + STATE(4608), 2, sym_comment, sym_include, - STATE(884), 4, + STATE(6490), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [250207] = 14, + [290780] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4446), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(5141), 1, aux_sym_repeat_statement_repeat1, - STATE(4447), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6493), 1, - sym_body, - STATE(3837), 2, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(6573), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4609), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [250254] = 6, + [290822] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5499), 1, - aux_sym_variable_tuning_token2, - STATE(3838), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6122), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4610), 2, sym_comment, sym_include, - ACTIONS(5497), 12, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [250285] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [290862] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267833,238 +311069,321 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(1264), 1, - sym__integer_literal, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(5501), 1, + ACTIONS(6200), 1, sym_identifier, - STATE(1109), 1, - sym_function_call, - STATE(1146), 1, + ACTIONS(6575), 1, + sym__terminator, + STATE(4530), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, sym_object_access, - STATE(1160), 1, - sym__decimal_literal, - STATE(1190), 1, - sym__unary_minus_expressions, - STATE(5859), 1, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3839), 2, + STATE(4611), 2, sym_comment, sym_include, - STATE(1191), 4, + STATE(6490), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [250332] = 6, + [290908] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5505), 1, - aux_sym_variable_tuning_token2, - STATE(3840), 2, + STATE(4612), 2, sym_comment, sym_include, - ACTIONS(5503), 12, + ACTIONS(137), 12, + sym__namecolon, sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, + anon_sym_LPAREN, + aux_sym_function_call_token1, aux_sym_setter_token1, - [250363] = 14, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [290936] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6577), 1, + sym_identifier, + ACTIONS(6580), 1, + sym__terminator, + ACTIONS(6582), 1, + aux_sym_scope_tuning_token1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4613), 3, + sym_comment, + sym_include, + aux_sym_var_statement_repeat1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [290980] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5491), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6122), 1, sym__terminator, - STATE(3912), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4684), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4719), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3841), 2, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4538), 1, + aux_sym_for_phrase_repeat1, + STATE(4614), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [250410] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291020] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3782), 1, - aux_sym_do_block_repeat1, - STATE(4508), 1, - sym_stop_after_phrase, - STATE(4536), 1, - aux_sym_repeat_statement_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6047), 1, - sym_body, - STATE(3842), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6060), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4615), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250457] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291060] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, - aux_sym_variable_definition_token2, - STATE(3843), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6585), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4616), 2, sym_comment, sym_include, - ACTIONS(5507), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [250488] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291100] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5513), 1, - aux_sym_variable_definition_token2, - STATE(3844), 2, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6587), 1, + sym__terminator, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4617), 2, sym_comment, sym_include, - ACTIONS(5511), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [250519] = 14, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [291138] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6589), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4618), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [291184] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6591), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4619), 2, + sym_comment, + sym_include, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [291230] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3868), 1, - aux_sym_do_block_repeat1, - STATE(4513), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(5216), 1, aux_sym_repeat_statement_repeat1, - STATE(4515), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6211), 1, - sym_body, - STATE(3845), 2, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5083), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4620), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [250566] = 14, + [291272] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4534), 1, - aux_sym_repeat_statement_repeat1, - STATE(4541), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6186), 1, - sym_body, - STATE(3846), 2, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6593), 1, + sym__terminator, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4621), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250613] = 15, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [291310] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -268073,776 +311392,674 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6200), 1, sym_identifier, - ACTIONS(5515), 1, + ACTIONS(6595), 1, sym__terminator, - ACTIONS(5517), 1, - anon_sym_LBRACK, - STATE(3916), 1, + STATE(4590), 1, aux_sym_var_statement_repeat1, - STATE(4686), 1, + STATE(5342), 1, sym_object_access, - STATE(4963), 1, + STATE(5667), 1, sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, + STATE(6067), 1, sym_assignment, - STATE(5887), 1, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3847), 2, + STATE(4622), 2, sym_comment, sym_include, - STATE(5741), 3, + STATE(6490), 3, sym_qualified_name, sym_array_access, sym_member_access, - [250662] = 14, - ACTIONS(69), 1, + [291356] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3815), 1, - aux_sym_do_block_repeat1, - STATE(4446), 1, - aux_sym_repeat_statement_repeat1, - STATE(4447), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6493), 1, - sym_body, - STATE(3848), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6597), 1, + sym__terminator, + STATE(4591), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4623), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250709] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [291402] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + STATE(4624), 2, + sym_comment, + sym_include, + ACTIONS(5208), 12, anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, + anon_sym_DOT, aux_sym__block_terminator_token1, - STATE(2193), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4596), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6487), 1, - sym_body, - STATE(3849), 2, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [291430] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6599), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4625), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250756] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [291476] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1934), 1, - sym__block_terminator, - STATE(3867), 1, - aux_sym_repeat_statement_repeat1, - STATE(4589), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6050), 1, - sym_body, - STATE(3850), 2, + ACTIONS(877), 1, + sym__namedot, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(881), 1, + sym__namedoublecolon, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + STATE(1070), 1, + sym_assignment_operator, + STATE(5241), 1, + aux_sym_object_access_repeat1, + STATE(5675), 1, + sym_function_arguments, + STATE(5856), 1, + aux_sym_qualified_name_repeat1, + STATE(5890), 1, + aux_sym_member_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4626), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250803] = 14, + [291524] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1934), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4589), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6050), 1, - sym_body, - STATE(3851), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6136), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4593), 1, + aux_sym_for_phrase_repeat1, + STATE(4627), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250850] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291564] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2530), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4613), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6429), 1, - sym_body, - STATE(3852), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6136), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4628), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250897] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291604] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4518), 1, - aux_sym_repeat_statement_repeat1, - STATE(4562), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5997), 1, - sym_body, - STATE(3853), 2, + STATE(4629), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250944] = 14, + ACTIONS(164), 12, + sym__namecolon, + sym__terminator, + anon_sym_LPAREN, + aux_sym_function_call_token1, + aux_sym_setter_token1, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [291632] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3902), 1, - aux_sym_do_block_repeat1, - STATE(4495), 1, - aux_sym_repeat_statement_repeat1, - STATE(4512), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(5872), 1, - sym_body, - STATE(3854), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6601), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4598), 1, + aux_sym_for_phrase_repeat1, + STATE(4630), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [250991] = 15, - ACTIONS(3), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291672] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5519), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6601), 1, sym__terminator, - ACTIONS(5521), 1, - anon_sym_LBRACK, - STATE(3979), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3855), 2, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4631), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [251040] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291712] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4632), 1, - aux_sym_repeat_statement_repeat2, - STATE(5206), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6176), 1, - sym_body, - STATE(3856), 2, + STATE(4632), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251087] = 14, + ACTIONS(5212), 12, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [291740] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5493), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6060), 1, sym__terminator, - STATE(3909), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4901), 1, - sym_type_tuning, - STATE(4902), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3857), 2, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4551), 1, + aux_sym_for_phrase_repeat1, + STATE(4633), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [251134] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291780] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1838), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4635), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5949), 1, - sym_body, - STATE(3858), 2, + STATE(4634), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251181] = 14, + ACTIONS(121), 12, + sym__namecolon, + sym__terminator, + anon_sym_LPAREN, + aux_sym_function_call_token1, + aux_sym_setter_token1, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [291808] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2448), 1, - sym__block_terminator, - STATE(3849), 1, - aux_sym_repeat_statement_repeat1, - STATE(4649), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6191), 1, - sym_body, - STATE(3859), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6114), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4561), 1, + aux_sym_for_phrase_repeat1, + STATE(4635), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251228] = 14, - ACTIONS(3), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291848] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1690), 1, - sym__integer_literal, - ACTIONS(1694), 1, - anon_sym_LPAREN, - ACTIONS(5523), 1, - sym_identifier, - STATE(2827), 1, - sym_object_access, - STATE(2828), 1, - sym_function_call, - STATE(3237), 1, - sym__decimal_literal, - STATE(3278), 1, - sym__unary_minus_expressions, - STATE(5902), 1, - sym_new_expression, - STATE(3860), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6114), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4636), 2, sym_comment, sym_include, - STATE(3279), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [251275] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291888] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4469), 1, - sym_stop_after_phrase, - STATE(4498), 1, - aux_sym_repeat_statement_repeat1, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5969), 1, - sym_body, - STATE(3861), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6058), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4661), 1, + aux_sym_for_phrase_repeat1, + STATE(4637), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251322] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291928] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5525), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6022), 1, sym__terminator, - STATE(3889), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4807), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4808), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3862), 2, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4496), 1, + aux_sym_for_phrase_repeat1, + STATE(4638), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [251369] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [291968] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4497), 1, - aux_sym_repeat_statement_repeat1, - STATE(4544), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6400), 1, - sym_body, - STATE(3863), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6058), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4639), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251416] = 6, - ACTIONS(69), 1, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292008] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5529), 1, - aux_sym_variable_definition_token2, - STATE(3864), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6603), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4640), 2, sym_comment, sym_include, - ACTIONS(5527), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [251447] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [292054] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3824), 1, - aux_sym_do_block_repeat1, - STATE(4469), 1, - sym_stop_after_phrase, - STATE(4498), 1, - aux_sym_repeat_statement_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5969), 1, - sym_body, - STATE(3865), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6022), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4641), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251494] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292094] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5533), 1, - aux_sym_variable_definition_token2, - STATE(3866), 2, + STATE(4642), 2, sym_comment, sym_include, - ACTIONS(5531), 12, + ACTIONS(5007), 12, + anon_sym_COLON, + anon_sym_DOT, aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [251525] = 14, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [292122] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1910), 1, - sym__block_terminator, - STATE(4367), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(5157), 1, aux_sym_repeat_statement_repeat1, - STATE(4595), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6017), 1, - sym_body, - STATE(3867), 2, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5220), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4643), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [251572] = 14, + [292164] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4545), 1, - sym_stop_after_phrase, - STATE(4550), 1, - aux_sym_repeat_statement_repeat1, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6181), 1, - sym_body, - STATE(3868), 2, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6605), 1, + sym__terminator, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4644), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251619] = 14, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [292202] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1910), 1, - sym__block_terminator, - STATE(3911), 1, - aux_sym_repeat_statement_repeat1, - STATE(4595), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6017), 1, - sym_body, - STATE(3869), 2, + STATE(4645), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251666] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(4620), 12, anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, + anon_sym_DOT, aux_sym__block_terminator_token1, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4618), 1, - aux_sym_repeat_statement_repeat2, - STATE(5139), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6026), 1, - sym_body, - STATE(3870), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251713] = 15, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [292230] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -268851,233 +312068,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6200), 1, sym_identifier, - ACTIONS(5535), 1, + ACTIONS(6607), 1, sym__terminator, - ACTIONS(5537), 1, - anon_sym_LBRACK, - STATE(3981), 1, + STATE(4613), 1, aux_sym_var_statement_repeat1, - STATE(4686), 1, + STATE(5342), 1, sym_object_access, - STATE(4963), 1, + STATE(5667), 1, sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, + STATE(6067), 1, sym_assignment, - STATE(5887), 1, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3871), 2, + STATE(4646), 2, sym_comment, sym_include, - STATE(5741), 3, + STATE(6490), 3, sym_qualified_name, sym_array_access, sym_member_access, - [251762] = 6, - ACTIONS(69), 1, + [292276] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5541), 1, - aux_sym_variable_definition_token2, - STATE(3872), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6609), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4647), 2, sym_comment, sym_include, - ACTIONS(5539), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [251793] = 14, - ACTIONS(69), 1, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [292322] = 14, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5543), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6200), 1, + sym_identifier, + ACTIONS(6611), 1, sym__terminator, - STATE(3806), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4821), 1, - sym_type_tuning, - STATE(4823), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3873), 2, + STATE(4625), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, + sym_object_access, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, + sym_new_expression, + STATE(4648), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [251840] = 14, + STATE(6490), 3, + sym_qualified_name, + sym_array_access, + sym_member_access, + [292368] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5545), 1, + ACTIONS(6613), 1, sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4700), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4702), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3874), 2, - sym_comment, - sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [251887] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(5547), 1, - sym_identifier, - STATE(4268), 2, - sym_scope_tuning, - sym_access_tuning, - STATE(3875), 3, + ACTIONS(6621), 1, + aux_sym_input_stream_tuning_token9, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(6615), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4649), 3, sym_comment, sym_include, - aux_sym_buffer_definition_repeat1, - ACTIONS(5549), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5552), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [251922] = 14, + aux_sym_input_stream_statement_repeat1, + ACTIONS(6618), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [292404] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - STATE(2107), 1, - sym__block_terminator, - STATE(3831), 1, - aux_sym_repeat_statement_repeat1, - STATE(4663), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6198), 1, - sym_body, - STATE(3876), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6068), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4650), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [251969] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292444] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2611), 1, - aux_sym_variable_tuning_token2, - STATE(3877), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6068), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4628), 1, + aux_sym_for_phrase_repeat1, + STATE(4651), 2, sym_comment, sym_include, - ACTIONS(2609), 12, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_getter_token1, - aux_sym_setter_token1, - [252000] = 6, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292484] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5557), 1, - aux_sym_variable_definition_token2, - STATE(3878), 2, + ACTIONS(6624), 1, + aux_sym_function_call_token1, + STATE(4652), 2, sym_comment, sym_include, - ACTIONS(5555), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, + ACTIONS(148), 11, + sym__namecolon, + sym__terminator, + anon_sym_LPAREN, aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [252031] = 14, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [292514] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -269086,31 +312273,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(5559), 1, + ACTIONS(6200), 1, sym_identifier, - STATE(17), 1, - sym_function_call, - STATE(26), 1, + ACTIONS(6626), 1, + sym__terminator, + STATE(4613), 1, + aux_sym_var_statement_repeat1, + STATE(5342), 1, sym_object_access, - STATE(45), 1, - sym__decimal_literal, - STATE(51), 1, - sym__unary_minus_expressions, - STATE(6089), 1, + STATE(5667), 1, + sym_function_call, + STATE(6067), 1, + sym_assignment, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3879), 2, + STATE(4653), 2, sym_comment, sym_include, - STATE(52), 4, + STATE(6490), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [252078] = 15, + [292560] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -269119,209 +312305,256 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6200), 1, sym_identifier, - ACTIONS(5561), 1, + ACTIONS(6628), 1, sym__terminator, - ACTIONS(5563), 1, - anon_sym_LBRACK, - STATE(3925), 1, + STATE(4601), 1, aux_sym_var_statement_repeat1, - STATE(4686), 1, + STATE(5342), 1, sym_object_access, - STATE(4963), 1, + STATE(5667), 1, sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, + STATE(6067), 1, sym_assignment, - STATE(5887), 1, + STATE(6068), 1, + sym_variable, + STATE(6613), 1, sym_new_expression, - STATE(3880), 2, + STATE(4654), 2, sym_comment, sym_include, - STATE(5741), 3, + STATE(6490), 3, sym_qualified_name, sym_array_access, sym_member_access, - [252127] = 14, + [292606] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5543), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6134), 1, sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4821), 1, - sym_type_tuning, - STATE(4823), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3881), 2, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4631), 1, + aux_sym_for_phrase_repeat1, + STATE(4655), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [252174] = 9, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292646] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5322), 1, - aux_sym_dataset_expression_token1, - STATE(3670), 1, - aux_sym_buffer_definition_repeat1, - STATE(3882), 2, + STATE(4656), 2, sym_comment, sym_include, - STATE(3984), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(2864), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2866), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [252211] = 6, + ACTIONS(5204), 12, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [292674] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, - aux_sym_variable_definition_token2, - STATE(3883), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6056), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4657), 2, sym_comment, sym_include, - ACTIONS(5565), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [252242] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292714] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5545), 1, + ACTIONS(3133), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(6630), 1, sym__terminator, - STATE(3892), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4700), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4702), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3884), 2, + STATE(4649), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4898), 1, + sym_input_stream_tuning, + ACTIONS(3129), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(4658), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [252289] = 6, + ACTIONS(3131), 6, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + [292752] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5571), 1, - aux_sym_variable_definition_token2, - STATE(3885), 2, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6056), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4605), 1, + aux_sym_for_phrase_repeat1, + STATE(4659), 2, sym_comment, sym_include, - ACTIONS(5569), 12, - aux_sym__block_terminator_token1, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_variable_definition_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [252320] = 14, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292792] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6150), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4310), 1, + sym_query_tuning, + STATE(4607), 1, + aux_sym_for_phrase_repeat1, + STATE(4660), 2, + sym_comment, + sym_include, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292832] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2959), 1, + aux_sym_using_statement_token1, + ACTIONS(2963), 1, + aux_sym_query_tuning_token6, + ACTIONS(6150), 1, + sym__terminator, + STATE(4136), 1, + sym_using, + STATE(4143), 1, + aux_sym_for_phrase_repeat1, + STATE(4310), 1, + sym_query_tuning, + STATE(4661), 2, + sym_comment, + sym_include, + ACTIONS(2957), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [292872] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2530), 1, - sym__block_terminator, - STATE(3895), 1, + ACTIONS(3540), 1, + aux_sym_to_phrase_token1, + ACTIONS(3544), 1, + aux_sym_sort_clause_token1, + STATE(5132), 1, aux_sym_repeat_statement_repeat1, - STATE(4613), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6429), 1, - sym_body, - STATE(3886), 2, + STATE(5266), 1, + aux_sym_for_phrase_repeat2, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(5073), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4662), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [252367] = 14, + [292914] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -269330,3974 +312563,3113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(1868), 1, - sym__integer_literal, - ACTIONS(1872), 1, - anon_sym_LPAREN, - ACTIONS(5573), 1, + ACTIONS(6393), 1, sym_identifier, - STATE(2709), 1, + ACTIONS(6632), 1, + sym__terminator, + ACTIONS(6634), 1, + anon_sym_NO_DASHERROR, + STATE(4525), 1, + aux_sym_assign_statement_repeat1, + STATE(5441), 1, sym_object_access, - STATE(2710), 1, + STATE(5623), 1, sym_function_call, - STATE(3028), 1, - sym__unary_minus_expressions, - STATE(3084), 1, - sym__decimal_literal, - STATE(5939), 1, + STATE(5832), 1, + sym_assignment, + STATE(6613), 1, sym_new_expression, - STATE(3887), 2, + STATE(4663), 2, sym_comment, sym_include, - STATE(3027), 4, + STATE(6537), 3, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, + sym_array_access, sym_member_access, - [252414] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2448), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4649), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6191), 1, - sym_body, - STATE(3888), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [252461] = 14, + [292960] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5575), 1, - sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4731), 1, - sym_type_tuning, - STATE(4733), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3889), 2, + STATE(4664), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [252508] = 14, + ACTIONS(5251), 12, + aux_sym_dataset_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + [292988] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5577), 1, + ACTIONS(6636), 1, sym__terminator, - STATE(3833), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4856), 1, - sym_type_tuning, - STATE(4861), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3890), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4665), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [252555] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293027] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2234), 1, - sym__block_terminator, - STATE(4367), 1, + STATE(5095), 1, aux_sym_repeat_statement_repeat1, - STATE(4665), 1, + STATE(5619), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(6413), 1, + STATE(6978), 1, sym_body, - STATE(3891), 2, + STATE(4666), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [252602] = 14, + [293068] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5579), 1, - sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4802), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4850), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3892), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4743), 1, + aux_sym_repeat_statement_repeat1, + STATE(5571), 1, + aux_sym_repeat_statement_repeat2, + STATE(6826), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4667), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [252649] = 14, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [293109] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5581), 1, - sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4689), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4704), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3893), 2, - sym_comment, - sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [252696] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5575), 1, + ACTIONS(6646), 1, sym__terminator, - STATE(3893), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4731), 1, - sym_type_tuning, - STATE(4733), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3894), 2, + STATE(4872), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4668), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [252743] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293148] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2461), 1, - sym__block_terminator, - STATE(4367), 1, + STATE(5095), 1, aux_sym_repeat_statement_repeat1, - STATE(4590), 1, + STATE(5617), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(6404), 1, + STATE(7232), 1, sym_body, - STATE(3895), 2, + STATE(4669), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [252790] = 14, - ACTIONS(3), 1, + [293189] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1630), 1, - sym__integer_literal, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(5583), 1, - sym_identifier, - STATE(2351), 1, - sym_function_call, - STATE(2353), 1, - sym_object_access, - STATE(2787), 1, - sym__decimal_literal, - STATE(2914), 1, - sym__unary_minus_expressions, - STATE(6300), 1, - sym_new_expression, - STATE(3896), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6648), 1, + sym__terminator, + STATE(4718), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4670), 2, sym_comment, sym_include, - STATE(2915), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [252837] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293228] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3905), 1, - aux_sym_do_block_repeat1, - STATE(4503), 1, - aux_sym_repeat_statement_repeat1, - STATE(4506), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(5982), 1, - sym_body, - STATE(3897), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6650), 1, + sym__terminator, + STATE(4730), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4671), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [252884] = 15, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293267] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5585), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6652), 1, sym__terminator, - ACTIONS(5587), 1, - anon_sym_LBRACK, - STATE(3996), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3898), 2, + STATE(4734), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4672), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [252933] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293306] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - STATE(2107), 1, - sym__block_terminator, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4663), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6198), 1, - sym_body, - STATE(3899), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6654), 1, + sym__terminator, + STATE(4724), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4673), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [252980] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293345] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(3908), 1, - aux_sym_repeat_statement_repeat1, - STATE(4597), 1, - aux_sym_repeat_statement_repeat2, - STATE(5196), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5874), 1, - sym_body, - STATE(3900), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6656), 1, + sym__terminator, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4674), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [253027] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293384] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(4367), 1, - aux_sym_repeat_statement_repeat1, - STATE(4597), 1, - aux_sym_repeat_statement_repeat2, - STATE(5196), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5874), 1, - sym_body, - STATE(3901), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6658), 1, + sym__terminator, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4675), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [253074] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293423] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4503), 1, - aux_sym_repeat_statement_repeat1, - STATE(4506), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(5982), 1, - sym_body, - STATE(3902), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6660), 1, + sym__terminator, + STATE(4728), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4676), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [253121] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293462] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(3832), 1, - aux_sym_do_block_repeat1, - STATE(4554), 1, - aux_sym_repeat_statement_repeat1, - STATE(4557), 1, - sym_stop_after_phrase, - STATE(5406), 1, - sym_do_tuning, - STATE(6078), 1, - sym_body, - STATE(3903), 2, + STATE(645), 1, + sym_accumulate_aggregate, + STATE(4677), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [253168] = 15, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [293491] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5589), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6664), 1, sym__terminator, - ACTIONS(5591), 1, - anon_sym_LBRACK, - STATE(3938), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3904), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4678), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [253217] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293530] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4554), 1, - aux_sym_repeat_statement_repeat1, - STATE(4557), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6078), 1, - sym_body, - STATE(3905), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6666), 1, + sym__terminator, + STATE(4846), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4679), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [253264] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293569] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5222), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5224), 1, - aux_sym_do_tuning_token1, - STATE(4571), 1, + STATE(5095), 1, aux_sym_repeat_statement_repeat1, - STATE(4577), 1, - sym_stop_after_phrase, - STATE(4775), 1, - aux_sym_do_block_repeat1, - STATE(5406), 1, - sym_do_tuning, - STATE(6389), 1, + STATE(5564), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6928), 1, sym_body, - STATE(3906), 2, + STATE(4680), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [253311] = 14, + [293610] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5593), 1, - sym__terminator, - STATE(3881), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4919), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4924), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3907), 2, + STATE(611), 1, + sym_accumulate_aggregate, + STATE(4681), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [253358] = 14, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [293639] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(4367), 1, + STATE(5095), 1, aux_sym_repeat_statement_repeat1, - STATE(4610), 1, + STATE(5663), 1, aux_sym_repeat_statement_repeat2, - STATE(5075), 1, - sym__block_terminator, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(5954), 1, + STATE(7146), 1, sym_body, - STATE(3908), 2, + STATE(4682), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [253405] = 14, + [293680] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5595), 1, - sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4878), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4880), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3909), 2, + STATE(915), 1, + sym_accumulate_aggregate, + STATE(4683), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [253452] = 14, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [293709] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(993), 1, + sym_accumulate_aggregate, + STATE(4684), 2, + sym_comment, + sym_include, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [293738] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1875), 1, - sym__block_terminator, - STATE(3858), 1, + STATE(4770), 1, aux_sym_repeat_statement_repeat1, - STATE(4648), 1, + STATE(5615), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(5975), 1, + STATE(7081), 1, sym_body, - STATE(3910), 2, + STATE(4685), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [253499] = 14, + [293779] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(5252), 1, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5254), 1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1875), 1, - sym__block_terminator, - STATE(4367), 1, + STATE(5095), 1, aux_sym_repeat_statement_repeat1, - STATE(4648), 1, + STATE(5615), 1, aux_sym_repeat_statement_repeat2, - STATE(5629), 1, + STATE(6861), 1, sym_repeat_tuning, - STATE(5975), 1, + STATE(7081), 1, sym_body, - STATE(3911), 2, + STATE(4686), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [253546] = 14, + [293820] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5597), 1, - sym__terminator, - STATE(4399), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4650), 1, - sym_temp_table_tuning, - STATE(4796), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4837), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5416), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3912), 2, - sym_comment, - sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [253593] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(5599), 1, - sym_identifier, - STATE(3875), 1, - aux_sym_buffer_definition_repeat1, - STATE(3913), 2, + STATE(4687), 2, sym_comment, sym_include, - STATE(4268), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(5459), 4, + ACTIONS(5348), 11, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(5461), 5, aux_sym_access_tuning_token1, aux_sym_access_tuning_token2, aux_sym_access_tuning_token3, aux_sym_access_tuning_token4, aux_sym_access_tuning_token5, - [253630] = 12, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + [293847] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4532), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4594), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3914), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [253672] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5601), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3915), 2, - sym_comment, - sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [253718] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5603), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3916), 2, - sym_comment, - sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [253764] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5605), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6668), 1, sym__terminator, - STATE(3967), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3917), 2, + STATE(4744), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4688), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [253810] = 12, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293886] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4573), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(5607), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3918), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [253852] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5609), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3919), 2, - sym_comment, - sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [253898] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5611), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6670), 1, sym__terminator, - STATE(4070), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3920), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4689), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [253944] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [293925] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + ACTIONS(6672), 1, sym_identifier, - ACTIONS(5613), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3921), 2, + ACTIONS(6674), 1, + anon_sym_RPAREN, + ACTIONS(6678), 1, + aux_sym_function_call_argument_token2, + STATE(5628), 1, + sym_function_parameter_mode, + STATE(6335), 1, + sym_function_parameter, + STATE(4690), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [253990] = 11, + ACTIONS(6676), 3, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(6680), 3, + aux_sym_function_call_argument_token3, + aux_sym_function_parameter_token1, + aux_sym_function_parameter_token2, + [293964] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5336), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3922), 2, + STATE(1076), 1, + sym_accumulate_aggregate, + STATE(4691), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254030] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [293993] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5615), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6682), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3923), 2, + STATE(4742), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4692), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254070] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294032] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5336), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3961), 1, - aux_sym_for_phrase_repeat1, - STATE(3924), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254110] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5617), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3925), 2, - sym_comment, - sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [254156] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5619), 1, - sym__terminator, - STATE(4019), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3926), 2, - sym_comment, - sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [254202] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5623), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6684), 1, sym__terminator, - ACTIONS(5625), 1, - anon_sym_NO_DASHERROR, - STATE(3937), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3927), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4693), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [254248] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294071] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5344), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6686), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3959), 1, - aux_sym_for_phrase_repeat1, - STATE(3928), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4694), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254288] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294110] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3929), 2, - sym_comment, - sym_include, - ACTIONS(4109), 12, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5145), 1, + sym_type_tuning, + STATE(5146), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6688), 2, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_GT, - aux_sym_variable_tuning_token7, + STATE(4695), 2, + sym_comment, + sym_include, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [254316] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5306), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3930), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254356] = 11, + [294149] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5344), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3931), 2, + STATE(814), 1, + sym_accumulate_aggregate, + STATE(4696), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254396] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [294178] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5306), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4005), 1, - aux_sym_for_phrase_repeat1, - STATE(3932), 2, + STATE(6477), 1, + sym_accumulate_aggregate, + STATE(4697), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254436] = 11, + ACTIONS(6694), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [294207] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5340), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3990), 1, - aux_sym_for_phrase_repeat1, - STATE(3933), 2, + STATE(605), 1, + sym_accumulate_aggregate, + STATE(4698), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254476] = 11, - ACTIONS(69), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [294236] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5340), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3934), 2, + ACTIONS(6672), 1, + sym_identifier, + ACTIONS(6678), 1, + aux_sym_function_call_argument_token2, + ACTIONS(6696), 1, + anon_sym_RPAREN, + STATE(5628), 1, + sym_function_parameter_mode, + STATE(6287), 1, + sym_function_parameter, + STATE(4699), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254516] = 11, + ACTIONS(6676), 3, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(6680), 3, + aux_sym_function_call_argument_token3, + aux_sym_function_parameter_token1, + aux_sym_function_parameter_token2, + [294275] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5378), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4037), 1, - aux_sym_for_phrase_repeat1, - STATE(3935), 2, + STATE(6239), 1, + sym_accumulate_aggregate, + STATE(4700), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254556] = 11, + ACTIONS(6694), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [294304] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5290), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3936), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254596] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(5627), 1, - sym_identifier, - ACTIONS(5632), 1, - aux_sym_scope_tuning_token1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - ACTIONS(5630), 2, - sym__terminator, - anon_sym_NO_DASHERROR, - STATE(3937), 3, - sym_comment, - sym_include, - aux_sym_assign_statement_repeat1, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [254638] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5635), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3938), 2, + STATE(706), 1, + sym_accumulate_aggregate, + STATE(4701), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [254684] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5637), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3939), 2, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [294333] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5656), 1, + aux_sym_repeat_statement_repeat2, + STATE(6655), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4702), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [254730] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [294374] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5639), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6698), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3940), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4703), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254770] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294413] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5639), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6700), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3992), 1, - aux_sym_for_phrase_repeat1, - STATE(3941), 2, + STATE(4759), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4704), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254810] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294452] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5338), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3942), 2, + STATE(4705), 2, sym_comment, sym_include, - ACTIONS(2504), 6, + ACTIONS(6702), 11, + anon_sym_RPAREN, aux_sym_function_call_token1, + aux_sym_using_statement_token1, + aux_sym_where_clause_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - [254850] = 11, + aux_sym_query_tuning_token6, + aux_sym_of_token1, + [294479] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5338), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6704), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3993), 1, - aux_sym_for_phrase_repeat1, - STATE(3943), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4706), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [254890] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294518] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3944), 2, + STATE(849), 1, + sym_accumulate_aggregate, + STATE(4707), 2, sym_comment, sym_include, - ACTIONS(140), 12, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [254918] = 14, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [294547] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5641), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6706), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3945), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4708), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [254964] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294586] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5643), 1, - sym__terminator, - STATE(3998), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3946), 2, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + STATE(4757), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(4709), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255010] = 14, + ACTIONS(6708), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [294621] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5645), 1, - sym__terminator, - STATE(3915), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3947), 2, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + STATE(4757), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(4710), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255056] = 11, + ACTIONS(5335), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [294656] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5372), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6710), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3940), 1, - aux_sym_for_phrase_repeat1, - STATE(3948), 2, + STATE(4877), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4711), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255096] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294695] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5358), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6712), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3923), 1, - aux_sym_for_phrase_repeat1, - STATE(3949), 2, + STATE(4737), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4712), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255136] = 10, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294734] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5647), 1, - sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3950), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4722), 1, + aux_sym_repeat_statement_repeat1, + STATE(5576), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7244), 1, + sym_body, + STATE(4713), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [255174] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [294775] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5649), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3951), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255214] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5651), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6714), 1, sym__terminator, - ACTIONS(5653), 1, - anon_sym_NO_DASHERROR, - STATE(3927), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3952), 2, + STATE(4665), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4714), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255260] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294814] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3953), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5576), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7244), 1, + sym_body, + STATE(4715), 2, sym_comment, sym_include, - ACTIONS(152), 12, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [255288] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [294855] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5649), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3987), 1, - aux_sym_for_phrase_repeat1, - STATE(3954), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5571), 1, + aux_sym_repeat_statement_repeat2, + STATE(6826), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4716), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255328] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [294896] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5655), 1, - sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3955), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5635), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7133), 1, + sym_body, + STATE(4717), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [255366] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [294937] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5358), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6716), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3956), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4718), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255406] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [294976] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3957), 2, + STATE(6291), 1, + sym_accumulate_aggregate, + STATE(4719), 2, sym_comment, sym_include, - ACTIONS(128), 12, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [255434] = 11, + ACTIONS(6694), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [295005] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5657), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3958), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4666), 1, + aux_sym_repeat_statement_repeat1, + STATE(5588), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6961), 1, + sym_body, + STATE(4720), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255474] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [295046] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5659), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3959), 2, + STATE(809), 1, + sym_accumulate_aggregate, + STATE(4721), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255514] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [295075] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5659), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4028), 1, - aux_sym_for_phrase_repeat1, - STATE(3960), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5567), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7214), 1, + sym_body, + STATE(4722), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255554] = 11, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [295116] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5360), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3961), 2, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + STATE(4757), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(4723), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255594] = 10, + ACTIONS(4991), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [295151] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5661), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6718), 1, sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3962), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4724), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [255632] = 13, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295190] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5663), 1, - sym_identifier, - ACTIONS(5666), 1, - sym__terminator, - ACTIONS(5668), 1, - aux_sym_scope_tuning_token1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3963), 3, + STATE(1304), 1, + sym_accumulate_aggregate, + STATE(4725), 2, sym_comment, sym_include, - aux_sym_var_statement_repeat1, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255676] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [295219] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5360), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4031), 1, - aux_sym_for_phrase_repeat1, - STATE(3964), 2, + STATE(1243), 1, + sym_accumulate_aggregate, + STATE(4726), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255716] = 14, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [295248] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5671), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6720), 1, sym__terminator, - ACTIONS(5673), 1, - anon_sym_NO_DASHERROR, - STATE(4017), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3965), 2, + STATE(4783), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4727), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255762] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295287] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5378), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6722), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3966), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4728), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [255802] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295326] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5675), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6724), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3967), 2, + STATE(4675), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4729), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255848] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295365] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5677), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6726), 1, sym__terminator, - STATE(4040), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3968), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4730), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255894] = 10, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295404] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5679), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6728), 1, sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3969), 2, + STATE(4678), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4731), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [255932] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295443] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5681), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6730), 1, sym__terminator, - STATE(4041), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3970), 2, + STATE(4775), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4732), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [255978] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295482] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5270), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6732), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4053), 1, - aux_sym_for_phrase_repeat1, - STATE(3971), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4733), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256018] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295521] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5683), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6734), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3972), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4734), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [256064] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295560] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3973), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5679), 1, + aux_sym_repeat_statement_repeat2, + STATE(6727), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4735), 2, sym_comment, sym_include, - ACTIONS(166), 12, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [256092] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [295601] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5288), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3974), 2, + STATE(876), 1, + sym_accumulate_aggregate, + STATE(4736), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256132] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [295630] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5278), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6736), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3975), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4737), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256172] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295669] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5270), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3976), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256212] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5685), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3977), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4716), 1, + aux_sym_repeat_statement_repeat1, + STATE(5656), 1, + aux_sym_repeat_statement_repeat2, + STATE(6655), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4738), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [256258] = 14, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [295710] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5687), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6738), 1, sym__terminator, - STATE(3945), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3978), 2, + STATE(4779), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4739), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [256304] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295749] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5689), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6740), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3979), 2, + STATE(4796), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4740), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [256350] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295788] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5288), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6742), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3931), 1, - aux_sym_for_phrase_repeat1, - STATE(3980), 2, + STATE(4764), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4741), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256390] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295827] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5691), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6744), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3981), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4742), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [256436] = 12, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295866] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4445), 1, + STATE(5095), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(5693), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3982), 2, + STATE(5601), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7000), 1, + sym_body, + STATE(4743), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [256478] = 14, - ACTIONS(3), 1, + [295907] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5695), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6746), 1, sym__terminator, - STATE(4069), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3983), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4744), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [256524] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [295946] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3984), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4829), 1, + aux_sym_repeat_statement_repeat1, + STATE(5601), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7000), 1, + sym_body, + STATE(4745), 2, sym_comment, sym_include, - ACTIONS(4644), 12, - aux_sym_dataset_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - [256552] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [295987] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5276), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6748), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3985), 2, + STATE(4786), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4746), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256592] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296026] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5697), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6750), 1, sym__terminator, - ACTIONS(5699), 1, - anon_sym_NO_DASHERROR, - STATE(4003), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3986), 2, + STATE(4694), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4747), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [256638] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296065] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5701), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6752), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3987), 2, + STATE(4765), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4748), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256678] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296104] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5276), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6754), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3934), 1, - aux_sym_for_phrase_repeat1, - STATE(3988), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4749), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256718] = 10, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296143] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5703), 1, - sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3989), 2, + STATE(692), 1, + sym_accumulate_aggregate, + STATE(4750), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [256756] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [296172] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5705), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3990), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4717), 1, + aux_sym_repeat_statement_repeat1, + STATE(5600), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7101), 1, + sym_body, + STATE(4751), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256796] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [296213] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5328), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3991), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5600), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7101), 1, + sym_body, + STATE(4752), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256836] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [296254] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5707), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6756), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3992), 2, + STATE(4708), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4753), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256876] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296293] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5709), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6758), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3993), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4754), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256916] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296332] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5709), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4029), 1, - aux_sym_for_phrase_repeat1, - STATE(3994), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4686), 1, + aux_sym_repeat_statement_repeat1, + STATE(5631), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7108), 1, + sym_body, + STATE(4755), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256956] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [296373] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5328), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6760), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3942), 1, - aux_sym_for_phrase_repeat1, - STATE(3995), 2, + STATE(4863), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4756), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [256996] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296412] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5711), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3996), 2, + ACTIONS(6764), 1, + aux_sym_to_phrase_token1, + ACTIONS(6767), 1, + aux_sym_sort_clause_token1, + STATE(5074), 1, + sym_sort_clause, + STATE(4757), 3, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257042] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, + aux_sym_for_phrase_repeat2, + ACTIONS(6762), 7, + anon_sym_COLON, sym_identifier, - ACTIONS(5713), 1, - sym__terminator, - STATE(3921), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3997), 2, - sym_comment, - sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257088] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5715), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(3998), 2, - sym_comment, - sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257134] = 11, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [296445] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5308), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(3999), 2, - sym_comment, - sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [257174] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5717), 1, - sym__terminator, - STATE(4032), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4000), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5631), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7108), 1, + sym_body, + STATE(4758), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257220] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [296486] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5372), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6770), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4001), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4759), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [257260] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296525] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5705), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4061), 1, - aux_sym_for_phrase_repeat1, - STATE(4002), 2, + STATE(801), 1, + sym_accumulate_aggregate, + STATE(4760), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [257300] = 14, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [296554] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5719), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6772), 1, sym__terminator, - ACTIONS(5721), 1, - anon_sym_NO_DASHERROR, - STATE(3937), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4003), 2, + STATE(4883), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4761), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257346] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296593] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5723), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6774), 1, sym__terminator, - STATE(4008), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4004), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4762), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257392] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296632] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5376), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6776), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4005), 2, + STATE(4861), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4763), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [257432] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296671] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5376), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6778), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4062), 1, - aux_sym_for_phrase_repeat1, - STATE(4006), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4764), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [257472] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296710] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5725), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6780), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4007), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4765), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257518] = 14, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [296749] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5727), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4008), 2, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + STATE(4757), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(4766), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257564] = 14, - ACTIONS(3), 1, + ACTIONS(5342), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [296784] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5729), 1, - sym__terminator, - STATE(4027), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4009), 2, + STATE(663), 1, + sym_accumulate_aggregate, + STATE(4767), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257610] = 5, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [296813] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4010), 2, + STATE(950), 1, + sym_accumulate_aggregate, + STATE(4768), 2, sym_comment, sym_include, - ACTIONS(4580), 12, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_GT, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [257638] = 5, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [296842] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4011), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4827), 1, + aux_sym_repeat_statement_repeat1, + STATE(5567), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7214), 1, + sym_body, + STATE(4769), 2, sym_comment, sym_include, - ACTIONS(4435), 12, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [296883] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_GT, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [257666] = 14, - ACTIONS(3), 1, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5605), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7058), 1, + sym_body, + STATE(4770), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [296924] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5731), 1, - sym__terminator, - STATE(3919), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4012), 2, + STATE(6443), 1, + sym_accumulate_aggregate, + STATE(4771), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257712] = 11, + ACTIONS(6694), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [296953] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5278), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4073), 1, - aux_sym_for_phrase_repeat1, - STATE(4013), 2, + STATE(1132), 1, + sym_accumulate_aggregate, + STATE(4772), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [257752] = 14, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [296982] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5733), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4014), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5580), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7032), 1, + sym_body, + STATE(4773), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257798] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [297023] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4015), 2, + STATE(4774), 2, sym_comment, sym_include, - ACTIONS(4600), 12, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, + ACTIONS(184), 11, + sym__terminator, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_GT, + aux_sym_function_call_token1, + aux_sym_setter_token1, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [297050] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [257826] = 11, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6782), 1, + sym__terminator, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4775), 2, + sym_comment, + sym_include, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297089] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5615), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6784), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4076), 1, - aux_sym_for_phrase_repeat1, - STATE(4016), 2, + STATE(4794), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4776), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [257866] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297128] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5735), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6786), 1, sym__terminator, - ACTIONS(5737), 1, - anon_sym_NO_DASHERROR, - STATE(3937), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4017), 2, + STATE(4792), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4777), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257912] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297167] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4018), 2, + STATE(4778), 2, sym_comment, sym_include, - ACTIONS(144), 12, - sym__namecolon, + ACTIONS(6788), 11, sym__terminator, anon_sym_LPAREN, aux_sym_function_call_token1, @@ -273309,2033 +315681,1827 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, aux_sym_run_tuning_token7, - [257940] = 14, - ACTIONS(3), 1, + [297194] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5739), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6790), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4019), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4779), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [257986] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297233] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5741), 1, - sym__terminator, - STATE(4068), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4020), 2, + STATE(978), 1, + sym_accumulate_aggregate, + STATE(4780), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258032] = 12, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [297262] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4451), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4542), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4021), 2, + STATE(598), 1, + sym_accumulate_aggregate, + STATE(4781), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [258074] = 14, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [297291] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5743), 1, - sym__terminator, - STATE(4071), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4022), 2, + STATE(749), 1, + sym_accumulate_aggregate, + STATE(4782), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258120] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [297320] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5745), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6792), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3958), 1, - aux_sym_for_phrase_repeat1, - STATE(4023), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4783), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258160] = 12, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297359] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4450), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4699), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4024), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6794), 1, + sym__terminator, + STATE(4824), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4784), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [258202] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297398] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5745), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6796), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4025), 2, + STATE(4798), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4785), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258242] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297437] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5747), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6798), 1, sym__terminator, - ACTIONS(5749), 1, - anon_sym_NO_DASHERROR, - STATE(3937), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4026), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4786), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258288] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297476] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5751), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4027), 2, + ACTIONS(6800), 1, + sym__namedot, + STATE(4787), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258334] = 11, + ACTIONS(158), 10, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [297505] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5753), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4028), 2, + STATE(906), 1, + sym_accumulate_aggregate, + STATE(4788), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258374] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [297534] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5755), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4029), 2, + ACTIONS(5367), 1, + sym__namedot, + ACTIONS(6170), 1, + anon_sym_LT, + STATE(3961), 1, + aux_sym_qualified_name_repeat1, + STATE(4572), 1, + sym_generic_expression, + STATE(4789), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258414] = 10, + ACTIONS(4620), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [297569] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5757), 1, - sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(4030), 2, + STATE(6219), 1, + sym_accumulate_aggregate, + STATE(4790), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [258452] = 11, + ACTIONS(6694), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [297598] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5759), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6802), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4031), 2, + STATE(4833), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4791), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258492] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297637] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5761), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6804), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4032), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4792), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258538] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297676] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5763), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6806), 1, sym__terminator, - ACTIONS(5765), 1, - anon_sym_NO_DASHERROR, - STATE(3937), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4033), 2, + STATE(4859), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4793), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258584] = 6, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297715] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5767), 1, - aux_sym_function_call_token1, - STATE(4034), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6808), 1, + sym__terminator, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4794), 2, sym_comment, sym_include, - ACTIONS(166), 11, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [258614] = 12, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297754] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4576), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4697), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4035), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6810), 1, + sym__terminator, + STATE(4801), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4795), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [258656] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297793] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5759), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6812), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4048), 1, - aux_sym_for_phrase_repeat1, - STATE(4036), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4796), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258696] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297832] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5769), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4037), 2, + STATE(756), 1, + sym_accumulate_aggregate, + STATE(4797), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258736] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [297861] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5771), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6814), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4038), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4798), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258776] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297900] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5769), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4038), 1, - aux_sym_for_phrase_repeat1, - STATE(4039), 2, + STATE(781), 1, + sym_accumulate_aggregate, + STATE(4799), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [258816] = 14, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [297929] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5773), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6816), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4040), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4800), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258862] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [297968] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5775), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6818), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4041), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4801), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258908] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298007] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5777), 1, - sym__terminator, - STATE(4046), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4042), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4885), 1, + aux_sym_repeat_statement_repeat1, + STATE(5630), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7050), 1, + sym_body, + STATE(4802), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [258954] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [298048] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5779), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6820), 1, sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(4043), 2, + STATE(4800), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4803), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [258992] = 15, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298087] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(861), 1, - sym__namedot, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(865), 1, - sym__namedoublecolon, - ACTIONS(5781), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN, - STATE(658), 1, - sym_assignment_operator, - STATE(4825), 1, - aux_sym_object_access_repeat1, - STATE(4983), 1, - sym_function_arguments, - STATE(5353), 1, - aux_sym_qualified_name_repeat1, - STATE(5354), 1, - aux_sym_member_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4044), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6822), 1, + sym__terminator, + STATE(4806), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4804), 2, sym_comment, sym_include, - [259040] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298126] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5290), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3966), 1, - aux_sym_for_phrase_repeat1, - STATE(4045), 2, + STATE(968), 1, + sym_accumulate_aggregate, + STATE(4805), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259080] = 14, - ACTIONS(3), 1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [298155] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5785), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6824), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4046), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4806), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [259126] = 12, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298194] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4529), 1, + STATE(5095), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4685), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4047), 2, + STATE(5598), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7260), 1, + sym_body, + STATE(4807), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [259168] = 11, + [298235] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5787), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6826), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4048), 2, + STATE(4826), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4808), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259208] = 5, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298274] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4049), 2, + STATE(795), 1, + sym_accumulate_aggregate, + STATE(4809), 2, sym_comment, sym_include, - ACTIONS(4614), 12, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [298303] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5096), 1, + sym_type_tuning, + STATE(5100), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6828), 2, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_GT, - aux_sym_variable_tuning_token7, + STATE(4810), 2, + sym_comment, + sym_include, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [259236] = 5, + [298342] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4050), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5588), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6961), 1, + sym_body, + STATE(4811), 2, sym_comment, sym_include, - ACTIONS(4669), 12, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_event_definition_token1, - [259264] = 14, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [298383] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5789), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6830), 1, sym__terminator, - STATE(4007), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4051), 2, + STATE(4703), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4812), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [259310] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298422] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5791), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4052), 2, + STATE(694), 1, + sym_accumulate_aggregate, + STATE(4813), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [259356] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [298451] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5396), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6832), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4053), 2, + STATE(4733), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4814), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259396] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298490] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5793), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6834), 1, sym__terminator, - ACTIONS(5795), 1, - anon_sym_NO_DASHERROR, - STATE(4033), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4054), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4815), 2, sym_comment, sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [259442] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298529] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5396), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6836), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4025), 1, - aux_sym_for_phrase_repeat1, - STATE(4055), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4816), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259482] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298568] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5308), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4001), 1, - aux_sym_for_phrase_repeat1, - STATE(4056), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5142), 1, + aux_sym_function_parameter_repeat1, + STATE(5153), 1, + sym_type_tuning, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6838), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4817), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259522] = 14, - ACTIONS(3), 1, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [298607] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5797), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4057), 2, + STATE(855), 1, + sym_accumulate_aggregate, + STATE(4818), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [259568] = 12, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [298636] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4528), 1, + STATE(4773), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4691), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4058), 2, + STATE(5605), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7058), 1, + sym_body, + STATE(4819), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [259610] = 15, + [298677] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(861), 1, - sym__namedot, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(865), 1, - sym__namedoublecolon, - ACTIONS(5781), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN, - STATE(706), 1, - sym_assignment_operator, - STATE(4825), 1, - aux_sym_object_access_repeat1, - STATE(4983), 1, - sym_function_arguments, - STATE(5353), 1, - aux_sym_qualified_name_repeat1, - STATE(5354), 1, - aux_sym_member_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4059), 2, + STATE(4820), 2, sym_comment, sym_include, - [259658] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5799), 1, + ACTIONS(6840), 11, sym__terminator, - ACTIONS(5801), 1, - anon_sym_NO_DASHERROR, - STATE(4026), 1, - aux_sym_assign_statement_repeat1, - STATE(4798), 1, - sym_object_access, - STATE(4933), 1, - sym_function_call, - STATE(5313), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4060), 2, - sym_comment, - sym_include, - STATE(5770), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [259704] = 11, + anon_sym_LPAREN, + aux_sym_function_call_token1, + aux_sym_setter_token1, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [298704] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5803), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6842), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4061), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4821), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259744] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298743] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5805), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4062), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4680), 1, + aux_sym_repeat_statement_repeat1, + STATE(5578), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6879), 1, + sym_body, + STATE(4822), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259784] = 9, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [298784] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5807), 1, - sym__terminator, - ACTIONS(5815), 1, - aux_sym_input_stream_tuning_token9, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(5809), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(4063), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5644), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7126), 1, + sym_body, + STATE(4823), 2, sym_comment, sym_include, - aux_sym_input_stream_statement_repeat1, - ACTIONS(5812), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [259820] = 14, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [298825] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5818), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6844), 1, sym__terminator, - STATE(4014), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4064), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4824), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [259866] = 10, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298864] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5820), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6846), 1, sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(4065), 2, + STATE(4851), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4825), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [259904] = 7, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298903] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5824), 1, - aux_sym_input_stream_tuning_token10, - ACTIONS(5826), 1, - aux_sym_input_stream_tuning_token11, - STATE(4066), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6848), 1, + sym__terminator, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4826), 2, sym_comment, sym_include, - ACTIONS(5822), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - [259936] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [298942] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5805), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(4082), 1, - aux_sym_for_phrase_repeat1, - STATE(4067), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5618), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7197), 1, + sym_body, + STATE(4827), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [259976] = 14, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [298983] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5828), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6850), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4068), 2, + STATE(4854), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4828), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [260022] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [299022] = 12, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5830), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4069), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5607), 1, + aux_sym_repeat_statement_repeat2, + STATE(6792), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4829), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [260068] = 14, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [299063] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5832), 1, + ACTIONS(6852), 1, sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4070), 2, + ACTIONS(6857), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6860), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6863), 1, + aux_sym_variable_tuning_token8, + STATE(5039), 1, + sym_variable_tuning, + STATE(4830), 3, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [260114] = 14, - ACTIONS(3), 1, + aux_sym_variable_definition_repeat2, + ACTIONS(6854), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [299100] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5834), 1, - sym__terminator, - STATE(3963), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4071), 2, + STATE(935), 1, + sym_accumulate_aggregate, + STATE(4831), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [260160] = 12, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [299129] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4531), 1, - aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4469), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4072), 2, + STATE(763), 1, + sym_accumulate_aggregate, + STATE(4832), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [260202] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [299158] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5386), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6866), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4073), 2, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4833), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [260242] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [299197] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5386), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6868), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3951), 1, - aux_sym_for_phrase_repeat1, - STATE(4074), 2, + STATE(4858), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4834), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [260282] = 14, - ACTIONS(3), 1, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [299236] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5404), 1, - sym_identifier, - ACTIONS(5836), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6870), 1, sym__terminator, - STATE(4052), 1, - aux_sym_var_statement_repeat1, - STATE(4686), 1, - sym_object_access, - STATE(4963), 1, - sym_function_call, - STATE(5498), 1, - sym_variable, - STATE(5499), 1, - sym_assignment, - STATE(5887), 1, - sym_new_expression, - STATE(4075), 2, + STATE(4816), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4835), 2, sym_comment, sym_include, - STATE(5741), 3, - sym_qualified_name, - sym_array_access, - sym_member_access, - [260328] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [299275] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5838), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4076), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5578), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6879), 1, + sym_body, + STATE(4836), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [260368] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [299316] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5226), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6872), 1, sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3754), 1, - sym_query_tuning, - STATE(3956), 1, - aux_sym_for_phrase_repeat1, - STATE(4077), 2, + STATE(4674), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4837), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [260408] = 10, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [299355] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5840), 1, - sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(4078), 2, + STATE(676), 1, + sym_accumulate_aggregate, + STATE(4838), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [260446] = 10, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [299384] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2625), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5842), 1, - sym__terminator, - STATE(4063), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4326), 1, - sym_input_stream_tuning, - ACTIONS(2621), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(4079), 2, + STATE(6783), 1, + sym_accumulate_aggregate, + STATE(4839), 2, sym_comment, sym_include, - ACTIONS(2623), 6, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - [260484] = 11, + ACTIONS(6694), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [299413] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5226), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4080), 2, + STATE(721), 1, + sym_accumulate_aggregate, + STATE(4840), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [260524] = 5, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [299442] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4081), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6874), 1, + sym__terminator, + STATE(4749), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4841), 2, sym_comment, sym_include, - ACTIONS(4622), 12, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_GT, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [260552] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [299481] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2506), 1, - aux_sym_using_statement_token1, - ACTIONS(2510), 1, - aux_sym_query_tuning_token6, - ACTIONS(5844), 1, - sym__terminator, - STATE(3551), 1, - sym_using, - STATE(3564), 1, - aux_sym_for_phrase_repeat1, - STATE(3754), 1, - sym_query_tuning, - STATE(4082), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5630), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7050), 1, + sym_body, + STATE(4842), 2, sym_comment, sym_include, - ACTIONS(2504), 6, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [260592] = 12, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [299522] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3055), 1, - aux_sym_to_phrase_token1, - ACTIONS(3059), 1, - aux_sym_sort_clause_token1, - STATE(4461), 1, + STATE(4758), 1, aux_sym_repeat_statement_repeat1, - STATE(4654), 1, - aux_sym_for_phrase_repeat2, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(4491), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4083), 2, + STATE(5644), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7126), 1, + sym_body, + STATE(4843), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [260634] = 11, + [299563] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5846), 1, - sym__terminator, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4084), 2, + STATE(843), 1, + sym_accumulate_aggregate, + STATE(4844), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [260673] = 11, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [299592] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5856), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4085), 2, + STATE(4845), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [260712] = 11, + ACTIONS(6876), 11, + sym__terminator, + anon_sym_LPAREN, + aux_sym_function_call_token1, + aux_sym_setter_token1, + aux_sym_on_error_phrase_token1, + aux_sym_widget_field_token1, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + aux_sym_run_tuning_token7, + [299619] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5858), 1, + ACTIONS(6878), 1, sym__terminator, - STATE(4110), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4086), 2, + STATE(4846), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [260751] = 5, + [299658] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4087), 2, + STATE(4847), 2, sym_comment, sym_include, - ACTIONS(5860), 11, + ACTIONS(6880), 11, sym__terminator, anon_sym_LPAREN, aux_sym_function_call_token1, @@ -275347,594 +317513,723 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_run_tuning_token3, aux_sym_run_tuning_token4, aux_sym_run_tuning_token7, - [260778] = 11, + [299685] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1030), 1, + sym_accumulate_aggregate, + STATE(4848), 2, + sym_comment, + sym_include, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [299714] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5862), 1, + ACTIONS(6882), 1, sym__terminator, - STATE(4108), 1, + STATE(4860), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4088), 2, + STATE(4849), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [260817] = 11, + [299753] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4735), 1, + aux_sym_repeat_statement_repeat1, + STATE(5607), 1, + aux_sym_repeat_statement_repeat2, + STATE(6792), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4850), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [299794] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5864), 1, + ACTIONS(6884), 1, sym__terminator, - STATE(4198), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4089), 2, + STATE(4851), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [260856] = 11, + [299833] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5866), 1, + ACTIONS(6886), 1, sym__terminator, - STATE(4210), 1, + STATE(4868), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4090), 2, + STATE(4852), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [260895] = 11, + [299872] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4836), 1, + aux_sym_repeat_statement_repeat1, + STATE(5597), 1, + aux_sym_repeat_statement_repeat2, + STATE(6837), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4853), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [299913] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5868), 1, + ACTIONS(6888), 1, sym__terminator, - STATE(4210), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4091), 2, + STATE(4854), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [260934] = 11, + [299952] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5870), 1, + ACTIONS(6890), 1, sym__terminator, - STATE(4210), 1, + STATE(4869), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4092), 2, + STATE(4855), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [260973] = 6, + [299991] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(836), 1, - sym_accumulate_aggregate, - STATE(4093), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5125), 1, + sym_type_tuning, + STATE(5137), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(3046), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6892), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4856), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [261002] = 6, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [300030] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1018), 1, - sym_accumulate_aggregate, - STATE(4094), 2, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6894), 1, + sym__terminator, + STATE(4754), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4857), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [261031] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [300069] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5874), 1, + ACTIONS(6896), 1, sym__terminator, - STATE(4186), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4095), 2, + STATE(4858), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261070] = 11, + [300108] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5876), 1, + ACTIONS(6898), 1, sym__terminator, - STATE(4210), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4096), 2, + STATE(4859), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261109] = 11, + [300147] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5878), 1, + ACTIONS(6900), 1, sym__terminator, - STATE(4161), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4097), 2, + STATE(4860), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261148] = 11, + [300186] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - STATE(4563), 1, - aux_sym_function_parameter_repeat1, - STATE(4567), 1, - sym_type_tuning, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5880), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4098), 2, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6902), 1, + sym__terminator, + STATE(4830), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4861), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [261187] = 11, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [300225] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5886), 1, + ACTIONS(6904), 1, sym__terminator, - STATE(4248), 1, + STATE(4821), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4099), 2, + STATE(4862), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261226] = 11, + [300264] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5888), 1, + ACTIONS(6906), 1, sym__terminator, - STATE(4251), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4100), 2, + STATE(4863), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261265] = 6, + [300303] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(632), 1, - sym_accumulate_aggregate, - STATE(4101), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4715), 1, + aux_sym_repeat_statement_repeat1, + STATE(5598), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7260), 1, + sym_body, + STATE(4864), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [261294] = 9, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [300344] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6640), 1, + aux_sym_variable_tuning_token2, + ACTIONS(6642), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6644), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6908), 1, + sym__terminator, + STATE(4762), 1, + aux_sym_variable_definition_repeat2, + STATE(5039), 1, + sym_variable_tuning, + STATE(4865), 2, + sym_comment, + sym_include, + ACTIONS(6638), 5, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + [300383] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4682), 1, + aux_sym_repeat_statement_repeat1, + STATE(5635), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7133), 1, + sym_body, + STATE(4866), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [300424] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(5342), 1, - anon_sym_LT, - STATE(3479), 1, + ACTIONS(6912), 1, + anon_sym_COMMA, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(4010), 1, - sym_generic_expression, - STATE(4102), 2, + STATE(5008), 1, + aux_sym_inherits_repeat1, + STATE(4867), 2, sym_comment, sym_include, - ACTIONS(4109), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [261329] = 11, + ACTIONS(6910), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [300459] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5890), 1, + ACTIONS(6914), 1, sym__terminator, - STATE(4211), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4103), 2, + STATE(4868), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261368] = 11, + [300498] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5892), 1, + ACTIONS(6916), 1, sym__terminator, - STATE(4122), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4104), 2, + STATE(4869), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261407] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4522), 1, - aux_sym_function_parameter_repeat1, - STATE(4527), 1, - sym_type_tuning, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5894), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4105), 2, - sym_comment, - sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [261446] = 9, + [300537] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(5898), 1, - anon_sym_COMMA, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4386), 1, - aux_sym_inherits_repeat1, - STATE(4106), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5597), 1, + aux_sym_repeat_statement_repeat2, + STATE(6837), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(4870), 2, sym_comment, sym_include, - ACTIONS(5896), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [261481] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [300578] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5900), 1, + ACTIONS(6918), 1, sym__terminator, - STATE(4124), 1, + STATE(4706), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4107), 2, + STATE(4871), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261520] = 11, + [300617] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5902), 1, + ACTIONS(6920), 1, sym__terminator, - STATE(4210), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4108), 2, + STATE(4872), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261559] = 9, + [300656] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(5898), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - STATE(304), 1, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(4385), 1, + STATE(5007), 1, aux_sym_inherits_repeat1, - STATE(4109), 2, + STATE(4873), 2, sym_comment, sym_include, - ACTIONS(5904), 7, + ACTIONS(6922), 7, anon_sym_COLON, aux_sym_serialization_tuning_token1, aux_sym_property_type_token1, @@ -275942,131 +318237,232 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_inherits_token1, aux_sym_implements_token1, aux_sym_use_widget_pool_token1, - [261594] = 11, + [300691] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5906), 1, + ACTIONS(6924), 1, sym__terminator, - STATE(4210), 1, + STATE(4689), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4110), 2, + STATE(4874), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261633] = 11, + [300730] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4999), 1, + aux_sym_to_phrase_token1, + ACTIONS(5005), 1, + aux_sym_sort_clause_token1, + STATE(4757), 1, + aux_sym_for_phrase_repeat2, + STATE(5074), 1, + sym_sort_clause, + STATE(4875), 2, + sym_comment, + sym_include, + ACTIONS(5278), 7, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [300765] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(670), 1, + sym_accumulate_aggregate, + STATE(4876), 2, + sym_comment, + sym_include, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [300794] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5908), 1, + ACTIONS(6926), 1, sym__terminator, - STATE(4210), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4111), 2, + STATE(4877), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261672] = 11, + [300833] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(771), 1, + sym_accumulate_aggregate, + STATE(4878), 2, + sym_comment, + sym_include, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [300862] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5910), 1, + ACTIONS(6928), 1, sym__terminator, - STATE(4210), 1, + STATE(4693), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4112), 2, + STATE(4879), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261711] = 11, + [300901] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5912), 1, + ACTIONS(6930), 1, sym__terminator, - STATE(4141), 1, + STATE(4815), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4113), 2, + STATE(4880), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261750] = 6, + [300940] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4752), 1, + aux_sym_repeat_statement_repeat1, + STATE(5566), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7074), 1, + sym_body, + STATE(4881), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [300981] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(593), 1, + STATE(1072), 1, sym_accumulate_aggregate, - STATE(4114), 2, + STATE(4882), 2, sym_comment, sym_include, - ACTIONS(5872), 10, + ACTIONS(6662), 10, aux_sym_accumulate_aggregate_token1, aux_sym_accumulate_aggregate_token2, aux_sym_accumulate_aggregate_token3, @@ -276077,47 +318473,203 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_aggregate_token8, aux_sym_accumulate_aggregate_token9, aux_sym_accumulate_aggregate_token10, - [261779] = 11, + [301010] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(6640), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6642), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6644), 1, aux_sym_variable_tuning_token8, - ACTIONS(5914), 1, + ACTIONS(6932), 1, sym__terminator, - STATE(4210), 1, + STATE(4830), 1, aux_sym_variable_definition_repeat2, - STATE(4352), 1, + STATE(5039), 1, sym_variable_tuning, - STATE(4115), 2, + STATE(4883), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(6638), 5, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [261818] = 6, + [301049] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(491), 1, + STATE(1275), 1, sym_accumulate_aggregate, - STATE(4116), 2, + STATE(4884), 2, + sym_comment, + sym_include, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [301078] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(5095), 1, + aux_sym_repeat_statement_repeat1, + STATE(5566), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7074), 1, + sym_body, + STATE(4885), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301119] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1024), 1, + sym_accumulate_aggregate, + STATE(4886), 2, + sym_comment, + sym_include, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [301148] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4811), 1, + aux_sym_repeat_statement_repeat1, + STATE(5564), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6928), 1, + sym_body, + STATE(4887), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301189] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(638), 1, + sym_accumulate_aggregate, + STATE(4888), 2, + sym_comment, + sym_include, + ACTIONS(6662), 10, + aux_sym_accumulate_aggregate_token1, + aux_sym_accumulate_aggregate_token2, + aux_sym_accumulate_aggregate_token3, + aux_sym_accumulate_aggregate_token4, + aux_sym_accumulate_aggregate_token5, + aux_sym_accumulate_aggregate_token6, + aux_sym_accumulate_aggregate_token7, + aux_sym_accumulate_aggregate_token8, + aux_sym_accumulate_aggregate_token9, + aux_sym_accumulate_aggregate_token10, + [301218] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(6182), 1, + aux_sym_on_error_phrase_token1, + STATE(4807), 1, + aux_sym_repeat_statement_repeat1, + STATE(5617), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7232), 1, + sym_body, + STATE(4889), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301259] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1066), 1, + sym_accumulate_aggregate, + STATE(4890), 2, sym_comment, sym_include, - ACTIONS(5872), 10, + ACTIONS(6662), 10, aux_sym_accumulate_aggregate_token1, aux_sym_accumulate_aggregate_token2, aux_sym_accumulate_aggregate_token3, @@ -276128,2133 +318680,2324 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_aggregate_token8, aux_sym_accumulate_aggregate_token9, aux_sym_accumulate_aggregate_token10, - [261847] = 11, + [301288] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5932), 1, + aux_sym_for_statement_repeat1, + STATE(7198), 1, + sym_body, + STATE(4891), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301326] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6934), 1, + aux_sym_to_phrase_token1, + ACTIONS(6937), 1, + aux_sym_sort_clause_token1, + STATE(5223), 1, + sym_sort_clause, + STATE(4892), 3, + sym_comment, + sym_include, + aux_sym_for_phrase_repeat2, + ACTIONS(6762), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [301358] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + STATE(4892), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(4893), 2, + sym_comment, + sym_include, + ACTIONS(5342), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [301392] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5916), 1, - sym__terminator, - STATE(4111), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4117), 2, + STATE(4894), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [261886] = 11, + ACTIONS(6513), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + [301418] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5918), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4118), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5757), 1, + aux_sym_for_statement_repeat1, + STATE(7173), 1, + sym_body, + STATE(4895), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [261925] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301456] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5920), 1, - sym__terminator, - STATE(4112), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4119), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5957), 1, + aux_sym_for_statement_repeat1, + STATE(7037), 1, + sym_body, + STATE(4896), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [261964] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301494] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5922), 1, + ACTIONS(6940), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4120), 2, + ACTIONS(6942), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + STATE(4903), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6130), 1, + sym_type_tuning, + STATE(6132), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4897), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262003] = 6, + [301536] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(626), 1, - sym_accumulate_aggregate, - STATE(4121), 2, + STATE(4898), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [262032] = 11, + ACTIONS(6946), 10, + sym__terminator, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token2, + aux_sym_input_stream_tuning_token3, + aux_sym_input_stream_tuning_token4, + aux_sym_input_stream_tuning_token5, + aux_sym_input_stream_tuning_token6, + aux_sym_input_stream_tuning_token7, + aux_sym_input_stream_tuning_token8, + aux_sym_input_stream_tuning_token9, + [301562] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5924), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4122), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5742), 1, + aux_sym_for_statement_repeat1, + STATE(7171), 1, + sym_body, + STATE(4899), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262071] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301600] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5926), 1, - sym__terminator, - STATE(4155), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4123), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5744), 1, + aux_sym_for_statement_repeat1, + STATE(6969), 1, + sym_body, + STATE(4900), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262110] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301638] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5928), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4124), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5741), 1, + aux_sym_for_statement_repeat1, + STATE(7170), 1, + sym_body, + STATE(4901), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262149] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301676] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5930), 1, - sym__terminator, - STATE(4084), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4125), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6170), 1, + aux_sym_for_statement_repeat1, + STATE(6653), 1, + sym_body, + STATE(4902), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262188] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301714] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(5932), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6948), 1, sym__terminator, - STATE(4115), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4126), 2, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6158), 1, + sym_type_tuning, + STATE(6161), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4903), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262227] = 6, + [301756] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1046), 1, - sym_accumulate_aggregate, - STATE(4127), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5827), 1, + aux_sym_for_statement_repeat1, + STATE(6988), 1, + sym_body, + STATE(4904), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [262256] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301794] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(5934), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6950), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4128), 2, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5790), 1, + sym_type_tuning, + STATE(5791), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4905), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262295] = 5, + [301836] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4129), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5724), 1, + aux_sym_for_statement_repeat1, + STATE(7168), 1, + sym_body, + STATE(4906), 2, sym_comment, sym_include, - ACTIONS(5936), 11, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, - aux_sym_where_clause_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - aux_sym_query_tuning_token6, - aux_sym_of_token1, - [262322] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301874] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5938), 1, - sym__terminator, - STATE(4118), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4130), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6190), 1, + aux_sym_for_statement_repeat1, + STATE(6810), 1, + sym_body, + STATE(4907), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262361] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301912] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5940), 1, - sym__terminator, - STATE(4120), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4131), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5825), 1, + aux_sym_for_statement_repeat1, + STATE(6990), 1, + sym_body, + STATE(4908), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262400] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301950] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5942), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4132), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5765), 1, + aux_sym_for_statement_repeat1, + STATE(7174), 1, + sym_body, + STATE(4909), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262439] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [301988] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(5944), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6952), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4133), 2, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6120), 1, + aux_sym_workfile_definition_repeat3, + STATE(6137), 1, + sym_type_tuning, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4910), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262478] = 6, + [302030] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(818), 1, - sym_accumulate_aggregate, - STATE(4134), 2, + ACTIONS(6942), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6954), 1, + sym__terminator, + STATE(4969), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6059), 1, + aux_sym_workfile_definition_repeat3, + STATE(6060), 1, + sym_type_tuning, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4911), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [262507] = 11, + [302072] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5946), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4135), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5892), 1, + aux_sym_for_statement_repeat1, + STATE(7154), 1, + sym_body, + STATE(4912), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262546] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302110] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(5948), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6956), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4136), 2, + STATE(4965), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5788), 1, + aux_sym_workfile_definition_repeat3, + STATE(5789), 1, + sym_type_tuning, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4913), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262585] = 11, + [302152] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5950), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4137), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6006), 1, + aux_sym_for_statement_repeat1, + STATE(7006), 1, + sym_body, + STATE(4914), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262624] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302190] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6960), 1, + aux_sym__block_terminator_token1, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(6964), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5952), 1, - sym__terminator, - STATE(4156), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4138), 2, + STATE(2576), 1, + sym__block_terminator, + STATE(2579), 1, + sym__function_terminator, + STATE(5181), 1, + sym_return_tuning, + STATE(5550), 1, + sym_function_parameters, + STATE(6346), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4915), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262663] = 11, + [302232] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5954), 1, - sym__terminator, - STATE(4092), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4139), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5810), 1, + aux_sym_for_statement_repeat1, + STATE(6996), 1, + sym_body, + STATE(4916), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262702] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302270] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5956), 1, - sym__terminator, - STATE(4153), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4140), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6044), 1, + aux_sym_for_statement_repeat1, + STATE(7141), 1, + sym_body, + STATE(4917), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262741] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302308] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5958), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4141), 2, + ACTIONS(5553), 1, + aux_sym_method_definition_token1, + ACTIONS(6966), 1, + aux_sym__block_terminator_token1, + ACTIONS(6968), 1, + aux_sym_variable_definition_token1, + ACTIONS(6970), 1, + aux_sym_variable_definition_token2, + STATE(4987), 1, + aux_sym_interface_body_repeat1, + STATE(4918), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262780] = 11, + STATE(6023), 5, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_temp_table_definition, + [302344] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5960), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4142), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5808), 1, + aux_sym_for_statement_repeat1, + STATE(6999), 1, + sym_body, + STATE(4919), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262819] = 11, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302382] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5962), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4143), 2, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + STATE(4892), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(4920), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262858] = 11, + ACTIONS(6708), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [302416] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5964), 1, - sym__terminator, - STATE(4091), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4144), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6102), 1, + aux_sym_for_statement_repeat1, + STATE(7132), 1, + sym_body, + STATE(4921), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262897] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302454] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5966), 1, - sym__terminator, - STATE(4151), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4145), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5927), 1, + aux_sym_for_statement_repeat1, + STATE(6687), 1, + sym_body, + STATE(4922), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262936] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302492] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5968), 1, - sym__terminator, - STATE(4137), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4146), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5775), 1, + aux_sym_for_statement_repeat1, + STATE(7163), 1, + sym_body, + STATE(4923), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [262975] = 5, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302530] = 10, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4147), 2, + ACTIONS(6672), 1, + sym_identifier, + ACTIONS(6678), 1, + aux_sym_function_call_argument_token2, + STATE(5628), 1, + sym_function_parameter_mode, + STATE(6705), 1, + sym_function_parameter, + STATE(4924), 2, sym_comment, sym_include, - ACTIONS(172), 11, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [263002] = 11, - ACTIONS(69), 1, + ACTIONS(6676), 3, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(6680), 3, + aux_sym_function_call_argument_token3, + aux_sym_function_parameter_token1, + aux_sym_function_parameter_token2, + [302566] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5970), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4148), 2, + STATE(4925), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263041] = 11, + ACTIONS(3742), 10, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [302592] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5972), 1, - sym__terminator, - STATE(4249), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4149), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6025), 1, + aux_sym_for_statement_repeat1, + STATE(6767), 1, + sym_body, + STATE(4926), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263080] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302630] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(919), 1, - sym_accumulate_aggregate, - STATE(4150), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5874), 1, + aux_sym_for_statement_repeat1, + STATE(7021), 1, + sym_body, + STATE(4927), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [263109] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302668] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4928), 2, + sym_comment, + sym_include, + ACTIONS(3740), 10, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [302694] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5974), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4151), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5888), 1, + aux_sym_for_statement_repeat1, + STATE(6982), 1, + sym_body, + STATE(4929), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263148] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302732] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5671), 1, - sym_accumulate_aggregate, - STATE(4152), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5981), 1, + aux_sym_for_statement_repeat1, + STATE(6693), 1, + sym_body, + STATE(4930), 2, sym_comment, sym_include, - ACTIONS(5976), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [263177] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302770] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5978), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4153), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5951), 1, + aux_sym_for_statement_repeat1, + STATE(6641), 1, + sym_body, + STATE(4931), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263216] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302808] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5980), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4154), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5855), 1, + aux_sym_for_statement_repeat1, + STATE(7176), 1, + sym_body, + STATE(4932), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263255] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302846] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(5982), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6972), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4155), 2, + STATE(4910), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5722), 1, + sym_type_tuning, + STATE(5725), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4933), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263294] = 11, - ACTIONS(69), 1, + [302888] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5984), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4156), 2, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + STATE(4892), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(4934), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263333] = 11, - ACTIONS(69), 1, + ACTIONS(5278), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [302922] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5986), 1, - sym__terminator, - STATE(4133), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4157), 2, + STATE(4935), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263372] = 6, + ACTIONS(6974), 10, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [302948] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(460), 1, - sym_accumulate_aggregate, - STATE(4158), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5910), 1, + aux_sym_for_statement_repeat1, + STATE(6973), 1, + sym_body, + STATE(4936), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [263401] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [302986] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5988), 1, - sym__terminator, - STATE(4085), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4159), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5784), 1, + aux_sym_for_statement_repeat1, + STATE(6733), 1, + sym_body, + STATE(4937), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263440] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303024] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(6964), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5990), 1, - sym__terminator, - STATE(4250), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4160), 2, + ACTIONS(6976), 1, + aux_sym__block_terminator_token1, + STATE(5221), 1, + sym_return_tuning, + STATE(5397), 1, + sym_function_parameters, + STATE(5801), 1, + sym__function_terminator, + STATE(5803), 1, + sym__block_terminator, + STATE(6507), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4938), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263479] = 11, + [303066] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5992), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4161), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5746), 1, + aux_sym_for_statement_repeat1, + STATE(7182), 1, + sym_body, + STATE(4939), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263518] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303104] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5994), 1, - sym__terminator, - STATE(4135), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4162), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5993), 1, + aux_sym_for_statement_repeat1, + STATE(7010), 1, + sym_body, + STATE(4940), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263557] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303142] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(557), 1, - sym_accumulate_aggregate, - STATE(4163), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6036), 1, + aux_sym_for_statement_repeat1, + STATE(6924), 1, + sym_body, + STATE(4941), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [263586] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303180] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5996), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4164), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5837), 1, + aux_sym_for_statement_repeat1, + STATE(7159), 1, + sym_body, + STATE(4942), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263625] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303218] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5998), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4165), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5859), 1, + aux_sym_for_statement_repeat1, + STATE(7181), 1, + sym_body, + STATE(4943), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263664] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303256] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6000), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6978), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4166), 2, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6064), 1, + sym_type_tuning, + STATE(6065), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4944), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263703] = 11, + [303298] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6002), 1, - sym__terminator, - STATE(4096), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4167), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5762), 1, + aux_sym_for_statement_repeat1, + STATE(7165), 1, + sym_body, + STATE(4945), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263742] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303336] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6004), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4168), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6022), 1, + aux_sym_for_statement_repeat1, + STATE(7215), 1, + sym_body, + STATE(4946), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263781] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303374] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6006), 1, - sym__terminator, - STATE(4128), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4169), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5780), 1, + aux_sym_for_statement_repeat1, + STATE(7011), 1, + sym_body, + STATE(4947), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263820] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303412] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + STATE(4892), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(4948), 2, + sym_comment, + sym_include, + ACTIONS(4991), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [303446] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4170), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5992), 1, + aux_sym_for_statement_repeat1, + STATE(7016), 1, + sym_body, + STATE(4949), 2, sym_comment, sym_include, - ACTIONS(6008), 11, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [263847] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303484] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4455), 1, - sym_type_tuning, - STATE(4457), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(2572), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(6010), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4171), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5991), 1, + aux_sym_for_statement_repeat1, + STATE(7019), 1, + sym_body, + STATE(4950), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [263886] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303522] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6012), 1, - sym__terminator, - STATE(4142), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4172), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6098), 1, + aux_sym_for_statement_repeat1, + STATE(6669), 1, + sym_body, + STATE(4951), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263925] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303560] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6014), 1, - sym__terminator, - STATE(4148), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4173), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5965), 1, + aux_sym_for_statement_repeat1, + STATE(7027), 1, + sym_body, + STATE(4952), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [263964] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303598] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6016), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6980), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4174), 2, + STATE(4985), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6159), 1, + aux_sym_workfile_definition_repeat3, + STATE(6163), 1, + sym_type_tuning, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4953), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264003] = 6, + [303640] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(672), 1, - sym_accumulate_aggregate, - STATE(4175), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5997), 1, + aux_sym_for_statement_repeat1, + STATE(6951), 1, + sym_body, + STATE(4954), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264032] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303678] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5754), 1, - sym_accumulate_aggregate, - STATE(4176), 2, + ACTIONS(6942), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6982), 1, + sym__terminator, + STATE(4958), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6195), 1, + sym_type_tuning, + STATE(6197), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4955), 2, sym_comment, sym_include, - ACTIONS(5976), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264061] = 11, + [303720] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6018), 1, - sym__terminator, - STATE(4132), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4177), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6128), 1, + aux_sym_for_statement_repeat1, + STATE(7249), 1, + sym_body, + STATE(4956), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264100] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303758] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(475), 1, - sym_accumulate_aggregate, - STATE(4178), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5842), 1, + aux_sym_for_statement_repeat1, + STATE(6983), 1, + sym_body, + STATE(4957), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264129] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303796] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6020), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6984), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4179), 2, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6116), 1, + sym_type_tuning, + STATE(6129), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4958), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264168] = 6, + [303838] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(411), 1, - sym_accumulate_aggregate, - STATE(4180), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5954), 1, + aux_sym_for_statement_repeat1, + STATE(7042), 1, + sym_body, + STATE(4959), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264197] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303876] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4181), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6038), 1, + aux_sym_for_statement_repeat1, + STATE(7143), 1, + sym_body, + STATE(4960), 2, sym_comment, sym_include, - ACTIONS(4705), 11, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - [264224] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [303914] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4475), 1, - aux_sym_function_parameter_repeat1, - STATE(4533), 1, + ACTIONS(6942), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6986), 1, + sym__terminator, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6106), 1, + aux_sym_workfile_definition_repeat3, + STATE(6108), 1, sym_type_tuning, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(2572), 2, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - ACTIONS(6022), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4182), 2, + STATE(4961), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [264263] = 6, + [303956] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(943), 1, - sym_accumulate_aggregate, - STATE(4183), 2, + ACTIONS(6942), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6988), 1, + sym__terminator, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6188), 1, + aux_sym_workfile_definition_repeat3, + STATE(6191), 1, + sym_type_tuning, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4962), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264292] = 6, + [303998] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(901), 1, - sym_accumulate_aggregate, - STATE(4184), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5916), 1, + aux_sym_for_statement_repeat1, + STATE(7184), 1, + sym_body, + STATE(4963), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264321] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304036] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(666), 1, - sym_accumulate_aggregate, - STATE(4185), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5782), 1, + aux_sym_for_statement_repeat1, + STATE(6718), 1, + sym_body, + STATE(4964), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264350] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304074] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6024), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6990), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4186), 2, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5734), 1, + sym_type_tuning, + STATE(5737), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4965), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264389] = 6, + [304116] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(775), 1, - sym_accumulate_aggregate, - STATE(4187), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5909), 1, + aux_sym_for_statement_repeat1, + STATE(7059), 1, + sym_body, + STATE(4966), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264418] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304154] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(756), 1, - sym_accumulate_aggregate, - STATE(4188), 2, + ACTIONS(1747), 1, + sym__namedot, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(4967), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264447] = 11, + ACTIONS(6992), 8, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [304184] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5974), 1, + aux_sym_for_statement_repeat1, + STATE(7204), 1, + sym_body, + STATE(4968), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304222] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6026), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6994), 1, sym__terminator, - STATE(4242), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4189), 2, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6003), 1, + sym_type_tuning, + STATE(6005), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4969), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264486] = 5, + [304264] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4190), 2, + STATE(4970), 2, sym_comment, sym_include, - ACTIONS(6028), 11, - sym__terminator, + ACTIONS(240), 10, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_COMMA, anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [264513] = 11, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [304290] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6030), 1, - sym__terminator, - STATE(4237), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4191), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5972), 1, + aux_sym_for_statement_repeat1, + STATE(7153), 1, + sym_body, + STATE(4971), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264552] = 5, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304328] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4192), 2, - sym_comment, - sym_include, - ACTIONS(6032), 11, + ACTIONS(6942), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6996), 1, sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - aux_sym_setter_token1, - aux_sym_on_error_phrase_token1, - aux_sym_widget_field_token1, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - aux_sym_run_tuning_token7, - [264579] = 11, + STATE(4961), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5996), 1, + sym_type_tuning, + STATE(6007), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4972), 2, + sym_comment, + sym_include, + [304370] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6034), 1, - sym__terminator, - STATE(4154), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4193), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5759), 1, + aux_sym_for_statement_repeat1, + STATE(7189), 1, + sym_body, + STATE(4973), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264618] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304408] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6036), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4194), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6192), 1, + aux_sym_for_statement_repeat1, + STATE(7100), 1, + sym_body, + STATE(4974), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264657] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304446] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(474), 1, - sym_accumulate_aggregate, - STATE(4195), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5900), 1, + aux_sym_for_statement_repeat1, + STATE(6976), 1, + sym_body, + STATE(4975), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264686] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304484] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5941), 1, - sym_accumulate_aggregate, - STATE(4196), 2, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(6964), 1, + aux_sym_variable_tuning_token7, + ACTIONS(6998), 1, + aux_sym__block_terminator_token1, + STATE(2816), 1, + sym__function_terminator, + STATE(2818), 1, + sym__block_terminator, + STATE(5136), 1, + sym_return_tuning, + STATE(5474), 1, + sym_function_parameters, + STATE(6410), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4976), 2, sym_comment, sym_include, - ACTIONS(5976), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264715] = 6, + [304526] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6038), 1, - sym__namedot, - STATE(4197), 2, + STATE(4977), 2, sym_comment, sym_include, - ACTIONS(160), 10, + ACTIONS(158), 10, anon_sym_COLON, anon_sym_DOT, aux_sym__block_terminator_token1, @@ -278265,7306 +321008,7039 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [264744] = 11, + [304552] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5977), 1, + aux_sym_for_statement_repeat1, + STATE(7022), 1, + sym_body, + STATE(4978), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304590] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5039), 1, + aux_sym_to_phrase_token1, + ACTIONS(5045), 1, + aux_sym_sort_clause_token1, + STATE(4892), 1, + aux_sym_for_phrase_repeat2, + STATE(5223), 1, + sym_sort_clause, + STATE(4979), 2, + sym_comment, + sym_include, + ACTIONS(5335), 6, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [304624] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6040), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(7000), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4198), 2, + STATE(4962), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6084), 1, + sym_type_tuning, + STATE(6091), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4980), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264783] = 6, + [304666] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(936), 1, - sym_accumulate_aggregate, - STATE(4199), 2, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(6964), 1, + aux_sym_variable_tuning_token7, + ACTIONS(7002), 1, + aux_sym__block_terminator_token1, + STATE(2226), 1, + sym__block_terminator, + STATE(2228), 1, + sym__function_terminator, + STATE(5155), 1, + sym_return_tuning, + STATE(5359), 1, + sym_function_parameters, + STATE(6418), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4981), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264812] = 6, + [304708] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(444), 1, - sym_accumulate_aggregate, - STATE(4200), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6119), 1, + aux_sym_for_statement_repeat1, + STATE(6668), 1, + sym_body, + STATE(4982), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264841] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304746] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(485), 1, - sym_accumulate_aggregate, - STATE(4201), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5976), 1, + aux_sym_for_statement_repeat1, + STATE(7025), 1, + sym_body, + STATE(4983), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264870] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304784] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6042), 1, - sym__terminator, - STATE(4164), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4202), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6194), 1, + aux_sym_for_statement_repeat1, + STATE(6651), 1, + sym_body, + STATE(4984), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264909] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304822] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(739), 1, - sym_accumulate_aggregate, - STATE(4203), 2, + ACTIONS(6942), 1, + aux_sym_variable_tuning_token8, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(7004), 1, + sym__terminator, + STATE(5258), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5712), 1, + sym_type_tuning, + STATE(5714), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4985), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [264938] = 11, + [304864] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6044), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(7006), 1, sym__terminator, - STATE(4233), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4204), 2, + STATE(4905), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5836), 1, + aux_sym_workfile_definition_repeat3, + STATE(5838), 1, + sym_type_tuning, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4986), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [264977] = 6, + [304906] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5724), 1, - sym_accumulate_aggregate, - STATE(4205), 2, + ACTIONS(5553), 1, + aux_sym_method_definition_token1, + ACTIONS(6968), 1, + aux_sym_variable_definition_token1, + ACTIONS(6970), 1, + aux_sym_variable_definition_token2, + ACTIONS(7008), 1, + aux_sym__block_terminator_token1, + STATE(4989), 1, + aux_sym_interface_body_repeat1, + STATE(4987), 2, sym_comment, sym_include, - ACTIONS(5976), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265006] = 6, + STATE(6023), 5, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_temp_table_definition, + [304942] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(724), 1, - sym_accumulate_aggregate, - STATE(4206), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5729), 1, + aux_sym_for_statement_repeat1, + STATE(7179), 1, + sym_body, + STATE(4988), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265035] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [304980] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6046), 1, - sym__terminator, - STATE(4090), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4207), 2, + ACTIONS(7010), 1, + aux_sym__block_terminator_token1, + ACTIONS(7012), 1, + aux_sym_variable_definition_token1, + ACTIONS(7015), 1, + aux_sym_variable_definition_token2, + ACTIONS(7018), 1, + aux_sym_method_definition_token1, + STATE(4989), 3, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265074] = 11, + aux_sym_interface_body_repeat1, + STATE(6023), 5, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_temp_table_definition, + [305014] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6048), 1, - sym__terminator, - STATE(4226), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4208), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5971), 1, + aux_sym_for_statement_repeat1, + STATE(6958), 1, + sym_body, + STATE(4990), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265113] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [305052] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(6964), 1, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6050), 1, - sym__terminator, - STATE(4174), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4209), 2, + ACTIONS(7021), 1, + aux_sym__block_terminator_token1, + STATE(2499), 1, + sym__function_terminator, + STATE(2501), 1, + sym__block_terminator, + STATE(5206), 1, + sym_return_tuning, + STATE(5547), 1, + sym_function_parameters, + STATE(6334), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4991), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265152] = 10, + [305094] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6052), 1, - sym__terminator, - ACTIONS(6057), 1, - aux_sym_variable_tuning_token2, - ACTIONS(6060), 1, - aux_sym_variable_tuning_token7, - ACTIONS(6063), 1, - aux_sym_variable_tuning_token8, - STATE(4352), 1, - sym_variable_tuning, - STATE(4210), 3, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(5835), 1, + aux_sym_for_statement_repeat1, + STATE(6987), 1, + sym_body, + STATE(4992), 2, sym_comment, sym_include, - aux_sym_variable_definition_repeat2, - ACTIONS(6054), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265189] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [305132] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + ACTIONS(6942), 1, aux_sym_variable_tuning_token8, - ACTIONS(6066), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(7023), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4211), 2, + STATE(4944), 1, + aux_sym_workfile_definition_repeat2, + STATE(5586), 1, + sym_workfile_tuning, + STATE(6126), 1, + aux_sym_workfile_definition_repeat3, + STATE(6127), 1, + sym_type_tuning, + STATE(6780), 1, + sym_field_definition, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4993), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265228] = 11, + [305174] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6068), 1, + ACTIONS(7025), 1, sym__terminator, - STATE(4165), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4212), 2, + STATE(4795), 1, + sym_type_tuning, + STATE(5362), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4994), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265267] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305209] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6070), 1, + ACTIONS(7029), 1, sym__terminator, - STATE(4166), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4213), 2, + STATE(4688), 1, + sym_type_tuning, + STATE(5493), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4995), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265306] = 6, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305244] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(869), 1, - sym_accumulate_aggregate, - STATE(4214), 2, + ACTIONS(7031), 1, + sym__terminator, + STATE(4837), 1, + sym_type_tuning, + STATE(5433), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4996), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265335] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305279] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6072), 1, + ACTIONS(7033), 1, sym__terminator, - STATE(4231), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4215), 2, + STATE(4712), 1, + sym_type_tuning, + STATE(5512), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4997), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265374] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305314] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6074), 1, + ACTIONS(7035), 1, sym__terminator, - STATE(4227), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4216), 2, + STATE(4761), 1, + sym_type_tuning, + STATE(5379), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4998), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265413] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305349] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6076), 1, - sym__terminator, - STATE(4218), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4217), 2, + ACTIONS(6912), 1, + anon_sym_COMMA, + STATE(5008), 1, + aux_sym_inherits_repeat1, + STATE(4999), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265452] = 11, + ACTIONS(6910), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [305378] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6078), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4218), 2, + ACTIONS(3594), 1, + aux_sym_variable_definition_token2, + STATE(5000), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265491] = 11, + ACTIONS(4414), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305405] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6080), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4219), 2, + ACTIONS(3728), 1, + aux_sym_variable_definition_token2, + STATE(5001), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265530] = 11, + ACTIONS(3726), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305432] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6082), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4220), 2, + ACTIONS(3808), 1, + aux_sym_variable_definition_token2, + STATE(5002), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265569] = 6, + ACTIONS(3806), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305459] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(704), 1, - sym_accumulate_aggregate, - STATE(4221), 2, + ACTIONS(7037), 1, + sym__terminator, + STATE(4825), 1, + sym_type_tuning, + STATE(5337), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5003), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265598] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305494] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6084), 1, + ACTIONS(7039), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4222), 2, + STATE(4871), 1, + sym_type_tuning, + STATE(5356), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5004), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265637] = 6, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305529] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(587), 1, - sym_accumulate_aggregate, - STATE(4223), 2, + ACTIONS(7041), 1, + sym__terminator, + STATE(4828), 1, + sym_type_tuning, + STATE(5335), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5005), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265666] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305564] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6086), 1, + ACTIONS(7043), 1, sym__terminator, - STATE(4168), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4224), 2, + STATE(4729), 1, + sym_type_tuning, + STATE(5525), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5006), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265705] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305599] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6088), 1, - sym__terminator, - STATE(4143), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4225), 2, + ACTIONS(6912), 1, + anon_sym_COMMA, + STATE(5046), 1, + aux_sym_inherits_repeat1, + STATE(5007), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265744] = 11, + ACTIONS(7045), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [305628] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6090), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4226), 2, + ACTIONS(6912), 1, + anon_sym_COMMA, + STATE(5046), 1, + aux_sym_inherits_repeat1, + STATE(5008), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265783] = 11, + ACTIONS(7047), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [305657] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, + STATE(5259), 1, + sym_temp_table_tuning, + ACTIONS(7051), 2, aux_sym_variable_tuning_token8, - ACTIONS(6092), 1, + aux_sym_temp_table_tuning_token1, + STATE(5009), 3, + sym_comment, + sym_include, + aux_sym_temp_table_definition_repeat1, + ACTIONS(7049), 5, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4227), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [305686] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5367), 1, + sym__namedot, + STATE(3961), 1, + aux_sym_qualified_name_repeat1, + STATE(5010), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265822] = 11, + ACTIONS(5007), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305715] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, + ACTIONS(6170), 1, + anon_sym_LT, + ACTIONS(7054), 1, + sym__namedot, + STATE(4572), 1, + sym_generic_expression, + STATE(5166), 1, + aux_sym_qualified_name_repeat1, + STATE(5011), 2, + sym_comment, + sym_include, + ACTIONS(4620), 5, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_LPAREN, aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6094), 1, - sym__terminator, - STATE(4136), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4228), 2, + [305748] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3596), 1, + aux_sym_variable_definition_token2, + STATE(5012), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265861] = 6, + ACTIONS(4416), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305775] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(648), 1, - sym_accumulate_aggregate, - STATE(4229), 2, + ACTIONS(3720), 1, + aux_sym_variable_definition_token2, + STATE(5013), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265890] = 6, + ACTIONS(3718), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305802] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5793), 1, - sym_accumulate_aggregate, - STATE(4230), 2, + ACTIONS(3716), 1, + aux_sym_variable_definition_token2, + STATE(5014), 2, sym_comment, sym_include, - ACTIONS(5976), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265919] = 11, + ACTIONS(3714), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305829] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6096), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4231), 2, + ACTIONS(3712), 1, + aux_sym_variable_definition_token2, + STATE(5015), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [265958] = 6, + ACTIONS(3710), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305856] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(758), 1, - sym_accumulate_aggregate, - STATE(4232), 2, + ACTIONS(7056), 1, + sym__terminator, + STATE(4834), 1, + sym_type_tuning, + STATE(5328), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5016), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [265987] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305891] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6098), 1, + ACTIONS(7058), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4233), 2, + STATE(4672), 1, + sym_type_tuning, + STATE(5426), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5017), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266026] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305926] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6100), 1, - sym__terminator, - STATE(4179), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4234), 2, + ACTIONS(3814), 1, + aux_sym_variable_definition_token2, + STATE(5018), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266065] = 6, + ACTIONS(3812), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [305953] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(515), 1, - sym_accumulate_aggregate, - STATE(4235), 2, + ACTIONS(7060), 1, + sym__terminator, + STATE(4785), 1, + sym_type_tuning, + STATE(5556), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5019), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266094] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [305988] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6102), 1, + ACTIONS(7062), 1, sym__terminator, - STATE(4220), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4236), 2, + STATE(4812), 1, + sym_type_tuning, + STATE(5559), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5020), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266133] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306023] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6104), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4237), 2, + ACTIONS(3521), 1, + aux_sym_variable_definition_token2, + STATE(5021), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266172] = 6, + ACTIONS(3904), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306050] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(987), 1, - sym_accumulate_aggregate, - STATE(4238), 2, + ACTIONS(3708), 1, + aux_sym_variable_definition_token2, + STATE(5022), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266201] = 6, + ACTIONS(3706), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306077] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(417), 1, - sym_accumulate_aggregate, - STATE(4239), 2, + ACTIONS(3666), 1, + aux_sym_variable_definition_token2, + STATE(5023), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266230] = 6, + ACTIONS(3664), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306104] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(574), 1, - sym_accumulate_aggregate, - STATE(4240), 2, + ACTIONS(7064), 1, + sym__terminator, + STATE(4777), 1, + sym_type_tuning, + STATE(5553), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5024), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266259] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306139] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6106), 1, + ACTIONS(7066), 1, sym__terminator, - STATE(4222), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4241), 2, + STATE(4791), 1, + sym_type_tuning, + STATE(5366), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5025), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266298] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306174] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6108), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4242), 2, + ACTIONS(3660), 1, + aux_sym_variable_definition_token2, + STATE(5026), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266337] = 6, + ACTIONS(3658), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306201] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(551), 1, - sym_accumulate_aggregate, - STATE(4243), 2, + ACTIONS(7068), 1, + sym__terminator, + STATE(4679), 1, + sym_type_tuning, + STATE(5488), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5027), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266366] = 6, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306236] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(800), 1, - sym_accumulate_aggregate, - STATE(4244), 2, + ACTIONS(3656), 1, + aux_sym_variable_definition_token2, + STATE(5028), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266395] = 6, + ACTIONS(3654), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306263] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(522), 1, - sym_accumulate_aggregate, - STATE(4245), 2, + ACTIONS(7070), 1, + sym__terminator, + STATE(4784), 1, + sym_type_tuning, + STATE(5376), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5029), 2, sym_comment, sym_include, - ACTIONS(5872), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266424] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306298] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6110), 1, - sym__terminator, - STATE(4194), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4246), 2, + ACTIONS(3636), 1, + aux_sym_variable_definition_token2, + STATE(5030), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266463] = 11, + ACTIONS(3634), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306325] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6112), 1, - sym__terminator, - STATE(4219), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4247), 2, + ACTIONS(3632), 1, + aux_sym_variable_definition_token2, + STATE(5031), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266502] = 11, + ACTIONS(3630), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306352] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6114), 1, + ACTIONS(7072), 1, sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4248), 2, + STATE(4879), 1, + sym_type_tuning, + STATE(5449), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5032), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266541] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306387] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6116), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4249), 2, + ACTIONS(3754), 1, + aux_sym_variable_definition_token2, + STATE(5033), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266580] = 11, + ACTIONS(3752), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306414] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6118), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4250), 2, + ACTIONS(3568), 1, + aux_sym_variable_definition_token2, + STATE(5034), 2, sym_comment, sym_include, - ACTIONS(5848), 5, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - [266619] = 11, + ACTIONS(4343), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306441] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5850), 1, + ACTIONS(7076), 1, aux_sym_variable_tuning_token2, - ACTIONS(5852), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5854), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6120), 1, - sym__terminator, - STATE(4210), 1, - aux_sym_variable_definition_repeat2, - STATE(4352), 1, - sym_variable_tuning, - STATE(4251), 2, + STATE(5035), 2, sym_comment, sym_include, - ACTIONS(5848), 5, + ACTIONS(7074), 8, + sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, aux_sym_variable_tuning_token5, aux_sym_variable_tuning_token6, - [266658] = 6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + [306468] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5784), 1, - sym_accumulate_aggregate, - STATE(4252), 2, + ACTIONS(3556), 1, + aux_sym_variable_definition_token2, + STATE(5036), 2, sym_comment, sym_include, - ACTIONS(5976), 10, - aux_sym_accumulate_aggregate_token1, - aux_sym_accumulate_aggregate_token2, - aux_sym_accumulate_aggregate_token3, - aux_sym_accumulate_aggregate_token4, - aux_sym_accumulate_aggregate_token5, - aux_sym_accumulate_aggregate_token6, - aux_sym_accumulate_aggregate_token7, - aux_sym_accumulate_aggregate_token8, - aux_sym_accumulate_aggregate_token9, - aux_sym_accumulate_aggregate_token10, - [266687] = 13, + ACTIONS(4163), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306495] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6122), 1, + ACTIONS(7078), 1, sym__terminator, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5132), 1, + STATE(4776), 1, sym_type_tuning, - STATE(5133), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5345), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4253), 2, + STATE(5037), 2, sym_comment, sym_include, - [266729] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306530] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5190), 1, - aux_sym_for_statement_repeat1, - STATE(5978), 1, - sym_body, - STATE(4254), 2, + ACTIONS(3552), 1, + aux_sym_variable_definition_token2, + STATE(5038), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [266767] = 11, + ACTIONS(4117), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306557] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5478), 1, - aux_sym_for_statement_repeat1, - STATE(5917), 1, - sym_body, - STATE(4255), 2, + ACTIONS(7082), 1, + aux_sym_variable_tuning_token2, + STATE(5039), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [266805] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6128), 1, + ACTIONS(7080), 8, sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5471), 1, - sym_type_tuning, - STATE(5491), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4256), 2, - sym_comment, - sym_include, - [266847] = 11, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + [306584] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5489), 1, - aux_sym_for_statement_repeat1, - STATE(6371), 1, - sym_body, - STATE(4257), 2, + ACTIONS(3622), 1, + aux_sym_variable_definition_token2, + STATE(5040), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [266885] = 13, + ACTIONS(3620), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306611] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6130), 1, + ACTIONS(7084), 1, sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5337), 1, + STATE(4880), 1, sym_type_tuning, - STATE(5338), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5555), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4258), 2, + STATE(5041), 2, sym_comment, sym_include, - [266927] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306646] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5218), 1, - aux_sym_for_statement_repeat1, - STATE(5976), 1, - sym_body, - STATE(4259), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [266965] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(4260), 2, + ACTIONS(3572), 1, + aux_sym_variable_definition_token2, + STATE(5042), 2, sym_comment, sym_include, - ACTIONS(3696), 10, - sym_identifier, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [266991] = 11, + ACTIONS(4397), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306673] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5485), 1, - aux_sym_for_statement_repeat1, - STATE(5918), 1, - sym_body, - STATE(4261), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267029] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6132), 1, - sym_identifier, - ACTIONS(6134), 1, - anon_sym_RPAREN, - ACTIONS(6140), 1, - aux_sym_function_call_argument_token2, - STATE(5034), 1, - sym_function_parameter_mode, - STATE(5704), 1, - sym_function_parameter, - ACTIONS(6138), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4262), 2, + ACTIONS(3832), 1, + aux_sym_variable_definition_token2, + STATE(5043), 2, sym_comment, sym_include, - ACTIONS(6136), 3, - aux_sym_dataset_expression_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token3, - [267067] = 11, + ACTIONS(3830), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306700] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5487), 1, - aux_sym_for_statement_repeat1, - STATE(6361), 1, - sym_body, - STATE(4263), 2, + ACTIONS(3574), 1, + aux_sym_variable_definition_token2, + STATE(5044), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267105] = 13, + ACTIONS(4405), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306727] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6142), 1, + ACTIONS(7086), 1, sym__terminator, - STATE(4258), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5435), 1, - aux_sym_workfile_definition_repeat3, - STATE(5438), 1, + STATE(4852), 1, sym_type_tuning, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5503), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4264), 2, - sym_comment, - sym_include, - [267147] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(4265), 2, + STATE(5045), 2, sym_comment, sym_include, - ACTIONS(3698), 10, - sym_identifier, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [267173] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306762] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(7088), 1, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5072), 1, - aux_sym_for_statement_repeat1, - STATE(5896), 1, - sym_body, - STATE(4266), 2, + STATE(5046), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267211] = 10, + aux_sym_inherits_repeat1, + ACTIONS(6992), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [306789] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4773), 1, - aux_sym_method_definition_token1, - ACTIONS(6144), 1, - aux_sym__block_terminator_token1, - ACTIONS(6146), 1, - aux_sym_variable_definition_token1, - ACTIONS(6148), 1, - aux_sym_variable_definition_token2, - STATE(4273), 1, - aux_sym_interface_body_repeat1, - STATE(4267), 2, - sym_comment, - sym_include, - STATE(5343), 5, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_temp_table_definition, - [267247] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(4268), 2, + ACTIONS(7091), 1, + sym__terminator, + STATE(4793), 1, + sym_type_tuning, + STATE(5490), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5047), 2, sym_comment, sym_include, - ACTIONS(6150), 10, - sym_identifier, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [267273] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306824] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5376), 1, - aux_sym_for_statement_repeat1, - STATE(6082), 1, - sym_body, - STATE(4269), 2, + ACTIONS(3618), 1, + aux_sym_variable_definition_token2, + STATE(5048), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267311] = 11, + ACTIONS(3616), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306851] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5356), 1, - aux_sym_for_statement_repeat1, - STATE(6373), 1, - sym_body, - STATE(4270), 2, + ACTIONS(3610), 1, + aux_sym_variable_definition_token2, + STATE(5049), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267349] = 11, + ACTIONS(3608), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306878] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5517), 1, - aux_sym_for_statement_repeat1, - STATE(5919), 1, - sym_body, - STATE(4271), 2, + ACTIONS(7093), 1, + sym__terminator, + STATE(4711), 1, + sym_type_tuning, + STATE(5537), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5050), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267387] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306913] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5318), 1, - aux_sym_for_statement_repeat1, - STATE(5948), 1, - sym_body, - STATE(4272), 2, + ACTIONS(3550), 1, + aux_sym_variable_definition_token2, + STATE(5051), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267425] = 9, + ACTIONS(4115), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [306940] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6152), 1, - aux_sym__block_terminator_token1, - ACTIONS(6154), 1, - aux_sym_variable_definition_token1, - ACTIONS(6157), 1, - aux_sym_variable_definition_token2, - ACTIONS(6160), 1, - aux_sym_method_definition_token1, - STATE(4273), 3, + ACTIONS(7095), 1, + sym__terminator, + STATE(4855), 1, + sym_type_tuning, + STATE(5317), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5052), 2, sym_comment, sym_include, - aux_sym_interface_body_repeat1, - STATE(5343), 5, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_temp_table_definition, - [267459] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [306975] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(6163), 1, - sym_body, - STATE(4274), 2, + ACTIONS(3254), 1, + aux_sym_variable_tuning_token2, + STATE(5053), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267497] = 11, - ACTIONS(69), 1, + ACTIONS(3252), 8, + sym__terminator, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token3, + aux_sym_variable_tuning_token4, + aux_sym_variable_tuning_token5, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + aux_sym_variable_tuning_token8, + [307002] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5399), 1, - aux_sym_for_statement_repeat1, - STATE(6148), 1, - sym_body, - STATE(4275), 2, + ACTIONS(7097), 1, + sym_identifier, + STATE(5629), 1, + sym_function_parameter_mode, + STATE(5054), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267535] = 11, + ACTIONS(6676), 3, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(7099), 4, + aux_sym_function_call_argument_token2, + aux_sym_function_call_argument_token3, + aux_sym_function_parameter_token1, + aux_sym_function_parameter_token2, + [307033] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5383), 1, - aux_sym_for_statement_repeat1, - STATE(6160), 1, - sym_body, - STATE(4276), 2, + ACTIONS(3822), 1, + aux_sym_variable_definition_token2, + STATE(5055), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267573] = 11, + ACTIONS(3820), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [307060] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5358), 1, - aux_sym_for_statement_repeat1, - STATE(6454), 1, - sym_body, - STATE(4277), 2, + ACTIONS(3818), 1, + aux_sym_variable_definition_token2, + STATE(5056), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267611] = 13, + ACTIONS(3816), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [307087] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6165), 1, - aux_sym__block_terminator_token1, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6169), 1, - aux_sym_variable_tuning_token7, - STATE(1907), 1, - sym__function_terminator, - STATE(1908), 1, - sym__block_terminator, - STATE(4548), 1, - sym_return_tuning, - STATE(4867), 1, - sym_function_parameters, - STATE(5665), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4278), 2, + ACTIONS(7101), 1, + sym__terminator, + STATE(4747), 1, + sym_type_tuning, + STATE(5407), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5057), 2, sym_comment, sym_include, - [267653] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307122] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5474), 1, - aux_sym_for_statement_repeat1, - STATE(6360), 1, - sym_body, - STATE(4279), 2, + ACTIONS(3810), 1, + aux_sym_variable_definition_token2, + STATE(5058), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267691] = 11, + ACTIONS(3834), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [307149] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5408), 1, - aux_sym_for_statement_repeat1, - STATE(6486), 1, - sym_body, - STATE(4280), 2, + ACTIONS(7103), 1, + sym__terminator, + STATE(4804), 1, + sym_type_tuning, + STATE(5346), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5059), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267729] = 11, - ACTIONS(3), 1, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307184] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6132), 1, - sym_identifier, - ACTIONS(6140), 1, - aux_sym_function_call_argument_token2, - ACTIONS(6171), 1, - anon_sym_RPAREN, - STATE(5034), 1, - sym_function_parameter_mode, - STATE(5744), 1, - sym_function_parameter, - ACTIONS(6138), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4281), 2, + ACTIONS(7105), 1, + sym__terminator, + STATE(4692), 1, + sym_type_tuning, + STATE(5539), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5060), 2, sym_comment, sym_include, - ACTIONS(6136), 3, - aux_sym_dataset_expression_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token3, - [267767] = 13, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307219] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6173), 1, + ACTIONS(7107), 1, sym__terminator, - STATE(4342), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5508), 1, - aux_sym_workfile_definition_repeat3, - STATE(5518), 1, + STATE(4748), 1, sym_type_tuning, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5516), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4282), 2, + STATE(5061), 2, sym_comment, sym_include, - [267809] = 13, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307254] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6175), 1, + ACTIONS(7109), 1, sym__terminator, - STATE(4256), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5369), 1, + STATE(4803), 1, sym_type_tuning, - STATE(5374), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5348), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4283), 2, + STATE(5062), 2, sym_comment, sym_include, - [267851] = 13, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307289] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6177), 1, + ACTIONS(7111), 1, sym__terminator, - STATE(4253), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5135), 1, + STATE(4808), 1, sym_type_tuning, - STATE(5216), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5489), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4284), 2, + STATE(5063), 2, sym_comment, sym_include, - [267893] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307324] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5476), 1, - aux_sym_for_statement_repeat1, - STATE(5916), 1, - sym_body, - STATE(4285), 2, + ACTIONS(3548), 1, + aux_sym_variable_definition_token2, + STATE(5064), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267931] = 11, + ACTIONS(4113), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [307351] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5339), 1, - aux_sym_for_statement_repeat1, - STATE(6168), 1, - sym_body, - STATE(4286), 2, + ACTIONS(7113), 1, + sym__terminator, + STATE(4741), 1, + sym_type_tuning, + STATE(5517), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5065), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [267969] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307386] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5429), 1, - aux_sym_for_statement_repeat1, - STATE(6359), 1, - sym_body, - STATE(4287), 2, + ACTIONS(7115), 1, + sym__terminator, + STATE(4753), 1, + sym_type_tuning, + STATE(5408), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5066), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268007] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307421] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5469), 1, - aux_sym_for_statement_repeat1, - STATE(5914), 1, - sym_body, - STATE(4288), 2, + ACTIONS(3894), 1, + aux_sym_variable_definition_token2, + STATE(5067), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268045] = 13, + ACTIONS(3892), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [307448] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6179), 1, + ACTIONS(7117), 1, sym__terminator, - STATE(4291), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5466), 1, - aux_sym_workfile_definition_repeat3, - STATE(5470), 1, + STATE(4676), 1, sym_type_tuning, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5486), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4289), 2, + STATE(5068), 2, sym_comment, sym_include, - [268087] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307483] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5411), 1, - aux_sym_for_statement_repeat1, - STATE(6145), 1, - sym_body, - STATE(4290), 2, + ACTIONS(7119), 1, + sym__terminator, + STATE(4857), 1, + sym_type_tuning, + STATE(5435), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5069), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268125] = 13, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307518] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6181), 1, + ACTIONS(7121), 1, sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5317), 1, + STATE(4746), 1, sym_type_tuning, - STATE(5328), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5535), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4291), 2, + STATE(5070), 2, sym_comment, sym_include, - [268167] = 13, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307553] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6169), 1, - aux_sym_variable_tuning_token7, - ACTIONS(6183), 1, - aux_sym__block_terminator_token1, - STATE(4448), 1, - sym_return_tuning, - STATE(4707), 1, - sym_function_parameters, - STATE(5055), 1, - sym__function_terminator, - STATE(5068), 1, - sym__block_terminator, - STATE(5684), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4292), 2, + ACTIONS(7123), 1, + sym__terminator, + STATE(4841), 1, + sym_type_tuning, + STATE(5434), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5071), 2, sym_comment, sym_include, - [268209] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307588] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5426), 1, - aux_sym_for_statement_repeat1, - STATE(6357), 1, - sym_body, - STATE(4293), 2, + ACTIONS(3554), 1, + aux_sym_variable_definition_token2, + STATE(5072), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268247] = 13, + ACTIONS(4161), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [307615] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6185), 1, + ACTIONS(7125), 1, sym__terminator, - STATE(4344), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5436), 1, + STATE(4739), 1, sym_type_tuning, - STATE(5459), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5529), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4294), 2, + STATE(5073), 2, + sym_comment, + sym_include, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307650] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(5074), 2, sym_comment, sym_include, - [268289] = 11, + ACTIONS(7127), 9, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + [307675] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5512), 1, - aux_sym_for_statement_repeat1, - STATE(5921), 1, - sym_body, - STATE(4295), 2, + ACTIONS(7129), 1, + sym__terminator, + STATE(4732), 1, + sym_type_tuning, + STATE(5526), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5075), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268327] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307710] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5412), 1, - aux_sym_for_statement_repeat1, - STATE(6142), 1, - sym_body, - STATE(4296), 2, + ACTIONS(7131), 1, + sym__terminator, + STATE(4849), 1, + sym_type_tuning, + STATE(5460), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5076), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268365] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307745] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5345), 1, - aux_sym_for_statement_repeat1, - STATE(6453), 1, - sym_body, - STATE(4297), 2, + ACTIONS(3546), 1, + aux_sym_variable_definition_token2, + STATE(5077), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268403] = 11, + ACTIONS(4079), 8, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_variable_definition_token1, + aux_sym_else_statement_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + aux_sym_case_otherwise_branch_token1, + [307772] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5240), 1, - aux_sym_for_statement_repeat1, - STATE(6268), 1, - sym_body, - STATE(4298), 2, + ACTIONS(7133), 1, + sym__terminator, + STATE(4673), 1, + sym_type_tuning, + STATE(5544), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5078), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268441] = 13, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307807] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6187), 1, + ACTIONS(7135), 1, sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5481), 1, + STATE(4814), 1, sym_type_tuning, - STATE(5486), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5414), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4299), 2, + STATE(5079), 2, sym_comment, sym_include, - [268483] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307842] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5515), 1, - aux_sym_for_statement_repeat1, - STATE(6377), 1, - sym_body, - STATE(4300), 2, + ACTIONS(7137), 1, + sym__terminator, + STATE(4862), 1, + sym_type_tuning, + STATE(5453), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5080), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268521] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307877] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5308), 1, - aux_sym_for_statement_repeat1, - STATE(6188), 1, - sym_body, - STATE(4301), 2, + STATE(5007), 1, + aux_sym_inherits_repeat1, + STATE(5081), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268559] = 13, + ACTIONS(6922), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [307906] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6189), 1, + ACTIONS(7139), 1, sym__terminator, - STATE(4319), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5123), 1, - aux_sym_workfile_definition_repeat3, - STATE(5129), 1, + STATE(4704), 1, sym_type_tuning, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, + STATE(5534), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4302), 2, + STATE(5082), 2, sym_comment, sym_include, - [268601] = 5, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [307941] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4303), 2, + ACTIONS(7141), 1, + sym__terminator, + STATE(4727), 1, + sym_type_tuning, + STATE(5394), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5083), 2, sym_comment, sym_include, - ACTIONS(232), 10, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [268627] = 11, + [307976] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5490), 1, - aux_sym_for_statement_repeat1, - STATE(5865), 1, - sym_body, - STATE(4304), 2, + ACTIONS(7143), 1, + sym__terminator, + STATE(4670), 1, + sym_type_tuning, + STATE(5364), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5084), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268665] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [308011] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5299), 1, - aux_sym_for_statement_repeat1, - STATE(6452), 1, - sym_body, - STATE(4305), 2, + ACTIONS(7145), 1, + sym__integer_literal, + STATE(4977), 1, + sym__decimal_literal, + STATE(5316), 1, + sym_number_literal, + STATE(5085), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268703] = 11, + ACTIONS(7147), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [308042] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5101), 1, aux_sym_repeat_statement_repeat1, - STATE(5446), 1, - aux_sym_for_statement_repeat1, - STATE(6129), 1, + STATE(7079), 1, sym_body, - STATE(4306), 2, + STATE(5086), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [268741] = 11, + [308074] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5393), 1, - aux_sym_for_statement_repeat1, - STATE(6128), 1, + STATE(6664), 1, sym_body, - STATE(4307), 2, + STATE(5087), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [268779] = 11, - ACTIONS(69), 1, + [308106] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5502), 1, - aux_sym_for_statement_repeat1, - STATE(6385), 1, - sym_body, - STATE(4308), 2, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7153), 1, + aux_sym_widget_field_token1, + STATE(2582), 1, + sym_do_block, + STATE(5287), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7647), 1, + sym_label, + STATE(5088), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268817] = 11, + [308144] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7155), 1, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5495), 1, - aux_sym_for_statement_repeat1, - STATE(5923), 1, - sym_body, - STATE(4309), 2, + ACTIONS(7159), 1, + anon_sym_GT, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6241), 1, + aux_sym_generic_expression_repeat1, + STATE(7245), 1, + sym_type_tuning, + ACTIONS(7157), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5089), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268855] = 11, - ACTIONS(69), 1, + [308180] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5333), 1, - aux_sym_for_statement_repeat1, - STATE(6054), 1, - sym_body, - STATE(4310), 2, + ACTIONS(7161), 1, + anon_sym_LT, + ACTIONS(7163), 1, + sym__namedot, + STATE(5304), 1, + aux_sym_qualified_name_repeat1, + STATE(6046), 1, + sym_generic_expression, + STATE(5090), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [268893] = 5, + ACTIONS(4624), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [308212] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4311), 2, + ACTIONS(7165), 1, + sym__terminator, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7171), 1, + aux_sym_query_definition_token2, + ACTIONS(7173), 1, + aux_sym_query_definition_token3, + STATE(5454), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5091), 2, sym_comment, sym_include, - ACTIONS(160), 10, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [268919] = 11, + [308248] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5110), 1, aux_sym_repeat_statement_repeat1, - STATE(5430), 1, - aux_sym_for_statement_repeat1, - STATE(6010), 1, + STATE(7238), 1, sym_body, - STATE(4312), 2, + STATE(5092), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [268957] = 11, + [308280] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5219), 1, - aux_sym_for_statement_repeat1, - STATE(6439), 1, + STATE(7238), 1, sym_body, - STATE(4313), 2, + STATE(5093), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [268995] = 13, + [308312] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6169), 1, - aux_sym_variable_tuning_token7, - ACTIONS(6191), 1, - aux_sym__block_terminator_token1, - STATE(2581), 1, - sym__function_terminator, - STATE(2583), 1, - sym__block_terminator, - STATE(4488), 1, - sym_return_tuning, - STATE(4871), 1, - sym_function_parameters, - STATE(5643), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4314), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7175), 1, + sym__terminator, + ACTIONS(7177), 1, + aux_sym_query_definition_token2, + ACTIONS(7179), 1, + aux_sym_query_definition_token3, + STATE(5541), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5094), 2, sym_comment, sym_include, - [269037] = 11, + [308348] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(7183), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5423), 1, - aux_sym_for_statement_repeat1, - STATE(6335), 1, - sym_body, - STATE(4315), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [269075] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7181), 2, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5410), 1, - aux_sym_for_statement_repeat1, - STATE(6353), 1, - sym_body, - STATE(4316), 2, + aux_sym_repeat_tuning_token1, + STATE(5095), 3, sym_comment, sym_include, - STATE(5038), 4, + aux_sym_repeat_statement_repeat1, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269113] = 11, + [308376] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5144), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7186), 2, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5507), 1, - aux_sym_for_statement_repeat1, - STATE(6120), 1, - sym_body, - STATE(4317), 2, + anon_sym_RPAREN, + STATE(5096), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [269151] = 11, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [308408] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5341), 1, - aux_sym_for_statement_repeat1, - STATE(5942), 1, + STATE(7160), 1, sym_body, - STATE(4318), 2, + STATE(5097), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269189] = 13, + [308440] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6193), 1, - sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5062), 1, - aux_sym_workfile_definition_repeat3, - STATE(5063), 1, - sym_type_tuning, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4319), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7188), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5098), 2, sym_comment, sym_include, - [269231] = 11, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [308472] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5192), 1, aux_sym_repeat_statement_repeat1, - STATE(5298), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, + STATE(7024), 1, sym_body, - STATE(4320), 2, + STATE(5099), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269269] = 11, + [308504] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7186), 2, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5420), 1, - aux_sym_for_statement_repeat1, - STATE(5935), 1, - sym_body, - STATE(4321), 2, + anon_sym_RPAREN, + STATE(5100), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [269307] = 11, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [308536] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5306), 1, - aux_sym_for_statement_repeat1, - STATE(6430), 1, + STATE(7110), 1, sym_body, - STATE(4322), 2, + STATE(5101), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269345] = 11, + [308568] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5156), 1, - aux_sym_for_statement_repeat1, - STATE(6403), 1, + STATE(6667), 1, sym_body, - STATE(4323), 2, + STATE(5102), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269383] = 11, + [308600] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(6021), 1, + STATE(6862), 1, sym_body, - STATE(4324), 2, + STATE(5103), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269421] = 5, - ACTIONS(69), 1, + [308632] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4325), 2, + ACTIONS(573), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7190), 1, + aux_sym_widget_field_token1, + STATE(2354), 1, + sym_do_block, + STATE(5306), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7284), 1, + sym_label, + STATE(5104), 2, sym_comment, sym_include, - ACTIONS(5822), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - [269447] = 5, + [308670] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4326), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5163), 1, + aux_sym_repeat_statement_repeat1, + STATE(7160), 1, + sym_body, + STATE(5105), 2, sym_comment, sym_include, - ACTIONS(6195), 10, - sym__terminator, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token2, - aux_sym_input_stream_tuning_token3, - aux_sym_input_stream_tuning_token4, - aux_sym_input_stream_tuning_token5, - aux_sym_input_stream_tuning_token6, - aux_sym_input_stream_tuning_token7, - aux_sym_input_stream_tuning_token8, - aux_sym_input_stream_tuning_token9, - [269473] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [308702] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5136), 1, - aux_sym_for_statement_repeat1, - STATE(6418), 1, + STATE(7213), 1, sym_body, - STATE(4327), 2, + STATE(5106), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269511] = 11, + [308734] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5463), 1, - aux_sym_for_statement_repeat1, - STATE(6390), 1, + STATE(7024), 1, sym_body, - STATE(4328), 2, + STATE(5107), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269549] = 11, + [308766] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5377), 1, - aux_sym_for_statement_repeat1, - STATE(5924), 1, + STATE(6979), 1, sym_body, - STATE(4329), 2, + STATE(5108), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269587] = 13, + [308798] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6197), 1, - sym__terminator, - STATE(4337), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5255), 1, - aux_sym_workfile_definition_repeat3, - STATE(5272), 1, - sym_type_tuning, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4330), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7192), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5109), 2, sym_comment, sym_include, - [269629] = 11, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [308830] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(6427), 1, + STATE(7212), 1, sym_body, - STATE(4331), 2, + STATE(5110), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269667] = 11, + [308862] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5120), 1, aux_sym_repeat_statement_repeat1, - STATE(5458), 1, - aux_sym_for_statement_repeat1, - STATE(5927), 1, + STATE(7212), 1, sym_body, - STATE(4332), 2, + STATE(5111), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269705] = 13, + [308894] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6169), 1, - aux_sym_variable_tuning_token7, - ACTIONS(6199), 1, - aux_sym__block_terminator_token1, - STATE(2127), 1, - sym__block_terminator, - STATE(2129), 1, - sym__function_terminator, - STATE(4473), 1, - sym_return_tuning, - STATE(4716), 1, - sym_function_parameters, - STATE(5651), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4333), 2, - sym_comment, - sym_include, - [269747] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6201), 1, - sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5340), 1, - sym_type_tuning, - STATE(5414), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4334), 2, - sym_comment, - sym_include, - [269789] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - STATE(304), 1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(4335), 2, + STATE(5382), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7532), 1, + sym_interface_body, + STATE(5112), 2, sym_comment, sym_include, - ACTIONS(6203), 8, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [269819] = 11, + [308932] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5183), 1, aux_sym_repeat_statement_repeat1, - STATE(5182), 1, - aux_sym_for_statement_repeat1, - STATE(6022), 1, + STATE(6979), 1, sym_body, - STATE(4336), 2, + STATE(5113), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269857] = 13, + [308964] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6205), 1, - sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5057), 1, - aux_sym_workfile_definition_repeat3, - STATE(5059), 1, - sym_type_tuning, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4337), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5106), 1, + aux_sym_repeat_statement_repeat1, + STATE(7110), 1, + sym_body, + STATE(5114), 2, sym_comment, sym_include, - [269899] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [308996] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5509), 1, - aux_sym_for_statement_repeat1, - STATE(6122), 1, + STATE(7172), 1, sym_body, - STATE(4338), 2, + STATE(5115), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269937] = 11, + [309028] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5097), 1, aux_sym_repeat_statement_repeat1, - STATE(5419), 1, - aux_sym_for_statement_repeat1, - STATE(6405), 1, + STATE(6862), 1, sym_body, - STATE(4339), 2, + STATE(5116), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [269975] = 13, - ACTIONS(69), 1, + [309060] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6207), 1, - sym__terminator, - STATE(4334), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5127), 1, - sym_type_tuning, - STATE(5152), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4340), 2, + ACTIONS(573), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7196), 1, + aux_sym_widget_field_token1, + STATE(2498), 1, + sym_do_block, + STATE(5309), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7284), 1, + sym_label, + STATE(5117), 2, sym_comment, sym_include, - [270017] = 13, + [309098] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6169), 1, - aux_sym_variable_tuning_token7, - ACTIONS(6209), 1, - aux_sym__block_terminator_token1, - STATE(2577), 1, - sym__block_terminator, - STATE(2600), 1, - sym__function_terminator, - STATE(4519), 1, - sym_return_tuning, - STATE(4854), 1, - sym_function_parameters, - STATE(5851), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4341), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7178), 1, + sym_body, + STATE(5118), 2, sym_comment, sym_include, - [270059] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309130] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6211), 1, - sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5472), 1, - sym_type_tuning, - STATE(5475), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4342), 2, + ACTIONS(7200), 1, + aux_sym_variable_tuning_token7, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7198), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(7203), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + STATE(5119), 3, sym_comment, sym_include, - [270101] = 11, + aux_sym_function_parameter_repeat1, + [309160] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5225), 1, - aux_sym_for_statement_repeat1, - STATE(6220), 1, + STATE(7190), 1, sym_body, - STATE(4343), 2, + STATE(5120), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [270139] = 13, + [309192] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6213), 1, - sym__terminator, - STATE(4627), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5444), 1, - sym_type_tuning, - STATE(5445), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4344), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5196), 1, + aux_sym_repeat_statement_repeat1, + STATE(7213), 1, + sym_body, + STATE(5121), 2, sym_comment, sym_include, - [270181] = 13, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309224] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6124), 1, - aux_sym_variable_tuning_token8, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6215), 1, - sym__terminator, - STATE(4299), 1, - aux_sym_workfile_definition_repeat2, - STATE(4942), 1, - sym_workfile_tuning, - STATE(5451), 1, - sym_type_tuning, - STATE(5513), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4345), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5134), 1, + aux_sym_repeat_statement_repeat1, + STATE(7190), 1, + sym_body, + STATE(5122), 2, sym_comment, sym_include, - [270223] = 11, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309256] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7206), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(7181), 2, anon_sym_COLON, - ACTIONS(3051), 1, anon_sym_COMMA, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5060), 1, - aux_sym_for_statement_repeat1, - STATE(6217), 1, - sym_body, - STATE(4346), 2, + STATE(5123), 3, sym_comment, sym_include, - STATE(5038), 4, + aux_sym_repeat_statement_repeat1, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [270261] = 10, + [309284] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7209), 1, + sym_identifier, + STATE(4138), 1, + sym_qualified_name, + STATE(6953), 1, + sym__find_type, + STATE(5124), 2, + sym_comment, + sym_include, + ACTIONS(7211), 5, + aux_sym_on_error_phrase_token5, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + aux_sym__find_type_token1, + aux_sym__find_type_token2, + [309314] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4773), 1, - aux_sym_method_definition_token1, - ACTIONS(6146), 1, - aux_sym_variable_definition_token1, - ACTIONS(6148), 1, - aux_sym_variable_definition_token2, - ACTIONS(6217), 1, - aux_sym__block_terminator_token1, - STATE(4267), 1, - aux_sym_interface_body_repeat1, - STATE(4347), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5098), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7213), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5125), 2, sym_comment, sym_include, - STATE(5343), 5, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_temp_table_definition, - [270297] = 11, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [309346] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5160), 1, aux_sym_repeat_statement_repeat1, - STATE(5510), 1, - aux_sym_for_statement_repeat1, - STATE(6126), 1, + STATE(6721), 1, sym_body, - STATE(4348), 2, + STATE(5126), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [270335] = 11, + [309378] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5336), 1, - aux_sym_for_statement_repeat1, - STATE(6422), 1, + STATE(6721), 1, sym_body, - STATE(4349), 2, + STATE(5127), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [270373] = 11, + [309410] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7215), 1, + aux_sym_widget_field_token1, + STATE(2988), 1, + sym_do_block, + STATE(5282), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7647), 1, + sym_label, + STATE(5128), 2, + sym_comment, + sym_include, + [309448] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(5096), 1, - aux_sym_for_statement_repeat1, - STATE(6019), 1, - sym_body, - STATE(4350), 2, + ACTIONS(5318), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5129), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [270411] = 6, + [309478] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2765), 1, - aux_sym_variable_tuning_token2, - STATE(4351), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5308), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5130), 2, sym_comment, sym_include, - ACTIONS(2763), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - [270438] = 6, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309508] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6221), 1, - aux_sym_variable_tuning_token2, - STATE(4352), 2, + ACTIONS(7217), 1, + anon_sym_COMMA, + STATE(5131), 3, sym_comment, sym_include, - ACTIONS(6219), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - [270465] = 10, + aux_sym_array_literal_repeat1, + ACTIONS(3352), 6, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [309534] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6223), 1, - sym__terminator, - STATE(4173), 1, - sym_type_tuning, - STATE(4869), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4353), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5202), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5132), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [270500] = 10, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309564] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6227), 1, - sym__terminator, - STATE(4228), 1, - sym_type_tuning, - STATE(4695), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4354), 2, + ACTIONS(7220), 1, + sym_identifier, + STATE(4134), 1, + sym_qualified_name, + STATE(7177), 1, + sym__find_type, + STATE(5133), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [270535] = 10, + ACTIONS(7211), 5, + aux_sym_on_error_phrase_token5, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + aux_sym__find_type_token1, + aux_sym__find_type_token2, + [309594] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6229), 1, - sym__terminator, - STATE(4162), 1, - sym_type_tuning, - STATE(4888), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4355), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7180), 1, + sym_body, + STATE(5134), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [270570] = 10, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309626] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6231), 1, - sym__terminator, - STATE(4126), 1, - sym_type_tuning, - STATE(4859), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4356), 2, + ACTIONS(7222), 1, + sym_identifier, + STATE(4132), 1, + sym_qualified_name, + STATE(6731), 1, + sym__find_type, + STATE(5135), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [270605] = 6, + ACTIONS(7211), 5, + aux_sym_on_error_phrase_token5, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + aux_sym__find_type_token1, + aux_sym__find_type_token2, + [309656] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3071), 1, - aux_sym_variable_definition_token2, - STATE(4357), 2, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(6998), 1, + aux_sym__block_terminator_token1, + STATE(2703), 1, + sym__function_terminator, + STATE(2818), 1, + sym__block_terminator, + STATE(5340), 1, + sym_function_parameters, + STATE(6463), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5136), 2, sym_comment, sym_include, - ACTIONS(3173), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [270632] = 10, + [309692] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6233), 1, - sym__terminator, - STATE(4113), 1, - sym_type_tuning, - STATE(4744), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4358), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7213), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5137), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [270667] = 6, - ACTIONS(69), 1, + [309724] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7224), 1, + sym_identifier, + ACTIONS(7226), 1, anon_sym_LBRACE, - ACTIONS(3083), 1, - aux_sym_variable_definition_token2, - STATE(4359), 2, + ACTIONS(7228), 1, + anon_sym_RBRACE, + ACTIONS(7230), 1, + anon_sym_DQUOTE, + ACTIONS(7232), 1, + aux_sym_include_argument_token1, + STATE(5151), 1, + aux_sym_include_repeat2, + STATE(5912), 1, + sym_double_quoted_string, + STATE(6156), 1, + sym_constant, + STATE(6168), 1, + sym_include_argument, + STATE(5138), 2, sym_comment, sym_include, - ACTIONS(3213), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [270694] = 6, - ACTIONS(69), 1, + [309762] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7224), 1, + sym_identifier, + ACTIONS(7226), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, - aux_sym_variable_definition_token2, - STATE(4360), 2, + ACTIONS(7228), 1, + anon_sym_RBRACE, + ACTIONS(7230), 1, + anon_sym_DQUOTE, + ACTIONS(7232), 1, + aux_sym_include_argument_token1, + STATE(5148), 1, + aux_sym_include_repeat2, + STATE(5912), 1, + sym_double_quoted_string, + STATE(6156), 1, + sym_constant, + STATE(6168), 1, + sym_include_argument, + STATE(5139), 2, sym_comment, sym_include, - ACTIONS(3175), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [270721] = 10, + [309800] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6235), 1, - sym__terminator, - STATE(4107), 1, - sym_type_tuning, - STATE(4738), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4361), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5107), 1, + aux_sym_repeat_statement_repeat1, + STATE(7031), 1, + sym_body, + STATE(5140), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [270756] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309832] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6237), 1, - sym__terminator, - STATE(4104), 1, - sym_type_tuning, - STATE(4735), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4362), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(7234), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5141), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [270791] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [309862] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6239), 1, - sym__terminator, - STATE(4177), 1, - sym_type_tuning, - STATE(4834), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4363), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7236), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5142), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [270826] = 6, + [309894] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3285), 1, + anon_sym_COMMA, + ACTIONS(7240), 1, + aux_sym_scope_tuning_token1, + ACTIONS(7242), 1, + aux_sym_of_phrase_token2, + STATE(5131), 1, + aux_sym_array_literal_repeat1, + STATE(5143), 2, + sym_comment, + sym_include, + ACTIONS(7238), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [309926] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3085), 1, - aux_sym_variable_definition_token2, - STATE(4364), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7244), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5144), 2, sym_comment, sym_include, - ACTIONS(3219), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [270853] = 10, + ACTIONS(6692), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [309958] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6241), 1, - sym__terminator, - STATE(4216), 1, - sym_type_tuning, - STATE(4736), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4365), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5195), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7246), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5145), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [270888] = 10, + [309990] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6243), 1, - sym__terminator, - STATE(4193), 1, - sym_type_tuning, - STATE(4840), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4366), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7246), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5146), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [270923] = 7, + [310022] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(519), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7248), 1, + aux_sym_widget_field_token1, + STATE(5237), 1, + aux_sym_on_statement_repeat1, + STATE(5797), 1, + sym_do_block, + STATE(6377), 1, + sym_widget_phrase, + STATE(7456), 1, + sym_label, + STATE(5147), 2, + sym_comment, + sym_include, + [310060] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7250), 1, + sym_identifier, + ACTIONS(7253), 1, + anon_sym_LBRACE, + ACTIONS(7256), 1, + anon_sym_RBRACE, + ACTIONS(7258), 1, + anon_sym_DQUOTE, + ACTIONS(7261), 1, + aux_sym_include_argument_token1, + STATE(5912), 1, + sym_double_quoted_string, + STATE(6156), 1, + sym_constant, + STATE(6168), 1, + sym_include_argument, + STATE(5148), 3, + sym_comment, + sym_include, + aux_sym_include_repeat2, + [310096] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6247), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(6245), 3, + ACTIONS(3534), 1, anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - STATE(4367), 3, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5115), 1, + aux_sym_repeat_statement_repeat1, + STATE(7180), 1, + sym_body, + STATE(5149), 2, sym_comment, sym_include, - aux_sym_repeat_statement_repeat1, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [270952] = 6, + [310128] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3105), 1, - aux_sym_variable_definition_token2, - STATE(4368), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7079), 1, + sym_body, + STATE(5150), 2, sym_comment, sym_include, - ACTIONS(3297), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [270979] = 10, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310160] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7224), 1, + sym_identifier, + ACTIONS(7226), 1, anon_sym_LBRACE, - ACTIONS(6250), 1, - sym__terminator, - STATE(4144), 1, - sym_type_tuning, - STATE(4916), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4369), 2, + ACTIONS(7230), 1, + anon_sym_DQUOTE, + ACTIONS(7232), 1, + aux_sym_include_argument_token1, + ACTIONS(7264), 1, + anon_sym_RBRACE, + STATE(5148), 1, + aux_sym_include_repeat2, + STATE(5912), 1, + sym_double_quoted_string, + STATE(6156), 1, + sym_constant, + STATE(6168), 1, + sym_include_argument, + STATE(5151), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271014] = 10, + [310198] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6252), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7266), 1, sym__terminator, - STATE(4139), 1, - sym_type_tuning, - STATE(4923), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4370), 2, + ACTIONS(7268), 1, + aux_sym_query_definition_token2, + ACTIONS(7270), 1, + aux_sym_query_definition_token3, + STATE(5313), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5152), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271049] = 10, + [310234] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6254), 1, - sym__terminator, - STATE(4169), 1, - sym_type_tuning, - STATE(4846), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4371), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5109), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7236), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5153), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [271084] = 10, + [310266] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6256), 1, - sym__terminator, - STATE(4217), 1, - sym_type_tuning, - STATE(4805), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4372), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5330), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7331), 1, + sym_interface_body, + STATE(5154), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271119] = 6, + [310304] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3093), 1, - aux_sym_variable_definition_token2, - STATE(4373), 2, - sym_comment, - sym_include, - ACTIONS(3271), 8, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(7002), 1, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271146] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3103), 1, - aux_sym_variable_definition_token2, - STATE(4374), 2, + STATE(2098), 1, + sym__function_terminator, + STATE(2226), 1, + sym__block_terminator, + STATE(5404), 1, + sym_function_parameters, + STATE(6333), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5155), 2, sym_comment, sym_include, - ACTIONS(3287), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271173] = 10, + [310340] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6258), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7272), 1, sym__terminator, - STATE(4086), 1, - sym_type_tuning, - STATE(4701), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4375), 2, + ACTIONS(7274), 1, + aux_sym_query_definition_token2, + ACTIONS(7276), 1, + aux_sym_query_definition_token3, + STATE(5416), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5156), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271208] = 6, + [310376] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6260), 1, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5285), 2, + anon_sym_COLON, anon_sym_COMMA, - STATE(4376), 3, + STATE(5157), 2, sym_comment, sym_include, - aux_sym_inherits_repeat1, - ACTIONS(6203), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [271235] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310406] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6263), 1, - sym__terminator, - STATE(4146), 1, - sym_type_tuning, - STATE(4751), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4377), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7031), 1, + sym_body, + STATE(5158), 2, + sym_comment, + sym_include, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310438] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5410), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7763), 1, + sym_interface_body, + STATE(5159), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271270] = 10, + [310476] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6265), 1, - sym__terminator, - STATE(4119), 1, - sym_type_tuning, - STATE(4773), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4378), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6686), 1, + sym_body, + STATE(5160), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271305] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310508] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6267), 1, - sym__terminator, - STATE(4212), 1, - sym_type_tuning, - STATE(4906), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4379), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5371), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7415), 1, + sym_interface_body, + STATE(5161), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271340] = 10, + [310546] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6269), 1, - sym__terminator, - STATE(4140), 1, - sym_type_tuning, - STATE(4760), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4380), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7262), 1, + sym_body, + STATE(5162), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271375] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310578] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6271), 1, - sym__terminator, - STATE(4117), 1, - sym_type_tuning, - STATE(4761), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4381), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6790), 1, + sym_body, + STATE(5163), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271410] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310610] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3107), 1, - aux_sym_variable_definition_token2, - STATE(4382), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5093), 1, + aux_sym_repeat_statement_repeat1, + STATE(7262), 1, + sym_body, + STATE(5164), 2, sym_comment, sym_include, - ACTIONS(3299), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271437] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310642] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3087), 1, - aux_sym_variable_definition_token2, - STATE(4383), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5202), 1, + aux_sym_repeat_statement_repeat1, + STATE(6844), 1, + sym_body, + STATE(5165), 2, sym_comment, sym_include, - ACTIONS(3231), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271464] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310674] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3101), 1, - aux_sym_variable_definition_token2, - STATE(4384), 2, + ACTIONS(7054), 1, + sym__namedot, + STATE(5168), 1, + aux_sym_qualified_name_repeat1, + STATE(5166), 2, sym_comment, sym_include, - ACTIONS(3285), 8, + ACTIONS(102), 6, + anon_sym_COLON, + anon_sym_DOT, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271491] = 7, + anon_sym_LPAREN, + anon_sym_LT, + aux_sym_variable_tuning_token7, + [310702] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5898), 1, - anon_sym_COMMA, - STATE(4376), 1, - aux_sym_inherits_repeat1, - STATE(4385), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5127), 1, + aux_sym_repeat_statement_repeat1, + STATE(6790), 1, + sym_body, + STATE(5167), 2, sym_comment, sym_include, - ACTIONS(6273), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [271520] = 7, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310734] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5898), 1, - anon_sym_COMMA, - STATE(4376), 1, - aux_sym_inherits_repeat1, - STATE(4386), 2, + ACTIONS(7278), 1, + sym__namedot, + STATE(5168), 3, sym_comment, sym_include, - ACTIONS(6275), 7, + aux_sym_qualified_name_repeat1, + ACTIONS(106), 6, anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [271549] = 10, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_LPAREN, + anon_sym_LT, + aux_sym_variable_tuning_token7, + [310760] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6277), 1, - sym__terminator, - STATE(4099), 1, - sym_type_tuning, - STATE(4721), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4387), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6844), 1, + sym_body, + STATE(5169), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271584] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310792] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6279), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7281), 1, sym__terminator, - STATE(4130), 1, - sym_type_tuning, - STATE(4677), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4388), 2, + ACTIONS(7283), 1, + aux_sym_query_definition_token2, + ACTIONS(7285), 1, + aux_sym_query_definition_token3, + STATE(5491), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5170), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271619] = 6, + [310828] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3075), 1, - aux_sym_variable_definition_token2, - STATE(4389), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5118), 1, + aux_sym_repeat_statement_repeat1, + STATE(7157), 1, + sym_body, + STATE(5171), 2, sym_comment, sym_include, - ACTIONS(3179), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271646] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310860] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6281), 1, - sym__terminator, - STATE(4167), 1, - sym_type_tuning, - STATE(4818), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4390), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(6523), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5172), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271681] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310890] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6283), 1, - sym__terminator, - STATE(4131), 1, - sym_type_tuning, - STATE(4926), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4391), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5320), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5173), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271716] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310920] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3077), 1, - aux_sym_variable_definition_token2, - STATE(4392), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5108), 1, + aux_sym_repeat_statement_repeat1, + STATE(6963), 1, + sym_body, + STATE(5174), 2, sym_comment, sym_include, - ACTIONS(3207), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271743] = 10, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [310952] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6285), 1, - sym__terminator, - STATE(4172), 1, - sym_type_tuning, - STATE(4756), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4393), 2, + ACTIONS(7287), 1, + sym_identifier, + STATE(5203), 1, + aux_sym_destructor_definition_repeat1, + STATE(5389), 1, + sym_access_tuning, + STATE(5175), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271778] = 10, + ACTIONS(7289), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [310982] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6287), 1, - sym__terminator, - STATE(4125), 1, - sym_type_tuning, - STATE(4694), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4394), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6963), 1, + sym_body, + STATE(5176), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271813] = 10, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311014] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6289), 1, - sym__terminator, - STATE(4145), 1, - sym_type_tuning, - STATE(4755), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4395), 2, + ACTIONS(7291), 1, + sym_identifier, + STATE(4117), 1, + sym_qualified_name, + STATE(7131), 1, + sym__find_type, + STATE(5177), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271848] = 7, + ACTIONS(7211), 5, + aux_sym_on_error_phrase_token5, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + aux_sym__find_type_token1, + aux_sym__find_type_token2, + [311044] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5898), 1, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(6573), 2, + anon_sym_COLON, anon_sym_COMMA, - STATE(4386), 1, - aux_sym_inherits_repeat1, - STATE(4396), 2, + STATE(5178), 2, sym_comment, sym_include, - ACTIONS(5896), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [271877] = 7, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311074] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5898), 1, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(7293), 2, + anon_sym_COLON, anon_sym_COMMA, - STATE(4385), 1, - aux_sym_inherits_repeat1, - STATE(4397), 2, + STATE(5179), 2, sym_comment, sym_include, - ACTIONS(5904), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [271906] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311104] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3099), 1, - aux_sym_variable_definition_token2, - STATE(4398), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7057), 1, + sym_body, + STATE(5180), 2, sym_comment, sym_include, - ACTIONS(3277), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [271933] = 7, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311136] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4650), 1, - sym_temp_table_tuning, - ACTIONS(6293), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(4399), 3, + ACTIONS(6960), 1, + aux_sym__block_terminator_token1, + ACTIONS(6962), 1, + anon_sym_LPAREN, + STATE(2576), 1, + sym__block_terminator, + STATE(2972), 1, + sym__function_terminator, + STATE(5353), 1, + sym_function_parameters, + STATE(6411), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5181), 2, sym_comment, sym_include, - aux_sym_temp_table_definition_repeat1, - ACTIONS(6291), 5, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [271962] = 10, + [311172] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6296), 1, - sym__terminator, - STATE(4103), 1, - sym_type_tuning, - STATE(4729), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4400), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5150), 1, + aux_sym_repeat_statement_repeat1, + STATE(7057), 1, + sym_body, + STATE(5182), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [271997] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311204] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3079), 1, - aux_sym_variable_definition_token2, - STATE(4401), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6986), 1, + sym_body, + STATE(5183), 2, sym_comment, sym_include, - ACTIONS(3209), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272024] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311236] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3133), 1, - aux_sym_variable_definition_token2, - STATE(4402), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7155), 1, + anon_sym_COMMA, + ACTIONS(7295), 1, + anon_sym_GT, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6310), 1, + aux_sym_generic_expression_repeat1, + STATE(7245), 1, + sym_type_tuning, + ACTIONS(7157), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5184), 2, sym_comment, sym_include, - ACTIONS(3489), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272051] = 10, + [311272] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6298), 1, - sym__terminator, - STATE(4088), 1, - sym_type_tuning, - STATE(4887), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4403), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5158), 1, + aux_sym_repeat_statement_repeat1, + STATE(7049), 1, + sym_body, + STATE(5185), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272086] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311304] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3131), 1, - aux_sym_variable_definition_token2, - STATE(4404), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5102), 1, + aux_sym_repeat_statement_repeat1, + STATE(6686), 1, + sym_body, + STATE(5186), 2, sym_comment, sym_include, - ACTIONS(3485), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272113] = 10, - ACTIONS(3), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311336] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6132), 1, - sym_identifier, - ACTIONS(6140), 1, - aux_sym_function_call_argument_token2, - STATE(5034), 1, - sym_function_parameter_mode, - STATE(5937), 1, - sym_function_parameter, - ACTIONS(6138), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4405), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7049), 1, + sym_body, + STATE(5187), 2, sym_comment, sym_include, - ACTIONS(6136), 3, - aux_sym_dataset_expression_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token3, - [272148] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311368] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6300), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7297), 1, sym__terminator, - STATE(4234), 1, - sym_type_tuning, - STATE(4706), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4406), 2, + ACTIONS(7299), 1, + aux_sym_query_definition_token2, + ACTIONS(7301), 1, + aux_sym_query_definition_token3, + STATE(5475), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5188), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272183] = 10, + [311404] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6302), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7303), 1, sym__terminator, - STATE(4149), 1, - sym_type_tuning, - STATE(4898), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4407), 2, + ACTIONS(7305), 1, + aux_sym_query_definition_token2, + ACTIONS(7307), 1, + aux_sym_query_definition_token3, + STATE(5343), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5189), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272218] = 10, + [311440] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6304), 1, - sym__terminator, - STATE(4160), 1, - sym_type_tuning, - STATE(4905), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4408), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5211), 1, + aux_sym_repeat_statement_repeat1, + STATE(7123), 1, + sym_body, + STATE(5190), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272253] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311472] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, - aux_sym_variable_definition_token2, - STATE(4409), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7157), 1, + sym_body, + STATE(5191), 2, sym_comment, sym_include, - ACTIONS(3211), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272280] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311504] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6306), 1, - sym__terminator, - STATE(4209), 1, - sym_type_tuning, - STATE(4806), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4410), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7013), 1, + sym_body, + STATE(5192), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272315] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311536] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6308), 1, - sym__terminator, - STATE(4236), 1, - sym_type_tuning, - STATE(4768), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4411), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7123), 1, + sym_body, + STATE(5193), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272350] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311568] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6310), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7309), 1, sym__terminator, - STATE(4157), 1, - sym_type_tuning, - STATE(4839), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4412), 2, + ACTIONS(7311), 1, + aux_sym_query_definition_token2, + ACTIONS(7313), 1, + aux_sym_query_definition_token3, + STATE(5323), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5194), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272385] = 10, + [311604] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6312), 1, - sym__terminator, - STATE(4241), 1, - sym_type_tuning, - STATE(4764), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4413), 2, + ACTIONS(6690), 1, + aux_sym_variable_tuning_token7, + STATE(5119), 1, + aux_sym_function_parameter_repeat1, + STATE(5436), 1, + sym_function_parameter_tuning, + ACTIONS(7315), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5195), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(6692), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [272420] = 6, + [311636] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, - aux_sym_variable_definition_token2, - STATE(4414), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7149), 1, + sym_body, + STATE(5196), 2, sym_comment, sym_include, - ACTIONS(3159), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272447] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311668] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6314), 1, - sym__terminator, - STATE(4095), 1, - sym_type_tuning, - STATE(4685), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4415), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5191), 1, + aux_sym_repeat_statement_repeat1, + STATE(7149), 1, + sym_body, + STATE(5197), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272482] = 6, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311700] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3111), 1, - aux_sym_variable_definition_token2, - STATE(4416), 2, + ACTIONS(635), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7317), 1, + aux_sym_widget_field_token1, + STATE(2231), 1, + sym_do_block, + STATE(5233), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7513), 1, + sym_label, + STATE(5198), 2, sym_comment, sym_include, - ACTIONS(3347), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272509] = 6, + [311738] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3113), 1, - aux_sym_variable_definition_token2, - STATE(4417), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7319), 1, + sym__terminator, + ACTIONS(7321), 1, + aux_sym_query_definition_token2, + ACTIONS(7323), 1, + aux_sym_query_definition_token3, + STATE(5472), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5199), 2, sym_comment, sym_include, - ACTIONS(3357), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272536] = 10, + [311774] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6316), 1, - sym__terminator, - STATE(4202), 1, - sym_type_tuning, - STATE(4813), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4418), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5103), 1, + aux_sym_repeat_statement_repeat1, + STATE(6664), 1, + sym_body, + STATE(5200), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272571] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311806] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3067), 1, - aux_sym_variable_definition_token2, - STATE(4419), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5217), 1, + aux_sym_repeat_statement_repeat1, + STATE(6891), 1, + sym_body, + STATE(5201), 2, sym_comment, sym_include, - ACTIONS(3157), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272598] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311838] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6318), 1, - sym__terminator, - STATE(4123), 1, - sym_type_tuning, - STATE(4762), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4420), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6891), 1, + sym_body, + STATE(5202), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272633] = 9, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311870] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_LT, - ACTIONS(6320), 1, - sym__namedot, - STATE(4010), 1, - sym_generic_expression, - STATE(4504), 1, - aux_sym_qualified_name_repeat1, - STATE(4421), 2, + ACTIONS(7325), 1, + sym_identifier, + STATE(5210), 1, + aux_sym_destructor_definition_repeat1, + STATE(5389), 1, + sym_access_tuning, + STATE(5203), 2, sym_comment, sym_include, - ACTIONS(4109), 5, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_LPAREN, - aux_sym_variable_tuning_token7, - [272666] = 6, - ACTIONS(69), 1, + ACTIONS(7289), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [311900] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3065), 1, - aux_sym_variable_definition_token2, - STATE(4422), 2, + ACTIONS(7327), 1, + sym_identifier, + STATE(4118), 1, + sym_qualified_name, + STATE(6962), 1, + sym__find_type, + STATE(5204), 2, sym_comment, sym_include, - ACTIONS(3151), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272693] = 6, + ACTIONS(7211), 5, + aux_sym_on_error_phrase_token5, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + aux_sym__find_type_token1, + aux_sym__find_type_token2, + [311930] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3063), 1, - aux_sym_variable_definition_token2, - STATE(4423), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5083), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5205), 2, sym_comment, sym_include, - ACTIONS(3149), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272720] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [311960] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6322), 1, - sym__terminator, - STATE(4089), 1, - sym_type_tuning, - STATE(4679), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4424), 2, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__block_terminator_token1, + STATE(2383), 1, + sym__function_terminator, + STATE(2501), 1, + sym__block_terminator, + STATE(5548), 1, + sym_function_parameters, + STATE(6378), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5206), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272755] = 10, + [311996] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6324), 1, - sym__terminator, - STATE(4138), 1, - sym_type_tuning, - STATE(4765), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4425), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5231), 1, + aux_sym_repeat_statement_repeat1, + STATE(6986), 1, + sym_body, + STATE(5207), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272790] = 10, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312028] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6326), 1, - sym__terminator, - STATE(4204), 1, - sym_type_tuning, - STATE(4739), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4426), 2, + ACTIONS(376), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7329), 1, + aux_sym_widget_field_token1, + STATE(2814), 1, + sym_do_block, + STATE(5236), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7695), 1, + sym_label, + STATE(5208), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272825] = 10, + [312066] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6328), 1, - sym__terminator, - STATE(4191), 1, - sym_type_tuning, - STATE(4728), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4427), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5230), 1, + aux_sym_repeat_statement_repeat1, + STATE(7099), 1, + sym_body, + STATE(5209), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272860] = 6, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312098] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3123), 1, - aux_sym_variable_definition_token2, - STATE(4428), 2, + ACTIONS(7331), 1, + sym_identifier, + STATE(5389), 1, + sym_access_tuning, + STATE(5210), 3, sym_comment, sym_include, - ACTIONS(3425), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272887] = 6, + aux_sym_destructor_definition_repeat1, + ACTIONS(7333), 5, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [312126] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6332), 1, - aux_sym_variable_tuning_token2, - STATE(4429), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7099), 1, + sym_body, + STATE(5211), 2, sym_comment, sym_include, - ACTIONS(6330), 8, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token3, - aux_sym_variable_tuning_token4, - aux_sym_variable_tuning_token5, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, - [272914] = 10, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312158] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6334), 1, - sym__terminator, - STATE(4189), 1, - sym_type_tuning, - STATE(4722), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4430), 2, + STATE(5212), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [272949] = 6, + ACTIONS(6992), 8, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [312182] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3121), 1, - aux_sym_variable_definition_token2, - STATE(4431), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7336), 1, + sym__terminator, + ACTIONS(7338), 1, + aux_sym_query_definition_token2, + ACTIONS(7340), 1, + aux_sym_query_definition_token3, + STATE(5374), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5213), 2, sym_comment, sym_include, - ACTIONS(3369), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [272976] = 8, + [312218] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6336), 1, - sym__integer_literal, - STATE(4311), 1, - sym__decimal_literal, - STATE(4844), 1, - sym_number_literal, - STATE(4432), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5176), 1, + aux_sym_repeat_statement_repeat1, + STATE(6937), 1, + sym_body, + STATE(5214), 2, sym_comment, sym_include, - ACTIONS(6338), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [273007] = 7, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312250] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, + ACTIONS(1747), 1, sym__namedot, - STATE(3479), 1, + ACTIONS(7155), 1, + anon_sym_COMMA, + ACTIONS(7342), 1, + anon_sym_GT, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(4433), 2, + STATE(6352), 1, + aux_sym_generic_expression_repeat1, + STATE(7245), 1, + sym_type_tuning, + ACTIONS(7157), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5215), 2, sym_comment, sym_include, - ACTIONS(4435), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [273036] = 10, + [312286] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6340), 1, - sym__terminator, - STATE(4225), 1, - sym_type_tuning, - STATE(4914), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4434), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5220), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5216), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [273071] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312316] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3061), 1, - aux_sym_variable_definition_token2, - STATE(4435), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(6937), 1, + sym_body, + STATE(5217), 2, sym_comment, sym_include, - ACTIONS(3143), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273098] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312348] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3119), 1, - aux_sym_variable_definition_token2, - STATE(4436), 2, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5073), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(5218), 2, sym_comment, sym_include, - ACTIONS(3367), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273125] = 6, - ACTIONS(69), 1, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312378] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7224), 1, + sym_identifier, + ACTIONS(7226), 1, anon_sym_LBRACE, - ACTIONS(3115), 1, - aux_sym_variable_definition_token2, - STATE(4437), 2, + ACTIONS(7230), 1, + anon_sym_DQUOTE, + ACTIONS(7232), 1, + aux_sym_include_argument_token1, + ACTIONS(7344), 1, + anon_sym_RBRACE, + STATE(5139), 1, + aux_sym_include_repeat2, + STATE(5912), 1, + sym_double_quoted_string, + STATE(6156), 1, + sym_constant, + STATE(6168), 1, + sym_include_argument, + STATE(5219), 2, sym_comment, sym_include, - ACTIONS(3359), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273152] = 6, + [312416] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3117), 1, - aux_sym_variable_definition_token2, - STATE(4438), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, + aux_sym_on_error_phrase_token1, + STATE(5123), 1, + aux_sym_repeat_statement_repeat1, + STATE(7242), 1, + sym_body, + STATE(5220), 2, sym_comment, sym_include, - ACTIONS(3361), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273179] = 6, + STATE(6136), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [312448] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3095), 1, - aux_sym_variable_definition_token2, - STATE(4439), 2, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(6976), 1, + aux_sym__block_terminator_token1, + STATE(5552), 1, + sym_function_parameters, + STATE(5726), 1, + sym__function_terminator, + STATE(5803), 1, + sym__block_terminator, + STATE(6550), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5221), 2, sym_comment, sym_include, - ACTIONS(3273), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273206] = 6, + [312484] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3127), 1, - aux_sym_variable_definition_token2, - STATE(4440), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7155), 1, + anon_sym_COMMA, + ACTIONS(7346), 1, + anon_sym_GT, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6523), 1, + aux_sym_generic_expression_repeat1, + STATE(7245), 1, + sym_type_tuning, + ACTIONS(7157), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5222), 2, sym_comment, sym_include, - ACTIONS(3439), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273233] = 6, - ACTIONS(69), 1, + [312520] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, - aux_sym_variable_definition_token2, - STATE(4441), 2, + STATE(5223), 2, sym_comment, sym_include, - ACTIONS(3275), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273260] = 6, + ACTIONS(7127), 8, + anon_sym_COLON, + sym_identifier, + aux_sym_scope_tuning_token1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + [312544] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(519), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7348), 1, + aux_sym_widget_field_token1, + STATE(5285), 1, + aux_sym_on_statement_repeat1, + STATE(5745), 1, + sym_do_block, + STATE(6377), 1, + sym_widget_phrase, + STATE(7456), 1, + sym_label, + STATE(5224), 2, + sym_comment, + sym_include, + [312582] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3125), 1, - aux_sym_variable_definition_token2, - STATE(4442), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5370), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7928), 1, + sym_interface_body, + STATE(5225), 2, sym_comment, sym_include, - ACTIONS(3435), 8, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_variable_definition_token1, - aux_sym_else_statement_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - aux_sym_case_otherwise_branch_token1, - [273287] = 9, + [312620] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(635), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7350), 1, + aux_sym_widget_field_token1, + STATE(2296), 1, + sym_do_block, + STATE(5243), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7513), 1, + sym_label, + STATE(5226), 2, + sym_comment, + sym_include, + [312658] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5162), 1, aux_sym_repeat_statement_repeat1, - STATE(6227), 1, + STATE(7242), 1, sym_body, - STATE(4443), 2, + STATE(5227), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [273319] = 9, + [312690] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6342), 1, - anon_sym_LT, - ACTIONS(6344), 1, - sym__namedot, - STATE(4586), 1, - aux_sym_qualified_name_repeat1, - STATE(5449), 1, - sym_generic_expression, - STATE(4444), 2, + ACTIONS(376), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + ACTIONS(7352), 1, + aux_sym_widget_field_token1, + STATE(2708), 1, + sym_do_block, + STATE(5251), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7695), 1, + sym_label, + STATE(5228), 2, sym_comment, sym_include, - ACTIONS(4113), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [273351] = 8, + [312728] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5187), 1, aux_sym_repeat_statement_repeat1, - ACTIONS(6346), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4445), 2, + STATE(7075), 1, + sym_body, + STATE(5229), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [273381] = 9, + [312760] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(6446), 1, + STATE(7075), 1, sym_body, - STATE(4446), 2, + STATE(5230), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [273413] = 9, + [312792] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3053), 1, + ACTIONS(3538), 1, aux_sym_on_error_phrase_token1, - STATE(4496), 1, + STATE(5123), 1, aux_sym_repeat_statement_repeat1, - STATE(6446), 1, + STATE(6995), 1, sym_body, - STATE(4447), 2, + STATE(5231), 2, sym_comment, sym_include, - STATE(5038), 4, + STATE(6136), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, sym_on_endkey_phrase, - [273445] = 11, - ACTIONS(69), 1, + [312824] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6183), 1, - aux_sym__block_terminator_token1, - STATE(4826), 1, - sym_function_parameters, - STATE(5068), 1, - sym__block_terminator, - STATE(5143), 1, - sym__function_terminator, - STATE(5685), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4448), 2, + ACTIONS(635), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2296), 1, + sym_do_block, + STATE(5243), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7513), 1, + sym_label, + STATE(5232), 2, sym_comment, sym_include, - [273481] = 11, - ACTIONS(69), 1, + [312859] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6348), 1, - anon_sym_COMMA, - ACTIONS(6352), 1, - anon_sym_GT, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5699), 1, - aux_sym_generic_expression_repeat1, - STATE(6376), 1, - sym_type_tuning, - ACTIONS(6350), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4449), 2, + ACTIONS(635), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2296), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7513), 1, + sym_label, + STATE(5233), 2, sym_comment, sym_include, - [273517] = 8, - ACTIONS(69), 1, + [312894] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4691), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4450), 2, + ACTIONS(519), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(5285), 1, + aux_sym_on_statement_repeat1, + STATE(5745), 1, + sym_do_block, + STATE(6377), 1, + sym_widget_phrase, + STATE(7456), 1, + sym_label, + STATE(5234), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [273547] = 8, - ACTIONS(69), 1, + [312929] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4685), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4451), 2, + ACTIONS(376), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2708), 1, + sym_do_block, + STATE(5251), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7695), 1, + sym_label, + STATE(5235), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [273577] = 11, - ACTIONS(69), 1, + [312964] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6354), 1, - sym__terminator, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6360), 1, - aux_sym_query_definition_token2, - ACTIONS(6362), 1, - aux_sym_query_definition_token3, - STATE(4918), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4452), 2, + ACTIONS(376), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2708), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7695), 1, + sym_label, + STATE(5236), 2, sym_comment, sym_include, - [273613] = 7, + [312999] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6364), 1, + ACTIONS(519), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, sym_identifier, - STATE(4907), 1, - sym_access_tuning, - STATE(4453), 3, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(5745), 1, + sym_do_block, + STATE(6377), 1, + sym_widget_phrase, + STATE(7456), 1, + sym_label, + STATE(5237), 2, sym_comment, sym_include, - aux_sym_destructor_definition_repeat1, - ACTIONS(6366), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [273641] = 9, + [313034] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6369), 2, + STATE(7205), 1, + sym_argument_tuning, + ACTIONS(3339), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(4454), 2, + STATE(5238), 2, sym_comment, sym_include, - ACTIONS(5884), 3, + ACTIONS(3048), 4, aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [273673] = 9, + [313061] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4539), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6371), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4455), 2, + ACTIONS(7354), 1, + aux_sym__block_terminator_token1, + ACTIONS(7356), 1, + aux_sym_access_tuning_token1, + STATE(6403), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(2675), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5239), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [273705] = 11, + [313092] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(6348), 1, + ACTIONS(7358), 1, + sym__terminator, + ACTIONS(7360), 1, anon_sym_COMMA, - ACTIONS(6373), 1, - anon_sym_GT, - STATE(304), 1, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(5831), 1, - aux_sym_generic_expression_repeat1, - STATE(6376), 1, - sym_type_tuning, - ACTIONS(6350), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4456), 2, + STATE(5651), 1, + aux_sym_data_relation_repeat1, + STATE(7390), 1, + sym_data_relation, + STATE(5240), 2, sym_comment, sym_include, - [273741] = 9, + [313127] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6371), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4457), 2, + ACTIONS(879), 1, + sym__namecolon, + STATE(5286), 1, + aux_sym_object_access_repeat1, + STATE(5241), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [273773] = 9, + ACTIONS(91), 5, + sym__augmented_assignment, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + [313154] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6433), 1, - sym_body, - STATE(4458), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7364), 1, + sym__terminator, + ACTIONS(7366), 1, + aux_sym_query_definition_token3, + STATE(5400), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5242), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [273805] = 12, + [313187] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(635), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2347), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7513), 1, + sym_label, + STATE(5243), 2, + sym_comment, + sym_include, + [313222] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4849), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6772), 1, - sym_interface_body, - STATE(4459), 2, + ACTIONS(879), 1, + sym__namecolon, + STATE(5286), 1, + aux_sym_object_access_repeat1, + STATE(5244), 2, sym_comment, sym_include, - [273843] = 11, + ACTIONS(91), 5, + sym__augmented_assignment, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + [313249] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(6348), 1, + ACTIONS(7360), 1, anon_sym_COMMA, - ACTIONS(6377), 1, - anon_sym_GT, - STATE(304), 1, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7368), 1, + sym__terminator, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(5779), 1, - aux_sym_generic_expression_repeat1, - STATE(6376), 1, - sym_type_tuning, - ACTIONS(6350), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4460), 2, + STATE(5563), 1, + aux_sym_data_relation_repeat1, + STATE(7563), 1, + sym_data_relation, + STATE(5245), 2, sym_comment, sym_include, - [273879] = 8, + [313284] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4594), 2, - anon_sym_COLON, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, anon_sym_COMMA, - STATE(4461), 2, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7370), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5614), 1, + aux_sym_data_relation_repeat1, + STATE(7489), 1, + sym_data_relation, + STATE(5246), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [273909] = 9, + [313319] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5872), 1, - sym_body, - STATE(4462), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7372), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5664), 1, + aux_sym_data_relation_repeat1, + STATE(7793), 1, + sym_data_relation, + STATE(5247), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [273941] = 11, + [313354] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6379), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7374), 1, sym__terminator, - ACTIONS(6381), 1, - aux_sym_query_definition_token2, - ACTIONS(6383), 1, - aux_sym_query_definition_token3, - STATE(4681), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4463), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5680), 1, + aux_sym_data_relation_repeat1, + STATE(7375), 1, + sym_data_relation, + STATE(5248), 2, sym_comment, sym_include, - [273977] = 9, + [313389] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6385), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4464), 2, + ACTIONS(7376), 1, + aux_sym__block_terminator_token1, + ACTIONS(7378), 1, + aux_sym_access_tuning_token1, + STATE(6235), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(2983), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5249), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [274009] = 9, + [313420] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(635), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2394), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7513), 1, + sym_label, + STATE(5250), 2, + sym_comment, + sym_include, + [313455] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(376), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(3018), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7695), 1, + sym_label, + STATE(5251), 2, + sym_comment, + sym_include, + [313490] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(635), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2347), 1, + sym_do_block, + STATE(5250), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7513), 1, + sym_label, + STATE(5252), 2, + sym_comment, + sym_include, + [313525] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4571), 1, - aux_sym_repeat_statement_repeat1, - STATE(6389), 1, - sym_body, - STATE(4465), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7380), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5594), 1, + aux_sym_data_relation_repeat1, + STATE(7478), 1, + sym_data_relation, + STATE(5253), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274041] = 12, + [313560] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(374), 1, + ACTIONS(376), 1, aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7149), 1, sym_identifier, - ACTIONS(6389), 1, + ACTIONS(7151), 1, aux_sym_input_expression_token2, - ACTIONS(6391), 1, - aux_sym_widget_field_token1, - STATE(2578), 1, + STATE(3018), 1, sym_do_block, - STATE(4661), 1, + STATE(5289), 1, aux_sym_on_statement_repeat1, - STATE(5855), 1, + STATE(6377), 1, sym_widget_phrase, - STATE(6833), 1, + STATE(7695), 1, sym_label, - STATE(4466), 2, + STATE(5254), 2, + sym_comment, + sym_include, + [313595] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7382), 1, + sym__terminator, + ACTIONS(7384), 1, + aux_sym_query_definition_token3, + STATE(5406), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5255), 2, sym_comment, sym_include, - [274079] = 8, + [313628] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6393), 1, + ACTIONS(519), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, sym_identifier, - STATE(3549), 1, - sym_qualified_name, - STATE(6288), 1, - sym__find_type, - STATE(4467), 2, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(5984), 1, + sym_do_block, + STATE(6377), 1, + sym_widget_phrase, + STATE(7456), 1, + sym_label, + STATE(5256), 2, sym_comment, sym_include, - ACTIONS(6395), 5, - aux_sym_on_error_phrase_token5, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - aux_sym__find_type_token1, - aux_sym__find_type_token2, - [274109] = 9, + [313663] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4495), 1, - aux_sym_repeat_statement_repeat1, - STATE(5872), 1, - sym_body, - STATE(4468), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274141] = 9, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + ACTIONS(7386), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5675), 1, + sym_function_arguments, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5257), 2, + sym_comment, + sym_include, + [313696] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4501), 1, - aux_sym_repeat_statement_repeat1, - STATE(5947), 1, - sym_body, - STATE(4469), 2, + ACTIONS(7390), 1, + aux_sym_variable_tuning_token8, + STATE(5586), 1, + sym_workfile_tuning, + STATE(5258), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274173] = 9, + aux_sym_workfile_definition_repeat2, + ACTIONS(7388), 4, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_field_definition_token1, + [313723] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4551), 1, - aux_sym_repeat_statement_repeat1, - STATE(5934), 1, - sym_body, - STATE(4470), 2, + STATE(5259), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274205] = 11, + ACTIONS(7393), 7, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [313746] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6397), 1, + ACTIONS(7395), 1, sym__terminator, - ACTIONS(6399), 1, - aux_sym_query_definition_token2, - ACTIONS(6401), 1, + ACTIONS(7397), 1, aux_sym_query_definition_token3, - STATE(4809), 1, + STATE(5445), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4471), 2, - sym_comment, - sym_include, - [274241] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6403), 1, - sym_identifier, - ACTIONS(6405), 1, - anon_sym_LBRACE, - ACTIONS(6407), 1, - anon_sym_RBRACE, - ACTIONS(6409), 1, - anon_sym_DQUOTE, - ACTIONS(6411), 1, - aux_sym_include_argument_token1, - STATE(4480), 1, - aux_sym_include_repeat2, - STATE(5394), 1, - sym_include_argument, - STATE(5396), 1, - sym_double_quoted_string, - STATE(5428), 1, - sym_constant, - STATE(4472), 2, + STATE(5260), 2, sym_comment, sym_include, - [274279] = 11, + [313779] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6199), 1, + ACTIONS(7399), 1, aux_sym__block_terminator_token1, - STATE(2103), 1, - sym__function_terminator, - STATE(2127), 1, - sym__block_terminator, - STATE(4792), 1, - sym_function_parameters, - STATE(5653), 1, + ACTIONS(7401), 1, + aux_sym_access_tuning_token1, + STATE(6460), 1, sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(6958), 2, anon_sym_COLON, anon_sym_DOT, - STATE(4473), 2, + STATE(2184), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5261), 2, sym_comment, sym_include, - [274315] = 8, + [313810] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4469), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4474), 2, + STATE(5262), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274345] = 9, - ACTIONS(69), 1, + ACTIONS(7403), 7, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [313833] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6413), 2, + ACTIONS(3298), 1, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4475), 2, + ACTIONS(3365), 1, + aux_sym_of_phrase_token2, + STATE(5292), 1, + aux_sym_array_literal_repeat1, + STATE(5263), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [274377] = 12, + ACTIONS(3363), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [313862] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(525), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - ACTIONS(6415), 1, - aux_sym_widget_field_token1, - STATE(4619), 1, - aux_sym_on_statement_repeat1, - STATE(5155), 1, - sym_do_block, - STATE(5855), 1, - sym_widget_phrase, - STATE(6714), 1, - sym_label, - STATE(4476), 2, + ACTIONS(7405), 1, + sym__namedot, + STATE(5264), 3, sym_comment, sym_include, - [274415] = 11, + aux_sym_qualified_name_repeat1, + ACTIONS(108), 5, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LT, + aux_sym_scope_tuning_token1, + [313887] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6348), 1, - anon_sym_COMMA, - ACTIONS(6417), 1, - anon_sym_GT, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5746), 1, - aux_sym_generic_expression_repeat1, - STATE(6376), 1, - sym_type_tuning, - ACTIONS(6350), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4477), 2, + STATE(5265), 2, sym_comment, sym_include, - [274451] = 9, + ACTIONS(7408), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [313910] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7412), 1, + aux_sym_to_phrase_token1, + ACTIONS(7415), 1, + aux_sym_sort_clause_token1, + STATE(5582), 1, + sym_sort_clause, + ACTIONS(7410), 3, anon_sym_COLON, - ACTIONS(3053), 1, + anon_sym_COMMA, aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6047), 1, - sym_body, - STATE(4478), 2, + STATE(5266), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274483] = 9, + aux_sym_for_phrase_repeat2, + [313939] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4536), 1, - aux_sym_repeat_statement_repeat1, - STATE(6047), 1, - sym_body, - STATE(4479), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7418), 1, + sym__terminator, + ACTIONS(7420), 1, + aux_sym_query_definition_token3, + STATE(5318), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5267), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274515] = 11, - ACTIONS(3), 1, + [313972] = 10, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(6419), 1, - sym_identifier, - ACTIONS(6422), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6425), 1, - anon_sym_RBRACE, - ACTIONS(6427), 1, - anon_sym_DQUOTE, - ACTIONS(6430), 1, - aux_sym_include_argument_token1, - STATE(5394), 1, - sym_include_argument, - STATE(5396), 1, - sym_double_quoted_string, - STATE(5428), 1, - sym_constant, - STATE(4480), 3, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + ACTIONS(7422), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5675), 1, + sym_function_arguments, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5268), 2, sym_comment, sym_include, - aux_sym_include_repeat2, - [274551] = 6, + [314005] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6433), 1, - anon_sym_COMMA, - STATE(4481), 3, - sym_comment, - sym_include, - aux_sym_array_literal_repeat1, - ACTIONS(2808), 6, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, sym_identifier, + ACTIONS(7151), 1, aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [274577] = 9, + STATE(2988), 1, + sym_do_block, + STATE(5282), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7647), 1, + sym_label, + STATE(5269), 2, + sym_comment, + sym_include, + [314040] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6211), 1, - sym_body, - STATE(4482), 2, + STATE(5270), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274609] = 12, + ACTIONS(106), 7, + sym__namedot, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_LPAREN, + anon_sym_LT, + aux_sym_variable_tuning_token7, + [314063] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(579), 1, + ACTIONS(573), 1, aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7149), 1, sym_identifier, - ACTIONS(6389), 1, + ACTIONS(7151), 1, aux_sym_input_expression_token2, - ACTIONS(6436), 1, - aux_sym_widget_field_token1, - STATE(2132), 1, + STATE(2160), 1, sym_do_block, - STATE(4673), 1, + STATE(5666), 1, aux_sym_on_statement_repeat1, - STATE(5855), 1, + STATE(6377), 1, sym_widget_phrase, - STATE(6650), 1, + STATE(7284), 1, sym_label, - STATE(4483), 2, + STATE(5271), 2, sym_comment, sym_include, - [274647] = 9, + [314098] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + STATE(5272), 2, + sym_comment, + sym_include, + ACTIONS(7424), 7, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4513), 1, - aux_sym_repeat_statement_repeat1, - STATE(6211), 1, - sym_body, - STATE(4484), 2, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [314121] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7426), 1, + sym__terminator, + ACTIONS(7428), 1, + aux_sym_query_definition_token3, + STATE(5415), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5273), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274679] = 8, + [314154] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4491), 2, - anon_sym_COLON, + ACTIONS(879), 1, + sym__namecolon, + STATE(5286), 1, + aux_sym_object_access_repeat1, + STATE(5274), 2, + sym_comment, + sym_include, + ACTIONS(91), 5, + sym__augmented_assignment, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + [314181] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(6917), 1, + sym_argument_tuning, + ACTIONS(3044), 2, anon_sym_COMMA, - STATE(4485), 2, + anon_sym_RPAREN, + STATE(5275), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274709] = 9, + ACTIONS(3048), 4, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token2, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [314208] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6132), 1, - sym_body, - STATE(4486), 2, + STATE(5276), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274741] = 12, + ACTIONS(7430), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [314231] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(304), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7432), 1, + sym__terminator, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(4848), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6693), 1, - sym_interface_body, - STATE(4487), 2, + STATE(5577), 1, + aux_sym_data_relation_repeat1, + STATE(7547), 1, + sym_data_relation, + STATE(5277), 2, sym_comment, sym_include, - [274779] = 11, + [314266] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6191), 1, - aux_sym__block_terminator_token1, - STATE(2525), 1, - sym__function_terminator, - STATE(2583), 1, - sym__block_terminator, - STATE(4804), 1, - sym_function_parameters, - STATE(5644), 1, - sym_dot_body, - ACTIONS(6163), 2, + STATE(5278), 2, + sym_comment, + sym_include, + ACTIONS(7434), 7, anon_sym_COLON, - anon_sym_DOT, - STATE(4488), 2, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [314289] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(5279), 2, sym_comment, sym_include, - [274815] = 12, + ACTIONS(7436), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [314312] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -285573,54740 +328049,54895 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(43), 1, aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7149), 1, sym_identifier, - ACTIONS(6389), 1, + ACTIONS(7151), 1, aux_sym_input_expression_token2, - ACTIONS(6438), 1, - aux_sym_widget_field_token1, - STATE(2472), 1, + STATE(2796), 1, sym_do_block, - STATE(4585), 1, + STATE(5295), 1, aux_sym_on_statement_repeat1, - STATE(5855), 1, + STATE(6377), 1, sym_widget_phrase, - STATE(7175), 1, + STATE(7647), 1, sym_label, - STATE(4489), 2, + STATE(5280), 2, sym_comment, sym_include, - [274853] = 9, + [314347] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6493), 1, - sym_body, - STATE(4490), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274885] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6440), 1, - sym_identifier, - STATE(4514), 1, - aux_sym_destructor_definition_repeat1, - STATE(4907), 1, - sym_access_tuning, - STATE(4491), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7438), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5625), 1, + aux_sym_data_relation_repeat1, + STATE(7337), 1, + sym_data_relation, + STATE(5281), 2, sym_comment, sym_include, - ACTIONS(6442), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [274915] = 8, + [314382] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6444), 1, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, sym_identifier, - STATE(3567), 1, - sym_qualified_name, - STATE(6474), 1, - sym__find_type, - STATE(4492), 2, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2796), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7647), 1, + sym_label, + STATE(5282), 2, sym_comment, sym_include, - ACTIONS(6395), 5, - aux_sym_on_error_phrase_token5, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - aux_sym__find_type_token1, - aux_sym__find_type_token2, - [274945] = 9, + [314417] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4446), 1, - aux_sym_repeat_statement_repeat1, - STATE(6493), 1, - sym_body, - STATE(4493), 2, + STATE(5283), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [274977] = 12, - ACTIONS(69), 1, + ACTIONS(7440), 7, + anon_sym_COLON, + aux_sym_serialization_tuning_token1, + aux_sym_property_type_token1, + aux_sym_method_tuning_token1, + aux_sym_inherits_token1, + aux_sym_implements_token1, + aux_sym_use_widget_pool_token1, + [314440] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4832), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6847), 1, - sym_interface_body, - STATE(4494), 2, + ACTIONS(3298), 1, + anon_sym_COMMA, + ACTIONS(3327), 1, + aux_sym_of_phrase_token2, + STATE(5292), 1, + aux_sym_array_literal_repeat1, + STATE(5284), 2, sym_comment, sym_include, - [275015] = 9, - ACTIONS(69), 1, + ACTIONS(3325), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [314469] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5982), 1, - sym_body, - STATE(4495), 2, + ACTIONS(519), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6145), 1, + sym_do_block, + STATE(6377), 1, + sym_widget_phrase, + STATE(7456), 1, + sym_label, + STATE(5285), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275047] = 9, + [314504] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6421), 1, - sym_body, - STATE(4496), 2, + ACTIONS(7442), 1, + sym__namecolon, + STATE(5286), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275079] = 9, - ACTIONS(69), 1, + aux_sym_object_access_repeat1, + ACTIONS(95), 5, + sym__augmented_assignment, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + [314529] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6384), 1, - sym_body, - STATE(4497), 2, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2988), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7647), 1, + sym_label, + STATE(5287), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275111] = 9, + [314564] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5947), 1, - sym_body, - STATE(4498), 2, + ACTIONS(1747), 1, + sym__namedot, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5288), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275143] = 12, + ACTIONS(7445), 5, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + [314591] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(374), 1, + ACTIONS(376), 1, aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7149), 1, sym_identifier, - ACTIONS(6389), 1, + ACTIONS(7151), 1, aux_sym_input_expression_token2, - ACTIONS(6446), 1, - aux_sym_widget_field_token1, - STATE(2520), 1, + STATE(2928), 1, sym_do_block, - STATE(4609), 1, + STATE(5666), 1, aux_sym_on_statement_repeat1, - STATE(5855), 1, + STATE(6377), 1, sym_widget_phrase, - STATE(6833), 1, + STATE(7695), 1, sym_label, - STATE(4499), 2, + STATE(5289), 2, sym_comment, sym_include, - [275181] = 12, + [314626] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6403), 1, - sym_identifier, - ACTIONS(6405), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6409), 1, - anon_sym_DQUOTE, - ACTIONS(6411), 1, - aux_sym_include_argument_token1, - ACTIONS(6448), 1, - anon_sym_RBRACE, - STATE(4537), 1, - aux_sym_include_repeat2, - STATE(5394), 1, - sym_include_argument, - STATE(5396), 1, - sym_double_quoted_string, - STATE(5428), 1, - sym_constant, - STATE(4500), 2, + ACTIONS(519), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(5256), 1, + aux_sym_on_statement_repeat1, + STATE(6145), 1, + sym_do_block, + STATE(6377), 1, + sym_widget_phrase, + STATE(7456), 1, + sym_label, + STATE(5290), 2, sym_comment, sym_include, - [275219] = 9, + [314661] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5934), 1, - sym_body, - STATE(4501), 2, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + ACTIONS(7447), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5675), 1, + sym_function_arguments, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5291), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275251] = 12, + [314694] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(635), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7449), 1, + anon_sym_COMMA, + STATE(5292), 3, + sym_comment, + sym_include, + aux_sym_array_literal_repeat1, + ACTIONS(3352), 5, sym_identifier, - ACTIONS(6389), 1, aux_sym_input_expression_token2, - ACTIONS(6450), 1, + aux_sym_do_block_token1, aux_sym_widget_field_token1, - STATE(1869), 1, - sym_do_block, - STATE(4652), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6534), 1, - sym_label, - STATE(4502), 2, - sym_comment, - sym_include, - [275289] = 9, + aux_sym_of_phrase_token2, + [314719] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6078), 1, - sym_body, - STATE(4503), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7452), 1, + sym__terminator, + ACTIONS(7454), 1, + aux_sym_query_definition_token3, + STATE(5351), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5293), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275321] = 7, + [314752] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6320), 1, - sym__namedot, - STATE(4509), 1, - aux_sym_qualified_name_repeat1, - STATE(4504), 2, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + ACTIONS(7456), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5675), 1, + sym_function_arguments, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5294), 2, sym_comment, sym_include, - ACTIONS(113), 6, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_LPAREN, - anon_sym_LT, - aux_sym_variable_tuning_token7, - [275349] = 9, + [314785] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2704), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7647), 1, + sym_label, + STATE(5295), 2, + sym_comment, + sym_include, + [314820] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4560), 1, - aux_sym_repeat_statement_repeat1, - STATE(6421), 1, - sym_body, - STATE(4505), 2, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + ACTIONS(7458), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5675), 1, + sym_function_arguments, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5296), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275381] = 9, + [314853] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3298), 1, + anon_sym_COMMA, + ACTIONS(7462), 1, + aux_sym_of_phrase_token2, + STATE(5292), 1, + aux_sym_array_literal_repeat1, + STATE(5297), 2, + sym_comment, + sym_include, + ACTIONS(7460), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [314882] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4554), 1, - aux_sym_repeat_statement_repeat1, - STATE(6078), 1, - sym_body, - STATE(4506), 2, + ACTIONS(7054), 1, + sym__namedot, + STATE(5166), 1, + aux_sym_qualified_name_repeat1, + STATE(5298), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275413] = 9, + ACTIONS(5007), 5, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_LPAREN, + aux_sym_variable_tuning_token7, + [314909] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7464), 1, + aux_sym__block_terminator_token1, + ACTIONS(7466), 1, + aux_sym_access_tuning_token1, + STATE(6362), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6235), 1, - sym_body, - STATE(4507), 2, + anon_sym_DOT, + STATE(2530), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5299), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275445] = 9, + [314940] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4565), 1, - aux_sym_repeat_statement_repeat1, - STATE(6001), 1, - sym_body, - STATE(4508), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7468), 1, + sym__terminator, + ACTIONS(7470), 1, + aux_sym_query_definition_token3, + STATE(5540), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5300), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275477] = 6, + [314973] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6452), 1, + ACTIONS(1747), 1, sym__namedot, - STATE(4509), 3, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7245), 1, + sym_type_tuning, + ACTIONS(7157), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(7472), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(5301), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(102), 6, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_LPAREN, - anon_sym_LT, - aux_sym_variable_tuning_token7, - [275503] = 11, + [315004] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6455), 1, + ACTIONS(7474), 1, sym__terminator, - ACTIONS(6457), 1, - aux_sym_query_definition_token2, - ACTIONS(6459), 1, + ACTIONS(7476), 1, aux_sym_query_definition_token3, - STATE(4752), 1, + STATE(5557), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4510), 2, + STATE(5302), 2, sym_comment, sym_include, - [275539] = 9, - ACTIONS(69), 1, + [315037] = 11, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4482), 1, - aux_sym_repeat_statement_repeat1, - STATE(6235), 1, - sym_body, - STATE(4511), 2, + ACTIONS(573), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2246), 1, + sym_do_block, + STATE(5271), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7284), 1, + sym_label, + STATE(5303), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275571] = 9, - ACTIONS(69), 1, + [315072] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4503), 1, - aux_sym_repeat_statement_repeat1, - STATE(5982), 1, - sym_body, - STATE(4512), 2, + ACTIONS(7163), 1, + sym__namedot, + STATE(5264), 1, + aux_sym_qualified_name_repeat1, + STATE(5304), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275603] = 9, + ACTIONS(104), 5, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LT, + aux_sym_scope_tuning_token1, + [315099] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7478), 1, + aux_sym__block_terminator_token1, + ACTIONS(7480), 1, + aux_sym_access_tuning_token1, + STATE(6474), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6181), 1, - sym_body, - STATE(4513), 2, + anon_sym_DOT, + STATE(5305), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275635] = 8, + STATE(5873), 2, + sym__block_terminator, + sym__procedure_terminator, + [315130] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6461), 1, + ACTIONS(573), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, sym_identifier, - STATE(4453), 1, - aux_sym_destructor_definition_repeat1, - STATE(4907), 1, - sym_access_tuning, - STATE(4514), 2, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2246), 1, + sym_do_block, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7284), 1, + sym_label, + STATE(5306), 2, sym_comment, sym_include, - ACTIONS(6442), 5, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [275665] = 9, + [315165] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + aux_sym_do_block_token1, + ACTIONS(7149), 1, + sym_identifier, + ACTIONS(7151), 1, + aux_sym_input_expression_token2, + STATE(2354), 1, + sym_do_block, + STATE(5306), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, + sym_widget_phrase, + STATE(7284), 1, + sym_label, + STATE(5307), 2, + sym_comment, + sym_include, + [315200] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4550), 1, - aux_sym_repeat_statement_repeat1, - STATE(6181), 1, - sym_body, - STATE(4515), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7482), 1, + sym__terminator, + ACTIONS(7484), 1, + aux_sym_query_definition_token3, + STATE(5502), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5308), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275697] = 12, + [315233] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(525), 1, + ACTIONS(573), 1, aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7149), 1, sym_identifier, - ACTIONS(6389), 1, + ACTIONS(7151), 1, aux_sym_input_expression_token2, - ACTIONS(6463), 1, - aux_sym_widget_field_token1, - STATE(4615), 1, - aux_sym_on_statement_repeat1, - STATE(5077), 1, + STATE(2354), 1, sym_do_block, - STATE(5855), 1, + STATE(5666), 1, + aux_sym_on_statement_repeat1, + STATE(6377), 1, sym_widget_phrase, - STATE(6714), 1, + STATE(7284), 1, sym_label, - STATE(4516), 2, + STATE(5309), 2, + sym_comment, + sym_include, + [315268] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7486), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5572), 1, + aux_sym_data_relation_repeat1, + STATE(7508), 1, + sym_data_relation, + STATE(5310), 2, sym_comment, sym_include, - [275735] = 8, - ACTIONS(3), 1, + [315303] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6465), 1, - sym_identifier, - STATE(3559), 1, - sym_qualified_name, - STATE(6348), 1, - sym__find_type, - STATE(4517), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7488), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5603), 1, + aux_sym_data_relation_repeat1, + STATE(7317), 1, + sym_data_relation, + STATE(5311), 2, sym_comment, sym_include, - ACTIONS(6395), 5, - aux_sym_on_error_phrase_token5, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - aux_sym__find_type_token1, - aux_sym__find_type_token2, - [275765] = 9, + [315338] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5911), 1, - sym_body, - STATE(4518), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7490), 1, + sym__terminator, + ACTIONS(7492), 1, + aux_sym_query_definition_token3, + STATE(5515), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5312), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275797] = 11, + [315371] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(6209), 1, - aux_sym__block_terminator_token1, - STATE(2171), 1, - sym__function_terminator, - STATE(2577), 1, - sym__block_terminator, - STATE(4705), 1, - sym_function_parameters, - STATE(5703), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4519), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7494), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5313), 2, sym_comment, sym_include, - [275833] = 7, + [315401] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6467), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(6245), 2, + ACTIONS(7376), 1, + aux_sym__block_terminator_token1, + STATE(6279), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - anon_sym_COMMA, - STATE(4520), 3, + anon_sym_DOT, + STATE(2821), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5314), 2, sym_comment, sym_include, - aux_sym_repeat_statement_repeat1, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [275861] = 12, + [315429] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4984), 1, + ACTIONS(5713), 1, aux_sym_inherits_token1, - ACTIONS(6375), 1, + ACTIONS(7194), 1, anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4915), 1, + STATE(5330), 1, aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, + STATE(6658), 1, sym_interface_tuning, - STATE(6678), 1, + STATE(6660), 1, + sym_inherits, + STATE(7331), 1, sym_interface_body, - STATE(4521), 2, + STATE(5315), 2, sym_comment, sym_include, - [275899] = 9, + [315461] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6470), 2, + STATE(5316), 2, + sym_comment, + sym_include, + ACTIONS(7496), 6, anon_sym_COMMA, anon_sym_RPAREN, - STATE(4522), 2, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [315483] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6890), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5317), 2, sym_comment, sym_include, - ACTIONS(5884), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [275931] = 8, + [315511] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7498), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5318), 2, + sym_comment, + sym_include, + [315541] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7395), 1, + sym__terminator, + STATE(5445), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5319), 2, + sym_comment, + sym_include, + [315571] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6472), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(7500), 1, sym_identifier, - STATE(3568), 1, + STATE(4233), 1, + sym_function_call, + STATE(4360), 1, sym_qualified_name, - STATE(6327), 1, - sym__find_type, - STATE(4523), 2, + STATE(6798), 1, + sym_new_expression, + STATE(7036), 1, + sym_object_access, + STATE(5320), 2, sym_comment, sym_include, - ACTIONS(6395), 5, - aux_sym_on_error_phrase_token5, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - aux_sym__find_type_token1, - aux_sym__find_type_token2, - [275961] = 8, + [315603] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6474), 1, + ACTIONS(7502), 1, sym_identifier, - STATE(4955), 1, - sym_function_parameter_mode, - ACTIONS(6138), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4524), 2, + ACTIONS(7507), 1, + aux_sym_field_definition_token1, + STATE(6081), 1, + sym_widget_field, + ACTIONS(7505), 2, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + STATE(5321), 3, sym_comment, sym_include, - ACTIONS(6476), 4, + aux_sym_widget_phrase_repeat1, + [315631] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7510), 1, + sym_identifier, + ACTIONS(7512), 1, aux_sym_dataset_expression_token1, + ACTIONS(7514), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7516), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7518), 2, aux_sym_function_call_argument_token1, aux_sym_function_call_argument_token2, - aux_sym_function_call_argument_token3, - [275991] = 11, + STATE(5322), 2, + sym_comment, + sym_include, + [315661] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6478), 1, + ACTIONS(7520), 1, sym__terminator, - ACTIONS(6480), 1, - aux_sym_query_definition_token2, - ACTIONS(6482), 1, - aux_sym_query_definition_token3, - STATE(4699), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4525), 2, + STATE(5323), 2, sym_comment, sym_include, - [276027] = 8, + [315691] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6484), 1, + ACTIONS(7522), 1, sym_identifier, - STATE(3557), 1, - sym_qualified_name, - STATE(6087), 1, - sym__find_type, - STATE(4526), 2, + ACTIONS(7524), 1, + sym__integer_literal, + ACTIONS(7526), 1, + sym__escaped_string, + STATE(6544), 1, + sym__decimal_literal, + STATE(5324), 2, sym_comment, sym_include, - ACTIONS(6395), 5, - aux_sym_on_error_phrase_token5, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - aux_sym__find_type_token1, - aux_sym__find_type_token2, - [276057] = 9, - ACTIONS(69), 1, + STATE(5975), 2, + sym_number_literal, + sym_string_literal, + [315721] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4454), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6470), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4527), 2, + ACTIONS(7528), 1, + sym_identifier, + ACTIONS(7530), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7532), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7534), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7536), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5325), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [276089] = 8, + [315751] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(5607), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4528), 2, + ACTIONS(7538), 1, + aux_sym_else_statement_token1, + STATE(5458), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5326), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276119] = 8, + ACTIONS(3317), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [315779] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4697), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4529), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7540), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5327), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276149] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [315809] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6486), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4530), 2, + ACTIONS(6868), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5328), 2, sym_comment, sym_include, - ACTIONS(5884), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [276181] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4542), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4531), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276211] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(4699), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4532), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276241] = 9, + [315837] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4464), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6413), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4533), 2, + ACTIONS(7544), 1, + aux_sym_variable_definition_token2, + STATE(5329), 2, sym_comment, sym_include, - ACTIONS(5884), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [276273] = 9, + ACTIONS(7542), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [315861] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5940), 1, - sym_body, - STATE(4534), 2, + STATE(5561), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7288), 1, + sym_interface_body, + STATE(5330), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276305] = 9, + [315893] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6271), 1, - sym_body, - STATE(4535), 2, + ACTIONS(5792), 1, + aux_sym_variable_definition_token2, + STATE(5331), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276337] = 9, + ACTIONS(5790), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [315917] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6001), 1, - sym_body, - STATE(4536), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7418), 1, + sym__terminator, + STATE(5318), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5332), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276369] = 12, + [315947] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6403), 1, - sym_identifier, - ACTIONS(6405), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6409), 1, - anon_sym_DQUOTE, - ACTIONS(6411), 1, - aux_sym_include_argument_token1, - ACTIONS(6488), 1, - anon_sym_RBRACE, - STATE(4480), 1, - aux_sym_include_repeat2, - STATE(5394), 1, - sym_include_argument, - STATE(5396), 1, - sym_double_quoted_string, - STATE(5428), 1, - sym_constant, - STATE(4537), 2, + ACTIONS(7546), 1, + anon_sym_LT, + ACTIONS(7548), 1, + sym__namedot, + STATE(5671), 1, + aux_sym_qualified_name_repeat1, + STATE(6576), 1, + sym_generic_expression, + ACTIONS(4624), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(5333), 2, sym_comment, sym_include, - [276407] = 5, + [315977] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4538), 2, + ACTIONS(7550), 1, + sym__terminator, + STATE(6185), 1, + sym_procedure_parameter_tuning, + ACTIONS(7552), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + STATE(5334), 3, sym_comment, sym_include, - ACTIONS(6203), 8, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [276431] = 9, + aux_sym_procedure_parameter_definition_repeat1, + [316003] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6490), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4539), 2, + ACTIONS(6850), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5335), 2, sym_comment, sym_include, - ACTIONS(5884), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [276463] = 12, + [316031] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6403), 1, - sym_identifier, - ACTIONS(6405), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6409), 1, - anon_sym_DQUOTE, - ACTIONS(6411), 1, - aux_sym_include_argument_token1, - ACTIONS(6488), 1, - anon_sym_RBRACE, - STATE(4472), 1, - aux_sym_include_repeat2, - STATE(5394), 1, - sym_include_argument, - STATE(5396), 1, - sym_double_quoted_string, - STATE(5428), 1, - sym_constant, - STATE(4540), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(7555), 1, + sym_identifier, + STATE(4218), 1, + sym_function_call, + STATE(4345), 1, + sym_qualified_name, + STATE(6798), 1, + sym_new_expression, + STATE(7036), 1, + sym_object_access, + STATE(5336), 2, sym_comment, sym_include, - [276501] = 9, + [316063] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4549), 1, - aux_sym_repeat_statement_repeat1, - STATE(5940), 1, - sym_body, - STATE(4541), 2, + ACTIONS(6846), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5337), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276533] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [316091] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6492), 1, + ACTIONS(7557), 1, sym__terminator, - ACTIONS(6494), 1, - aux_sym_query_definition_token2, - ACTIONS(6496), 1, - aux_sym_query_definition_token3, - STATE(4841), 1, + STATE(5357), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4542), 2, + STATE(5338), 2, sym_comment, sym_include, - [276569] = 9, + [316121] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7478), 1, + aux_sym__block_terminator_token1, + STATE(6340), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4518), 1, - aux_sym_repeat_statement_repeat1, - STATE(5997), 1, - sym_body, - STATE(4543), 2, + anon_sym_DOT, + STATE(5339), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276601] = 9, + STATE(5805), 2, + sym__block_terminator, + sym__procedure_terminator, + [316149] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(6998), 1, + aux_sym__block_terminator_token1, + STATE(2818), 1, + sym__block_terminator, + STATE(3023), 1, + sym__function_terminator, + STATE(6515), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4572), 1, - aux_sym_repeat_statement_repeat1, - STATE(6384), 1, - sym_body, - STATE(4544), 2, + anon_sym_DOT, + STATE(5340), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276633] = 9, + [316179] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4486), 1, - aux_sym_repeat_statement_repeat1, - STATE(6159), 1, - sym_body, - STATE(4545), 2, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(7559), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5341), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276665] = 12, + [316209] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + STATE(945), 1, + sym_assignment_operator, + STATE(5675), 1, + sym_function_arguments, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5342), 2, + sym_comment, + sym_include, + [316239] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7561), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5343), 2, + sym_comment, + sym_include, + [316269] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(635), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - ACTIONS(6498), 1, - aux_sym_widget_field_token1, - STATE(1906), 1, - sym_do_block, - STATE(4601), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6534), 1, - sym_label, - STATE(4546), 2, + ACTIONS(7565), 1, + aux_sym_field_definition_token1, + STATE(5418), 1, + aux_sym_widget_phrase_repeat1, + STATE(6081), 1, + sym_widget_field, + STATE(5344), 2, sym_comment, sym_include, - [276703] = 9, + ACTIONS(7563), 3, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + [316297] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4507), 1, - aux_sym_repeat_statement_repeat1, - STATE(6271), 1, - sym_body, - STATE(4547), 2, + ACTIONS(6784), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5345), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276735] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [316325] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6165), 1, - aux_sym__block_terminator_token1, - ACTIONS(6167), 1, - anon_sym_LPAREN, - STATE(1872), 1, - sym__function_terminator, - STATE(1908), 1, - sym__block_terminator, - STATE(4874), 1, - sym_function_parameters, - STATE(5668), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4548), 2, + ACTIONS(6822), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5346), 2, sym_comment, sym_include, - [276771] = 9, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [316353] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5980), 1, - sym_body, - STATE(4549), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6365), 1, + sym__terminator, + STATE(5381), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5347), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276803] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [316383] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6159), 1, - sym_body, - STATE(4550), 2, + ACTIONS(6820), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5348), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276835] = 9, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [316411] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5920), 1, - sym_body, - STATE(4551), 2, + ACTIONS(7569), 1, + aux_sym_variable_definition_token2, + STATE(5349), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276867] = 11, + ACTIONS(7567), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [316435] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7571), 1, + sym_identifier, + ACTIONS(7573), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7575), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7577), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7579), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5350), 2, + sym_comment, + sym_include, + [316465] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6500), 1, + ACTIONS(7581), 1, sym__terminator, - ACTIONS(6502), 1, - aux_sym_query_definition_token2, - ACTIONS(6504), 1, - aux_sym_query_definition_token3, - STATE(4851), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4552), 2, + STATE(5351), 2, sym_comment, sym_include, - [276903] = 12, + [316495] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4893), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6862), 1, - sym_interface_body, - STATE(4553), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7583), 1, + sym__terminator, + STATE(5327), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5352), 2, sym_comment, sym_include, - [276941] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [316525] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(6960), 1, + aux_sym__block_terminator_token1, + STATE(2576), 1, + sym__block_terminator, + STATE(2799), 1, + sym__function_terminator, + STATE(6290), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6194), 1, - sym_body, - STATE(4554), 2, + anon_sym_DOT, + STATE(5353), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [276973] = 9, + [316555] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5997), 1, - sym_body, - STATE(4555), 2, + STATE(5371), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7415), 1, + sym_interface_body, + STATE(5354), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277005] = 9, - ACTIONS(3), 1, + [316587] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2769), 1, - anon_sym_COMMA, - ACTIONS(6508), 1, - aux_sym_scope_tuning_token1, - ACTIONS(6510), 1, - aux_sym_of_phrase_token2, - STATE(4481), 1, - aux_sym_array_literal_repeat1, - STATE(4556), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7585), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5355), 2, sym_comment, sym_include, - ACTIONS(6506), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [277037] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [316617] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4443), 1, - aux_sym_repeat_statement_repeat1, - STATE(6194), 1, - sym_body, - STATE(4557), 2, + ACTIONS(6918), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5356), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277069] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [316645] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6512), 1, + ACTIONS(7587), 1, sym__terminator, - ACTIONS(6514), 1, - aux_sym_query_definition_token2, - ACTIONS(6516), 1, - aux_sym_query_definition_token3, - STATE(4779), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4558), 2, + STATE(5357), 2, sym_comment, sym_include, - [277105] = 11, + [316675] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6518), 1, + ACTIONS(7589), 1, sym__terminator, - ACTIONS(6520), 1, - aux_sym_query_definition_token2, - ACTIONS(6522), 1, - aux_sym_query_definition_token3, - STATE(4892), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, + ACTIONS(7591), 1, + aux_sym_query_definition_tuning_token1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7594), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4559), 2, + STATE(5358), 3, sym_comment, sym_include, - [277141] = 9, + aux_sym_query_definition_repeat1, + [316703] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7002), 1, + aux_sym__block_terminator_token1, + STATE(2098), 1, + sym__function_terminator, + STATE(2226), 1, + sym__block_terminator, + STATE(6333), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6400), 1, - sym_body, - STATE(4560), 2, + anon_sym_DOT, + STATE(5359), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277173] = 9, + [316733] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4497), 1, - aux_sym_repeat_statement_repeat1, - STATE(6400), 1, - sym_body, - STATE(4561), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7597), 1, + sym__terminator, + STATE(5365), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5360), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277205] = 9, + [316763] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4566), 1, - aux_sym_repeat_statement_repeat1, - STATE(5911), 1, - sym_body, - STATE(4562), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7452), 1, + sym__terminator, + STATE(5351), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5361), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277237] = 9, + [316793] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4574), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6524), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4563), 2, + ACTIONS(6810), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5362), 2, sym_comment, sym_include, - ACTIONS(5884), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [277269] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4498), 1, - aux_sym_repeat_statement_repeat1, - STATE(5969), 1, - sym_body, - STATE(4564), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277301] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(5969), 1, - sym_body, - STATE(4565), 2, - sym_comment, - sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277333] = 9, + [316821] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6389), 1, - sym_body, - STATE(4566), 2, + ACTIONS(7599), 1, + sym__terminator, + ACTIONS(7601), 1, + aux_sym_field_definition_token1, + ACTIONS(7604), 1, + aux_sym_index_definition_token1, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + STATE(5363), 3, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277365] = 9, + aux_sym_temp_table_definition_repeat2, + [316849] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5882), 1, - aux_sym_variable_tuning_token7, - STATE(4530), 1, - aux_sym_function_parameter_repeat1, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6524), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4567), 2, + ACTIONS(6648), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5364), 2, sym_comment, sym_include, - ACTIONS(5884), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [277397] = 12, - ACTIONS(3), 1, + [316877] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(43), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - ACTIONS(6526), 1, - aux_sym_widget_field_token1, - STATE(2156), 1, - sym_do_block, - STATE(4674), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(7175), 1, - sym_label, - STATE(4568), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7607), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5365), 2, sym_comment, sym_include, - [277435] = 11, + [316907] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6528), 1, + ACTIONS(6802), 1, sym__terminator, - ACTIONS(6530), 1, - aux_sym_query_definition_token2, - ACTIONS(6532), 1, - aux_sym_query_definition_token3, - STATE(4750), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4569), 2, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5366), 2, sym_comment, sym_include, - [277471] = 12, - ACTIONS(3), 1, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [316935] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(579), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - ACTIONS(6534), 1, - aux_sym_widget_field_token1, - STATE(2100), 1, - sym_do_block, - STATE(4660), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6650), 1, - sym_label, - STATE(4570), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6301), 1, + sym__terminator, + STATE(5437), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5367), 2, sym_comment, sym_include, - [277509] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [316965] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6186), 1, - sym_body, - STATE(4571), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6301), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5368), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277541] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [316995] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(7354), 1, + aux_sym__block_terminator_token1, + STATE(6328), 1, + sym_dot_body, + ACTIONS(6958), 2, anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - STATE(6370), 1, - sym_body, - STATE(4572), 2, + anon_sym_DOT, + STATE(2549), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5369), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277573] = 8, + [317023] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(6536), 2, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, anon_sym_COLON, - anon_sym_COMMA, - STATE(4573), 2, + STATE(5561), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7655), 1, + sym_interface_body, + STATE(5370), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277603] = 8, + [317055] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6540), 1, - aux_sym_variable_tuning_token7, - STATE(4858), 1, - sym_function_parameter_tuning, - ACTIONS(6538), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(6543), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - STATE(4574), 3, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(5561), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7455), 1, + sym_interface_body, + STATE(5371), 2, sym_comment, sym_include, - aux_sym_function_parameter_repeat1, - [277633] = 9, + [317087] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7609), 1, + sym_identifier, + ACTIONS(7611), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7613), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7615), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7617), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5372), 2, + sym_comment, + sym_include, + [317117] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4458), 1, - aux_sym_repeat_statement_repeat1, - STATE(6227), 1, - sym_body, - STATE(4575), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6341), 1, + sym__terminator, + STATE(5428), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5373), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277665] = 8, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [317147] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4520), 1, - aux_sym_repeat_statement_repeat1, - ACTIONS(5693), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4576), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7619), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5374), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277695] = 9, + [317177] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3053), 1, - aux_sym_on_error_phrase_token1, - STATE(4534), 1, - aux_sym_repeat_statement_repeat1, - STATE(6186), 1, - sym_body, - STATE(4577), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6341), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5375), 2, sym_comment, sym_include, - STATE(5038), 4, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - sym_on_endkey_phrase, - [277727] = 11, - ACTIONS(3), 1, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [317207] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(579), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2007), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6650), 1, - sym_label, - STATE(4578), 2, + ACTIONS(6794), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5376), 2, sym_comment, sym_include, - [277762] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [317235] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6546), 1, - sym__terminator, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4946), 1, - aux_sym_data_relation_repeat1, - STATE(6614), 1, - sym_data_relation, - STATE(4579), 2, + ACTIONS(7623), 1, + aux_sym_variable_definition_token2, + STATE(5377), 2, sym_comment, sym_include, - [277797] = 11, + ACTIONS(7621), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [317259] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(374), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(7625), 1, sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2380), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6833), 1, - sym_label, - STATE(4580), 2, + STATE(4213), 1, + sym_function_call, + STATE(4344), 1, + sym_qualified_name, + STATE(6798), 1, + sym_new_expression, + STATE(7036), 1, + sym_object_access, + STATE(5378), 2, sym_comment, sym_include, - [277832] = 11, + [317291] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2626), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6490), 1, - sym_body, - STATE(4581), 2, + ACTIONS(6772), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5379), 2, sym_comment, sym_include, - [277867] = 8, - ACTIONS(3), 1, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [317319] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2787), 1, - anon_sym_COMMA, - ACTIONS(6554), 1, - aux_sym_of_phrase_token2, - STATE(4631), 1, - aux_sym_array_literal_repeat1, - STATE(4582), 2, + STATE(5380), 2, sym_comment, sym_include, - ACTIONS(6552), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [277896] = 11, - ACTIONS(3), 1, + ACTIONS(113), 6, + sym__namecolon, + sym__augmented_assignment, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, + [317341] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(43), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2156), 1, - sym_do_block, - STATE(4674), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(7175), 1, - sym_label, - STATE(4583), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7583), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5381), 2, sym_comment, sym_include, - [277931] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [317371] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6556), 1, - aux_sym__block_terminator_token1, - ACTIONS(6558), 1, - aux_sym_access_tuning_token1, - STATE(5641), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(2622), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4584), 2, - sym_comment, - sym_include, - [277962] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(43), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2156), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(7175), 1, - sym_label, - STATE(4585), 2, + STATE(5561), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7514), 1, + sym_interface_body, + STATE(5382), 2, sym_comment, sym_include, - [277997] = 7, - ACTIONS(3), 1, + [317403] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6344), 1, + ACTIONS(1747), 1, sym__namedot, - STATE(4607), 1, + ACTIONS(6170), 1, + anon_sym_LT, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(4586), 2, + STATE(4572), 1, + sym_generic_expression, + ACTIONS(4620), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(5383), 2, sym_comment, sym_include, - ACTIONS(115), 5, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LT, - aux_sym_scope_tuning_token1, - [278024] = 11, + [317433] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5196), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5874), 1, - sym_body, - STATE(4587), 2, + STATE(5382), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7532), 1, + sym_interface_body, + STATE(5384), 2, + sym_comment, + sym_include, + [317465] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7627), 1, + sym_identifier, + ACTIONS(7629), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7631), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7633), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7635), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5385), 2, sym_comment, sym_include, - [278059] = 9, + [317495] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6560), 1, - aux_sym__block_terminator_token1, - ACTIONS(6562), 1, - aux_sym_access_tuning_token1, - STATE(5676), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(7639), 1, + aux_sym_do_tuning_token1, + STATE(6057), 1, + sym_do_tuning, + ACTIONS(7637), 3, anon_sym_COLON, - anon_sym_DOT, - STATE(4588), 2, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + STATE(5386), 3, sym_comment, sym_include, - STATE(5175), 2, - sym__block_terminator, - sym__procedure_terminator, - [278090] = 11, + aux_sym_do_block_repeat1, + [317521] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1910), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6017), 1, - sym_body, - STATE(4589), 2, + ACTIONS(5778), 1, + aux_sym_variable_definition_token2, + STATE(5387), 2, sym_comment, sym_include, - [278125] = 11, + ACTIONS(5776), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [317545] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2383), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6375), 1, - sym_body, - STATE(4590), 2, + ACTIONS(7644), 1, + aux_sym_variable_definition_token2, + STATE(5388), 2, sym_comment, sym_include, - [278160] = 8, + ACTIONS(7642), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [317569] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2787), 1, - anon_sym_COMMA, - ACTIONS(2834), 1, - aux_sym_of_phrase_token2, - STATE(4631), 1, - aux_sym_array_literal_repeat1, - STATE(4591), 2, + STATE(5389), 2, sym_comment, sym_include, - ACTIONS(2832), 4, + ACTIONS(7646), 6, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [278189] = 7, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [317591] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6320), 1, - sym__namedot, - STATE(4504), 1, - aux_sym_qualified_name_repeat1, - STATE(4592), 2, + ACTIONS(5788), 1, + aux_sym_variable_definition_token2, + STATE(5390), 2, sym_comment, sym_include, - ACTIONS(4435), 5, - anon_sym_COLON, - anon_sym_DOT, + ACTIONS(5786), 5, aux_sym__block_terminator_token1, - anon_sym_LPAREN, - aux_sym_variable_tuning_token7, - [278216] = 11, - ACTIONS(69), 1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [317615] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6564), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5007), 1, - aux_sym_data_relation_repeat1, - STATE(7169), 1, - sym_data_relation, - STATE(4593), 2, + ACTIONS(7648), 1, + sym_identifier, + ACTIONS(7650), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7652), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7654), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7656), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5391), 2, sym_comment, sym_include, - [278251] = 10, + [317645] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6566), 1, + ACTIONS(7426), 1, sym__terminator, - ACTIONS(6568), 1, - aux_sym_query_definition_token3, - STATE(4925), 1, + STATE(5415), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4594), 2, + STATE(5392), 2, sym_comment, sym_include, - [278284] = 11, + [317675] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1875), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5975), 1, - sym_body, - STATE(4595), 2, + ACTIONS(7660), 1, + aux_sym_variable_definition_token2, + STATE(5393), 2, sym_comment, sym_include, - [278319] = 11, + ACTIONS(7658), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [317699] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2234), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6413), 1, - sym_body, - STATE(4596), 2, + ACTIONS(6720), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5394), 2, sym_comment, sym_include, - [278354] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [317727] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5075), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5954), 1, - sym_body, - STATE(4597), 2, + ACTIONS(7662), 1, + anon_sym_COMMA, + STATE(5395), 3, sym_comment, sym_include, - [278389] = 9, + aux_sym_data_relation_repeat1, + ACTIONS(7445), 4, + sym__terminator, + anon_sym_RPAREN, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + [317751] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6570), 1, - aux_sym__block_terminator_token1, - ACTIONS(6572), 1, - aux_sym_access_tuning_token1, - STATE(5666), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(1932), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4598), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7665), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5396), 2, sym_comment, sym_include, - [278420] = 11, + [317781] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5262), 1, + ACTIONS(6976), 1, aux_sym__block_terminator_token1, - STATE(1934), 1, + STATE(5726), 1, + sym__function_terminator, + STATE(5803), 1, sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6050), 1, - sym_body, - STATE(4599), 2, - sym_comment, - sym_include, - [278455] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(635), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(1869), 1, - sym_do_block, - STATE(4652), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6534), 1, - sym_label, - STATE(4600), 2, - sym_comment, - sym_include, - [278490] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(635), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(1869), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6534), 1, - sym_label, - STATE(4601), 2, + STATE(6550), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5397), 2, sym_comment, sym_include, - [278525] = 5, + [317811] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4602), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7667), 1, + sym__terminator, + STATE(5396), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5398), 2, sym_comment, sym_include, - ACTIONS(102), 7, - sym__namedot, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_LPAREN, - anon_sym_LT, - aux_sym_variable_tuning_token7, - [278548] = 10, + [317841] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6574), 1, + ACTIONS(7669), 1, sym__terminator, - ACTIONS(6576), 1, - aux_sym_query_definition_token3, - STATE(4896), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4603), 2, + STATE(5399), 2, sym_comment, sym_include, - [278581] = 11, - ACTIONS(3), 1, + [317871] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(43), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2563), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(7175), 1, - sym_label, - STATE(4604), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7671), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5400), 2, sym_comment, sym_include, - [278616] = 9, + [317901] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6578), 1, - aux_sym__block_terminator_token1, - ACTIONS(6580), 1, - aux_sym_access_tuning_token1, - STATE(5633), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2635), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4605), 2, + ACTIONS(7675), 1, + aux_sym_variable_definition_token2, + STATE(5401), 2, sym_comment, sym_include, - [278647] = 10, + ACTIONS(7673), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [317925] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6582), 1, + ACTIONS(7677), 1, sym__terminator, - ACTIONS(6584), 1, - aux_sym_query_definition_token3, - STATE(4778), 1, + STATE(5399), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4606), 2, + STATE(5402), 2, sym_comment, sym_include, - [278680] = 6, + [317955] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6586), 1, + ACTIONS(7163), 1, sym__namedot, - STATE(4607), 3, + STATE(5304), 1, + aux_sym_qualified_name_repeat1, + STATE(5403), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 5, + ACTIONS(5009), 4, sym_identifier, sym__terminator, anon_sym_LBRACK, - anon_sym_LT, aux_sym_scope_tuning_token1, - [278705] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(374), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2455), 1, - sym_do_block, - STATE(4580), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6833), 1, - sym_label, - STATE(4608), 2, - sym_comment, - sym_include, - [278740] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(374), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2455), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6833), 1, - sym_label, - STATE(4609), 2, - sym_comment, - sym_include, - [278775] = 11, + [317981] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5266), 1, + ACTIONS(7002), 1, aux_sym__block_terminator_token1, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5139), 1, + STATE(2226), 1, sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6026), 1, - sym_body, - STATE(4610), 2, + STATE(2344), 1, + sym__function_terminator, + STATE(6242), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5404), 2, sym_comment, sym_include, - [278810] = 11, + [318011] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6589), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7364), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5028), 1, - aux_sym_data_relation_repeat1, - STATE(6692), 1, - sym_data_relation, - STATE(4611), 2, + STATE(5400), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5405), 2, sym_comment, sym_include, - [278845] = 11, + [318041] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2587), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6464), 1, - sym_body, - STATE(4612), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7679), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5406), 2, sym_comment, sym_include, - [278880] = 11, + [318071] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2461), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6404), 1, - sym_body, - STATE(4613), 2, - sym_comment, - sym_include, - [278915] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(525), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(4619), 1, - aux_sym_on_statement_repeat1, - STATE(5155), 1, - sym_do_block, - STATE(5855), 1, - sym_widget_phrase, - STATE(6714), 1, - sym_label, - STATE(4614), 2, - sym_comment, - sym_include, - [278950] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(525), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5155), 1, - sym_do_block, - STATE(5855), 1, - sym_widget_phrase, - STATE(6714), 1, - sym_label, - STATE(4615), 2, + ACTIONS(6750), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5407), 2, sym_comment, sym_include, - [278985] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318099] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6591), 1, + ACTIONS(6756), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5042), 1, - aux_sym_data_relation_repeat1, - STATE(6844), 1, - sym_data_relation, - STATE(4616), 2, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5408), 2, sym_comment, sym_include, - [279020] = 8, - ACTIONS(3), 1, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318127] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2787), 1, - anon_sym_COMMA, - ACTIONS(2789), 1, - aux_sym_of_phrase_token2, - STATE(4631), 1, - aux_sym_array_literal_repeat1, - STATE(4617), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6365), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5409), 2, sym_comment, sym_include, - ACTIONS(2785), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [279049] = 11, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [318157] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5206), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6176), 1, - sym_body, - STATE(4618), 2, - sym_comment, - sym_include, - [279084] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(525), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5221), 1, - sym_do_block, - STATE(5855), 1, - sym_widget_phrase, - STATE(6714), 1, - sym_label, - STATE(4619), 2, + STATE(5561), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7696), 1, + sym_interface_body, + STATE(5410), 2, sym_comment, sym_include, - [279119] = 11, + [318189] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(525), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7681), 1, sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(4629), 1, - aux_sym_on_statement_repeat1, - STATE(5221), 1, - sym_do_block, - STATE(5855), 1, - sym_widget_phrase, - STATE(6714), 1, - sym_label, - STATE(4620), 2, - sym_comment, - sym_include, - [279154] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(6362), 1, - sym_argument_tuning, - ACTIONS(2840), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4621), 2, - sym_comment, - sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [279181] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6593), 1, - sym__terminator, - ACTIONS(6595), 1, - aux_sym_query_definition_token3, - STATE(4766), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4622), 2, + ACTIONS(7683), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7685), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7687), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7689), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5411), 2, sym_comment, sym_include, - [279214] = 5, + [318219] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4623), 2, + ACTIONS(7691), 1, + aux_sym_else_statement_token1, + STATE(5425), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5412), 2, sym_comment, sym_include, - ACTIONS(6597), 7, - anon_sym_COLON, + ACTIONS(3307), 3, aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [279237] = 11, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [318247] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6599), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5016), 1, - aux_sym_data_relation_repeat1, - STATE(6601), 1, - sym_data_relation, - STATE(4624), 2, + ACTIONS(7697), 1, + aux_sym_variable_definition_token2, + STATE(5413), 2, sym_comment, sym_include, - [279272] = 5, + ACTIONS(7695), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [318271] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4625), 2, + ACTIONS(6832), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5414), 2, sym_comment, sym_include, - ACTIONS(6601), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [279295] = 5, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318299] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4626), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7699), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5415), 2, sym_comment, sym_include, - ACTIONS(6603), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [279318] = 7, + [318329] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6607), 1, - aux_sym_variable_tuning_token8, - STATE(4942), 1, - sym_workfile_tuning, - STATE(4627), 3, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7701), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5416), 2, sym_comment, sym_include, - aux_sym_workfile_definition_repeat2, - ACTIONS(6605), 4, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_field_definition_token1, - [279345] = 5, + [318359] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4628), 2, + ACTIONS(7538), 1, + aux_sym_else_statement_token1, + STATE(5326), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5417), 2, sym_comment, sym_include, - ACTIONS(6610), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [279368] = 11, + ACTIONS(3302), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [318387] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(525), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5276), 1, - sym_do_block, - STATE(5855), 1, - sym_widget_phrase, - STATE(6714), 1, - sym_label, - STATE(4629), 2, + ACTIONS(7565), 1, + aux_sym_field_definition_token1, + STATE(5321), 1, + aux_sym_widget_phrase_repeat1, + STATE(6081), 1, + sym_widget_field, + STATE(5418), 2, sym_comment, sym_include, - [279403] = 5, + ACTIONS(7703), 3, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + [318415] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4630), 2, + ACTIONS(7705), 1, + aux_sym_else_statement_token1, + STATE(5326), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5419), 2, sym_comment, sym_include, - ACTIONS(6612), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [279426] = 6, + ACTIONS(3307), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [318443] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6614), 1, - anon_sym_COMMA, - STATE(4631), 3, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(7708), 1, + sym_identifier, + STATE(4223), 1, + sym_function_call, + STATE(4351), 1, + sym_qualified_name, + STATE(6798), 1, + sym_new_expression, + STATE(7036), 1, + sym_object_access, + STATE(5420), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - ACTIONS(2808), 5, + [318475] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7710), 1, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [279451] = 11, + ACTIONS(7712), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7714), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7716), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7718), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5421), 2, + sym_comment, + sym_include, + [318505] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5270), 1, - sym__block_terminator, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6407), 1, - sym_body, - STATE(4632), 2, + ACTIONS(7720), 1, + aux_sym_else_statement_token1, + STATE(5425), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5422), 2, sym_comment, sym_include, - [279486] = 5, + ACTIONS(3302), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [318533] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4633), 2, + ACTIONS(7725), 1, + aux_sym_variable_definition_token2, + STATE(5423), 2, sym_comment, sym_include, - ACTIONS(6617), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [279509] = 10, + ACTIONS(7723), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [318557] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6619), 1, - sym__terminator, - ACTIONS(6621), 1, - aux_sym_query_definition_token3, - STATE(4703), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4634), 2, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(5410), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7763), 1, + sym_interface_body, + STATE(5424), 2, sym_comment, sym_include, - [279542] = 11, + [318589] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1797), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5925), 1, - sym_body, - STATE(4635), 2, + ACTIONS(7727), 1, + aux_sym_else_statement_token1, + STATE(5458), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5425), 2, sym_comment, sym_include, - [279577] = 11, + ACTIONS(3317), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [318617] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6623), 1, + ACTIONS(6652), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5041), 1, - aux_sym_data_relation_repeat1, - STATE(7096), 1, - sym_data_relation, - STATE(4636), 2, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5426), 2, sym_comment, sym_include, - [279612] = 10, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318645] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6625), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7730), 1, sym__terminator, - ACTIONS(6627), 1, - aux_sym_query_definition_token3, - STATE(4771), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4637), 2, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5427), 2, sym_comment, sym_include, - [279645] = 5, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [318675] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4638), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6277), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5428), 2, sym_comment, sym_include, - ACTIONS(6629), 7, - anon_sym_COLON, - aux_sym_serialization_tuning_token1, - aux_sym_property_type_token1, - aux_sym_method_tuning_token1, - aux_sym_inherits_token1, - aux_sym_implements_token1, - aux_sym_use_widget_pool_token1, - [279668] = 10, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [318705] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6631), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6277), 1, sym__terminator, - ACTIONS(6633), 1, - aux_sym_query_definition_token3, - STATE(4791), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4639), 2, + STATE(5481), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5429), 2, sym_comment, sym_include, - [279701] = 11, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [318735] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6635), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6265), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4999), 1, - aux_sym_data_relation_repeat1, - STATE(6590), 1, - sym_data_relation, - STATE(4640), 2, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5430), 2, sym_comment, sym_include, - [279736] = 11, - ACTIONS(3), 1, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [318765] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(43), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2420), 1, - sym_do_block, - STATE(4604), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(7175), 1, - sym_label, - STATE(4641), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6265), 1, + sym__terminator, + STATE(5409), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5431), 2, sym_comment, sym_include, - [279771] = 10, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [318795] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6637), 1, + ACTIONS(7382), 1, sym__terminator, - ACTIONS(6639), 1, - aux_sym_query_definition_token3, - STATE(4747), 1, + STATE(5406), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4642), 2, + STATE(5432), 2, sym_comment, sym_include, - [279804] = 11, + [318825] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - STATE(2010), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6147), 1, - sym_body, - STATE(4643), 2, + ACTIONS(6872), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5433), 2, sym_comment, sym_include, - [279839] = 5, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318853] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4644), 2, + ACTIONS(6874), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5434), 2, sym_comment, sym_include, - ACTIONS(6641), 7, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [279862] = 10, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318881] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6643), 1, + ACTIONS(6894), 1, sym__terminator, - ACTIONS(6645), 1, - aux_sym_query_definition_token3, - STATE(4683), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4645), 2, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5435), 2, sym_comment, sym_include, - [279895] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318909] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - STATE(2084), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6276), 1, - sym_body, - STATE(4646), 2, + STATE(5436), 2, sym_comment, sym_include, - [279930] = 9, + ACTIONS(7732), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [318931] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6647), 1, - aux_sym__block_terminator_token1, - ACTIONS(6649), 1, - aux_sym_access_tuning_token1, - STATE(5648), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2088), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4647), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7734), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5437), 2, sym_comment, sym_include, - [279961] = 11, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [318961] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1838), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5949), 1, - sym_body, - STATE(4648), 2, + ACTIONS(7738), 1, + aux_sym_variable_definition_token2, + STATE(5438), 2, sym_comment, sym_include, - [279996] = 11, + ACTIONS(7736), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [318985] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5264), 1, + ACTIONS(7399), 1, aux_sym__block_terminator_token1, - STATE(2193), 1, + STATE(6439), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(2223), 2, sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6487), 1, - sym_body, - STATE(4649), 2, + sym__procedure_terminator, + STATE(5439), 2, sym_comment, sym_include, - [280031] = 5, + [319013] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4650), 2, + ACTIONS(7742), 1, + aux_sym_variable_definition_token2, + STATE(5440), 2, sym_comment, sym_include, - ACTIONS(6651), 7, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [280054] = 11, + ACTIONS(7740), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319037] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6653), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4967), 1, - aux_sym_data_relation_repeat1, - STATE(6825), 1, - sym_data_relation, - STATE(4651), 2, - sym_comment, - sym_include, - [280089] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(635), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(1832), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6534), 1, - sym_label, - STATE(4652), 2, + ACTIONS(6489), 1, + anon_sym_LBRACK, + ACTIONS(6491), 1, + anon_sym_LPAREN, + STATE(1015), 1, + sym_assignment_operator, + STATE(5675), 1, + sym_function_arguments, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5441), 2, sym_comment, sym_include, - [280124] = 11, + [319067] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(635), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7524), 1, + sym__integer_literal, + ACTIONS(7526), 1, + sym__escaped_string, + ACTIONS(7744), 1, sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(1832), 1, - sym_do_block, - STATE(4675), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6534), 1, - sym_label, - STATE(4653), 2, + STATE(6544), 1, + sym__decimal_literal, + STATE(5442), 2, sym_comment, sym_include, - [280159] = 8, + STATE(6208), 2, + sym_number_literal, + sym_string_literal, + [319097] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6657), 1, - aux_sym_to_phrase_token1, - ACTIONS(6660), 1, - aux_sym_sort_clause_token1, - STATE(4956), 1, - sym_sort_clause, - ACTIONS(6655), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - STATE(4654), 3, + ACTIONS(7748), 1, + aux_sym_variable_definition_token2, + STATE(5443), 2, sym_comment, sym_include, - aux_sym_for_phrase_repeat2, - [280188] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, + ACTIONS(7746), 5, aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - STATE(2122), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6245), 1, - sym_body, - STATE(4655), 2, - sym_comment, - sym_include, - [280223] = 7, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319121] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(6345), 1, - sym_argument_tuning, - ACTIONS(2570), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4656), 2, + ACTIONS(7752), 1, + aux_sym_variable_definition_token2, + STATE(5444), 2, sym_comment, sym_include, - ACTIONS(2574), 4, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token2, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [280250] = 10, + ACTIONS(7750), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319145] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6663), 1, + ACTIONS(7754), 1, sym__terminator, - ACTIONS(6665), 1, - aux_sym_query_definition_token3, - STATE(4912), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4657), 2, - sym_comment, - sym_include, - [280283] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4658), 2, + STATE(5445), 2, sym_comment, sym_include, - ACTIONS(6667), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - [280310] = 11, + [319175] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(579), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, + ACTIONS(7756), 1, sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2048), 1, - sym_do_block, - STATE(4578), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6650), 1, - sym_label, - STATE(4659), 2, + STATE(3943), 1, + sym_qualified_name, + STATE(4048), 1, + sym_record_phrase, + STATE(5446), 2, sym_comment, sym_include, - [280345] = 11, - ACTIONS(3), 1, + ACTIONS(7758), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [319203] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(579), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2048), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6650), 1, - sym_label, - STATE(4660), 2, + ACTIONS(7762), 1, + aux_sym_variable_definition_token2, + STATE(5447), 2, sym_comment, sym_include, - [280380] = 11, - ACTIONS(3), 1, + ACTIONS(7760), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319227] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(374), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2520), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6833), 1, - sym_label, - STATE(4661), 2, + STATE(5448), 2, sym_comment, sym_include, - [280415] = 11, - ACTIONS(3), 1, + ACTIONS(7147), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [319249] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(374), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2520), 1, - sym_do_block, - STATE(4609), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6833), 1, - sym_label, - STATE(4662), 2, + ACTIONS(6928), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5449), 2, sym_comment, sym_include, - [280450] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [319277] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - STATE(2052), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6183), 1, - sym_body, - STATE(4663), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7764), 1, + sym__terminator, + STATE(5427), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5450), 2, sym_comment, sym_include, - [280485] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [319307] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6376), 1, - sym_type_tuning, - ACTIONS(6350), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(6669), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(4664), 2, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(7766), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5451), 2, sym_comment, sym_include, - [280516] = 11, + [319337] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2429), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6209), 1, - sym_body, - STATE(4665), 2, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(7768), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5452), 2, sym_comment, sym_include, - [280551] = 11, + [319367] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2530), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6429), 1, - sym_body, - STATE(4666), 2, + ACTIONS(6904), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5453), 2, sym_comment, sym_include, - [280586] = 11, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [319395] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - STATE(2107), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6198), 1, - sym_body, - STATE(4667), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7770), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5454), 2, sym_comment, sym_include, - [280621] = 11, + [319425] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2512), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(5952), 1, - sym_body, - STATE(4668), 2, + ACTIONS(5782), 1, + aux_sym_variable_definition_token2, + STATE(5455), 2, sym_comment, sym_include, - [280656] = 11, + ACTIONS(5780), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319449] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(5252), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2448), 1, - sym__block_terminator, - STATE(4961), 1, - aux_sym_repeat_statement_repeat2, - STATE(5629), 1, - sym_repeat_tuning, - STATE(6191), 1, - sym_body, - STATE(4669), 2, + ACTIONS(7774), 1, + aux_sym_variable_definition_token2, + STATE(5456), 2, sym_comment, sym_include, - [280691] = 11, + ACTIONS(7772), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319473] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6671), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4997), 1, - aux_sym_data_relation_repeat1, - STATE(6797), 1, - sym_data_relation, - STATE(4670), 2, + STATE(5457), 2, sym_comment, sym_include, - [280726] = 11, + ACTIONS(7776), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [319495] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6673), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5017), 1, - aux_sym_data_relation_repeat1, - STATE(7126), 1, - sym_data_relation, - STATE(4671), 2, + ACTIONS(7778), 1, + aux_sym_else_statement_token1, + STATE(6039), 1, + sym_else_statement, + ACTIONS(3332), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + STATE(5458), 3, sym_comment, sym_include, - [280761] = 11, - ACTIONS(3), 1, + aux_sym_if_statement_repeat1, + [319521] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(579), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2100), 1, - sym_do_block, - STATE(4660), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6650), 1, - sym_label, - STATE(4672), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7781), 1, + sym__terminator, + STATE(5549), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5459), 2, sym_comment, sym_include, - [280796] = 11, - ACTIONS(3), 1, + [319551] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(579), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2100), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6650), 1, - sym_label, - STATE(4673), 2, + ACTIONS(6882), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5460), 2, sym_comment, sym_include, - [280831] = 11, - ACTIONS(3), 1, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [319579] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(43), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(2420), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(7175), 1, - sym_label, - STATE(4674), 2, + ACTIONS(7785), 1, + aux_sym_variable_definition_token2, + STATE(5461), 2, sym_comment, sym_include, - [280866] = 11, - ACTIONS(3), 1, + ACTIONS(7783), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319603] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(635), 1, - aux_sym_do_block_token1, - ACTIONS(6387), 1, - sym_identifier, - ACTIONS(6389), 1, - aux_sym_input_expression_token2, - STATE(1794), 1, - sym_do_block, - STATE(5044), 1, - aux_sym_on_statement_repeat1, - STATE(5855), 1, - sym_widget_phrase, - STATE(6534), 1, - sym_label, - STATE(4675), 2, + ACTIONS(7789), 1, + aux_sym_variable_definition_token2, + STATE(5462), 2, sym_comment, sym_include, - [280901] = 10, + ACTIONS(7787), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319627] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6675), 1, - aux_sym__block_terminator_token1, - ACTIONS(6677), 1, - aux_sym_when_expression_token1, - ACTIONS(6679), 1, - aux_sym_case_otherwise_branch_token1, - STATE(5048), 1, - aux_sym_case_body_repeat1, - STATE(5807), 1, - sym_case_when_branch, - STATE(6615), 1, - sym_case_otherwise_branch, - STATE(4676), 2, + ACTIONS(7793), 1, + aux_sym_variable_definition_token2, + STATE(5463), 2, sym_comment, sym_include, - [280933] = 8, + ACTIONS(7791), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319651] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5938), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7764), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4677), 2, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5464), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [280961] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [319681] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6681), 1, + ACTIONS(7161), 1, anon_sym_LT, - ACTIONS(6683), 1, - sym__namedot, - STATE(5035), 1, - aux_sym_qualified_name_repeat1, - STATE(6238), 1, + STATE(6046), 1, sym_generic_expression, - ACTIONS(4113), 2, + STATE(5465), 2, + sym_comment, + sym_include, + ACTIONS(4624), 4, sym_identifier, - aux_sym_variable_tuning_token7, - STATE(4678), 2, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [319707] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7797), 1, + aux_sym_variable_definition_token2, + STATE(5466), 2, sym_comment, sym_include, - [280991] = 8, + ACTIONS(7795), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319731] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5864), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4679), 2, + ACTIONS(7801), 1, + aux_sym_variable_definition_token2, + STATE(5467), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [281019] = 9, + ACTIONS(7799), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319755] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6685), 1, + ACTIONS(7803), 1, sym__terminator, - STATE(4894), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4680), 2, + STATE(5468), 2, sym_comment, sym_include, - [281049] = 9, + [319785] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6687), 1, + ACTIONS(7805), 1, sym__terminator, - STATE(4758), 1, + STATE(5468), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4681), 2, + STATE(5469), 2, sym_comment, sym_include, - [281079] = 9, + [319815] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6689), 1, - sym__terminator, - STATE(4866), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4682), 2, + ACTIONS(7809), 1, + aux_sym_variable_definition_token2, + STATE(5470), 2, + sym_comment, + sym_include, + ACTIONS(7807), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [319839] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7811), 1, + sym_identifier, + ACTIONS(7813), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7815), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7817), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7819), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5471), 2, sym_comment, sym_include, - [281109] = 9, + [319869] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6691), 1, + ACTIONS(7821), 1, sym__terminator, - STATE(4758), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4683), 2, + STATE(5472), 2, sym_comment, sym_include, - [281139] = 9, - ACTIONS(69), 1, + [319899] = 10, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5597), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4684), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(7823), 1, + sym_identifier, + STATE(4234), 1, + sym_function_call, + STATE(4354), 1, + sym_qualified_name, + STATE(6798), 1, + sym_new_expression, + STATE(7036), 1, + sym_object_access, + STATE(5473), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [281169] = 8, + [319931] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5874), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4685), 2, + ACTIONS(6998), 1, + aux_sym__block_terminator_token1, + STATE(2703), 1, + sym__function_terminator, + STATE(2818), 1, + sym__block_terminator, + STATE(6463), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5474), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [281197] = 9, + [319961] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5781), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN, - STATE(618), 1, - sym_assignment_operator, - STATE(4983), 1, - sym_function_arguments, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4686), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7825), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5475), 2, sym_comment, sym_include, - [281227] = 9, + [319991] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(6693), 1, + ACTIONS(6315), 1, sym__terminator, - STATE(4743), 1, + STATE(5368), 1, aux_sym_temp_table_definition_repeat2, - STATE(4687), 2, + STATE(5476), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [281257] = 7, + [320021] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - STATE(4812), 1, - aux_sym_object_access_repeat1, - STATE(4688), 2, + ACTIONS(7829), 1, + aux_sym_variable_definition_token2, + STATE(5477), 2, sym_comment, sym_include, - ACTIONS(98), 4, - sym__augmented_assignment, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - [281283] = 9, + ACTIONS(7827), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [320045] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(6695), 1, + ACTIONS(6315), 1, sym__terminator, - STATE(4890), 1, + STATE(5363), 1, aux_sym_temp_table_definition_repeat2, - STATE(4689), 2, + STATE(5478), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [281313] = 9, - ACTIONS(3), 1, + [320075] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6697), 1, - sym_identifier, - ACTIONS(6699), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6701), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6703), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6705), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4690), 2, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(7831), 1, + sym__terminator, + STATE(1240), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5479), 2, sym_comment, sym_include, - [281343] = 9, + [320105] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6707), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4691), 2, + ACTIONS(7835), 1, + aux_sym_variable_definition_token2, + STATE(5480), 2, sym_comment, sym_include, - [281373] = 9, + ACTIONS(7833), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [320129] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(6693), 1, + ACTIONS(7837), 1, sym__terminator, - STATE(4890), 1, + STATE(5363), 1, aux_sym_temp_table_definition_repeat2, - STATE(4692), 2, + STATE(5481), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [281403] = 8, + [320159] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6711), 1, - aux_sym_field_definition_token1, - STATE(4776), 1, - aux_sym_widget_phrase_repeat1, - STATE(5365), 1, - sym_widget_field, - STATE(4693), 2, + ACTIONS(106), 1, + sym__namedot, + STATE(5482), 2, sym_comment, sym_include, - ACTIONS(6709), 3, + ACTIONS(108), 5, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - [281431] = 8, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LT, + aux_sym_scope_tuning_token1, + [320183] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(5483), 2, + sym_comment, + sym_include, + ACTIONS(3742), 6, + sym_identifier, + aux_sym_access_tuning_token1, + aux_sym_access_tuning_token2, + aux_sym_access_tuning_token3, + aux_sym_access_tuning_token4, + aux_sym_access_tuning_token5, + [320205] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7839), 1, + sym_identifier, + ACTIONS(7841), 1, + aux_sym_dataset_expression_token1, + ACTIONS(7843), 1, + aux_sym_buffer_definition_token1, + ACTIONS(7845), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7847), 2, + aux_sym_function_call_argument_token1, + aux_sym_function_call_argument_token2, + STATE(5484), 2, + sym_comment, + sym_include, + [320235] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7756), 1, + sym_identifier, + STATE(3746), 1, + sym_record_phrase, + STATE(3943), 1, + sym_qualified_name, + STATE(5485), 2, + sym_comment, + sym_include, + ACTIONS(7758), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [320263] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5930), 1, + ACTIONS(6660), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4694), 2, + STATE(5486), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [281459] = 8, + [320291] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(7851), 1, + aux_sym_variable_definition_token2, + STATE(5487), 2, + sym_comment, + sym_include, + ACTIONS(7849), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [320315] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6666), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4695), 2, + STATE(5488), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [281487] = 10, + [320343] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(4849), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6772), 1, - sym_interface_body, - STATE(4696), 2, + ACTIONS(6826), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5489), 2, sym_comment, sym_include, - [281519] = 6, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [320371] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6715), 1, - aux_sym_variable_definition_token2, - STATE(4697), 2, - sym_comment, - sym_include, - ACTIONS(6713), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [281543] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6344), 1, - sym__namedot, - STATE(4586), 1, - aux_sym_qualified_name_repeat1, - STATE(4698), 2, + ACTIONS(6806), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5490), 2, sym_comment, sym_include, - ACTIONS(4437), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [281569] = 9, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [320399] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6717), 1, + ACTIONS(7853), 1, sym__terminator, - STATE(4758), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4699), 2, + STATE(5491), 2, sym_comment, sym_include, - [281599] = 9, + [320429] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(5579), 1, + ACTIONS(6263), 1, sym__terminator, - STATE(4890), 1, + STATE(5464), 1, aux_sym_temp_table_definition_repeat2, - STATE(4700), 2, + STATE(5492), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [281629] = 8, + [320459] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5858), 1, + ACTIONS(6668), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4701), 2, + STATE(5493), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [281657] = 9, + [320487] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(5579), 1, + ACTIONS(6263), 1, sym__terminator, - STATE(4802), 1, + STATE(5363), 1, aux_sym_temp_table_definition_repeat2, - STATE(4702), 2, + STATE(5494), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [281687] = 9, + [320517] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6719), 1, + ACTIONS(7855), 1, sym__terminator, - STATE(4758), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4703), 2, + STATE(5495), 2, sym_comment, sym_include, - [281717] = 9, + [320547] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(6695), 1, + ACTIONS(7837), 1, sym__terminator, - STATE(4745), 1, + STATE(5536), 1, aux_sym_temp_table_definition_repeat2, - STATE(4704), 2, + STATE(5496), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [281747] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6209), 1, - aux_sym__block_terminator_token1, - STATE(2577), 1, - sym__block_terminator, - STATE(2638), 1, - sym__function_terminator, - STATE(5640), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4705), 2, - sym_comment, - sym_include, - [281777] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6100), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4706), 2, - sym_comment, - sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [281805] = 9, + [320577] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6183), 1, + ACTIONS(7857), 1, aux_sym__block_terminator_token1, - STATE(5068), 1, - sym__block_terminator, - STATE(5143), 1, - sym__function_terminator, - STATE(5685), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4707), 2, + ACTIONS(7859), 1, + aux_sym_when_expression_token1, + ACTIONS(7861), 1, + aux_sym_case_otherwise_branch_token1, + STATE(5661), 1, + aux_sym_case_body_repeat1, + STATE(6402), 1, + sym_case_when_branch, + STATE(7351), 1, + sym_case_otherwise_branch, + STATE(5497), 2, sym_comment, sym_include, - [281835] = 9, + [320609] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6721), 1, + ACTIONS(7863), 1, sym__terminator, - STATE(4691), 1, + STATE(5495), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4708), 2, - sym_comment, - sym_include, - [281865] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(4763), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4709), 2, + STATE(5498), 2, sym_comment, sym_include, - ACTIONS(2794), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281891] = 9, + [320639] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6723), 1, + ACTIONS(7865), 1, sym__terminator, - STATE(4891), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4710), 2, - sym_comment, - sym_include, - [281921] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6725), 1, - sym_identifier, - ACTIONS(6727), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6729), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6731), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6733), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4711), 2, + STATE(5499), 2, sym_comment, sym_include, - [281951] = 8, + [320669] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6735), 1, - aux_sym_else_statement_token1, - STATE(4817), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4712), 2, + ACTIONS(7869), 1, + aux_sym_variable_definition_token2, + STATE(5500), 2, sym_comment, sym_include, - ACTIONS(2810), 3, + ACTIONS(7867), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [281979] = 7, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [320693] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6737), 1, - sym__terminator, - STATE(5282), 1, - sym_procedure_parameter_tuning, - ACTIONS(6739), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - STATE(4713), 3, + ACTIONS(7873), 1, + aux_sym_variable_definition_token2, + STATE(5501), 2, sym_comment, sym_include, - aux_sym_procedure_parameter_definition_repeat1, - [282005] = 8, + ACTIONS(7871), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [320717] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6742), 1, - aux_sym_else_statement_token1, - STATE(4817), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4714), 2, - sym_comment, - sym_include, - ACTIONS(2798), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [282033] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(6745), 1, - sym_identifier, - STATE(3588), 1, - sym_function_call, - STATE(3706), 1, - sym_qualified_name, - STATE(5977), 1, - sym_object_access, - STATE(6450), 1, - sym_new_expression, - STATE(4715), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7875), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5502), 2, sym_comment, sym_include, - [282065] = 9, + [320747] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6199), 1, - aux_sym__block_terminator_token1, - STATE(2103), 1, - sym__function_terminator, - STATE(2127), 1, - sym__block_terminator, - STATE(5653), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4716), 2, + ACTIONS(6886), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5503), 2, sym_comment, sym_include, - [282095] = 10, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [320775] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(6747), 1, + ACTIONS(7877), 1, sym_identifier, - STATE(3574), 1, - sym_function_call, - STATE(3701), 1, + STATE(3775), 1, + sym_record_phrase, + STATE(3977), 1, sym_qualified_name, - STATE(5977), 1, - sym_object_access, - STATE(6450), 1, - sym_new_expression, - STATE(4717), 2, + STATE(5504), 2, sym_comment, sym_include, - [282127] = 9, + ACTIONS(7879), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [320803] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(6749), 1, - sym__terminator, - STATE(1011), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4718), 2, + ACTIONS(7883), 1, + aux_sym_variable_definition_token2, + STATE(5505), 2, sym_comment, sym_include, - [282157] = 9, + ACTIONS(7881), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [320827] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5597), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7885), 1, sym__terminator, - STATE(4796), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4719), 2, + STATE(5499), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5506), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [282187] = 9, + [320857] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5781), 1, + ACTIONS(6489), 1, anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6491), 1, anon_sym_LPAREN, - STATE(1011), 1, + STATE(1070), 1, sym_assignment_operator, - STATE(4983), 1, + STATE(5675), 1, sym_function_arguments, - ACTIONS(867), 2, + ACTIONS(883), 2, sym__augmented_assignment, anon_sym_EQ, - STATE(4720), 2, - sym_comment, - sym_include, - [282217] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5886), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4721), 2, - sym_comment, - sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [282245] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6026), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4722), 2, + STATE(5507), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [282273] = 6, + [320887] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6753), 1, - aux_sym_variable_definition_token2, - STATE(4723), 2, + STATE(5425), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5508), 2, sym_comment, sym_include, - ACTIONS(6751), 5, + ACTIONS(3345), 4, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [282297] = 6, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [320913] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6757), 1, - aux_sym_variable_definition_token2, - STATE(4724), 2, + STATE(5425), 1, + aux_sym_if_statement_repeat1, + STATE(6039), 1, + sym_else_statement, + STATE(5509), 2, sym_comment, sym_include, - ACTIONS(6755), 5, + ACTIONS(3345), 4, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [282321] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(5342), 1, - anon_sym_LT, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4010), 1, - sym_generic_expression, - ACTIONS(4109), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(4725), 2, - sym_comment, - sym_include, - [282351] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [320939] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(5491), 1, + ACTIONS(6303), 1, sym__terminator, - STATE(4890), 1, + STATE(5530), 1, aux_sym_temp_table_definition_repeat2, - STATE(4726), 2, + STATE(5510), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [282381] = 9, + [320969] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(5491), 1, + ACTIONS(6303), 1, sym__terminator, - STATE(4684), 1, + STATE(5363), 1, aux_sym_temp_table_definition_repeat2, - STATE(4727), 2, + STATE(5511), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [282411] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6030), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4728), 2, - sym_comment, - sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [282439] = 8, + [320999] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5890), 1, + ACTIONS(6712), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4729), 2, + STATE(5512), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [282467] = 9, + [321027] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6619), 1, + ACTIONS(7482), 1, sym__terminator, - STATE(4703), 1, + STATE(5502), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4730), 2, - sym_comment, - sym_include, - [282497] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5581), 1, - sym__terminator, - STATE(4689), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4731), 2, + STATE(5513), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [282527] = 7, - ACTIONS(69), 1, + [321057] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4763), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4732), 2, + ACTIONS(7887), 1, + sym_identifier, + STATE(3601), 1, + sym_qualified_name, + STATE(6967), 1, + sym_for_phrase, + STATE(5514), 2, sym_comment, sym_include, - ACTIONS(2794), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282553] = 9, + ACTIONS(7889), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [321085] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5581), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7891), 1, sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4733), 2, - sym_comment, - sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [282583] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6759), 1, - aux_sym_else_statement_token1, - STATE(4763), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4734), 2, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5515), 2, sym_comment, sym_include, - ACTIONS(2810), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [282611] = 8, + [321115] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5892), 1, + ACTIONS(6752), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4735), 2, + STATE(5516), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [282639] = 8, + [321143] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6074), 1, + ACTIONS(6742), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4736), 2, + STATE(5517), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [282667] = 9, + [321171] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6625), 1, + ACTIONS(7893), 1, sym__terminator, - STATE(4771), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4737), 2, + STATE(5518), 2, sym_comment, sym_include, - [282697] = 8, + [321201] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5900), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7895), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4738), 2, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5519), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [282725] = 8, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [321231] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6044), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4739), 2, + ACTIONS(5713), 1, + aux_sym_inherits_token1, + ACTIONS(7194), 1, + anon_sym_COLON, + STATE(5370), 1, + aux_sym_interface_statement_repeat1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(7928), 1, + sym_interface_body, + STATE(5520), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [282753] = 9, + [321263] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5545), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4740), 2, + ACTIONS(7899), 1, + aux_sym_variable_definition_token2, + STATE(5521), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [282783] = 9, + ACTIONS(7897), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [321287] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7903), 1, + aux_sym_variable_definition_token2, + STATE(5522), 2, + sym_comment, + sym_include, + ACTIONS(7901), 5, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [321311] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6593), 1, + ACTIONS(7905), 1, sym__terminator, - STATE(4766), 1, + STATE(5518), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4741), 2, + STATE(5523), 2, sym_comment, sym_include, - [282813] = 6, + [321341] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6762), 1, - anon_sym_COMMA, - STATE(4742), 3, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7907), 1, + sym__terminator, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5524), 2, sym_comment, sym_include, - aux_sym_data_relation_repeat1, - ACTIONS(6667), 4, - sym__terminator, - anon_sym_RPAREN, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - [282837] = 9, + [321371] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(6765), 1, + ACTIONS(6724), 1, sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4743), 2, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5525), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [282867] = 8, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [321399] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5912), 1, + ACTIONS(6730), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4744), 2, + STATE(5526), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [282895] = 9, + [321427] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6190), 1, + sym__terminator, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(6767), 1, - sym__terminator, - STATE(4890), 1, + STATE(5363), 1, aux_sym_temp_table_definition_repeat2, - STATE(4745), 2, + STATE(5527), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [282925] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6769), 1, - sym_identifier, - ACTIONS(6771), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6773), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6775), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6777), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4746), 2, - sym_comment, - sym_include, - [282955] = 9, + [321457] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6779), 1, + ACTIONS(6190), 1, sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4747), 2, - sym_comment, - sym_include, - [282985] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - STATE(4812), 1, - aux_sym_object_access_repeat1, - STATE(4748), 2, - sym_comment, - sym_include, - ACTIONS(98), 4, - sym__augmented_assignment, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - [283011] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5418), 1, + ACTIONS(6196), 1, aux_sym_field_definition_token1, - ACTIONS(5420), 1, + ACTIONS(6198), 1, aux_sym_index_definition_token1, - ACTIONS(5545), 1, - sym__terminator, - STATE(4700), 1, + STATE(5494), 1, aux_sym_temp_table_definition_repeat2, - STATE(4749), 2, + STATE(5528), 2, sym_comment, sym_include, - STATE(5631), 2, + STATE(6207), 2, sym_field_definition, sym_index_definition, - [283041] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6781), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4750), 2, - sym_comment, - sym_include, - [283071] = 8, + [321487] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5968), 1, + ACTIONS(6738), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4751), 2, + STATE(5529), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [283099] = 9, + [321515] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6783), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6283), 1, sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4752), 2, - sym_comment, - sym_include, - [283129] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6785), 1, - sym_identifier, - ACTIONS(6787), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6789), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6791), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6793), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4753), 2, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5530), 2, sym_comment, sym_include, - [283159] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [321545] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6795), 1, - sym_identifier, - ACTIONS(6797), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6799), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6801), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6803), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4754), 2, - sym_comment, - sym_include, - [283189] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5966), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4755), 2, - sym_comment, - sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [283217] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6012), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4756), 2, + ACTIONS(7877), 1, + sym_identifier, + STATE(3977), 1, + sym_qualified_name, + STATE(4089), 1, + sym_record_phrase, + STATE(5531), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [283245] = 9, + ACTIONS(7879), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [321573] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6663), 1, + ACTIONS(7474), 1, sym__terminator, - STATE(4912), 1, + STATE(5557), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4757), 2, + STATE(5532), 2, sym_comment, sym_include, - [283275] = 8, + [321603] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6805), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(6283), 1, sym__terminator, - ACTIONS(6807), 1, - aux_sym_query_definition_tuning_token1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6810), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4758), 3, + STATE(5551), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5533), 2, sym_comment, sym_include, - aux_sym_query_definition_repeat1, - [283303] = 5, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [321633] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4759), 2, + ACTIONS(6700), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5534), 2, sym_comment, sym_include, - ACTIONS(6338), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [283325] = 8, + [321661] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5956), 1, + ACTIONS(6748), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4760), 2, + STATE(5535), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [283353] = 8, + [321689] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5916), 1, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7909), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4761), 2, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5536), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [283381] = 8, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [321719] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5926), 1, + ACTIONS(6710), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4762), 2, + STATE(5537), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [283409] = 8, + [321747] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6813), 1, - aux_sym_else_statement_token1, - STATE(4865), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4763), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7490), 1, + sym__terminator, + STATE(5515), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5538), 2, sym_comment, sym_include, - ACTIONS(2828), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [283437] = 8, + [321777] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6106), 1, + ACTIONS(6682), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4764), 2, + STATE(5539), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [283465] = 8, + [321805] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5952), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7911), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4765), 2, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5540), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [283493] = 9, + [321835] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6816), 1, + ACTIONS(7913), 1, sym__terminator, - STATE(4758), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4766), 2, + STATE(5541), 2, sym_comment, sym_include, - [283523] = 8, + [321865] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6818), 1, - aux_sym_else_statement_token1, - STATE(4763), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4767), 2, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7915), 1, + sym__terminator, + STATE(5524), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5542), 2, + sym_comment, + sym_include, + [321895] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7919), 1, + aux_sym_variable_definition_token2, + STATE(5543), 2, sym_comment, sym_include, - ACTIONS(2798), 3, + ACTIONS(7917), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [283551] = 8, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [321919] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6102), 1, + ACTIONS(6654), 1, sym__terminator, - STATE(4713), 1, + STATE(5334), 1, aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, + STATE(6185), 1, sym_procedure_parameter_tuning, - STATE(4768), 2, + STATE(5544), 2, sym_comment, sym_include, - ACTIONS(6225), 3, + ACTIONS(7027), 3, aux_sym_argument_tuning_token1, aux_sym_argument_tuning_token3, aux_sym_argument_tuning_token4, - [283579] = 5, + [321947] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4769), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7734), 1, + sym__terminator, + STATE(5355), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5545), 2, sym_comment, sym_include, - ACTIONS(6822), 6, - anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [283601] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [321977] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6582), 1, + ACTIONS(879), 1, + sym__namecolon, + ACTIONS(7921), 1, sym__terminator, - STATE(4778), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4770), 2, + STATE(1240), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5546), 2, sym_comment, sym_include, - [283631] = 9, + [322007] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6824), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4771), 2, + ACTIONS(7021), 1, + aux_sym__block_terminator_token1, + STATE(2383), 1, + sym__function_terminator, + STATE(2501), 1, + sym__block_terminator, + STATE(6378), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5547), 2, sym_comment, sym_include, - [283661] = 9, + [322037] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(6826), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4772), 2, + ACTIONS(7021), 1, + aux_sym__block_terminator_token1, + STATE(2256), 1, + sym__function_terminator, + STATE(2501), 1, + sym__block_terminator, + STATE(6382), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5548), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [283691] = 8, + [322067] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5920), 1, + ACTIONS(7167), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(7923), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4773), 2, + STATE(5358), 1, + aux_sym_query_definition_repeat1, + STATE(5933), 1, + sym_query_definition_tuning, + ACTIONS(7169), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(5549), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [283719] = 6, + [322097] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - aux_sym_variable_definition_token2, - STATE(4774), 2, + ACTIONS(6960), 1, + aux_sym__block_terminator_token1, + STATE(2576), 1, + sym__block_terminator, + STATE(2972), 1, + sym__function_terminator, + STATE(6411), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5550), 2, sym_comment, sym_include, - ACTIONS(6828), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [283743] = 7, + [322127] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6834), 1, - aux_sym_do_tuning_token1, - STATE(5406), 1, - sym_do_tuning, - ACTIONS(6832), 3, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - STATE(4775), 3, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7925), 1, + sym__terminator, + STATE(5363), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5551), 2, sym_comment, sym_include, - aux_sym_do_block_repeat1, - [283769] = 8, - ACTIONS(3), 1, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [322157] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6711), 1, - aux_sym_field_definition_token1, - STATE(4853), 1, - aux_sym_widget_phrase_repeat1, - STATE(5365), 1, - sym_widget_field, - STATE(4776), 2, + ACTIONS(6976), 1, + aux_sym__block_terminator_token1, + STATE(5803), 1, + sym__block_terminator, + STATE(6200), 1, + sym__function_terminator, + STATE(6248), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(5552), 2, sym_comment, sym_include, - ACTIONS(6837), 3, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - [283797] = 9, + [322187] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6839), 1, + ACTIONS(6786), 1, sym__terminator, - STATE(4781), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4777), 2, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5553), 2, sym_comment, sym_include, - [283827] = 9, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [322215] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6841), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4778), 2, + ACTIONS(7464), 1, + aux_sym__block_terminator_token1, + STATE(6282), 1, + sym_dot_body, + ACTIONS(6958), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(2502), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5554), 2, sym_comment, sym_include, - [283857] = 9, + [322243] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6843), 1, + ACTIONS(6930), 1, sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4779), 2, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5555), 2, sym_comment, sym_include, - [283887] = 6, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [322271] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6847), 1, - aux_sym_variable_definition_token2, - STATE(4780), 2, + ACTIONS(6796), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5556), 2, sym_comment, sym_include, - ACTIONS(6845), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [283911] = 9, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [322299] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6849), 1, + ACTIONS(7927), 1, sym__terminator, - STATE(4758), 1, + STATE(5358), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4781), 2, + STATE(5557), 2, sym_comment, sym_include, - [283941] = 9, + [322329] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, + ACTIONS(7167), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6851), 1, + ACTIONS(7468), 1, sym__terminator, - STATE(4785), 1, + STATE(5540), 1, aux_sym_query_definition_repeat1, - STATE(5247), 1, + STATE(5933), 1, sym_query_definition_tuning, - ACTIONS(6358), 2, + ACTIONS(7169), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4782), 2, + STATE(5558), 2, sym_comment, sym_include, - [283971] = 6, + [322359] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6855), 1, - aux_sym_variable_definition_token2, - STATE(4783), 2, + ACTIONS(6830), 1, + sym__terminator, + STATE(5334), 1, + aux_sym_procedure_parameter_definition_repeat1, + STATE(6185), 1, + sym_procedure_parameter_tuning, + STATE(5559), 2, sym_comment, sym_include, - ACTIONS(6853), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [283995] = 6, + ACTIONS(7027), 3, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [322387] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6859), 1, - aux_sym_variable_definition_token2, - STATE(4784), 2, + ACTIONS(6196), 1, + aux_sym_field_definition_token1, + ACTIONS(6198), 1, + aux_sym_index_definition_token1, + ACTIONS(7925), 1, + sym__terminator, + STATE(5519), 1, + aux_sym_temp_table_definition_repeat2, + STATE(5560), 2, sym_comment, sym_include, - ACTIONS(6857), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [284019] = 9, + STATE(6207), 2, + sym_field_definition, + sym_index_definition, + [322417] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6861), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4785), 2, - sym_comment, - sym_include, - [284049] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6863), 1, - sym_identifier, - ACTIONS(6865), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6867), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6869), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6871), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4786), 2, + ACTIONS(7929), 1, + anon_sym_COLON, + ACTIONS(7931), 1, + aux_sym_inherits_token1, + STATE(6658), 1, + sym_interface_tuning, + STATE(6660), 1, + sym_inherits, + STATE(5561), 3, sym_comment, sym_include, - [284079] = 9, + aux_sym_interface_statement_repeat1, + [322444] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6631), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7432), 1, sym__terminator, - STATE(4791), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4787), 2, + STATE(5577), 1, + aux_sym_data_relation_repeat1, + STATE(7547), 1, + sym_data_relation, + STATE(5562), 2, sym_comment, sym_include, - [284109] = 6, + [322473] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6875), 1, - aux_sym_variable_definition_token2, - STATE(4788), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7934), 1, + sym__terminator, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7548), 1, + sym_data_relation, + STATE(5563), 2, sym_comment, sym_include, - ACTIONS(6873), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [284133] = 9, + [322502] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6877), 1, - sym__terminator, - STATE(4801), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4789), 2, - sym_comment, - sym_include, - [284163] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(6879), 1, - sym_identifier, - STATE(3628), 1, - sym_function_call, - STATE(3774), 1, - sym_qualified_name, - STATE(5977), 1, - sym_object_access, - STATE(6450), 1, - sym_new_expression, - STATE(4790), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6961), 1, + sym_body, + STATE(5564), 2, sym_comment, sym_include, - [284195] = 9, + [322531] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6881), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4791), 2, + ACTIONS(7936), 1, + aux_sym_return_type_token2, + ACTIONS(7940), 1, + aux_sym_on_error_phrase_token8, + STATE(5565), 2, sym_comment, sym_include, - [284225] = 9, + ACTIONS(7938), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [322556] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6199), 1, - aux_sym__block_terminator_token1, - STATE(2050), 1, - sym__function_terminator, - STATE(2127), 1, - sym__block_terminator, - STATE(5652), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4792), 2, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7101), 1, + sym_body, + STATE(5566), 2, sym_comment, sym_include, - [284255] = 7, - ACTIONS(3), 1, + [322585] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6342), 1, - anon_sym_LT, - STATE(5449), 1, - sym_generic_expression, - STATE(4793), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7197), 1, + sym_body, + STATE(5567), 2, sym_comment, sym_include, - ACTIONS(4113), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [284281] = 6, + [322614] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6885), 1, - aux_sym_variable_definition_token2, - STATE(4794), 2, + STATE(5568), 2, sym_comment, sym_include, - ACTIONS(6883), 5, + ACTIONS(7942), 5, + anon_sym_COLON, + anon_sym_DOT, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [284305] = 10, + anon_sym_LPAREN, + aux_sym_variable_tuning_token7, + [322635] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(4832), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6847), 1, - sym_interface_body, - STATE(4795), 2, + ACTIONS(7944), 1, + aux_sym_return_type_token2, + ACTIONS(7948), 1, + aux_sym_on_error_phrase_token8, + STATE(5569), 2, sym_comment, sym_include, - [284337] = 9, + ACTIONS(7946), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [322660] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(6887), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7372), 1, sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4796), 2, + STATE(5664), 1, + aux_sym_data_relation_repeat1, + STATE(7793), 1, + sym_data_relation, + STATE(5570), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [284367] = 9, - ACTIONS(3), 1, + [322689] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6889), 1, - sym_identifier, - ACTIONS(6891), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6893), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6895), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6897), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4797), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7000), 1, + sym_body, + STATE(5571), 2, sym_comment, sym_include, - [284397] = 9, + [322718] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5781), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN, - STATE(658), 1, - sym_assignment_operator, - STATE(4983), 1, - sym_function_arguments, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4798), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7950), 1, + sym__terminator, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7520), 1, + sym_data_relation, + STATE(5572), 2, sym_comment, sym_include, - [284427] = 6, + [322747] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6901), 1, - aux_sym_variable_definition_token2, - STATE(4799), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7368), 1, + sym__terminator, + STATE(5563), 1, + aux_sym_data_relation_repeat1, + STATE(7563), 1, + sym_data_relation, + STATE(5573), 2, sym_comment, sym_include, - ACTIONS(6899), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [284451] = 9, - ACTIONS(3), 1, + [322776] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6903), 1, - sym_identifier, - ACTIONS(6905), 1, - aux_sym_dataset_expression_token1, - ACTIONS(6907), 1, - aux_sym_buffer_definition_token1, - ACTIONS(6909), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6911), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4800), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7952), 1, + anon_sym_RPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6424), 1, + aux_sym_data_relation_repeat1, + STATE(5574), 2, sym_comment, sym_include, - [284481] = 9, + [322805] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6913), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4801), 2, + ACTIONS(7954), 1, + aux_sym_return_type_token2, + ACTIONS(7958), 1, + aux_sym_on_error_phrase_token8, + STATE(5575), 2, sym_comment, sym_include, - [284511] = 9, + ACTIONS(7956), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [322830] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(6915), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4802), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7214), 1, + sym_body, + STATE(5576), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [284541] = 9, + [322859] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6917), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7960), 1, sym__terminator, - STATE(4816), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4803), 2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7538), 1, + sym_data_relation, + STATE(5577), 2, sym_comment, sym_include, - [284571] = 9, + [322888] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6191), 1, - aux_sym__block_terminator_token1, - STATE(2458), 1, - sym__function_terminator, - STATE(2583), 1, - sym__block_terminator, - STATE(5646), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4804), 2, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6928), 1, + sym_body, + STATE(5578), 2, sym_comment, sym_include, - [284601] = 8, + [322917] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6076), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7962), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4805), 2, + ACTIONS(7964), 1, + aux_sym_input_expression_token2, + ACTIONS(7966), 1, + aux_sym_prompt_for_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5579), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [284629] = 8, + [322946] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6050), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4806), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7008), 1, + sym_body, + STATE(5580), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [284657] = 9, - ACTIONS(69), 1, + [322975] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5575), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4807), 2, + ACTIONS(7968), 1, + anon_sym_DQUOTE, + ACTIONS(7972), 1, + sym__special_character, + STATE(5611), 1, + aux_sym_double_quoted_string_repeat1, + ACTIONS(7970), 2, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + STATE(5581), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [284687] = 9, + [323002] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5575), 1, - sym__terminator, - STATE(4733), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4808), 2, + STATE(5582), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [284717] = 9, + ACTIONS(7974), 5, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + [323023] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6919), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4809), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6655), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(5583), 2, sym_comment, sym_include, - [284747] = 9, + [323052] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6921), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4810), 2, + STATE(5584), 2, sym_comment, sym_include, - [284777] = 6, + ACTIONS(7976), 5, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token8, + aux_sym_field_definition_token1, + [323073] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6925), 1, - aux_sym_variable_definition_token2, - STATE(4811), 2, + ACTIONS(879), 1, + sym__namecolon, + STATE(1070), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5585), 2, sym_comment, sym_include, - ACTIONS(6923), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [284801] = 6, + [323100] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6927), 1, - sym__namecolon, - STATE(4812), 3, + STATE(5586), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(91), 4, - sym__augmented_assignment, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - [284825] = 8, + ACTIONS(7978), 5, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token8, + aux_sym_field_definition_token1, + [323121] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6042), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7486), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4813), 2, + STATE(5572), 1, + aux_sym_data_relation_repeat1, + STATE(7508), 1, + sym_data_relation, + STATE(5587), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [284853] = 5, + [323150] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4814), 2, - sym_comment, - sym_include, - ACTIONS(6930), 6, + ACTIONS(3534), 1, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, + ACTIONS(6180), 1, aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [284875] = 5, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6978), 1, + sym_body, + STATE(5588), 2, + sym_comment, + sym_include, + [323179] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4815), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7980), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6408), 1, + aux_sym_data_relation_repeat1, + STATE(5589), 2, sym_comment, sym_include, - ACTIONS(6932), 6, - anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [284897] = 9, + [323208] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6934), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4816), 2, + ACTIONS(7982), 1, + aux_sym_return_type_token2, + ACTIONS(7986), 1, + aux_sym_on_error_phrase_token8, + STATE(5590), 2, sym_comment, sym_include, - [284927] = 8, + ACTIONS(7984), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [323233] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6735), 1, - aux_sym_else_statement_token1, - STATE(4865), 1, - aux_sym_if_statement_repeat1, - STATE(5116), 1, - sym_else_statement, - STATE(4817), 2, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(7988), 1, + aux_sym_of_phrase_token2, + STATE(5228), 1, + sym_of_phrase, + STATE(5995), 1, + aux_sym_array_literal_repeat1, + STATE(5591), 2, sym_comment, sym_include, - ACTIONS(2828), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [284955] = 8, + [323262] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6002), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7488), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4818), 2, + STATE(5603), 1, + aux_sym_data_relation_repeat1, + STATE(7317), 1, + sym_data_relation, + STATE(5592), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [284983] = 9, + [323291] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6643), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7990), 1, sym__terminator, - STATE(4683), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4819), 2, + ACTIONS(7992), 1, + aux_sym_input_expression_token2, + ACTIONS(7994), 1, + aux_sym_prompt_for_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5593), 2, sym_comment, sym_include, - [285013] = 9, + [323320] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(6936), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7996), 1, sym__terminator, - STATE(1011), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4820), 2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7507), 1, + sym_data_relation, + STATE(5594), 2, sym_comment, sym_include, - [285043] = 9, + [323349] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5455), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7998), 1, sym__terminator, - STATE(4692), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4821), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6449), 1, + aux_sym_data_relation_repeat1, + STATE(5595), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [285073] = 6, + [323378] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6940), 1, - aux_sym_variable_definition_token2, - STATE(4822), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8000), 1, + sym__terminator, + ACTIONS(8002), 1, + aux_sym_input_expression_token2, + ACTIONS(8004), 1, + aux_sym_prompt_for_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5596), 2, sym_comment, sym_include, - ACTIONS(6938), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285097] = 9, + [323407] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5455), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4823), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(6879), 1, + sym_body, + STATE(5597), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [285127] = 6, + [323436] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6944), 1, - aux_sym_variable_definition_token2, - STATE(4824), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7244), 1, + sym_body, + STATE(5598), 2, sym_comment, sym_include, - ACTIONS(6942), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285151] = 7, + [323465] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - STATE(4812), 1, - aux_sym_object_access_repeat1, - STATE(4825), 2, + ACTIONS(7936), 1, + aux_sym_return_type_token2, + ACTIONS(7940), 1, + aux_sym_on_error_phrase_token8, + STATE(5599), 2, sym_comment, sym_include, - ACTIONS(98), 4, - sym__augmented_assignment, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - [285177] = 9, + ACTIONS(8006), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [323490] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6183), 1, - aux_sym__block_terminator_token1, - STATE(5068), 1, - sym__block_terminator, - STATE(5209), 1, - sym__function_terminator, - STATE(5686), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4826), 2, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7133), 1, + sym_body, + STATE(5600), 2, sym_comment, sym_include, - [285207] = 6, + [323519] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6948), 1, - aux_sym_variable_definition_token2, - STATE(4827), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6792), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(5601), 2, sym_comment, sym_include, - ACTIONS(6946), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285231] = 6, + [323548] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6952), 1, - aux_sym_variable_definition_token2, - STATE(4828), 2, + STATE(5602), 2, sym_comment, sym_include, - ACTIONS(6950), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285255] = 6, + ACTIONS(8008), 5, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [323569] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6956), 1, - aux_sym_variable_definition_token2, - STATE(4829), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(8010), 1, + sym__terminator, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7332), 1, + sym_data_relation, + STATE(5603), 2, sym_comment, sym_include, - ACTIONS(6954), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285279] = 6, + [323598] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6960), 1, - aux_sym_variable_definition_token2, - STATE(4830), 2, + ACTIONS(8012), 1, + aux_sym_return_type_token2, + ACTIONS(8016), 1, + aux_sym_on_error_phrase_token8, + STATE(5604), 2, sym_comment, sym_include, - ACTIONS(6958), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285303] = 6, + ACTIONS(8014), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [323623] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5045), 1, - aux_sym_variable_definition_token2, - STATE(4831), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7032), 1, + sym_body, + STATE(5605), 2, sym_comment, sym_include, - ACTIONS(5043), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285327] = 10, + [323652] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(4986), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6533), 1, - sym_interface_body, - STATE(4832), 2, + STATE(5606), 2, sym_comment, sym_include, - [285359] = 6, + ACTIONS(121), 5, + sym__namecolon, + sym__augmented_assignment, + sym__terminator, + anon_sym_EQ, + aux_sym_function_call_token1, + [323673] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6964), 1, - aux_sym_variable_definition_token2, - STATE(4833), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6727), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(5607), 2, sym_comment, sym_include, - ACTIONS(6962), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285383] = 8, + [323702] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6018), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7438), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4834), 2, + STATE(5625), 1, + aux_sym_data_relation_repeat1, + STATE(7337), 1, + sym_data_relation, + STATE(5608), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [285411] = 6, + [323731] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6968), 1, - aux_sym_variable_definition_token2, - STATE(4835), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6837), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(5609), 2, sym_comment, sym_include, - ACTIONS(6966), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285435] = 9, + [323760] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(6970), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8018), 1, sym__terminator, - STATE(1011), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4836), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6205), 1, + aux_sym_data_relation_repeat1, + STATE(5610), 2, + sym_comment, + sym_include, + [323789] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7972), 1, + sym__special_character, + ACTIONS(8020), 1, + anon_sym_DQUOTE, + STATE(5627), 1, + aux_sym_double_quoted_string_repeat1, + ACTIONS(7970), 2, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + STATE(5611), 2, sym_comment, sym_include, - [285465] = 9, + [323816] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(6887), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8022), 1, sym__terminator, - STATE(4889), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4837), 2, + ACTIONS(8024), 1, + aux_sym_input_expression_token2, + ACTIONS(8026), 1, + aux_sym_prompt_for_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5612), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [285495] = 6, + [323845] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5041), 1, - aux_sym_variable_definition_token2, - STATE(4838), 2, + ACTIONS(8028), 1, + aux_sym_return_type_token2, + ACTIONS(8032), 1, + aux_sym_on_error_phrase_token8, + STATE(5613), 2, sym_comment, sym_include, - ACTIONS(5039), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285519] = 8, + ACTIONS(8030), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [323870] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5986), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(8034), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4839), 2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7790), 1, + sym_data_relation, + STATE(5614), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [285547] = 8, + [323899] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6034), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4840), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7058), 1, + sym_body, + STATE(5615), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [285575] = 9, + [323928] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6972), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4841), 2, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(8036), 1, + aux_sym_of_phrase_token2, + STATE(5104), 1, + sym_of_phrase, + STATE(5995), 1, + aux_sym_array_literal_repeat1, + STATE(5616), 2, sym_comment, sym_include, - [285605] = 9, - ACTIONS(3), 1, + [323957] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6974), 1, - sym_identifier, - ACTIONS(6976), 1, - sym__integer_literal, - ACTIONS(6978), 1, - sym__escaped_string, - STATE(5707), 1, - sym__decimal_literal, - STATE(4842), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7260), 1, + sym_body, + STATE(5617), 2, sym_comment, sym_include, - STATE(5594), 2, - sym_number_literal, - sym_string_literal, - [285635] = 9, + [323986] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(6980), 1, - sym__terminator, - STATE(1011), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4843), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7175), 1, + sym_body, + STATE(5618), 2, sym_comment, sym_include, - [285665] = 5, + [324015] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4844), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7026), 1, + sym_body, + STATE(5619), 2, sym_comment, sym_include, - ACTIONS(6982), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [285687] = 6, + [324044] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6986), 1, - aux_sym_variable_definition_token2, - STATE(4845), 2, + ACTIONS(8038), 1, + anon_sym_COLON, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5857), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7611), 1, + sym_enum_body, + STATE(5620), 2, sym_comment, sym_include, - ACTIONS(6984), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285711] = 8, + [324073] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6006), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7380), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4846), 2, + STATE(5594), 1, + aux_sym_data_relation_repeat1, + STATE(7478), 1, + sym_data_relation, + STATE(5621), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [285739] = 6, + [324102] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6990), 1, - aux_sym_variable_definition_token2, - STATE(4847), 2, + ACTIONS(8042), 1, + aux_sym_return_type_token2, + ACTIONS(8046), 1, + aux_sym_on_error_phrase_token8, + STATE(5622), 2, sym_comment, sym_include, - ACTIONS(6988), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [285763] = 10, + ACTIONS(8044), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [324127] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(4986), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6655), 1, - sym_interface_body, - STATE(4848), 2, + ACTIONS(879), 1, + sym__namecolon, + STATE(1015), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5623), 2, sym_comment, sym_include, - [285795] = 10, + [324154] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, + ACTIONS(8038), 1, anon_sym_COLON, - STATE(4986), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(7185), 1, - sym_interface_body, - STATE(4849), 2, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5620), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7829), 1, + sym_enum_body, + STATE(5624), 2, sym_comment, sym_include, - [285827] = 9, + [324183] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(6915), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(8048), 1, sym__terminator, - STATE(4857), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4850), 2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7346), 1, + sym_data_relation, + STATE(5625), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [285857] = 9, + [324212] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6992), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4851), 2, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(8050), 1, + aux_sym_of_phrase_token2, + STATE(5226), 1, + sym_of_phrase, + STATE(5995), 1, + aux_sym_array_literal_repeat1, + STATE(5626), 2, sym_comment, sym_include, - [285887] = 8, - ACTIONS(69), 1, + [324241] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6560), 1, - aux_sym__block_terminator_token1, - STATE(5677), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4852), 2, + ACTIONS(8052), 1, + anon_sym_DQUOTE, + ACTIONS(8057), 1, + sym__special_character, + ACTIONS(8054), 2, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + STATE(5627), 3, sym_comment, sym_include, - STATE(5073), 2, - sym__block_terminator, - sym__procedure_terminator, - [285915] = 8, + aux_sym_double_quoted_string_repeat1, + [324266] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6994), 1, + ACTIONS(7097), 1, sym_identifier, - ACTIONS(6999), 1, - aux_sym_field_definition_token1, - STATE(5365), 1, - sym_widget_field, - ACTIONS(6997), 2, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - STATE(4853), 3, + STATE(5628), 2, sym_comment, sym_include, - aux_sym_widget_phrase_repeat1, - [285943] = 9, + ACTIONS(7099), 4, + aux_sym_function_call_argument_token2, + aux_sym_function_call_argument_token3, + aux_sym_function_parameter_token1, + aux_sym_function_parameter_token2, + [324289] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8060), 1, + sym_identifier, + STATE(5629), 2, + sym_comment, + sym_include, + ACTIONS(8062), 4, + aux_sym_function_call_argument_token2, + aux_sym_function_call_argument_token3, + aux_sym_function_parameter_token1, + aux_sym_function_parameter_token2, + [324312] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6209), 1, - aux_sym__block_terminator_token1, - STATE(2171), 1, - sym__function_terminator, - STATE(2577), 1, - sym__block_terminator, - STATE(5703), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4854), 2, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7074), 1, + sym_body, + STATE(5630), 2, sym_comment, sym_include, - [285973] = 9, - ACTIONS(3), 1, + [324341] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6976), 1, - sym__integer_literal, - ACTIONS(6978), 1, - sym__escaped_string, - ACTIONS(7002), 1, - sym_identifier, - STATE(5707), 1, - sym__decimal_literal, - STATE(4855), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7081), 1, + sym_body, + STATE(5631), 2, sym_comment, sym_include, - STATE(5192), 2, - sym_number_literal, - sym_string_literal, - [286003] = 9, + [324370] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5493), 1, - sym__terminator, - STATE(4902), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4856), 2, + ACTIONS(8038), 1, + anon_sym_COLON, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5637), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7744), 1, + sym_enum_body, + STATE(5632), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [286033] = 9, + [324399] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(7004), 1, + STATE(5633), 2, + sym_comment, + sym_include, + ACTIONS(137), 5, + sym__namecolon, + sym__augmented_assignment, sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4857), 2, + anon_sym_EQ, + aux_sym_function_call_token1, + [324420] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8066), 1, + aux_sym_widget_field_token1, + STATE(5634), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [286063] = 5, + ACTIONS(8064), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [324443] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4858), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7146), 1, + sym_body, + STATE(5635), 2, sym_comment, sym_include, - ACTIONS(7006), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [286085] = 8, + [324472] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5932), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4859), 2, + STATE(5636), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [286113] = 10, + ACTIONS(8068), 5, + sym__terminator, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + aux_sym_query_definition_token3, + [324493] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, + ACTIONS(8038), 1, anon_sym_COLON, - STATE(4915), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6678), 1, - sym_interface_body, - STATE(4860), 2, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5857), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7680), 1, + sym_enum_body, + STATE(5637), 2, sym_comment, sym_include, - [286145] = 9, + [324522] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5493), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4861), 2, + ACTIONS(8070), 1, + aux_sym_return_type_token2, + ACTIONS(8074), 1, + aux_sym_on_error_phrase_token8, + STATE(5638), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [286175] = 9, + ACTIONS(8072), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [324547] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6637), 1, + ACTIONS(7358), 1, sym__terminator, - STATE(4747), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4862), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + STATE(5651), 1, + aux_sym_data_relation_repeat1, + STATE(7390), 1, + sym_data_relation, + STATE(5639), 2, sym_comment, sym_include, - [286205] = 8, + [324576] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6556), 1, - aux_sym__block_terminator_token1, - STATE(5642), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2585), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4863), 2, + STATE(5640), 2, sym_comment, sym_include, - [286233] = 8, + ACTIONS(7445), 5, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + [324597] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6578), 1, - aux_sym__block_terminator_token1, - STATE(5732), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2227), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4864), 2, + ACTIONS(7944), 1, + aux_sym_return_type_token2, + ACTIONS(7948), 1, + aux_sym_on_error_phrase_token8, + STATE(5641), 2, sym_comment, sym_include, - [286261] = 7, + ACTIONS(8076), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [324622] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7008), 1, - aux_sym_else_statement_token1, - STATE(5116), 1, - sym_else_statement, - ACTIONS(2823), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - STATE(4865), 3, + ACTIONS(8078), 1, + aux_sym_return_type_token2, + ACTIONS(8082), 1, + aux_sym_on_error_phrase_token8, + STATE(5642), 2, sym_comment, sym_include, - aux_sym_if_statement_repeat1, - [286287] = 9, + ACTIONS(8080), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [324647] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7011), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4866), 2, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(8084), 1, + aux_sym_of_phrase_token2, + STATE(5224), 1, + sym_of_phrase, + STATE(5995), 1, + aux_sym_array_literal_repeat1, + STATE(5643), 2, sym_comment, sym_include, - [286317] = 9, + [324676] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6165), 1, - aux_sym__block_terminator_token1, - STATE(1872), 1, - sym__function_terminator, - STATE(1908), 1, - sym__block_terminator, - STATE(5668), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4867), 2, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7108), 1, + sym_body, + STATE(5644), 2, sym_comment, sym_include, - [286347] = 6, + [324705] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7015), 1, - aux_sym_variable_definition_token2, - STATE(4868), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7232), 1, + sym_body, + STATE(5645), 2, sym_comment, sym_include, - ACTIONS(7013), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [286371] = 8, + [324734] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6014), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8086), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4869), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6263), 1, + aux_sym_data_relation_repeat1, + STATE(5646), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [286399] = 6, + [324763] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7019), 1, - aux_sym_variable_definition_token2, - STATE(4870), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(8088), 1, + sym__terminator, + STATE(6665), 1, + sym_function_parameters, + STATE(7916), 1, + sym_body, + STATE(5647), 2, sym_comment, sym_include, - ACTIONS(7017), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [286423] = 9, + [324792] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6191), 1, - aux_sym__block_terminator_token1, - STATE(2525), 1, - sym__function_terminator, - STATE(2583), 1, - sym__block_terminator, - STATE(5644), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(8038), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4871), 2, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5652), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7526), 1, + sym_enum_body, + STATE(5648), 2, sym_comment, sym_include, - [286453] = 10, + [324821] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(4848), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6693), 1, - sym_interface_body, - STATE(4872), 2, + ACTIONS(7944), 1, + aux_sym_return_type_token2, + ACTIONS(7948), 1, + aux_sym_on_error_phrase_token8, + STATE(5649), 2, sym_comment, sym_include, - [286485] = 10, + ACTIONS(8090), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [324846] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(4893), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6862), 1, - sym_interface_body, - STATE(4873), 2, + ACTIONS(8092), 1, + sym__terminator, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(6268), 1, + sym_function_parameters, + STATE(7918), 1, + sym_body, + STATE(5650), 2, sym_comment, sym_include, - [286517] = 9, + [324875] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6165), 1, - aux_sym__block_terminator_token1, - STATE(1835), 1, - sym__function_terminator, - STATE(1908), 1, - sym__block_terminator, - STATE(5672), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(8096), 1, + sym__terminator, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7376), 1, + sym_data_relation, + STATE(5651), 2, + sym_comment, + sym_include, + [324904] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8038), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(4874), 2, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5857), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7500), 1, + sym_enum_body, + STATE(5652), 2, sym_comment, sym_include, - [286547] = 8, + [324933] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6570), 1, - aux_sym__block_terminator_token1, - STATE(5663), 1, - sym_dot_body, - ACTIONS(6163), 2, + ACTIONS(8038), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(1909), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4875), 2, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5857), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7467), 1, + sym_enum_body, + STATE(5653), 2, sym_comment, sym_include, - [286575] = 6, + [324962] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5022), 1, - aux_sym_variable_definition_token2, - STATE(4876), 2, + ACTIONS(8098), 1, + aux_sym_return_type_token2, + ACTIONS(8102), 1, + aux_sym_on_error_phrase_token8, + STATE(5654), 2, sym_comment, sym_include, - ACTIONS(5020), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [286599] = 9, + ACTIONS(8100), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [324987] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7021), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4877), 2, + ACTIONS(3525), 1, + anon_sym_COMMA, + ACTIONS(3527), 1, + aux_sym_of_token1, + ACTIONS(8104), 1, + aux_sym_of_phrase_token2, + STATE(5128), 1, + sym_of_phrase, + STATE(5995), 1, + aux_sym_array_literal_repeat1, + STATE(5655), 2, sym_comment, sym_include, - [286629] = 9, + [325016] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(7023), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4878), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6826), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(5656), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [286659] = 9, + [325045] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7025), 1, - sym_identifier, - ACTIONS(7027), 1, - aux_sym_dataset_expression_token1, - ACTIONS(7029), 1, - aux_sym_buffer_definition_token1, - ACTIONS(7031), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7033), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4879), 2, + STATE(5657), 2, sym_comment, sym_include, - [286689] = 9, + ACTIONS(8106), 5, + sym_identifier, + aux_sym_function_call_argument_token2, + aux_sym_function_call_argument_token3, + aux_sym_function_parameter_token1, + aux_sym_function_parameter_token2, + [325066] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(7023), 1, - sym__terminator, - STATE(4772), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4880), 2, + STATE(5658), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [286719] = 9, + ACTIONS(8108), 5, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [325087] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6566), 1, - sym__terminator, - STATE(4925), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4881), 2, + STATE(5659), 2, sym_comment, sym_include, - [286749] = 9, + ACTIONS(8110), 5, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [325108] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - ACTIONS(7035), 1, - sym__terminator, - STATE(1011), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4882), 2, + ACTIONS(8038), 1, + anon_sym_COLON, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5653), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7429), 1, + sym_enum_body, + STATE(5660), 2, sym_comment, sym_include, - [286779] = 6, + [325137] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7039), 1, - aux_sym_variable_definition_token2, - STATE(4883), 2, + ACTIONS(8114), 1, + aux_sym_when_expression_token1, + STATE(6402), 1, + sym_case_when_branch, + ACTIONS(8112), 2, + aux_sym__block_terminator_token1, + aux_sym_case_otherwise_branch_token1, + STATE(5661), 3, sym_comment, sym_include, - ACTIONS(7037), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [286803] = 9, + aux_sym_case_body_repeat1, + [325162] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7041), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7370), 1, sym__terminator, - STATE(4810), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4884), 2, + STATE(5614), 1, + aux_sym_data_relation_repeat1, + STATE(7489), 1, + sym_data_relation, + STATE(5662), 2, sym_comment, sym_include, - [286833] = 9, + [325191] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7043), 1, - sym__terminator, - STATE(4877), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4885), 2, - sym_comment, - sym_include, - [286863] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(7045), 1, - sym_identifier, - STATE(3614), 1, - sym_function_call, - STATE(3742), 1, - sym_qualified_name, - STATE(5977), 1, - sym_object_access, - STATE(6450), 1, - sym_new_expression, - STATE(4886), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7162), 1, + sym_body, + STATE(5663), 2, sym_comment, sym_include, - [286895] = 8, + [325220] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5862), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(8117), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4887), 2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7862), 1, + sym_data_relation, + STATE(5664), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [286923] = 8, + [325249] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5994), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(7374), 1, sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4888), 2, + STATE(5680), 1, + aux_sym_data_relation_repeat1, + STATE(7375), 1, + sym_data_relation, + STATE(5665), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [286951] = 9, - ACTIONS(69), 1, + [325278] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(7047), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4889), 2, + ACTIONS(8121), 1, + aux_sym_input_expression_token2, + STATE(6377), 1, + sym_widget_phrase, + ACTIONS(8119), 2, + sym_identifier, + aux_sym_do_block_token1, + STATE(5666), 3, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [286981] = 8, + aux_sym_on_statement_repeat1, + [325303] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7049), 1, - sym__terminator, - ACTIONS(7051), 1, - aux_sym_field_definition_token1, - ACTIONS(7054), 1, - aux_sym_index_definition_token1, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - STATE(4890), 3, + ACTIONS(879), 1, + sym__namecolon, + STATE(945), 1, + sym_assignment_operator, + STATE(5274), 1, + aux_sym_object_access_repeat1, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5667), 2, sym_comment, sym_include, - aux_sym_temp_table_definition_repeat2, - [287009] = 9, + [325330] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7057), 1, + STATE(5668), 2, + sym_comment, + sym_include, + ACTIONS(8124), 5, sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, + aux_sym_query_definition_tuning_token1, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4891), 2, - sym_comment, - sym_include, - [287039] = 9, + aux_sym_query_definition_token3, + [325351] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7059), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4892), 2, + ACTIONS(8126), 1, + aux_sym_return_type_token2, + ACTIONS(8130), 1, + aux_sym_on_error_phrase_token8, + STATE(5669), 2, sym_comment, sym_include, - [287069] = 10, + ACTIONS(8128), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [325376] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(4986), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6836), 1, - sym_interface_body, - STATE(4893), 2, + ACTIONS(7936), 1, + aux_sym_return_type_token2, + ACTIONS(7940), 1, + aux_sym_on_error_phrase_token8, + STATE(5670), 2, sym_comment, sym_include, - [287101] = 9, - ACTIONS(69), 1, + ACTIONS(8132), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [325401] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7061), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4894), 2, + ACTIONS(7548), 1, + sym__namedot, + STATE(5672), 1, + aux_sym_qualified_name_repeat1, + STATE(5671), 2, sym_comment, sym_include, - [287131] = 5, + ACTIONS(104), 3, + sym_identifier, + anon_sym_LT, + aux_sym_variable_tuning_token7, + [325426] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4895), 2, + ACTIONS(8134), 1, + sym__namedot, + ACTIONS(108), 3, + sym_identifier, + anon_sym_LT, + aux_sym_variable_tuning_token7, + STATE(5672), 3, sym_comment, sym_include, - ACTIONS(3698), 6, - sym_identifier, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [287153] = 9, + aux_sym_qualified_name_repeat1, + [325449] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7063), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4896), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7126), 1, + sym_body, + STATE(5673), 2, sym_comment, sym_include, - [287183] = 8, - ACTIONS(3), 1, + [325478] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7065), 1, - sym_identifier, - STATE(3184), 1, - sym_qualified_name, - STATE(6416), 1, - sym_for_phrase, - STATE(4897), 2, + ACTIONS(8038), 1, + anon_sym_COLON, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5857), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7267), 1, + sym_enum_body, + STATE(5674), 2, sym_comment, sym_include, - ACTIONS(7067), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [287211] = 8, + [325507] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5972), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4898), 2, + ACTIONS(8137), 1, + aux_sym_function_call_token1, + STATE(5675), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [287239] = 10, - ACTIONS(3), 1, + ACTIONS(148), 4, + sym__namecolon, + sym__augmented_assignment, + sym__terminator, + anon_sym_EQ, + [325530] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(7069), 1, - sym_identifier, - STATE(3600), 1, - sym_function_call, - STATE(3772), 1, - sym_qualified_name, - STATE(5977), 1, - sym_object_access, - STATE(6450), 1, - sym_new_expression, - STATE(4899), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(8094), 1, + anon_sym_LPAREN, + ACTIONS(8139), 1, + sym__terminator, + STATE(6376), 1, + sym_function_parameters, + STATE(7885), 1, + sym_body, + STATE(5676), 2, sym_comment, sym_include, - [287271] = 6, + [325559] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7073), 1, - aux_sym_variable_definition_token2, - STATE(4900), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6962), 1, + anon_sym_LPAREN, + ACTIONS(8141), 1, + sym__terminator, + STATE(6678), 1, + sym_function_parameters, + STATE(7881), 1, + sym_body, + STATE(5677), 2, sym_comment, sym_include, - ACTIONS(7071), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [287295] = 9, + [325588] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5595), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8143), 1, sym__terminator, - STATE(4878), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4901), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6386), 1, + aux_sym_data_relation_repeat1, + STATE(5678), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [287325] = 9, + [325617] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5595), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4902), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6681), 1, + sym_body, + STATE(6861), 1, + sym_repeat_tuning, + STATE(5679), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [287355] = 6, + [325646] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7077), 1, - aux_sym_variable_definition_token2, - STATE(4903), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7362), 1, + aux_sym_data_relation_token1, + ACTIONS(8145), 1, + sym__terminator, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(7361), 1, + sym_data_relation, + STATE(5680), 2, sym_comment, sym_include, - ACTIONS(7075), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [287379] = 5, + [325675] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4904), 2, + STATE(5681), 2, sym_comment, sym_include, - ACTIONS(7079), 6, + ACTIONS(8147), 5, anon_sym_COLON, sym__terminator, - aux_sym__block_terminator_token1, anon_sym_COMMA, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [287401] = 8, + [325696] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5990), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4905), 2, + ACTIONS(8038), 1, + anon_sym_COLON, + ACTIONS(8040), 1, + aux_sym_enum_tuning_token1, + STATE(5674), 1, + aux_sym_enum_statement_repeat1, + STATE(6716), 1, + sym_enum_tuning, + STATE(7318), 1, + sym_enum_body, + STATE(5682), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [287429] = 8, + [325725] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6068), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4906), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8149), 1, + aux_sym_data_relation_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6319), 1, + aux_sym_data_relation_repeat1, + STATE(5683), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [287457] = 5, + [325754] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(6180), 1, + aux_sym_repeat_tuning_token1, + STATE(5945), 1, + aux_sym_repeat_statement_repeat2, + STATE(6861), 1, + sym_repeat_tuning, + STATE(7050), 1, + sym_body, + STATE(5684), 2, + sym_comment, + sym_include, + [325783] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4907), 2, + ACTIONS(8153), 1, + aux_sym_widget_field_token1, + STATE(5685), 2, sym_comment, sym_include, - ACTIONS(7081), 6, + ACTIONS(8151), 4, sym_identifier, - aux_sym_access_tuning_token1, - aux_sym_access_tuning_token2, - aux_sym_access_tuning_token3, - aux_sym_access_tuning_token4, - aux_sym_access_tuning_token5, - [287479] = 9, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [325806] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5781), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN, - STATE(706), 1, - sym_assignment_operator, - STATE(4983), 1, - sym_function_arguments, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4908), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8155), 1, + sym__terminator, + ACTIONS(8157), 1, + aux_sym_input_expression_token2, + ACTIONS(8159), 1, + aux_sym_prompt_for_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5686), 2, sym_comment, sym_include, - [287509] = 9, + [325835] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6574), 1, - sym__terminator, - STATE(4896), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4909), 2, + ACTIONS(8161), 1, + aux_sym_return_type_token2, + ACTIONS(8165), 1, + aux_sym_on_error_phrase_token8, + STATE(5687), 2, sym_comment, sym_include, - [287539] = 6, - ACTIONS(3), 1, + ACTIONS(8163), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [325860] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(102), 1, + ACTIONS(1747), 1, sym__namedot, - STATE(4910), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8167), 1, + anon_sym_RPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6456), 1, + aux_sym_data_relation_repeat1, + STATE(5688), 2, sym_comment, sym_include, - ACTIONS(104), 5, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LT, - aux_sym_scope_tuning_token1, - [287563] = 6, + [325889] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7085), 1, - aux_sym_variable_definition_token2, - STATE(4911), 2, + STATE(5689), 2, sym_comment, sym_include, - ACTIONS(7083), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [287587] = 9, + ACTIONS(8169), 5, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [325910] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7087), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4912), 2, + STATE(5690), 2, sym_comment, sym_include, - [287617] = 9, - ACTIONS(3), 1, + ACTIONS(129), 5, + sym__namecolon, + sym__augmented_assignment, + sym__terminator, + anon_sym_EQ, + aux_sym_function_call_token1, + [325931] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7089), 1, - sym_identifier, - ACTIONS(7091), 1, - aux_sym_dataset_expression_token1, - ACTIONS(7093), 1, - aux_sym_buffer_definition_token1, - ACTIONS(7095), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7097), 2, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - STATE(4913), 2, + STATE(5691), 2, sym_comment, sym_include, - [287647] = 8, + ACTIONS(8171), 5, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [325952] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6088), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4914), 2, + STATE(5692), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [287675] = 10, + ACTIONS(3748), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [325972] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4984), 1, - aux_sym_inherits_token1, - ACTIONS(6375), 1, - anon_sym_COLON, - STATE(4986), 1, - aux_sym_interface_statement_repeat1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(6713), 1, - sym_interface_body, - STATE(4915), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8173), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(1156), 1, + sym_function_arguments, + STATE(5693), 2, sym_comment, sym_include, - [287707] = 8, + [325998] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5964), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4916), 2, + STATE(5694), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [287735] = 6, + ACTIONS(4099), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326018] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7101), 1, - aux_sym_variable_definition_token2, - STATE(4917), 2, + STATE(5695), 2, sym_comment, sym_include, - ACTIONS(7099), 5, + ACTIONS(4093), 4, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [287759] = 9, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326038] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7103), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4918), 2, + ACTIONS(8175), 1, + sym_identifier, + STATE(129), 1, + sym_qualified_name, + ACTIONS(8177), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(5696), 2, sym_comment, sym_include, - [287789] = 9, + [326062] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5543), 1, - sym__terminator, - STATE(4890), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4919), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8179), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3249), 1, + sym_function_arguments, + STATE(5697), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [287819] = 6, + [326088] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5068), 1, - aux_sym_variable_definition_token2, - STATE(4920), 2, + STATE(5698), 2, sym_comment, sym_include, - ACTIONS(5066), 5, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [287843] = 8, + ACTIONS(8181), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [326108] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6647), 1, + STATE(5699), 2, + sym_comment, + sym_include, + ACTIONS(4081), 4, aux_sym__block_terminator_token1, - STATE(5649), 1, - sym_dot_body, - ACTIONS(6163), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2124), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4921), 2, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326128] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8183), 1, + sym_identifier, + STATE(5700), 2, sym_comment, sym_include, - [287871] = 5, + ACTIONS(8185), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [326150] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4922), 2, + STATE(5701), 2, sym_comment, sym_include, - ACTIONS(7105), 6, + ACTIONS(8187), 4, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, anon_sym_COMMA, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [287893] = 8, - ACTIONS(69), 1, + [326170] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5954), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4923), 2, + ACTIONS(8189), 1, + sym_identifier, + STATE(5702), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [287921] = 9, + ACTIONS(8191), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [326192] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5418), 1, - aux_sym_field_definition_token1, - ACTIONS(5420), 1, - aux_sym_index_definition_token1, - ACTIONS(5543), 1, - sym__terminator, - STATE(4823), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4924), 2, + STATE(5703), 2, sym_comment, sym_include, - STATE(5631), 2, - sym_field_definition, - sym_index_definition, - [287951] = 9, + ACTIONS(4075), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326212] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6356), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(7107), 1, - sym__terminator, - STATE(4758), 1, - aux_sym_query_definition_repeat1, - STATE(5247), 1, - sym_query_definition_tuning, - ACTIONS(6358), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4925), 2, + STATE(5704), 2, sym_comment, sym_include, - [287981] = 8, + ACTIONS(4071), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326232] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5940), 1, - sym__terminator, - STATE(4713), 1, - aux_sym_procedure_parameter_definition_repeat1, - STATE(5282), 1, - sym_procedure_parameter_tuning, - STATE(4926), 2, + STATE(5705), 2, sym_comment, sym_include, - ACTIONS(6225), 3, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [288009] = 6, + ACTIONS(4067), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326252] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7111), 1, - aux_sym_variable_definition_token2, - STATE(4927), 2, + STATE(5706), 2, sym_comment, sym_include, - ACTIONS(7109), 5, + ACTIONS(4107), 4, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - aux_sym_constructor_definition_token1, - aux_sym_destructor_definition_token1, - [288033] = 5, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326272] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4928), 2, + ACTIONS(8193), 1, + sym_identifier, + STATE(5707), 2, sym_comment, sym_include, - ACTIONS(7113), 6, + ACTIONS(8195), 3, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [288055] = 9, - ACTIONS(69), 1, + [326294] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(4934), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6691), 1, - sym_enum_body, - STATE(4929), 2, + ACTIONS(8197), 1, + sym_identifier, + STATE(5708), 2, sym_comment, sym_include, - [288084] = 7, + ACTIONS(8199), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [326316] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7119), 1, - aux_sym_return_type_token2, - ACTIONS(7123), 1, - aux_sym_on_error_phrase_token8, - STATE(4930), 2, + ACTIONS(8201), 1, + sym__terminator, + ACTIONS(8203), 1, + aux_sym_field_definition_token1, + STATE(6780), 1, + sym_field_definition, + STATE(5709), 3, sym_comment, sym_include, - ACTIONS(7121), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [288109] = 5, + aux_sym_workfile_definition_repeat3, + [326340] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4931), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8206), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5710), 2, sym_comment, sym_include, - ACTIONS(7125), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [288130] = 5, + [326366] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4932), 2, + STATE(5711), 2, sym_comment, sym_include, - ACTIONS(7127), 5, - anon_sym_COLON, + ACTIONS(4063), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [288151] = 8, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326386] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - STATE(658), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4933), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8208), 1, + sym__terminator, + STATE(5953), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5712), 2, sym_comment, sym_include, - [288178] = 9, + [326412] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(5087), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6723), 1, - sym_enum_body, - STATE(4934), 2, + ACTIONS(8210), 1, + aux_sym_stream_definition_token1, + ACTIONS(8212), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8214), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8216), 1, + aux_sym_output_stream_statement_token1, + STATE(5713), 2, sym_comment, sym_include, - [288207] = 5, + [326438] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4935), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8208), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5714), 2, sym_comment, sym_include, - ACTIONS(7129), 5, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - aux_sym_query_definition_token3, - [288228] = 5, + [326464] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4936), 2, + STATE(5715), 2, sym_comment, sym_include, - ACTIONS(7131), 5, - anon_sym_COLON, + ACTIONS(4057), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [288249] = 5, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326484] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4937), 2, + ACTIONS(8218), 1, + sym_identifier, + STATE(5716), 2, sym_comment, sym_include, - ACTIONS(7133), 5, + ACTIONS(8220), 3, anon_sym_COLON, - aux_sym__block_terminator_token1, anon_sym_COMMA, - aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [288270] = 9, + [326506] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(7135), 1, - aux_sym_of_phrase_token2, - STATE(4570), 1, - sym_of_phrase, - STATE(5263), 1, - aux_sym_array_literal_repeat1, - STATE(4938), 2, + ACTIONS(8222), 1, + aux_sym_using_statement_token2, + ACTIONS(8224), 1, + aux_sym_stream_definition_token1, + ACTIONS(8226), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8228), 1, + aux_sym_input_close_statement_token2, + STATE(5717), 2, sym_comment, sym_include, - [288299] = 7, + [326532] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7137), 1, - aux_sym_return_type_token2, - ACTIONS(7141), 1, - aux_sym_on_error_phrase_token8, - STATE(4939), 2, + STATE(5718), 2, sym_comment, sym_include, - ACTIONS(7139), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [288324] = 9, + ACTIONS(4119), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326552] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(5087), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6822), 1, - sym_enum_body, - STATE(4940), 2, + STATE(5719), 2, sym_comment, sym_include, - [288353] = 9, + ACTIONS(8230), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [326572] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7143), 1, - sym__terminator, - ACTIONS(7145), 1, - aux_sym_input_expression_token2, - ACTIONS(7147), 1, - aux_sym_prompt_for_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4941), 2, + STATE(5720), 2, sym_comment, sym_include, - [288382] = 5, + ACTIONS(4123), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326592] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4942), 2, + STATE(5721), 2, sym_comment, sym_include, - ACTIONS(7149), 5, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token8, - aux_sym_field_definition_token1, - [288403] = 5, + ACTIONS(4127), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326612] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4943), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6952), 1, + sym__terminator, + STATE(6120), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5722), 2, sym_comment, sym_include, - ACTIONS(7151), 5, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token8, - aux_sym_field_definition_token1, - [288424] = 5, + [326638] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4944), 2, + STATE(5723), 2, sym_comment, sym_include, - ACTIONS(7153), 5, - anon_sym_COLON, + ACTIONS(4051), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [288445] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326658] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(7155), 1, - aux_sym_data_relation_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5580), 1, - aux_sym_data_relation_repeat1, - STATE(4945), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7167), 1, + sym_body, + STATE(5724), 2, sym_comment, sym_include, - [288474] = 9, + [326684] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7157), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6952), 1, sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(6628), 1, - sym_data_relation, - STATE(4946), 2, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5725), 2, sym_comment, sym_include, - [288503] = 5, + [326710] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4947), 2, + STATE(5726), 2, sym_comment, sym_include, - ACTIONS(7159), 5, - anon_sym_COLON, + ACTIONS(3648), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [288524] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326730] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(4940), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6859), 1, - sym_enum_body, - STATE(4948), 2, + STATE(5727), 2, sym_comment, sym_include, - [288553] = 9, + ACTIONS(4329), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326750] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(7161), 1, - sym__terminator, - ACTIONS(7163), 1, - anon_sym_LPAREN, - STATE(5576), 1, - sym_function_parameters, - STATE(7046), 1, - sym_body, - STATE(4949), 2, + STATE(5728), 2, sym_comment, sym_include, - [288582] = 5, + ACTIONS(164), 4, + sym__namecolon, + sym__augmented_assignment, + sym__terminator, + anon_sym_EQ, + [326770] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4950), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7187), 1, + sym_body, + STATE(5729), 2, + sym_comment, + sym_include, + [326796] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8232), 1, + sym_identifier, + STATE(5730), 2, sym_comment, sym_include, - ACTIONS(7165), 5, + ACTIONS(8234), 3, anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [288603] = 9, + [326818] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(7167), 1, - sym__terminator, - STATE(5987), 1, - sym_function_parameters, - STATE(7049), 1, - sym_body, - STATE(4951), 2, + STATE(5731), 2, sym_comment, sym_include, - [288632] = 9, + ACTIONS(4047), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326838] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7169), 1, - sym__terminator, - ACTIONS(7171), 1, - aux_sym_input_expression_token2, - ACTIONS(7173), 1, - aux_sym_prompt_for_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4952), 2, + STATE(5732), 2, sym_comment, sym_include, - [288661] = 9, + ACTIONS(3981), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326858] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(5026), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6677), 1, - sym_enum_body, - STATE(4953), 2, + STATE(5733), 2, sym_comment, sym_include, - [288690] = 6, - ACTIONS(3), 1, + ACTIONS(4043), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326878] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7175), 1, - sym_identifier, - STATE(4954), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8236), 1, + sym__terminator, + STATE(5710), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5734), 2, sym_comment, sym_include, - ACTIONS(7177), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [288713] = 6, - ACTIONS(3), 1, + [326904] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7179), 1, - sym_identifier, - STATE(4955), 2, + STATE(5735), 2, sym_comment, sym_include, - ACTIONS(7181), 4, - aux_sym_dataset_expression_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - aux_sym_function_call_argument_token3, - [288736] = 5, + ACTIONS(4133), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326924] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4956), 2, + STATE(5736), 2, sym_comment, sym_include, - ACTIONS(7183), 5, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_clause_token1, - [288757] = 9, + ACTIONS(4039), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [326944] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6589), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8236), 1, sym__terminator, - STATE(5028), 1, - aux_sym_data_relation_repeat1, - STATE(6692), 1, - sym_data_relation, - STATE(4957), 2, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5737), 2, sym_comment, sym_include, - [288786] = 9, - ACTIONS(69), 1, + [326970] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(158), 1, + sym_identifier, + ACTIONS(8238), 1, sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7185), 1, + ACTIONS(160), 2, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5596), 1, - aux_sym_data_relation_repeat1, - STATE(4958), 2, + anon_sym_COMMA, + STATE(5738), 2, sym_comment, sym_include, - [288815] = 9, + [326994] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7187), 1, - sym__terminator, - ACTIONS(7189), 1, - aux_sym_input_expression_token2, - ACTIONS(7191), 1, - aux_sym_prompt_for_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(4959), 2, + STATE(5739), 2, sym_comment, sym_include, - [288844] = 7, + ACTIONS(4137), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327014] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7193), 1, - aux_sym_return_type_token2, - ACTIONS(7197), 1, - aux_sym_on_error_phrase_token8, - STATE(4960), 2, + STATE(5740), 2, sym_comment, sym_include, - ACTIONS(7195), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [288869] = 7, + ACTIONS(8240), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [327034] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7201), 1, - aux_sym_repeat_tuning_token1, - STATE(5629), 1, - sym_repeat_tuning, - ACTIONS(7199), 2, + ACTIONS(3534), 1, anon_sym_COLON, - aux_sym__block_terminator_token1, - STATE(4961), 3, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7168), 1, + sym_body, + STATE(5741), 2, sym_comment, sym_include, - aux_sym_repeat_statement_repeat2, - [288894] = 9, + [327060] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(7204), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5570), 1, - aux_sym_data_relation_repeat1, - STATE(4962), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7169), 1, + sym_body, + STATE(5742), 2, sym_comment, sym_include, - [288923] = 8, + [327086] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - STATE(618), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4963), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8242), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5743), 2, sym_comment, sym_include, - [288950] = 9, + [327112] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6564), 1, - sym__terminator, - STATE(5007), 1, - aux_sym_data_relation_repeat1, - STATE(7169), 1, - sym_data_relation, - STATE(4964), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6810), 1, + sym_body, + STATE(5744), 2, sym_comment, sym_include, - [288979] = 5, + [327138] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4965), 2, + STATE(5745), 2, sym_comment, sym_include, - ACTIONS(140), 5, - sym__namecolon, - sym__augmented_assignment, - sym__terminator, - anon_sym_EQ, - aux_sym_function_call_token1, - [289000] = 7, + ACTIONS(4141), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327158] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7206), 1, - aux_sym_return_type_token2, - ACTIONS(7210), 1, - aux_sym_on_error_phrase_token8, - STATE(4966), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7189), 1, + sym_body, + STATE(5746), 2, sym_comment, sym_include, - ACTIONS(7208), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [289025] = 9, + [327184] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7212), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(6838), 1, - sym_data_relation, - STATE(4967), 2, - sym_comment, - sym_include, - [289054] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7216), 1, - aux_sym_widget_field_token1, - STATE(4968), 2, + STATE(5747), 2, sym_comment, sym_include, - ACTIONS(7214), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [289077] = 9, + ACTIONS(4145), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327204] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6653), 1, - sym__terminator, - STATE(4967), 1, - aux_sym_data_relation_repeat1, - STATE(6825), 1, - sym_data_relation, - STATE(4969), 2, + STATE(5748), 2, sym_comment, sym_include, - [289106] = 7, + ACTIONS(4027), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327224] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7206), 1, - aux_sym_return_type_token2, - ACTIONS(7210), 1, - aux_sym_on_error_phrase_token8, - STATE(4970), 2, + STATE(5749), 2, sym_comment, sym_include, - ACTIONS(7218), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [289131] = 5, + ACTIONS(8244), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [327244] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4971), 2, + STATE(5750), 2, sym_comment, sym_include, - ACTIONS(109), 5, - sym__namecolon, - sym__augmented_assignment, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, - [289152] = 9, + ACTIONS(4023), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327264] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(5087), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6543), 1, - sym_enum_body, - STATE(4972), 2, + STATE(5751), 2, sym_comment, sym_include, - [289181] = 9, + ACTIONS(4149), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327284] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(6167), 1, - anon_sym_LPAREN, - ACTIONS(7220), 1, - sym__terminator, - STATE(6031), 1, - sym_function_parameters, - STATE(6982), 1, - sym_body, - STATE(4973), 2, + STATE(5752), 2, sym_comment, sym_include, - [289210] = 5, + ACTIONS(4019), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327304] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4974), 2, + STATE(5753), 2, sym_comment, sym_include, - ACTIONS(7222), 5, - anon_sym_COLON, + ACTIONS(4153), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289231] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327324] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6546), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8246), 1, sym__terminator, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - STATE(4946), 1, - aux_sym_data_relation_repeat1, - STATE(6614), 1, - sym_data_relation, - STATE(4975), 2, + ACTIONS(8248), 1, + aux_sym_using_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5754), 2, sym_comment, sym_include, - [289260] = 9, - ACTIONS(69), 1, + [327350] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(7163), 1, - anon_sym_LPAREN, - ACTIONS(7224), 1, - sym__terminator, - STATE(5585), 1, - sym_function_parameters, - STATE(6979), 1, - sym_body, - STATE(4976), 2, + ACTIONS(8250), 1, + sym_identifier, + ACTIONS(8252), 1, + sym__escaped_string, + STATE(5212), 2, + sym_qualified_name, + sym_string_literal, + STATE(5755), 2, sym_comment, sym_include, - [289289] = 5, + [327374] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4977), 2, + ACTIONS(8254), 1, + sym__namedoublecolon, + ACTIONS(141), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5756), 3, sym_comment, sym_include, - ACTIONS(7226), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289310] = 5, + aux_sym_member_access_repeat1, + [327396] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4978), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7170), 1, + sym_body, + STATE(5757), 2, sym_comment, sym_include, - ACTIONS(128), 5, - sym__namecolon, - sym__augmented_assignment, - sym__terminator, - anon_sym_EQ, - aux_sym_function_call_token1, - [289331] = 6, + [327422] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7228), 1, + ACTIONS(8257), 1, sym_identifier, - STATE(4979), 2, + STATE(5758), 2, sym_comment, sym_include, - ACTIONS(7230), 4, + ACTIONS(8259), 3, anon_sym_COLON, - aux_sym__block_terminator_token1, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [289354] = 7, + [327444] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7206), 1, - aux_sym_return_type_token2, - ACTIONS(7210), 1, - aux_sym_on_error_phrase_token8, - STATE(4980), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7191), 1, + sym_body, + STATE(5759), 2, sym_comment, sym_include, - ACTIONS(7232), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [289379] = 5, + [327470] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4981), 2, + STATE(5760), 2, sym_comment, sym_include, - ACTIONS(7234), 5, - anon_sym_COLON, - anon_sym_DOT, + ACTIONS(4157), 4, aux_sym__block_terminator_token1, - anon_sym_LPAREN, - aux_sym_variable_tuning_token7, - [289400] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327490] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8261), 1, + sym_identifier, + STATE(146), 1, + sym_qualified_name, + ACTIONS(8263), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(5761), 2, + sym_comment, + sym_include, + [327514] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(7236), 1, - sym__terminator, - STATE(304), 1, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7182), 1, + sym_body, + STATE(5762), 2, + sym_comment, + sym_include, + [327540] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8265), 1, + anon_sym_LPAREN, + STATE(397), 1, + sym_function_arguments, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(5587), 1, - aux_sym_data_relation_repeat1, - STATE(4982), 2, + STATE(5763), 2, sym_comment, sym_include, - [289429] = 6, + [327566] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7238), 1, - aux_sym_function_call_token1, - STATE(4983), 2, + STATE(5764), 2, sym_comment, sym_include, - ACTIONS(166), 4, - sym__namecolon, - sym__augmented_assignment, - sym__terminator, - anon_sym_EQ, - [289452] = 9, + ACTIONS(4015), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327586] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(7240), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5607), 1, - aux_sym_data_relation_repeat1, - STATE(4984), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7171), 1, + sym_body, + STATE(5765), 2, + sym_comment, + sym_include, + [327612] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8267), 1, + sym_identifier, + STATE(5081), 2, + sym_qualified_name, + sym_string_literal, + STATE(5766), 2, + sym_comment, + sym_include, + [327636] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8269), 1, + sym_identifier, + STATE(4999), 2, + sym_qualified_name, + sym_string_literal, + STATE(5767), 2, sym_comment, sym_include, - [289481] = 5, + [327660] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4985), 2, + STATE(5768), 2, sym_comment, sym_include, - ACTIONS(7242), 5, - anon_sym_COLON, + ACTIONS(4011), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289502] = 8, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327680] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7244), 1, - anon_sym_COLON, - ACTIONS(7246), 1, - aux_sym_inherits_token1, - STATE(6107), 1, - sym_inherits, - STATE(6113), 1, - sym_interface_tuning, - STATE(4986), 3, + ACTIONS(8271), 1, + aux_sym_using_statement_token2, + ACTIONS(8273), 1, + aux_sym_stream_definition_token1, + ACTIONS(8275), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8277), 1, + aux_sym_input_close_statement_token2, + STATE(5769), 2, sym_comment, sym_include, - aux_sym_interface_statement_repeat1, - [289529] = 5, + [327706] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4987), 2, + STATE(5770), 2, sym_comment, sym_include, - ACTIONS(7249), 5, - anon_sym_COLON, + ACTIONS(4399), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289550] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327726] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7251), 1, - anon_sym_RPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5615), 1, - aux_sym_data_relation_repeat1, - STATE(4988), 2, + STATE(5771), 2, sym_comment, sym_include, - [289579] = 9, + ACTIONS(4007), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327746] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6591), 1, - sym__terminator, - STATE(5042), 1, - aux_sym_data_relation_repeat1, - STATE(6844), 1, - sym_data_relation, - STATE(4989), 2, + STATE(5772), 2, sym_comment, sym_include, - [289608] = 6, + ACTIONS(3999), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327766] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7253), 1, + ACTIONS(8279), 1, sym_identifier, - STATE(4990), 2, + STATE(150), 1, + sym_qualified_name, + ACTIONS(8281), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(5773), 2, sym_comment, sym_include, - ACTIONS(7255), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289631] = 5, + [327790] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4991), 2, + ACTIONS(8283), 1, + aux_sym_stream_definition_token1, + ACTIONS(8285), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8287), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8289), 1, + aux_sym_output_stream_statement_token1, + STATE(5774), 2, sym_comment, sym_include, - ACTIONS(7257), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289652] = 5, + [327816] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4992), 2, - sym_comment, - sym_include, - ACTIONS(7259), 5, + ACTIONS(3534), 1, anon_sym_COLON, - aux_sym__block_terminator_token1, + ACTIONS(3536), 1, anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289673] = 6, - ACTIONS(3), 1, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7179), 1, + sym_body, + STATE(5775), 2, + sym_comment, + sym_include, + [327842] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7261), 1, - sym_identifier, - STATE(4993), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8291), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(1824), 1, + sym_function_arguments, + STATE(5776), 2, sym_comment, sym_include, - ACTIONS(7263), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289696] = 6, - ACTIONS(3), 1, + [327868] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7267), 1, - aux_sym_widget_field_token1, - STATE(4994), 2, + ACTIONS(8293), 1, + aux_sym_using_statement_token2, + ACTIONS(8295), 1, + aux_sym_stream_definition_token1, + ACTIONS(8297), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8299), 1, + aux_sym_input_close_statement_token2, + STATE(5777), 2, sym_comment, sym_include, - ACTIONS(7265), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [289719] = 7, + [327894] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7269), 1, + ACTIONS(8301), 1, aux_sym_return_type_token2, - ACTIONS(7273), 1, - aux_sym_on_error_phrase_token8, - STATE(4995), 2, + STATE(5778), 2, sym_comment, sym_include, - ACTIONS(7271), 3, + ACTIONS(8303), 3, aux_sym_on_error_phrase_token4, aux_sym_on_error_phrase_token5, aux_sym_on_error_phrase_token6, - [289744] = 6, - ACTIONS(3), 1, + [327916] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7275), 1, - sym_identifier, - STATE(4996), 2, + STATE(5779), 2, sym_comment, sym_include, - ACTIONS(7277), 4, - anon_sym_COLON, + ACTIONS(4269), 4, aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289767] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [327936] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7279), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(6821), 1, - sym_data_relation, - STATE(4997), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7014), 1, + sym_body, + STATE(5780), 2, sym_comment, sym_include, - [289796] = 6, + [327962] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7281), 1, + ACTIONS(8305), 1, sym_identifier, - STATE(4998), 2, + ACTIONS(8308), 1, + sym__terminator, + STATE(6770), 1, + sym_enum_member, + STATE(5781), 3, sym_comment, sym_include, - ACTIONS(7283), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [289819] = 9, + aux_sym_enum_definition_repeat1, + [327986] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7285), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(6612), 1, - sym_data_relation, - STATE(4999), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6693), 1, + sym_body, + STATE(5782), 2, sym_comment, sym_include, - [289848] = 9, + [328012] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7287), 1, - sym__terminator, - ACTIONS(7289), 1, - aux_sym_input_expression_token2, - ACTIONS(7291), 1, - aux_sym_prompt_for_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5000), 2, + STATE(5783), 2, sym_comment, sym_include, - [289877] = 9, + ACTIONS(4267), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328032] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(7293), 1, - aux_sym_of_phrase_token2, - STATE(4568), 1, - sym_of_phrase, - STATE(5263), 1, - aux_sym_array_literal_repeat1, - STATE(5001), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6687), 1, + sym_body, + STATE(5784), 2, sym_comment, sym_include, - [289906] = 5, + [328058] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5002), 2, + ACTIONS(8310), 1, + aux_sym_stream_definition_token1, + ACTIONS(8312), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8314), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8316), 1, + aux_sym_output_stream_statement_token1, + STATE(5785), 2, sym_comment, sym_include, - ACTIONS(144), 5, - sym__namecolon, - sym__augmented_assignment, - sym__terminator, - anon_sym_EQ, - aux_sym_function_call_token1, - [289927] = 9, - ACTIONS(69), 1, + [328084] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7295), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5617), 1, - aux_sym_data_relation_repeat1, - STATE(5003), 2, + ACTIONS(8318), 1, + sym_identifier, + ACTIONS(8320), 1, + aux_sym_input_expression_token2, + STATE(4093), 1, + sym_using_field, + STATE(4103), 1, + sym_qualified_name, + STATE(5786), 2, sym_comment, sym_include, - [289956] = 7, - ACTIONS(69), 1, + [328110] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7297), 1, - aux_sym_return_type_token2, - ACTIONS(7301), 1, - aux_sym_on_error_phrase_token8, - STATE(5004), 2, + ACTIONS(8322), 1, + sym_identifier, + ACTIONS(8324), 1, + sym__terminator, + STATE(6033), 1, + aux_sym_enum_definition_repeat1, + STATE(6770), 1, + sym_enum_member, + STATE(5787), 2, sym_comment, sym_include, - ACTIONS(7299), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [289981] = 5, + [328136] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5005), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6990), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5788), 2, sym_comment, sym_include, - ACTIONS(7303), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [290002] = 9, + [328162] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(7305), 1, - aux_sym_of_phrase_token2, - STATE(4476), 1, - sym_of_phrase, - STATE(5263), 1, - aux_sym_array_literal_repeat1, - STATE(5006), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6990), 1, + sym__terminator, + STATE(5737), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5789), 2, sym_comment, sym_include, - [290031] = 9, + [328188] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7307), 1, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8326), 1, sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(7073), 1, - sym_data_relation, - STATE(5007), 2, + STATE(5743), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5790), 2, sym_comment, sym_include, - [290060] = 9, + [328214] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(4972), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6511), 1, - sym_enum_body, - STATE(5008), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8326), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5791), 2, sym_comment, sym_include, - [290089] = 9, + [328240] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(8328), 1, sym__namedot, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7309), 1, - anon_sym_RPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5620), 1, - aux_sym_data_relation_repeat1, - STATE(5009), 2, - sym_comment, - sym_include, - [290118] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7311), 1, - aux_sym_return_type_token2, - ACTIONS(7315), 1, - aux_sym_on_error_phrase_token8, - STATE(5010), 2, + ACTIONS(106), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5792), 3, sym_comment, sym_include, - ACTIONS(7313), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290143] = 7, + aux_sym_qualified_name_repeat1, + [328262] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7317), 1, - aux_sym_return_type_token2, - ACTIONS(7321), 1, - aux_sym_on_error_phrase_token8, - STATE(5011), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8331), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(2637), 1, + sym_function_arguments, + STATE(5793), 2, sym_comment, sym_include, - ACTIONS(7319), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290168] = 7, + [328288] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7323), 1, - aux_sym_return_type_token2, - ACTIONS(7327), 1, - aux_sym_on_error_phrase_token8, - STATE(5012), 2, + STATE(5794), 2, sym_comment, sym_include, - ACTIONS(7325), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290193] = 9, + ACTIONS(3989), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328308] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(7329), 1, - aux_sym_of_phrase_token2, - STATE(4502), 1, - sym_of_phrase, - STATE(5263), 1, - aux_sym_array_literal_repeat1, - STATE(5013), 2, + STATE(5795), 2, sym_comment, sym_include, - [290222] = 6, + ACTIONS(3985), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328328] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7331), 1, + ACTIONS(8333), 1, sym_identifier, - STATE(5014), 2, + STATE(5796), 2, sym_comment, sym_include, - ACTIONS(7333), 4, + ACTIONS(8335), 3, anon_sym_COLON, - aux_sym__block_terminator_token1, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [290245] = 8, - ACTIONS(3), 1, + [328350] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7335), 1, - anon_sym_DQUOTE, - ACTIONS(7339), 1, - sym__special_character, - STATE(5021), 1, - aux_sym_double_quoted_string_repeat1, - ACTIONS(7337), 2, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - STATE(5015), 2, + STATE(5797), 2, sym_comment, sym_include, - [290272] = 9, + ACTIONS(3973), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328370] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7341), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(6591), 1, - sym_data_relation, - STATE(5016), 2, + STATE(5798), 2, sym_comment, sym_include, - [290301] = 9, + ACTIONS(3977), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328390] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7343), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(7151), 1, - sym_data_relation, - STATE(5017), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8337), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(2526), 1, + sym_function_arguments, + STATE(5799), 2, sym_comment, sym_include, - [290330] = 7, + [328416] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7345), 1, - aux_sym_return_type_token2, - ACTIONS(7349), 1, - aux_sym_on_error_phrase_token8, - STATE(5018), 2, + ACTIONS(8252), 1, + sym__escaped_string, + STATE(5659), 1, + sym_string_literal, + ACTIONS(8339), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5800), 2, sym_comment, sym_include, - ACTIONS(7347), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290355] = 6, - ACTIONS(3), 1, + [328440] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7351), 1, - sym_identifier, - STATE(5019), 2, + STATE(5801), 2, sym_comment, sym_include, - ACTIONS(7353), 4, - anon_sym_COLON, + ACTIONS(3969), 4, aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [290378] = 5, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328460] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5020), 2, + ACTIONS(1747), 1, + sym__namedot, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(5007), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(5802), 2, sym_comment, sym_include, - ACTIONS(6667), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - [290399] = 8, - ACTIONS(3), 1, + [328484] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7339), 1, - sym__special_character, - ACTIONS(7355), 1, - anon_sym_DQUOTE, - STATE(5039), 1, - aux_sym_double_quoted_string_repeat1, - ACTIONS(7337), 2, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - STATE(5021), 2, + STATE(5803), 2, sym_comment, sym_include, - [290426] = 9, + ACTIONS(3963), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328504] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6623), 1, - sym__terminator, - STATE(5041), 1, - aux_sym_data_relation_repeat1, - STATE(7096), 1, - sym_data_relation, - STATE(5022), 2, + STATE(5804), 2, sym_comment, sym_include, - [290455] = 9, + ACTIONS(4271), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328524] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(5087), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6662), 1, - sym_enum_body, - STATE(5023), 2, + STATE(5805), 2, sym_comment, sym_include, - [290484] = 7, + ACTIONS(3955), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328544] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7323), 1, - aux_sym_return_type_token2, - ACTIONS(7327), 1, - aux_sym_on_error_phrase_token8, - STATE(5024), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8343), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7465), 1, + sym_number_literal, + STATE(5806), 2, sym_comment, sym_include, - ACTIONS(7357), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290509] = 6, - ACTIONS(3), 1, + [328570] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7359), 1, - sym_identifier, - STATE(5025), 2, + STATE(5807), 2, sym_comment, sym_include, - ACTIONS(7361), 4, - anon_sym_COLON, + ACTIONS(4165), 4, aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [290532] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328590] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(5087), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(6645), 1, - sym_enum_body, - STATE(5026), 2, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7011), 1, + sym_body, + STATE(5808), 2, sym_comment, sym_include, - [290561] = 7, + [328616] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7323), 1, - aux_sym_return_type_token2, - ACTIONS(7327), 1, - aux_sym_on_error_phrase_token8, - STATE(5027), 2, + STATE(5809), 2, sym_comment, sym_include, - ACTIONS(7363), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290586] = 9, + ACTIONS(4255), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328636] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7365), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(7176), 1, - sym_data_relation, - STATE(5028), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7005), 1, + sym_body, + STATE(5810), 2, sym_comment, sym_include, - [290615] = 5, + [328662] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5029), 2, + STATE(5811), 2, sym_comment, sym_include, - ACTIONS(7367), 5, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - aux_sym_query_definition_token3, - [290636] = 5, + ACTIONS(3951), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328682] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5030), 2, + STATE(5812), 2, sym_comment, sym_include, - ACTIONS(7369), 5, - anon_sym_COLON, + ACTIONS(3947), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [290657] = 7, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328702] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7371), 1, - aux_sym_return_type_token2, - ACTIONS(7375), 1, - aux_sym_on_error_phrase_token8, - STATE(5031), 2, + STATE(5813), 2, sym_comment, sym_include, - ACTIONS(7373), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290682] = 6, - ACTIONS(3), 1, + ACTIONS(4265), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328722] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7377), 1, - sym__namedot, - ACTIONS(104), 3, - sym_identifier, - anon_sym_LT, - aux_sym_variable_tuning_token7, - STATE(5032), 3, + ACTIONS(8345), 1, + aux_sym_return_type_token2, + STATE(5814), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - [290705] = 5, - ACTIONS(3), 1, + ACTIONS(8347), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [328744] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5033), 2, + STATE(5815), 2, sym_comment, sym_include, - ACTIONS(7380), 5, - sym_identifier, - aux_sym_dataset_expression_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - aux_sym_function_call_argument_token3, - [290726] = 6, + ACTIONS(4169), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328764] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6474), 1, + ACTIONS(8333), 1, sym_identifier, - STATE(5034), 2, + STATE(5816), 2, sym_comment, sym_include, - ACTIONS(6476), 4, - aux_sym_dataset_expression_token1, - aux_sym_function_call_argument_token1, - aux_sym_function_call_argument_token2, - aux_sym_function_call_argument_token3, - [290749] = 7, + ACTIONS(8335), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [328786] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6683), 1, - sym__namedot, - STATE(5032), 1, - aux_sym_qualified_name_repeat1, - STATE(5035), 2, + ACTIONS(8257), 1, + sym_identifier, + STATE(5817), 2, sym_comment, sym_include, - ACTIONS(115), 3, - sym_identifier, - anon_sym_LT, - aux_sym_variable_tuning_token7, - [290774] = 9, + ACTIONS(8259), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [328808] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6673), 1, - sym__terminator, - STATE(5017), 1, - aux_sym_data_relation_repeat1, - STATE(7126), 1, - sym_data_relation, - STATE(5036), 2, + STATE(5818), 2, + sym_comment, + sym_include, + ACTIONS(3940), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328828] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8232), 1, + sym_identifier, + STATE(5819), 2, sym_comment, sym_include, - [290803] = 9, + ACTIONS(8234), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [328850] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6671), 1, - sym__terminator, - STATE(4997), 1, - aux_sym_data_relation_repeat1, - STATE(6797), 1, - sym_data_relation, - STATE(5037), 2, + STATE(5820), 2, sym_comment, sym_include, - [290832] = 5, + ACTIONS(4173), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328870] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5038), 2, + STATE(5821), 2, sym_comment, sym_include, - ACTIONS(7382), 5, - anon_sym_COLON, + ACTIONS(4177), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [290853] = 7, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328890] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7384), 1, - anon_sym_DQUOTE, - ACTIONS(7389), 1, - sym__special_character, - ACTIONS(7386), 2, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - STATE(5039), 3, + ACTIONS(8193), 1, + sym_identifier, + STATE(5822), 2, sym_comment, sym_include, - aux_sym_double_quoted_string_repeat1, - [290878] = 5, + ACTIONS(8195), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [328912] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5040), 2, + STATE(5823), 2, sym_comment, sym_include, - ACTIONS(7392), 5, - anon_sym_COLON, + ACTIONS(4263), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [290899] = 9, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328932] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(5824), 2, + sym_comment, + sym_include, + ACTIONS(3934), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [328952] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7394), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(7125), 1, - sym_data_relation, - STATE(5041), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6999), 1, + sym_body, + STATE(5825), 2, sym_comment, sym_include, - [290928] = 9, + [328978] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(7396), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(6730), 1, - sym_data_relation, - STATE(5042), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7021), 1, + sym_body, + STATE(5826), 2, sym_comment, sym_include, - [290957] = 9, + [329004] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6599), 1, - sym__terminator, - STATE(5016), 1, - aux_sym_data_relation_repeat1, - STATE(6601), 1, - sym_data_relation, - STATE(5043), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6996), 1, + sym_body, + STATE(5827), 2, + sym_comment, + sym_include, + [329030] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(5828), 2, sym_comment, sym_include, - [290986] = 7, + ACTIONS(4261), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [329050] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7400), 1, - aux_sym_input_expression_token2, - STATE(5855), 1, - sym_widget_phrase, - ACTIONS(7398), 2, + ACTIONS(8349), 1, sym_identifier, - aux_sym_do_block_token1, - STATE(5044), 3, + STATE(5829), 2, sym_comment, sym_include, - aux_sym_on_statement_repeat1, - [291011] = 6, + ACTIONS(8351), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [329072] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7403), 1, + ACTIONS(7546), 1, + anon_sym_LT, + STATE(6576), 1, + sym_generic_expression, + ACTIONS(4624), 2, sym_identifier, - STATE(5045), 2, + aux_sym_variable_tuning_token7, + STATE(5830), 2, sym_comment, sym_include, - ACTIONS(7405), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [291034] = 9, + [329096] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COMMA, - ACTIONS(3025), 1, - aux_sym_of_token1, - ACTIONS(7407), 1, - aux_sym_of_phrase_token2, - STATE(4499), 1, - sym_of_phrase, - STATE(5263), 1, - aux_sym_array_literal_repeat1, - STATE(5046), 2, + ACTIONS(823), 1, + anon_sym_LPAREN, + ACTIONS(1747), 1, + sym__namedot, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(1819), 1, + sym_function_arguments, + STATE(5831), 2, sym_comment, sym_include, - [291063] = 7, - ACTIONS(69), 1, + [329122] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7409), 1, - aux_sym_return_type_token2, - ACTIONS(7413), 1, - aux_sym_on_error_phrase_token8, - STATE(5047), 2, + STATE(5832), 2, sym_comment, sym_include, - ACTIONS(7411), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [291088] = 7, + ACTIONS(8353), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [329142] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7417), 1, - aux_sym_when_expression_token1, - STATE(5807), 1, - sym_case_when_branch, - ACTIONS(7415), 2, - aux_sym__block_terminator_token1, - aux_sym_case_otherwise_branch_token1, - STATE(5048), 3, + STATE(5833), 2, sym_comment, sym_include, - aux_sym_case_body_repeat1, - [291113] = 9, + ACTIONS(4403), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [329162] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7420), 1, - sym__terminator, - ACTIONS(7422), 1, - aux_sym_input_expression_token2, - ACTIONS(7424), 1, - aux_sym_prompt_for_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5049), 2, + STATE(5834), 2, sym_comment, sym_include, - [291142] = 8, + ACTIONS(4401), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [329182] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - STATE(706), 1, - sym_assignment_operator, - STATE(4688), 1, - aux_sym_object_access_repeat1, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5050), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6990), 1, + sym_body, + STATE(5835), 2, sym_comment, sym_include, - [291169] = 9, + [329208] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7115), 1, - anon_sym_COLON, - ACTIONS(7117), 1, - aux_sym_enum_tuning_token1, - STATE(5023), 1, - aux_sym_enum_statement_repeat1, - STATE(5953), 1, - sym_enum_tuning, - STATE(7124), 1, - sym_enum_body, - STATE(5051), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6950), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5836), 2, sym_comment, sym_include, - [291198] = 9, + [329234] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - ACTIONS(6550), 1, - aux_sym_data_relation_token1, - ACTIONS(6635), 1, - sym__terminator, - STATE(4999), 1, - aux_sym_data_relation_repeat1, - STATE(6590), 1, - sym_data_relation, - STATE(5052), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7165), 1, + sym_body, + STATE(5837), 2, sym_comment, sym_include, - [291227] = 8, + [329260] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7426), 1, + ACTIONS(6950), 1, sym__terminator, - STATE(5071), 1, + STATE(5791), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5053), 2, + STATE(5838), 2, sym_comment, sym_include, - [291253] = 5, + [329286] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5054), 2, + STATE(5839), 2, sym_comment, sym_include, - ACTIONS(3630), 4, + ACTIONS(3930), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291273] = 5, + [329306] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5055), 2, + STATE(5840), 2, sym_comment, sym_include, - ACTIONS(3866), 4, + ACTIONS(3924), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291293] = 8, + [329326] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6625), 1, - sym_body, - STATE(5056), 2, + STATE(5841), 2, sym_comment, sym_include, - [291319] = 8, + ACTIONS(3916), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [329346] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7428), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5057), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6988), 1, + sym_body, + STATE(5842), 2, sym_comment, sym_include, - [291345] = 8, - ACTIONS(69), 1, + [329372] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7430), 1, + ACTIONS(8355), 1, + sym_identifier, + ACTIONS(8357), 1, sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5058), 2, + ACTIONS(8359), 1, + aux_sym_query_definition_token1, + STATE(6348), 1, + sym_qualified_name, + STATE(5843), 2, sym_comment, sym_include, - [291371] = 8, + [329398] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7428), 1, - sym__terminator, - STATE(5053), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5059), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7282), 1, + sym_body, + STATE(5844), 2, sym_comment, sym_include, - [291397] = 8, + [329424] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5924), 1, - sym_body, - STATE(5060), 2, + STATE(5845), 2, + sym_comment, + sym_include, + ACTIONS(4359), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [329444] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(8361), 1, + sym_identifier, + STATE(5846), 2, + sym_comment, + sym_include, + ACTIONS(8363), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [329464] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8365), 1, + sym_identifier, + STATE(5847), 2, sym_comment, sym_include, - [291423] = 8, + ACTIONS(8367), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [329486] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(79), 1, + anon_sym_LPAREN, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(304), 1, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(6597), 1, - sym_body, - STATE(5061), 2, + STATE(1851), 1, + sym_function_arguments, + STATE(5848), 2, sym_comment, sym_include, - [291449] = 8, + [329512] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7432), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5062), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8369), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3278), 1, + sym_function_arguments, + STATE(5849), 2, sym_comment, sym_include, - [291475] = 8, + [329538] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7432), 1, - sym__terminator, - STATE(5102), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5063), 2, + STATE(5850), 2, sym_comment, sym_include, - [291501] = 5, + ACTIONS(4395), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [329558] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5064), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7308), 1, + sym_body, + STATE(5851), 2, sym_comment, sym_include, - ACTIONS(3756), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [291521] = 8, + [329584] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, + ACTIONS(8341), 1, sym__integer_literal, - ACTIONS(7436), 1, + ACTIONS(8371), 1, anon_sym_RBRACK, - STATE(246), 1, + STATE(364), 1, sym__decimal_literal, - STATE(6827), 1, + STATE(7494), 1, sym_number_literal, - STATE(5065), 2, + STATE(5852), 2, sym_comment, sym_include, - [291547] = 6, - ACTIONS(3), 1, + [329610] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7261), 1, - sym_identifier, - STATE(5066), 2, + ACTIONS(8373), 1, + aux_sym_using_statement_token2, + ACTIONS(8375), 1, + aux_sym_stream_definition_token1, + ACTIONS(8377), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8379), 1, + aux_sym_input_close_statement_token2, + STATE(5853), 2, sym_comment, sym_include, - ACTIONS(7263), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [291569] = 7, + [329636] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7438), 1, - sym_identifier, - ACTIONS(7440), 1, + ACTIONS(8252), 1, sym__escaped_string, - STATE(4397), 2, + ACTIONS(8381), 1, + sym_identifier, + STATE(5354), 2, sym_qualified_name, sym_string_literal, - STATE(5067), 2, + STATE(5854), 2, sym_comment, sym_include, - [291593] = 5, + [329660] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5068), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7173), 1, + sym_body, + STATE(5855), 2, sym_comment, sym_include, - ACTIONS(3864), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [291613] = 7, - ACTIONS(3), 1, + [329686] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7442), 1, - sym_identifier, - STATE(4396), 2, - sym_qualified_name, - sym_string_literal, - STATE(5069), 2, + ACTIONS(877), 1, + sym__namedot, + STATE(5792), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5856), 2, sym_comment, sym_include, - [291637] = 5, + [329710] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5070), 2, + ACTIONS(8383), 1, + anon_sym_COLON, + ACTIONS(8385), 1, + aux_sym_enum_tuning_token1, + STATE(6716), 1, + sym_enum_tuning, + STATE(5857), 3, sym_comment, sym_include, - ACTIONS(3826), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [291657] = 7, - ACTIONS(69), 1, + aux_sym_enum_statement_repeat1, + [329734] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7444), 1, - sym__terminator, - ACTIONS(7446), 1, - aux_sym_field_definition_token1, - STATE(6213), 1, - sym_field_definition, - STATE(5071), 3, + ACTIONS(106), 1, + sym__namedot, + STATE(5858), 2, sym_comment, sym_include, - aux_sym_workfile_definition_repeat3, - [291681] = 8, + ACTIONS(108), 3, + sym_identifier, + anon_sym_LT, + aux_sym_variable_tuning_token7, + [329756] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(5935), 1, + STATE(7174), 1, sym_body, - STATE(5072), 2, + STATE(5859), 2, sym_comment, sym_include, - [291707] = 5, + [329782] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5073), 2, + ACTIONS(8388), 1, + aux_sym__block_terminator_token1, + ACTIONS(8390), 1, + aux_sym_variable_definition_token1, + STATE(5913), 1, + aux_sym_enum_body_repeat1, + STATE(6900), 1, + sym_enum_definition, + STATE(5860), 2, sym_comment, sym_include, - ACTIONS(3858), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [291727] = 6, + [329808] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7275), 1, + ACTIONS(8392), 1, sym_identifier, - STATE(5074), 2, + ACTIONS(8394), 1, + aux_sym_input_expression_token2, + STATE(4078), 1, + sym_using_field, + STATE(4082), 1, + sym_qualified_name, + STATE(5861), 2, sym_comment, sym_include, - ACTIONS(7277), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [291749] = 5, - ACTIONS(69), 1, + [329834] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5075), 2, + STATE(5862), 2, sym_comment, sym_include, - ACTIONS(3854), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [291769] = 5, + ACTIONS(7238), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [329854] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7449), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8396), 1, sym_identifier, - STATE(5076), 2, + ACTIONS(8398), 1, + aux_sym_input_expression_token2, + STATE(3987), 1, + sym_using_field, + STATE(4068), 1, + sym_qualified_name, + STATE(5863), 2, sym_comment, sym_include, - ACTIONS(7451), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [291789] = 5, + [329880] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5077), 2, + STATE(5864), 2, sym_comment, sym_include, - ACTIONS(3872), 4, + ACTIONS(3900), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291809] = 5, + [329900] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5078), 2, + STATE(5865), 2, sym_comment, sym_include, - ACTIONS(3876), 4, + ACTIONS(3896), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291829] = 8, + [329920] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7453), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(2831), 1, - sym_function_arguments, - STATE(5079), 2, + STATE(5866), 2, sym_comment, sym_include, - [291855] = 5, + ACTIONS(3886), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [329940] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5080), 2, + STATE(5867), 2, sym_comment, sym_include, - ACTIONS(3878), 4, + ACTIONS(3882), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291875] = 5, + [329960] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5081), 2, + STATE(5868), 2, sym_comment, sym_include, - ACTIONS(3848), 4, + ACTIONS(3878), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291895] = 5, + [329980] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5082), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8400), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5869), 2, sym_comment, sym_include, - ACTIONS(3882), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [291915] = 6, - ACTIONS(3), 1, + [330006] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7228), 1, - sym_identifier, - STATE(5083), 2, + STATE(5870), 2, sym_comment, sym_include, - ACTIONS(7230), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [291937] = 5, + ACTIONS(3870), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [330026] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5084), 2, + STATE(5871), 2, sym_comment, sym_include, - ACTIONS(3884), 4, + ACTIONS(3866), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291957] = 5, + [330046] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5085), 2, + STATE(5872), 2, sym_comment, sym_include, - ACTIONS(3886), 4, + ACTIONS(3862), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291977] = 5, + [330066] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5086), 2, + STATE(5873), 2, sym_comment, sym_include, - ACTIONS(3846), 4, + ACTIONS(3858), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [291997] = 7, + [330086] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7455), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(7457), 1, - aux_sym_enum_tuning_token1, - STATE(5953), 1, - sym_enum_tuning, - STATE(5087), 3, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7059), 1, + sym_body, + STATE(5874), 2, sym_comment, sym_include, - aux_sym_enum_statement_repeat1, - [292021] = 5, - ACTIONS(69), 1, + [330112] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5088), 2, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8402), 1, + sym_identifier, + STATE(4237), 2, + sym_qualified_name, + sym_string_literal, + STATE(5875), 2, sym_comment, sym_include, - ACTIONS(3888), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292041] = 5, + [330136] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5089), 2, + ACTIONS(8404), 1, + aux_sym_return_type_token2, + STATE(5876), 2, sym_comment, sym_include, - ACTIONS(3844), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292061] = 8, - ACTIONS(69), 1, + ACTIONS(8406), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [330158] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7460), 1, - aux_sym__block_terminator_token1, - ACTIONS(7462), 1, - aux_sym_variable_definition_token1, - STATE(5460), 1, - aux_sym_enum_body_repeat1, - STATE(6339), 1, - sym_enum_definition, - STATE(5090), 2, + ACTIONS(7548), 1, + sym__namedot, + STATE(5671), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(5009), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(5877), 2, sym_comment, sym_include, - [292087] = 5, + [330182] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5091), 2, + STATE(5878), 2, sym_comment, sym_include, - ACTIONS(3838), 4, + ACTIONS(4393), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292107] = 5, + [330202] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5092), 2, + STATE(5879), 2, sym_comment, sym_include, - ACTIONS(3832), 4, + ACTIONS(4391), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292127] = 5, + [330222] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5093), 2, + ACTIONS(8408), 1, + aux_sym_stream_definition_token1, + ACTIONS(8410), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8412), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8414), 1, + aux_sym_output_stream_statement_token1, + STATE(5880), 2, sym_comment, sym_include, - ACTIONS(3890), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292147] = 5, + [330248] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5094), 2, + STATE(5881), 2, sym_comment, sym_include, - ACTIONS(3892), 4, + ACTIONS(3854), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292167] = 5, - ACTIONS(69), 1, + [330268] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5095), 2, + STATE(5882), 2, sym_comment, sym_include, - ACTIONS(3716), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292187] = 8, + ACTIONS(8416), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + [330288] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, - sym_body, - STATE(5096), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8418), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7357), 1, + sym_number_literal, + STATE(5883), 2, sym_comment, sym_include, - [292213] = 6, - ACTIONS(3), 1, + [330314] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7351), 1, - sym_identifier, - STATE(5097), 2, + STATE(5884), 2, sym_comment, sym_include, - ACTIONS(7353), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [292235] = 8, + ACTIONS(3850), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [330334] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5942), 1, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7517), 1, sym_body, - STATE(5098), 2, + STATE(5885), 2, sym_comment, sym_include, - [292261] = 5, + [330360] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5099), 2, + STATE(5886), 2, sym_comment, sym_include, - ACTIONS(3894), 4, + ACTIONS(3846), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292281] = 5, + [330380] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5100), 2, + STATE(5887), 2, sym_comment, sym_include, - ACTIONS(3011), 4, + ACTIONS(4275), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292301] = 7, + [330400] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(4435), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - anon_sym_GT, - STATE(5101), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6987), 1, + sym_body, + STATE(5888), 2, sym_comment, sym_include, - [292325] = 8, + [330426] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7464), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5102), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6767), 1, + sym_body, + STATE(5889), 2, sym_comment, sym_include, - [292351] = 6, - ACTIONS(3), 1, + [330452] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7281), 1, - sym_identifier, - STATE(5103), 2, + ACTIONS(881), 1, + sym__namedoublecolon, + STATE(5756), 1, + aux_sym_member_access_repeat1, + ACTIONS(125), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5890), 2, sym_comment, sym_include, - ACTIONS(7283), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [292373] = 6, + [330476] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7175), 1, + ACTIONS(8318), 1, sym_identifier, - STATE(5104), 2, - sym_comment, - sym_include, - ACTIONS(7177), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [292395] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5105), 2, + ACTIONS(8320), 1, + aux_sym_input_expression_token2, + STATE(4019), 1, + sym_using_field, + STATE(4103), 1, + sym_qualified_name, + STATE(5891), 2, sym_comment, sym_include, - ACTIONS(3828), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292415] = 8, + [330502] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7466), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6721), 1, - sym_number_literal, - STATE(5106), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7163), 1, + sym_body, + STATE(5892), 2, sym_comment, sym_include, - [292441] = 5, + [330528] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5107), 2, + STATE(5893), 2, sym_comment, sym_include, - ACTIONS(3860), 4, + ACTIONS(4277), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292461] = 5, + [330548] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5108), 2, + STATE(5894), 2, sym_comment, sym_include, - ACTIONS(3862), 4, + ACTIONS(4279), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292481] = 5, + [330568] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5109), 2, + STATE(5895), 2, sym_comment, sym_include, - ACTIONS(3868), 4, + ACTIONS(4389), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292501] = 5, + [330588] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5110), 2, + STATE(5896), 2, sym_comment, sym_include, - ACTIONS(3007), 4, + ACTIONS(4281), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292521] = 5, + [330608] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5111), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8420), 1, + sym__terminator, + ACTIONS(8422), 1, + aux_sym_using_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5897), 2, sym_comment, sym_include, - ACTIONS(3880), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292541] = 5, + [330634] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5112), 2, + STATE(5898), 2, sym_comment, sym_include, - ACTIONS(3834), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292561] = 5, + ACTIONS(8424), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [330654] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5113), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8426), 1, + anon_sym_LPAREN, + STATE(365), 1, + sym_function_arguments, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5899), 2, sym_comment, sym_include, - ACTIONS(152), 4, - sym__namecolon, - sym__augmented_assignment, - sym__terminator, - anon_sym_EQ, - [292581] = 5, + [330680] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5114), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6983), 1, + sym_body, + STATE(5900), 2, sym_comment, sym_include, - ACTIONS(3836), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292601] = 5, + [330706] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5115), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7042), 1, + sym_body, + STATE(5901), 2, sym_comment, sym_include, - ACTIONS(3850), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292621] = 5, + [330732] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5116), 2, + STATE(5902), 2, sym_comment, sym_include, - ACTIONS(3029), 4, + ACTIONS(4283), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292641] = 8, - ACTIONS(69), 1, + [330752] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7468), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6647), 1, - sym_number_literal, - STATE(5117), 2, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8428), 1, + sym_identifier, + STATE(4146), 2, + sym_qualified_name, + sym_string_literal, + STATE(5903), 2, sym_comment, sym_include, - [292667] = 5, + [330776] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5118), 2, + STATE(5904), 2, sym_comment, sym_include, - ACTIONS(3852), 4, + ACTIONS(3840), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292687] = 5, + [330796] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5119), 2, + STATE(5905), 2, sym_comment, sym_include, - ACTIONS(3870), 4, + ACTIONS(4285), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292707] = 8, + [330816] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(7470), 1, + ACTIONS(8430), 1, anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(2615), 1, + STATE(67), 1, sym_function_arguments, - STATE(5120), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5906), 2, sym_comment, sym_include, - [292733] = 6, + [330842] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7472), 1, - sym__namedoublecolon, - ACTIONS(117), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5121), 3, + STATE(5907), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - [292755] = 5, + ACTIONS(3836), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [330862] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5122), 2, + STATE(5908), 2, sym_comment, sym_include, - ACTIONS(3874), 4, + ACTIONS(4387), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292775] = 8, + [330882] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6193), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5123), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7037), 1, + sym_body, + STATE(5909), 2, sym_comment, sym_include, - [292801] = 5, + [330908] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5124), 2, - sym_comment, - sym_include, - ACTIONS(3830), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [292821] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5125), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6982), 1, + sym_body, + STATE(5910), 2, sym_comment, sym_include, - ACTIONS(7475), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - [292841] = 5, + [330934] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5126), 2, + STATE(5911), 2, sym_comment, sym_include, - ACTIONS(3856), 4, + ACTIONS(4287), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292861] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6201), 1, - sym__terminator, - STATE(5414), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5127), 2, - sym_comment, - sym_include, - [292887] = 7, + [330954] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7477), 1, + ACTIONS(8432), 1, sym_identifier, - STATE(131), 1, - sym_qualified_name, - ACTIONS(7479), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5128), 2, + STATE(5912), 2, sym_comment, sym_include, - [292911] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(8434), 4, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6193), 1, - sym__terminator, - STATE(5062), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5129), 2, - sym_comment, - sym_include, - [292937] = 8, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [330974] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6618), 1, - sym_body, - STATE(5130), 2, + ACTIONS(8436), 1, + aux_sym__block_terminator_token1, + ACTIONS(8438), 1, + aux_sym_variable_definition_token1, + STATE(6900), 1, + sym_enum_definition, + STATE(5913), 3, sym_comment, sym_include, - [292963] = 5, + aux_sym_enum_body_repeat1, + [330998] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5131), 2, + STATE(5914), 2, sym_comment, sym_include, - ACTIONS(3810), 4, + ACTIONS(4289), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [292983] = 8, - ACTIONS(69), 1, + [331018] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7481), 1, - sym__terminator, - STATE(5058), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5132), 2, + ACTIONS(8441), 1, + sym_identifier, + ACTIONS(8443), 1, + aux_sym_input_expression_token2, + STATE(4091), 1, + sym_using_field, + STATE(4106), 1, + sym_qualified_name, + STATE(5915), 2, sym_comment, sym_include, - [293009] = 8, + [331044] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7481), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5133), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7176), 1, + sym_body, + STATE(5916), 2, + sym_comment, + sym_include, + [331070] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8445), 1, + sym_identifier, + STATE(5520), 2, + sym_qualified_name, + sym_string_literal, + STATE(5917), 2, sym_comment, sym_include, - [293035] = 8, + [331094] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6335), 1, - sym_body, - STATE(5134), 2, + STATE(5918), 2, sym_comment, sym_include, - [293061] = 8, + ACTIONS(8447), 4, + sym__terminator, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + [331114] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6122), 1, - sym__terminator, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - STATE(5133), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5135), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7349), 1, + sym_body, + STATE(5919), 2, sym_comment, sym_include, - [293087] = 8, - ACTIONS(69), 1, + [331140] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6439), 1, - sym_body, - STATE(5136), 2, + STATE(5920), 2, sym_comment, sym_include, - [293113] = 5, + ACTIONS(8449), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [331160] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5137), 2, + STATE(5921), 2, sym_comment, sym_include, - ACTIONS(3658), 4, + ACTIONS(4259), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293133] = 5, + [331180] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(5922), 2, + sym_comment, + sym_include, + ACTIONS(7460), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [331200] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5138), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8369), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3490), 1, + sym_function_arguments, + STATE(5923), 2, sym_comment, sym_include, - ACTIONS(3808), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293153] = 5, + [331226] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5139), 2, + STATE(5924), 2, sym_comment, sym_include, - ACTIONS(3824), 4, + ACTIONS(4273), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293173] = 5, + [331246] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8451), 1, + sym_identifier, + STATE(5315), 2, + sym_qualified_name, + sym_string_literal, + STATE(5925), 2, + sym_comment, + sym_include, + [331270] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5140), 2, + STATE(5926), 2, sym_comment, sym_include, - ACTIONS(3822), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293193] = 5, + ACTIONS(8453), 4, + sym__terminator, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + [331290] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5141), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6669), 1, + sym_body, + STATE(5927), 2, sym_comment, sym_include, - ACTIONS(3756), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293213] = 5, + [331316] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5142), 2, + STATE(5928), 2, sym_comment, sym_include, - ACTIONS(3820), 4, + ACTIONS(3684), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293233] = 5, + [331336] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5143), 2, + STATE(5929), 2, sym_comment, sym_include, - ACTIONS(3818), 4, + ACTIONS(4295), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293253] = 8, + [331356] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6430), 1, - sym_body, - STATE(5144), 2, + STATE(5930), 2, sym_comment, sym_include, - [293279] = 5, + ACTIONS(8455), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [331376] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5145), 2, + STATE(5931), 2, sym_comment, sym_include, - ACTIONS(3800), 4, + ACTIONS(4181), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293299] = 8, + [331396] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6220), 1, + STATE(7181), 1, sym_body, - STATE(5146), 2, + STATE(5932), 2, sym_comment, sym_include, - [293325] = 6, + [331422] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7483), 1, - sym__namedot, - ACTIONS(102), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5147), 3, + STATE(5933), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - [293347] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7486), 1, - sym_identifier, - ACTIONS(7488), 1, + ACTIONS(8457), 4, sym__terminator, - ACTIONS(7490), 1, - aux_sym_query_definition_token1, - STATE(5610), 1, - sym_qualified_name, - STATE(5148), 2, - sym_comment, - sym_include, - [293373] = 5, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + [331442] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5149), 2, + STATE(5934), 2, sym_comment, sym_include, - ACTIONS(3816), 4, + ACTIONS(4383), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293393] = 5, + [331462] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5150), 2, + STATE(5935), 2, sym_comment, sym_include, - ACTIONS(3798), 4, + ACTIONS(4187), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293413] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5151), 2, - sym_comment, - sym_include, - ACTIONS(2785), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [293433] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6201), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5152), 2, - sym_comment, - sym_include, - [293459] = 5, + [331482] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5153), 2, + STATE(5936), 2, sym_comment, sym_include, - ACTIONS(3796), 4, + ACTIONS(4191), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293479] = 5, + [331502] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5154), 2, + STATE(5937), 2, sym_comment, sym_include, - ACTIONS(3814), 4, + ACTIONS(3774), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293499] = 5, + [331522] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5155), 2, + STATE(5938), 2, sym_comment, sym_include, - ACTIONS(3812), 4, + ACTIONS(3766), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293519] = 8, + [331542] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6427), 1, - sym_body, - STATE(5156), 2, + STATE(5939), 2, sym_comment, sym_include, - [293545] = 5, + ACTIONS(3762), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [331562] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5157), 2, + STATE(5940), 2, sym_comment, sym_include, - ACTIONS(3794), 4, + ACTIONS(4195), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293565] = 5, + [331582] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5158), 2, + STATE(5941), 2, sym_comment, sym_include, - ACTIONS(3806), 4, + ACTIONS(3744), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293585] = 5, - ACTIONS(3), 1, + [331602] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5159), 2, + STATE(5942), 2, sym_comment, sym_include, - ACTIONS(7492), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [293605] = 5, + ACTIONS(8459), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [331622] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5160), 2, + STATE(5943), 2, sym_comment, sym_include, - ACTIONS(3792), 4, + ACTIONS(4199), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293625] = 6, - ACTIONS(3), 1, + [331642] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7359), 1, - sym_identifier, - STATE(5161), 2, + STATE(5944), 2, sym_comment, sym_include, - ACTIONS(7361), 3, + ACTIONS(8461), 4, anon_sym_COLON, anon_sym_COMMA, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [293647] = 5, + [331662] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5162), 2, + ACTIONS(8463), 1, + anon_sym_COLON, + ACTIONS(8465), 1, + aux_sym_repeat_tuning_token1, + STATE(6861), 1, + sym_repeat_tuning, + STATE(5945), 3, sym_comment, sym_include, - ACTIONS(3790), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293667] = 6, - ACTIONS(69), 1, + aux_sym_repeat_statement_repeat2, + [331686] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7494), 1, - aux_sym_return_type_token2, - STATE(5163), 2, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8468), 1, + sym_identifier, + STATE(4202), 2, + sym_qualified_name, + sym_string_literal, + STATE(5946), 2, sym_comment, sym_include, - ACTIONS(7496), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [293689] = 8, - ACTIONS(69), 1, + [331710] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6563), 1, - sym_body, - STATE(5164), 2, + ACTIONS(8470), 1, + sym_identifier, + STATE(145), 1, + sym_qualified_name, + ACTIONS(8472), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(5947), 2, sym_comment, sym_include, - [293715] = 6, + [331734] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7498), 1, - aux_sym_return_type_token2, - STATE(5165), 2, + STATE(5948), 2, sym_comment, sym_include, - ACTIONS(7500), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [293737] = 5, + ACTIONS(8474), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [331754] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5166), 2, + STATE(5949), 2, sym_comment, sym_include, - ACTIONS(3802), 4, + ACTIONS(4297), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293757] = 8, + [331774] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(5950), 2, + sym_comment, + sym_include, + ACTIONS(8416), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [331794] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6586), 1, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6633), 1, sym_body, - STATE(5167), 2, + STATE(5951), 2, sym_comment, sym_include, - [293783] = 5, + [331820] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5168), 2, + STATE(5952), 2, sym_comment, sym_include, - ACTIONS(3786), 4, + ACTIONS(4381), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293803] = 8, + [331840] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7502), 1, + ACTIONS(8476), 1, sym__terminator, - STATE(5071), 1, + STATE(5709), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5169), 2, + STATE(5953), 2, sym_comment, sym_include, - [293829] = 5, + [331866] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5170), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7027), 1, + sym_body, + STATE(5954), 2, sym_comment, sym_include, - ACTIONS(3784), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293849] = 5, + [331892] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5171), 2, + STATE(5955), 2, sym_comment, sym_include, - ACTIONS(3774), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293869] = 5, + ACTIONS(8478), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [331912] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5172), 2, + STATE(5956), 2, sym_comment, sym_include, - ACTIONS(3766), 4, + ACTIONS(4205), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293889] = 5, + [331932] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5173), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7025), 1, + sym_body, + STATE(5957), 2, sym_comment, sym_include, - ACTIONS(3764), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293909] = 5, + [331958] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5174), 2, + STATE(5958), 2, sym_comment, sym_include, - ACTIONS(3762), 4, + ACTIONS(4207), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293929] = 5, + [331978] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5175), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7433), 1, + sym_body, + STATE(5959), 2, sym_comment, sym_include, - ACTIONS(3788), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [293949] = 5, + [332004] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5176), 2, + STATE(5960), 2, sym_comment, sym_include, - ACTIONS(3760), 4, + ACTIONS(4209), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293969] = 5, + [332024] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5177), 2, + STATE(5961), 2, sym_comment, sym_include, - ACTIONS(3758), 4, + ACTIONS(4211), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [293989] = 8, + [332044] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7453), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(3112), 1, - sym_function_arguments, - STATE(5178), 2, + STATE(5962), 2, sym_comment, sym_include, - [294015] = 5, + ACTIONS(4215), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [332064] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5179), 2, + STATE(5963), 2, sym_comment, sym_include, - ACTIONS(3754), 4, + ACTIONS(4217), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294035] = 5, + [332084] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5180), 2, + STATE(5964), 2, sym_comment, sym_include, - ACTIONS(3752), 4, + ACTIONS(4219), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294055] = 8, - ACTIONS(3), 1, + [332104] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7504), 1, - sym_identifier, - ACTIONS(7506), 1, - sym__terminator, - ACTIONS(7508), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5326), 1, - aux_sym_enum_member_repeat1, - STATE(5181), 2, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7022), 1, + sym_body, + STATE(5965), 2, sym_comment, sym_include, - [294081] = 8, + [332130] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6054), 1, - sym_body, - STATE(5182), 2, + STATE(5966), 2, sym_comment, sym_include, - [294107] = 8, + ACTIONS(8480), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [332150] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(79), 1, - anon_sym_LPAREN, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - STATE(304), 1, + ACTIONS(8482), 1, + anon_sym_LPAREN, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(1439), 1, + STATE(1654), 1, sym_function_arguments, - STATE(5183), 2, + STATE(5967), 2, sym_comment, sym_include, - [294133] = 5, + [332176] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5184), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7464), 1, + sym_body, + STATE(5968), 2, sym_comment, sym_include, - ACTIONS(3750), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294153] = 5, + [332202] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5185), 2, + STATE(5969), 2, sym_comment, sym_include, - ACTIONS(3748), 4, + ACTIONS(4379), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294173] = 5, + [332222] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5186), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8484), 1, + sym__terminator, + ACTIONS(8486), 1, + aux_sym_using_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(5970), 2, sym_comment, sym_include, - ACTIONS(3746), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294193] = 8, + [332248] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6422), 1, + STATE(6976), 1, sym_body, - STATE(5187), 2, + STATE(5971), 2, sym_comment, sym_include, - [294219] = 5, + [332274] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5188), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7159), 1, + sym_body, + STATE(5972), 2, sym_comment, sym_include, - ACTIONS(3744), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294239] = 6, - ACTIONS(3), 1, + [332300] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7331), 1, - sym_identifier, - STATE(5189), 2, + STATE(5973), 2, sym_comment, sym_include, - ACTIONS(7333), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [294261] = 8, + ACTIONS(4299), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [332320] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6022), 1, + STATE(7184), 1, sym_body, - STATE(5190), 2, - sym_comment, - sym_include, - [294287] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5191), 2, + STATE(5974), 2, sym_comment, sym_include, - ACTIONS(3742), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294307] = 8, + [332346] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7508), 1, - anon_sym_COMMA, - ACTIONS(7510), 1, + ACTIONS(8488), 1, sym_identifier, - ACTIONS(7512), 1, + ACTIONS(8490), 1, sym__terminator, - STATE(5181), 1, + ACTIONS(8492), 1, + anon_sym_COMMA, + STATE(6111), 1, aux_sym_enum_member_repeat1, - STATE(5192), 2, + STATE(5975), 2, sym_comment, sym_include, - [294333] = 5, + [332372] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5193), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7019), 1, + sym_body, + STATE(5976), 2, sym_comment, sym_include, - ACTIONS(3740), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294353] = 5, + [332398] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5194), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7016), 1, + sym_body, + STATE(5977), 2, sym_comment, sym_include, - ACTIONS(3738), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294373] = 5, + [332424] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5195), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8494), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(5978), 2, sym_comment, sym_include, - ACTIONS(3736), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294393] = 5, + [332450] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5196), 2, + STATE(5979), 2, sym_comment, sym_include, - ACTIONS(3782), 4, + ACTIONS(4301), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294413] = 5, + [332470] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5197), 2, + STATE(5980), 2, sym_comment, sym_include, - ACTIONS(3780), 4, + ACTIONS(4303), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294433] = 5, + [332490] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5198), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6668), 1, + sym_body, + STATE(5981), 2, sym_comment, sym_include, - ACTIONS(3734), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294453] = 5, + [332516] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5199), 2, - sym_comment, - sym_include, - ACTIONS(3732), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294473] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6683), 1, - sym__namedot, - STATE(5035), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(4437), 2, - sym_identifier, - aux_sym_variable_tuning_token7, - STATE(5200), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6973), 1, + sym_body, + STATE(5982), 2, sym_comment, sym_include, - [294497] = 8, + [332542] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7514), 1, - sym__terminator, - ACTIONS(7516), 1, - aux_sym_using_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5201), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8496), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7502), 1, + sym_number_literal, + STATE(5983), 2, sym_comment, sym_include, - [294523] = 5, + [332568] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5202), 2, + STATE(5984), 2, sym_comment, sym_include, - ACTIONS(3778), 4, + ACTIONS(4305), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294543] = 5, + [332588] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5203), 2, + STATE(5985), 2, sym_comment, sym_include, - ACTIONS(3730), 4, + ACTIONS(4221), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294563] = 5, + [332608] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5204), 2, + STATE(5986), 2, sym_comment, sym_include, - ACTIONS(3776), 4, + ACTIONS(4225), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294583] = 5, + [332628] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5205), 2, + STATE(5987), 2, sym_comment, sym_include, - ACTIONS(3772), 4, + ACTIONS(3696), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294603] = 5, + [332648] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5206), 2, + STATE(5988), 2, sym_comment, sym_include, - ACTIONS(3728), 4, + ACTIONS(4307), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294623] = 8, + [332668] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6452), 1, + STATE(7100), 1, sym_body, - STATE(5207), 2, - sym_comment, - sym_include, - [294649] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5208), 2, + STATE(5989), 2, sym_comment, sym_include, - ACTIONS(3726), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294669] = 5, + [332694] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5209), 2, + STATE(5990), 2, sym_comment, sym_include, - ACTIONS(3724), 4, + ACTIONS(4377), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294689] = 8, + [332714] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7518), 1, - sym__terminator, - ACTIONS(7520), 1, - aux_sym_using_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5210), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7010), 1, + sym_body, + STATE(5991), 2, sym_comment, sym_include, - [294715] = 5, + [332740] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5211), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6951), 1, + sym_body, + STATE(5992), 2, sym_comment, sym_include, - ACTIONS(3722), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294735] = 8, + [332766] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7522), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6622), 1, - sym_number_literal, - STATE(5212), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7007), 1, + sym_body, + STATE(5993), 2, sym_comment, sym_include, - [294761] = 5, + [332792] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5213), 2, + STATE(5994), 2, sym_comment, sym_include, - ACTIONS(3770), 4, + ACTIONS(3688), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294781] = 8, + [332812] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(8498), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6268), 1, - sym_body, - STATE(5214), 2, - sym_comment, - sym_include, - [294807] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7524), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(369), 1, - sym_function_arguments, - STATE(5215), 2, + ACTIONS(4504), 2, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + STATE(5995), 3, sym_comment, sym_include, - [294833] = 8, + aux_sym_array_literal_repeat1, + [332834] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6122), 1, - sym__terminator, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - STATE(5071), 1, + ACTIONS(6986), 1, + sym__terminator, + STATE(6106), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5216), 2, + STATE(5996), 2, sym_comment, sym_include, - [294859] = 8, + [332860] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6010), 1, + STATE(7006), 1, sym_body, - STATE(5217), 2, + STATE(5997), 2, + sym_comment, + sym_include, + [332886] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8501), 1, + sym_identifier, + ACTIONS(8503), 1, + aux_sym_input_expression_token2, + STATE(4131), 1, + sym_using_field, + STATE(4135), 1, + sym_qualified_name, + STATE(5998), 2, sym_comment, sym_include, - [294885] = 8, + [332912] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5896), 1, - sym_body, - STATE(5218), 2, + ACTIONS(8505), 1, + aux_sym_return_type_token2, + STATE(5999), 2, sym_comment, sym_include, - [294911] = 8, + ACTIONS(8507), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [332934] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6453), 1, - sym_body, - STATE(5219), 2, + ACTIONS(8509), 1, + aux_sym_return_type_token2, + STATE(6000), 2, sym_comment, sym_include, - [294937] = 5, + ACTIONS(8511), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [332956] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5220), 2, + ACTIONS(8513), 1, + aux_sym_return_type_token2, + STATE(6001), 2, sym_comment, sym_include, - ACTIONS(7526), 4, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - [294957] = 5, + ACTIONS(8515), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [332978] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5221), 2, + STATE(6002), 2, sym_comment, sym_include, - ACTIONS(3720), 4, + ACTIONS(4309), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [294977] = 5, + [332998] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5222), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8517), 1, + sym__terminator, + STATE(5978), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6003), 2, sym_comment, sym_include, - ACTIONS(3718), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [294997] = 7, - ACTIONS(3), 1, + [333024] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7528), 1, - sym_identifier, - STATE(129), 1, - sym_qualified_name, - ACTIONS(7530), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5223), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7491), 1, + sym_body, + STATE(6004), 2, sym_comment, sym_include, - [295021] = 8, + [333050] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8517), 1, + sym__terminator, STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6019), 1, - sym_body, - STATE(5224), 2, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6005), 2, sym_comment, sym_include, - [295047] = 8, + [333076] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6188), 1, + STATE(7004), 1, sym_body, - STATE(5225), 2, + STATE(6006), 2, sym_comment, sym_include, - [295073] = 5, + [333102] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5226), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6986), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6007), 2, sym_comment, sym_include, - ACTIONS(3712), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295093] = 5, + [333128] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5227), 2, + STATE(6008), 2, sym_comment, sym_include, - ACTIONS(3710), 4, + ACTIONS(4257), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295113] = 5, + [333148] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5228), 2, + STATE(6009), 2, sym_comment, sym_include, - ACTIONS(3708), 4, + ACTIONS(4311), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295133] = 5, + [333168] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5229), 2, + STATE(6010), 2, sym_comment, sym_include, - ACTIONS(3706), 4, + ACTIONS(4235), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295153] = 5, + [333188] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5230), 2, + STATE(6011), 2, sym_comment, sym_include, - ACTIONS(3694), 4, + ACTIONS(4313), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295173] = 8, - ACTIONS(69), 1, + [333208] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7532), 1, - anon_sym_LPAREN, - STATE(57), 1, - sym_function_arguments, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5231), 2, + ACTIONS(212), 1, + sym_identifier, + STATE(6012), 2, sym_comment, sym_include, - [295199] = 5, + ACTIONS(214), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [333228] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5232), 2, + STATE(6013), 2, sym_comment, sym_include, - ACTIONS(3692), 4, + ACTIONS(4315), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295219] = 5, + [333248] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5233), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8519), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6014), 2, sym_comment, sym_include, - ACTIONS(3804), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295239] = 5, + [333274] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5234), 2, + STATE(6015), 2, sym_comment, sym_include, - ACTIONS(3688), 4, + ACTIONS(4375), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295259] = 5, - ACTIONS(69), 1, + [333294] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5235), 2, + ACTIONS(8521), 1, + sym_identifier, + ACTIONS(8523), 1, + sym__terminator, + ACTIONS(8525), 1, + aux_sym_query_definition_token1, + STATE(6498), 1, + sym_qualified_name, + STATE(6016), 2, sym_comment, sym_include, - ACTIONS(3686), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295279] = 5, + [333320] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5236), 2, + ACTIONS(8301), 1, + aux_sym_return_type_token2, + STATE(6017), 2, sym_comment, sym_include, - ACTIONS(3684), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295299] = 5, + ACTIONS(8527), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [333342] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5237), 2, + STATE(6018), 2, sym_comment, sym_include, - ACTIONS(3682), 4, + ACTIONS(4317), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295319] = 5, + [333362] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5238), 2, + STATE(6019), 2, sym_comment, sym_include, - ACTIONS(3680), 4, + ACTIONS(4373), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295339] = 8, + [333382] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(7534), 1, + ACTIONS(8529), 1, anon_sym_LPAREN, - STATE(304), 1, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(1419), 1, + STATE(539), 1, sym_function_arguments, - STATE(5239), 2, - sym_comment, - sym_include, - [295365] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6403), 1, - sym_body, - STATE(5240), 2, - sym_comment, - sym_include, - [295391] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7536), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6799), 1, - sym_number_literal, - STATE(5241), 2, - sym_comment, - sym_include, - [295417] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7538), 1, - sym__terminator, - ACTIONS(7540), 1, - aux_sym_using_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5242), 2, - sym_comment, - sym_include, - [295443] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7403), 1, - sym_identifier, - STATE(5243), 2, + STATE(6020), 2, sym_comment, sym_include, - ACTIONS(7405), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [295465] = 5, + [333408] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5244), 2, + STATE(6021), 2, sym_comment, sym_include, - ACTIONS(3678), 4, + ACTIONS(4371), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295485] = 6, + [333428] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7542), 1, - aux_sym_return_type_token2, - STATE(5245), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7198), 1, + sym_body, + STATE(6022), 2, sym_comment, sym_include, - ACTIONS(7544), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [295507] = 5, + [333454] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5246), 2, + ACTIONS(8533), 1, + aux_sym_variable_definition_token2, + STATE(6023), 2, sym_comment, sym_include, - ACTIONS(3676), 4, + ACTIONS(8531), 3, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295527] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5247), 2, - sym_comment, - sym_include, - ACTIONS(7546), 4, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - [295547] = 5, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + [333476] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5248), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7734), 1, + sym_body, + STATE(6024), 2, sym_comment, sym_include, - ACTIONS(3674), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295567] = 5, + [333502] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5249), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6718), 1, + sym_body, + STATE(6025), 2, sym_comment, sym_include, - ACTIONS(3672), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295587] = 5, - ACTIONS(69), 1, + [333528] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5250), 2, + ACTIONS(8501), 1, + sym_identifier, + ACTIONS(8503), 1, + aux_sym_input_expression_token2, + STATE(4109), 1, + sym_using_field, + STATE(4135), 1, + sym_qualified_name, + STATE(6026), 2, sym_comment, sym_include, - ACTIONS(3670), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295607] = 5, - ACTIONS(69), 1, + [333554] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5251), 2, - sym_comment, - sym_include, - ACTIONS(3668), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295627] = 5, + ACTIONS(8535), 1, + sym_identifier, + STATE(157), 1, + sym_qualified_name, + ACTIONS(8537), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6027), 2, + sym_comment, + sym_include, + [333578] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5252), 2, + STATE(6028), 2, sym_comment, sym_include, - ACTIONS(3666), 4, + ACTIONS(4319), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295647] = 8, - ACTIONS(69), 1, + [333598] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7548), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(2906), 1, - sym_function_arguments, - STATE(5253), 2, + ACTIONS(8539), 1, + sym_identifier, + STATE(154), 1, + sym_qualified_name, + ACTIONS(8541), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6029), 2, sym_comment, sym_include, - [295673] = 5, + [333622] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5254), 2, + STATE(6030), 2, sym_comment, sym_include, - ACTIONS(3664), 4, + ACTIONS(4369), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295693] = 8, + [333642] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6205), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5255), 2, + STATE(6031), 2, sym_comment, sym_include, - [295719] = 5, + ACTIONS(4321), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [333662] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5256), 2, + ACTIONS(8441), 1, + sym_identifier, + ACTIONS(8443), 1, + aux_sym_input_expression_token2, + STATE(4050), 1, + sym_using_field, + STATE(4106), 1, + sym_qualified_name, + STATE(6032), 2, sym_comment, sym_include, - ACTIONS(4602), 4, + [333688] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8322), 1, sym_identifier, + ACTIONS(8543), 1, sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [295739] = 7, + STATE(5781), 1, + aux_sym_enum_definition_repeat1, + STATE(6770), 1, + sym_enum_member, + STATE(6033), 2, + sym_comment, + sym_include, + [333714] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7550), 1, + ACTIONS(8545), 1, sym_identifier, - STATE(4538), 2, + ACTIONS(8547), 1, + sym__terminator, + ACTIONS(8549), 1, + aux_sym_query_definition_token1, + STATE(6270), 1, sym_qualified_name, - sym_string_literal, - STATE(5257), 2, + STATE(6034), 2, sym_comment, sym_include, - [295763] = 5, + [333740] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5258), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8551), 1, + anon_sym_LPAREN, + STATE(327), 1, + sym_function_arguments, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6035), 2, sym_comment, sym_include, - ACTIONS(3662), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295783] = 8, + [333766] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6783), 1, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6958), 1, sym_body, - STATE(5259), 2, + STATE(6036), 2, sym_comment, sym_include, - [295809] = 5, + [333792] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5260), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8553), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6579), 1, + sym_function_arguments, + STATE(6037), 2, sym_comment, sym_include, - ACTIONS(3714), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295829] = 8, + [333818] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6743), 1, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7154), 1, sym_body, - STATE(5261), 2, + STATE(6038), 2, sym_comment, sym_include, - [295855] = 5, + [333844] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5262), 2, + STATE(6039), 2, sym_comment, sym_include, - ACTIONS(3704), 4, + ACTIONS(3564), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295875] = 6, - ACTIONS(69), 1, + [333864] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7552), 1, - anon_sym_COMMA, - ACTIONS(4013), 2, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - STATE(5263), 3, + ACTIONS(8555), 1, + sym_identifier, + STATE(131), 1, + sym_qualified_name, + ACTIONS(8557), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6040), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - [295897] = 5, - ACTIONS(69), 1, + [333888] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5264), 2, + STATE(6041), 2, sym_comment, sym_include, - ACTIONS(3550), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [295917] = 8, + ACTIONS(5210), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [333908] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(304), 1, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(6802), 1, + STATE(7629), 1, sym_body, - STATE(5265), 2, - sym_comment, - sym_include, - [295943] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7555), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(348), 1, - sym_function_arguments, - STATE(5266), 2, + STATE(6042), 2, sym_comment, sym_include, - [295969] = 5, + [333934] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5267), 2, + STATE(6043), 2, sym_comment, sym_include, - ACTIONS(3702), 4, + ACTIONS(4323), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [295989] = 5, + [333954] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5268), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7153), 1, + sym_body, + STATE(6044), 2, sym_comment, sym_include, - ACTIONS(3656), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296009] = 5, + [333980] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5269), 2, + STATE(6045), 2, sym_comment, sym_include, - ACTIONS(3650), 4, + ACTIONS(4325), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [296029] = 5, - ACTIONS(69), 1, + [334000] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5270), 2, + STATE(6046), 2, sym_comment, sym_include, - ACTIONS(3648), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296049] = 5, + ACTIONS(5160), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [334020] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5271), 2, + STATE(6047), 2, sym_comment, sym_include, - ACTIONS(3646), 4, + ACTIONS(4327), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [296069] = 8, - ACTIONS(69), 1, + [334040] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6205), 1, - sym__terminator, - STATE(5057), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5272), 2, + STATE(6048), 2, sym_comment, sym_include, - [296095] = 5, + ACTIONS(5009), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [334060] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5273), 2, + ACTIONS(8559), 1, + sym_identifier, + STATE(149), 1, + sym_qualified_name, + ACTIONS(8561), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6049), 2, sym_comment, sym_include, - ACTIONS(7475), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [296115] = 5, + [334084] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5274), 2, + ACTIONS(8404), 1, + aux_sym_return_type_token2, + STATE(6050), 2, sym_comment, sym_include, - ACTIONS(3644), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296135] = 8, + ACTIONS(8563), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [334106] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6766), 1, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7204), 1, sym_body, - STATE(5275), 2, + STATE(6051), 2, sym_comment, sym_include, - [296161] = 5, + [334132] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5276), 2, + STATE(6052), 2, sym_comment, sym_include, - ACTIONS(3642), 4, + ACTIONS(4367), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [296181] = 5, + [334152] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5277), 2, + ACTIONS(8345), 1, + aux_sym_return_type_token2, + STATE(6053), 2, sym_comment, sym_include, - ACTIONS(3640), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296201] = 5, + ACTIONS(8565), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [334174] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5278), 2, + STATE(6054), 2, sym_comment, sym_include, - ACTIONS(3700), 4, + ACTIONS(4365), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [296221] = 5, + [334194] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(6055), 2, + sym_comment, + sym_include, + ACTIONS(4624), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [334214] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5279), 2, + STATE(6056), 2, sym_comment, sym_include, - ACTIONS(3638), 4, + ACTIONS(4385), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [296241] = 5, + [334234] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5280), 2, + STATE(6057), 2, sym_comment, sym_include, - ACTIONS(3636), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296261] = 8, + ACTIONS(8567), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [334254] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7557), 1, + ACTIONS(8569), 1, sym__terminator, - STATE(5071), 1, + STATE(5709), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5281), 2, + STATE(6058), 2, sym_comment, sym_include, - [296287] = 5, + [334280] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5282), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6994), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6059), 2, sym_comment, sym_include, - ACTIONS(7559), 4, - sym__terminator, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [296307] = 5, + [334306] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5283), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6994), 1, + sym__terminator, + STATE(6005), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6060), 2, sym_comment, sym_include, - ACTIONS(3634), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296327] = 5, + [334332] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5284), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(7654), 1, + sym_body, + STATE(6061), 2, sym_comment, sym_include, - ACTIONS(3632), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296347] = 8, + [334358] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7561), 1, - aux_sym_stream_definition_token1, - ACTIONS(7563), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7565), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7567), 1, - aux_sym_output_stream_statement_token1, - STATE(5285), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8571), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7615), 1, + sym_number_literal, + STATE(6062), 2, sym_comment, sym_include, - [296373] = 6, + [334384] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7253), 1, + ACTIONS(236), 1, sym_identifier, - STATE(5286), 2, + STATE(6063), 2, sym_comment, sym_include, - ACTIONS(7255), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [296395] = 8, + ACTIONS(238), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [334404] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8573), 1, + sym__terminator, + STATE(6014), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6064), 2, + sym_comment, + sym_include, + [334430] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8573), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6065), 2, + sym_comment, + sym_include, + [334456] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7569), 1, + ACTIONS(8575), 1, sym_identifier, - ACTIONS(7571), 1, - sym__terminator, - ACTIONS(7573), 1, - aux_sym_query_definition_token1, - STATE(5578), 1, + STATE(130), 1, sym_qualified_name, - STATE(5287), 2, + ACTIONS(8577), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6066), 2, sym_comment, sym_include, - [296421] = 5, - ACTIONS(69), 1, + [334480] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5288), 2, + STATE(6067), 2, sym_comment, sym_include, - ACTIONS(3628), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296441] = 5, - ACTIONS(69), 1, + ACTIONS(8579), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + [334500] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5289), 2, + ACTIONS(8583), 1, + anon_sym_COMMA, + STATE(6068), 2, sym_comment, sym_include, - ACTIONS(3626), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296461] = 5, - ACTIONS(69), 1, + ACTIONS(8581), 3, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + [334522] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5290), 2, + ACTIONS(8396), 1, + sym_identifier, + ACTIONS(8398), 1, + aux_sym_input_expression_token2, + STATE(4021), 1, + sym_using_field, + STATE(4068), 1, + sym_qualified_name, + STATE(6069), 2, sym_comment, sym_include, - ACTIONS(3624), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296481] = 5, + [334548] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5291), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8585), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6070), 2, sym_comment, sym_include, - ACTIONS(3622), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296501] = 8, + [334574] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7575), 1, + ACTIONS(8587), 1, aux_sym_using_statement_token2, - ACTIONS(7577), 1, + ACTIONS(8589), 1, aux_sym_stream_definition_token1, - ACTIONS(7579), 1, + ACTIONS(8591), 1, aux_sym_input_close_statement_token1, - ACTIONS(7581), 1, + ACTIONS(8593), 1, aux_sym_input_close_statement_token2, - STATE(5292), 2, + STATE(6071), 2, sym_comment, sym_include, - [296527] = 8, + [334600] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7583), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6746), 1, - sym_number_literal, - STATE(5293), 2, + STATE(6072), 2, sym_comment, sym_include, - [296553] = 5, - ACTIONS(69), 1, + ACTIONS(4361), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [334620] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5294), 2, + STATE(6073), 2, sym_comment, sym_include, - ACTIONS(3620), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296573] = 5, + ACTIONS(5206), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [334640] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5295), 2, + ACTIONS(8595), 1, + aux_sym_stream_definition_token1, + ACTIONS(8597), 1, + aux_sym_input_close_statement_token1, + ACTIONS(8599), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8601), 1, + aux_sym_output_stream_statement_token1, + STATE(6074), 2, sym_comment, sym_include, - ACTIONS(3654), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296593] = 5, + [334666] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5296), 2, + STATE(6075), 2, sym_comment, sym_include, - ACTIONS(3652), 4, + ACTIONS(4237), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [296613] = 5, - ACTIONS(69), 1, + [334686] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5297), 2, + ACTIONS(8603), 1, + sym_identifier, + STATE(123), 1, + sym_qualified_name, + ACTIONS(8605), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6076), 2, sym_comment, sym_include, - ACTIONS(7585), 4, - sym__terminator, - aux_sym_argument_tuning_token1, - aux_sym_argument_tuning_token3, - aux_sym_argument_tuning_token4, - [296633] = 8, + [334710] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6080), 1, - sym_body, - STATE(5298), 2, + STATE(6077), 2, sym_comment, sym_include, - [296659] = 8, + ACTIONS(4291), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [334730] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6454), 1, - sym_body, - STATE(5299), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8607), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(3330), 1, + sym_function_arguments, + STATE(6078), 2, sym_comment, sym_include, - [296685] = 5, + [334756] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5300), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8609), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7652), 1, + sym_number_literal, + STATE(6079), 2, sym_comment, sym_include, - ACTIONS(3618), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296705] = 5, + [334782] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5301), 2, - sym_comment, - sym_include, - ACTIONS(3616), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296725] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(224), 1, - sym_identifier, - STATE(5302), 2, + ACTIONS(8611), 1, + aux_sym_return_type_token2, + STATE(6080), 2, sym_comment, sym_include, - ACTIONS(226), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [296745] = 5, + ACTIONS(8613), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [334804] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5303), 2, + STATE(6081), 2, sym_comment, sym_include, - ACTIONS(2832), 4, + ACTIONS(8615), 4, sym_identifier, aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [296765] = 8, + aux_sym_field_definition_token1, + [334824] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6168), 1, - sym_body, - STATE(5304), 2, + ACTIONS(8617), 1, + aux_sym_return_type_token2, + STATE(6082), 2, sym_comment, sym_include, - [296791] = 8, + ACTIONS(8619), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [334846] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7587), 1, - sym__terminator, - ACTIONS(7589), 1, - aux_sym_using_statement_token2, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5305), 2, + STATE(6083), 2, sym_comment, sym_include, - [296817] = 8, + ACTIONS(8621), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [334866] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6405), 1, - sym_body, - STATE(5306), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6988), 1, + sym__terminator, + STATE(6188), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6084), 2, + sym_comment, + sym_include, + [334892] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8623), 1, + sym_identifier, + STATE(153), 1, + sym_qualified_name, + ACTIONS(8625), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6085), 2, sym_comment, sym_include, - [296843] = 5, + [334916] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5307), 2, + STATE(6086), 2, sym_comment, sym_include, - ACTIONS(3614), 4, + ACTIONS(4253), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [296863] = 8, - ACTIONS(69), 1, + [334936] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6160), 1, - sym_body, - STATE(5308), 2, + STATE(6087), 2, sym_comment, sym_include, - [296889] = 5, - ACTIONS(69), 1, + ACTIONS(8627), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [334956] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5309), 2, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8629), 1, + sym_identifier, + STATE(5384), 2, + sym_qualified_name, + sym_string_literal, + STATE(6088), 2, sym_comment, sym_include, - ACTIONS(3612), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [296909] = 6, + [334980] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8631), 1, + sym_identifier, + STATE(143), 1, + sym_qualified_name, + ACTIONS(8633), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6089), 2, + sym_comment, + sym_include, + [335004] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7542), 1, - aux_sym_return_type_token2, - STATE(5310), 2, + STATE(6090), 2, sym_comment, sym_include, - ACTIONS(7591), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [296931] = 6, + ACTIONS(4251), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [335024] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7593), 1, - aux_sym_return_type_token2, - STATE(5311), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6988), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6091), 2, sym_comment, sym_include, - ACTIONS(7595), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [296953] = 5, + [335050] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(240), 1, + ACTIONS(8635), 1, sym_identifier, - STATE(5312), 2, + STATE(6092), 2, sym_comment, sym_include, - ACTIONS(242), 4, + ACTIONS(8637), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, aux_sym_include_argument_token1, - [296973] = 5, - ACTIONS(3), 1, + [335070] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5313), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6969), 1, + sym_body, + STATE(6093), 2, sym_comment, sym_include, - ACTIONS(7597), 4, - sym_identifier, + [335096] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8639), 1, sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [296993] = 5, + ACTIONS(8641), 1, + aux_sym_using_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6094), 2, + sym_comment, + sym_include, + [335122] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5314), 2, + STATE(6095), 2, sym_comment, sym_include, - ACTIONS(3610), 4, + ACTIONS(4331), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [297013] = 5, + [335142] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5315), 2, + STATE(6096), 2, sym_comment, sym_include, - ACTIONS(3608), 4, + ACTIONS(8643), 4, + anon_sym_COLON, + anon_sym_DOT, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297033] = 5, + anon_sym_LPAREN, + [335162] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5316), 2, + STATE(6097), 2, sym_comment, sym_include, - ACTIONS(3606), 4, + ACTIONS(4357), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [297053] = 8, + [335182] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7599), 1, - sym__terminator, - STATE(5169), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5317), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6653), 1, + sym_body, + STATE(6098), 2, sym_comment, sym_include, - [297079] = 8, + [335208] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5978), 1, - sym_body, - STATE(5318), 2, + ACTIONS(8390), 1, + aux_sym_variable_definition_token1, + ACTIONS(8645), 1, + aux_sym__block_terminator_token1, + STATE(5860), 1, + aux_sym_enum_body_repeat1, + STATE(6900), 1, + sym_enum_definition, + STATE(6099), 2, sym_comment, sym_include, - [297105] = 5, + [335234] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5319), 2, + STATE(6100), 2, sym_comment, sym_include, - ACTIONS(3604), 4, + ACTIONS(4351), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [297125] = 7, + [335254] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7601), 1, + ACTIONS(8647), 1, sym_identifier, - ACTIONS(7604), 1, - sym__terminator, - STATE(5864), 1, - sym_enum_member, - STATE(5320), 3, + STATE(136), 1, + sym_qualified_name, + ACTIONS(8649), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6101), 2, sym_comment, sym_include, - aux_sym_enum_definition_repeat1, - [297149] = 8, + [335278] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7606), 1, - anon_sym_LPAREN, - STATE(284), 1, - sym_function_arguments, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5321), 2, - sym_comment, - sym_include, - [297175] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5322), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7143), 1, + sym_body, + STATE(6102), 2, sym_comment, sym_include, - ACTIONS(7608), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [297195] = 5, + [335304] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5323), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8651), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(1626), 1, + sym_function_arguments, + STATE(6103), 2, sym_comment, sym_include, - ACTIONS(3602), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297215] = 5, + [335330] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5324), 2, + STATE(6104), 2, sym_comment, sym_include, - ACTIONS(3600), 4, + ACTIONS(4355), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [297235] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7610), 1, - aux_sym_return_type_token2, - STATE(5325), 2, - sym_comment, - sym_include, - ACTIONS(7612), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [297257] = 7, + [335350] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7614), 1, - sym_identifier, - ACTIONS(7616), 1, - sym__terminator, - ACTIONS(7618), 1, - anon_sym_COMMA, - STATE(5326), 3, - sym_comment, - sym_include, - aux_sym_enum_member_repeat1, - [297281] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5327), 2, + STATE(6105), 2, sym_comment, sym_include, - ACTIONS(3598), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297301] = 8, + ACTIONS(3325), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [335370] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7599), 1, + ACTIONS(8653), 1, sym__terminator, - STATE(5071), 1, + STATE(5709), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5328), 2, - sym_comment, - sym_include, - [297327] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7621), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(1938), 1, - sym_function_arguments, - STATE(5329), 2, + STATE(6106), 2, sym_comment, sym_include, - [297353] = 8, + [335396] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7623), 1, - aux_sym_on_error_phrase_token2, - ACTIONS(7625), 1, - aux_sym_on_stop_phrase_token1, - ACTIONS(7627), 1, - aux_sym_on_quit_phrase_token1, - ACTIONS(7629), 1, - aux_sym_on_endkey_phrase_token1, - STATE(5330), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6924), 1, + sym_body, + STATE(6107), 2, sym_comment, sym_include, - [297379] = 8, + [335422] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7631), 1, + ACTIONS(8653), 1, sym__terminator, - STATE(5071), 1, + STATE(6184), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5331), 2, - sym_comment, - sym_include, - [297405] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5332), 2, + STATE(6108), 2, sym_comment, sym_include, - ACTIONS(3660), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297425] = 8, - ACTIONS(69), 1, + [335448] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6082), 1, - sym_body, - STATE(5333), 2, + STATE(6109), 2, sym_comment, sym_include, - [297451] = 5, + ACTIONS(8655), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [335468] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5334), 2, + STATE(6110), 2, sym_comment, sym_include, - ACTIONS(3596), 4, + ACTIONS(4293), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [297471] = 5, - ACTIONS(69), 1, + [335488] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5335), 2, + ACTIONS(8492), 1, + anon_sym_COMMA, + ACTIONS(8657), 1, + sym_identifier, + ACTIONS(8659), 1, + sym__terminator, + STATE(6196), 1, + aux_sym_enum_member_repeat1, + STATE(6111), 2, sym_comment, sym_include, - ACTIONS(3594), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297491] = 8, + [335514] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6217), 1, - sym_body, - STATE(5336), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8661), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7461), 1, + sym_number_literal, + STATE(6112), 2, sym_comment, sym_include, - [297517] = 8, - ACTIONS(69), 1, + [335540] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7633), 1, - sym__terminator, - STATE(5281), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5337), 2, + ACTIONS(8665), 1, + sym__special_character, + STATE(6113), 2, sym_comment, sym_include, - [297543] = 8, + ACTIONS(8663), 3, + anon_sym_DQUOTE, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + [335562] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7633), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5338), 2, + ACTIONS(8611), 1, + aux_sym_return_type_token2, + STATE(6114), 2, sym_comment, sym_include, - [297569] = 8, - ACTIONS(69), 1, + ACTIONS(8667), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [335584] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6148), 1, - sym_body, - STATE(5339), 2, + ACTIONS(8669), 1, + sym_identifier, + STATE(6115), 2, sym_comment, sym_include, - [297595] = 8, + ACTIONS(8671), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [335604] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7635), 1, + ACTIONS(8673), 1, sym__terminator, - STATE(5398), 1, + STATE(6070), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5340), 2, + STATE(6116), 2, sym_comment, sym_include, - [297621] = 8, + [335630] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5927), 1, - sym_body, - STATE(5341), 2, + ACTIONS(8617), 1, + aux_sym_return_type_token2, + STATE(6117), 2, sym_comment, sym_include, - [297647] = 5, - ACTIONS(69), 1, + ACTIONS(8675), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [335652] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5342), 2, + ACTIONS(8677), 1, + sym_identifier, + STATE(141), 1, + sym_qualified_name, + ACTIONS(8679), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6118), 2, sym_comment, sym_include, - ACTIONS(3592), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297667] = 6, + [335676] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7639), 1, - aux_sym_variable_definition_token2, - STATE(5343), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6651), 1, + sym_body, + STATE(6119), 2, sym_comment, sym_include, - ACTIONS(7637), 3, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - [297689] = 5, + [335702] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5344), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8681), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6120), 2, sym_comment, sym_include, - ACTIONS(3590), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297709] = 8, - ACTIONS(69), 1, + [335728] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6351), 1, - sym_body, - STATE(5345), 2, + ACTIONS(8252), 1, + sym__escaped_string, + ACTIONS(8683), 1, + sym_identifier, + STATE(4221), 2, + sym_qualified_name, + sym_string_literal, + STATE(6121), 2, sym_comment, sym_include, - [297735] = 5, + [335752] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5346), 2, + STATE(6122), 2, sym_comment, sym_include, - ACTIONS(7641), 4, + ACTIONS(186), 4, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [297755] = 5, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [335772] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5347), 2, + STATE(6123), 2, sym_comment, sym_include, - ACTIONS(3588), 4, + ACTIONS(4239), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [297775] = 7, - ACTIONS(69), 1, + [335792] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, + ACTIONS(8252), 1, sym__escaped_string, - STATE(4904), 1, + ACTIONS(8685), 1, + sym_identifier, + STATE(4190), 2, + sym_qualified_name, sym_string_literal, - ACTIONS(7643), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5348), 2, - sym_comment, - sym_include, - [297799] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5349), 2, + STATE(6124), 2, sym_comment, sym_include, - ACTIONS(3586), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [297819] = 5, + [335816] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5350), 2, + STATE(6125), 2, sym_comment, sym_include, - ACTIONS(3584), 4, + ACTIONS(4241), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [297839] = 8, + [335836] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7645), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6566), 1, - sym_number_literal, - STATE(5351), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6978), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6126), 2, sym_comment, sym_include, - [297865] = 8, + [335862] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7647), 1, + ACTIONS(6978), 1, sym__terminator, - STATE(5071), 1, + STATE(6065), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5352), 2, + STATE(6127), 2, sym_comment, sym_include, - [297891] = 7, + [335888] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(861), 1, - sym__namedot, - STATE(5147), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(113), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5353), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7215), 1, + sym_body, + STATE(6128), 2, sym_comment, sym_include, - [297915] = 7, + [335914] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(865), 1, - sym__namedoublecolon, - STATE(5121), 1, - aux_sym_member_access_repeat1, - ACTIONS(136), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5354), 2, - sym_comment, - sym_include, - [297939] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7649), 1, - sym_identifier, - STATE(3631), 2, - sym_qualified_name, - sym_string_literal, - STATE(5355), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8673), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6129), 2, sym_comment, sym_include, - [297963] = 8, + [335940] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6361), 1, - sym_body, - STATE(5356), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6948), 1, + sym__terminator, + STATE(6161), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6130), 2, sym_comment, sym_include, - [297989] = 8, + [335966] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7651), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(1148), 1, - sym_function_arguments, - STATE(5357), 2, + STATE(6131), 2, sym_comment, sym_include, - [298015] = 8, + ACTIONS(4103), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [335986] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6948), 1, + sym__terminator, STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6486), 1, - sym_body, - STATE(5358), 2, - sym_comment, - sym_include, - [298041] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7653), 1, - sym_identifier, - STATE(4873), 2, - sym_qualified_name, - sym_string_literal, - STATE(5359), 2, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6132), 2, sym_comment, sym_include, - [298065] = 8, + [336012] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7655), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(6332), 1, - sym_function_arguments, - STATE(5360), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7141), 1, + sym_body, + STATE(6133), 2, sym_comment, sym_include, - [298091] = 5, + [336038] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5361), 2, + STATE(6134), 2, sym_comment, sym_include, - ACTIONS(3582), 4, + ACTIONS(4353), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [298111] = 5, - ACTIONS(69), 1, + [336058] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5362), 2, + ACTIONS(8687), 1, + sym_identifier, + STATE(128), 1, + sym_qualified_name, + ACTIONS(8689), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6135), 2, sym_comment, sym_include, - ACTIONS(7657), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [298131] = 8, + [336082] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5976), 1, - sym_body, - STATE(5363), 2, + STATE(6136), 2, sym_comment, sym_include, - [298157] = 5, + ACTIONS(8691), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [336102] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5364), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8681), 1, + sym__terminator, + STATE(5869), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6137), 2, sym_comment, sym_include, - ACTIONS(3580), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298177] = 5, + [336128] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5365), 2, + ACTIONS(8365), 1, + sym_identifier, + STATE(6138), 2, sym_comment, sym_include, - ACTIONS(7659), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [298197] = 5, + ACTIONS(8367), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [336150] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5366), 2, + STATE(6139), 2, sym_comment, sym_include, - ACTIONS(3578), 4, + ACTIONS(4363), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [298217] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - STATE(4928), 1, - sym_string_literal, - ACTIONS(7661), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5367), 2, - sym_comment, - sym_include, - [298241] = 5, + [336170] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5368), 2, + STATE(6140), 2, sym_comment, sym_include, - ACTIONS(3574), 4, + ACTIONS(4349), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [298261] = 8, + [336190] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(6128), 1, + ACTIONS(8693), 1, sym__terminator, - STATE(5491), 1, + STATE(5709), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5369), 2, + STATE(6141), 2, sym_comment, sym_include, - [298287] = 5, - ACTIONS(69), 1, + [336216] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5370), 2, + ACTIONS(8189), 1, + sym_identifier, + STATE(6142), 2, sym_comment, sym_include, - ACTIONS(3572), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298307] = 5, + ACTIONS(8191), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [336238] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5371), 2, + STATE(6143), 2, sym_comment, sym_include, - ACTIONS(3570), 4, + ACTIONS(3598), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [298327] = 5, + [336258] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5372), 2, + ACTIONS(8695), 1, + sym_identifier, + STATE(139), 1, + sym_qualified_name, + ACTIONS(8697), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6144), 2, sym_comment, sym_include, - ACTIONS(6552), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [298347] = 5, + [336282] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5373), 2, + STATE(6145), 2, sym_comment, sym_include, - ACTIONS(3568), 4, + ACTIONS(4247), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [298367] = 8, + [336302] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6128), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5374), 2, + STATE(6146), 2, sym_comment, sym_include, - [298393] = 5, - ACTIONS(69), 1, + ACTIONS(4245), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [336322] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5375), 2, + ACTIONS(8699), 1, + sym_identifier, + STATE(155), 1, + sym_qualified_name, + ACTIONS(8701), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6147), 2, sym_comment, sym_include, - ACTIONS(3566), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298413] = 8, + [336346] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6197), 1, - sym_body, - STATE(5376), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8703), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7285), 1, + sym_number_literal, + STATE(6148), 2, sym_comment, sym_include, - [298439] = 8, - ACTIONS(69), 1, + [336372] = 8, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6021), 1, - sym_body, - STATE(5377), 2, + ACTIONS(8392), 1, + sym_identifier, + ACTIONS(8394), 1, + aux_sym_input_expression_token2, + STATE(4067), 1, + sym_using_field, + STATE(4082), 1, + sym_qualified_name, + STATE(6149), 2, sym_comment, sym_include, - [298465] = 5, + [336398] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5378), 2, + STATE(6150), 2, sym_comment, sym_include, - ACTIONS(3564), 4, + ACTIONS(3598), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [298485] = 5, + [336418] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5379), 2, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8705), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7266), 1, + sym_number_literal, + STATE(6151), 2, sym_comment, sym_include, - ACTIONS(3690), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298505] = 8, + [336444] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(7663), 1, - sym__terminator, - ACTIONS(7665), 1, - aux_sym_using_statement_token2, - STATE(304), 1, + ACTIONS(8179), 1, + anon_sym_LPAREN, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(5380), 2, + STATE(3100), 1, + sym_function_arguments, + STATE(6152), 2, sym_comment, sym_include, - [298531] = 7, + [336470] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7667), 1, + ACTIONS(8218), 1, sym_identifier, - STATE(137), 1, - sym_qualified_name, - ACTIONS(7669), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5381), 2, + STATE(6153), 2, sym_comment, sym_include, - [298555] = 8, + ACTIONS(8220), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [336492] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7671), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6541), 1, - sym_number_literal, - STATE(5382), 2, + ACTIONS(8707), 1, + aux_sym_on_error_phrase_token2, + ACTIONS(8709), 1, + aux_sym_on_stop_phrase_token1, + ACTIONS(8711), 1, + aux_sym_on_quit_phrase_token1, + ACTIONS(8713), 1, + aux_sym_on_endkey_phrase_token1, + STATE(6154), 2, sym_comment, sym_include, - [298581] = 8, + [336518] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6145), 1, - sym_body, - STATE(5383), 2, + ACTIONS(8505), 1, + aux_sym_return_type_token2, + STATE(6155), 2, sym_comment, sym_include, - [298607] = 5, - ACTIONS(69), 1, + ACTIONS(8715), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [336540] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5384), 2, + ACTIONS(8717), 1, + sym_identifier, + STATE(6156), 2, sym_comment, sym_include, - ACTIONS(3560), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298627] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(8719), 4, anon_sym_LBRACE, - STATE(5385), 2, - sym_comment, - sym_include, - ACTIONS(3558), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298647] = 5, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [336560] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5386), 2, + STATE(6157), 2, sym_comment, sym_include, - ACTIONS(3556), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298667] = 5, + ACTIONS(8721), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [336580] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5387), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8723), 1, + sym__terminator, + STATE(6058), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6158), 2, sym_comment, sym_include, - ACTIONS(3554), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298687] = 8, + [336606] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7673), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(2899), 1, - sym_function_arguments, - STATE(5388), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(7004), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6159), 2, sym_comment, sym_include, - [298713] = 8, + [336632] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(757), 1, - anon_sym_LPAREN, - ACTIONS(1422), 1, - sym__namedot, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(1415), 1, - sym_function_arguments, - STATE(5389), 2, + ACTIONS(8725), 1, + aux_sym_on_error_phrase_token2, + ACTIONS(8727), 1, + aux_sym_on_stop_phrase_token1, + ACTIONS(8729), 1, + aux_sym_on_quit_phrase_token1, + ACTIONS(8731), 1, + aux_sym_on_endkey_phrase_token1, + STATE(6160), 2, sym_comment, sym_include, - [298739] = 5, + [336658] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5390), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8723), 1, + sym__terminator, + STATE(5709), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6161), 2, sym_comment, sym_include, - ACTIONS(3552), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [298759] = 5, + [336684] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5391), 2, + ACTIONS(8733), 1, + sym_identifier, + STATE(134), 1, + sym_qualified_name, + ACTIONS(8735), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(6162), 2, sym_comment, sym_include, - ACTIONS(4616), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [298779] = 8, + [336708] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5865), 1, - sym_body, - STATE(5392), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(7004), 1, + sym__terminator, + STATE(5714), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6163), 2, sym_comment, sym_include, - [298805] = 8, + [336734] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + STATE(6164), 2, + sym_comment, + sym_include, + ACTIONS(8737), 4, anon_sym_COLON, - ACTIONS(3051), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6122), 1, - sym_body, - STATE(5393), 2, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [336754] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8341), 1, + sym__integer_literal, + ACTIONS(8739), 1, + anon_sym_RBRACK, + STATE(364), 1, + sym__decimal_literal, + STATE(7683), 1, + sym_number_literal, + STATE(6165), 2, sym_comment, sym_include, - [298831] = 5, + [336780] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7675), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8197), 1, sym_identifier, - STATE(5394), 2, + STATE(6166), 2, sym_comment, sym_include, - ACTIONS(7677), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [298851] = 8, + ACTIONS(8199), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [336802] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7679), 1, - aux_sym_stream_definition_token1, - ACTIONS(7681), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7683), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7685), 1, - aux_sym_output_stream_statement_token1, - STATE(5395), 2, + STATE(6167), 2, sym_comment, sym_include, - [298877] = 5, + ACTIONS(4347), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [336822] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7687), 1, + ACTIONS(8741), 1, sym_identifier, - STATE(5396), 2, + STATE(6168), 2, sym_comment, sym_include, - ACTIONS(7689), 4, + ACTIONS(8743), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, aux_sym_include_argument_token1, - [298897] = 8, + [336842] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8509), 1, + aux_sym_return_type_token2, + STATE(6169), 2, + sym_comment, + sym_include, + ACTIONS(8745), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [336864] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6390), 1, + STATE(6642), 1, sym_body, - STATE(5397), 2, + STATE(6170), 2, sym_comment, sym_include, - [298923] = 8, + [336890] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7691), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5398), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8747), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(1363), 1, + sym_function_arguments, + STATE(6171), 2, sym_comment, sym_include, - [298949] = 8, + [336916] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6142), 1, - sym_body, - STATE(5399), 2, + STATE(6172), 2, sym_comment, sym_include, - [298975] = 7, - ACTIONS(3), 1, + ACTIONS(4333), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [336936] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7693), 1, - sym_identifier, - STATE(118), 1, - sym_qualified_name, - ACTIONS(7695), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5400), 2, + STATE(6173), 2, sym_comment, sym_include, - [298999] = 7, - ACTIONS(3), 1, + ACTIONS(4249), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [336956] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7697), 1, - sym_identifier, - STATE(123), 1, - sym_qualified_name, - ACTIONS(7699), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5401), 2, + STATE(6174), 2, sym_comment, sym_include, - [299023] = 7, - ACTIONS(3), 1, + ACTIONS(4335), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [336976] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7701), 1, - sym_identifier, - STATE(3625), 2, - sym_qualified_name, - sym_string_literal, - STATE(5402), 2, + STATE(6175), 2, sym_comment, sym_include, - [299047] = 7, + ACTIONS(8749), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [336996] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, + ACTIONS(8252), 1, sym__escaped_string, - ACTIONS(7703), 1, + ACTIONS(8751), 1, sym_identifier, - STATE(4872), 2, + STATE(5424), 2, sym_qualified_name, sym_string_literal, - STATE(5403), 2, + STATE(6176), 2, sym_comment, sym_include, - [299071] = 5, + [337020] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5404), 2, + STATE(6177), 2, sym_comment, sym_include, - ACTIONS(4113), 4, + ACTIONS(3363), 4, sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [299091] = 7, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [337040] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(6178), 2, + sym_comment, + sym_include, + ACTIONS(4345), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [337060] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7705), 1, + ACTIONS(8183), 1, sym_identifier, - STATE(3590), 2, - sym_qualified_name, - sym_string_literal, - STATE(5405), 2, + STATE(6179), 2, sym_comment, sym_include, - [299115] = 5, + ACTIONS(8185), 3, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [337082] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5406), 2, + ACTIONS(8513), 1, + aux_sym_return_type_token2, + STATE(6180), 2, sym_comment, sym_include, - ACTIONS(7707), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [299135] = 7, + ACTIONS(8753), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [337104] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(160), 1, - sym_identifier, - ACTIONS(7709), 1, - sym__namedot, - ACTIONS(162), 2, - sym__terminator, - anon_sym_COMMA, - STATE(5407), 2, + STATE(6181), 2, sym_comment, sym_include, - [299159] = 8, + ACTIONS(8755), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [337124] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6494), 1, - sym_body, - STATE(5408), 2, + STATE(6182), 2, sym_comment, sym_include, - [299185] = 8, + ACTIONS(4341), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [337144] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7711), 1, - aux_sym_using_statement_token2, - ACTIONS(7713), 1, - aux_sym_stream_definition_token1, - ACTIONS(7715), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7717), 1, - aux_sym_input_close_statement_token2, - STATE(5409), 2, + STATE(6183), 2, sym_comment, sym_include, - [299211] = 8, + ACTIONS(8757), 4, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [337164] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8759), 1, + sym__terminator, STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6352), 1, - sym_body, - STATE(5410), 2, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6184), 2, sym_comment, sym_include, - [299237] = 8, + [337190] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6129), 1, - sym_body, - STATE(5411), 2, + STATE(6185), 2, sym_comment, sym_include, - [299263] = 8, + ACTIONS(8761), 4, + sym__terminator, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [337210] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6128), 1, - sym_body, - STATE(5412), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8763), 1, + sym__terminator, + ACTIONS(8765), 1, + aux_sym_using_statement_token2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6186), 2, sym_comment, sym_include, - [299289] = 5, + [337236] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5413), 2, + STATE(6187), 2, sym_comment, sym_include, - ACTIONS(3562), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [299309] = 8, + ACTIONS(8767), 4, + sym__terminator, + aux_sym_argument_tuning_token1, + aux_sym_argument_tuning_token3, + aux_sym_argument_tuning_token4, + [337256] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, + ACTIONS(6944), 1, aux_sym_field_definition_token1, - ACTIONS(7635), 1, + ACTIONS(8769), 1, sym__terminator, - STATE(5071), 1, + STATE(5709), 1, aux_sym_workfile_definition_repeat3, - STATE(6213), 1, + STATE(6780), 1, sym_field_definition, - STATE(5414), 2, + STATE(6188), 2, sym_comment, sym_include, - [299335] = 6, + [337282] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7719), 1, - aux_sym_return_type_token2, - STATE(5415), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8771), 1, + anon_sym_LPAREN, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(1396), 1, + sym_function_arguments, + STATE(6189), 2, sym_comment, sym_include, - ACTIONS(7721), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [299357] = 8, + [337308] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7723), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6630), 1, - sym_number_literal, - STATE(5416), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(6733), 1, + sym_body, + STATE(6190), 2, sym_comment, sym_include, - [299383] = 6, + [337334] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7725), 1, - aux_sym_return_type_token2, - STATE(5417), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(8769), 1, + sym__terminator, + STATE(6141), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6191), 2, sym_comment, sym_include, - ACTIONS(7727), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [299405] = 6, + [337360] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7729), 1, - aux_sym_return_type_token2, - STATE(5418), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(6545), 1, + aux_sym_for_statement_repeat1, + STATE(7132), 1, + sym_body, + STATE(6192), 2, sym_comment, sym_include, - ACTIONS(7731), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [299427] = 8, + [337386] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6385), 1, - sym_body, - STATE(5419), 2, + STATE(6193), 2, sym_comment, sym_include, - [299453] = 8, + ACTIONS(4339), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [337406] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(5923), 1, + STATE(6641), 1, sym_body, - STATE(5420), 2, + STATE(6194), 2, sym_comment, sym_include, - [299479] = 6, + [337432] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7729), 1, - aux_sym_return_type_token2, - STATE(5421), 2, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6984), 1, + sym__terminator, + STATE(6129), 1, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6195), 2, sym_comment, sym_include, - ACTIONS(7733), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [299501] = 7, + [337458] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7735), 1, + ACTIONS(8773), 1, sym_identifier, - STATE(138), 1, - sym_qualified_name, - ACTIONS(7737), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5422), 2, + ACTIONS(8775), 1, + sym__terminator, + ACTIONS(8777), 1, + anon_sym_COMMA, + STATE(6196), 3, sym_comment, sym_include, - [299525] = 8, + aux_sym_enum_member_repeat1, + [337482] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, + ACTIONS(6944), 1, + aux_sym_field_definition_token1, + ACTIONS(6984), 1, + sym__terminator, STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6418), 1, - sym_body, - STATE(5423), 2, + aux_sym_workfile_definition_repeat3, + STATE(6780), 1, + sym_field_definition, + STATE(6197), 2, sym_comment, sym_include, - [299551] = 7, + [337508] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7739), 1, - sym_identifier, - STATE(4795), 2, - sym_qualified_name, - sym_string_literal, - STATE(5424), 2, + STATE(6198), 2, sym_comment, sym_include, - [299575] = 5, + ACTIONS(5214), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [337528] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5425), 2, + ACTIONS(8252), 1, + sym__escaped_string, + STATE(5691), 1, + sym_string_literal, + ACTIONS(8780), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6199), 2, sym_comment, sym_include, - ACTIONS(7741), 4, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - [299595] = 8, + [337552] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6353), 1, - sym_body, - STATE(5426), 2, + STATE(6200), 2, sym_comment, sym_include, - [299621] = 5, + ACTIONS(4243), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [337572] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5427), 2, - sym_comment, - sym_include, - ACTIONS(174), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [299641] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7743), 1, + ACTIONS(8349), 1, sym_identifier, - STATE(5428), 2, + STATE(6201), 2, sym_comment, sym_include, - ACTIONS(7745), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [299661] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(8351), 3, anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6354), 1, - sym_body, - STATE(5429), 2, - sym_comment, - sym_include, - [299687] = 8, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [337594] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(3536), 1, anon_sym_COMMA, - STATE(5709), 1, + STATE(6545), 1, aux_sym_for_statement_repeat1, - STATE(6163), 1, + STATE(7249), 1, sym_body, - STATE(5430), 2, - sym_comment, - sym_include, - [299713] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7747), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5431), 2, + STATE(6202), 2, sym_comment, sym_include, - [299739] = 6, + [337620] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7725), 1, - aux_sym_return_type_token2, - STATE(5432), 2, - sym_comment, - sym_include, - ACTIONS(7749), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [299761] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7751), 1, - sym_identifier, - STATE(5433), 2, - sym_comment, - sym_include, - ACTIONS(7753), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [299781] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5434), 2, + STATE(6203), 2, sym_comment, sym_include, - ACTIONS(7755), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [299801] = 8, - ACTIONS(69), 1, + ACTIONS(4337), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [337640] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6130), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5435), 2, + ACTIONS(8782), 1, + sym_identifier, + ACTIONS(8784), 1, + aux_sym_buffer_definition_token2, + ACTIONS(8786), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6204), 2, sym_comment, sym_include, - [299827] = 8, + [337663] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6213), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7980), 1, sym__terminator, - STATE(5445), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5436), 2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(6205), 2, sym_comment, sym_include, - [299853] = 6, + [337686] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7593), 1, - aux_sym_return_type_token2, - STATE(5437), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(8790), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6206), 2, sym_comment, sym_include, - ACTIONS(7757), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [299875] = 8, + [337709] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6130), 1, - sym__terminator, - STATE(5338), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5438), 2, - sym_comment, - sym_include, - [299901] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7759), 1, - sym_identifier, - STATE(5439), 2, + STATE(6207), 2, sym_comment, sym_include, - ACTIONS(7761), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [299921] = 6, + ACTIONS(8792), 3, + sym__terminator, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [337728] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7765), 1, - sym__special_character, - STATE(5440), 2, + ACTIONS(8773), 1, + sym_identifier, + ACTIONS(8775), 2, + sym__terminator, + anon_sym_COMMA, + STATE(6208), 2, sym_comment, sym_include, - ACTIONS(7763), 3, - anon_sym_DQUOTE, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - [299943] = 7, + [337749] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7767), 1, + ACTIONS(8794), 1, sym_identifier, - STATE(3608), 2, + ACTIONS(8796), 1, + aux_sym_temp_table_expression_token1, + STATE(7570), 1, sym_qualified_name, - sym_string_literal, - STATE(5441), 2, + STATE(6209), 2, sym_comment, sym_include, - [299967] = 5, + [337772] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5442), 2, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(8798), 1, + sym_identifier, + STATE(39), 1, + sym_parenthesized_expression, + STATE(6210), 2, sym_comment, sym_include, - ACTIONS(4624), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [299987] = 8, + [337795] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7769), 1, + ACTIONS(7811), 1, sym_identifier, - ACTIONS(7771), 1, - aux_sym_input_expression_token2, - STATE(3529), 1, - sym_qualified_name, - STATE(3530), 1, - sym_using_field, - STATE(5443), 2, + ACTIONS(7817), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7819), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6211), 2, sym_comment, sym_include, - [300013] = 8, + [337818] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7773), 1, + ACTIONS(7990), 1, sym__terminator, - STATE(5352), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5444), 2, + ACTIONS(7992), 1, + aux_sym_input_expression_token2, + ACTIONS(7994), 1, + aux_sym_prompt_for_statement_token2, + STATE(6212), 2, sym_comment, sym_include, - [300039] = 8, + [337841] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7773), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8800), 1, sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5445), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6213), 2, sym_comment, sym_include, - [300065] = 8, + [337864] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6126), 1, - sym_body, - STATE(5446), 2, + ACTIONS(8802), 1, + aux_sym_buffer_definition_token2, + ACTIONS(8804), 1, + aux_sym_repeat_statement_token1, + ACTIONS(8806), 1, + aux_sym_do_block_token1, + STATE(6214), 2, sym_comment, sym_include, - [300091] = 7, - ACTIONS(3), 1, + [337887] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7775), 1, - sym_identifier, - STATE(140), 1, - sym_qualified_name, - ACTIONS(7777), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5447), 2, + STATE(4714), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6215), 2, sym_comment, sym_include, - [300115] = 7, + [337908] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7779), 1, + ACTIONS(8808), 1, sym_identifier, - STATE(4860), 2, - sym_qualified_name, - sym_string_literal, - STATE(5448), 2, - sym_comment, - sym_include, - [300139] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5449), 2, + ACTIONS(8810), 1, + aux_sym_buffer_definition_token2, + ACTIONS(8812), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6216), 2, sym_comment, sym_include, - ACTIONS(4582), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [300159] = 8, + [337931] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7462), 1, - aux_sym_variable_definition_token1, - ACTIONS(7781), 1, - aux_sym__block_terminator_token1, - STATE(5090), 1, - aux_sym_enum_body_repeat1, - STATE(6339), 1, - sym_enum_definition, - STATE(5450), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(8814), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6217), 2, sym_comment, sym_include, - [300185] = 8, + [337954] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6187), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8816), 1, sym__terminator, - STATE(5486), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5451), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6218), 2, sym_comment, sym_include, - [300211] = 7, + [337977] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7783), 1, - sym_identifier, - STATE(121), 1, - sym_qualified_name, - ACTIONS(7785), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5452), 2, + ACTIONS(8818), 1, + anon_sym_RPAREN, + ACTIONS(8820), 1, + anon_sym_, + STATE(6370), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6219), 2, sym_comment, sym_include, - [300235] = 7, - ACTIONS(3), 1, + [338000] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7787), 1, - sym_identifier, - STATE(133), 1, - sym_qualified_name, - ACTIONS(7789), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5453), 2, + STATE(6220), 2, sym_comment, sym_include, - [300259] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7791), 1, - sym_identifier, - STATE(117), 1, - sym_qualified_name, - ACTIONS(7793), 2, + ACTIONS(8822), 3, + aux_sym_for_phrase_token1, aux_sym_for_phrase_token2, aux_sym_for_phrase_token3, - STATE(5454), 2, - sym_comment, - sym_include, - [300283] = 6, + [338019] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7719), 1, - aux_sym_return_type_token2, - STATE(5455), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(8824), 1, + anon_sym_RPAREN, + STATE(6264), 1, + aux_sym_function_arguments_repeat1, + STATE(6221), 2, sym_comment, sym_include, - ACTIONS(7795), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [300305] = 8, + [338042] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7769), 1, + ACTIONS(8826), 1, sym_identifier, - ACTIONS(7771), 1, - aux_sym_input_expression_token2, - STATE(3517), 1, - sym_using_field, - STATE(3529), 1, - sym_qualified_name, - STATE(5456), 2, + ACTIONS(8828), 1, + anon_sym_AMP, + ACTIONS(8830), 1, + sym__integer_literal, + STATE(6222), 2, sym_comment, sym_include, - [300331] = 8, + [338065] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7797), 1, - anon_sym_LPAREN, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(1113), 1, - sym_function_arguments, - STATE(5457), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(8832), 1, + anon_sym_RPAREN, + STATE(6206), 1, + aux_sym_function_arguments_repeat1, + STATE(6223), 2, sym_comment, sym_include, - [300357] = 8, + [338088] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5921), 1, - sym_body, - STATE(5458), 2, + STATE(6224), 2, sym_comment, sym_include, - [300383] = 8, + ACTIONS(8834), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [338107] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6213), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5459), 2, + STATE(1240), 1, + sym_assignment_operator, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(6225), 2, sym_comment, sym_include, - [300409] = 7, + [338128] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7799), 1, - aux_sym__block_terminator_token1, - ACTIONS(7801), 1, - aux_sym_variable_definition_token1, - STATE(6339), 1, - sym_enum_definition, - STATE(5460), 3, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7980), 1, + sym__terminator, + STATE(6408), 1, + aux_sym_data_relation_repeat1, + STATE(6226), 2, sym_comment, sym_include, - aux_sym_enum_body_repeat1, - [300433] = 7, + [338151] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7804), 1, + ACTIONS(962), 1, + anon_sym_LPAREN, + ACTIONS(8836), 1, sym_identifier, - STATE(119), 1, - sym_qualified_name, - ACTIONS(7806), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5461), 2, + STATE(1236), 1, + sym_parenthesized_expression, + STATE(6227), 2, sym_comment, sym_include, - [300457] = 8, + [338174] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7808), 1, + ACTIONS(8838), 1, sym_identifier, - ACTIONS(7810), 1, + ACTIONS(8840), 1, sym__terminator, - STATE(5501), 1, - aux_sym_enum_definition_repeat1, - STATE(5864), 1, - sym_enum_member, - STATE(5462), 2, + STATE(6409), 1, + sym_qualified_name, + STATE(6228), 2, sym_comment, sym_include, - [300483] = 8, - ACTIONS(69), 1, + [338197] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6377), 1, - sym_body, - STATE(5463), 2, + ACTIONS(8842), 1, + sym_identifier, + STATE(6229), 2, sym_comment, sym_include, - [300509] = 7, + STATE(6796), 2, + sym_qualified_name, + sym_generic_parameter, + [338218] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7812), 1, + ACTIONS(8844), 1, sym_identifier, - STATE(126), 1, + ACTIONS(8846), 1, + aux_sym_class_type_token1, + STATE(6781), 1, sym_qualified_name, - ACTIONS(7814), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5464), 2, + STATE(6230), 2, sym_comment, sym_include, - [300533] = 8, + [338241] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7816), 1, - aux_sym_on_error_phrase_token2, - ACTIONS(7818), 1, - aux_sym_on_stop_phrase_token1, - ACTIONS(7820), 1, - aux_sym_on_quit_phrase_token1, - ACTIONS(7822), 1, - aux_sym_on_endkey_phrase_token1, - STATE(5465), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(3894), 1, + sym_number_literal, + STATE(6231), 2, sym_comment, sym_include, - [300559] = 8, - ACTIONS(69), 1, + [338264] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6181), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5466), 2, + ACTIONS(8848), 1, + sym_identifier, + STATE(6232), 2, sym_comment, sym_include, - [300585] = 8, + STATE(6299), 2, + sym_qualified_name, + sym_generic_parameter, + [338285] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7824), 1, - aux_sym_stream_definition_token1, - ACTIONS(7826), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7828), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7830), 1, - aux_sym_output_stream_statement_token1, - STATE(5467), 2, + STATE(4668), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6233), 2, sym_comment, sym_include, - [300611] = 8, - ACTIONS(69), 1, + [338306] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7832), 1, - aux_sym_using_statement_token2, - ACTIONS(7834), 1, - aux_sym_stream_definition_token1, - ACTIONS(7836), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7838), 1, - aux_sym_input_close_statement_token2, - STATE(5468), 2, + ACTIONS(8850), 1, + sym_identifier, + ACTIONS(8852), 1, + anon_sym_AMP, + ACTIONS(8854), 1, + sym__integer_literal, + STATE(6234), 2, sym_comment, sym_include, - [300637] = 8, + [338329] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5913), 1, - sym_body, - STATE(5469), 2, + ACTIONS(7376), 1, + aux_sym__block_terminator_token1, + STATE(2821), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6235), 2, sym_comment, sym_include, - [300663] = 8, + [338350] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6181), 1, - sym__terminator, - STATE(5328), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5470), 2, + ACTIONS(8856), 1, + aux_sym_image_phrase_token1, + ACTIONS(8858), 1, + aux_sym_image_phrase_token2, + STATE(3927), 1, + sym_image_phrase, + STATE(6236), 2, sym_comment, sym_include, - [300689] = 8, + [338373] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7840), 1, - sym__terminator, - STATE(5493), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5471), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(7558), 1, + sym_number_literal, + STATE(6237), 2, sym_comment, sym_include, - [300715] = 8, - ACTIONS(69), 1, + [338396] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7842), 1, - sym__terminator, - STATE(5431), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5472), 2, + ACTIONS(2116), 1, + anon_sym_LPAREN, + ACTIONS(8860), 1, + sym_identifier, + STATE(3694), 1, + sym_parenthesized_expression, + STATE(6238), 2, sym_comment, sym_include, - [300741] = 7, + [338419] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7844), 1, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(8862), 1, + anon_sym_RPAREN, + STATE(6302), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6239), 2, + sym_comment, + sym_include, + [338442] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8864), 1, sym_identifier, - STATE(4696), 2, + ACTIONS(8866), 1, + anon_sym_RPAREN, + STATE(6304), 1, sym_qualified_name, - sym_string_literal, - STATE(5473), 2, + STATE(6240), 2, sym_comment, sym_include, - [300765] = 8, + [338465] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(7155), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6357), 1, - sym_body, - STATE(5474), 2, + ACTIONS(8868), 1, + anon_sym_GT, + STATE(6339), 1, + aux_sym_generic_expression_repeat1, + STATE(6241), 2, sym_comment, sym_include, - [300791] = 8, + [338488] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7842), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5475), 2, + ACTIONS(7002), 1, + aux_sym__block_terminator_token1, + STATE(2226), 1, + sym__block_terminator, + STATE(2392), 1, + sym__function_terminator, + STATE(6242), 2, + sym_comment, + sym_include, + [338511] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8870), 1, + sym_identifier, + ACTIONS(8872), 1, + aux_sym_temp_table_expression_token1, + STATE(7283), 1, + sym_qualified_name, + STATE(6243), 2, + sym_comment, + sym_include, + [338534] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8874), 1, + sym_identifier, + ACTIONS(8876), 1, + aux_sym_buffer_definition_token2, + ACTIONS(8878), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6244), 2, sym_comment, sym_include, - [300817] = 8, + [338557] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5914), 1, - sym_body, - STATE(5476), 2, + ACTIONS(8880), 1, + anon_sym_RPAREN, + STATE(6252), 1, + aux_sym_function_arguments_repeat1, + STATE(6245), 2, + sym_comment, + sym_include, + [338580] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8882), 1, + sym_identifier, + ACTIONS(8884), 1, + anon_sym_AMP, + ACTIONS(8886), 1, + sym__integer_literal, + STATE(6246), 2, + sym_comment, + sym_include, + [338603] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(8888), 1, + anon_sym_RPAREN, + STATE(6325), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6247), 2, sym_comment, sym_include, - [300843] = 5, + [338626] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5477), 2, + ACTIONS(6976), 1, + aux_sym__block_terminator_token1, + STATE(5803), 1, + sym__block_terminator, + STATE(5979), 1, + sym__function_terminator, + STATE(6248), 2, sym_comment, sym_include, - ACTIONS(7846), 4, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_LPAREN, - [300863] = 8, + [338649] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5915), 1, - sym_body, - STATE(5478), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(3927), 1, + sym_number_literal, + STATE(6249), 2, sym_comment, sym_include, - [300889] = 8, + [338672] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7848), 1, - aux_sym_stream_definition_token1, - ACTIONS(7850), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7852), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7854), 1, - aux_sym_output_stream_statement_token1, - STATE(5479), 2, + ACTIONS(8890), 1, + aux_sym__block_terminator_token1, + STATE(2783), 1, + sym__case_terminator, + STATE(2808), 1, + sym__block_terminator, + STATE(6250), 2, sym_comment, sym_include, - [300915] = 6, - ACTIONS(3), 1, + [338695] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(102), 1, - sym__namedot, - STATE(5480), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(8892), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6251), 2, sym_comment, sym_include, - ACTIONS(104), 3, - sym_identifier, - anon_sym_LT, - aux_sym_variable_tuning_token7, - [300937] = 8, + [338718] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7856), 1, - sym__terminator, - STATE(5331), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5481), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(8894), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6252), 2, sym_comment, sym_include, - [300963] = 7, + [338741] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7858), 1, + ACTIONS(8896), 1, sym_identifier, - STATE(132), 1, + ACTIONS(8898), 1, + aux_sym_class_type_token1, + STATE(6881), 1, sym_qualified_name, - ACTIONS(7860), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5482), 2, + STATE(6253), 2, sym_comment, sym_include, - [300987] = 8, - ACTIONS(69), 1, + [338764] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(7143), 1, - sym_body, - STATE(5483), 2, + ACTIONS(8900), 1, + sym_identifier, + ACTIONS(8902), 1, + aux_sym_temp_table_expression_token1, + STATE(7386), 1, + sym_qualified_name, + STATE(6254), 2, sym_comment, sym_include, - [301013] = 8, + [338787] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7862), 1, + ACTIONS(8904), 1, sym_identifier, - ACTIONS(7864), 1, - sym__terminator, - ACTIONS(7866), 1, - aux_sym_query_definition_token1, - STATE(5561), 1, - sym_qualified_name, - STATE(5484), 2, + ACTIONS(8906), 1, + anon_sym_AMP, + ACTIONS(8908), 1, + sym__integer_literal, + STATE(6255), 2, sym_comment, sym_include, - [301039] = 8, + [338810] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5916), 1, - sym_body, - STATE(5485), 2, + ACTIONS(8910), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6256), 2, sym_comment, sym_include, - [301065] = 8, + [338833] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7856), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8912), 1, sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5486), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6257), 2, + sym_comment, + sym_include, + [338856] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8914), 1, + sym_identifier, + STATE(6258), 2, sym_comment, sym_include, - [301091] = 8, + STATE(6259), 2, + sym_qualified_name, + sym_generic_parameter, + [338877] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(7155), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6359), 1, - sym_body, - STATE(5487), 2, + ACTIONS(7159), 1, + anon_sym_GT, + STATE(6241), 1, + aux_sym_generic_expression_repeat1, + STATE(6259), 2, sym_comment, sym_include, - [301117] = 8, - ACTIONS(69), 1, + [338900] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7868), 1, - aux_sym_stream_definition_token1, - ACTIONS(7870), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7872), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7874), 1, - aux_sym_output_stream_statement_token1, - STATE(5488), 2, + ACTIONS(8916), 1, + sym_identifier, + ACTIONS(8918), 1, + anon_sym_AMP, + ACTIONS(8920), 1, + sym__integer_literal, + STATE(6260), 2, sym_comment, sym_include, - [301143] = 8, + [338923] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(4476), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6360), 1, - sym_body, - STATE(5489), 2, + ACTIONS(8922), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6261), 2, sym_comment, sym_include, - [301169] = 8, - ACTIONS(69), 1, + [338946] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5948), 1, - sym_body, - STATE(5490), 2, + ACTIONS(8924), 1, + sym_identifier, + ACTIONS(8926), 1, + sym__terminator, + STATE(6226), 1, + sym_qualified_name, + STATE(6262), 2, sym_comment, sym_include, - [301195] = 8, + [338969] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7840), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8018), 1, sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5491), 2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(6263), 2, sym_comment, sym_include, - [301221] = 6, + [338992] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7498), 1, - aux_sym_return_type_token2, - STATE(5492), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(8928), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6264), 2, sym_comment, sym_include, - ACTIONS(7876), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [301243] = 8, + [339015] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(7878), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5493), 2, + ACTIONS(8930), 1, + aux_sym_return_type_token1, + ACTIONS(8932), 1, + aux_sym_return_type_token2, + STATE(4976), 1, + sym_return_type, + STATE(6265), 2, sym_comment, sym_include, - [301269] = 7, + [339038] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - ACTIONS(7880), 1, + ACTIONS(8934), 1, sym_identifier, - STATE(3627), 2, + ACTIONS(8936), 1, + aux_sym_temp_table_expression_token1, + STATE(7324), 1, sym_qualified_name, - sym_string_literal, - STATE(5494), 2, + STATE(6266), 2, sym_comment, sym_include, - [301293] = 8, + [339061] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(4476), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5919), 1, - sym_body, - STATE(5495), 2, + ACTIONS(8938), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6267), 2, sym_comment, sym_include, - [301319] = 8, + [339084] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7882), 1, - aux_sym_using_statement_token2, - ACTIONS(7884), 1, - aux_sym_stream_definition_token1, - ACTIONS(7886), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7888), 1, - aux_sym_input_close_statement_token2, - STATE(5496), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(8940), 1, + sym__terminator, + STATE(7947), 1, + sym_body, + STATE(6268), 2, sym_comment, sym_include, - [301345] = 5, - ACTIONS(3), 1, + [339107] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5497), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8942), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6269), 2, sym_comment, sym_include, - ACTIONS(6506), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [301365] = 6, - ACTIONS(3), 1, + [339130] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7892), 1, + ACTIONS(7360), 1, anon_sym_COMMA, - STATE(5498), 2, + ACTIONS(8018), 1, + sym__terminator, + STATE(6205), 1, + aux_sym_data_relation_repeat1, + STATE(6270), 2, sym_comment, sym_include, - ACTIONS(7890), 3, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - [301387] = 5, + [339153] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4865), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6271), 2, + sym_comment, + sym_include, + [339174] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5499), 2, + ACTIONS(8944), 1, + sym_identifier, + ACTIONS(8946), 1, + aux_sym_temp_table_expression_token1, + STATE(7594), 1, + sym_qualified_name, + STATE(6272), 2, sym_comment, sym_include, - ACTIONS(7894), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - [301407] = 8, + [339197] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - ACTIONS(7896), 1, - anon_sym_RBRACK, - STATE(246), 1, - sym__decimal_literal, - STATE(6780), 1, - sym_number_literal, - STATE(5500), 2, + STATE(4756), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6273), 2, sym_comment, sym_include, - [301433] = 8, + [339218] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7808), 1, + ACTIONS(8948), 1, sym_identifier, - ACTIONS(7898), 1, - sym__terminator, - STATE(5320), 1, - aux_sym_enum_definition_repeat1, - STATE(5864), 1, - sym_enum_member, - STATE(5501), 2, + ACTIONS(8950), 1, + anon_sym_AMP, + ACTIONS(8952), 1, + sym__integer_literal, + STATE(6274), 2, sym_comment, sym_include, - [301459] = 8, + [339241] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6373), 1, - sym_body, - STATE(5502), 2, + ACTIONS(8954), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6275), 2, sym_comment, sym_include, - [301485] = 5, - ACTIONS(3), 1, + [339264] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5503), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(8956), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6276), 2, sym_comment, sym_include, - ACTIONS(4437), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [301505] = 6, + [339287] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7494), 1, - aux_sym_return_type_token2, - STATE(5504), 2, + ACTIONS(91), 1, + anon_sym_LPAREN, + ACTIONS(5735), 1, + sym__namecolon, + STATE(6322), 1, + aux_sym_object_access_repeat1, + STATE(6277), 2, sym_comment, sym_include, - ACTIONS(7900), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [301527] = 7, + [339310] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6681), 1, - anon_sym_LT, - STATE(6238), 1, - sym_generic_expression, - ACTIONS(4113), 2, + ACTIONS(8958), 1, sym_identifier, - aux_sym_variable_tuning_token7, - STATE(5505), 2, + ACTIONS(8960), 1, + anon_sym_AMP, + ACTIONS(8962), 1, + sym__integer_literal, + STATE(6278), 2, sym_comment, sym_include, - [301551] = 8, + [339333] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7902), 1, - aux_sym_using_statement_token2, - ACTIONS(7904), 1, - aux_sym_stream_definition_token1, - ACTIONS(7906), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7908), 1, - aux_sym_input_close_statement_token2, - STATE(5506), 2, + ACTIONS(7376), 1, + aux_sym__block_terminator_token1, + STATE(2695), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6279), 2, sym_comment, sym_include, - [301577] = 8, + [339354] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6119), 1, - sym_body, - STATE(5507), 2, + ACTIONS(8964), 1, + anon_sym_RPAREN, + STATE(6275), 1, + aux_sym_function_arguments_repeat1, + STATE(6280), 2, sym_comment, sym_include, - [301603] = 8, + [339377] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6211), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5508), 2, + ACTIONS(8966), 1, + sym__integer_literal, + STATE(6544), 1, + sym__decimal_literal, + STATE(8037), 1, + sym_number_literal, + STATE(6281), 2, sym_comment, sym_include, - [301629] = 8, + [339400] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6120), 1, - sym_body, - STATE(5509), 2, + ACTIONS(7464), 1, + aux_sym__block_terminator_token1, + STATE(2385), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6282), 2, sym_comment, sym_include, - [301655] = 8, + [339421] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6121), 1, - sym_body, - STATE(5510), 2, + ACTIONS(8930), 1, + aux_sym_return_type_token1, + ACTIONS(8932), 1, + aux_sym_return_type_token2, + STATE(4915), 1, + sym_return_type, + STATE(6283), 2, sym_comment, sym_include, - [301681] = 8, + [339444] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(7548), 1, - anon_sym_LPAREN, - STATE(304), 1, + ACTIONS(8968), 1, + sym__terminator, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(2685), 1, - sym_function_arguments, - STATE(5511), 2, + STATE(6284), 2, + sym_comment, + sym_include, + [339467] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1994), 1, + anon_sym_LPAREN, + ACTIONS(8970), 1, + sym_identifier, + STATE(3665), 1, + sym_parenthesized_expression, + STATE(6285), 2, sym_comment, sym_include, - [301707] = 8, + [339490] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + STATE(6286), 2, + sym_comment, + sym_include, + ACTIONS(8972), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [339509] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8974), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5918), 1, - sym_body, - STATE(5512), 2, + ACTIONS(8976), 1, + anon_sym_RPAREN, + STATE(6289), 1, + aux_sym_function_parameters_repeat1, + STATE(6287), 2, sym_comment, sym_include, - [301733] = 8, + [339532] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6187), 1, - sym__terminator, - STATE(5071), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5513), 2, + STATE(6288), 2, sym_comment, sym_include, - [301759] = 6, + ACTIONS(8978), 3, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + [339551] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7610), 1, - aux_sym_return_type_token2, - STATE(5514), 2, + ACTIONS(8974), 1, + anon_sym_COMMA, + ACTIONS(8980), 1, + anon_sym_RPAREN, + STATE(6538), 1, + aux_sym_function_parameters_repeat1, + STATE(6289), 2, sym_comment, sym_include, - ACTIONS(7910), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [301781] = 8, + [339574] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, - anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(6371), 1, - sym_body, - STATE(5515), 2, + ACTIONS(6960), 1, + aux_sym__block_terminator_token1, + STATE(2576), 1, + sym__block_terminator, + STATE(2715), 1, + sym__function_terminator, + STATE(6290), 2, sym_comment, sym_include, - [301807] = 7, + [339597] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7912), 1, - sym_identifier, - STATE(125), 1, - sym_qualified_name, - ACTIONS(7914), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5516), 2, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(8982), 1, + anon_sym_RPAREN, + STATE(6247), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6291), 2, sym_comment, sym_include, - [301831] = 8, + [339620] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(3051), 1, + ACTIONS(4504), 1, + anon_sym_RBRACK, + ACTIONS(8984), 1, anon_sym_COMMA, - STATE(5709), 1, - aux_sym_for_statement_repeat1, - STATE(5917), 1, - sym_body, - STATE(5517), 2, + STATE(6292), 3, sym_comment, sym_include, - [301857] = 8, + aux_sym_array_literal_repeat1, + [339641] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6126), 1, - aux_sym_field_definition_token1, - ACTIONS(6211), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(8987), 1, sym__terminator, - STATE(5475), 1, - aux_sym_workfile_definition_repeat3, - STATE(6213), 1, - sym_field_definition, - STATE(5518), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6293), 2, sym_comment, sym_include, - [301883] = 7, - ACTIONS(69), 1, + [339664] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - aux_sym__block_terminator_token1, - STATE(2137), 1, - sym__block_terminator, - STATE(2138), 1, - sym__case_terminator, - STATE(5519), 2, + ACTIONS(8989), 1, + sym_identifier, + ACTIONS(8991), 1, + anon_sym_AMP, + ACTIONS(8993), 1, + sym__integer_literal, + STATE(6294), 2, sym_comment, sym_include, - [301906] = 7, + [339687] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7169), 1, - sym__terminator, - ACTIONS(7171), 1, - aux_sym_input_expression_token2, - ACTIONS(7173), 1, - aux_sym_prompt_for_statement_token2, - STATE(5520), 2, + STATE(1070), 1, + sym_assignment_operator, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(6295), 2, sym_comment, sym_include, - [301929] = 7, + [339708] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7918), 1, + ACTIONS(8995), 1, sym_identifier, - ACTIONS(7920), 1, - sym__terminator, - ACTIONS(7922), 1, - aux_sym_enum_member_token1, - STATE(5521), 2, + ACTIONS(8997), 1, + anon_sym_AMP, + ACTIONS(8999), 1, + sym__integer_literal, + STATE(6296), 2, sym_comment, sym_include, - [301952] = 7, - ACTIONS(3), 1, + [339731] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7924), 1, - sym_file_name, - ACTIONS(7926), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5584), 1, - aux_sym_include_repeat1, - STATE(7155), 1, - sym_constant, - STATE(5522), 2, + ACTIONS(91), 1, + anon_sym_LPAREN, + ACTIONS(5735), 1, + sym__namecolon, + STATE(6322), 1, + aux_sym_object_access_repeat1, + STATE(6297), 2, sym_comment, sym_include, - [301975] = 6, + [339754] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7928), 1, + ACTIONS(9001), 1, sym_identifier, - STATE(5523), 2, + ACTIONS(9003), 1, + anon_sym_AMP, + ACTIONS(9005), 1, + sym__integer_literal, + STATE(6298), 2, sym_comment, sym_include, - STATE(5786), 2, - sym_qualified_name, - sym_generic_parameter, - [301996] = 7, + [339777] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7155), 1, + anon_sym_COMMA, + ACTIONS(7342), 1, + anon_sym_GT, + STATE(6352), 1, + aux_sym_generic_expression_repeat1, + STATE(6299), 2, + sym_comment, + sym_include, + [339800] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1974), 1, + ACTIONS(2628), 1, anon_sym_LPAREN, - ACTIONS(7930), 1, + ACTIONS(9007), 1, sym_identifier, - STATE(3259), 1, + STATE(3692), 1, sym_parenthesized_expression, - STATE(5524), 2, + STATE(6300), 2, sym_comment, sym_include, - [302019] = 6, - ACTIONS(3), 1, + [339823] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7932), 1, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9009), 1, anon_sym_RPAREN, - ACTIONS(7934), 1, - anon_sym_, - STATE(5525), 3, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6301), 2, sym_comment, sym_include, - aux_sym_accumulate_statement_repeat1, - [302040] = 5, - ACTIONS(69), 1, + [339846] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5526), 2, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(9011), 1, + anon_sym_RPAREN, + STATE(6325), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6302), 2, sym_comment, sym_include, - ACTIONS(7937), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302059] = 6, - ACTIONS(69), 1, + [339869] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(3511), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5527), 2, + ACTIONS(9013), 1, + sym_identifier, + ACTIONS(9015), 1, + anon_sym_AMP, + ACTIONS(9017), 1, + sym__integer_literal, + STATE(6303), 2, sym_comment, sym_include, - [302080] = 7, + [339892] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(7939), 1, - sym__terminator, - STATE(7110), 1, - sym_body, - STATE(5528), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7952), 1, + anon_sym_RPAREN, + STATE(6424), 1, + aux_sym_data_relation_repeat1, + STATE(6304), 2, sym_comment, sym_include, - [302103] = 6, + [339915] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1011), 1, - sym_assignment_operator, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5529), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9019), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6305), 2, sym_comment, sym_include, - [302124] = 7, + [339938] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7941), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7943), 1, - aux_sym_repeat_statement_token1, - ACTIONS(7945), 1, - aux_sym_do_block_token1, - STATE(5530), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(7931), 1, + sym_number_literal, + STATE(6306), 2, sym_comment, sym_include, - [302147] = 7, + [339961] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(7949), 1, + ACTIONS(9021), 1, anon_sym_RPAREN, - STATE(5538), 1, + STATE(6314), 1, aux_sym_function_arguments_repeat1, - STATE(5531), 2, - sym_comment, - sym_include, - [302170] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7951), 1, - sym_identifier, - ACTIONS(7953), 1, - aux_sym_class_type_token1, - STATE(5965), 1, - sym_qualified_name, - STATE(5532), 2, + STATE(6307), 2, sym_comment, sym_include, - [302193] = 5, + [339984] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5533), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(7930), 1, + sym_number_literal, + STATE(6308), 2, sym_comment, sym_include, - ACTIONS(7955), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302212] = 7, + [340007] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(3569), 1, - sym_number_literal, - STATE(5534), 2, + STATE(6309), 2, sym_comment, sym_include, - [302235] = 5, + ACTIONS(9023), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [340026] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5535), 2, + ACTIONS(7155), 1, + anon_sym_COMMA, + ACTIONS(9025), 1, + anon_sym_GT, + STATE(6339), 1, + aux_sym_generic_expression_repeat1, + STATE(6310), 2, sym_comment, sym_include, - ACTIONS(7957), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302254] = 7, + [340049] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7959), 1, + ACTIONS(9027), 1, sym_identifier, - ACTIONS(7961), 1, - aux_sym_class_type_token1, - STATE(5992), 1, - sym_qualified_name, - STATE(5536), 2, + ACTIONS(9030), 1, + anon_sym_RPAREN, + STATE(6311), 3, sym_comment, sym_include, - [302277] = 7, + aux_sym_query_fields_repeat1, + [340070] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(7963), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5537), 2, + STATE(6312), 2, sym_comment, sym_include, - [302300] = 7, + ACTIONS(9032), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [340089] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(4476), 1, anon_sym_COMMA, - ACTIONS(7965), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5538), 2, + ACTIONS(9034), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6313), 2, sym_comment, sym_include, - [302323] = 5, + [340112] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5539), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9036), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6314), 2, sym_comment, sym_include, - ACTIONS(7967), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302342] = 7, - ACTIONS(3), 1, + [340135] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7969), 1, - sym_identifier, - ACTIONS(7971), 1, - aux_sym_class_type_token1, - STATE(6097), 1, - sym_qualified_name, - STATE(5540), 2, + STATE(6315), 2, sym_comment, sym_include, - [302365] = 7, + ACTIONS(9038), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [340154] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, + ACTIONS(7681), 1, sym_identifier, - ACTIONS(7975), 1, - anon_sym_RPAREN, - STATE(5566), 1, - aux_sym_query_fields_repeat1, - STATE(5541), 2, + ACTIONS(7687), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7689), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6316), 2, sym_comment, sym_include, - [302388] = 7, - ACTIONS(3), 1, + [340177] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7977), 1, - sym_identifier, - ACTIONS(7979), 1, - anon_sym_AMP, - ACTIONS(7981), 1, + ACTIONS(8341), 1, sym__integer_literal, - STATE(5542), 2, + STATE(364), 1, + sym__decimal_literal, + STATE(3915), 1, + sym_number_literal, + STATE(6317), 2, sym_comment, sym_include, - [302411] = 7, + [340200] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(7983), 1, - anon_sym_RPAREN, - STATE(5573), 1, - aux_sym_function_arguments_repeat1, - STATE(5543), 2, + STATE(4731), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6318), 2, sym_comment, sym_include, - [302434] = 5, + [340221] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5544), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(9040), 1, + aux_sym_data_relation_token2, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(6319), 2, sym_comment, sym_include, - ACTIONS(7985), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302453] = 7, + [340244] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(7987), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5545), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9042), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6320), 2, sym_comment, sym_include, - [302476] = 7, + [340267] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(7989), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5546), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9044), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6321), 2, sym_comment, sym_include, - [302499] = 7, + [340290] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(7991), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5547), 2, + ACTIONS(95), 1, + anon_sym_LPAREN, + ACTIONS(9046), 1, + sym__namecolon, + STATE(6322), 3, sym_comment, sym_include, - [302522] = 7, + aux_sym_object_access_repeat1, + [340311] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7993), 1, + ACTIONS(9049), 1, sym_identifier, - ACTIONS(7995), 1, - aux_sym_class_type_token1, - STATE(6018), 1, - sym_qualified_name, - STATE(5548), 2, + ACTIONS(9051), 1, + anon_sym_AMP, + ACTIONS(9053), 1, + sym__integer_literal, + STATE(6323), 2, sym_comment, sym_include, - [302545] = 7, + [340334] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(4476), 1, anon_sym_COMMA, - ACTIONS(7997), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5549), 2, - sym_comment, - sym_include, - [302568] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5550), 2, + ACTIONS(9055), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6324), 2, sym_comment, sym_include, - ACTIONS(7999), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302587] = 5, - ACTIONS(69), 1, + [340357] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5551), 2, + ACTIONS(9057), 1, + anon_sym_RPAREN, + ACTIONS(9059), 1, + anon_sym_, + STATE(6325), 3, sym_comment, sym_include, - ACTIONS(8001), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302606] = 7, + aux_sym_accumulate_statement_repeat1, + [340378] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8003), 1, + ACTIONS(9062), 1, sym_identifier, - ACTIONS(8005), 1, - aux_sym_class_type_token1, - STATE(6046), 1, + ACTIONS(9064), 1, + anon_sym_RPAREN, + STATE(6425), 1, sym_qualified_name, - STATE(5552), 2, + STATE(6326), 2, sym_comment, sym_include, - [302629] = 5, + [340401] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5553), 2, + STATE(4110), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6327), 2, sym_comment, sym_include, - ACTIONS(8007), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302648] = 6, + [340422] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6669), 1, - anon_sym_GT, - ACTIONS(8009), 1, - anon_sym_COMMA, - STATE(5554), 3, + ACTIONS(7354), 1, + aux_sym__block_terminator_token1, + STATE(2959), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6328), 2, sym_comment, sym_include, - aux_sym_generic_expression_repeat1, - [302669] = 5, + [340443] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5555), 2, - sym_comment, - sym_include, - ACTIONS(8012), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [302688] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(908), 1, - anon_sym_LPAREN, - ACTIONS(8014), 1, - sym_identifier, - STATE(867), 1, - sym_parenthesized_expression, - STATE(5556), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9066), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6329), 2, sym_comment, sym_include, - [302711] = 5, + [340466] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5557), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(9068), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6330), 2, sym_comment, sym_include, - ACTIONS(8016), 3, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - [302730] = 6, - ACTIONS(69), 1, + [340489] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8018), 1, - anon_sym_COMMA, - ACTIONS(8021), 1, - anon_sym_RPAREN, - STATE(5558), 3, + ACTIONS(9070), 1, + sym_identifier, + STATE(6331), 2, sym_comment, sym_include, - aux_sym_function_parameters_repeat1, - [302751] = 7, - ACTIONS(69), 1, + STATE(6453), 2, + sym_qualified_name, + sym_generic_parameter, + [340510] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4039), 1, - anon_sym_COMMA, - ACTIONS(4043), 1, - aux_sym_of_phrase_token1, - STATE(5773), 1, - aux_sym_array_literal_repeat1, - STATE(5559), 2, + ACTIONS(9072), 1, + sym_identifier, + ACTIONS(9074), 1, + aux_sym_temp_table_expression_token1, + STATE(7533), 1, + sym_qualified_name, + STATE(6332), 2, sym_comment, sym_include, - [302774] = 5, + [340533] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5560), 2, + ACTIONS(7002), 1, + aux_sym__block_terminator_token1, + STATE(2226), 1, + sym__block_terminator, + STATE(2344), 1, + sym__function_terminator, + STATE(6333), 2, sym_comment, sym_include, - ACTIONS(8023), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [302793] = 7, + [340556] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7204), 1, - sym__terminator, - STATE(5570), 1, - aux_sym_data_relation_repeat1, - STATE(5561), 2, + ACTIONS(7021), 1, + aux_sym__block_terminator_token1, + STATE(2383), 1, + sym__function_terminator, + STATE(2501), 1, + sym__block_terminator, + STATE(6334), 2, sym_comment, sym_include, - [302816] = 7, + [340579] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(3877), 1, - sym_number_literal, - STATE(5562), 2, + ACTIONS(8974), 1, + anon_sym_COMMA, + ACTIONS(9076), 1, + anon_sym_RPAREN, + STATE(6387), 1, + aux_sym_function_parameters_repeat1, + STATE(6335), 2, sym_comment, sym_include, - [302839] = 7, + [340602] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(8025), 1, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9078), 1, sym__terminator, - STATE(7027), 1, - sym_body, - STATE(5563), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6336), 2, sym_comment, sym_include, - [302862] = 7, + [340625] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(8027), 1, + ACTIONS(9080), 1, sym__terminator, - STATE(7025), 1, + STATE(7925), 1, sym_body, - STATE(5564), 2, - sym_comment, - sym_include, - [302885] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7155), 1, - aux_sym_data_relation_token2, - STATE(5580), 1, - aux_sym_data_relation_repeat1, - STATE(5565), 2, + STATE(6337), 2, sym_comment, sym_include, - [302908] = 7, + [340648] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, + ACTIONS(9082), 1, sym_identifier, - ACTIONS(8029), 1, - anon_sym_RPAREN, - STATE(5581), 1, - aux_sym_query_fields_repeat1, - STATE(5566), 2, + ACTIONS(9084), 1, + anon_sym_AMP, + ACTIONS(9086), 1, + sym__integer_literal, + STATE(6338), 2, sym_comment, sym_include, - [302931] = 7, + [340671] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(7003), 1, - sym_number_literal, - STATE(5567), 2, + ACTIONS(7472), 1, + anon_sym_GT, + ACTIONS(9088), 1, + anon_sym_COMMA, + STATE(6339), 3, sym_comment, sym_include, - [302954] = 7, + aux_sym_generic_expression_repeat1, + [340692] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(8031), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5568), 2, + ACTIONS(7478), 1, + aux_sym__block_terminator_token1, + STATE(5721), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6340), 2, sym_comment, sym_include, - [302977] = 7, + [340713] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4039), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8033), 1, - aux_sym_of_phrase_token1, - STATE(5773), 1, - aux_sym_array_literal_repeat1, - STATE(5569), 2, + ACTIONS(9091), 1, + anon_sym_RPAREN, + STATE(6329), 1, + aux_sym_function_arguments_repeat1, + STATE(6341), 2, sym_comment, sym_include, - [303000] = 7, + [340736] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7236), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(5570), 2, + ACTIONS(8930), 1, + aux_sym_return_type_token1, + ACTIONS(8932), 1, + aux_sym_return_type_token2, + STATE(4991), 1, + sym_return_type, + STATE(6342), 2, sym_comment, sym_include, - [303023] = 7, + [340759] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8035), 1, - aux_sym__block_terminator_token1, - STATE(2624), 1, - sym__case_terminator, - STATE(2625), 1, - sym__block_terminator, - STATE(5571), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(3911), 1, + sym_number_literal, + STATE(6343), 2, sym_comment, sym_include, - [303046] = 7, - ACTIONS(69), 1, + [340782] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6677), 1, - aux_sym_when_expression_token1, - STATE(4676), 1, - aux_sym_case_body_repeat1, - STATE(5807), 1, - sym_case_when_branch, - STATE(5572), 2, + ACTIONS(9093), 1, + sym_identifier, + ACTIONS(9095), 1, + sym__terminator, + ACTIONS(9097), 1, + aux_sym_enum_member_token1, + STATE(6344), 2, sym_comment, sym_include, - [303069] = 7, + [340805] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8037), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5573), 2, + ACTIONS(7145), 1, + sym__integer_literal, + STATE(4977), 1, + sym__decimal_literal, + STATE(6096), 1, + sym_number_literal, + STATE(6345), 2, sym_comment, sym_include, - [303092] = 7, + [340828] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(8039), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5574), 2, + ACTIONS(6960), 1, + aux_sym__block_terminator_token1, + STATE(2576), 1, + sym__block_terminator, + STATE(2972), 1, + sym__function_terminator, + STATE(6346), 2, sym_comment, sym_include, - [303115] = 7, + [340851] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7488), 1, - sym__terminator, - ACTIONS(8041), 1, + ACTIONS(2334), 1, + anon_sym_LPAREN, + ACTIONS(9099), 1, sym_identifier, - STATE(5610), 1, - sym_qualified_name, - STATE(5575), 2, + STATE(3482), 1, + sym_parenthesized_expression, + STATE(6347), 2, sym_comment, sym_include, - [303138] = 7, + [340874] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(7224), 1, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8086), 1, sym__terminator, - STATE(6979), 1, - sym_body, - STATE(5576), 2, + STATE(6263), 1, + aux_sym_data_relation_repeat1, + STATE(6348), 2, sym_comment, sym_include, - [303161] = 5, + [340897] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5577), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9101), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6349), 2, sym_comment, sym_include, - ACTIONS(8043), 3, - aux_sym_buffer_definition_token2, - aux_sym_repeat_statement_token1, - aux_sym_do_block_token1, - [303180] = 7, + [340920] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(7236), 1, - sym__terminator, - STATE(5587), 1, - aux_sym_data_relation_repeat1, - STATE(5578), 2, + ACTIONS(9103), 1, + anon_sym_RPAREN, + STATE(6349), 1, + aux_sym_function_arguments_repeat1, + STATE(6350), 2, sym_comment, sym_include, - [303203] = 7, - ACTIONS(69), 1, + [340943] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(8045), 1, - sym__terminator, - STATE(6955), 1, - sym_body, - STATE(5579), 2, + ACTIONS(9105), 1, + sym_identifier, + ACTIONS(9107), 1, + anon_sym_AMP, + ACTIONS(9109), 1, + sym__integer_literal, + STATE(6351), 2, sym_comment, sym_include, - [303226] = 7, + [340966] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(7155), 1, anon_sym_COMMA, - ACTIONS(8047), 1, - aux_sym_data_relation_token2, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(5580), 2, + ACTIONS(9111), 1, + anon_sym_GT, + STATE(6339), 1, + aux_sym_generic_expression_repeat1, + STATE(6352), 2, sym_comment, sym_include, - [303249] = 6, + [340989] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8049), 1, + ACTIONS(184), 1, sym_identifier, - ACTIONS(8052), 1, - anon_sym_RPAREN, - STATE(5581), 3, + ACTIONS(186), 2, + sym__terminator, + anon_sym_COMMA, + STATE(6353), 2, sym_comment, sym_include, - aux_sym_query_fields_repeat1, - [303270] = 7, + [341010] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(6942), 1, - sym_number_literal, - STATE(5582), 2, + ACTIONS(9113), 1, + aux_sym__block_terminator_token1, + STATE(2793), 1, + sym__block_terminator, + STATE(2794), 1, + sym__case_terminator, + STATE(6354), 2, sym_comment, sym_include, - [303293] = 7, + [341033] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(6934), 1, - sym_number_literal, - STATE(5583), 2, + ACTIONS(7859), 1, + aux_sym_when_expression_token1, + STATE(5497), 1, + aux_sym_case_body_repeat1, + STATE(6402), 1, + sym_case_when_branch, + STATE(6355), 2, sym_comment, sym_include, - [303316] = 7, + [341056] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7926), 1, - anon_sym_LBRACE, - ACTIONS(8054), 1, + ACTIONS(9115), 1, sym_file_name, - STATE(5847), 1, - aux_sym_include_repeat1, - STATE(7155), 1, + ACTIONS(9117), 1, + anon_sym_LBRACE, + STATE(8000), 1, sym_constant, - STATE(5584), 2, + STATE(6356), 3, sym_comment, sym_include, - [303339] = 7, + aux_sym_include_repeat1, + [341077] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - ACTIONS(8056), 1, - sym__terminator, - STATE(6913), 1, - sym_body, - STATE(5585), 2, + ACTIONS(9120), 1, + aux_sym_buffer_definition_token2, + ACTIONS(9122), 1, + aux_sym_repeat_statement_token1, + ACTIONS(9124), 1, + aux_sym_do_block_token1, + STATE(6357), 2, sym_comment, sym_include, - [303362] = 7, + [341100] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1774), 1, - anon_sym_LPAREN, - ACTIONS(8058), 1, + ACTIONS(9126), 1, sym_identifier, - STATE(3207), 1, - sym_parenthesized_expression, - STATE(5586), 2, + ACTIONS(9128), 1, + anon_sym_AMP, + ACTIONS(9130), 1, + sym__integer_literal, + STATE(6358), 2, sym_comment, sym_include, - [303385] = 7, + [341123] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(7185), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(5587), 2, - sym_comment, - sym_include, - [303408] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8060), 1, - sym_identifier, - ACTIONS(8062), 1, - sym__terminator, - STATE(5597), 1, - sym_qualified_name, - STATE(5588), 2, - sym_comment, - sym_include, - [303431] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(8064), 1, - sym_identifier, - STATE(1204), 1, - sym_parenthesized_expression, - STATE(5589), 2, + ACTIONS(9132), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6359), 2, sym_comment, sym_include, - [303454] = 6, + [341146] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3547), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5590), 2, + ACTIONS(9134), 1, + aux_sym__block_terminator_token1, + STATE(2040), 1, + sym__case_terminator, + STATE(2494), 1, + sym__block_terminator, + STATE(6360), 2, sym_comment, sym_include, - [303475] = 7, + [341169] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8066), 1, + ACTIONS(2072), 1, + anon_sym_LPAREN, + ACTIONS(9136), 1, sym_identifier, - ACTIONS(8068), 1, - anon_sym_RPAREN, - STATE(5601), 1, - sym_qualified_name, - STATE(5591), 2, + STATE(3223), 1, + sym_parenthesized_expression, + STATE(6361), 2, sym_comment, sym_include, - [303498] = 7, + [341192] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(3448), 1, - sym_number_literal, - STATE(5592), 2, + ACTIONS(7464), 1, + aux_sym__block_terminator_token1, + STATE(2502), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6362), 2, sym_comment, sym_include, - [303521] = 7, + [341213] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8070), 1, + ACTIONS(9138), 1, anon_sym_RPAREN, - STATE(5600), 1, + STATE(6359), 1, aux_sym_function_arguments_repeat1, - STATE(5593), 2, + STATE(6363), 2, sym_comment, sym_include, - [303544] = 6, - ACTIONS(3), 1, + [341236] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7614), 1, - sym_identifier, - ACTIONS(7616), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9140), 1, sym__terminator, - anon_sym_COMMA, - STATE(5594), 2, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6364), 2, sym_comment, sym_include, - [303565] = 7, + [341259] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1694), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(9142), 1, sym_identifier, - STATE(3275), 1, - sym_parenthesized_expression, - STATE(5595), 2, + ACTIONS(9144), 1, + anon_sym_AMP, + ACTIONS(9146), 1, + sym__integer_literal, + STATE(6365), 2, sym_comment, sym_include, - [303588] = 7, + [341282] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7240), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(5596), 2, + STATE(6366), 2, sym_comment, sym_include, - [303611] = 7, + ACTIONS(106), 3, + sym__namedot, + sym__augmented_assignment, + anon_sym_EQ, + [341301] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7240), 1, - sym__terminator, - STATE(5607), 1, - aux_sym_data_relation_repeat1, - STATE(5597), 2, + ACTIONS(9148), 1, + aux_sym_buffer_definition_token2, + ACTIONS(9150), 1, + aux_sym_repeat_statement_token1, + ACTIONS(9152), 1, + aux_sym_do_block_token1, + STATE(6367), 2, sym_comment, sym_include, - [303634] = 7, - ACTIONS(3), 1, + [341324] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8074), 1, - sym_identifier, - ACTIONS(8076), 1, - sym__terminator, - STATE(5608), 1, - sym_qualified_name, - STATE(5598), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9154), 1, + anon_sym_RPAREN, + STATE(6375), 1, + aux_sym_function_arguments_repeat1, + STATE(6368), 2, sym_comment, sym_include, - [303657] = 7, + [341347] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(8078), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5599), 2, + STATE(4069), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6369), 2, sym_comment, sym_include, - [303680] = 7, - ACTIONS(69), 1, + [341368] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8080), 1, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(9156), 1, anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5600), 2, + STATE(6325), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6370), 2, sym_comment, sym_include, - [303703] = 7, + [341391] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7251), 1, - anon_sym_RPAREN, - STATE(5615), 1, - aux_sym_data_relation_repeat1, - STATE(5601), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(9158), 1, + sym__terminator, + STATE(7841), 1, + sym_body, + STATE(6371), 2, sym_comment, sym_include, - [303726] = 7, + [341414] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8082), 1, - sym_identifier, - ACTIONS(8084), 1, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(5611), 1, - sym_qualified_name, - STATE(5602), 2, + STATE(6325), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6372), 2, sym_comment, sym_include, - [303749] = 7, + [341437] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8086), 1, + ACTIONS(9162), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5603), 2, + STATE(6373), 2, sym_comment, sym_include, - [303772] = 7, + [341460] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(3464), 1, - sym_number_literal, - STATE(5604), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(9164), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6374), 2, sym_comment, sym_include, - [303795] = 7, - ACTIONS(3), 1, + [341483] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8088), 1, - sym_identifier, - ACTIONS(8090), 1, - anon_sym_AMP, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9166), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6375), 2, + sym_comment, + sym_include, + [341506] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3534), 1, + anon_sym_COLON, ACTIONS(8092), 1, - sym__integer_literal, - STATE(5605), 2, + sym__terminator, + STATE(7918), 1, + sym_body, + STATE(6376), 2, sym_comment, sym_include, - [303818] = 7, + [341529] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8094), 1, - sym_identifier, - ACTIONS(8096), 1, - anon_sym_AMP, - ACTIONS(8098), 1, - sym__integer_literal, - STATE(5606), 2, + STATE(6377), 2, sym_comment, sym_include, - [303841] = 7, + ACTIONS(9168), 3, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + [341548] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7295), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(5607), 2, + ACTIONS(7021), 1, + aux_sym__block_terminator_token1, + STATE(2256), 1, + sym__function_terminator, + STATE(2501), 1, + sym__block_terminator, + STATE(6378), 2, sym_comment, sym_include, - [303864] = 7, + [341571] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(7295), 1, - sym__terminator, - STATE(5617), 1, - aux_sym_data_relation_repeat1, - STATE(5608), 2, + ACTIONS(9170), 1, + anon_sym_RPAREN, + STATE(6301), 1, + aux_sym_function_arguments_repeat1, + STATE(6379), 2, sym_comment, sym_include, - [303887] = 7, - ACTIONS(3), 1, + [341594] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8100), 1, - sym_identifier, - ACTIONS(8102), 1, - anon_sym_AMP, - ACTIONS(8104), 1, - sym__integer_literal, - STATE(5609), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9172), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6380), 2, sym_comment, sym_include, - [303910] = 7, + [341617] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(7185), 1, - sym__terminator, - STATE(5596), 1, - aux_sym_data_relation_repeat1, - STATE(5610), 2, + ACTIONS(9174), 1, + anon_sym_RPAREN, + STATE(6373), 1, + aux_sym_function_arguments_repeat1, + STATE(6381), 2, sym_comment, sym_include, - [303933] = 7, + [341640] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(7309), 1, - anon_sym_RPAREN, - STATE(5620), 1, - aux_sym_data_relation_repeat1, - STATE(5611), 2, + ACTIONS(7021), 1, + aux_sym__block_terminator_token1, + STATE(2162), 1, + sym__function_terminator, + STATE(2501), 1, + sym__block_terminator, + STATE(6382), 2, sym_comment, sym_include, - [303956] = 7, + [341663] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8106), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5612), 2, + STATE(4740), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6383), 2, sym_comment, sym_include, - [303979] = 7, + [341684] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(8108), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5613), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(4137), 1, + sym_number_literal, + STATE(6384), 2, sym_comment, sym_include, - [304002] = 7, + [341707] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8110), 1, + ACTIONS(8547), 1, + sym__terminator, + ACTIONS(9176), 1, sym_identifier, - ACTIONS(8112), 1, - anon_sym_AMP, - ACTIONS(8114), 1, - sym__integer_literal, - STATE(5614), 2, + STATE(6270), 1, + sym_qualified_name, + STATE(6385), 2, sym_comment, sym_include, - [304025] = 7, + [341730] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(7360), 1, anon_sym_COMMA, - ACTIONS(7309), 1, - anon_sym_RPAREN, - STATE(4742), 1, + ACTIONS(8086), 1, + sym__terminator, + STATE(5395), 1, aux_sym_data_relation_repeat1, - STATE(5615), 2, - sym_comment, - sym_include, - [304048] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8116), 1, - sym_identifier, - ACTIONS(8118), 1, - anon_sym_AMP, - ACTIONS(8120), 1, - sym__integer_literal, - STATE(5616), 2, + STATE(6386), 2, sym_comment, sym_include, - [304071] = 7, + [341753] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(8974), 1, anon_sym_COMMA, - ACTIONS(8122), 1, - sym__terminator, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(5617), 2, + ACTIONS(9178), 1, + anon_sym_RPAREN, + STATE(6538), 1, + aux_sym_function_parameters_repeat1, + STATE(6387), 2, sym_comment, sym_include, - [304094] = 7, + [341776] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8124), 1, + ACTIONS(9180), 1, sym_identifier, - ACTIONS(8126), 1, - anon_sym_AMP, - ACTIONS(8128), 1, - sym__integer_literal, - STATE(5618), 2, + ACTIONS(9182), 1, + aux_sym_buffer_definition_token2, + ACTIONS(9184), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6388), 2, sym_comment, sym_include, - [304117] = 7, + [341799] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8130), 1, - anon_sym_RPAREN, - STATE(5612), 1, - aux_sym_function_arguments_repeat1, - STATE(5619), 2, + ACTIONS(7962), 1, + sym__terminator, + ACTIONS(7964), 1, + aux_sym_input_expression_token2, + ACTIONS(7966), 1, + aux_sym_prompt_for_statement_token2, + STATE(6389), 2, sym_comment, sym_include, - [304140] = 7, + [341822] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_COMMA, - ACTIONS(8132), 1, - anon_sym_RPAREN, - STATE(4742), 1, - aux_sym_data_relation_repeat1, - STATE(5620), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9186), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6390), 2, sym_comment, sym_include, - [304163] = 7, + [341845] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(6826), 1, - sym_number_literal, - STATE(5621), 2, - sym_comment, - sym_include, - [304186] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8134), 1, - sym_identifier, - ACTIONS(8136), 1, - anon_sym_AMP, - ACTIONS(8138), 1, - sym__integer_literal, - STATE(5622), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9188), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6391), 2, sym_comment, sym_include, - [304209] = 7, + [341868] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(6823), 1, - sym_number_literal, - STATE(5623), 2, - sym_comment, - sym_include, - [304232] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(1872), 1, - anon_sym_LPAREN, - ACTIONS(8140), 1, - sym_identifier, - STATE(3040), 1, - sym_parenthesized_expression, - STATE(5624), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(9190), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6392), 2, sym_comment, sym_include, - [304255] = 7, - ACTIONS(3), 1, + [341891] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8142), 1, - sym_identifier, - ACTIONS(8144), 1, - anon_sym_AMP, - ACTIONS(8146), 1, - sym__integer_literal, - STATE(5625), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9192), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6393), 2, sym_comment, sym_include, - [304278] = 7, + [341914] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8148), 1, + ACTIONS(9194), 1, sym_identifier, - ACTIONS(8150), 1, - anon_sym_AMP, - ACTIONS(8152), 1, - sym__integer_literal, - STATE(5626), 2, + STATE(6394), 2, sym_comment, sym_include, - [304301] = 7, + STATE(6503), 2, + sym_qualified_name, + sym_generic_parameter, + [341935] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(3455), 1, - sym_number_literal, - STATE(5627), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9196), 1, + anon_sym_RPAREN, + STATE(6391), 1, + aux_sym_function_arguments_repeat1, + STATE(6395), 2, sym_comment, sym_include, - [304324] = 7, + [341958] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8154), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8156), 1, + ACTIONS(9198), 1, anon_sym_RPAREN, - STATE(5558), 1, - aux_sym_function_parameters_repeat1, - STATE(5628), 2, + STATE(6393), 1, + aux_sym_function_arguments_repeat1, + STATE(6396), 2, sym_comment, sym_include, - [304347] = 5, + [341981] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5629), 2, - sym_comment, - sym_include, - ACTIONS(8158), 3, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - [304366] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - sym_identifier, - ACTIONS(8162), 1, - anon_sym_AMP, - ACTIONS(8164), 1, - sym__integer_literal, - STATE(5630), 2, + STATE(6397), 2, sym_comment, sym_include, - [304389] = 5, + ACTIONS(168), 3, + sym__namedoublecolon, + sym__augmented_assignment, + anon_sym_EQ, + [342000] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5631), 2, + STATE(6398), 2, sym_comment, sym_include, - ACTIONS(8166), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [304408] = 5, + ACTIONS(9200), 3, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + [342019] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5632), 2, + ACTIONS(4487), 1, + anon_sym_COMMA, + ACTIONS(9202), 1, + aux_sym_of_phrase_token1, + STATE(6499), 1, + aux_sym_array_literal_repeat1, + STATE(6399), 2, sym_comment, sym_include, - ACTIONS(8168), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [304427] = 6, + [342042] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6578), 1, - aux_sym__block_terminator_token1, - STATE(2227), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5633), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9204), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6400), 2, sym_comment, sym_include, - [304448] = 7, + [342065] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8170), 1, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(9206), 1, sym_identifier, - ACTIONS(8172), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8174), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5634), 2, + STATE(1445), 1, + sym_parenthesized_expression, + STATE(6401), 2, sym_comment, sym_include, - [304471] = 5, + [342088] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5635), 2, + STATE(6402), 2, sym_comment, sym_include, - ACTIONS(8176), 3, + ACTIONS(9208), 3, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_case_otherwise_branch_token1, - [304490] = 5, + [342107] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5636), 2, + ACTIONS(7354), 1, + aux_sym__block_terminator_token1, + STATE(2549), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6403), 2, sym_comment, sym_include, - ACTIONS(8178), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [304509] = 7, + [342128] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(98), 1, - anon_sym_LPAREN, - ACTIONS(4974), 1, - sym__namecolon, - STATE(5659), 1, - aux_sym_object_access_repeat1, - STATE(5637), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9210), 1, + anon_sym_RPAREN, + STATE(6437), 1, + aux_sym_function_arguments_repeat1, + STATE(6404), 2, sym_comment, sym_include, - [304532] = 7, - ACTIONS(3), 1, + [342151] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8180), 1, - sym_identifier, - ACTIONS(8182), 1, - anon_sym_AMP, - ACTIONS(8184), 1, - sym__integer_literal, - STATE(5638), 2, + STATE(6405), 2, sym_comment, sym_include, - [304555] = 7, + ACTIONS(9212), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [342170] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8186), 1, + ACTIONS(9214), 1, sym_identifier, - ACTIONS(8188), 1, - aux_sym_temp_table_expression_token1, - STATE(6574), 1, + ACTIONS(9216), 1, + aux_sym_class_type_token1, + STATE(6747), 1, sym_qualified_name, - STATE(5639), 2, + STATE(6406), 2, sym_comment, sym_include, - [304578] = 7, + [342193] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6209), 1, - aux_sym__block_terminator_token1, - STATE(2553), 1, - sym__function_terminator, - STATE(2577), 1, - sym__block_terminator, - STATE(5640), 2, + STATE(6407), 2, sym_comment, sym_include, - [304601] = 6, + ACTIONS(9218), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [342212] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6556), 1, - aux_sym__block_terminator_token1, - STATE(2585), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5641), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7998), 1, + sym__terminator, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(6408), 2, sym_comment, sym_include, - [304622] = 6, + [342235] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6556), 1, - aux_sym__block_terminator_token1, - STATE(2528), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5642), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(7998), 1, + sym__terminator, + STATE(6449), 1, + aux_sym_data_relation_repeat1, + STATE(6409), 2, sym_comment, sym_include, - [304643] = 7, + [342258] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6191), 1, + ACTIONS(6998), 1, aux_sym__block_terminator_token1, - STATE(2525), 1, + STATE(2703), 1, sym__function_terminator, - STATE(2583), 1, + STATE(2818), 1, sym__block_terminator, - STATE(5643), 2, + STATE(6410), 2, sym_comment, sym_include, - [304666] = 7, + [342281] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6191), 1, + ACTIONS(6960), 1, aux_sym__block_terminator_token1, - STATE(2458), 1, - sym__function_terminator, - STATE(2583), 1, + STATE(2576), 1, sym__block_terminator, - STATE(5644), 2, - sym_comment, - sym_include, - [304689] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5645), 2, + STATE(2799), 1, + sym__function_terminator, + STATE(6411), 2, sym_comment, sym_include, - ACTIONS(8190), 3, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - [304708] = 7, + [342304] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6191), 1, - aux_sym__block_terminator_token1, - STATE(2382), 1, - sym__function_terminator, - STATE(2583), 1, - sym__block_terminator, - STATE(5646), 2, - sym_comment, - sym_include, - [304731] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(8192), 1, - sym_identifier, - STATE(2900), 1, - sym_parenthesized_expression, - STATE(5647), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9220), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6412), 2, sym_comment, sym_include, - [304754] = 6, + [342327] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6647), 1, - aux_sym__block_terminator_token1, - STATE(2124), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5648), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9222), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6413), 2, sym_comment, sym_include, - [304775] = 6, + [342350] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6647), 1, - aux_sym__block_terminator_token1, - STATE(2104), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5649), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9224), 1, + anon_sym_RPAREN, + STATE(6412), 1, + aux_sym_function_arguments_repeat1, + STATE(6414), 2, sym_comment, sym_include, - [304796] = 7, - ACTIONS(69), 1, + [342373] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8194), 1, + ACTIONS(9226), 1, + sym_identifier, + ACTIONS(9228), 1, anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5650), 2, + STATE(6311), 1, + aux_sym_query_fields_repeat1, + STATE(6415), 2, sym_comment, sym_include, - [304819] = 7, + [342396] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6199), 1, - aux_sym__block_terminator_token1, - STATE(2103), 1, - sym__function_terminator, - STATE(2127), 1, - sym__block_terminator, - STATE(5651), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(9230), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6416), 2, sym_comment, sym_include, - [304842] = 7, + [342419] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6199), 1, - aux_sym__block_terminator_token1, - STATE(2009), 1, - sym__function_terminator, - STATE(2127), 1, - sym__block_terminator, - STATE(5652), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(5918), 1, + sym_number_literal, + STATE(6417), 2, sym_comment, sym_include, - [304865] = 7, + [342442] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6199), 1, + ACTIONS(7002), 1, aux_sym__block_terminator_token1, - STATE(2050), 1, + STATE(2098), 1, sym__function_terminator, - STATE(2127), 1, + STATE(2226), 1, sym__block_terminator, - STATE(5653), 2, + STATE(6418), 2, sym_comment, sym_include, - [304888] = 7, + [342465] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8196), 1, + ACTIONS(9232), 1, anon_sym_RPAREN, - STATE(5661), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5654), 2, + STATE(6419), 2, sym_comment, sym_include, - [304911] = 7, + [342488] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(98), 1, - anon_sym_LPAREN, - ACTIONS(4974), 1, - sym__namecolon, - STATE(5659), 1, - aux_sym_object_access_repeat1, - STATE(5655), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9234), 1, + anon_sym_RPAREN, + STATE(6419), 1, + aux_sym_function_arguments_repeat1, + STATE(6420), 2, sym_comment, sym_include, - [304934] = 7, + [342511] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(8198), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5656), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(5457), 1, + sym_number_literal, + STATE(6421), 2, sym_comment, sym_include, - [304957] = 7, + [342534] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_RPAREN, - ACTIONS(8202), 1, - anon_sym_, - STATE(5525), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5657), 2, + ACTIONS(2292), 1, + anon_sym_LPAREN, + ACTIONS(9236), 1, + sym_identifier, + STATE(1887), 1, + sym_parenthesized_expression, + STATE(6422), 2, sym_comment, sym_include, - [304980] = 7, - ACTIONS(69), 1, + [342557] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8204), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5658), 2, + ACTIONS(2670), 1, + anon_sym_LPAREN, + ACTIONS(9238), 1, + sym_identifier, + STATE(3118), 1, + sym_parenthesized_expression, + STATE(6423), 2, sym_comment, sym_include, - [305003] = 6, + [342580] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(91), 1, - anon_sym_LPAREN, - ACTIONS(8206), 1, - sym__namecolon, - STATE(5659), 3, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8167), 1, + anon_sym_RPAREN, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(6424), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - [305024] = 7, + [342603] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, + ACTIONS(7360), 1, anon_sym_COMMA, - ACTIONS(8209), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5660), 2, + ACTIONS(8167), 1, + anon_sym_RPAREN, + STATE(6456), 1, + aux_sym_data_relation_repeat1, + STATE(6425), 2, sym_comment, sym_include, - [305047] = 7, - ACTIONS(69), 1, + [342626] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8211), 1, + ACTIONS(9226), 1, + sym_identifier, + ACTIONS(9240), 1, anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5661), 2, + STATE(6415), 1, + aux_sym_query_fields_repeat1, + STATE(6426), 2, sym_comment, sym_include, - [305070] = 7, + [342649] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(98), 1, - anon_sym_LPAREN, - ACTIONS(4974), 1, - sym__namecolon, - STATE(5659), 1, - aux_sym_object_access_repeat1, - STATE(5662), 2, + STATE(6427), 2, sym_comment, sym_include, - [305093] = 6, + ACTIONS(9242), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [342668] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6570), 1, - aux_sym__block_terminator_token1, - STATE(1873), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5663), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9244), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6428), 2, sym_comment, sym_include, - [305114] = 7, + [342691] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8213), 1, + ACTIONS(9246), 1, anon_sym_RPAREN, - STATE(5650), 1, + STATE(6436), 1, aux_sym_function_arguments_repeat1, - STATE(5664), 2, + STATE(6429), 2, sym_comment, sym_include, - [305137] = 7, + [342714] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6165), 1, - aux_sym__block_terminator_token1, - STATE(1872), 1, - sym__function_terminator, - STATE(1908), 1, - sym__block_terminator, - STATE(5665), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9248), 1, + anon_sym_RPAREN, + STATE(6428), 1, + aux_sym_function_arguments_repeat1, + STATE(6430), 2, sym_comment, sym_include, - [305160] = 6, + [342737] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6570), 1, - aux_sym__block_terminator_token1, - STATE(1909), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5666), 2, + ACTIONS(8000), 1, + sym__terminator, + ACTIONS(8002), 1, + aux_sym_input_expression_token2, + ACTIONS(8004), 1, + aux_sym_prompt_for_statement_token2, + STATE(6431), 2, sym_comment, sym_include, - [305181] = 7, + [342760] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(9250), 1, sym_identifier, - ACTIONS(8217), 1, - aux_sym_temp_table_expression_token1, - STATE(6828), 1, + ACTIONS(9252), 1, + aux_sym_class_type_token1, + STATE(6707), 1, sym_qualified_name, - STATE(5667), 2, - sym_comment, - sym_include, - [305204] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6165), 1, - aux_sym__block_terminator_token1, - STATE(1835), 1, - sym__function_terminator, - STATE(1908), 1, - sym__block_terminator, - STATE(5668), 2, - sym_comment, - sym_include, - [305227] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(3457), 1, - sym_number_literal, - STATE(5669), 2, + STATE(6432), 2, sym_comment, sym_include, - [305250] = 7, + [342783] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1268), 1, - anon_sym_LPAREN, - ACTIONS(8219), 1, + ACTIONS(9254), 1, sym_identifier, - STATE(1185), 1, - sym_parenthesized_expression, - STATE(5670), 2, + ACTIONS(9256), 1, + aux_sym_temp_table_expression_token1, + STATE(7424), 1, + sym_qualified_name, + STATE(6433), 2, sym_comment, sym_include, - [305273] = 7, + [342806] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8221), 1, - anon_sym_RPAREN, - STATE(5657), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5671), 2, - sym_comment, - sym_include, - [305296] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6165), 1, - aux_sym__block_terminator_token1, - STATE(1796), 1, - sym__function_terminator, - STATE(1908), 1, - sym__block_terminator, - STATE(5672), 2, + ACTIONS(2476), 1, + anon_sym_LPAREN, + ACTIONS(9258), 1, + sym_identifier, + STATE(251), 1, + sym_parenthesized_expression, + STATE(6434), 2, sym_comment, sym_include, - [305319] = 7, + [342829] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(5425), 1, - sym_number_literal, - STATE(5673), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(9260), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6435), 2, sym_comment, sym_include, - [305342] = 7, + [342852] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8223), 1, - aux_sym_return_type_token1, - ACTIONS(8225), 1, - aux_sym_return_type_token2, - STATE(4341), 1, - sym_return_type, - STATE(5674), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9262), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6436), 2, sym_comment, sym_include, - [305365] = 7, + [342875] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8227), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5675), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9264), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6437), 2, sym_comment, sym_include, - [305388] = 6, + [342898] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6560), 1, - aux_sym__block_terminator_token1, - STATE(5073), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5676), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(9266), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6438), 2, sym_comment, sym_include, - [305409] = 6, + [342921] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6560), 1, + ACTIONS(7399), 1, aux_sym__block_terminator_token1, - STATE(5142), 2, + STATE(2290), 2, sym__block_terminator, sym__procedure_terminator, - STATE(5677), 2, - sym_comment, - sym_include, - [305430] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(4159), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5678), 2, + STATE(6439), 2, sym_comment, sym_include, - [305451] = 7, + [342942] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(6558), 1, - sym_number_literal, - STATE(5679), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9268), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6440), 2, sym_comment, sym_include, - [305474] = 7, + [342965] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, + ACTIONS(8341), 1, sym__integer_literal, - STATE(246), 1, + STATE(364), 1, sym__decimal_literal, - STATE(3454), 1, + STATE(7909), 1, sym_number_literal, - STATE(5680), 2, + STATE(6441), 2, sym_comment, sym_include, - [305497] = 6, + [342988] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4247), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5681), 2, - sym_comment, - sym_include, - [305518] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8229), 1, - sym_identifier, - ACTIONS(8231), 1, - aux_sym_temp_table_expression_token1, - STATE(7016), 1, - sym_qualified_name, - STATE(5682), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9270), 1, + anon_sym_RPAREN, + STATE(6440), 1, + aux_sym_function_arguments_repeat1, + STATE(6442), 2, sym_comment, sym_include, - [305541] = 7, + [343011] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8233), 1, - sym_identifier, - ACTIONS(8235), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8237), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5683), 2, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(9272), 1, + anon_sym_RPAREN, + STATE(6372), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6443), 2, sym_comment, sym_include, - [305564] = 7, + [343034] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6183), 1, - aux_sym__block_terminator_token1, - STATE(5068), 1, - sym__block_terminator, - STATE(5143), 1, - sym__function_terminator, - STATE(5684), 2, + STATE(6444), 2, sym_comment, sym_include, - [305587] = 7, - ACTIONS(69), 1, + ACTIONS(9274), 3, + aux_sym_buffer_definition_token2, + aux_sym_repeat_statement_token1, + aux_sym_do_block_token1, + [343053] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6183), 1, - aux_sym__block_terminator_token1, - STATE(5068), 1, - sym__block_terminator, - STATE(5209), 1, - sym__function_terminator, - STATE(5685), 2, + ACTIONS(2196), 1, + anon_sym_LPAREN, + ACTIONS(9276), 1, + sym_identifier, + STATE(1724), 1, + sym_parenthesized_expression, + STATE(6445), 2, sym_comment, sym_include, - [305610] = 7, + [343076] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6183), 1, - aux_sym__block_terminator_token1, - STATE(5068), 1, - sym__block_terminator, - STATE(5271), 1, - sym__function_terminator, - STATE(5686), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(5053), 1, + sym_number_literal, + STATE(6446), 2, sym_comment, sym_include, - [305633] = 5, + [343099] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5687), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9278), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6447), 2, sym_comment, sym_include, - ACTIONS(8239), 3, - aux_sym_index_tuning_token2, - aux_sym_index_tuning_token3, - aux_sym_index_tuning_token4, - [305652] = 7, + [343122] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8241), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5688), 2, + ACTIONS(8022), 1, + sym__terminator, + ACTIONS(8024), 1, + aux_sym_input_expression_token2, + ACTIONS(8026), 1, + aux_sym_prompt_for_statement_token2, + STATE(6448), 2, sym_comment, sym_include, - [305675] = 7, + [343145] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, + ACTIONS(7360), 1, anon_sym_COMMA, - ACTIONS(8243), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5689), 2, + ACTIONS(9280), 1, + sym__terminator, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(6449), 2, sym_comment, sym_include, - [305698] = 7, + [343168] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6863), 1, - sym_identifier, - ACTIONS(6869), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6871), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5690), 2, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(9282), 1, + anon_sym_RPAREN, + STATE(6325), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6450), 2, sym_comment, sym_include, - [305721] = 7, + [343191] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8245), 1, - aux_sym_image_phrase_token1, - ACTIONS(8247), 1, - aux_sym_image_phrase_token2, - STATE(3454), 1, - sym_image_phrase, - STATE(5691), 2, + ACTIONS(9284), 1, + aux_sym__block_terminator_token1, + STATE(5794), 1, + sym__case_terminator, + STATE(5795), 1, + sym__block_terminator, + STATE(6451), 2, sym_comment, sym_include, - [305744] = 6, + [343214] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4213), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5692), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9286), 1, + anon_sym_RPAREN, + STATE(6473), 1, + aux_sym_function_arguments_repeat1, + STATE(6452), 2, sym_comment, sym_include, - [305765] = 7, + [343237] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(7155), 1, anon_sym_COMMA, - ACTIONS(8249), 1, - anon_sym_RPAREN, - STATE(5688), 1, - aux_sym_function_arguments_repeat1, - STATE(5693), 2, + ACTIONS(7295), 1, + anon_sym_GT, + STATE(6310), 1, + aux_sym_generic_expression_repeat1, + STATE(6453), 2, sym_comment, sym_include, - [305788] = 7, + [343260] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8251), 1, - sym_identifier, - ACTIONS(8253), 1, - aux_sym_variable_tuning_token7, - STATE(7207), 1, - sym_return_tuning, - STATE(5694), 2, + STATE(6454), 2, sym_comment, sym_include, - [305811] = 6, + ACTIONS(6580), 3, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + [343279] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3518), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5695), 2, + STATE(6455), 2, sym_comment, sym_include, - [305832] = 7, + ACTIONS(9288), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [343298] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8223), 1, - aux_sym_return_type_token1, - ACTIONS(8225), 1, - aux_sym_return_type_token2, - STATE(4292), 1, - sym_return_type, - STATE(5696), 2, - sym_comment, - sym_include, - [305855] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8255), 1, - sym_identifier, - ACTIONS(8257), 1, - anon_sym_AMP, - ACTIONS(8259), 1, - sym__integer_literal, - STATE(5697), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(9290), 1, + anon_sym_RPAREN, + STATE(5395), 1, + aux_sym_data_relation_repeat1, + STATE(6456), 2, sym_comment, sym_include, - [305878] = 7, + [343321] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8263), 1, - aux_sym_repeat_statement_token1, - ACTIONS(8265), 1, - aux_sym_do_block_token1, - STATE(5698), 2, + STATE(6457), 2, sym_comment, sym_include, - [305901] = 7, + ACTIONS(9292), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [343340] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, - anon_sym_COMMA, - ACTIONS(8267), 1, - anon_sym_GT, - STATE(5554), 1, - aux_sym_generic_expression_repeat1, - STATE(5699), 2, - sym_comment, - sym_include, - [305924] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(1022), 1, - anon_sym_LPAREN, - ACTIONS(8269), 1, - sym_identifier, - STATE(345), 1, - sym_parenthesized_expression, - STATE(5700), 2, - sym_comment, - sym_include, - [305947] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8271), 1, - anon_sym_RPAREN, - STATE(5525), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5701), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(7991), 1, + sym_number_literal, + STATE(6458), 2, sym_comment, sym_include, - [305970] = 6, - ACTIONS(3), 1, + [343363] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8273), 1, - sym_identifier, - STATE(5702), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(7929), 1, + sym_number_literal, + STATE(6459), 2, sym_comment, sym_include, - STATE(6267), 2, - sym_qualified_name, - sym_generic_parameter, - [305991] = 7, + [343386] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6209), 1, + ACTIONS(7399), 1, aux_sym__block_terminator_token1, - STATE(2577), 1, + STATE(2223), 2, sym__block_terminator, - STATE(2638), 1, - sym__function_terminator, - STATE(5703), 2, + sym__procedure_terminator, + STATE(6460), 2, sym_comment, sym_include, - [306014] = 7, + [343407] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8154), 1, - anon_sym_COMMA, - ACTIONS(8275), 1, - anon_sym_RPAREN, - STATE(5628), 1, - aux_sym_function_parameters_repeat1, - STATE(5704), 2, + ACTIONS(9294), 1, + aux_sym__block_terminator_token1, + STATE(2236), 1, + sym__block_terminator, + STATE(2237), 1, + sym__case_terminator, + STATE(6461), 2, sym_comment, sym_include, - [306037] = 5, + [343430] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5705), 2, + ACTIONS(7360), 1, + anon_sym_COMMA, + ACTIONS(8149), 1, + aux_sym_data_relation_token2, + STATE(6319), 1, + aux_sym_data_relation_repeat1, + STATE(6462), 2, sym_comment, sym_include, - ACTIONS(8277), 3, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - [306056] = 7, + [343453] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(4623), 1, - sym_number_literal, - STATE(5706), 2, + ACTIONS(6998), 1, + aux_sym__block_terminator_token1, + STATE(2818), 1, + sym__block_terminator, + STATE(3023), 1, + sym__function_terminator, + STATE(6463), 2, sym_comment, sym_include, - [306079] = 6, + [343476] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(160), 1, + ACTIONS(9296), 1, sym_identifier, - ACTIONS(162), 2, - sym__terminator, - anon_sym_COMMA, - STATE(5707), 2, + ACTIONS(9298), 1, + anon_sym_AMP, + ACTIONS(9300), 1, + sym__integer_literal, + STATE(6464), 2, sym_comment, sym_include, - [306100] = 7, + [343499] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1932), 1, - anon_sym_LPAREN, - ACTIONS(8279), 1, + ACTIONS(9302), 1, sym_identifier, - STATE(1486), 1, - sym_parenthesized_expression, - STATE(5708), 2, + ACTIONS(9304), 1, + aux_sym_temp_table_expression_token1, + STATE(7483), 1, + sym_qualified_name, + STATE(6465), 2, sym_comment, sym_include, - [306123] = 6, + [343522] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8281), 1, - anon_sym_COLON, - ACTIONS(8283), 1, - anon_sym_COMMA, - STATE(5709), 3, + STATE(4041), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6466), 2, sym_comment, sym_include, - aux_sym_for_statement_repeat1, - [306144] = 6, - ACTIONS(3), 1, + [343543] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(232), 1, - sym_identifier, - ACTIONS(234), 2, - sym__terminator, + ACTIONS(4476), 1, anon_sym_COMMA, - STATE(5710), 2, - sym_comment, - sym_include, - [306165] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8286), 1, - sym_identifier, - ACTIONS(8288), 1, - aux_sym_temp_table_expression_token1, - STATE(6748), 1, - sym_qualified_name, - STATE(5711), 2, + ACTIONS(9306), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6467), 2, sym_comment, sym_include, - [306188] = 6, - ACTIONS(3), 1, + [343566] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(172), 1, - sym_identifier, - ACTIONS(174), 2, - sym__terminator, - anon_sym_COMMA, - STATE(5712), 2, + ACTIONS(9308), 1, + aux_sym_buffer_definition_token2, + ACTIONS(9310), 1, + aux_sym_repeat_statement_token1, + ACTIONS(9312), 1, + aux_sym_do_block_token1, + STATE(6468), 2, sym_comment, sym_include, - [306209] = 7, + [343589] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8290), 1, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(9314), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5713), 2, + STATE(7897), 1, + sym_body, + STATE(6469), 2, sym_comment, sym_include, - [306232] = 7, + [343612] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7434), 1, - sym__integer_literal, - STATE(246), 1, - sym__decimal_literal, - STATE(4351), 1, - sym_number_literal, - STATE(5714), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9316), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6470), 2, sym_comment, sym_include, - [306255] = 7, + [343635] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8292), 1, - anon_sym_RPAREN, - STATE(5722), 1, - aux_sym_function_arguments_repeat1, - STATE(5715), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + ACTIONS(9318), 1, + sym__terminator, + STATE(7895), 1, + sym_body, + STATE(6471), 2, sym_comment, sym_include, - [306278] = 7, - ACTIONS(3), 1, + [343658] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8294), 1, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9320), 1, anon_sym_RPAREN, - STATE(5525), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5716), 2, + STATE(6470), 1, + aux_sym_function_arguments_repeat1, + STATE(6472), 2, sym_comment, sym_include, - [306301] = 6, + [343681] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3514), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5717), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9322), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6473), 2, sym_comment, sym_include, - [306322] = 5, + [343704] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5718), 2, + ACTIONS(7478), 1, + aux_sym__block_terminator_token1, + STATE(5805), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(6474), 2, sym_comment, sym_include, - ACTIONS(8296), 3, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - [306341] = 7, + [343725] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8253), 1, - aux_sym_variable_tuning_token7, - ACTIONS(8298), 1, + ACTIONS(1843), 1, + anon_sym_LPAREN, + ACTIONS(9324), 1, sym_identifier, - STATE(6658), 1, - sym_return_tuning, - STATE(5719), 2, + STATE(1457), 1, + sym_parenthesized_expression, + STATE(6475), 2, sym_comment, sym_include, - [306364] = 7, - ACTIONS(3), 1, + [343748] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8300), 1, - sym_identifier, - ACTIONS(8302), 1, - aux_sym_temp_table_expression_token1, - STATE(7119), 1, - sym_qualified_name, - STATE(5720), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(3913), 1, + sym_number_literal, + STATE(6476), 2, sym_comment, sym_include, - [306387] = 7, - ACTIONS(69), 1, + [343771] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(8304), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5721), 2, + ACTIONS(8820), 1, + anon_sym_, + ACTIONS(9326), 1, + anon_sym_RPAREN, + STATE(6450), 1, + aux_sym_accumulate_statement_repeat1, + STATE(6477), 2, sym_comment, sym_include, - [306410] = 7, + [343794] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8306), 1, + ACTIONS(9328), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5722), 2, + STATE(6478), 2, sym_comment, sym_include, - [306433] = 7, + [343817] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(677), 1, + ACTIONS(1364), 1, anon_sym_LPAREN, - ACTIONS(8308), 1, + ACTIONS(9330), 1, sym_identifier, - STATE(47), 1, + STATE(538), 1, sym_parenthesized_expression, - STATE(5723), 2, + STATE(6479), 2, sym_comment, sym_include, - [306456] = 7, - ACTIONS(3), 1, + [343840] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8310), 1, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9332), 1, anon_sym_RPAREN, - STATE(5716), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5724), 2, + STATE(6478), 1, + aux_sym_function_arguments_repeat1, + STATE(6480), 2, sym_comment, sym_include, - [306479] = 6, + [343863] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4207), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5725), 2, - sym_comment, - sym_include, - [306500] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8312), 1, - sym_identifier, - ACTIONS(8314), 1, - aux_sym_temp_table_expression_token1, - STATE(7054), 1, - sym_qualified_name, - STATE(5726), 2, - sym_comment, - sym_include, - [306523] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8316), 1, - sym_identifier, - ACTIONS(8318), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8320), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5727), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9334), 1, + anon_sym_RPAREN, + STATE(6256), 1, + aux_sym_function_arguments_repeat1, + STATE(6481), 2, sym_comment, sym_include, - [306546] = 7, + [343886] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7287), 1, - sym__terminator, - ACTIONS(7289), 1, - aux_sym_input_expression_token2, - ACTIONS(7291), 1, - aux_sym_prompt_for_statement_token2, - STATE(5728), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9336), 1, + anon_sym_RPAREN, + STATE(6486), 1, + aux_sym_function_arguments_repeat1, + STATE(6482), 2, sym_comment, sym_include, - [306569] = 6, - ACTIONS(3), 1, + [343909] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8322), 1, - sym_identifier, - STATE(5729), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9338), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6483), 2, sym_comment, sym_include, - STATE(5823), 2, - sym_qualified_name, - sym_generic_parameter, - [306590] = 7, + [343932] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(4476), 1, anon_sym_COMMA, - ACTIONS(8324), 1, - anon_sym_RPAREN, - STATE(5735), 1, - aux_sym_function_arguments_repeat1, - STATE(5730), 2, + ACTIONS(9340), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6484), 2, sym_comment, sym_include, - [306613] = 7, + [343955] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8326), 1, - aux_sym__block_terminator_token1, - STATE(2572), 1, - sym__case_terminator, - STATE(2573), 1, - sym__block_terminator, - STATE(5731), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9342), 1, + anon_sym_RPAREN, + STATE(6483), 1, + aux_sym_function_arguments_repeat1, + STATE(6485), 2, sym_comment, sym_include, - [306636] = 6, + [343978] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6578), 1, - aux_sym__block_terminator_token1, - STATE(2213), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5732), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9344), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6486), 2, sym_comment, sym_include, - [306657] = 7, + [344001] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(9346), 1, + sym_file_name, + ACTIONS(9348), 1, anon_sym_LBRACE, - ACTIONS(6795), 1, - sym_identifier, - ACTIONS(6801), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6803), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5733), 2, + STATE(6551), 1, + aux_sym_include_repeat1, + STATE(8000), 1, + sym_constant, + STATE(6487), 2, sym_comment, sym_include, - [306680] = 6, + [344024] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4208), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5734), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9350), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6488), 2, sym_comment, sym_include, - [306701] = 7, + [344047] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8328), 1, + ACTIONS(9352), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6488), 1, aux_sym_function_arguments_repeat1, - STATE(5735), 2, + STATE(6489), 2, sym_comment, sym_include, - [306724] = 7, + [344070] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8223), 1, - aux_sym_return_type_token1, - ACTIONS(8225), 1, - aux_sym_return_type_token2, - STATE(4278), 1, - sym_return_type, - STATE(5736), 2, + STATE(945), 1, + sym_assignment_operator, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(6490), 2, sym_comment, sym_include, - [306747] = 7, + [344091] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8330), 1, - sym__integer_literal, - STATE(5707), 1, - sym__decimal_literal, - STATE(6789), 1, - sym_number_literal, - STATE(5737), 2, + ACTIONS(8155), 1, + sym__terminator, + ACTIONS(8157), 1, + aux_sym_input_expression_token2, + ACTIONS(8159), 1, + aux_sym_prompt_for_statement_token2, + STATE(6491), 2, sym_comment, sym_include, - [306770] = 7, + [344114] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8332), 1, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(9354), 1, sym_identifier, - ACTIONS(8334), 1, - anon_sym_AMP, - ACTIONS(8336), 1, - sym__integer_literal, - STATE(5738), 2, + STATE(3424), 1, + sym_parenthesized_expression, + STATE(6492), 2, sym_comment, sym_include, - [306793] = 6, + [344137] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4013), 1, - anon_sym_RBRACK, - ACTIONS(8338), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - STATE(5739), 3, - sym_comment, - sym_include, - aux_sym_array_literal_repeat1, - [306814] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8341), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8343), 1, - aux_sym_repeat_statement_token1, - ACTIONS(8345), 1, - aux_sym_do_block_token1, - STATE(5740), 2, + ACTIONS(9356), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6493), 2, sym_comment, sym_include, - [306837] = 6, - ACTIONS(69), 1, + [344160] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(618), 1, - sym_assignment_operator, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5741), 2, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(9358), 1, + sym_identifier, + STATE(389), 1, + sym_parenthesized_expression, + STATE(6494), 2, sym_comment, sym_include, - [306858] = 7, + [344183] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(6417), 1, - anon_sym_GT, - STATE(5746), 1, - aux_sym_generic_expression_repeat1, - STATE(5742), 2, + ACTIONS(9360), 1, + anon_sym_RPAREN, + STATE(6510), 1, + aux_sym_function_arguments_repeat1, + STATE(6495), 2, sym_comment, sym_include, - [306881] = 7, + [344206] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8347), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5743), 2, + ACTIONS(8341), 1, + sym__integer_literal, + STATE(364), 1, + sym__decimal_literal, + STATE(4397), 1, + sym_number_literal, + STATE(6496), 2, sym_comment, sym_include, - [306904] = 7, - ACTIONS(69), 1, + [344229] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8154), 1, - anon_sym_COMMA, - ACTIONS(8349), 1, - anon_sym_RPAREN, - STATE(5749), 1, - aux_sym_function_parameters_repeat1, - STATE(5744), 2, + ACTIONS(1277), 1, + anon_sym_LPAREN, + ACTIONS(9362), 1, + sym_identifier, + STATE(450), 1, + sym_parenthesized_expression, + STATE(6497), 2, sym_comment, sym_include, - [306927] = 7, + [344252] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, + ACTIONS(7360), 1, anon_sym_COMMA, - ACTIONS(8351), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5745), 2, + ACTIONS(8143), 1, + sym__terminator, + STATE(6386), 1, + aux_sym_data_relation_repeat1, + STATE(6498), 2, sym_comment, sym_include, - [306950] = 7, + [344275] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, + ACTIONS(4504), 1, + aux_sym_of_phrase_token1, + ACTIONS(9364), 1, anon_sym_COMMA, - ACTIONS(8353), 1, - anon_sym_GT, - STATE(5554), 1, - aux_sym_generic_expression_repeat1, - STATE(5746), 2, + STATE(6499), 3, sym_comment, sym_include, - [306973] = 7, + aux_sym_array_literal_repeat1, + [344296] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8355), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5747), 2, + STATE(6500), 2, sym_comment, sym_include, - [306996] = 7, + ACTIONS(9367), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [344315] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8357), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5748), 2, + ACTIONS(9369), 1, + anon_sym_COMMA, + ACTIONS(9372), 1, + anon_sym_RPAREN, + STATE(6501), 3, sym_comment, sym_include, - [307019] = 7, + aux_sym_function_arguments_repeat1, + [344336] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8154), 1, - anon_sym_COMMA, - ACTIONS(8359), 1, - anon_sym_RPAREN, - STATE(5558), 1, - aux_sym_function_parameters_repeat1, - STATE(5749), 2, + STATE(4874), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6502), 2, sym_comment, sym_include, - [307042] = 7, + [344357] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8361), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5750), 2, + ACTIONS(7155), 1, + anon_sym_COMMA, + ACTIONS(7346), 1, + anon_sym_GT, + STATE(6523), 1, + aux_sym_generic_expression_repeat1, + STATE(6503), 2, sym_comment, sym_include, - [307065] = 7, + [344380] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8363), 1, - anon_sym_RPAREN, - STATE(5525), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5751), 2, + ACTIONS(9374), 1, + sym_identifier, + ACTIONS(9376), 1, + aux_sym_temp_table_expression_token1, + STATE(7439), 1, + sym_qualified_name, + STATE(6504), 2, sym_comment, sym_include, - [307088] = 7, + [344403] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6785), 1, + ACTIONS(9378), 1, sym_identifier, - ACTIONS(6791), 1, + ACTIONS(9380), 1, aux_sym_buffer_definition_token2, - ACTIONS(6793), 1, + ACTIONS(9382), 1, aux_sym_procedure_parameter_definition_token3, - STATE(5752), 2, + STATE(6505), 2, sym_comment, sym_include, - [307111] = 7, - ACTIONS(3), 1, + [344426] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8365), 1, - sym_identifier, - ACTIONS(8367), 1, - aux_sym_temp_table_expression_token1, - STATE(6804), 1, - sym_qualified_name, - STATE(5753), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9384), 1, + anon_sym_RPAREN, + STATE(6493), 1, + aux_sym_function_arguments_repeat1, + STATE(6506), 2, sym_comment, sym_include, - [307134] = 7, - ACTIONS(3), 1, + [344449] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8369), 1, - anon_sym_RPAREN, - STATE(5751), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5754), 2, + ACTIONS(6976), 1, + aux_sym__block_terminator_token1, + STATE(5726), 1, + sym__function_terminator, + STATE(5803), 1, + sym__block_terminator, + STATE(6507), 2, sym_comment, sym_include, - [307157] = 6, + [344472] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8371), 1, + ACTIONS(4476), 1, anon_sym_COMMA, - ACTIONS(8374), 1, - anon_sym_RPAREN, - STATE(5755), 3, + ACTIONS(9386), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6508), 2, sym_comment, sym_include, - aux_sym_function_arguments_repeat1, - [307178] = 6, + [344495] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4097), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5756), 2, + STATE(6509), 2, sym_comment, sym_include, - [307199] = 6, + ACTIONS(9388), 3, + aux_sym_index_tuning_token2, + aux_sym_index_tuning_token3, + aux_sym_index_tuning_token4, + [344514] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4224), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5757), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9390), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6510), 2, sym_comment, sym_include, - [307220] = 7, + [344537] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8376), 1, + ACTIONS(7627), 1, sym_identifier, - ACTIONS(8378), 1, - aux_sym_temp_table_expression_token1, - STATE(6779), 1, - sym_qualified_name, - STATE(5758), 2, + ACTIONS(7633), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7635), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6511), 2, sym_comment, sym_include, - [307243] = 7, - ACTIONS(3), 1, + [344560] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8380), 1, - sym_identifier, - ACTIONS(8382), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8384), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5759), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9392), 1, + anon_sym_RPAREN, + STATE(6513), 1, + aux_sym_function_arguments_repeat1, + STATE(6512), 2, sym_comment, sym_include, - [307266] = 6, - ACTIONS(3), 1, + [344583] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8386), 1, - sym_identifier, - STATE(5760), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9394), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6513), 2, sym_comment, sym_include, - STATE(5775), 2, - sym_qualified_name, - sym_generic_parameter, - [307287] = 7, + [344606] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2034), 1, - anon_sym_LPAREN, - ACTIONS(8388), 1, + ACTIONS(240), 1, sym_identifier, - STATE(231), 1, - sym_parenthesized_expression, - STATE(5761), 2, + ACTIONS(242), 2, + sym__terminator, + anon_sym_COMMA, + STATE(6514), 2, + sym_comment, + sym_include, + [344627] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6998), 1, + aux_sym__block_terminator_token1, + STATE(2818), 1, + sym__block_terminator, + STATE(2933), 1, + sym__function_terminator, + STATE(6515), 2, sym_comment, sym_include, - [307310] = 7, + [344650] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(8390), 1, + ACTIONS(9396), 1, sym__terminator, - STATE(304), 1, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(5762), 2, + STATE(6516), 2, sym_comment, sym_include, - [307333] = 7, + [344673] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7089), 1, + ACTIONS(7528), 1, sym_identifier, - ACTIONS(7095), 1, + ACTIONS(7534), 1, aux_sym_buffer_definition_token2, - ACTIONS(7097), 1, + ACTIONS(7536), 1, aux_sym_procedure_parameter_definition_token3, - STATE(5763), 2, + STATE(6517), 2, sym_comment, sym_include, - [307356] = 6, + [344696] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4215), 1, + STATE(4671), 1, sym_type_tuning, - ACTIONS(5414), 2, + ACTIONS(6192), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(5764), 2, - sym_comment, - sym_include, - [307377] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7187), 1, - sym__terminator, - ACTIONS(7189), 1, - aux_sym_input_expression_token2, - ACTIONS(7191), 1, - aux_sym_prompt_for_statement_token2, - STATE(5765), 2, - sym_comment, - sym_include, - [307400] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8392), 1, - anon_sym_RPAREN, - STATE(5772), 1, - aux_sym_function_arguments_repeat1, - STATE(5766), 2, + STATE(6518), 2, sym_comment, sym_include, - [307423] = 7, + [344717] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8223), 1, - aux_sym_return_type_token1, - ACTIONS(8225), 1, - aux_sym_return_type_token2, - STATE(4333), 1, - sym_return_type, - STATE(5767), 2, + STATE(4835), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6519), 2, sym_comment, sym_include, - [307446] = 7, + [344738] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8394), 1, + ACTIONS(9398), 1, sym_identifier, - ACTIONS(8396), 1, + ACTIONS(9400), 1, anon_sym_AMP, - ACTIONS(8398), 1, + ACTIONS(9402), 1, sym__integer_literal, - STATE(5768), 2, + STATE(6520), 2, sym_comment, sym_include, - [307469] = 7, - ACTIONS(69), 1, + [344761] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8400), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8402), 1, - aux_sym_repeat_statement_token1, - ACTIONS(8404), 1, - aux_sym_do_block_token1, - STATE(5769), 2, + ACTIONS(9404), 1, + sym_identifier, + ACTIONS(9406), 1, + aux_sym_variable_tuning_token7, + STATE(7338), 1, + sym_return_tuning, + STATE(6521), 2, sym_comment, sym_include, - [307492] = 6, - ACTIONS(69), 1, + [344784] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(658), 1, - sym_assignment_operator, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5770), 2, + ACTIONS(7648), 1, + sym_identifier, + ACTIONS(7654), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7656), 1, + aux_sym_procedure_parameter_definition_token3, + STATE(6522), 2, sym_comment, sym_include, - [307513] = 7, + [344807] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, + ACTIONS(7155), 1, anon_sym_COMMA, - ACTIONS(8406), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5771), 2, + ACTIONS(9408), 1, + anon_sym_GT, + STATE(6339), 1, + aux_sym_generic_expression_repeat1, + STATE(6523), 2, sym_comment, sym_include, - [307536] = 7, + [344830] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8408), 1, + ACTIONS(9410), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6413), 1, aux_sym_function_arguments_repeat1, - STATE(5772), 2, + STATE(6524), 2, sym_comment, sym_include, - [307559] = 6, + [344853] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4013), 1, - aux_sym_of_phrase_token1, - ACTIONS(8410), 1, - anon_sym_COMMA, - STATE(5773), 3, + STATE(4763), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6525), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - [307580] = 7, + [344874] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8413), 1, + ACTIONS(9412), 1, anon_sym_RPAREN, - STATE(5778), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5774), 2, + STATE(6526), 2, sym_comment, sym_include, - [307603] = 7, + [344897] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(6377), 1, - anon_sym_GT, - STATE(5779), 1, - aux_sym_generic_expression_repeat1, - STATE(5775), 2, - sym_comment, - sym_include, - [307626] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5776), 2, - sym_comment, - sym_include, - ACTIONS(5666), 3, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - [307645] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8415), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5777), 2, + ACTIONS(9414), 1, + anon_sym_RPAREN, + STATE(6528), 1, + aux_sym_function_arguments_repeat1, + STATE(6527), 2, sym_comment, sym_include, - [307668] = 7, + [344920] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8417), 1, + ACTIONS(9416), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5778), 2, + STATE(6528), 2, sym_comment, sym_include, - [307691] = 7, + [344943] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, - anon_sym_COMMA, - ACTIONS(8419), 1, - anon_sym_GT, - STATE(5554), 1, - aux_sym_generic_expression_repeat1, - STATE(5779), 2, + STATE(6529), 2, sym_comment, sym_include, - [307714] = 7, + ACTIONS(9418), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [344962] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8421), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5780), 2, + ACTIONS(4476), 1, + anon_sym_COMMA, + ACTIONS(9420), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6530), 2, sym_comment, sym_include, - [307737] = 7, + [344985] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8423), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5781), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9422), 1, + anon_sym_RPAREN, + STATE(6526), 1, + aux_sym_function_arguments_repeat1, + STATE(6531), 2, sym_comment, sym_include, - [307760] = 7, + [345008] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8425), 1, - anon_sym_RPAREN, - STATE(5525), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5782), 2, + ACTIONS(9424), 1, + sym_identifier, + ACTIONS(9426), 1, + aux_sym_class_type_token1, + STATE(6680), 1, + sym_qualified_name, + STATE(6532), 2, sym_comment, sym_include, - [307783] = 7, + [345031] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8427), 1, + ACTIONS(9406), 1, + aux_sym_variable_tuning_token7, + ACTIONS(9428), 1, sym_identifier, - ACTIONS(8429), 1, - aux_sym_temp_table_expression_token1, - STATE(6595), 1, - sym_qualified_name, - STATE(5783), 2, + STATE(7770), 1, + sym_return_tuning, + STATE(6533), 2, sym_comment, sym_include, - [307806] = 7, + [345054] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8431), 1, - anon_sym_RPAREN, - STATE(5782), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5784), 2, + ACTIONS(2396), 1, + anon_sym_LPAREN, + ACTIONS(9430), 1, + sym_identifier, + STATE(1766), 1, + sym_parenthesized_expression, + STATE(6534), 2, sym_comment, sym_include, - [307829] = 7, + [345077] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8433), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5785), 2, + ACTIONS(9432), 1, + aux_sym_buffer_definition_token2, + ACTIONS(9434), 1, + aux_sym_repeat_statement_token1, + ACTIONS(9436), 1, + aux_sym_do_block_token1, + STATE(6535), 2, sym_comment, sym_include, - [307852] = 7, + [345100] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(6352), 1, - anon_sym_GT, - STATE(5699), 1, - aux_sym_generic_expression_repeat1, - STATE(5786), 2, + ACTIONS(4523), 1, + aux_sym_of_phrase_token1, + STATE(6499), 1, + aux_sym_array_literal_repeat1, + STATE(6536), 2, sym_comment, sym_include, - [307875] = 7, + [345123] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8435), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5787), 2, + STATE(1015), 1, + sym_assignment_operator, + ACTIONS(883), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(6537), 2, sym_comment, sym_include, - [307898] = 6, + [345144] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4246), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5788), 2, + ACTIONS(9438), 1, + anon_sym_COMMA, + ACTIONS(9441), 1, + anon_sym_RPAREN, + STATE(6538), 3, + sym_comment, + sym_include, + aux_sym_function_parameters_repeat1, + [345165] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9443), 1, + sym_identifier, + ACTIONS(9445), 1, + anon_sym_AMP, + ACTIONS(9447), 1, + sym__integer_literal, + STATE(6539), 2, + sym_comment, + sym_include, + [345188] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(6540), 2, sym_comment, sym_include, - [307919] = 7, + ACTIONS(9449), 3, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + [345207] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1747), 1, sym__namedot, - ACTIONS(8437), 1, + ACTIONS(9451), 1, sym__terminator, - STATE(304), 1, + STATE(461), 1, aux_sym_qualified_name_repeat1, - STATE(5789), 2, + STATE(6541), 2, sym_comment, sym_include, - [307942] = 7, - ACTIONS(3), 1, + [345230] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8439), 1, - sym_identifier, - ACTIONS(8441), 1, - aux_sym_temp_table_expression_token1, - STATE(6573), 1, - sym_qualified_name, - STATE(5790), 2, + ACTIONS(91), 1, + anon_sym_LPAREN, + ACTIONS(5735), 1, + sym__namecolon, + STATE(6322), 1, + aux_sym_object_access_repeat1, + STATE(6542), 2, sym_comment, sym_include, - [307965] = 7, - ACTIONS(3), 1, + [345253] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8443), 1, - sym_identifier, - ACTIONS(8445), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8447), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5791), 2, + STATE(4054), 1, + sym_type_tuning, + ACTIONS(6192), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(6543), 2, sym_comment, sym_include, - [307988] = 6, + [345274] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8449), 1, + ACTIONS(158), 1, sym_identifier, - STATE(5742), 2, - sym_qualified_name, - sym_generic_parameter, - STATE(5792), 2, + ACTIONS(160), 2, + sym__terminator, + anon_sym_COMMA, + STATE(6544), 2, sym_comment, sym_include, - [308009] = 7, - ACTIONS(3), 1, + [345295] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8202), 1, - anon_sym_, - ACTIONS(8451), 1, - anon_sym_RPAREN, - STATE(5701), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5793), 2, + ACTIONS(9453), 1, + anon_sym_COLON, + ACTIONS(9455), 1, + anon_sym_COMMA, + STATE(6545), 3, sym_comment, sym_include, - [308032] = 7, - ACTIONS(3), 1, + aux_sym_for_statement_repeat1, + [345316] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6725), 1, - sym_identifier, - ACTIONS(6731), 1, - aux_sym_buffer_definition_token2, - ACTIONS(6733), 1, - aux_sym_procedure_parameter_definition_token3, - STATE(5794), 2, + STATE(6546), 2, sym_comment, sym_include, - [308055] = 6, + ACTIONS(9458), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [345335] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4100), 1, - sym_type_tuning, - ACTIONS(5414), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5795), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9460), 1, + anon_sym_RPAREN, + STATE(6548), 1, + aux_sym_function_arguments_repeat1, + STATE(6547), 2, sym_comment, sym_include, - [308076] = 7, - ACTIONS(3), 1, + [345358] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2132), 1, - anon_sym_LPAREN, - ACTIONS(8453), 1, - sym_identifier, - STATE(2690), 1, - sym_parenthesized_expression, - STATE(5796), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9462), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6548), 2, sym_comment, sym_include, - [308099] = 7, + [345381] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8223), 1, - aux_sym_return_type_token1, - ACTIONS(8225), 1, - aux_sym_return_type_token2, - STATE(4314), 1, - sym_return_type, - STATE(5797), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9464), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6549), 2, sym_comment, sym_include, - [308122] = 7, + [345404] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7420), 1, - sym__terminator, - ACTIONS(7422), 1, - aux_sym_input_expression_token2, - ACTIONS(7424), 1, - aux_sym_prompt_for_statement_token2, - STATE(5798), 2, + ACTIONS(6976), 1, + aux_sym__block_terminator_token1, + STATE(5803), 1, + sym__block_terminator, + STATE(6200), 1, + sym__function_terminator, + STATE(6550), 2, sym_comment, sym_include, - [308145] = 7, + [345427] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(9348), 1, anon_sym_LBRACE, - ACTIONS(8455), 1, - sym_identifier, - ACTIONS(8457), 1, - anon_sym_AMP, - ACTIONS(8459), 1, - sym__integer_literal, - STATE(5799), 2, + ACTIONS(9466), 1, + sym_file_name, + STATE(6356), 1, + aux_sym_include_repeat1, + STATE(8000), 1, + sym_constant, + STATE(6551), 2, sym_comment, sym_include, - [308168] = 7, + [345450] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7143), 1, - sym__terminator, - ACTIONS(7145), 1, - aux_sym_input_expression_token2, - ACTIONS(7147), 1, - aux_sym_prompt_for_statement_token2, - STATE(5800), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9468), 1, + anon_sym_RPAREN, + STATE(6553), 1, + aux_sym_function_arguments_repeat1, + STATE(6552), 2, sym_comment, sym_include, - [308191] = 7, + [345473] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8461), 1, - aux_sym_buffer_definition_token2, - ACTIONS(8463), 1, - aux_sym_repeat_statement_token1, - ACTIONS(8465), 1, - aux_sym_do_block_token1, - STATE(5801), 2, + ACTIONS(8788), 1, + anon_sym_COMMA, + ACTIONS(9470), 1, + anon_sym_RPAREN, + STATE(6501), 1, + aux_sym_function_arguments_repeat1, + STATE(6553), 2, sym_comment, sym_include, - [308214] = 6, + [345496] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(706), 1, - sym_assignment_operator, - ACTIONS(867), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5802), 2, + ACTIONS(8930), 1, + aux_sym_return_type_token1, + ACTIONS(8932), 1, + aux_sym_return_type_token2, + STATE(4938), 1, + sym_return_type, + STATE(6554), 2, sym_comment, sym_include, - [308235] = 7, + [345519] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8467), 1, - anon_sym_RPAREN, - STATE(5806), 1, - aux_sym_function_arguments_repeat1, - STATE(5803), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9472), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6555), 2, sym_comment, sym_include, - [308258] = 7, - ACTIONS(69), 1, + [345542] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8469), 1, - aux_sym__block_terminator_token1, - STATE(1902), 1, - sym__case_terminator, - STATE(1903), 1, - sym__block_terminator, - STATE(5804), 2, + ACTIONS(9474), 1, + sym_identifier, + ACTIONS(9476), 1, + aux_sym_temp_table_expression_token1, + STATE(7602), 1, + sym_qualified_name, + STATE(6556), 2, sym_comment, sym_include, - [308281] = 7, + [345565] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8471), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5805), 2, + ACTIONS(9478), 1, + anon_sym_RPAREN, + STATE(6558), 1, + aux_sym_function_arguments_repeat1, + STATE(6557), 2, sym_comment, sym_include, - [308304] = 7, + [345588] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8473), 1, + ACTIONS(9480), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5806), 2, + STATE(6558), 2, sym_comment, sym_include, - [308327] = 5, + [345611] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5807), 2, + ACTIONS(1747), 1, + sym__namedot, + ACTIONS(9482), 1, + sym__terminator, + STATE(461), 1, + aux_sym_qualified_name_repeat1, + STATE(6559), 2, sym_comment, - sym_include, - ACTIONS(8475), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [308346] = 7, + sym_include, + [345634] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8477), 1, + ACTIONS(9484), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5808), 2, + STATE(6560), 2, sym_comment, sym_include, - [308369] = 7, + [345657] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(4476), 1, anon_sym_COMMA, - ACTIONS(8479), 1, - anon_sym_RPAREN, - STATE(5808), 1, - aux_sym_function_arguments_repeat1, - STATE(5809), 2, + ACTIONS(9486), 1, + anon_sym_RBRACK, + STATE(6292), 1, + aux_sym_array_literal_repeat1, + STATE(6561), 2, sym_comment, sym_include, - [308392] = 7, + [345680] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8481), 1, + ACTIONS(9488), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6563), 1, aux_sym_function_arguments_repeat1, - STATE(5810), 2, + STATE(6562), 2, sym_comment, sym_include, - [308415] = 7, + [345703] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8483), 1, + ACTIONS(9490), 1, anon_sym_RPAREN, - STATE(5810), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5811), 2, + STATE(6563), 2, sym_comment, sym_include, - [308438] = 7, + [345726] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8485), 1, + ACTIONS(9492), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6560), 1, aux_sym_function_arguments_repeat1, - STATE(5812), 2, + STATE(6564), 2, sym_comment, sym_include, - [308461] = 7, + [345749] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8487), 1, - anon_sym_RPAREN, - STATE(5816), 1, - aux_sym_function_arguments_repeat1, - STATE(5813), 2, + ACTIONS(8930), 1, + aux_sym_return_type_token1, + ACTIONS(8932), 1, + aux_sym_return_type_token2, + STATE(4981), 1, + sym_return_type, + STATE(6565), 2, sym_comment, sym_include, - [308484] = 7, - ACTIONS(69), 1, + [345772] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8489), 1, - anon_sym_RPAREN, - STATE(5812), 1, - aux_sym_function_arguments_repeat1, - STATE(5814), 2, + ACTIONS(9494), 1, + sym_identifier, + ACTIONS(9496), 1, + anon_sym_AMP, + ACTIONS(9498), 1, + sym__integer_literal, + STATE(6566), 2, sym_comment, sym_include, - [308507] = 7, + [345795] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8491), 1, + ACTIONS(9500), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6568), 1, aux_sym_function_arguments_repeat1, - STATE(5815), 2, + STATE(6567), 2, sym_comment, sym_include, - [308530] = 7, + [345818] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8788), 1, anon_sym_COMMA, - ACTIONS(8493), 1, + ACTIONS(9502), 1, anon_sym_RPAREN, - STATE(5755), 1, + STATE(6501), 1, aux_sym_function_arguments_repeat1, - STATE(5816), 2, + STATE(6568), 2, sym_comment, sym_include, - [308553] = 7, + [345841] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8495), 1, - anon_sym_RPAREN, - STATE(5815), 1, - aux_sym_function_arguments_repeat1, - STATE(5817), 2, + ACTIONS(6172), 1, + sym__terminator, + ACTIONS(6174), 1, + aux_sym_function_call_token1, + STATE(6569), 2, sym_comment, sym_include, - [308576] = 7, + [345861] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8497), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5818), 2, + ACTIONS(9504), 1, + sym__terminator, + ACTIONS(9506), 1, + aux_sym_interface_statement_token1, + STATE(6570), 2, sym_comment, sym_include, - [308599] = 7, + [345881] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8499), 1, + ACTIONS(9449), 2, + anon_sym_COLON, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5819), 2, + STATE(6571), 2, sym_comment, sym_include, - [308622] = 7, + [345899] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8501), 1, - anon_sym_RPAREN, - STATE(5818), 1, - aux_sym_function_arguments_repeat1, - STATE(5820), 2, + ACTIONS(8978), 2, + anon_sym_COLON, + sym__terminator, + STATE(6572), 2, sym_comment, sym_include, - [308645] = 7, - ACTIONS(69), 1, + [345917] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8503), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5821), 2, + ACTIONS(9508), 1, + sym_identifier, + ACTIONS(9510), 1, + anon_sym_STAR, + STATE(6573), 2, sym_comment, sym_include, - [308668] = 7, - ACTIONS(69), 1, + [345937] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8505), 1, - anon_sym_RPAREN, - STATE(5821), 1, - aux_sym_function_arguments_repeat1, - STATE(5822), 2, + ACTIONS(4624), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(6574), 2, sym_comment, sym_include, - [308691] = 7, + [345955] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, - anon_sym_COMMA, - ACTIONS(6373), 1, - anon_sym_GT, - STATE(5831), 1, - aux_sym_generic_expression_repeat1, - STATE(5823), 2, + ACTIONS(129), 2, + sym__namecolon, + anon_sym_NO_DASHERROR, + STATE(6575), 2, sym_comment, sym_include, - [308714] = 7, - ACTIONS(69), 1, + [345973] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8507), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5824), 2, + ACTIONS(5160), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(6576), 2, sym_comment, sym_include, - [308737] = 7, - ACTIONS(69), 1, + [345991] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8509), 1, - anon_sym_RPAREN, - STATE(5824), 1, - aux_sym_function_arguments_repeat1, - STATE(5825), 2, + ACTIONS(5009), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(6577), 2, sym_comment, sym_include, - [308760] = 7, + [346009] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8511), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5826), 2, + ACTIONS(8331), 1, + anon_sym_LPAREN, + STATE(2637), 1, + sym_function_arguments, + STATE(6578), 2, sym_comment, sym_include, - [308783] = 7, + [346029] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8513), 1, - anon_sym_RPAREN, - STATE(5826), 1, - aux_sym_function_arguments_repeat1, - STATE(5827), 2, + ACTIONS(599), 1, + sym__namecolon, + ACTIONS(9512), 1, + anon_sym_NO_DASHERROR, + STATE(6579), 2, + sym_comment, + sym_include, + [346049] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9514), 1, + sym_identifier, + ACTIONS(9516), 1, + anon_sym_STAR, + STATE(6580), 2, + sym_comment, + sym_include, + [346069] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9518), 1, + sym_identifier, + STATE(6789), 1, + sym_qualified_name, + STATE(6581), 2, sym_comment, sym_include, - [308806] = 7, + [346089] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8515), 1, + ACTIONS(9200), 2, + anon_sym_COLON, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5828), 2, + STATE(6582), 2, sym_comment, sym_include, - [308829] = 7, + [346107] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8517), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5829), 2, + ACTIONS(9520), 1, + aux_sym_using_statement_token2, + ACTIONS(9522), 1, + aux_sym_input_close_statement_token2, + STATE(6583), 2, sym_comment, sym_include, - [308852] = 7, + [346127] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8519), 1, - anon_sym_RPAREN, - STATE(5829), 1, - aux_sym_function_arguments_repeat1, - STATE(5830), 2, + ACTIONS(121), 2, + sym__namecolon, + anon_sym_NO_DASHERROR, + STATE(6584), 2, sym_comment, sym_include, - [308875] = 7, + [346145] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6348), 1, - anon_sym_COMMA, - ACTIONS(8521), 1, - anon_sym_GT, - STATE(5554), 1, - aux_sym_generic_expression_repeat1, - STATE(5831), 2, + ACTIONS(9520), 1, + aux_sym_using_statement_token2, + ACTIONS(9524), 1, + aux_sym_input_close_statement_token2, + STATE(6585), 2, sym_comment, sym_include, - [308898] = 5, - ACTIONS(69), 1, + [346165] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5832), 2, + ACTIONS(9526), 1, + sym_identifier, + ACTIONS(9528), 1, + anon_sym_STAR, + STATE(6586), 2, sym_comment, sym_include, - ACTIONS(8523), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [308917] = 7, + [346185] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9530), 1, + sym_identifier, + ACTIONS(9532), 1, + anon_sym_STAR, + STATE(6587), 2, + sym_comment, + sym_include, + [346205] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7528), 1, + sym_identifier, + ACTIONS(7534), 1, + aux_sym_buffer_definition_token2, + STATE(6588), 2, + sym_comment, + sym_include, + [346225] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8525), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5833), 2, + ACTIONS(9534), 1, + anon_sym_DOT, + ACTIONS(9536), 1, + aux_sym__function_terminator_token1, + STATE(6589), 2, sym_comment, sym_include, - [308940] = 7, + [346245] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8527), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5834), 2, + ACTIONS(8291), 1, + anon_sym_LPAREN, + STATE(1824), 1, + sym_function_arguments, + STATE(6590), 2, sym_comment, sym_include, - [308963] = 7, + [346265] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(9534), 1, + anon_sym_DOT, + ACTIONS(9538), 1, + aux_sym__case_terminator_token1, + STATE(6591), 2, + sym_comment, + sym_include, + [346285] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5214), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(6592), 2, + sym_comment, + sym_include, + [346303] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9540), 1, + sym_identifier, + STATE(6898), 1, + sym_qualified_name, + STATE(6593), 2, + sym_comment, + sym_include, + [346323] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9542), 1, + sym_identifier, + ACTIONS(9544), 1, + anon_sym_STAR, + STATE(6594), 2, + sym_comment, + sym_include, + [346343] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9546), 1, + sym_identifier, + ACTIONS(9548), 1, anon_sym_COMMA, - ACTIONS(8529), 1, - anon_sym_RPAREN, - STATE(5834), 1, - aux_sym_function_arguments_repeat1, - STATE(5835), 2, + STATE(6595), 2, sym_comment, sym_include, - [308986] = 7, - ACTIONS(69), 1, + [346363] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8531), 1, - sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5836), 2, + ACTIONS(9550), 1, + sym_identifier, + ACTIONS(9552), 1, + anon_sym_STAR, + STATE(6596), 2, sym_comment, sym_include, - [309009] = 7, - ACTIONS(69), 1, + [346383] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, - sym__namedot, - ACTIONS(8533), 1, + ACTIONS(5206), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(6597), 2, + sym_comment, + sym_include, + [346401] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8351), 1, sym__terminator, - STATE(304), 1, - aux_sym_qualified_name_repeat1, - STATE(5837), 2, + ACTIONS(9554), 1, + sym_identifier, + STATE(6598), 2, sym_comment, sym_include, - [309032] = 7, - ACTIONS(69), 1, + [346421] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8535), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5838), 2, + ACTIONS(5210), 2, + sym_identifier, + aux_sym_variable_tuning_token7, + STATE(6599), 2, sym_comment, sym_include, - [309055] = 7, + [346439] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8537), 1, - anon_sym_RPAREN, - STATE(5838), 1, - aux_sym_function_arguments_repeat1, - STATE(5839), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7432), 1, + sym_body, + STATE(6600), 2, sym_comment, sym_include, - [309078] = 7, - ACTIONS(69), 1, + [346459] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8539), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5840), 2, + ACTIONS(9556), 1, + sym_identifier, + ACTIONS(9558), 1, + anon_sym_STAR, + STATE(6601), 2, sym_comment, sym_include, - [309101] = 7, + [346479] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2210), 1, - anon_sym_LPAREN, - ACTIONS(8541), 1, + ACTIONS(9560), 1, sym_identifier, - STATE(2998), 1, - sym_parenthesized_expression, - STATE(5841), 2, + ACTIONS(9562), 1, + anon_sym_STAR, + STATE(6602), 2, sym_comment, sym_include, - [309124] = 7, + [346499] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8543), 1, - aux_sym__block_terminator_token1, - STATE(5082), 1, - sym__block_terminator, - STATE(5084), 1, - sym__case_terminator, - STATE(5842), 2, + ACTIONS(9564), 1, + aux_sym_on_error_phrase_token1, + STATE(7369), 1, + sym_on_error_phrase, + STATE(6603), 2, sym_comment, sym_include, - [309147] = 7, - ACTIONS(69), 1, + [346519] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8545), 1, - anon_sym_RPAREN, - STATE(5603), 1, - aux_sym_function_arguments_repeat1, - STATE(5843), 2, + ACTIONS(9566), 1, + sym_identifier, + ACTIONS(9568), 1, + anon_sym_STAR, + STATE(6604), 2, + sym_comment, + sym_include, + [346539] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9570), 1, + sym_identifier, + STATE(6491), 1, + sym_qualified_name, + STATE(6605), 2, sym_comment, sym_include, - [309170] = 7, + [346559] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8547), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5844), 2, + ACTIONS(2936), 1, + sym__namecolon, + STATE(1774), 1, + aux_sym_object_access_repeat1, + STATE(6606), 2, sym_comment, sym_include, - [309193] = 5, + [346579] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5845), 2, + ACTIONS(137), 2, + sym__namecolon, + anon_sym_NO_DASHERROR, + STATE(6607), 2, sym_comment, sym_include, - ACTIONS(102), 3, - sym__namedot, - sym__augmented_assignment, - anon_sym_EQ, - [309212] = 7, + [346597] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9572), 1, + sym_identifier, + ACTIONS(9574), 1, + anon_sym_STAR, + STATE(6608), 2, + sym_comment, + sym_include, + [346617] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6336), 1, - sym__integer_literal, - STATE(4311), 1, - sym__decimal_literal, - STATE(5477), 1, - sym_number_literal, - STATE(5846), 2, + ACTIONS(113), 2, + sym__namecolon, + anon_sym_LPAREN, + STATE(6609), 2, sym_comment, sym_include, - [309235] = 6, + [346635] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(8549), 1, - sym_file_name, - ACTIONS(8551), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(7155), 1, - sym_constant, - STATE(5847), 3, + ACTIONS(8335), 1, + sym__terminator, + ACTIONS(9576), 1, + sym_identifier, + STATE(6610), 2, sym_comment, sym_include, - aux_sym_include_repeat1, - [309256] = 7, + [346655] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8554), 1, - anon_sym_RPAREN, - STATE(5850), 1, - aux_sym_function_arguments_repeat1, - STATE(5848), 2, + ACTIONS(9578), 1, + anon_sym_DOT, + ACTIONS(9580), 1, + aux_sym__case_terminator_token1, + STATE(6611), 2, sym_comment, sym_include, - [309279] = 7, + [346675] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8556), 1, - anon_sym_RPAREN, - STATE(5840), 1, - aux_sym_function_arguments_repeat1, - STATE(5849), 2, + ACTIONS(9578), 1, + anon_sym_DOT, + ACTIONS(9582), 1, + aux_sym__function_terminator_token1, + STATE(6612), 2, sym_comment, sym_include, - [309302] = 7, + [346695] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8558), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5850), 2, + ACTIONS(879), 1, + sym__namecolon, + STATE(5244), 1, + aux_sym_object_access_repeat1, + STATE(6613), 2, sym_comment, sym_include, - [309325] = 7, + [346715] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6209), 1, - aux_sym__block_terminator_token1, - STATE(2171), 1, - sym__function_terminator, - STATE(2577), 1, - sym__block_terminator, - STATE(5851), 2, + ACTIONS(9584), 1, + anon_sym_DOT, + ACTIONS(9586), 1, + aux_sym__function_terminator_token1, + STATE(6614), 2, + sym_comment, + sym_include, + [346735] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9588), 1, + sym_identifier, + ACTIONS(9590), 1, + anon_sym_STAR, + STATE(6615), 2, sym_comment, sym_include, - [309348] = 7, + [346755] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8560), 1, - anon_sym_RPAREN, - STATE(5853), 1, - aux_sym_function_arguments_repeat1, - STATE(5852), 2, + ACTIONS(9592), 1, + anon_sym_DOT, + ACTIONS(9594), 1, + aux_sym__function_terminator_token1, + STATE(6616), 2, sym_comment, sym_include, - [309371] = 7, + [346775] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8562), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_function_arguments_repeat1, - STATE(5853), 2, + ACTIONS(9592), 1, + anon_sym_DOT, + ACTIONS(9596), 1, + aux_sym__case_terminator_token1, + STATE(6617), 2, sym_comment, sym_include, - [309394] = 7, + [346795] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - anon_sym_COMMA, - ACTIONS(8564), 1, - anon_sym_RBRACK, - STATE(5739), 1, - aux_sym_array_literal_repeat1, - STATE(5854), 2, + ACTIONS(9584), 1, + anon_sym_DOT, + ACTIONS(9598), 1, + aux_sym__case_terminator_token1, + STATE(6618), 2, sym_comment, sym_include, - [309417] = 5, + [346815] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5855), 2, + ACTIONS(5148), 1, + anon_sym_RPAREN, + ACTIONS(5150), 1, + anon_sym_, + STATE(6619), 2, sym_comment, sym_include, - ACTIONS(8566), 3, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - [309436] = 5, + [346835] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5856), 2, + ACTIONS(121), 2, + sym__terminator, + aux_sym_function_call_token1, + STATE(6620), 2, sym_comment, sym_include, - ACTIONS(156), 3, - sym__namedoublecolon, - sym__augmented_assignment, - anon_sym_EQ, - [309455] = 7, + [346853] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COMMA, - ACTIONS(8568), 1, - anon_sym_RPAREN, - STATE(5844), 1, - aux_sym_function_arguments_repeat1, - STATE(5857), 2, + ACTIONS(8369), 1, + anon_sym_LPAREN, + STATE(3278), 1, + sym_function_arguments, + STATE(6621), 2, sym_comment, sym_include, - [309478] = 6, + [346873] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8570), 1, + ACTIONS(9600), 1, sym_identifier, - STATE(128), 1, - sym_qualified_name, - STATE(5858), 2, + ACTIONS(9602), 1, + anon_sym_STAR, + STATE(6622), 2, sym_comment, sym_include, - [309498] = 6, - ACTIONS(69), 1, + [346893] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1428), 1, - sym__namecolon, - STATE(1112), 1, - aux_sym_object_access_repeat1, - STATE(5859), 2, + ACTIONS(9604), 1, + sym_identifier, + ACTIONS(9606), 1, + anon_sym_STAR, + STATE(6623), 2, sym_comment, sym_include, - [309518] = 6, + [346913] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8572), 1, + ACTIONS(9608), 1, sym_identifier, - ACTIONS(8574), 1, - anon_sym_STAR, - STATE(5860), 2, + STATE(6679), 1, + sym_qualified_name, + STATE(6624), 2, sym_comment, sym_include, - [309538] = 5, + [346933] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8576), 2, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - STATE(5861), 2, + ACTIONS(9610), 1, + anon_sym_COMMA, + ACTIONS(9612), 1, + aux_sym_on_error_phrase_token3, + STATE(6625), 2, sym_comment, sym_include, - [309556] = 6, + [346953] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6115), 1, - sym_body, - STATE(5862), 2, + ACTIONS(137), 2, + sym__terminator, + aux_sym_function_call_token1, + STATE(6626), 2, sym_comment, sym_include, - [309576] = 6, + [346971] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7534), 1, - anon_sym_LPAREN, - STATE(1419), 1, - sym_function_arguments, - STATE(5863), 2, + ACTIONS(3175), 1, + sym__namecolon, + STATE(2487), 1, + aux_sym_object_access_repeat1, + STATE(6627), 2, + sym_comment, + sym_include, + [346991] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(129), 2, + sym__terminator, + aux_sym_function_call_token1, + STATE(6628), 2, sym_comment, sym_include, - [309596] = 6, + [347009] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8578), 1, + ACTIONS(9614), 1, sym_identifier, - ACTIONS(8580), 1, - sym__terminator, - STATE(5864), 2, + ACTIONS(9616), 1, + anon_sym_STAR, + STATE(6629), 2, sym_comment, sym_include, - [309616] = 6, + [347029] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2614), 1, - sym__block_terminator, - STATE(5865), 2, + ACTIONS(9618), 1, + aux_sym_input_close_statement_token2, + ACTIONS(9620), 1, + aux_sym_output_stream_statement_token1, + STATE(6630), 2, sym_comment, sym_include, - [309636] = 6, + [347049] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7548), 1, - anon_sym_LPAREN, - STATE(2685), 1, - sym_function_arguments, - STATE(5866), 2, + ACTIONS(9620), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(9622), 1, + aux_sym_input_close_statement_token2, + STATE(6631), 2, sym_comment, sym_include, - [309656] = 6, + [347069] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8582), 1, + ACTIONS(9624), 1, sym_identifier, - STATE(6077), 1, + STATE(6706), 1, sym_qualified_name, - STATE(5867), 2, + STATE(6632), 2, sym_comment, sym_include, - [309676] = 6, + [347089] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5348), 1, - sym__terminator, - ACTIONS(5350), 1, - aux_sym_function_call_token1, - STATE(5868), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2937), 1, + sym__block_terminator, + STATE(6633), 2, sym_comment, sym_include, - [309696] = 6, + [347109] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7163), 1, - anon_sym_LPAREN, - STATE(7072), 1, - sym_function_parameters, - STATE(5869), 2, + ACTIONS(9628), 1, + aux_sym_image_phrase_token7, + ACTIONS(9630), 1, + aux_sym_image_phrase_token9, + STATE(6634), 2, sym_comment, sym_include, - [309716] = 6, + [347129] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8584), 1, + ACTIONS(9632), 1, sym__terminator, - ACTIONS(8586), 1, - aux_sym_finally_statement_token1, - STATE(5870), 2, + ACTIONS(9634), 1, + aux_sym_setter_token1, + STATE(6635), 2, + sym_comment, + sym_include, + [347149] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9636), 1, + sym_identifier, + ACTIONS(9638), 1, + anon_sym_STAR, + STATE(6636), 2, sym_comment, sym_include, - [309736] = 6, + [347169] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8588), 1, + ACTIONS(9640), 1, sym_identifier, - STATE(6344), 1, + STATE(4122), 1, sym_qualified_name, - STATE(5871), 2, + STATE(6637), 2, sym_comment, sym_include, - [309756] = 6, + [347189] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5080), 1, - sym__block_terminator, - STATE(5872), 2, + ACTIONS(9642), 1, + anon_sym_COMMA, + ACTIONS(9644), 1, + aux_sym_on_error_phrase_token3, + STATE(6638), 2, + sym_comment, + sym_include, + [347209] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9646), 1, + sym__terminator, + ACTIONS(9648), 1, + aux_sym_getter_token1, + STATE(6639), 2, sym_comment, sym_include, - [309776] = 6, + [347229] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8590), 1, + ACTIONS(9650), 1, sym_identifier, - ACTIONS(8592), 1, - sym__terminator, - STATE(5873), 2, + STATE(6745), 1, + sym_qualified_name, + STATE(6640), 2, sym_comment, sym_include, - [309796] = 6, + [347249] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(5075), 1, + STATE(2921), 1, sym__block_terminator, - STATE(5874), 2, + STATE(6641), 2, + sym_comment, + sym_include, + [347269] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2918), 1, + sym__block_terminator, + STATE(6642), 2, sym_comment, sym_include, - [309816] = 6, + [347289] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8594), 1, + ACTIONS(9652), 1, sym_identifier, - ACTIONS(8596), 1, - anon_sym_COMMA, - STATE(5875), 2, + ACTIONS(9654), 1, + anon_sym_STAR, + STATE(6643), 2, sym_comment, sym_include, - [309836] = 6, + [347309] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8598), 1, - aux_sym_primitive_type_token1, - ACTIONS(8600), 1, - aux_sym_event_definition_token2, - STATE(5876), 2, + ACTIONS(9656), 1, + sym__terminator, + ACTIONS(9658), 1, + aux_sym_method_definition_token1, + STATE(6644), 2, sym_comment, sym_include, - [309856] = 6, - ACTIONS(69), 1, + [347329] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6831), 1, - sym_body, - STATE(5877), 2, + ACTIONS(9660), 1, + sym_identifier, + STATE(3948), 1, + sym_qualified_name, + STATE(6645), 2, sym_comment, sym_include, - [309876] = 6, + [347349] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8602), 1, - aux_sym_on_error_phrase_token1, - STATE(6861), 1, - sym_on_error_phrase, - STATE(5878), 2, + ACTIONS(8369), 1, + anon_sym_LPAREN, + STATE(3490), 1, + sym_function_arguments, + STATE(6646), 2, sym_comment, sym_include, - [309896] = 6, + [347369] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8604), 1, + ACTIONS(9662), 1, sym_identifier, - STATE(3381), 1, + STATE(6775), 1, sym_qualified_name, - STATE(5879), 2, + STATE(6647), 2, + sym_comment, + sym_include, + [347389] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9664), 1, + sym__terminator, + ACTIONS(9666), 1, + aux_sym_setter_token1, + STATE(6648), 2, + sym_comment, + sym_include, + [347409] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9668), 1, + sym__terminator, + ACTIONS(9670), 1, + aux_sym_getter_token1, + STATE(6649), 2, sym_comment, sym_include, - [309916] = 6, + [347429] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8606), 1, + ACTIONS(9672), 1, sym_identifier, - STATE(5798), 1, - sym_qualified_name, - STATE(5880), 2, + ACTIONS(9674), 1, + anon_sym_STAR, + STATE(6650), 2, sym_comment, sym_include, - [309936] = 6, + [347449] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7163), 1, - anon_sym_LPAREN, - STATE(5563), 1, - sym_function_parameters, - STATE(5881), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2888), 1, + sym__block_terminator, + STATE(6651), 2, sym_comment, sym_include, - [309956] = 6, + [347469] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5160), 1, - sym__block_terminator, - STATE(5882), 2, + ACTIONS(3262), 1, + sym__namecolon, + STATE(3187), 1, + aux_sym_object_access_repeat1, + STATE(6652), 2, sym_comment, sym_include, - [309976] = 6, + [347489] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7587), 1, - sym__terminator, - ACTIONS(7589), 1, - aux_sym_using_statement_token2, - STATE(5883), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2883), 1, + sym__block_terminator, + STATE(6653), 2, sym_comment, sym_include, - [309996] = 6, - ACTIONS(3), 1, + [347509] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8608), 1, - sym_identifier, - ACTIONS(8610), 1, - anon_sym_STAR, - STATE(5884), 2, + ACTIONS(9676), 1, + sym__terminator, + ACTIONS(9678), 1, + aux_sym_destructor_definition_token1, + STATE(6654), 2, sym_comment, sym_include, - [310016] = 6, + [347529] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(5196), 1, + STATE(2548), 1, sym__block_terminator, - STATE(5885), 2, + STATE(6655), 2, sym_comment, sym_include, - [310036] = 6, + [347549] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7163), 1, - anon_sym_LPAREN, - STATE(5564), 1, - sym_function_parameters, - STATE(5886), 2, + ACTIONS(9680), 1, + anon_sym_DOT, + ACTIONS(9682), 1, + aux_sym__procedure_terminator_token1, + STATE(6656), 2, sym_comment, sym_include, - [310056] = 6, + [347569] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(863), 1, - sym__namecolon, - STATE(4748), 1, - aux_sym_object_access_repeat1, - STATE(5887), 2, + ACTIONS(9684), 1, + sym__terminator, + ACTIONS(9686), 1, + aux_sym_method_definition_token1, + STATE(6657), 2, sym_comment, sym_include, - [310076] = 6, + [347589] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(9688), 2, anon_sym_COLON, - STATE(7100), 1, - sym_body, - STATE(5888), 2, + aux_sym_inherits_token1, + STATE(6658), 2, sym_comment, sym_include, - [310096] = 6, + [347607] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7621), 1, - anon_sym_LPAREN, - STATE(1938), 1, - sym_function_arguments, - STATE(5889), 2, + ACTIONS(9690), 1, + sym__terminator, + ACTIONS(9692), 1, + aux_sym_method_definition_token1, + STATE(6659), 2, sym_comment, sym_include, - [310116] = 6, + [347627] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(9694), 2, anon_sym_COLON, - STATE(7098), 1, - sym_body, - STATE(5890), 2, + aux_sym_inherits_token1, + STATE(6660), 2, sym_comment, sym_include, - [310136] = 6, - ACTIONS(3), 1, + [347645] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8612), 1, - sym_identifier, - STATE(5962), 1, - sym_qualified_name, - STATE(5891), 2, + ACTIONS(9696), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(6661), 2, sym_comment, sym_include, - [310156] = 5, + [347663] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9698), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6662), 2, + sym_comment, + sym_include, + [347681] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8614), 2, + ACTIONS(9700), 1, sym_identifier, - aux_sym_run_tuning_token6, - STATE(5892), 2, + ACTIONS(9702), 1, + sym__terminator, + STATE(6663), 2, sym_comment, sym_include, - [310174] = 6, + [347701] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - STATE(3569), 1, - sym_string_literal, - STATE(5893), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2785), 1, + sym__block_terminator, + STATE(6664), 2, sym_comment, sym_include, - [310194] = 6, - ACTIONS(3), 1, + [347721] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8616), 1, - sym_identifier, - ACTIONS(8618), 1, - anon_sym_STAR, - STATE(5894), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7943), 1, + sym_body, + STATE(6665), 2, + sym_comment, + sym_include, + [347741] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9704), 1, + sym__terminator, + ACTIONS(9706), 1, + aux_sym_getter_token1, + STATE(6666), 2, + sym_comment, + sym_include, + [347761] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2862), 1, + sym__block_terminator, + STATE(6667), 2, sym_comment, sym_include, - [310214] = 6, + [347781] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(761), 1, - sym__namecolon, - STATE(151), 1, - aux_sym_object_access_repeat1, - STATE(5895), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2856), 1, + sym__block_terminator, + STATE(6668), 2, sym_comment, sym_include, - [310234] = 6, + [347801] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(1799), 1, + STATE(2849), 1, sym__block_terminator, - STATE(5896), 2, + STATE(6669), 2, sym_comment, sym_include, - [310254] = 6, + [347821] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8620), 1, - sym__terminator, - ACTIONS(8622), 1, - aux_sym_interface_statement_token1, - STATE(5897), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5459), 1, + sym_query_fields, + STATE(6670), 2, sym_comment, sym_include, - [310274] = 6, + [347841] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2604), 1, - sym__block_terminator, - STATE(5898), 2, - sym_comment, - sym_include, - [310294] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8624), 1, - sym_identifier, - STATE(5565), 1, - sym_qualified_name, - STATE(5899), 2, + ACTIONS(9710), 1, + sym__terminator, + ACTIONS(9712), 1, + aux_sym_destructor_definition_token1, + STATE(6671), 2, sym_comment, sym_include, - [310314] = 6, - ACTIONS(3), 1, + [347861] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8626), 1, - sym_identifier, - STATE(5991), 1, - sym_qualified_name, - STATE(5900), 2, + ACTIONS(8529), 1, + anon_sym_LPAREN, + STATE(539), 1, + sym_function_arguments, + STATE(6672), 2, sym_comment, sym_include, - [310334] = 6, + [347881] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8628), 1, + ACTIONS(9714), 1, sym__terminator, - ACTIONS(8630), 1, - aux_sym_finally_statement_token1, - STATE(5901), 2, + ACTIONS(9716), 1, + aux_sym_constructor_definition_token1, + STATE(6673), 2, sym_comment, sym_include, - [310354] = 6, + [347901] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2736), 1, - sym__namecolon, - STATE(2671), 1, - aux_sym_object_access_repeat1, - STATE(5902), 2, + ACTIONS(9718), 1, + sym__terminator, + ACTIONS(9720), 1, + aux_sym_method_definition_token1, + STATE(6674), 2, sym_comment, sym_include, - [310374] = 6, + [347921] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8632), 1, + ACTIONS(9722), 1, sym_identifier, - ACTIONS(8634), 1, + ACTIONS(9724), 1, anon_sym_STAR, - STATE(5903), 2, + STATE(6675), 2, sym_comment, sym_include, - [310394] = 5, + [347941] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8636), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5904), 2, + ACTIONS(3248), 1, + sym__namecolon, + STATE(3119), 1, + aux_sym_object_access_repeat1, + STATE(6676), 2, sym_comment, sym_include, - [310412] = 6, + [347961] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8638), 1, - sym__escaped_string, - STATE(4087), 1, - sym_string_literal, - STATE(5905), 2, - sym_comment, - sym_include, - [310432] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8640), 1, - sym_identifier, - ACTIONS(8642), 1, - sym__terminator, - STATE(5906), 2, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(7921), 1, + sym_function_parameters, + STATE(6677), 2, sym_comment, sym_include, - [310452] = 6, - ACTIONS(3), 1, + [347981] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8644), 1, - sym_identifier, - STATE(6015), 1, - sym_qualified_name, - STATE(5907), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7916), 1, + sym_body, + STATE(6678), 2, sym_comment, sym_include, - [310472] = 6, + [348001] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4645), 1, - sym_query_fields, - STATE(5908), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7517), 1, + sym_body, + STATE(6679), 2, sym_comment, sym_include, - [310492] = 6, + [348021] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4819), 1, - sym_query_fields, - STATE(5909), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7491), 1, + sym_body, + STATE(6680), 2, sym_comment, sym_include, - [310512] = 6, - ACTIONS(3), 1, + [348041] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8648), 1, - sym_identifier, - ACTIONS(8650), 1, - sym__integer_literal, - STATE(5910), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2809), 1, + sym__block_terminator, + STATE(6681), 2, sym_comment, sym_include, - [310532] = 6, + [348061] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2150), 1, - sym__block_terminator, - STATE(5911), 2, + ACTIONS(9726), 1, + sym__terminator, + ACTIONS(9728), 1, + aux_sym_finally_statement_token1, + STATE(6682), 2, sym_comment, sym_include, - [310552] = 6, + [348081] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8652), 1, + ACTIONS(9730), 1, sym_identifier, - ACTIONS(8654), 1, - sym__terminator, - STATE(5912), 2, + STATE(3154), 1, + sym_qualified_name, + STATE(6683), 2, sym_comment, sym_include, - [310572] = 6, + [348101] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1734), 1, - sym__block_terminator, - STATE(5913), 2, + ACTIONS(8940), 1, + sym__terminator, + ACTIONS(9732), 1, + aux_sym_setter_token1, + STATE(6684), 2, sym_comment, sym_include, - [310592] = 6, + [348121] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1735), 1, - sym__block_terminator, - STATE(5914), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(6895), 1, + sym_body, + STATE(6685), 2, sym_comment, sym_include, - [310612] = 6, + [348141] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(1736), 1, + STATE(2801), 1, sym__block_terminator, - STATE(5915), 2, + STATE(6686), 2, sym_comment, sym_include, - [310632] = 6, + [348161] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(1738), 1, + STATE(2797), 1, sym__block_terminator, - STATE(5916), 2, + STATE(6687), 2, sym_comment, sym_include, - [310652] = 6, + [348181] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1739), 1, - sym__block_terminator, - STATE(5917), 2, + ACTIONS(9734), 1, + aux_sym_image_phrase_token7, + ACTIONS(9736), 1, + aux_sym_image_phrase_token9, + STATE(6688), 2, sym_comment, sym_include, - [310672] = 6, + [348201] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1742), 1, - sym__block_terminator, - STATE(5918), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5469), 1, + sym_query_fields, + STATE(6689), 2, sym_comment, sym_include, - [310692] = 6, - ACTIONS(69), 1, + [348221] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1743), 1, - sym__block_terminator, - STATE(5919), 2, + ACTIONS(9738), 1, + sym_identifier, + STATE(6811), 1, + sym_qualified_name, + STATE(6690), 2, sym_comment, sym_include, - [310712] = 6, - ACTIONS(69), 1, + [348241] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1748), 1, - sym__block_terminator, - STATE(5920), 2, + ACTIONS(9740), 1, + sym_identifier, + STATE(3129), 1, + sym_qualified_name, + STATE(6691), 2, + sym_comment, + sym_include, + [348261] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9742), 1, + sym_identifier, + ACTIONS(9744), 1, + anon_sym_RPAREN, + STATE(6692), 2, sym_comment, sym_include, - [310732] = 6, + [348281] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(1749), 1, + STATE(2807), 1, sym__block_terminator, - STATE(5921), 2, + STATE(6693), 2, sym_comment, sym_include, - [310752] = 6, - ACTIONS(69), 1, + [348301] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5388), 1, - sym__terminator, - ACTIONS(5390), 1, - aux_sym_function_call_token1, - STATE(5922), 2, + ACTIONS(9746), 1, + sym_identifier, + STATE(6818), 1, + sym_qualified_name, + STATE(6694), 2, sym_comment, sym_include, - [310772] = 6, + [348321] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1751), 1, - sym__block_terminator, - STATE(5923), 2, + ACTIONS(9748), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(9750), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(6695), 2, sym_comment, sym_include, - [310792] = 6, + [348341] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2248), 1, - sym__block_terminator, - STATE(5924), 2, + ACTIONS(8607), 1, + anon_sym_LPAREN, + STATE(3330), 1, + sym_function_arguments, + STATE(6696), 2, sym_comment, sym_include, - [310812] = 6, + [348361] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1760), 1, - sym__block_terminator, - STATE(5925), 2, + ACTIONS(9564), 1, + aux_sym_on_error_phrase_token1, + STATE(7681), 1, + sym_on_error_phrase, + STATE(6697), 2, sym_comment, sym_include, - [310832] = 6, + [348381] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8656), 1, + ACTIONS(9752), 1, sym_identifier, - ACTIONS(8658), 1, - anon_sym_STAR, - STATE(5926), 2, + STATE(6212), 1, + sym_qualified_name, + STATE(6698), 2, sym_comment, sym_include, - [310852] = 6, + [348401] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1761), 1, - sym__block_terminator, - STATE(5927), 2, + ACTIONS(9754), 1, + sym__terminator, + ACTIONS(9756), 1, + aux_sym_constructor_definition_token1, + STATE(6699), 2, sym_comment, sym_include, - [310872] = 6, + [348421] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8660), 1, - sym__terminator, - ACTIONS(8662), 1, - aux_sym_catch_statement_token1, - STATE(5928), 2, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(6337), 1, + sym_function_parameters, + STATE(6700), 2, sym_comment, sym_include, - [310892] = 6, + [348441] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8664), 1, + ACTIONS(9758), 1, sym_identifier, - STATE(6044), 1, - sym_qualified_name, - STATE(5929), 2, + ACTIONS(9760), 1, + anon_sym_STAR, + STATE(6701), 2, sym_comment, sym_include, - [310912] = 6, - ACTIONS(3), 1, + [348461] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8666), 1, - sym_identifier, - STATE(3571), 1, - sym_qualified_name, - STATE(5930), 2, + ACTIONS(1400), 1, + sym__namecolon, + STATE(529), 1, + aux_sym_object_access_repeat1, + STATE(6702), 2, sym_comment, sym_include, - [310932] = 6, + [348481] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5122), 1, - sym__block_terminator, - STATE(5931), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7388), 1, + sym_body, + STATE(6703), 2, sym_comment, sym_include, - [310952] = 6, - ACTIONS(69), 1, + [348501] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7797), 1, - anon_sym_LPAREN, - STATE(1113), 1, - sym_function_arguments, - STATE(5932), 2, + ACTIONS(9762), 1, + sym_identifier, + ACTIONS(9764), 1, + anon_sym_COMMA, + STATE(6704), 2, sym_comment, sym_include, - [310972] = 5, + [348521] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8668), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5933), 2, + ACTIONS(9441), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6705), 2, sym_comment, sym_include, - [310990] = 6, + [348539] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1766), 1, - sym__block_terminator, - STATE(5934), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7308), 1, + sym_body, + STATE(6706), 2, sym_comment, sym_include, - [311010] = 6, + [348559] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1767), 1, - sym__block_terminator, - STATE(5935), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7282), 1, + sym_body, + STATE(6707), 2, sym_comment, sym_include, - [311030] = 5, + [348579] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8670), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5936), 2, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(7887), 1, + sym_function_parameters, + STATE(6708), 2, sym_comment, sym_include, - [311048] = 5, - ACTIONS(69), 1, + [348599] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8021), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5937), 2, + ACTIONS(9766), 1, + sym_identifier, + ACTIONS(9768), 1, + sym__integer_literal, + STATE(6709), 2, sym_comment, sym_include, - [311066] = 6, + [348619] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8672), 1, + ACTIONS(9770), 2, sym_identifier, - ACTIONS(8674), 1, - anon_sym_STAR, - STATE(5938), 2, + aux_sym_run_tuning_token6, + STATE(6710), 2, sym_comment, sym_include, - [311086] = 6, + [348637] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2700), 1, - sym__namecolon, - STATE(2167), 1, - aux_sym_object_access_repeat1, - STATE(5939), 2, + ACTIONS(9772), 1, + sym__escaped_string, + STATE(4778), 1, + sym_string_literal, + STATE(6711), 2, sym_comment, sym_include, - [311106] = 6, + [348657] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2154), 1, - sym__block_terminator, - STATE(5940), 2, + ACTIONS(6152), 1, + sym__terminator, + ACTIONS(6154), 1, + aux_sym_function_call_token1, + STATE(6712), 2, sym_comment, sym_include, - [311126] = 6, + [348677] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7932), 1, - anon_sym_RPAREN, - ACTIONS(8676), 1, - anon_sym_, - STATE(5941), 2, + ACTIONS(9774), 1, + sym_identifier, + STATE(3069), 1, + sym_qualified_name, + STATE(6713), 2, sym_comment, sym_include, - [311146] = 6, + [348697] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1782), 1, - sym__block_terminator, - STATE(5942), 2, + ACTIONS(9776), 2, + anon_sym_COLON, + aux_sym_enum_tuning_token1, + STATE(6714), 2, sym_comment, sym_include, - [311166] = 6, + [348715] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8678), 1, - sym__terminator, - ACTIONS(8680), 1, - aux_sym_catch_statement_token1, - STATE(5943), 2, + ACTIONS(9778), 1, + aux_sym_getter_token1, + ACTIONS(9780), 1, + aux_sym_setter_token1, + STATE(6715), 2, sym_comment, sym_include, - [311186] = 6, + [348735] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1787), 1, - sym__block_terminator, - STATE(5944), 2, + ACTIONS(9782), 2, + anon_sym_COLON, + aux_sym_enum_tuning_token1, + STATE(6716), 2, + sym_comment, + sym_include, + [348753] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9784), 1, + sym_identifier, + STATE(3113), 1, + sym_qualified_name, + STATE(6717), 2, sym_comment, sym_include, - [311206] = 5, + [348773] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8682), 2, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - STATE(5945), 2, + STATE(2580), 1, + sym__block_terminator, + STATE(6718), 2, sym_comment, sym_include, - [311224] = 6, + [348793] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8684), 1, - sym__terminator, - ACTIONS(8686), 1, - aux_sym_catch_statement_token1, - STATE(5946), 2, + ACTIONS(9786), 2, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + STATE(6719), 2, sym_comment, sym_include, - [311244] = 6, + [348811] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1793), 1, - sym__block_terminator, - STATE(5947), 2, + ACTIONS(9788), 1, + sym__terminator, + ACTIONS(9790), 1, + aux_sym_catch_statement_token1, + STATE(6720), 2, sym_comment, sym_include, - [311264] = 6, + [348831] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(2146), 1, + STATE(2550), 1, sym__block_terminator, - STATE(5948), 2, + STATE(6721), 2, sym_comment, sym_include, - [311284] = 6, + [348851] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1797), 1, - sym__block_terminator, - STATE(5949), 2, + ACTIONS(9792), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6722), 2, sym_comment, sym_include, - [311304] = 6, + [348869] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1819), 1, - sym__block_terminator, - STATE(5950), 2, + ACTIONS(3044), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6723), 2, sym_comment, sym_include, - [311324] = 6, + [348887] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8688), 1, + ACTIONS(9794), 1, sym_identifier, - ACTIONS(8690), 1, - anon_sym_STAR, - STATE(5951), 2, + STATE(137), 1, + sym_qualified_name, + STATE(6724), 2, sym_comment, sym_include, - [311344] = 6, + [348907] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2176), 1, - sym__block_terminator, - STATE(5952), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7905), 1, + sym_body, + STATE(6725), 2, sym_comment, sym_include, - [311364] = 5, - ACTIONS(69), 1, + [348927] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8692), 2, - anon_sym_COLON, - aux_sym_enum_tuning_token1, - STATE(5953), 2, + ACTIONS(9796), 1, + sym_identifier, + STATE(3060), 1, + sym_qualified_name, + STATE(6726), 2, sym_comment, sym_include, - [311382] = 6, + [348947] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(5139), 1, + STATE(2546), 1, sym__block_terminator, - STATE(5954), 2, + STATE(6727), 2, sym_comment, sym_include, - [311402] = 6, + [348967] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8694), 1, - aux_sym_getter_token1, - ACTIONS(8696), 1, - aux_sym_setter_token1, - STATE(5955), 2, + ACTIONS(9798), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6728), 2, sym_comment, sym_include, - [311422] = 5, + [348985] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8698), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5956), 2, + ACTIONS(8179), 1, + anon_sym_LPAREN, + STATE(3100), 1, + sym_function_arguments, + STATE(6729), 2, sym_comment, sym_include, - [311440] = 6, + [349005] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7163), 1, - anon_sym_LPAREN, - STATE(7038), 1, - sym_function_parameters, - STATE(5957), 2, + ACTIONS(9800), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(9802), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(6730), 2, sym_comment, sym_include, - [311460] = 6, - ACTIONS(69), 1, + [349025] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7163), 1, - anon_sym_LPAREN, - STATE(5579), 1, - sym_function_parameters, - STATE(5958), 2, + ACTIONS(9804), 1, + sym_identifier, + STATE(4142), 1, + sym_qualified_name, + STATE(6731), 2, sym_comment, sym_include, - [311480] = 6, + [349045] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8700), 1, - sym__terminator, - ACTIONS(8702), 1, - aux_sym_constructor_definition_token1, - STATE(5959), 2, + ACTIONS(9806), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6732), 2, sym_comment, sym_include, - [311500] = 6, + [349063] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(7015), 1, - sym_body, - STATE(5960), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2587), 1, + sym__block_terminator, + STATE(6733), 2, sym_comment, sym_include, - [311520] = 6, + [349083] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8704), 1, + ACTIONS(9808), 1, sym_identifier, - ACTIONS(8706), 1, + ACTIONS(9810), 1, anon_sym_STAR, - STATE(5961), 2, - sym_comment, - sym_include, - [311540] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6766), 1, - sym_body, - STATE(5962), 2, + STATE(6734), 2, sym_comment, sym_include, - [311560] = 6, + [349103] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8708), 1, - sym__terminator, - ACTIONS(8710), 1, - aux_sym_enum_definition_token1, - STATE(5963), 2, - sym_comment, - sym_include, - [311580] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8712), 1, - sym_identifier, - ACTIONS(8714), 1, - anon_sym_RPAREN, - STATE(5964), 2, + ACTIONS(3238), 1, + sym__namecolon, + STATE(3116), 1, + aux_sym_object_access_repeat1, + STATE(6735), 2, sym_comment, sym_include, - [311600] = 6, + [349123] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(6743), 1, + STATE(7348), 1, sym_body, - STATE(5965), 2, + STATE(6736), 2, sym_comment, sym_include, - [311620] = 6, + [349143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8716), 1, + ACTIONS(9812), 1, sym_identifier, - STATE(2774), 1, - sym_qualified_name, - STATE(5966), 2, + ACTIONS(9814), 1, + sym__integer_literal, + STATE(6737), 2, sym_comment, sym_include, - [311640] = 6, + [349163] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(4710), 1, + STATE(5392), 1, sym_query_fields, - STATE(5967), 2, + STATE(6738), 2, sym_comment, sym_include, - [311660] = 6, + [349183] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8718), 1, - aux_sym_image_phrase_token7, - ACTIONS(8720), 1, - aux_sym_image_phrase_token9, - STATE(5968), 2, + ACTIONS(9816), 1, + aux_sym_using_statement_token2, + ACTIONS(9818), 1, + aux_sym_input_close_statement_token2, + STATE(6739), 2, sym_comment, sym_include, - [311680] = 6, + [349203] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1829), 1, - sym__block_terminator, - STATE(5969), 2, + ACTIONS(9816), 1, + aux_sym_using_statement_token2, + ACTIONS(9820), 1, + aux_sym_input_close_statement_token2, + STATE(6740), 2, sym_comment, sym_include, - [311700] = 5, - ACTIONS(69), 1, + [349223] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8722), 2, + ACTIONS(9822), 1, + sym_identifier, + ACTIONS(9824), 1, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5970), 2, + STATE(6741), 2, sym_comment, sym_include, - [311718] = 6, + [349243] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8724), 1, + ACTIONS(9826), 1, sym__terminator, - ACTIONS(8726), 1, - aux_sym_catch_statement_token1, - STATE(5971), 2, + ACTIONS(9828), 1, + aux_sym_class_type_token1, + STATE(6742), 2, sym_comment, sym_include, - [311738] = 6, + [349263] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8728), 1, - sym__terminator, - ACTIONS(8730), 1, - aux_sym_interface_statement_token1, - STATE(5972), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5273), 1, + sym_query_fields, + STATE(6743), 2, sym_comment, sym_include, - [311758] = 5, + [349283] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2570), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5973), 2, - sym_comment, - sym_include, - [311776] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8732), 1, - sym_identifier, - STATE(2727), 1, - sym_qualified_name, - STATE(5974), 2, + ACTIONS(9830), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6744), 2, sym_comment, sym_include, - [311796] = 6, + [349301] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1838), 1, - sym__block_terminator, - STATE(5975), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7433), 1, + sym_body, + STATE(6745), 2, sym_comment, sym_include, - [311816] = 6, - ACTIONS(69), 1, + [349321] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1840), 1, - sym__block_terminator, - STATE(5976), 2, + ACTIONS(7811), 1, + sym_identifier, + ACTIONS(7817), 1, + aux_sym_buffer_definition_token2, + STATE(6746), 2, sym_comment, sym_include, - [311836] = 6, + [349341] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4960), 1, - anon_sym_LPAREN, - STATE(4034), 1, - sym_function_arguments, - STATE(5977), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7464), 1, + sym_body, + STATE(6747), 2, sym_comment, sym_include, - [311856] = 6, + [349361] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2538), 1, - sym__block_terminator, - STATE(5978), 2, + ACTIONS(8252), 1, + sym__escaped_string, + STATE(4137), 1, + sym_string_literal, + STATE(6748), 2, sym_comment, sym_include, - [311876] = 6, - ACTIONS(69), 1, + [349381] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8734), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8736), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(5979), 2, + ACTIONS(9832), 1, + sym_identifier, + STATE(3125), 1, + sym_qualified_name, + STATE(6749), 2, sym_comment, sym_include, - [311896] = 6, + [349401] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2559), 1, - sym__block_terminator, - STATE(5980), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7853), 1, + sym_body, + STATE(6750), 2, sym_comment, sym_include, - [311916] = 6, + [349421] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(6656), 1, + STATE(7850), 1, sym_body, - STATE(5981), 2, + STATE(6751), 2, sym_comment, sym_include, - [311936] = 6, + [349441] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5168), 1, - sym__block_terminator, - STATE(5982), 2, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(6469), 1, + sym_function_parameters, + STATE(6752), 2, sym_comment, sym_include, - [311956] = 6, + [349461] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8738), 1, - sym__terminator, - ACTIONS(8740), 1, - aux_sym_class_type_token1, - STATE(5983), 2, + ACTIONS(9834), 1, + aux_sym_input_close_statement_token2, + ACTIONS(9836), 1, + aux_sym_output_stream_statement_token1, + STATE(6753), 2, sym_comment, sym_include, - [311976] = 6, + [349481] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8742), 1, - sym__terminator, - ACTIONS(8744), 1, - aux_sym_interface_statement_token1, - STATE(5984), 2, + ACTIONS(9836), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(9838), 1, + aux_sym_input_close_statement_token2, + STATE(6754), 2, sym_comment, sym_include, - [311996] = 6, + [349501] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8746), 1, + ACTIONS(9840), 1, sym_identifier, - ACTIONS(8748), 1, - anon_sym_COMMA, - STATE(5985), 2, + STATE(5662), 1, + sym_qualified_name, + STATE(6755), 2, sym_comment, sym_include, - [312016] = 6, + [349521] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8750), 1, - sym__terminator, - ACTIONS(8752), 1, - aux_sym_prompt_for_statement_token2, - STATE(5986), 2, + ACTIONS(9842), 1, + anon_sym_COMMA, + ACTIONS(9844), 1, + aux_sym_on_error_phrase_token3, + STATE(6756), 2, sym_comment, sym_include, - [312036] = 6, + [349541] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6982), 1, - sym_body, - STATE(5987), 2, + ACTIONS(9846), 1, + anon_sym_COMMA, + ACTIONS(9848), 1, + aux_sym_on_error_phrase_token3, + STATE(6757), 2, sym_comment, sym_include, - [312056] = 6, + [349561] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8754), 1, - sym__terminator, - ACTIONS(8756), 1, - aux_sym_enum_definition_token1, - STATE(5988), 2, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(6471), 1, + sym_function_parameters, + STATE(6758), 2, sym_comment, sym_include, - [312076] = 6, - ACTIONS(69), 1, + [349581] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8758), 1, - sym__terminator, - ACTIONS(8760), 1, - aux_sym_function_call_token1, - STATE(5989), 2, + ACTIONS(9850), 1, + sym_identifier, + STATE(3157), 1, + sym_qualified_name, + STATE(6759), 2, + sym_comment, + sym_include, + [349601] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8808), 1, + sym_identifier, + ACTIONS(8810), 1, + aux_sym_buffer_definition_token2, + STATE(6760), 2, sym_comment, sym_include, - [312096] = 6, + [349621] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5174), 1, - sym__block_terminator, - STATE(5990), 2, + ACTIONS(9852), 1, + aux_sym_primitive_type_token1, + ACTIONS(9854), 1, + aux_sym_event_definition_token2, + STATE(6761), 2, sym_comment, sym_include, - [312116] = 6, + [349641] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6586), 1, - sym_body, - STATE(5991), 2, + ACTIONS(9856), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(9858), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(6762), 2, sym_comment, sym_include, - [312136] = 6, + [349661] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6563), 1, - sym_body, - STATE(5992), 2, + ACTIONS(9860), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(6763), 2, sym_comment, sym_include, - [312156] = 6, + [349679] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8762), 1, + ACTIONS(9862), 1, sym_identifier, - STATE(2737), 1, - sym_qualified_name, - STATE(5993), 2, + ACTIONS(9864), 1, + aux_sym_buffer_definition_token2, + STATE(6764), 2, sym_comment, sym_include, - [312176] = 6, + [349699] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8764), 1, - sym__terminator, - ACTIONS(8766), 1, - aux_sym_function_call_token1, - STATE(5994), 2, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(7828), 1, + sym_function_parameters, + STATE(6765), 2, sym_comment, sym_include, - [312196] = 6, + [349719] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1860), 1, - sym__block_terminator, - STATE(5995), 2, + ACTIONS(9866), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6766), 2, sym_comment, sym_include, - [312216] = 6, + [349737] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8768), 1, - sym__terminator, - ACTIONS(8770), 1, - aux_sym_enum_definition_token1, - STATE(5996), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2682), 1, + sym__block_terminator, + STATE(6767), 2, sym_comment, sym_include, - [312236] = 6, + [349757] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2347), 1, - sym__block_terminator, - STATE(5997), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7557), 1, + sym_body, + STATE(6768), 2, sym_comment, sym_include, - [312256] = 6, - ACTIONS(69), 1, + [349777] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8772), 1, - anon_sym_DOT, - ACTIONS(8774), 1, - aux_sym__function_terminator_token1, - STATE(5998), 2, + ACTIONS(9868), 1, + sym_identifier, + ACTIONS(9870), 1, + anon_sym_COMMA, + STATE(6769), 2, sym_comment, sym_include, - [312276] = 6, - ACTIONS(69), 1, + [349797] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8776), 1, + ACTIONS(9872), 1, + sym_identifier, + ACTIONS(9874), 1, sym__terminator, - ACTIONS(8778), 1, - aux_sym_prompt_for_statement_token2, - STATE(5999), 2, + STATE(6770), 2, sym_comment, sym_include, - [312296] = 6, + [349817] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7163), 1, + ACTIONS(8747), 1, anon_sym_LPAREN, - STATE(6968), 1, - sym_function_parameters, - STATE(6000), 2, + STATE(1363), 1, + sym_function_arguments, + STATE(6771), 2, sym_comment, sym_include, - [312316] = 6, + [349837] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, + ACTIONS(9876), 2, aux_sym__block_terminator_token1, - STATE(1865), 1, - sym__block_terminator, - STATE(6001), 2, - sym_comment, - sym_include, - [312336] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8780), 1, - sym__terminator, - ACTIONS(8782), 1, - aux_sym_method_definition_token1, - STATE(6002), 2, + aux_sym_variable_definition_token1, + STATE(6772), 2, sym_comment, sym_include, - [312356] = 6, + [349855] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8784), 1, + ACTIONS(9878), 1, sym_identifier, - STATE(2726), 1, + STATE(6462), 1, sym_qualified_name, - STATE(6003), 2, - sym_comment, - sym_include, - [312376] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8786), 1, - sym__terminator, - ACTIONS(8788), 1, - aux_sym_class_type_token1, - STATE(6004), 2, + STATE(6773), 2, sym_comment, sym_include, - [312396] = 6, + [349875] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8790), 1, - sym__terminator, - ACTIONS(8792), 1, - aux_sym_constructor_definition_token1, - STATE(6005), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(6902), 1, + sym_body, + STATE(6774), 2, sym_comment, sym_include, - [312416] = 6, + [349895] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8794), 1, - sym__terminator, - ACTIONS(8796), 1, - aux_sym_destructor_definition_token1, - STATE(6006), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7629), 1, + sym_body, + STATE(6775), 2, sym_comment, sym_include, - [312436] = 6, + [349915] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8798), 1, + ACTIONS(9880), 1, sym_identifier, - ACTIONS(8800), 1, - sym__terminator, - STATE(6007), 2, + ACTIONS(9882), 1, + anon_sym_STAR, + STATE(6776), 2, sym_comment, sym_include, - [312456] = 6, + [349935] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8802), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8804), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(6008), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2694), 1, + sym__block_terminator, + STATE(6777), 2, sym_comment, sym_include, - [312476] = 6, + [349955] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6521), 1, - sym_body, - STATE(6009), 2, + ACTIONS(3206), 1, + sym__namecolon, + STATE(2672), 1, + aux_sym_object_access_repeat1, + STATE(6778), 2, sym_comment, sym_include, - [312496] = 6, + [349975] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5199), 1, - sym__block_terminator, - STATE(6010), 2, + ACTIONS(9884), 2, + sym__terminator, + aux_sym_output_stream_statement_token1, + STATE(6779), 2, sym_comment, sym_include, - [312516] = 6, + [349993] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1056), 1, - sym__namecolon, - STATE(334), 1, - aux_sym_object_access_repeat1, - STATE(6011), 2, + ACTIONS(9886), 2, + sym__terminator, + aux_sym_field_definition_token1, + STATE(6780), 2, sym_comment, sym_include, - [312536] = 6, + [350011] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8806), 1, - sym__terminator, - ACTIONS(8808), 1, - aux_sym_interface_statement_token1, - STATE(6012), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7654), 1, + sym_body, + STATE(6781), 2, sym_comment, sym_include, - [312556] = 6, + [350031] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8810), 1, + ACTIONS(9888), 1, sym_identifier, - ACTIONS(8812), 1, - anon_sym_COMMA, - STATE(6013), 2, + STATE(158), 1, + sym_qualified_name, + STATE(6782), 2, sym_comment, sym_include, - [312576] = 6, + [350051] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8814), 1, + ACTIONS(9057), 1, + anon_sym_RPAREN, + ACTIONS(9890), 1, + anon_sym_, + STATE(6783), 2, + sym_comment, + sym_include, + [350071] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9892), 1, sym_identifier, - ACTIONS(8816), 1, - anon_sym_STAR, - STATE(6014), 2, + STATE(3089), 1, + sym_qualified_name, + STATE(6784), 2, sym_comment, sym_include, - [312596] = 6, - ACTIONS(69), 1, + [350091] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6597), 1, - sym_body, - STATE(6015), 2, + ACTIONS(9894), 1, + sym_identifier, + STATE(5573), 1, + sym_qualified_name, + STATE(6785), 2, sym_comment, sym_include, - [312616] = 6, + [350111] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4884), 1, - sym_query_fields, - STATE(6016), 2, + ACTIONS(8252), 1, + sym__escaped_string, + STATE(3927), 1, + sym_string_literal, + STATE(6786), 2, sym_comment, sym_include, - [312636] = 6, + [350131] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1875), 1, - sym__block_terminator, - STATE(6017), 2, + ACTIONS(9896), 1, + sym__terminator, + ACTIONS(9898), 1, + aux_sym_catch_statement_token1, + STATE(6787), 2, sym_comment, sym_include, - [312656] = 6, + [350151] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8782), 1, + sym_identifier, + ACTIONS(8784), 1, + aux_sym_buffer_definition_token2, + STATE(6788), 2, + sym_comment, + sym_include, + [350171] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6625), 1, - sym_body, - STATE(6018), 2, + ACTIONS(8553), 1, + anon_sym_LPAREN, + STATE(6579), 1, + sym_function_arguments, + STATE(6789), 2, sym_comment, sym_include, - [312676] = 6, + [350191] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(2601), 1, + STATE(2702), 1, sym__block_terminator, - STATE(6019), 2, + STATE(6790), 2, sym_comment, sym_include, - [312696] = 6, + [350211] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8818), 1, + ACTIONS(9900), 1, sym_identifier, - STATE(2704), 1, - sym_qualified_name, - STATE(6020), 2, + ACTIONS(9902), 1, + aux_sym_buffer_definition_token2, + STATE(6791), 2, sym_comment, sym_include, - [312716] = 6, + [350231] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(2532), 1, + STATE(3010), 1, sym__block_terminator, - STATE(6021), 2, + STATE(6792), 2, sym_comment, sym_include, - [312736] = 6, + [350251] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2608), 1, - sym__block_terminator, - STATE(6022), 2, + ACTIONS(9904), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6793), 2, sym_comment, sym_include, - [312756] = 6, + [350269] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1879), 1, - sym__block_terminator, - STATE(6023), 2, + ACTIONS(9906), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6794), 2, sym_comment, sym_include, - [312776] = 6, + [350287] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8820), 1, + ACTIONS(9908), 1, sym_identifier, - STATE(2661), 1, + STATE(3160), 1, sym_qualified_name, - STATE(6024), 2, + STATE(6795), 2, sym_comment, sym_include, - [312796] = 6, - ACTIONS(3), 1, + [350307] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8822), 1, - sym_identifier, - STATE(5503), 1, - sym_qualified_name, - STATE(6025), 2, + ACTIONS(7472), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(6796), 2, sym_comment, sym_include, - [312816] = 6, + [350325] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(5206), 1, + STATE(2927), 1, sym__block_terminator, - STATE(6026), 2, + STATE(6797), 2, sym_comment, sym_include, - [312836] = 6, + [350345] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8824), 1, - sym__terminator, - ACTIONS(8826), 1, - aux_sym_getter_token1, - STATE(6027), 2, + ACTIONS(5735), 1, + sym__namecolon, + STATE(6542), 1, + aux_sym_object_access_repeat1, + STATE(6798), 2, sym_comment, sym_include, - [312856] = 6, + [350365] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7470), 1, - anon_sym_LPAREN, - STATE(2615), 1, - sym_function_arguments, - STATE(6028), 2, + ACTIONS(9910), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(9912), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(6799), 2, sym_comment, sym_include, - [312876] = 6, - ACTIONS(69), 1, + [350385] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8828), 1, - sym__terminator, - ACTIONS(8830), 1, - aux_sym_class_type_token1, - STATE(6029), 2, + ACTIONS(9914), 1, + sym_identifier, + ACTIONS(9916), 1, + anon_sym_STAR, + STATE(6800), 2, sym_comment, sym_include, - [312896] = 6, + [350405] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8056), 1, - sym__terminator, - ACTIONS(8832), 1, - aux_sym_setter_token1, - STATE(6030), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7806), 1, + sym_body, + STATE(6801), 2, sym_comment, sym_include, - [312916] = 6, - ACTIONS(69), 1, + [350425] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6918), 1, - sym_body, - STATE(6031), 2, + ACTIONS(9918), 1, + sym_identifier, + ACTIONS(9920), 1, + anon_sym_COMMA, + STATE(6802), 2, sym_comment, sym_include, - [312936] = 6, + [350445] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8834), 1, + ACTIONS(9922), 1, sym_identifier, - STATE(2679), 1, - sym_qualified_name, - STATE(6032), 2, + ACTIONS(9924), 1, + anon_sym_COMMA, + STATE(6803), 2, sym_comment, sym_include, - [312956] = 6, - ACTIONS(69), 1, + [350465] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(757), 1, - anon_sym_LPAREN, - STATE(1415), 1, - sym_function_arguments, - STATE(6033), 2, + ACTIONS(9926), 1, + sym_identifier, + ACTIONS(9928), 1, + anon_sym_COMMA, + STATE(6804), 2, + sym_comment, + sym_include, + [350485] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9930), 1, + sym_identifier, + ACTIONS(9932), 1, + anon_sym_COMMA, + STATE(6805), 2, sym_comment, sym_include, - [312976] = 6, + [350505] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7673), 1, + ACTIONS(8651), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(1626), 1, sym_function_arguments, - STATE(6034), 2, + STATE(6806), 2, sym_comment, sym_include, - [312996] = 6, + [350525] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8836), 1, + ACTIONS(9934), 1, sym_identifier, - ACTIONS(8838), 1, - sym__terminator, - STATE(6035), 2, + ACTIONS(9936), 1, + anon_sym_COMMA, + STATE(6807), 2, sym_comment, sym_include, - [313016] = 6, + [350545] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8840), 1, + ACTIONS(9938), 1, aux_sym_procedure_parameter_definition_token1, - ACTIONS(8842), 1, + ACTIONS(9940), 1, aux_sym_procedure_parameter_definition_token2, - STATE(6036), 2, + STATE(6808), 2, sym_comment, sym_include, - [313036] = 6, - ACTIONS(69), 1, + [350565] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6717), 1, - sym_body, - STATE(6037), 2, + ACTIONS(9942), 1, + sym_identifier, + ACTIONS(9944), 1, + anon_sym_STAR, + STATE(6809), 2, sym_comment, sym_include, - [313056] = 6, - ACTIONS(3), 1, + [350585] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8844), 1, - sym_identifier, - ACTIONS(8846), 1, - anon_sym_COMMA, - STATE(6038), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2640), 1, + sym__block_terminator, + STATE(6810), 2, sym_comment, sym_include, - [313076] = 6, + [350605] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5354), 1, - sym__terminator, - ACTIONS(5356), 1, - aux_sym_function_call_token1, - STATE(6039), 2, + ACTIONS(8771), 1, + anon_sym_LPAREN, + STATE(1396), 1, + sym_function_arguments, + STATE(6811), 2, sym_comment, sym_include, - [313096] = 6, + [350625] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8848), 1, - sym__terminator, - ACTIONS(8850), 1, - aux_sym_method_definition_token1, - STATE(6040), 2, + ACTIONS(9946), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6812), 2, sym_comment, sym_include, - [313116] = 6, + [350643] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8852), 1, - sym__terminator, - ACTIONS(8854), 1, - aux_sym_method_definition_token1, - STATE(6041), 2, + ACTIONS(1758), 1, + sym__namecolon, + STATE(1365), 1, + aux_sym_object_access_repeat1, + STATE(6813), 2, sym_comment, sym_include, - [313136] = 6, + [350663] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8856), 1, - sym__terminator, - ACTIONS(8858), 1, - aux_sym_finally_statement_token1, - STATE(6042), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2982), 1, + sym__block_terminator, + STATE(6814), 2, sym_comment, sym_include, - [313156] = 5, + [350683] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8860), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6043), 2, + ACTIONS(902), 1, + sym__namecolon, + STATE(330), 1, + aux_sym_object_access_repeat1, + STATE(6815), 2, sym_comment, sym_include, - [313174] = 6, + [350703] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(9950), 2, anon_sym_COLON, - STATE(6783), 1, - sym_body, - STATE(6044), 2, + aux_sym_repeat_tuning_token1, + STATE(6816), 2, sym_comment, sym_include, - [313194] = 6, + [350721] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8862), 1, + ACTIONS(9952), 1, sym_identifier, - ACTIONS(8864), 1, - anon_sym_STAR, - STATE(6045), 2, + ACTIONS(9954), 1, + anon_sym_COMMA, + STATE(6817), 2, sym_comment, sym_include, - [313214] = 6, + [350741] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6802), 1, - sym_body, - STATE(6046), 2, + ACTIONS(8763), 1, + sym__terminator, + ACTIONS(8765), 1, + aux_sym_using_statement_token2, + STATE(6818), 2, sym_comment, sym_include, - [313234] = 6, + [350761] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(1904), 1, + STATE(3003), 1, sym__block_terminator, - STATE(6047), 2, + STATE(6819), 2, sym_comment, sym_include, - [313254] = 6, + [350781] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8866), 1, + ACTIONS(9956), 1, sym_identifier, - ACTIONS(8868), 1, - sym__terminator, - STATE(6048), 2, + ACTIONS(9958), 1, + anon_sym_COMMA, + STATE(6820), 2, sym_comment, sym_include, - [313274] = 6, + [350801] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8870), 1, + ACTIONS(9960), 1, sym_identifier, - STATE(2720), 1, + STATE(4642), 1, sym_qualified_name, - STATE(6049), 2, + STATE(6821), 2, sym_comment, sym_include, - [313294] = 6, - ACTIONS(69), 1, + [350821] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1910), 1, - sym__block_terminator, - STATE(6050), 2, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_COMMA, + STATE(6822), 2, sym_comment, sym_include, - [313314] = 6, - ACTIONS(69), 1, + [350841] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8872), 1, - sym__terminator, - ACTIONS(8874), 1, - aux_sym_destructor_definition_token1, - STATE(6051), 2, + ACTIONS(9966), 1, + sym_identifier, + STATE(3112), 1, + sym_qualified_name, + STATE(6823), 2, sym_comment, sym_include, - [313334] = 6, + [350861] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8876), 1, + ACTIONS(9968), 1, sym_identifier, - STATE(6462), 1, - sym_qualified_name, - STATE(6052), 2, + ACTIONS(9970), 1, + anon_sym_COMMA, + STATE(6824), 2, sym_comment, sym_include, - [313354] = 6, - ACTIONS(69), 1, + [350881] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2397), 1, - sym__block_terminator, - STATE(6053), 2, + ACTIONS(9972), 1, + sym_identifier, + STATE(4045), 1, + sym_qualified_name, + STATE(6825), 2, sym_comment, sym_include, - [313374] = 6, + [350901] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(2394), 1, + STATE(2939), 1, sym__block_terminator, - STATE(6054), 2, + STATE(6826), 2, sym_comment, sym_include, - [313394] = 6, + [350921] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8878), 1, + ACTIONS(9974), 1, sym_identifier, - STATE(6469), 1, + STATE(6590), 1, sym_qualified_name, - STATE(6055), 2, + STATE(6827), 2, sym_comment, sym_include, - [313414] = 6, - ACTIONS(69), 1, + [350941] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2488), 1, - sym__namecolon, - STATE(1385), 1, - aux_sym_object_access_repeat1, - STATE(6056), 2, + ACTIONS(9976), 1, + sym_identifier, + ACTIONS(9978), 1, + sym__integer_literal, + STATE(6828), 2, sym_comment, sym_include, - [313434] = 6, + [350961] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8880), 1, + ACTIONS(9980), 1, + sym_identifier, + ACTIONS(9982), 1, + aux_sym_buffer_definition_token2, + STATE(6829), 2, + sym_comment, + sym_include, + [350981] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9984), 1, + sym_identifier, + ACTIONS(9986), 1, + aux_sym_buffer_definition_token2, + STATE(6830), 2, + sym_comment, + sym_include, + [351001] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9988), 1, sym_identifier, - STATE(2744), 1, + STATE(7562), 1, sym_qualified_name, - STATE(6057), 2, + STATE(6831), 2, sym_comment, sym_include, - [313454] = 6, - ACTIONS(69), 1, + [351021] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8602), 1, - aux_sym_on_error_phrase_token1, - STATE(6525), 1, - sym_on_error_phrase, - STATE(6058), 2, + ACTIONS(9990), 1, + sym_identifier, + STATE(6578), 1, + sym_qualified_name, + STATE(6832), 2, sym_comment, sym_include, - [313474] = 6, + [351041] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8882), 1, + ACTIONS(9992), 1, sym_identifier, - STATE(5728), 1, + STATE(5562), 1, sym_qualified_name, - STATE(6059), 2, + STATE(6833), 2, sym_comment, sym_include, - [313494] = 6, + [351061] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8884), 1, - sym__terminator, - ACTIONS(8886), 1, - aux_sym_getter_token1, - STATE(6060), 2, + ACTIONS(9680), 1, + anon_sym_DOT, + ACTIONS(9994), 1, + aux_sym__function_terminator_token1, + STATE(6834), 2, sym_comment, sym_include, - [313514] = 6, + [351081] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8888), 1, + ACTIONS(9996), 1, sym_identifier, - STATE(6240), 1, + STATE(3940), 1, sym_qualified_name, - STATE(6061), 2, + STATE(6835), 2, sym_comment, sym_include, - [313534] = 6, - ACTIONS(69), 1, + [351101] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8890), 1, - sym__terminator, - ACTIONS(8892), 1, - aux_sym_interface_statement_token1, - STATE(6062), 2, + ACTIONS(9998), 1, + sym_identifier, + ACTIONS(10000), 1, + sym__integer_literal, + STATE(6836), 2, sym_comment, sym_include, - [313554] = 6, + [351121] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8894), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8896), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(6063), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2822), 1, + sym__block_terminator, + STATE(6837), 2, sym_comment, sym_include, - [313574] = 6, - ACTIONS(69), 1, + [351141] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8898), 1, - aux_sym_using_statement_token2, - ACTIONS(8900), 1, - aux_sym_input_close_statement_token2, - STATE(6064), 2, + ACTIONS(10002), 1, + sym_identifier, + STATE(6621), 1, + sym_qualified_name, + STATE(6838), 2, sym_comment, sym_include, - [313594] = 6, - ACTIONS(69), 1, + [351161] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8898), 1, - aux_sym_using_statement_token2, - ACTIONS(8902), 1, - aux_sym_input_close_statement_token2, - STATE(6065), 2, + ACTIONS(10004), 1, + sym_identifier, + STATE(135), 1, + sym_qualified_name, + STATE(6839), 2, sym_comment, sym_include, - [313614] = 6, + [351181] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8904), 1, - sym__terminator, - ACTIONS(8906), 1, - aux_sym_setter_token1, - STATE(6066), 2, + ACTIONS(8551), 1, + anon_sym_LPAREN, + STATE(327), 1, + sym_function_arguments, + STATE(6840), 2, sym_comment, sym_include, - [313634] = 6, + [351201] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6880), 1, - sym_body, - STATE(6067), 2, + ACTIONS(10006), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6841), 2, sym_comment, sym_include, - [313654] = 6, + [351219] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8908), 1, + ACTIONS(10008), 1, sym_identifier, - ACTIONS(8910), 1, - anon_sym_COMMA, - STATE(6068), 2, + ACTIONS(10010), 1, + sym__integer_literal, + STATE(6842), 2, sym_comment, sym_include, - [313674] = 6, + [351239] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8912), 1, + ACTIONS(10012), 1, sym_identifier, - ACTIONS(8914), 1, - anon_sym_STAR, - STATE(6069), 2, - sym_comment, - sym_include, - [313694] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8916), 1, - sym__terminator, - ACTIONS(8918), 1, - aux_sym_method_definition_token1, - STATE(6070), 2, - sym_comment, - sym_include, - [313714] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8920), 1, + ACTIONS(10014), 1, sym__terminator, - ACTIONS(8922), 1, - aux_sym_class_type_token1, - STATE(6071), 2, + STATE(6843), 2, sym_comment, sym_include, - [313734] = 6, + [351259] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(1930), 1, + STATE(2811), 1, sym__block_terminator, - STATE(6072), 2, + STATE(6844), 2, sym_comment, sym_include, - [313754] = 6, + [351279] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8924), 1, + ACTIONS(10016), 1, sym_identifier, - STATE(130), 1, + STATE(6646), 1, sym_qualified_name, - STATE(6073), 2, + STATE(6845), 2, sym_comment, sym_include, - [313774] = 6, - ACTIONS(69), 1, + [351299] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7538), 1, - sym__terminator, - ACTIONS(7540), 1, - aux_sym_using_statement_token2, - STATE(6074), 2, + ACTIONS(10018), 1, + sym_identifier, + STATE(151), 1, + sym_qualified_name, + STATE(6846), 2, sym_comment, sym_include, - [313794] = 6, - ACTIONS(69), 1, + [351319] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5262), 1, - aux_sym__block_terminator_token1, - STATE(1934), 1, - sym__block_terminator, - STATE(6075), 2, + ACTIONS(10020), 1, + sym_identifier, + ACTIONS(10022), 1, + anon_sym_STAR, + STATE(6847), 2, sym_comment, sym_include, - [313814] = 5, + [351339] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8926), 2, - sym__terminator, - aux_sym_output_stream_statement_token1, - STATE(6076), 2, + ACTIONS(2876), 1, + sym__namecolon, + STATE(1618), 1, + aux_sym_object_access_repeat1, + STATE(6848), 2, sym_comment, sym_include, - [313832] = 6, + [351359] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7655), 1, - anon_sym_LPAREN, - STATE(6332), 1, - sym_function_arguments, - STATE(6077), 2, + ACTIONS(10024), 1, + sym__terminator, + ACTIONS(10026), 1, + aux_sym_interface_statement_token1, + STATE(6849), 2, sym_comment, sym_include, - [313852] = 6, + [351379] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(5227), 1, + STATE(2665), 1, sym__block_terminator, - STATE(6078), 2, + STATE(6850), 2, sym_comment, sym_include, - [313872] = 6, - ACTIONS(69), 1, + [351399] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8928), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8930), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(6079), 2, + ACTIONS(10028), 1, + sym_identifier, + STATE(4102), 1, + sym_qualified_name, + STATE(6851), 2, sym_comment, sym_include, - [313892] = 6, - ACTIONS(69), 1, + [351419] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2239), 1, - sym__block_terminator, - STATE(6080), 2, + ACTIONS(10030), 1, + sym_identifier, + ACTIONS(10032), 1, + sym__integer_literal, + STATE(6852), 2, sym_comment, sym_include, - [313912] = 6, + [351439] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7524), 1, - anon_sym_LPAREN, - STATE(369), 1, - sym_function_arguments, - STATE(6081), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(6972), 1, + sym_body, + STATE(6853), 2, sym_comment, sym_include, - [313932] = 6, + [351459] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2222), 1, - sym__block_terminator, - STATE(6082), 2, + ACTIONS(10034), 1, + sym__terminator, + ACTIONS(10036), 1, + aux_sym_finally_statement_token1, + STATE(6854), 2, sym_comment, sym_include, - [313952] = 6, + [351479] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8932), 1, + ACTIONS(10038), 1, sym_identifier, - STATE(5863), 1, + STATE(6672), 1, sym_qualified_name, - STATE(6083), 2, + STATE(6855), 2, sym_comment, sym_include, - [313972] = 6, + [351499] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8934), 1, + ACTIONS(10040), 1, sym_identifier, - ACTIONS(8936), 1, - sym__integer_literal, - STATE(6084), 2, + STATE(144), 1, + sym_qualified_name, + STATE(6856), 2, sym_comment, sym_include, - [313992] = 6, - ACTIONS(3), 1, + [351519] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8938), 1, - sym_identifier, - STATE(6028), 1, - sym_qualified_name, - STATE(6085), 2, + ACTIONS(6116), 1, + sym__terminator, + ACTIONS(6118), 1, + aux_sym_function_call_token1, + STATE(6857), 2, sym_comment, sym_include, - [314012] = 6, - ACTIONS(3), 1, + [351539] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8940), 1, - sym_identifier, - ACTIONS(8942), 1, - anon_sym_STAR, - STATE(6086), 2, + ACTIONS(10042), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6858), 2, sym_comment, sym_include, - [314032] = 6, + [351557] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8944), 1, + ACTIONS(10044), 1, sym_identifier, - STATE(3556), 1, - sym_qualified_name, - STATE(6087), 2, + ACTIONS(10046), 1, + sym__terminator, + STATE(6859), 2, sym_comment, sym_include, - [314052] = 6, + [351577] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8946), 1, + ACTIONS(10048), 1, sym_identifier, - ACTIONS(8948), 1, + ACTIONS(10050), 1, sym__integer_literal, - STATE(6088), 2, + STATE(6860), 2, sym_comment, sym_include, - [314072] = 6, + [351597] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(83), 1, - sym__namecolon, - STATE(16), 1, - aux_sym_object_access_repeat1, - STATE(6089), 2, + ACTIONS(10052), 2, + anon_sym_COLON, + aux_sym_repeat_tuning_token1, + STATE(6861), 2, + sym_comment, + sym_include, + [351615] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2998), 1, + sym__block_terminator, + STATE(6862), 2, sym_comment, sym_include, - [314092] = 6, + [351635] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8950), 1, + ACTIONS(10054), 1, sym_identifier, - STATE(6383), 1, + STATE(6696), 1, sym_qualified_name, - STATE(6090), 2, + STATE(6863), 2, sym_comment, sym_include, - [314112] = 5, - ACTIONS(69), 1, + [351655] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8952), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6091), 2, + ACTIONS(10056), 1, + sym_identifier, + STATE(127), 1, + sym_qualified_name, + STATE(6864), 2, sym_comment, sym_include, - [314130] = 6, - ACTIONS(3), 1, + [351675] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8954), 1, - sym_identifier, - ACTIONS(8956), 1, - sym__integer_literal, - STATE(6092), 2, + ACTIONS(10058), 1, + sym__terminator, + ACTIONS(10060), 1, + aux_sym_class_type_token1, + STATE(6865), 2, sym_comment, sym_include, - [314150] = 6, + [351695] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8958), 1, + ACTIONS(10062), 1, sym_identifier, - STATE(6266), 1, - sym_qualified_name, - STATE(6093), 2, + ACTIONS(10064), 1, + sym__integer_literal, + STATE(6866), 2, sym_comment, sym_include, - [314170] = 6, + [351715] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8960), 1, - aux_sym_using_statement_token2, - ACTIONS(8962), 1, - aux_sym_input_close_statement_token2, - STATE(6094), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5312), 1, + sym_query_fields, + STATE(6867), 2, sym_comment, sym_include, - [314190] = 6, + [351735] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8960), 1, - aux_sym_using_statement_token2, - ACTIONS(8964), 1, - aux_sym_input_close_statement_token2, - STATE(6095), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5538), 1, + sym_query_fields, + STATE(6868), 2, sym_comment, sym_include, - [314210] = 6, + [351755] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8966), 1, + ACTIONS(10066), 1, sym_identifier, - STATE(139), 1, + STATE(7546), 1, sym_qualified_name, - STATE(6096), 2, + STATE(6869), 2, sym_comment, sym_include, - [314230] = 6, + [351775] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6618), 1, - sym_body, - STATE(6097), 2, + ACTIONS(9584), 1, + anon_sym_DOT, + ACTIONS(10068), 1, + aux_sym__procedure_terminator_token1, + STATE(6870), 2, sym_comment, sym_include, - [314250] = 6, - ACTIONS(69), 1, + [351795] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5054), 1, - sym__block_terminator, - STATE(6098), 2, + ACTIONS(10070), 1, + sym_identifier, + STATE(6729), 1, + sym_qualified_name, + STATE(6871), 2, sym_comment, sym_include, - [314270] = 6, + [351815] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8968), 1, - sym__terminator, - ACTIONS(8970), 1, - aux_sym_getter_token1, - STATE(6099), 2, + ACTIONS(8482), 1, + anon_sym_LPAREN, + STATE(1654), 1, + sym_function_arguments, + STATE(6872), 2, sym_comment, sym_include, - [314290] = 6, - ACTIONS(69), 1, + [351835] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8972), 1, - sym__terminator, - ACTIONS(8974), 1, - aux_sym_setter_token1, - STATE(6100), 2, + ACTIONS(10072), 1, + sym_identifier, + STATE(142), 1, + sym_qualified_name, + STATE(6873), 2, sym_comment, sym_include, - [314310] = 6, + [351855] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6725), 1, + ACTIONS(10074), 1, sym_identifier, - ACTIONS(6731), 1, - aux_sym_buffer_definition_token2, - STATE(6101), 2, + STATE(4003), 1, + sym_qualified_name, + STATE(6874), 2, sym_comment, sym_include, - [314330] = 6, + [351875] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8976), 1, + ACTIONS(10076), 1, sym_identifier, - ACTIONS(8978), 1, - sym__integer_literal, - STATE(6102), 2, + ACTIONS(10078), 1, + anon_sym_STAR, + STATE(6875), 2, + sym_comment, + sym_include, + [351895] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10080), 1, + sym_identifier, + ACTIONS(10082), 1, + anon_sym_STAR, + STATE(6876), 2, sym_comment, sym_include, - [314350] = 6, + [351915] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8980), 1, - sym__terminator, - ACTIONS(8982), 1, - aux_sym_class_type_token1, - STATE(6103), 2, + ACTIONS(9680), 1, + anon_sym_DOT, + ACTIONS(10084), 1, + aux_sym__case_terminator_token1, + STATE(6877), 2, sym_comment, sym_include, - [314370] = 6, + [351935] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8984), 1, + ACTIONS(10086), 1, sym_identifier, - STATE(6409), 1, - sym_qualified_name, - STATE(6104), 2, + ACTIONS(10088), 1, + sym__integer_literal, + STATE(6878), 2, sym_comment, sym_include, - [314390] = 6, - ACTIONS(3), 1, + [351955] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8986), 1, - sym_identifier, - STATE(124), 1, - sym_qualified_name, - STATE(6105), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2690), 1, + sym__block_terminator, + STATE(6879), 2, sym_comment, sym_include, - [314410] = 6, + [351975] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8988), 1, + ACTIONS(10090), 1, sym_identifier, - ACTIONS(8990), 1, - sym__integer_literal, - STATE(6106), 2, + STATE(7166), 1, + sym_qualified_name, + STATE(6880), 2, sym_comment, sym_include, - [314430] = 5, + [351995] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8992), 2, + ACTIONS(3534), 1, anon_sym_COLON, - aux_sym_inherits_token1, - STATE(6107), 2, + STATE(7349), 1, + sym_body, + STATE(6881), 2, sym_comment, sym_include, - [314448] = 6, + [352015] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8994), 1, - aux_sym_input_close_statement_token2, - ACTIONS(8996), 1, - aux_sym_output_stream_statement_token1, - STATE(6108), 2, + ACTIONS(10092), 1, + sym__terminator, + ACTIONS(10094), 1, + aux_sym_interface_statement_token1, + STATE(6882), 2, sym_comment, sym_include, - [314468] = 6, - ACTIONS(69), 1, + [352035] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8996), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(8998), 1, - aux_sym_input_close_statement_token2, - STATE(6109), 2, + ACTIONS(10096), 1, + sym_identifier, + STATE(6771), 1, + sym_qualified_name, + STATE(6883), 2, sym_comment, sym_include, - [314488] = 6, - ACTIONS(69), 1, + [352055] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8772), 1, - anon_sym_DOT, - ACTIONS(9000), 1, - aux_sym__case_terminator_token1, - STATE(6110), 2, + ACTIONS(10098), 1, + sym_identifier, + STATE(138), 1, + sym_qualified_name, + STATE(6884), 2, sym_comment, sym_include, - [314508] = 6, - ACTIONS(69), 1, + [352075] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9002), 1, - anon_sym_COMMA, - ACTIONS(9004), 1, - aux_sym_on_error_phrase_token3, - STATE(6111), 2, + ACTIONS(10100), 1, + sym_identifier, + ACTIONS(10102), 1, + sym__terminator, + STATE(6885), 2, sym_comment, sym_include, - [314528] = 6, - ACTIONS(69), 1, + [352095] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9006), 1, - anon_sym_COMMA, - ACTIONS(9008), 1, - aux_sym_on_error_phrase_token3, - STATE(6112), 2, + ACTIONS(10104), 1, + sym_identifier, + ACTIONS(10106), 1, + sym__integer_literal, + STATE(6886), 2, sym_comment, sym_include, - [314548] = 5, + [352115] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9010), 2, - anon_sym_COLON, - aux_sym_inherits_token1, - STATE(6113), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5308), 1, + sym_query_fields, + STATE(6887), 2, sym_comment, sym_include, - [314566] = 5, + [352135] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9012), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6114), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5513), 1, + sym_query_fields, + STATE(6888), 2, sym_comment, sym_include, - [314584] = 6, + [352155] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2195), 1, - sym__block_terminator, - STATE(6115), 2, + ACTIONS(10108), 1, + sym__terminator, + ACTIONS(10110), 1, + aux_sym_prompt_for_statement_token2, + STATE(6889), 2, sym_comment, sym_include, - [314604] = 6, + [352175] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9014), 1, - sym__terminator, - ACTIONS(9016), 1, - aux_sym_prompt_for_statement_token2, - STATE(6116), 2, + ACTIONS(8426), 1, + anon_sym_LPAREN, + STATE(365), 1, + sym_function_arguments, + STATE(6890), 2, sym_comment, sym_include, - [314624] = 5, + [352195] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9018), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6117), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2714), 1, + sym__block_terminator, + STATE(6891), 2, sym_comment, sym_include, - [314642] = 6, + [352215] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9020), 1, + ACTIONS(10112), 1, sym_identifier, - STATE(6277), 1, + STATE(6806), 1, sym_qualified_name, - STATE(6118), 2, + STATE(6892), 2, sym_comment, sym_include, - [314662] = 6, - ACTIONS(69), 1, + [352235] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1960), 1, - sym__block_terminator, - STATE(6119), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10114), 1, + sym_identifier, + STATE(132), 1, + sym_qualified_name, + STATE(6893), 2, sym_comment, sym_include, - [314682] = 6, + [352255] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1961), 1, - sym__block_terminator, - STATE(6120), 2, + ACTIONS(2892), 1, + sym__namecolon, + STATE(1625), 1, + aux_sym_object_access_repeat1, + STATE(6894), 2, sym_comment, sym_include, - [314702] = 6, + [352275] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(1962), 1, + STATE(3028), 1, sym__block_terminator, - STATE(6121), 2, + STATE(6895), 2, sym_comment, sym_include, - [314722] = 6, + [352295] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1963), 1, - sym__block_terminator, - STATE(6122), 2, + ACTIONS(10116), 1, + sym__terminator, + ACTIONS(10118), 1, + aux_sym_prompt_for_statement_token2, + STATE(6896), 2, sym_comment, sym_include, - [314742] = 6, + [352315] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9022), 1, + ACTIONS(10120), 1, sym_identifier, - STATE(141), 1, - sym_qualified_name, - STATE(6123), 2, + ACTIONS(10122), 1, + sym__integer_literal, + STATE(6897), 2, sym_comment, sym_include, - [314762] = 6, + [352335] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6440), 1, - sym_body, - STATE(6124), 2, + ACTIONS(8639), 1, + sym__terminator, + ACTIONS(8641), 1, + aux_sym_using_statement_token2, + STATE(6898), 2, sym_comment, sym_include, - [314782] = 6, + [352355] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9024), 1, + ACTIONS(10124), 1, sym__terminator, - ACTIONS(9026), 1, - aux_sym_enum_definition_token1, - STATE(6125), 2, + ACTIONS(10126), 1, + aux_sym_function_call_token1, + STATE(6899), 2, sym_comment, sym_include, - [314802] = 6, + [352375] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(10128), 2, aux_sym__block_terminator_token1, - STATE(1964), 1, - sym__block_terminator, - STATE(6126), 2, + aux_sym_variable_definition_token1, + STATE(6900), 2, sym_comment, sym_include, - [314822] = 6, + [352393] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9028), 1, - aux_sym_image_phrase_token7, - ACTIONS(9030), 1, - aux_sym_image_phrase_token9, - STATE(6127), 2, + ACTIONS(10130), 1, + sym__terminator, + ACTIONS(10132), 1, + aux_sym_enum_definition_token1, + STATE(6901), 2, sym_comment, sym_include, - [314842] = 6, + [352413] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(1966), 1, + STATE(2723), 1, sym__block_terminator, - STATE(6128), 2, + STATE(6902), 2, sym_comment, sym_include, - [314862] = 6, + [352433] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1967), 1, - sym__block_terminator, - STATE(6129), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5506), 1, + sym_query_fields, + STATE(6903), 2, + sym_comment, + sym_include, + [352453] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(232), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(6904), 2, sym_comment, sym_include, - [314882] = 6, + [352471] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9032), 1, + ACTIONS(10134), 1, sym_identifier, - ACTIONS(9034), 1, - sym__integer_literal, - STATE(6130), 2, + STATE(6840), 1, + sym_qualified_name, + STATE(6905), 2, sym_comment, sym_include, - [314902] = 6, + [352491] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9036), 1, + ACTIONS(10136), 1, sym_identifier, - STATE(115), 1, + STATE(148), 1, sym_qualified_name, - STATE(6131), 2, + STATE(6906), 2, sym_comment, sym_include, - [314922] = 6, + [352511] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1970), 1, - sym__block_terminator, - STATE(6132), 2, - sym_comment, - sym_include, - [314942] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9038), 1, - sym_identifier, - STATE(6034), 1, - sym_qualified_name, - STATE(6133), 2, + ACTIONS(10138), 1, + sym__terminator, + ACTIONS(10140), 1, + aux_sym_function_call_token1, + STATE(6907), 2, sym_comment, sym_include, - [314962] = 6, + [352531] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9040), 1, + ACTIONS(10142), 1, sym_identifier, - STATE(5052), 1, - sym_qualified_name, - STATE(6134), 2, + ACTIONS(10144), 1, + sym__integer_literal, + STATE(6908), 2, sym_comment, sym_include, - [314982] = 6, + [352551] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5238), 1, - sym__block_terminator, - STATE(6135), 2, + ACTIONS(10146), 1, + sym__terminator, + ACTIONS(10148), 1, + aux_sym_enum_definition_token1, + STATE(6909), 2, sym_comment, sym_include, - [315002] = 6, + [352571] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9042), 1, + ACTIONS(10150), 1, sym_identifier, - STATE(142), 1, + STATE(7794), 1, sym_qualified_name, - STATE(6136), 2, + STATE(6910), 2, sym_comment, sym_include, - [315022] = 6, - ACTIONS(3), 1, + [352591] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8443), 1, - sym_identifier, - ACTIONS(8445), 1, - aux_sym_buffer_definition_token2, - STATE(6137), 2, + ACTIONS(823), 1, + anon_sym_LPAREN, + STATE(1819), 1, + sym_function_arguments, + STATE(6911), 2, sym_comment, sym_include, - [315042] = 6, - ACTIONS(3), 1, + [352611] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9044), 1, - sym_identifier, - ACTIONS(9046), 1, - sym__integer_literal, - STATE(6138), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5498), 1, + sym_query_fields, + STATE(6912), 2, sym_comment, sym_include, - [315062] = 6, + [352631] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9048), 1, + ACTIONS(10152), 1, sym_identifier, - STATE(5866), 1, + STATE(6872), 1, sym_qualified_name, - STATE(6139), 2, + STATE(6913), 2, sym_comment, sym_include, - [315082] = 6, + [352651] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9050), 1, + ACTIONS(10154), 1, sym_identifier, - ACTIONS(9052), 1, - aux_sym_buffer_definition_token2, - STATE(6140), 2, + STATE(156), 1, + sym_qualified_name, + STATE(6914), 2, sym_comment, sym_include, - [315102] = 6, + [352671] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9054), 1, + ACTIONS(10156), 1, sym_identifier, - STATE(127), 1, - sym_qualified_name, - STATE(6141), 2, + ACTIONS(10158), 1, + anon_sym_STAR, + STATE(6915), 2, sym_comment, sym_include, - [315122] = 6, + [352691] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1971), 1, - sym__block_terminator, - STATE(6142), 2, - sym_comment, - sym_include, - [315142] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9056), 1, - sym_identifier, - ACTIONS(9058), 1, - sym__integer_literal, - STATE(6143), 2, + ACTIONS(914), 1, + sym__namecolon, + STATE(345), 1, + aux_sym_object_access_repeat1, + STATE(6916), 2, sym_comment, sym_include, - [315162] = 5, + [352711] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9060), 2, - anon_sym_COLON, - aux_sym_enum_tuning_token1, - STATE(6144), 2, + ACTIONS(3339), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6917), 2, sym_comment, sym_include, - [315180] = 6, + [352729] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1973), 1, - sym__block_terminator, - STATE(6145), 2, + ACTIONS(9372), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6918), 2, sym_comment, sym_include, - [315200] = 6, + [352747] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7606), 1, - anon_sym_LPAREN, - STATE(284), 1, - sym_function_arguments, - STATE(6146), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2671), 1, + sym__block_terminator, + STATE(6919), 2, sym_comment, sym_include, - [315220] = 6, - ACTIONS(69), 1, + [352767] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1980), 1, - sym__block_terminator, - STATE(6147), 2, + ACTIONS(10160), 1, + sym_identifier, + ACTIONS(10162), 1, + sym__integer_literal, + STATE(6920), 2, sym_comment, sym_include, - [315240] = 6, + [352787] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1981), 1, - sym__block_terminator, - STATE(6148), 2, + ACTIONS(10164), 1, + sym__terminator, + ACTIONS(10166), 1, + aux_sym_class_type_token1, + STATE(6921), 2, sym_comment, sym_include, - [315260] = 6, + [352807] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9062), 1, - sym__terminator, - ACTIONS(9064), 1, - aux_sym_catch_statement_token1, - STATE(6149), 2, + ACTIONS(6962), 1, + anon_sym_LPAREN, + STATE(7195), 1, + sym_function_parameters, + STATE(6922), 2, sym_comment, sym_include, - [315280] = 6, + [352827] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9066), 1, + ACTIONS(10168), 1, sym_identifier, - ACTIONS(9068), 1, - anon_sym_COMMA, - STATE(6150), 2, + STATE(7034), 1, + sym_qualified_name, + STATE(6923), 2, sym_comment, sym_include, - [315300] = 6, - ACTIONS(3), 1, + [352847] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9070), 1, - sym_identifier, - ACTIONS(9072), 1, - anon_sym_COMMA, - STATE(6151), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(3046), 1, + sym__block_terminator, + STATE(6924), 2, sym_comment, sym_include, - [315320] = 6, + [352867] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9074), 1, + ACTIONS(10170), 1, sym_identifier, - ACTIONS(9076), 1, - anon_sym_COMMA, - STATE(6152), 2, + STATE(6890), 1, + sym_qualified_name, + STATE(6925), 2, sym_comment, sym_include, - [315340] = 6, + [352887] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9078), 1, + ACTIONS(10172), 1, sym_identifier, - ACTIONS(9080), 1, - anon_sym_COMMA, - STATE(6153), 2, + STATE(152), 1, + sym_qualified_name, + STATE(6926), 2, sym_comment, sym_include, - [315360] = 6, + [352907] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9082), 1, + ACTIONS(10174), 1, sym_identifier, - STATE(5932), 1, + STATE(7043), 1, sym_qualified_name, - STATE(6154), 2, + STATE(6927), 2, sym_comment, sym_include, - [315380] = 6, - ACTIONS(3), 1, + [352927] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9084), 1, - sym_identifier, - STATE(135), 1, - sym_qualified_name, - STATE(6155), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(3029), 1, + sym__block_terminator, + STATE(6928), 2, sym_comment, sym_include, - [315400] = 6, + [352947] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9086), 1, + ACTIONS(10176), 1, sym_identifier, - ACTIONS(9088), 1, + ACTIONS(10178), 1, sym__integer_literal, - STATE(6156), 2, + STATE(6929), 2, sym_comment, sym_include, - [315420] = 5, + [352967] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9090), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6157), 2, + ACTIONS(9564), 1, + aux_sym_on_error_phrase_token1, + STATE(7498), 1, + sym_on_error_phrase, + STATE(6930), 2, sym_comment, sym_include, - [315438] = 6, - ACTIONS(69), 1, + [352987] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2448), 1, - sym__block_terminator, - STATE(6158), 2, + ACTIONS(10180), 1, + sym_identifier, + STATE(6448), 1, + sym_qualified_name, + STATE(6931), 2, sym_comment, sym_include, - [315458] = 6, + [353007] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1986), 1, - sym__block_terminator, - STATE(6159), 2, + ACTIONS(10182), 1, + sym__terminator, + ACTIONS(10184), 1, + aux_sym_interface_statement_token1, + STATE(6932), 2, sym_comment, sym_include, - [315478] = 6, + [353027] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1987), 1, - sym__block_terminator, - STATE(6160), 2, + ACTIONS(8265), 1, + anon_sym_LPAREN, + STATE(397), 1, + sym_function_arguments, + STATE(6933), 2, sym_comment, sym_include, - [315498] = 6, + [353047] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9092), 1, + ACTIONS(10186), 1, sym_identifier, - STATE(6033), 1, + STATE(6911), 1, sym_qualified_name, - STATE(6161), 2, + STATE(6934), 2, sym_comment, sym_include, - [315518] = 6, + [353067] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9094), 1, + ACTIONS(10188), 1, sym_identifier, - STATE(116), 1, + STATE(122), 1, sym_qualified_name, - STATE(6162), 2, + STATE(6935), 2, + sym_comment, + sym_include, + [353087] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10190), 1, + sym_identifier, + ACTIONS(10192), 1, + anon_sym_STAR, + STATE(6936), 2, sym_comment, sym_include, - [315538] = 6, + [353107] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(5268), 1, + STATE(3015), 1, sym__block_terminator, - STATE(6163), 2, + STATE(6937), 2, + sym_comment, + sym_include, + [353127] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1137), 1, + sym__namecolon, + STATE(381), 1, + aux_sym_object_access_repeat1, + STATE(6938), 2, sym_comment, sym_include, - [315558] = 6, + [353147] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9096), 1, + ACTIONS(10194), 1, sym_identifier, - STATE(2675), 1, - sym_qualified_name, - STATE(6164), 2, + ACTIONS(10196), 1, + sym__integer_literal, + STATE(6939), 2, sym_comment, sym_include, - [315578] = 6, + [353167] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9098), 1, + ACTIONS(10198), 1, sym_identifier, - ACTIONS(9100), 1, - sym__integer_literal, - STATE(6165), 2, + STATE(4107), 1, + sym_qualified_name, + STATE(6940), 2, sym_comment, sym_include, - [315598] = 6, + [353187] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9102), 1, + ACTIONS(10200), 1, sym_identifier, - ACTIONS(9104), 1, - anon_sym_STAR, - STATE(6166), 2, + STATE(6933), 1, + sym_qualified_name, + STATE(6941), 2, sym_comment, sym_include, - [315618] = 6, + [353207] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9106), 1, + ACTIONS(10202), 1, sym_identifier, - STATE(6146), 1, + STATE(124), 1, sym_qualified_name, - STATE(6167), 2, + STATE(6942), 2, sym_comment, sym_include, - [315638] = 6, + [353227] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(1996), 1, - sym__block_terminator, - STATE(6168), 2, + ACTIONS(10204), 1, + sym__terminator, + ACTIONS(10206), 1, + aux_sym_class_type_token1, + STATE(6943), 2, sym_comment, sym_include, - [315658] = 6, + [353247] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9108), 1, + ACTIONS(10208), 1, sym_identifier, - STATE(122), 1, - sym_qualified_name, - STATE(6169), 2, + ACTIONS(10210), 1, + sym__integer_literal, + STATE(6944), 2, sym_comment, sym_include, - [315678] = 6, + [353267] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(964), 1, - sym__namecolon, - STATE(287), 1, - aux_sym_object_access_repeat1, - STATE(6170), 2, + ACTIONS(10212), 1, + sym__terminator, + ACTIONS(10214), 1, + aux_sym_enum_definition_token1, + STATE(6945), 2, sym_comment, sym_include, - [315698] = 6, + [353287] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9110), 1, + ACTIONS(10216), 1, sym_identifier, - ACTIONS(9112), 1, + ACTIONS(10218), 1, aux_sym_buffer_definition_token2, - STATE(6171), 2, + STATE(6946), 2, sym_comment, sym_include, - [315718] = 6, + [353307] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9114), 1, + ACTIONS(10220), 1, sym_identifier, - ACTIONS(9116), 1, + ACTIONS(10222), 1, aux_sym_buffer_definition_token2, - STATE(6172), 2, + STATE(6947), 2, sym_comment, sym_include, - [315738] = 6, + [353327] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9118), 1, + ACTIONS(10224), 1, sym_identifier, - STATE(6594), 1, + STATE(7519), 1, sym_qualified_name, - STATE(6173), 2, + STATE(6948), 2, sym_comment, sym_include, - [315758] = 6, + [353347] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2994), 1, + sym__block_terminator, + STATE(6949), 2, + sym_comment, + sym_include, + [353367] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9120), 1, + ACTIONS(10226), 1, sym_identifier, - ACTIONS(9122), 1, - sym__integer_literal, - STATE(6174), 2, + STATE(6956), 1, + sym_qualified_name, + STATE(6950), 2, + sym_comment, + sym_include, + [353387] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5850), 1, + sym__block_terminator, + STATE(6951), 2, sym_comment, sym_include, - [315778] = 6, + [353407] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9124), 1, + ACTIONS(10230), 1, sym_identifier, - STATE(4975), 1, + STATE(147), 1, sym_qualified_name, - STATE(6175), 2, + STATE(6952), 2, + sym_comment, + sym_include, + [353427] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10232), 1, + sym_identifier, + STATE(4130), 1, + sym_qualified_name, + STATE(6953), 2, + sym_comment, + sym_include, + [353447] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10234), 1, + sym_identifier, + ACTIONS(10236), 1, + sym__integer_literal, + STATE(6954), 2, sym_comment, sym_include, - [315798] = 6, + [353467] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(5270), 1, + STATE(2594), 1, sym__block_terminator, - STATE(6176), 2, + STATE(6955), 2, + sym_comment, + sym_include, + [353487] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8179), 1, + anon_sym_LPAREN, + STATE(3249), 1, + sym_function_arguments, + STATE(6956), 2, sym_comment, sym_include, - [315818] = 6, + [353507] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9126), 1, + ACTIONS(10238), 1, sym_identifier, - STATE(4957), 1, + STATE(6993), 1, sym_qualified_name, - STATE(6177), 2, + STATE(6957), 2, sym_comment, sym_include, - [315838] = 6, + [353527] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2001), 1, + STATE(2951), 1, sym__block_terminator, - STATE(6178), 2, + STATE(6958), 2, sym_comment, sym_include, - [315858] = 6, + [353547] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9128), 1, + ACTIONS(10240), 1, sym_identifier, - STATE(6282), 1, - sym_qualified_name, - STATE(6179), 2, + ACTIONS(10242), 1, + anon_sym_STAR, + STATE(6959), 2, sym_comment, sym_include, - [315878] = 6, + [353567] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9130), 1, - sym__terminator, - ACTIONS(9132), 1, - aux_sym_catch_statement_token1, - STATE(6180), 2, + ACTIONS(3218), 1, + sym__namecolon, + STATE(2986), 1, + aux_sym_object_access_repeat1, + STATE(6960), 2, sym_comment, sym_include, - [315898] = 6, + [353587] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2006), 1, + STATE(2935), 1, sym__block_terminator, - STATE(6181), 2, + STATE(6961), 2, sym_comment, sym_include, - [315918] = 6, + [353607] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9134), 1, + ACTIONS(10244), 1, sym_identifier, - ACTIONS(9136), 1, - anon_sym_STAR, - STATE(6182), 2, + STATE(4121), 1, + sym_qualified_name, + STATE(6962), 2, sym_comment, sym_include, - [315938] = 6, + [353627] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2010), 1, + STATE(2926), 1, sym__block_terminator, - STATE(6183), 2, + STATE(6963), 2, + sym_comment, + sym_include, + [353647] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10246), 1, + sym_identifier, + STATE(5570), 1, + sym_qualified_name, + STATE(6964), 2, sym_comment, sym_include, - [315958] = 6, + [353667] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8772), 1, - anon_sym_DOT, - ACTIONS(9138), 1, - aux_sym__procedure_terminator_token1, - STATE(6184), 2, + ACTIONS(10248), 1, + sym__terminator, + ACTIONS(10250), 1, + aux_sym_catch_statement_token1, + STATE(6965), 2, sym_comment, sym_include, - [315978] = 6, + [353687] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9140), 1, + ACTIONS(10252), 1, sym_identifier, - ACTIONS(9142), 1, - sym__integer_literal, - STATE(6185), 2, + STATE(3479), 1, + sym_qualified_name, + STATE(6966), 2, sym_comment, sym_include, - [315998] = 6, + [353707] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2564), 1, - sym__block_terminator, - STATE(6186), 2, + ACTIONS(9453), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(6967), 2, sym_comment, sym_include, - [316018] = 6, + [353725] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8170), 1, + ACTIONS(10254), 1, sym_identifier, - ACTIONS(8172), 1, - aux_sym_buffer_definition_token2, - STATE(6187), 2, + ACTIONS(10256), 1, + sym__integer_literal, + STATE(6968), 2, sym_comment, sym_include, - [316038] = 6, + [353745] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9626), 1, aux_sym__block_terminator_token1, - STATE(2014), 1, + STATE(2867), 1, sym__block_terminator, - STATE(6188), 2, + STATE(6969), 2, sym_comment, sym_include, - [316058] = 6, - ACTIONS(3), 1, + [353765] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9144), 1, - sym_identifier, - STATE(6368), 1, - sym_qualified_name, - STATE(6189), 2, + ACTIONS(10258), 1, + aux_sym_using_statement_token2, + ACTIONS(10260), 1, + aux_sym_input_close_statement_token2, + STATE(6970), 2, sym_comment, sym_include, - [316078] = 6, - ACTIONS(3), 1, + [353785] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4590), 1, - anon_sym_RPAREN, - ACTIONS(4592), 1, - anon_sym_, - STATE(6190), 2, + ACTIONS(10258), 1, + aux_sym_using_statement_token2, + ACTIONS(10262), 1, + aux_sym_input_close_statement_token2, + STATE(6971), 2, sym_comment, sym_include, - [316098] = 6, + [353805] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2193), 1, + STATE(2916), 1, sym__block_terminator, - STATE(6191), 2, + STATE(6972), 2, sym_comment, sym_include, - [316118] = 6, + [353825] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6397), 1, - sym_body, - STATE(6192), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2909), 1, + sym__block_terminator, + STATE(6973), 2, sym_comment, sym_include, - [316138] = 6, + [353845] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9146), 1, - anon_sym_DOT, - ACTIONS(9148), 1, - aux_sym__procedure_terminator_token1, - STATE(6193), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5523), 1, + sym_query_fields, + STATE(6974), 2, + sym_comment, + sym_include, + [353865] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10264), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6975), 2, sym_comment, sym_include, - [316158] = 6, + [353883] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(5277), 1, + STATE(2854), 1, sym__block_terminator, - STATE(6194), 2, + STATE(6976), 2, + sym_comment, + sym_include, + [353903] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7627), 1, + sym_identifier, + ACTIONS(7633), 1, + aux_sym_buffer_definition_token2, + STATE(6977), 2, sym_comment, sym_include, - [316178] = 6, + [353923] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2759), 1, - sym__namecolon, - STATE(2732), 1, - aux_sym_object_access_repeat1, - STATE(6195), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2806), 1, + sym__block_terminator, + STATE(6978), 2, sym_comment, sym_include, - [316198] = 6, + [353943] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9150), 1, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2805), 1, + sym__block_terminator, + STATE(6979), 2, + sym_comment, + sym_include, + [353963] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10266), 1, sym__terminator, - ACTIONS(9152), 1, + ACTIONS(10268), 1, aux_sym_catch_statement_token1, - STATE(6196), 2, + STATE(6980), 2, sym_comment, sym_include, - [316218] = 6, + [353983] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2155), 1, - sym__block_terminator, - STATE(6197), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5542), 1, + sym_query_fields, + STATE(6981), 2, sym_comment, sym_include, - [316238] = 6, + [354003] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2052), 1, + STATE(2779), 1, sym__block_terminator, - STATE(6198), 2, + STATE(6982), 2, sym_comment, sym_include, - [316258] = 6, + [354023] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2027), 1, + STATE(2770), 1, sym__block_terminator, - STATE(6199), 2, + STATE(6983), 2, sym_comment, sym_include, - [316278] = 6, + [354043] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9154), 1, - sym__terminator, - ACTIONS(9156), 1, - aux_sym_enum_definition_token1, - STATE(6200), 2, + ACTIONS(10270), 1, + aux_sym_input_close_statement_token2, + ACTIONS(10272), 1, + aux_sym_output_stream_statement_token1, + STATE(6984), 2, sym_comment, sym_include, - [316298] = 6, - ACTIONS(3), 1, + [354063] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9158), 1, - sym_identifier, - ACTIONS(9160), 1, - anon_sym_STAR, - STATE(6201), 2, + ACTIONS(10272), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(10274), 1, + aux_sym_input_close_statement_token2, + STATE(6985), 2, sym_comment, sym_include, - [316318] = 6, + [354083] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9146), 1, - anon_sym_DOT, - ACTIONS(9162), 1, - aux_sym__function_terminator_token1, - STATE(6202), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2767), 1, + sym__block_terminator, + STATE(6986), 2, sym_comment, sym_include, - [316338] = 6, + [354103] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4803), 1, - sym_query_fields, - STATE(6203), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2765), 1, + sym__block_terminator, + STATE(6987), 2, sym_comment, sym_include, - [316358] = 6, + [354123] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9146), 1, - anon_sym_DOT, - ACTIONS(9164), 1, - aux_sym__case_terminator_token1, - STATE(6204), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2759), 1, + sym__block_terminator, + STATE(6988), 2, sym_comment, sym_include, - [316378] = 6, + [354143] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4594), 1, - sym_query_fields, - STATE(6205), 2, + ACTIONS(10276), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6989), 2, sym_comment, sym_include, - [316398] = 6, + [354161] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4881), 1, - sym_query_fields, - STATE(6206), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2758), 1, + sym__block_terminator, + STATE(6990), 2, + sym_comment, + sym_include, + [354181] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10278), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(6991), 2, sym_comment, sym_include, - [316418] = 6, + [354199] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9166), 1, + ACTIONS(10280), 1, sym_identifier, - STATE(6617), 1, + STATE(4642), 1, sym_qualified_name, - STATE(6207), 2, + STATE(6992), 2, sym_comment, sym_include, - [316438] = 5, + [354219] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8277), 2, - anon_sym_COLON, - sym__terminator, - STATE(6208), 2, + ACTIONS(79), 1, + anon_sym_LPAREN, + STATE(1851), 1, + sym_function_arguments, + STATE(6993), 2, sym_comment, sym_include, - [316456] = 6, + [354239] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2512), 1, - sym__block_terminator, - STATE(6209), 2, + ACTIONS(10282), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6994), 2, sym_comment, sym_include, - [316476] = 6, + [354257] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4789), 1, - sym_query_fields, - STATE(6210), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2757), 1, + sym__block_terminator, + STATE(6995), 2, sym_comment, sym_include, - [316496] = 6, + [354277] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2043), 1, + STATE(2754), 1, sym__block_terminator, - STATE(6211), 2, + STATE(6996), 2, sym_comment, sym_include, - [316516] = 6, + [354297] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9168), 1, + ACTIONS(10284), 1, sym_identifier, - ACTIONS(9170), 1, - aux_sym_buffer_definition_token2, - STATE(6212), 2, + ACTIONS(10286), 1, + anon_sym_STAR, + STATE(6997), 2, sym_comment, sym_include, - [316536] = 5, + [354317] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9172), 2, - sym__terminator, - aux_sym_field_definition_token1, - STATE(6213), 2, + ACTIONS(3141), 1, + sym__namecolon, + STATE(2038), 1, + aux_sym_object_access_repeat1, + STATE(6998), 2, sym_comment, sym_include, - [316554] = 5, + [354337] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8016), 2, - anon_sym_COLON, - sym__terminator, - STATE(6214), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2753), 1, + sym__block_terminator, + STATE(6999), 2, sym_comment, sym_include, - [316572] = 6, + [354357] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9174), 1, - sym__terminator, - ACTIONS(9176), 1, - aux_sym_interface_statement_token1, - STATE(6215), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2817), 1, + sym__block_terminator, + STATE(7000), 2, sym_comment, sym_include, - [316592] = 5, + [354377] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9178), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6216), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5558), 1, + sym_query_fields, + STATE(7001), 2, sym_comment, sym_include, - [316610] = 6, + [354397] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2442), 1, - sym__block_terminator, - STATE(6217), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7082), 1, + sym_body, + STATE(7002), 2, sym_comment, sym_include, - [316630] = 6, + [354417] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5380), 1, - sym__terminator, - ACTIONS(5382), 1, - aux_sym_function_call_token1, - STATE(6218), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5300), 1, + sym_query_fields, + STATE(7003), 2, sym_comment, sym_include, - [316650] = 5, + [354437] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8190), 2, - anon_sym_COLON, - sym__terminator, - STATE(6219), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5833), 1, + sym__block_terminator, + STATE(7004), 2, sym_comment, sym_include, - [316668] = 6, + [354457] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(9948), 1, aux_sym__block_terminator_token1, - STATE(2055), 1, + STATE(2751), 1, sym__block_terminator, - STATE(6220), 2, + STATE(7005), 2, sym_comment, sym_include, - [316688] = 5, + [354477] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9180), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6221), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5834), 1, + sym__block_terminator, + STATE(7006), 2, sym_comment, sym_include, - [316706] = 6, + [354497] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4603), 1, - sym_query_fields, - STATE(6222), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5770), 1, + sym__block_terminator, + STATE(7007), 2, sym_comment, sym_include, - [316726] = 6, + [354517] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4909), 1, - sym_query_fields, - STATE(6223), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5952), 1, + sym__block_terminator, + STATE(7008), 2, sym_comment, sym_include, - [316746] = 5, + [354537] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4602), 2, + ACTIONS(10288), 1, sym_identifier, - aux_sym_variable_tuning_token7, - STATE(6224), 2, + STATE(140), 1, + sym_qualified_name, + STATE(7009), 2, sym_comment, sym_include, - [316764] = 6, + [354557] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9182), 1, - sym__terminator, - ACTIONS(9184), 1, - aux_sym_class_type_token1, - STATE(6225), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5878), 1, + sym__block_terminator, + STATE(7010), 2, + sym_comment, + sym_include, + [354577] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2750), 1, + sym__block_terminator, + STATE(7011), 2, sym_comment, sym_include, - [316784] = 5, + [354597] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4113), 2, + ACTIONS(10290), 1, sym_identifier, - aux_sym_variable_tuning_token7, - STATE(6226), 2, + STATE(5639), 1, + sym_qualified_name, + STATE(7012), 2, sym_comment, sym_include, - [316802] = 6, + [354617] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(10228), 1, aux_sym__block_terminator_token1, - STATE(5324), 1, + STATE(5879), 1, sym__block_terminator, - STATE(6227), 2, + STATE(7013), 2, sym_comment, sym_include, - [316822] = 6, + [354637] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9186), 1, - sym__terminator, - ACTIONS(9188), 1, - aux_sym_enum_definition_token1, - STATE(6228), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2749), 1, + sym__block_terminator, + STATE(7014), 2, + sym_comment, + sym_include, + [354657] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9180), 1, + sym_identifier, + ACTIONS(9182), 1, + aux_sym_buffer_definition_token2, + STATE(7015), 2, sym_comment, sym_include, - [316842] = 6, + [354677] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9190), 1, - sym__terminator, - ACTIONS(9192), 1, - aux_sym_function_call_token1, - STATE(6229), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5895), 1, + sym__block_terminator, + STATE(7016), 2, + sym_comment, + sym_include, + [354697] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8252), 1, + sym__escaped_string, + STATE(3736), 1, + sym_string_literal, + STATE(7017), 2, + sym_comment, + sym_include, + [354717] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10292), 1, + sym_identifier, + ACTIONS(10294), 1, + aux_sym_buffer_definition_token2, + STATE(7018), 2, sym_comment, sym_include, - [316862] = 5, + [354737] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(140), 2, - sym__namecolon, - anon_sym_NO_DASHERROR, - STATE(6230), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5908), 1, + sym__block_terminator, + STATE(7019), 2, sym_comment, sym_include, - [316880] = 6, + [354757] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(4787), 1, + STATE(5361), 1, sym_query_fields, - STATE(6231), 2, + STATE(7020), 2, sym_comment, sym_include, - [316900] = 6, + [354777] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(10228), 1, aux_sym__block_terminator_token1, - STATE(2074), 1, + STATE(6010), 1, sym__block_terminator, - STATE(6232), 2, + STATE(7021), 2, sym_comment, sym_include, - [316920] = 6, + [354797] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9194), 1, - sym__terminator, - ACTIONS(9196), 1, - aux_sym_prompt_for_statement_token2, - STATE(6233), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5969), 1, + sym__block_terminator, + STATE(7022), 2, sym_comment, sym_include, - [316940] = 6, + [354817] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(4639), 1, + STATE(5293), 1, sym_query_fields, - STATE(6234), 2, + STATE(7023), 2, sym_comment, sym_include, - [316960] = 6, + [354837] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(10228), 1, aux_sym__block_terminator_token1, - STATE(2087), 1, + STATE(6015), 1, sym__block_terminator, - STATE(6235), 2, + STATE(7024), 2, sym_comment, sym_include, - [316980] = 6, + [354857] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4680), 1, - sym_query_fields, - STATE(6236), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6019), 1, + sym__block_terminator, + STATE(7025), 2, sym_comment, sym_include, - [317000] = 6, + [354877] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9198), 1, - anon_sym_DOT, - ACTIONS(9200), 1, - aux_sym__procedure_terminator_token1, - STATE(6237), 2, - sym_comment, - sym_include, - [317020] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4582), 2, - sym_identifier, - aux_sym_variable_tuning_token7, - STATE(6238), 2, - sym_comment, - sym_include, - [317038] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9202), 1, - sym_identifier, - ACTIONS(9204), 1, - sym__terminator, - STATE(6239), 2, - sym_comment, - sym_include, - [317058] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4437), 2, - sym_identifier, - aux_sym_variable_tuning_token7, - STATE(6240), 2, + ACTIONS(9948), 1, + aux_sym__block_terminator_token1, + STATE(2764), 1, + sym__block_terminator, + STATE(7026), 2, sym_comment, sym_include, - [317076] = 5, + [354897] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(144), 2, - sym__namecolon, - anon_sym_NO_DASHERROR, - STATE(6241), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6072), 1, + sym__block_terminator, + STATE(7027), 2, sym_comment, sym_include, - [317094] = 6, + [354917] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9206), 1, + ACTIONS(10296), 1, sym__terminator, - ACTIONS(9208), 1, - aux_sym_interface_statement_token1, - STATE(6242), 2, + ACTIONS(10298), 1, + aux_sym_catch_statement_token1, + STATE(7028), 2, sym_comment, sym_include, - [317114] = 6, - ACTIONS(69), 1, + [354937] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9210), 1, + ACTIONS(10300), 1, + sym_identifier, + ACTIONS(10302), 1, anon_sym_COMMA, - ACTIONS(9212), 1, - aux_sym_on_error_phrase_token3, - STATE(6243), 2, + STATE(7029), 2, sym_comment, sym_include, - [317134] = 6, + [354957] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4885), 1, - sym_query_fields, - STATE(6244), 2, + ACTIONS(1901), 1, + sym__namecolon, + STATE(1382), 1, + aux_sym_object_access_repeat1, + STATE(7030), 2, sym_comment, sym_include, - [317154] = 6, + [354977] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(10228), 1, aux_sym__block_terminator_token1, - STATE(2107), 1, + STATE(6100), 1, sym__block_terminator, - STATE(6245), 2, + STATE(7031), 2, sym_comment, sym_include, - [317174] = 6, + [354997] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9198), 1, - anon_sym_DOT, - ACTIONS(9214), 1, - aux_sym__function_terminator_token1, - STATE(6246), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6140), 1, + sym__block_terminator, + STATE(7032), 2, sym_comment, sym_include, - [317194] = 6, - ACTIONS(69), 1, + [355017] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9198), 1, - anon_sym_DOT, - ACTIONS(9216), 1, - aux_sym__case_terminator_token1, - STATE(6247), 2, + ACTIONS(10304), 1, + sym_identifier, + ACTIONS(10306), 1, + anon_sym_STAR, + STATE(7033), 2, sym_comment, sym_include, - [317214] = 6, + [355037] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(2133), 1, - sym__block_terminator, - STATE(6248), 2, + ACTIONS(8430), 1, + anon_sym_LPAREN, + STATE(67), 1, + sym_function_arguments, + STATE(7034), 2, sym_comment, sym_include, - [317234] = 5, + [355057] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(128), 2, - sym__namecolon, - anon_sym_NO_DASHERROR, - STATE(6249), 2, + ACTIONS(10308), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(7035), 2, sym_comment, sym_include, - [317252] = 6, + [355075] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9218), 1, - sym__terminator, - ACTIONS(9220), 1, - aux_sym_class_type_token1, - STATE(6250), 2, + ACTIONS(5721), 1, + anon_sym_LPAREN, + STATE(4652), 1, + sym_function_arguments, + STATE(7036), 2, sym_comment, sym_include, - [317272] = 5, + [355095] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9222), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6251), 2, - sym_comment, - sym_include, - [317290] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4624), 2, - sym_identifier, - aux_sym_variable_tuning_token7, - STATE(6252), 2, - sym_comment, - sym_include, - [317308] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7177), 1, - sym__terminator, - ACTIONS(9224), 1, - sym_identifier, - STATE(6253), 2, - sym_comment, - sym_include, - [317328] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9226), 1, - sym_identifier, - STATE(6679), 1, - sym_qualified_name, - STATE(6254), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6167), 1, + sym__block_terminator, + STATE(7037), 2, sym_comment, sym_include, - [317348] = 6, + [355115] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9228), 1, + ACTIONS(10310), 1, sym_identifier, - STATE(6313), 1, + STATE(7509), 1, sym_qualified_name, - STATE(6255), 2, + STATE(7038), 2, sym_comment, sym_include, - [317368] = 6, + [355135] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(4737), 1, + STATE(5532), 1, sym_query_fields, - STATE(6256), 2, + STATE(7039), 2, sym_comment, sym_include, - [317388] = 6, + [355155] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(4637), 1, + STATE(5302), 1, sym_query_fields, - STATE(6257), 2, + STATE(7040), 2, sym_comment, sym_include, - [317408] = 6, - ACTIONS(3), 1, + [355175] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9230), 1, - sym_identifier, - STATE(6291), 1, - sym_qualified_name, - STATE(6258), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2183), 1, + sym__block_terminator, + STATE(7041), 2, sym_comment, sym_include, - [317428] = 5, + [355195] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8374), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6259), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6047), 1, + sym__block_terminator, + STATE(7042), 2, sym_comment, sym_include, - [317446] = 5, - ACTIONS(3), 1, + [355215] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4616), 2, - sym_identifier, - aux_sym_variable_tuning_token7, - STATE(6260), 2, + ACTIONS(8420), 1, + sym__terminator, + ACTIONS(8422), 1, + aux_sym_using_statement_token2, + STATE(7043), 2, sym_comment, sym_include, - [317464] = 6, + [355235] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8602), 1, - aux_sym_on_error_phrase_token1, - STATE(6719), 1, - sym_on_error_phrase, - STATE(6261), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2186), 1, + sym__block_terminator, + STATE(7044), 2, sym_comment, sym_include, - [317484] = 6, + [355255] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9232), 1, + ACTIONS(10314), 1, sym_identifier, - STATE(5765), 1, + STATE(4642), 1, sym_qualified_name, - STATE(6262), 2, + STATE(7045), 2, sym_comment, sym_include, - [317504] = 6, + [355275] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9234), 1, - sym__terminator, - ACTIONS(9236), 1, - aux_sym_finally_statement_token1, - STATE(6263), 2, - sym_comment, - sym_include, - [317524] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7277), 1, - sym__terminator, - ACTIONS(9238), 1, - sym_identifier, - STATE(6264), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6018), 1, + sym__block_terminator, + STATE(7046), 2, sym_comment, sym_include, - [317544] = 5, + [355295] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(109), 2, - sym__namecolon, - anon_sym_LPAREN, - STATE(6265), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7046), 1, + sym_body, + STATE(7047), 2, sym_comment, sym_include, - [317562] = 6, + [355315] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7453), 1, - anon_sym_LPAREN, - STATE(2831), 1, - sym_function_arguments, - STATE(6266), 2, + ACTIONS(10316), 1, + sym__terminator, + ACTIONS(10318), 1, + aux_sym_catch_statement_token1, + STATE(7048), 2, sym_comment, sym_include, - [317582] = 5, + [355335] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6669), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(6267), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5988), 1, + sym__block_terminator, + STATE(7049), 2, sym_comment, sym_include, - [317600] = 6, + [355355] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(5294), 1, + STATE(2222), 1, sym__block_terminator, - STATE(6268), 2, + STATE(7050), 2, sym_comment, sym_include, - [317620] = 6, + [355375] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9240), 1, + ACTIONS(10320), 1, sym_identifier, - STATE(7160), 1, - sym_qualified_name, - STATE(6269), 2, - sym_comment, - sym_include, - [317640] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6098), 1, - sym_body, - STATE(6270), 2, + ACTIONS(10322), 1, + aux_sym_buffer_definition_token2, + STATE(7051), 2, sym_comment, sym_include, - [317660] = 6, - ACTIONS(69), 1, + [355395] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(2135), 1, - sym__block_terminator, - STATE(6271), 2, + ACTIONS(10324), 1, + sym_identifier, + ACTIONS(10326), 1, + aux_sym_buffer_definition_token2, + STATE(7052), 2, sym_comment, sym_include, - [317680] = 6, - ACTIONS(69), 1, + [355415] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9242), 1, - anon_sym_COMMA, - ACTIONS(9244), 1, - aux_sym_on_error_phrase_token3, - STATE(6272), 2, + ACTIONS(10328), 1, + sym_identifier, + STATE(7389), 1, + sym_qualified_name, + STATE(7053), 2, sym_comment, sym_include, - [317700] = 6, + [355435] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9246), 1, + ACTIONS(9534), 1, anon_sym_DOT, - ACTIONS(9248), 1, + ACTIONS(10330), 1, aux_sym__procedure_terminator_token1, - STATE(6273), 2, + STATE(7054), 2, sym_comment, sym_include, - [317720] = 6, - ACTIONS(69), 1, + [355455] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9246), 1, - anon_sym_DOT, - ACTIONS(9250), 1, - aux_sym__function_terminator_token1, - STATE(6274), 2, + ACTIONS(10332), 1, + sym_identifier, + STATE(5665), 1, + sym_qualified_name, + STATE(7055), 2, sym_comment, sym_include, - [317740] = 6, + [355475] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9252), 1, + ACTIONS(10334), 1, sym_identifier, - ACTIONS(9254), 1, + ACTIONS(10336), 1, sym__terminator, - STATE(6275), 2, + STATE(7056), 2, sym_comment, sym_include, - [317760] = 6, + [355495] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2122), 1, + STATE(2234), 1, sym__block_terminator, - STATE(6276), 2, + STATE(7057), 2, sym_comment, sym_include, - [317780] = 6, + [355515] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7555), 1, - anon_sym_LPAREN, - STATE(348), 1, - sym_function_arguments, - STATE(6277), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5973), 1, + sym__block_terminator, + STATE(7058), 2, + sym_comment, + sym_include, + [355535] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5929), 1, + sym__block_terminator, + STATE(7059), 2, sym_comment, sym_include, - [317800] = 6, + [355555] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9256), 1, + ACTIONS(10338), 1, sym_identifier, - STATE(5043), 1, + STATE(4061), 1, sym_qualified_name, - STATE(6278), 2, + STATE(7060), 2, sym_comment, sym_include, - [317820] = 6, + [355575] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10340), 1, + sym__terminator, + ACTIONS(10342), 1, + aux_sym_finally_statement_token1, + STATE(7061), 2, + sym_comment, + sym_include, + [355595] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9258), 1, + ACTIONS(10344), 1, sym_identifier, - STATE(6840), 1, + STATE(5587), 1, sym_qualified_name, - STATE(6279), 2, + STATE(7062), 2, sym_comment, sym_include, - [317840] = 6, + [355615] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9260), 1, + ACTIONS(10346), 1, sym_identifier, - ACTIONS(9262), 1, - aux_sym_buffer_definition_token2, - STATE(6280), 2, + STATE(7481), 1, + sym_qualified_name, + STATE(7063), 2, sym_comment, sym_include, - [317860] = 6, + [355635] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9264), 1, + ACTIONS(10348), 1, sym_identifier, - ACTIONS(9266), 1, + ACTIONS(10350), 1, aux_sym_buffer_definition_token2, - STATE(6281), 2, + STATE(7064), 2, sym_comment, sym_include, - [317880] = 6, + [355655] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7548), 1, - anon_sym_LPAREN, - STATE(2906), 1, - sym_function_arguments, - STATE(6282), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5924), 1, + sym__block_terminator, + STATE(7065), 2, sym_comment, sym_include, - [317900] = 6, + [355675] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9246), 1, - anon_sym_DOT, - ACTIONS(9268), 1, - aux_sym__case_terminator_token1, - STATE(6283), 2, + ACTIONS(10352), 1, + sym__terminator, + ACTIONS(10354), 1, + aux_sym_enum_definition_token1, + STATE(7066), 2, sym_comment, sym_include, - [317920] = 6, + [355695] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9270), 1, + ACTIONS(10356), 1, sym_identifier, - STATE(4011), 1, - sym_qualified_name, - STATE(6284), 2, + ACTIONS(10358), 1, + aux_sym_buffer_definition_token2, + STATE(7067), 2, sym_comment, sym_include, - [317940] = 6, + [355715] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - STATE(3206), 1, - sym_string_literal, - STATE(6285), 2, + ACTIONS(6162), 1, + sym__terminator, + ACTIONS(6164), 1, + aux_sym_function_call_token1, + STATE(7068), 2, sym_comment, sym_include, - [317960] = 6, - ACTIONS(3), 1, + [355735] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9272), 1, - sym_identifier, - ACTIONS(9274), 1, - anon_sym_STAR, - STATE(6286), 2, + ACTIONS(10360), 1, + sym__terminator, + ACTIONS(10362), 1, + aux_sym_class_type_token1, + STATE(7069), 2, sym_comment, sym_include, - [317980] = 6, + [355755] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4657), 1, - sym_query_fields, - STATE(6287), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2278), 1, + sym__block_terminator, + STATE(7070), 2, sym_comment, sym_include, - [318000] = 6, + [355775] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9276), 1, + ACTIONS(10364), 1, sym_identifier, - STATE(3553), 1, + STATE(4077), 1, sym_qualified_name, - STATE(6288), 2, + STATE(7071), 2, sym_comment, sym_include, - [318020] = 6, + [355795] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2716), 1, - sym__namecolon, - STATE(2335), 1, - aux_sym_object_access_repeat1, - STATE(6289), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7136), 1, + sym_body, + STATE(7072), 2, + sym_comment, + sym_include, + [355815] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10366), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(7073), 2, sym_comment, sym_include, - [318040] = 6, + [355833] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2090), 1, + STATE(2288), 1, sym__block_terminator, - STATE(6290), 2, + STATE(7074), 2, sym_comment, sym_include, - [318060] = 6, + [355853] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7514), 1, - sym__terminator, - ACTIONS(7516), 1, - aux_sym_using_statement_token2, - STATE(6291), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6086), 1, + sym__block_terminator, + STATE(7075), 2, sym_comment, sym_include, - [318080] = 5, + [355873] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9278), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6292), 2, + ACTIONS(10368), 1, + sym__terminator, + ACTIONS(10370), 1, + aux_sym_interface_statement_token1, + STATE(7076), 2, sym_comment, sym_include, - [318098] = 6, + [355893] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9280), 1, + ACTIONS(10372), 1, sym_identifier, - ACTIONS(9282), 1, - sym__integer_literal, - STATE(6293), 2, + ACTIONS(10374), 1, + sym__terminator, + STATE(7077), 2, sym_comment, sym_include, - [318118] = 6, + [355913] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, - aux_sym__block_terminator_token1, - STATE(2084), 1, - sym__block_terminator, - STATE(6294), 2, + ACTIONS(10376), 1, + sym__terminator, + ACTIONS(10378), 1, + aux_sym_interface_statement_token1, + STATE(7078), 2, sym_comment, sym_include, - [318138] = 6, + [355933] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9284), 1, - aux_sym_using_statement_token2, - ACTIONS(9286), 1, - aux_sym_input_close_statement_token2, - STATE(6295), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2300), 1, + sym__block_terminator, + STATE(7079), 2, sym_comment, sym_include, - [318158] = 6, + [355953] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9284), 1, - aux_sym_using_statement_token2, - ACTIONS(9288), 1, - aux_sym_input_close_statement_token2, - STATE(6296), 2, + ACTIONS(10380), 1, + sym__terminator, + ACTIONS(10382), 1, + aux_sym_prompt_for_statement_token2, + STATE(7080), 2, sym_comment, sym_include, - [318178] = 6, + [355973] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7440), 1, - sym__escaped_string, - STATE(3454), 1, - sym_string_literal, - STATE(6297), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(6123), 1, + sym__block_terminator, + STATE(7081), 2, sym_comment, sym_include, - [318198] = 6, + [355993] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9290), 1, - anon_sym_DOT, - ACTIONS(9292), 1, - aux_sym__procedure_terminator_token1, - STATE(6298), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2307), 1, + sym__block_terminator, + STATE(7082), 2, sym_comment, sym_include, - [318218] = 6, + [356013] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9294), 1, + ACTIONS(10384), 1, sym_identifier, - ACTIONS(9296), 1, - anon_sym_STAR, - STATE(6299), 2, + ACTIONS(10386), 1, + aux_sym_buffer_definition_token2, + STATE(7083), 2, sym_comment, sym_include, - [318238] = 6, + [356033] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2684), 1, - sym__namecolon, - STATE(1725), 1, - aux_sym_object_access_repeat1, - STATE(6300), 2, + ACTIONS(10388), 1, + sym__terminator, + ACTIONS(10390), 1, + aux_sym_function_call_token1, + STATE(7084), 2, sym_comment, sym_include, - [318258] = 6, + [356053] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9298), 1, - aux_sym_input_close_statement_token2, - ACTIONS(9300), 1, - aux_sym_output_stream_statement_token1, - STATE(6301), 2, - sym_comment, - sym_include, - [318278] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7089), 1, - sym_identifier, - ACTIONS(7095), 1, - aux_sym_buffer_definition_token2, - STATE(6302), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5267), 1, + sym_query_fields, + STATE(7085), 2, sym_comment, sym_include, - [318298] = 6, + [356073] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9300), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(9302), 1, - aux_sym_input_close_statement_token2, - STATE(6303), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5332), 1, + sym_query_fields, + STATE(7086), 2, sym_comment, sym_include, - [318318] = 6, - ACTIONS(69), 1, + [356093] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9290), 1, - anon_sym_DOT, - ACTIONS(9304), 1, - aux_sym__function_terminator_token1, - STATE(6304), 2, + ACTIONS(10392), 1, + sym_identifier, + STATE(7374), 1, + sym_qualified_name, + STATE(7087), 2, sym_comment, sym_include, - [318338] = 6, + [356113] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9306), 1, + ACTIONS(9378), 1, sym_identifier, - ACTIONS(9308), 1, + ACTIONS(9380), 1, aux_sym_buffer_definition_token2, - STATE(6305), 2, + STATE(7088), 2, sym_comment, sym_include, - [318358] = 6, - ACTIONS(3), 1, + [356133] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8233), 1, - sym_identifier, - ACTIONS(8235), 1, - aux_sym_buffer_definition_token2, - STATE(6306), 2, + ACTIONS(10394), 1, + sym__terminator, + ACTIONS(10396), 1, + aux_sym_enum_definition_token1, + STATE(7089), 2, sym_comment, sym_include, - [318378] = 6, - ACTIONS(3), 1, + [356153] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9310), 1, - sym_identifier, - STATE(4989), 1, - sym_qualified_name, - STATE(6307), 2, + ACTIONS(10398), 1, + sym__terminator, + ACTIONS(10400), 1, + aux_sym_class_type_token1, + STATE(7090), 2, sym_comment, sym_include, - [318398] = 6, + [356173] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9312), 1, + ACTIONS(10402), 1, sym_identifier, - STATE(134), 1, + STATE(5621), 1, sym_qualified_name, - STATE(6308), 2, - sym_comment, - sym_include, - [318418] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9314), 1, - aux_sym_input_close_statement_token2, - ACTIONS(9316), 1, - aux_sym_output_stream_statement_token1, - STATE(6309), 2, + STATE(7091), 2, sym_comment, sym_include, - [318438] = 6, + [356193] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9316), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(9318), 1, - aux_sym_input_close_statement_token2, - STATE(6310), 2, + ACTIONS(10404), 1, + sym__terminator, + ACTIONS(10406), 1, + aux_sym_enum_definition_token1, + STATE(7092), 2, sym_comment, sym_include, - [318458] = 6, + [356213] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9290), 1, - anon_sym_DOT, - ACTIONS(9320), 1, - aux_sym__case_terminator_token1, - STATE(6311), 2, + ACTIONS(10408), 1, + sym__terminator, + ACTIONS(10410), 1, + aux_sym_function_call_token1, + STATE(7093), 2, sym_comment, sym_include, - [318478] = 5, - ACTIONS(69), 1, + [356233] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9322), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6312), 2, + ACTIONS(10412), 1, + sym_identifier, + STATE(133), 1, + sym_qualified_name, + STATE(7094), 2, sym_comment, sym_include, - [318496] = 6, + [356253] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7532), 1, - anon_sym_LPAREN, - STATE(57), 1, - sym_function_arguments, - STATE(6313), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5931), 1, + sym__block_terminator, + STATE(7095), 2, sym_comment, sym_include, - [318516] = 6, + [356273] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(5990), 1, + STATE(7095), 1, sym_body, - STATE(6314), 2, + STATE(7096), 2, sym_comment, sym_include, - [318536] = 5, + [356293] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9324), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6315), 2, + ACTIONS(10414), 1, + sym__terminator, + ACTIONS(10416), 1, + aux_sym_prompt_for_statement_token2, + STATE(7097), 2, sym_comment, sym_include, - [318554] = 6, + [356313] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9326), 1, + ACTIONS(10418), 1, sym__terminator, - ACTIONS(9328), 1, - aux_sym_function_call_token1, - STATE(6316), 2, + ACTIONS(10420), 1, + aux_sym_class_type_token1, + STATE(7098), 2, sym_comment, sym_include, - [318574] = 6, - ACTIONS(3), 1, + [356333] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9330), 1, - sym_identifier, - STATE(5020), 1, - sym_qualified_name, - STATE(6317), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5760), 1, + sym__block_terminator, + STATE(7099), 2, sym_comment, sym_include, - [318594] = 6, + [356353] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4757), 1, - sym_query_fields, - STATE(6318), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2336), 1, + sym__block_terminator, + STATE(7100), 2, sym_comment, sym_include, - [318614] = 6, + [356373] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2477), 1, + STATE(2342), 1, sym__block_terminator, - STATE(6319), 2, + STATE(7101), 2, sym_comment, sym_include, - [318634] = 6, + [356393] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9332), 1, + ACTIONS(10422), 1, sym_identifier, - ACTIONS(9334), 1, - anon_sym_STAR, - STATE(6320), 2, + ACTIONS(10424), 1, + sym__terminator, + STATE(7102), 2, sym_comment, sym_include, - [318654] = 5, + [356413] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9336), 2, + ACTIONS(10426), 2, aux_sym_on_error_phrase_token2, aux_sym_on_error_phrase_token7, - STATE(6321), 2, + STATE(7103), 2, sym_comment, sym_include, - [318672] = 6, + [356431] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(6232), 1, - sym_body, - STATE(6322), 2, + ACTIONS(10428), 1, + sym__terminator, + ACTIONS(10430), 1, + aux_sym_interface_statement_token1, + STATE(7104), 2, sym_comment, sym_include, - [318692] = 5, + [356451] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9338), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6323), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5260), 1, + sym_query_fields, + STATE(7105), 2, sym_comment, sym_include, - [318710] = 6, + [356471] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1563), 1, - sym__namecolon, - STATE(1135), 1, - aux_sym_object_access_repeat1, - STATE(6324), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5319), 1, + sym_query_fields, + STATE(7106), 2, sym_comment, sym_include, - [318730] = 6, + [356491] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9340), 1, - aux_sym_input_close_statement_token2, - ACTIONS(9342), 1, - aux_sym_output_stream_statement_token1, - STATE(6325), 2, + ACTIONS(10432), 1, + sym__terminator, + ACTIONS(10434), 1, + aux_sym_interface_statement_token1, + STATE(7107), 2, sym_comment, sym_include, - [318750] = 6, + [356511] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9342), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(9344), 1, - aux_sym_input_close_statement_token2, - STATE(6326), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5718), 1, + sym__block_terminator, + STATE(7108), 2, sym_comment, sym_include, - [318770] = 6, - ACTIONS(3), 1, + [356531] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9346), 1, - sym_identifier, - STATE(3558), 1, - sym_qualified_name, - STATE(6327), 2, + ACTIONS(10436), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(7109), 2, sym_comment, sym_include, - [318790] = 6, - ACTIONS(3), 1, + [356549] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9348), 1, - sym_identifier, - STATE(120), 1, - sym_qualified_name, - STATE(6328), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2350), 1, + sym__block_terminator, + STATE(7110), 2, sym_comment, sym_include, - [318810] = 6, + [356569] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - STATE(5888), 1, - sym_function_parameters, - STATE(6329), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5695), 1, + sym__block_terminator, + STATE(7111), 2, sym_comment, sym_include, - [318830] = 6, + [356589] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(7206), 1, - sym_body, - STATE(6330), 2, + ACTIONS(10438), 1, + aux_sym_input_close_statement_token2, + ACTIONS(10440), 1, + aux_sym_output_stream_statement_token1, + STATE(7112), 2, sym_comment, sym_include, - [318850] = 6, - ACTIONS(3), 1, + [356609] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9350), 1, - sym_identifier, - STATE(5037), 1, - sym_qualified_name, - STATE(6331), 2, + ACTIONS(10442), 1, + sym__terminator, + ACTIONS(10444), 1, + aux_sym_class_type_token1, + STATE(7113), 2, sym_comment, sym_include, - [318870] = 6, + [356629] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(398), 1, - sym__namecolon, - ACTIONS(9352), 1, - anon_sym_NO_DASHERROR, - STATE(6332), 2, + ACTIONS(10440), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(10446), 1, + aux_sym_input_close_statement_token2, + STATE(7114), 2, sym_comment, sym_include, - [318890] = 6, + [356649] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6863), 1, + ACTIONS(10448), 1, sym_identifier, - ACTIONS(6869), 1, - aux_sym_buffer_definition_token2, - STATE(6333), 2, + STATE(4022), 1, + sym_qualified_name, + STATE(7115), 2, sym_comment, sym_include, - [318910] = 6, + [356669] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8380), 1, + ACTIONS(10450), 1, sym_identifier, - ACTIONS(8382), 1, - aux_sym_buffer_definition_token2, - STATE(6334), 2, - sym_comment, - sym_include, - [318930] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5323), 1, - sym__block_terminator, - STATE(6335), 2, + STATE(5640), 1, + sym_qualified_name, + STATE(7116), 2, sym_comment, sym_include, - [318950] = 5, + [356689] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(140), 2, + ACTIONS(6146), 1, sym__terminator, + ACTIONS(6148), 1, aux_sym_function_call_token1, - STATE(6336), 2, + STATE(7117), 2, sym_comment, sym_include, - [318968] = 6, + [356709] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9354), 1, + ACTIONS(7648), 1, sym_identifier, - ACTIONS(9356), 1, + ACTIONS(7654), 1, aux_sym_buffer_definition_token2, - STATE(6337), 2, + STATE(7118), 2, sym_comment, sym_include, - [318988] = 6, + [356729] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9358), 1, - aux_sym_using_statement_token2, - ACTIONS(9360), 1, - aux_sym_input_close_statement_token2, - STATE(6338), 2, + ACTIONS(10452), 1, + sym__terminator, + ACTIONS(10454), 1, + aux_sym_finally_statement_token1, + STATE(7119), 2, sym_comment, sym_include, - [319008] = 5, + [356749] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9362), 2, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - STATE(6339), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5338), 1, + sym_query_fields, + STATE(7120), 2, sym_comment, sym_include, - [319026] = 6, + [356769] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9364), 1, + ACTIONS(10456), 1, sym__terminator, - ACTIONS(9366), 1, + ACTIONS(10458), 1, aux_sym_enum_definition_token1, - STATE(6340), 2, + STATE(7121), 2, sym_comment, sym_include, - [319046] = 6, + [356789] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9358), 1, + ACTIONS(10460), 1, aux_sym_using_statement_token2, - ACTIONS(9368), 1, + ACTIONS(10462), 1, aux_sym_input_close_statement_token2, - STATE(6341), 2, + STATE(7122), 2, sym_comment, sym_include, - [319066] = 5, + [356809] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(228), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(6342), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5732), 1, + sym__block_terminator, + STATE(7123), 2, + sym_comment, + sym_include, + [356829] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10464), 1, + sym_identifier, + ACTIONS(10466), 1, + sym__terminator, + STATE(7124), 2, + sym_comment, + sym_include, + [356849] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9592), 1, + anon_sym_DOT, + ACTIONS(10468), 1, + aux_sym__procedure_terminator_token1, + STATE(7125), 2, sym_comment, sym_include, - [319084] = 6, - ACTIONS(3), 1, + [356869] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9370), 1, - sym_identifier, - ACTIONS(9372), 1, - sym__integer_literal, - STATE(6343), 2, + ACTIONS(10228), 1, + aux_sym__block_terminator_token1, + STATE(5811), 1, + sym__block_terminator, + STATE(7126), 2, sym_comment, sym_include, - [319104] = 6, + [356889] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7518), 1, - sym__terminator, - ACTIONS(7520), 1, + ACTIONS(10460), 1, aux_sym_using_statement_token2, - STATE(6344), 2, + ACTIONS(10470), 1, + aux_sym_input_close_statement_token2, + STATE(7127), 2, sym_comment, sym_include, - [319124] = 5, + [356909] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2840), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6345), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2365), 1, + sym__block_terminator, + STATE(7128), 2, sym_comment, sym_include, - [319142] = 6, + [356929] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7163), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(5528), 1, - sym_function_parameters, - STATE(6346), 2, + STATE(5360), 1, + sym_query_fields, + STATE(7129), 2, sym_comment, sym_include, - [319162] = 6, + [356949] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9374), 1, + ACTIONS(10472), 1, sym_identifier, - ACTIONS(9376), 1, - anon_sym_COMMA, - STATE(6347), 2, + ACTIONS(10474), 1, + sym__integer_literal, + STATE(7130), 2, sym_comment, sym_include, - [319182] = 6, + [356969] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9378), 1, + ACTIONS(10476), 1, sym_identifier, - STATE(3552), 1, + STATE(4133), 1, sym_qualified_name, - STATE(6348), 2, + STATE(7131), 2, sym_comment, sym_include, - [319202] = 6, + [356989] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9380), 1, - aux_sym_primitive_type_token1, - ACTIONS(9382), 1, - aux_sym_event_definition_token2, - STATE(6349), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2388), 1, + sym__block_terminator, + STATE(7132), 2, sym_comment, sym_include, - [319222] = 5, + [357009] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9384), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6350), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2391), 1, + sym__block_terminator, + STATE(7133), 2, + sym_comment, + sym_include, + [357029] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10478), 1, + sym_identifier, + STATE(3780), 1, + sym_qualified_name, + STATE(7134), 2, sym_comment, sym_include, - [319240] = 6, + [357049] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5387), 1, - sym__block_terminator, - STATE(6351), 2, + ACTIONS(10480), 1, + sym__terminator, + ACTIONS(10482), 1, + aux_sym_catch_statement_token1, + STATE(7135), 2, sym_comment, sym_include, - [319260] = 6, + [357069] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2266), 1, + STATE(2400), 1, sym__block_terminator, - STATE(6352), 2, + STATE(7136), 2, sym_comment, sym_include, - [319280] = 6, + [357089] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10228), 1, aux_sym__block_terminator_token1, - STATE(2267), 1, + STATE(5871), 1, sym__block_terminator, - STATE(6353), 2, + STATE(7137), 2, sym_comment, sym_include, - [319300] = 6, + [357109] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(8246), 1, + sym__terminator, + ACTIONS(8248), 1, + aux_sym_using_statement_token2, + STATE(7138), 2, + sym_comment, + sym_include, + [357129] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10228), 1, aux_sym__block_terminator_token1, - STATE(2268), 1, + STATE(5881), 1, sym__block_terminator, - STATE(6354), 2, + STATE(7139), 2, sym_comment, sym_include, - [319320] = 6, + [357149] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9386), 1, + ACTIONS(10484), 1, sym_identifier, - STATE(4011), 1, + STATE(7221), 1, sym_qualified_name, - STATE(6355), 2, - sym_comment, - sym_include, - [319340] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(144), 2, - sym__terminator, - aux_sym_function_call_token1, - STATE(6356), 2, + STATE(7140), 2, sym_comment, sym_include, - [319358] = 6, + [357169] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2270), 1, + STATE(2405), 1, sym__block_terminator, - STATE(6357), 2, + STATE(7141), 2, sym_comment, sym_include, - [319378] = 5, + [357189] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(128), 2, + ACTIONS(10486), 1, sym__terminator, - aux_sym_function_call_token1, - STATE(6358), 2, + ACTIONS(10488), 1, + aux_sym_interface_statement_token1, + STATE(7142), 2, sym_comment, sym_include, - [319396] = 6, + [357209] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2271), 1, + STATE(2421), 1, sym__block_terminator, - STATE(6359), 2, + STATE(7143), 2, sym_comment, sym_include, - [319416] = 6, - ACTIONS(69), 1, + [357229] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2274), 1, - sym__block_terminator, - STATE(6360), 2, + ACTIONS(10490), 1, + sym_identifier, + STATE(7226), 1, + sym_qualified_name, + STATE(7144), 2, sym_comment, sym_include, - [319436] = 6, + [357249] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2275), 1, - sym__block_terminator, - STATE(6361), 2, + ACTIONS(8337), 1, + anon_sym_LPAREN, + STATE(2526), 1, + sym_function_arguments, + STATE(7145), 2, sym_comment, sym_include, - [319456] = 5, + [357269] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9388), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6362), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2422), 1, + sym__block_terminator, + STATE(7146), 2, sym_comment, sym_include, - [319474] = 6, - ACTIONS(3), 1, + [357289] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9390), 1, - sym_identifier, - ACTIONS(9392), 1, - aux_sym_buffer_definition_token2, - STATE(6363), 2, + ACTIONS(9564), 1, + aux_sym_on_error_phrase_token1, + STATE(7263), 1, + sym_on_error_phrase, + STATE(7147), 2, sym_comment, sym_include, - [319494] = 6, + [357309] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9394), 1, + ACTIONS(10492), 1, sym_identifier, - ACTIONS(9396), 1, - aux_sym_buffer_definition_token2, - STATE(6364), 2, + STATE(6389), 1, + sym_qualified_name, + STATE(7148), 2, sym_comment, sym_include, - [319514] = 6, - ACTIONS(3), 1, + [357329] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9398), 1, - sym_identifier, - STATE(6798), 1, - sym_qualified_name, - STATE(6365), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2423), 1, + sym__block_terminator, + STATE(7149), 2, sym_comment, sym_include, - [319534] = 6, + [357349] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2224), 1, - sym__block_terminator, - STATE(6366), 2, + ACTIONS(10494), 1, + sym__terminator, + ACTIONS(10496), 1, + aux_sym_catch_statement_token1, + STATE(7150), 2, sym_comment, sym_include, - [319554] = 6, + [357369] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9400), 1, + ACTIONS(10498), 1, sym_identifier, - STATE(4969), 1, - sym_qualified_name, - STATE(6367), 2, + ACTIONS(10500), 1, + anon_sym_STAR, + STATE(7151), 2, sym_comment, sym_include, - [319574] = 6, + [357389] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(79), 1, - anon_sym_LPAREN, - STATE(1439), 1, - sym_function_arguments, - STATE(6368), 2, - sym_comment, - sym_include, - [319594] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9402), 1, - sym_identifier, - STATE(5520), 1, - sym_qualified_name, - STATE(6369), 2, + ACTIONS(827), 1, + sym__namecolon, + STATE(169), 1, + aux_sym_object_access_repeat1, + STATE(7152), 2, sym_comment, sym_include, - [319614] = 6, + [357409] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2280), 1, + STATE(2428), 1, sym__block_terminator, - STATE(6370), 2, + STATE(7153), 2, sym_comment, sym_include, - [319634] = 6, + [357429] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2283), 1, + STATE(2437), 1, sym__block_terminator, - STATE(6371), 2, + STATE(7154), 2, + sym_comment, + sym_include, + [357449] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10502), 1, + sym_identifier, + STATE(6431), 1, + sym_qualified_name, + STATE(7155), 2, sym_comment, sym_include, - [319654] = 6, + [357469] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8602), 1, + ACTIONS(9564), 1, aux_sym_on_error_phrase_token1, - STATE(7214), 1, + STATE(7384), 1, sym_on_error_phrase, - STATE(6372), 2, + STATE(7156), 2, sym_comment, sym_include, - [319674] = 6, + [357489] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2287), 1, + STATE(2440), 1, sym__block_terminator, - STATE(6373), 2, + STATE(7157), 2, sym_comment, sym_include, - [319694] = 6, + [357509] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9404), 1, + ACTIONS(10504), 1, sym_identifier, - STATE(5883), 1, + STATE(7138), 1, sym_qualified_name, - STATE(6374), 2, + STATE(7158), 2, sym_comment, sym_include, - [319714] = 6, + [357529] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2301), 1, + STATE(2442), 1, sym__block_terminator, - STATE(6375), 2, + STATE(7159), 2, sym_comment, sym_include, - [319734] = 5, + [357549] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9406), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(6376), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2790), 1, + sym__block_terminator, + STATE(7160), 2, + sym_comment, + sym_include, + [357569] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10506), 1, + sym_identifier, + STATE(7145), 1, + sym_qualified_name, + STATE(7161), 2, sym_comment, sym_include, - [319752] = 6, + [357589] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2302), 1, + STATE(2443), 1, sym__block_terminator, - STATE(6377), 2, + STATE(7162), 2, sym_comment, sym_include, - [319772] = 6, + [357609] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9408), 1, - sym__terminator, - ACTIONS(9410), 1, - aux_sym_catch_statement_token1, - STATE(6378), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2448), 1, + sym__block_terminator, + STATE(7163), 2, sym_comment, sym_include, - [319792] = 6, + [357629] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9412), 1, + ACTIONS(10508), 1, sym_identifier, - STATE(5889), 1, + STATE(4087), 1, sym_qualified_name, - STATE(6379), 2, + STATE(7164), 2, sym_comment, sym_include, - [319812] = 6, + [357649] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2726), 1, - sym__namecolon, - STATE(2749), 1, - aux_sym_object_access_repeat1, - STATE(6380), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2449), 1, + sym__block_terminator, + STATE(7165), 2, sym_comment, sym_include, - [319832] = 6, + [357669] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3534), 1, anon_sym_COLON, - STATE(6178), 1, + STATE(7734), 1, sym_body, - STATE(6381), 2, + STATE(7166), 2, sym_comment, sym_include, - [319852] = 6, + [357689] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(5898), 1, - sym_body, - STATE(6382), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2080), 1, + sym__block_terminator, + STATE(7167), 2, sym_comment, sym_include, - [319872] = 6, + [357709] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(7143), 1, - sym_body, - STATE(6383), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2081), 1, + sym__block_terminator, + STATE(7168), 2, sym_comment, sym_include, - [319892] = 6, + [357729] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2307), 1, + STATE(2082), 1, sym__block_terminator, - STATE(6384), 2, + STATE(7169), 2, sym_comment, sym_include, - [319912] = 6, + [357749] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2309), 1, + STATE(2084), 1, sym__block_terminator, - STATE(6385), 2, + STATE(7170), 2, sym_comment, sym_include, - [319932] = 6, + [357769] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9414), 1, - sym__terminator, - ACTIONS(9416), 1, - aux_sym_enum_definition_token1, - STATE(6386), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2085), 1, + sym__block_terminator, + STATE(7171), 2, sym_comment, sym_include, - [319952] = 6, + [357789] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9418), 1, - sym__terminator, - ACTIONS(9420), 1, - aux_sym_catch_statement_token1, - STATE(6387), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2088), 1, + sym__block_terminator, + STATE(7172), 2, sym_comment, sym_include, - [319972] = 6, + [357809] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4782), 1, - sym_query_fields, - STATE(6388), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2089), 1, + sym__block_terminator, + STATE(7173), 2, sym_comment, sym_include, - [319992] = 6, + [357829] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2389), 1, + STATE(2090), 1, sym__block_terminator, - STATE(6389), 2, + STATE(7174), 2, sym_comment, sym_include, - [320012] = 6, + [357849] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2332), 1, + STATE(2095), 1, sym__block_terminator, - STATE(6390), 2, + STATE(7175), 2, sym_comment, sym_include, - [320032] = 6, + [357869] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9422), 1, - sym__terminator, - ACTIONS(9424), 1, - aux_sym_interface_statement_token1, - STATE(6391), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2096), 1, + sym__block_terminator, + STATE(7176), 2, sym_comment, sym_include, - [320052] = 6, + [357889] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9426), 1, + ACTIONS(10512), 1, sym_identifier, - ACTIONS(9428), 1, - anon_sym_STAR, - STATE(6392), 2, + STATE(4125), 1, + sym_qualified_name, + STATE(7177), 2, sym_comment, sym_include, - [320072] = 6, + [357909] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4642), 1, - sym_query_fields, - STATE(6393), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2450), 1, + sym__block_terminator, + STATE(7178), 2, sym_comment, sym_include, - [320092] = 6, + [357929] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4862), 1, - sym_query_fields, - STATE(6394), 2, + ACTIONS(10312), 1, + aux_sym__block_terminator_token1, + STATE(2453), 1, + sym__block_terminator, + STATE(7179), 2, sym_comment, sym_include, - [320112] = 6, - ACTIONS(3), 1, + [357949] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9430), 1, - sym_identifier, - STATE(6829), 1, - sym_qualified_name, - STATE(6395), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2291), 1, + sym__block_terminator, + STATE(7180), 2, sym_comment, sym_include, - [320132] = 6, + [357969] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4777), 1, - sym_query_fields, - STATE(6396), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2099), 1, + sym__block_terminator, + STATE(7181), 2, sym_comment, sym_include, - [320152] = 6, + [357989] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2358), 1, + STATE(2454), 1, sym__block_terminator, - STATE(6397), 2, + STATE(7182), 2, sym_comment, sym_include, - [320172] = 6, + [358009] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9432), 1, + ACTIONS(10514), 1, sym_identifier, - STATE(3540), 1, - sym_qualified_name, - STATE(6398), 2, - sym_comment, - sym_include, - [320192] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9434), 1, - sym__terminator, - ACTIONS(9436), 1, - aux_sym_catch_statement_token1, - STATE(6399), 2, + ACTIONS(10516), 1, + sym__integer_literal, + STATE(7183), 2, sym_comment, sym_include, - [320212] = 6, + [358029] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2379), 1, + STATE(2108), 1, sym__block_terminator, - STATE(6400), 2, + STATE(7184), 2, sym_comment, sym_include, - [320232] = 5, + [358049] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9438), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6401), 2, + ACTIONS(10518), 1, + aux_sym_using_statement_token2, + ACTIONS(10520), 1, + aux_sym_input_close_statement_token2, + STATE(7185), 2, sym_comment, sym_include, - [320250] = 5, + [358069] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9440), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6402), 2, + ACTIONS(10518), 1, + aux_sym_using_statement_token2, + ACTIONS(10522), 1, + aux_sym_input_close_statement_token2, + STATE(7186), 2, sym_comment, sym_include, - [320268] = 6, + [358089] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(5344), 1, + STATE(2456), 1, sym__block_terminator, - STATE(6403), 2, + STATE(7187), 2, sym_comment, sym_include, - [320288] = 6, + [358109] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2383), 1, - sym__block_terminator, - STATE(6404), 2, + ACTIONS(10524), 1, + sym__terminator, + ACTIONS(10526), 1, + aux_sym_catch_statement_token1, + STATE(7188), 2, sym_comment, sym_include, - [320308] = 6, + [358129] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2399), 1, + STATE(2457), 1, sym__block_terminator, - STATE(6405), 2, + STATE(7189), 2, sym_comment, sym_include, - [320328] = 6, + [358149] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4770), 1, - sym_query_fields, - STATE(6406), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2115), 1, + sym__block_terminator, + STATE(7190), 2, sym_comment, sym_include, - [320348] = 6, + [358169] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(5347), 1, + STATE(2458), 1, sym__block_terminator, - STATE(6407), 2, + STATE(7191), 2, sym_comment, sym_include, - [320368] = 6, - ACTIONS(69), 1, + [358189] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4606), 1, - sym_query_fields, - STATE(6408), 2, + ACTIONS(7681), 1, + sym_identifier, + ACTIONS(7687), 1, + aux_sym_buffer_definition_token2, + STATE(7192), 2, sym_comment, sym_include, - [320388] = 6, + [358209] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7453), 1, + ACTIONS(6962), 1, anon_sym_LPAREN, - STATE(3112), 1, - sym_function_arguments, - STATE(6409), 2, + STATE(6751), 1, + sym_function_parameters, + STATE(7193), 2, sym_comment, sym_include, - [320408] = 6, + [358229] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(4634), 1, + STATE(5398), 1, sym_query_fields, - STATE(6410), 2, + STATE(7194), 2, sym_comment, sym_include, - [320428] = 6, + [358249] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4730), 1, - sym_query_fields, - STATE(6411), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7771), 1, + sym_body, + STATE(7195), 2, sym_comment, sym_include, - [320448] = 6, - ACTIONS(3), 1, + [358269] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9442), 1, - sym_identifier, - ACTIONS(9444), 1, - anon_sym_STAR, - STATE(6412), 2, + ACTIONS(8094), 1, + anon_sym_LPAREN, + STATE(6371), 1, + sym_function_parameters, + STATE(7196), 2, sym_comment, sym_include, - [320468] = 6, + [358289] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2429), 1, + STATE(2117), 1, sym__block_terminator, - STATE(6413), 2, + STATE(7197), 2, sym_comment, sym_include, - [320488] = 6, + [358309] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2432), 1, + STATE(2119), 1, sym__block_terminator, - STATE(6414), 2, + STATE(7198), 2, sym_comment, sym_include, - [320508] = 6, + [358329] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9446), 1, - sym__terminator, - ACTIONS(9448), 1, - aux_sym_enum_definition_token1, - STATE(6415), 2, + ACTIONS(10528), 1, + aux_sym_input_close_statement_token2, + ACTIONS(10530), 1, + aux_sym_output_stream_statement_token1, + STATE(7199), 2, sym_comment, sym_include, - [320528] = 5, + [358349] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8281), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6416), 2, - sym_comment, - sym_include, - [320546] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9450), 1, - sym_identifier, - STATE(2936), 1, - sym_qualified_name, - STATE(6417), 2, + ACTIONS(10530), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(10532), 1, + aux_sym_input_close_statement_token2, + STATE(7200), 2, sym_comment, sym_include, - [320566] = 6, + [358369] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(5368), 1, + STATE(2323), 1, sym__block_terminator, - STATE(6418), 2, + STATE(7201), 2, sym_comment, sym_include, - [320586] = 6, + [358389] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2651), 1, - sym__namecolon, - STATE(1616), 1, - aux_sym_object_access_repeat1, - STATE(6419), 2, + ACTIONS(10534), 1, + aux_sym_primitive_type_token1, + ACTIONS(10536), 1, + aux_sym_event_definition_token2, + STATE(7202), 2, sym_comment, sym_include, - [320606] = 6, - ACTIONS(3), 1, + [358409] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9452), 1, - sym_identifier, - STATE(4964), 1, - sym_qualified_name, - STATE(6420), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5402), 1, + sym_query_fields, + STATE(7203), 2, sym_comment, sym_include, - [320626] = 6, + [358429] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2451), 1, + STATE(2141), 1, sym__block_terminator, - STATE(6421), 2, + STATE(7204), 2, sym_comment, sym_include, - [320646] = 6, + [358449] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2161), 1, - sym__block_terminator, - STATE(6422), 2, + ACTIONS(10538), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(7205), 2, sym_comment, sym_include, - [320666] = 6, + [358467] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4708), 1, - sym_query_fields, - STATE(6423), 2, + ACTIONS(10540), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(7206), 2, sym_comment, sym_include, - [320686] = 6, - ACTIONS(3), 1, + [358485] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9454), 1, - sym_identifier, - STATE(7130), 1, - sym_qualified_name, - STATE(6424), 2, + ACTIONS(9626), 1, + aux_sym__block_terminator_token1, + STATE(2643), 1, + sym__block_terminator, + STATE(7207), 2, sym_comment, sym_include, - [320706] = 6, + [358505] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9456), 1, - sym__terminator, - ACTIONS(9458), 1, - aux_sym_interface_statement_token1, - STATE(6425), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2149), 1, + sym__block_terminator, + STATE(7208), 2, sym_comment, sym_include, - [320726] = 6, + [358525] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4741), 1, - sym_query_fields, - STATE(6426), 2, + ACTIONS(10542), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(7209), 2, sym_comment, sym_include, - [320746] = 6, + [358543] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5371), 1, - sym__block_terminator, - STATE(6427), 2, + ACTIONS(10544), 1, + sym__terminator, + ACTIONS(10546), 1, + aux_sym_enum_definition_token1, + STATE(7210), 2, sym_comment, sym_include, - [320766] = 6, + [358563] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4622), 1, - sym_query_fields, - STATE(6428), 2, + ACTIONS(10548), 1, + sym__terminator, + ACTIONS(10550), 1, + aux_sym_catch_statement_token1, + STATE(7211), 2, sym_comment, sym_include, - [320786] = 6, + [358583] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2461), 1, + STATE(2159), 1, sym__block_terminator, - STATE(6429), 2, + STATE(7212), 2, sym_comment, sym_include, - [320806] = 6, + [358603] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10312), 1, aux_sym__block_terminator_token1, - STATE(2475), 1, + STATE(2395), 1, sym__block_terminator, - STATE(6430), 2, + STATE(7213), 2, sym_comment, sym_include, - [320826] = 6, + [358623] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8646), 1, - anon_sym_LPAREN, - STATE(4682), 1, - sym_query_fields, - STATE(6431), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2163), 1, + sym__block_terminator, + STATE(7214), 2, sym_comment, sym_include, - [320846] = 6, - ACTIONS(3), 1, + [358643] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9460), 1, - sym_identifier, - STATE(6716), 1, - sym_qualified_name, - STATE(6432), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2166), 1, + sym__block_terminator, + STATE(7215), 2, sym_comment, sym_include, - [320866] = 6, + [358663] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5373), 1, - sym__block_terminator, - STATE(6433), 2, + ACTIONS(83), 1, + sym__namecolon, + STATE(14), 1, + aux_sym_object_access_repeat1, + STATE(7216), 2, sym_comment, sym_include, - [320886] = 6, + [358683] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9462), 1, - sym__terminator, - ACTIONS(9464), 1, - aux_sym_class_type_token1, - STATE(6434), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7201), 1, + sym_body, + STATE(7217), 2, sym_comment, sym_include, - [320906] = 6, + [358703] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9466), 1, + ACTIONS(10552), 1, sym_identifier, - ACTIONS(9468), 1, - aux_sym_buffer_definition_token2, - STATE(6435), 2, + ACTIONS(10554), 1, + anon_sym_STAR, + STATE(7218), 2, sym_comment, sym_include, - [320926] = 6, + [358723] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9470), 1, - sym__terminator, - ACTIONS(9472), 1, - aux_sym_enum_definition_token1, - STATE(6436), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5405), 1, + sym_query_fields, + STATE(7219), 2, sym_comment, sym_include, - [320946] = 6, + [358743] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9474), 1, - sym__terminator, - ACTIONS(9476), 1, - aux_sym_function_call_token1, - STATE(6437), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5242), 1, + sym_query_fields, + STATE(7220), 2, sym_comment, sym_include, - [320966] = 6, - ACTIONS(3), 1, + [358763] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9478), 1, - sym_identifier, - ACTIONS(9480), 1, - aux_sym_buffer_definition_token2, - STATE(6438), 2, + ACTIONS(8173), 1, + anon_sym_LPAREN, + STATE(1156), 1, + sym_function_arguments, + STATE(7221), 2, sym_comment, sym_include, - [320986] = 6, + [358783] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(5413), 1, + STATE(2529), 1, sym__block_terminator, - STATE(6439), 2, + STATE(7222), 2, sym_comment, sym_include, - [321006] = 6, + [358803] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2507), 1, + STATE(2206), 1, sym__block_terminator, - STATE(6440), 2, + STATE(7223), 2, sym_comment, sym_include, - [321026] = 6, - ACTIONS(69), 1, + [358823] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9482), 1, - sym__terminator, - ACTIONS(9484), 1, - aux_sym_prompt_for_statement_token2, - STATE(6441), 2, + ACTIONS(10556), 1, + sym_identifier, + STATE(125), 1, + sym_qualified_name, + STATE(7224), 2, sym_comment, sym_include, - [321046] = 6, + [358843] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9486), 1, + ACTIONS(10558), 1, sym_identifier, - STATE(6081), 1, + STATE(6048), 1, sym_qualified_name, - STATE(6442), 2, + STATE(7225), 2, sym_comment, sym_include, - [321066] = 6, + [358863] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(5944), 1, - sym_body, - STATE(6443), 2, - sym_comment, - sym_include, - [321086] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9488), 1, - sym_identifier, - ACTIONS(9490), 1, - anon_sym_COMMA, - STATE(6444), 2, + ACTIONS(8484), 1, + sym__terminator, + ACTIONS(8486), 1, + aux_sym_using_statement_token2, + STATE(7226), 2, sym_comment, sym_include, - [321106] = 6, + [358883] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9492), 1, + ACTIONS(10560), 1, sym_identifier, - STATE(6074), 1, + STATE(5592), 1, sym_qualified_name, - STATE(6445), 2, - sym_comment, - sym_include, - [321126] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2516), 1, - sym__block_terminator, - STATE(6446), 2, + STATE(7227), 2, sym_comment, sym_include, - [321146] = 6, + [358903] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9494), 1, + ACTIONS(10562), 1, sym__terminator, - ACTIONS(9496), 1, - aux_sym_class_type_token1, - STATE(6447), 2, + ACTIONS(10564), 1, + aux_sym_enum_definition_token1, + STATE(7228), 2, sym_comment, sym_include, - [321166] = 6, + [358923] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8602), 1, - aux_sym_on_error_phrase_token1, - STATE(6919), 1, - sym_on_error_phrase, - STATE(6448), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2532), 1, + sym__block_terminator, + STATE(7229), 2, sym_comment, sym_include, - [321186] = 6, + [358943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9498), 1, + ACTIONS(8874), 1, sym_identifier, - STATE(5800), 1, - sym_qualified_name, - STATE(6449), 2, - sym_comment, - sym_include, - [321206] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4974), 1, - sym__namecolon, - STATE(5637), 1, - aux_sym_object_access_repeat1, - STATE(6450), 2, + ACTIONS(8876), 1, + aux_sym_buffer_definition_token2, + STATE(7230), 2, sym_comment, sym_include, - [321226] = 6, + [358963] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9500), 1, + ACTIONS(10566), 1, sym_identifier, - ACTIONS(9502), 1, - sym__terminator, - STATE(6451), 2, + STATE(6577), 1, + sym_qualified_name, + STATE(7231), 2, sym_comment, sym_include, - [321246] = 6, + [358983] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(5384), 1, + STATE(2503), 1, sym__block_terminator, - STATE(6452), 2, + STATE(7232), 2, sym_comment, sym_include, - [321266] = 6, - ACTIONS(69), 1, + [359003] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5385), 1, - sym__block_terminator, - STATE(6453), 2, + ACTIONS(10568), 1, + sym_identifier, + ACTIONS(10570), 1, + aux_sym_buffer_definition_token2, + STATE(7233), 2, sym_comment, sym_include, - [321286] = 6, + [359023] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5386), 1, - sym__block_terminator, - STATE(6454), 2, + ACTIONS(9578), 1, + anon_sym_DOT, + ACTIONS(10572), 1, + aux_sym__procedure_terminator_token1, + STATE(7234), 2, sym_comment, sym_include, - [321306] = 6, + [359043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9504), 1, + ACTIONS(10574), 1, sym_identifier, - STATE(5036), 1, - sym_qualified_name, - STATE(6455), 2, + ACTIONS(10576), 1, + sym__terminator, + STATE(7235), 2, sym_comment, sym_include, - [321326] = 6, + [359063] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9506), 1, + ACTIONS(10578), 1, sym_identifier, - STATE(7113), 1, + STATE(4124), 1, sym_qualified_name, - STATE(6456), 2, + STATE(7236), 2, sym_comment, sym_include, - [321346] = 6, + [359083] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9508), 1, + ACTIONS(10580), 1, sym_identifier, - ACTIONS(9510), 1, - aux_sym_buffer_definition_token2, - STATE(6457), 2, + STATE(7372), 1, + sym_qualified_name, + STATE(7237), 2, sym_comment, sym_include, - [321366] = 6, + [359103] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9512), 1, - sym__terminator, - ACTIONS(9514), 1, - aux_sym_interface_statement_token1, - STATE(6458), 2, - sym_comment, - sym_include, - [321386] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9516), 1, - sym_identifier, - ACTIONS(9518), 1, - aux_sym_buffer_definition_token2, - STATE(6459), 2, - sym_comment, - sym_include, - [321406] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9520), 1, - sym_identifier, - ACTIONS(9522), 1, - anon_sym_STAR, - STATE(6460), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2242), 1, + sym__block_terminator, + STATE(7238), 2, sym_comment, sym_include, - [321426] = 6, - ACTIONS(3), 1, + [359123] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9524), 1, - sym_identifier, - ACTIONS(9526), 1, - anon_sym_COMMA, - STATE(6461), 2, + ACTIONS(9708), 1, + anon_sym_LPAREN, + STATE(5432), 1, + sym_query_fields, + STATE(7239), 2, sym_comment, sym_include, - [321446] = 6, + [359143] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7651), 1, + ACTIONS(9708), 1, anon_sym_LPAREN, - STATE(1148), 1, - sym_function_arguments, - STATE(6462), 2, + STATE(5255), 1, + sym_query_fields, + STATE(7240), 2, sym_comment, sym_include, - [321466] = 5, + [359163] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9528), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6463), 2, + ACTIONS(10582), 1, + sym__terminator, + ACTIONS(10584), 1, + aux_sym_interface_statement_token1, + STATE(7241), 2, sym_comment, sym_include, - [321484] = 6, + [359183] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2530), 1, + STATE(2496), 1, sym__block_terminator, - STATE(6464), 2, - sym_comment, - sym_include, - [321504] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6785), 1, - sym_identifier, - ACTIONS(6791), 1, - aux_sym_buffer_definition_token2, - STATE(6465), 2, + STATE(7242), 2, sym_comment, sym_include, - [321524] = 6, + [359203] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, - aux_sym__block_terminator_token1, - STATE(2438), 1, - sym__block_terminator, - STATE(6466), 2, + ACTIONS(10586), 1, + sym__terminator, + ACTIONS(10588), 1, + aux_sym_finally_statement_token1, + STATE(7243), 2, sym_comment, sym_include, - [321544] = 6, + [359223] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2626), 1, + STATE(2259), 1, sym__block_terminator, - STATE(6467), 2, + STATE(7244), 2, sym_comment, sym_include, - [321564] = 6, + [359243] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2537), 1, - sym__block_terminator, - STATE(6468), 2, + ACTIONS(10590), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(7245), 2, sym_comment, sym_include, - [321584] = 6, + [359261] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7663), 1, - sym__terminator, - ACTIONS(7665), 1, - aux_sym_using_statement_token2, - STATE(6469), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(7208), 1, + sym_body, + STATE(7246), 2, sym_comment, sym_include, - [321604] = 6, + [359281] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9530), 1, + ACTIONS(10592), 1, sym__terminator, - ACTIONS(9532), 1, + ACTIONS(10594), 1, aux_sym_class_type_token1, - STATE(6470), 2, + STATE(7247), 2, sym_comment, sym_include, - [321624] = 6, + [359301] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2620), 1, - sym__block_terminator, - STATE(6471), 2, + ACTIONS(10596), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(7248), 2, sym_comment, sym_include, - [321644] = 6, - ACTIONS(3), 1, + [359319] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9534), 1, - sym_identifier, - ACTIONS(9536), 1, - anon_sym_COMMA, - STATE(6472), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2266), 1, + sym__block_terminator, + STATE(7249), 2, sym_comment, sym_include, - [321664] = 6, - ACTIONS(3), 1, + [359339] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9538), 1, - sym_identifier, - ACTIONS(9540), 1, - aux_sym_buffer_definition_token2, - STATE(6473), 2, + ACTIONS(10510), 1, + aux_sym__block_terminator_token1, + STATE(2416), 1, + sym__block_terminator, + STATE(7250), 2, sym_comment, sym_include, - [321684] = 6, - ACTIONS(3), 1, + [359359] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9542), 1, - sym_identifier, - STATE(3550), 1, - sym_qualified_name, - STATE(6474), 2, + ACTIONS(10598), 1, + sym__terminator, + ACTIONS(10600), 1, + aux_sym_class_type_token1, + STATE(7251), 2, sym_comment, sym_include, - [321704] = 6, + [359379] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9544), 1, + ACTIONS(10602), 1, sym_identifier, - ACTIONS(9546), 1, - anon_sym_COMMA, - STATE(6475), 2, + ACTIONS(10604), 1, + aux_sym_buffer_definition_token2, + STATE(7252), 2, sym_comment, sym_include, - [321724] = 6, + [359399] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5392), 1, - sym__terminator, - ACTIONS(5394), 1, - aux_sym_function_call_token1, - STATE(6476), 2, + ACTIONS(3534), 1, + anon_sym_COLON, + STATE(6777), 1, + sym_body, + STATE(7253), 2, sym_comment, sym_include, - [321744] = 6, + [359419] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8316), 1, + ACTIONS(10606), 1, sym_identifier, - ACTIONS(8318), 1, + ACTIONS(10608), 1, aux_sym_buffer_definition_token2, - STATE(6477), 2, + STATE(7254), 2, sym_comment, sym_include, - [321764] = 6, + [359439] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_LPAREN, - STATE(6330), 1, - sym_function_parameters, - STATE(6478), 2, - sym_comment, - sym_include, - [321784] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9548), 1, - sym_identifier, - ACTIONS(9550), 1, - sym__integer_literal, - STATE(6479), 2, + ACTIONS(10610), 1, + sym__terminator, + ACTIONS(10612), 1, + aux_sym_enum_definition_token1, + STATE(7255), 2, sym_comment, sym_include, - [321804] = 6, + [359459] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9552), 1, + ACTIONS(10614), 1, sym_identifier, - STATE(5022), 1, + STATE(7323), 1, sym_qualified_name, - STATE(6480), 2, - sym_comment, - sym_include, - [321824] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9554), 1, - aux_sym_using_statement_token2, - ACTIONS(9556), 1, - aux_sym_input_close_statement_token2, - STATE(6481), 2, + STATE(7256), 2, sym_comment, sym_include, - [321844] = 6, + [359479] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9554), 1, - aux_sym_using_statement_token2, - ACTIONS(9558), 1, - aux_sym_input_close_statement_token2, - STATE(6482), 2, + ACTIONS(10616), 1, + sym__terminator, + ACTIONS(10618), 1, + aux_sym_function_call_token1, + STATE(7257), 2, sym_comment, sym_include, - [321864] = 6, + [359499] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9560), 1, + ACTIONS(10620), 1, sym_identifier, - STATE(136), 1, - sym_qualified_name, - STATE(6483), 2, - sym_comment, - sym_include, - [321884] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9562), 1, + ACTIONS(10622), 1, sym__terminator, - ACTIONS(9564), 1, - aux_sym_finally_statement_token1, - STATE(6484), 2, + STATE(7258), 2, sym_comment, sym_include, - [321904] = 6, + [359519] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9566), 1, + ACTIONS(10624), 1, sym_identifier, - STATE(4011), 1, + STATE(5608), 1, sym_qualified_name, - STATE(6485), 2, - sym_comment, - sym_include, - [321924] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5390), 1, - sym__block_terminator, - STATE(6486), 2, + STATE(7259), 2, sym_comment, sym_include, - [321944] = 6, + [359539] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5264), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2234), 1, + STATE(2390), 1, sym__block_terminator, - STATE(6487), 2, - sym_comment, - sym_include, - [321964] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6795), 1, - sym_identifier, - ACTIONS(6801), 1, - aux_sym_buffer_definition_token2, - STATE(6488), 2, + STATE(7260), 2, sym_comment, sym_include, - [321984] = 6, + [359559] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_COLON, - STATE(5995), 1, - sym_body, - STATE(6489), 2, + ACTIONS(10626), 1, + sym__terminator, + ACTIONS(10628), 1, + aux_sym_prompt_for_statement_token2, + STATE(7261), 2, sym_comment, sym_include, - [322004] = 6, + [359579] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(10510), 1, aux_sym__block_terminator_token1, - STATE(2587), 1, + STATE(2341), 1, sym__block_terminator, - STATE(6490), 2, + STATE(7262), 2, sym_comment, sym_include, - [322024] = 5, + [359599] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9568), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6491), 2, + ACTIONS(10630), 1, + sym__terminator, + STATE(7263), 2, sym_comment, sym_include, - [322042] = 6, + [359616] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9570), 1, + ACTIONS(10632), 1, sym_identifier, - ACTIONS(9572), 1, - sym__terminator, - STATE(6492), 2, - sym_comment, - sym_include, - [322062] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5274), 1, - aux_sym__block_terminator_token1, - STATE(2575), 1, - sym__block_terminator, - STATE(6493), 2, + STATE(7264), 2, sym_comment, sym_include, - [322082] = 6, - ACTIONS(69), 1, + [359633] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, - aux_sym__block_terminator_token1, - STATE(5264), 1, - sym__block_terminator, - STATE(6494), 2, + ACTIONS(10634), 1, + sym_identifier, + STATE(7265), 2, sym_comment, sym_include, - [322102] = 6, + [359650] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9574), 1, - aux_sym_input_close_statement_token2, - ACTIONS(9576), 1, - aux_sym_output_stream_statement_token1, - STATE(6495), 2, + ACTIONS(10636), 1, + anon_sym_RBRACK, + STATE(7266), 2, sym_comment, sym_include, - [322122] = 6, + [359667] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9576), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(9578), 1, - aux_sym_input_close_statement_token2, - STATE(6496), 2, + ACTIONS(10638), 1, + aux_sym__block_terminator_token1, + STATE(7267), 2, sym_comment, sym_include, - [322142] = 5, + [359684] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9580), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6497), 2, + ACTIONS(10616), 1, + sym__terminator, + STATE(7268), 2, sym_comment, sym_include, - [322160] = 5, + [359701] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9582), 1, - aux_sym_buffer_definition_token2, - STATE(6498), 2, + ACTIONS(10640), 1, + sym__terminator, + STATE(7269), 2, sym_comment, sym_include, - [322177] = 5, + [359718] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9584), 1, + ACTIONS(10642), 1, sym_identifier, - STATE(6499), 2, + STATE(7270), 2, sym_comment, sym_include, - [322194] = 5, + [359735] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9586), 1, + ACTIONS(10644), 1, sym_identifier, - STATE(6500), 2, + STATE(7271), 2, sym_comment, sym_include, - [322211] = 5, + [359752] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9588), 1, + ACTIONS(10646), 1, sym_identifier, - STATE(6501), 2, + STATE(7272), 2, sym_comment, sym_include, - [322228] = 5, - ACTIONS(3), 1, + [359769] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9590), 1, - sym_identifier, - STATE(6502), 2, + ACTIONS(10648), 1, + sym__terminator, + STATE(7273), 2, sym_comment, sym_include, - [322245] = 5, + [359786] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9592), 1, + ACTIONS(4793), 1, sym__terminator, - STATE(6503), 2, + STATE(7274), 2, sym_comment, sym_include, - [322262] = 5, - ACTIONS(3), 1, + [359803] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9594), 1, - sym_identifier, - STATE(6504), 2, + ACTIONS(10650), 1, + sym__terminator, + STATE(7275), 2, sym_comment, sym_include, - [322279] = 5, + [359820] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9596), 1, + ACTIONS(10652), 1, anon_sym_DOT, - STATE(6505), 2, + STATE(7276), 2, sym_comment, sym_include, - [322296] = 5, + [359837] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9598), 1, - sym__integer_literal, - STATE(6506), 2, + ACTIONS(10654), 1, + sym__terminator, + STATE(7277), 2, sym_comment, sym_include, - [322313] = 5, - ACTIONS(3), 1, + [359854] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9600), 1, - sym_identifier, - STATE(6507), 2, + ACTIONS(10656), 1, + sym__terminator, + STATE(7278), 2, sym_comment, sym_include, - [322330] = 5, - ACTIONS(3), 1, + [359871] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9602), 1, - sym_identifier, - STATE(6508), 2, + ACTIONS(10658), 1, + sym__terminator, + STATE(7279), 2, sym_comment, sym_include, - [322347] = 5, - ACTIONS(3), 1, + [359888] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9604), 1, - sym_identifier, - STATE(6509), 2, + ACTIONS(10660), 1, + sym__terminator, + STATE(7280), 2, sym_comment, sym_include, - [322364] = 5, + [359905] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9606), 1, - anon_sym_RBRACE, - STATE(6510), 2, + ACTIONS(10662), 1, + sym__terminator, + STATE(7281), 2, sym_comment, sym_include, - [322381] = 5, + [359922] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9608), 1, + ACTIONS(10664), 1, aux_sym__block_terminator_token1, - STATE(6511), 2, + STATE(7282), 2, sym_comment, sym_include, - [322398] = 5, - ACTIONS(3), 1, + [359939] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9610), 1, - sym_identifier, - STATE(6512), 2, + ACTIONS(8800), 1, + sym__terminator, + STATE(7283), 2, sym_comment, sym_include, - [322415] = 5, - ACTIONS(3), 1, + [359956] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9612), 1, - sym_identifier, - STATE(6513), 2, + ACTIONS(9436), 1, + aux_sym_do_block_token1, + STATE(7284), 2, sym_comment, sym_include, - [322432] = 5, + [359973] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9614), 1, - aux_sym__block_terminator_token1, - STATE(6514), 2, + ACTIONS(10666), 1, + anon_sym_RBRACK, + STATE(7285), 2, sym_comment, sym_include, - [322449] = 5, - ACTIONS(3), 1, + [359990] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9616), 1, - sym_identifier, - STATE(6515), 2, + ACTIONS(10668), 1, + sym__terminator, + STATE(7286), 2, sym_comment, sym_include, - [322466] = 5, + [360007] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9618), 1, - aux_sym__block_terminator_token1, - STATE(6516), 2, + ACTIONS(10670), 1, + sym__terminator, + STATE(7287), 2, sym_comment, sym_include, - [322483] = 5, + [360024] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5392), 1, - sym__terminator, - STATE(6517), 2, + ACTIONS(10672), 1, + aux_sym__block_terminator_token1, + STATE(7288), 2, sym_comment, sym_include, - [322500] = 5, - ACTIONS(3), 1, + [360041] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9620), 1, - sym_identifier, - STATE(6518), 2, + ACTIONS(10674), 1, + anon_sym_RBRACE, + STATE(7289), 2, sym_comment, sym_include, - [322517] = 5, - ACTIONS(3), 1, + [360058] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9622), 1, - sym_identifier, - STATE(6519), 2, + ACTIONS(6172), 1, + sym__terminator, + STATE(7290), 2, sym_comment, sym_include, - [322534] = 5, + [360075] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9624), 1, - anon_sym_RBRACE, - STATE(6520), 2, + ACTIONS(10676), 1, + sym__terminator, + STATE(7291), 2, sym_comment, sym_include, - [322551] = 5, + [360092] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9626), 1, - aux_sym__block_terminator_token1, - STATE(6521), 2, + ACTIONS(10678), 1, + sym__terminator, + STATE(7292), 2, sym_comment, sym_include, - [322568] = 5, + [360109] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9628), 1, + ACTIONS(10680), 1, sym_identifier, - STATE(6522), 2, + STATE(7293), 2, sym_comment, sym_include, - [322585] = 5, + [360126] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9630), 1, + ACTIONS(10682), 1, sym__terminator, - STATE(6523), 2, + STATE(7294), 2, + sym_comment, + sym_include, + [360143] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10684), 1, + sym_identifier, + STATE(7295), 2, + sym_comment, + sym_include, + [360160] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(10686), 1, + sym_identifier, + STATE(7296), 2, sym_comment, sym_include, - [322602] = 5, + [360177] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9632), 1, + ACTIONS(10582), 1, sym__terminator, - STATE(6524), 2, + STATE(7297), 2, sym_comment, sym_include, - [322619] = 5, + [360194] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9634), 1, + ACTIONS(4777), 1, sym__terminator, - STATE(6525), 2, + STATE(7298), 2, sym_comment, sym_include, - [322636] = 5, + [360211] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9636), 1, + ACTIONS(10688), 1, sym__terminator, - STATE(6526), 2, + STATE(7299), 2, sym_comment, sym_include, - [322653] = 5, + [360228] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9638), 1, + ACTIONS(10690), 1, sym__terminator, - STATE(6527), 2, + STATE(7300), 2, sym_comment, sym_include, - [322670] = 5, + [360245] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9640), 1, + ACTIONS(10692), 1, sym__terminator, - STATE(6528), 2, + STATE(7301), 2, sym_comment, sym_include, - [322687] = 5, + [360262] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9642), 1, + ACTIONS(10694), 1, sym__terminator, - STATE(6529), 2, + STATE(7302), 2, sym_comment, sym_include, - [322704] = 5, + [360279] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9146), 1, + ACTIONS(9578), 1, anon_sym_DOT, - STATE(6530), 2, + STATE(7303), 2, sym_comment, sym_include, - [322721] = 5, + [360296] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9644), 1, + ACTIONS(10696), 1, sym__terminator, - STATE(6531), 2, + STATE(7304), 2, sym_comment, sym_include, - [322738] = 5, - ACTIONS(69), 1, + [360313] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9646), 1, - sym__terminator, - STATE(6532), 2, + ACTIONS(10698), 1, + sym_identifier, + STATE(7305), 2, sym_comment, sym_include, - [322755] = 5, + [360330] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9648), 1, - aux_sym__block_terminator_token1, - STATE(6533), 2, + ACTIONS(10700), 1, + sym__integer_literal, + STATE(7306), 2, sym_comment, sym_include, - [322772] = 5, + [360347] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8345), 1, - aux_sym_do_block_token1, - STATE(6534), 2, + ACTIONS(10702), 1, + anon_sym_RBRACE, + STATE(7307), 2, sym_comment, sym_include, - [322789] = 5, + [360364] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9650), 1, - anon_sym_DOT, - STATE(6535), 2, + ACTIONS(10704), 1, + aux_sym__block_terminator_token1, + STATE(7308), 2, sym_comment, sym_include, - [322806] = 5, + [360381] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9652), 1, + ACTIONS(10706), 1, sym_identifier, - STATE(6536), 2, + STATE(7309), 2, sym_comment, sym_include, - [322823] = 5, + [360398] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9654), 1, + ACTIONS(10708), 1, sym_identifier, - STATE(6537), 2, + STATE(7310), 2, sym_comment, sym_include, - [322840] = 5, + [360415] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9656), 1, + ACTIONS(10710), 1, sym__terminator, - STATE(6538), 2, + STATE(7311), 2, sym_comment, sym_include, - [322857] = 5, - ACTIONS(3), 1, + [360432] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9658), 1, - sym_identifier, - STATE(6539), 2, + ACTIONS(10562), 1, + sym__terminator, + STATE(7312), 2, sym_comment, sym_include, - [322874] = 5, + [360449] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9660), 1, + ACTIONS(10712), 1, sym_identifier, - STATE(6540), 2, + STATE(7313), 2, sym_comment, sym_include, - [322891] = 5, + [360466] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9662), 1, - anon_sym_RBRACK, - STATE(6541), 2, + ACTIONS(10714), 1, + aux_sym__block_terminator_token1, + STATE(7314), 2, sym_comment, sym_include, - [322908] = 5, - ACTIONS(3), 1, + [360483] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9664), 1, - sym_identifier, - STATE(6542), 2, + ACTIONS(10716), 1, + sym__terminator, + STATE(7315), 2, sym_comment, sym_include, - [322925] = 5, + [360500] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9666), 1, - aux_sym__block_terminator_token1, - STATE(6543), 2, + ACTIONS(10718), 1, + sym__terminator, + STATE(7316), 2, sym_comment, sym_include, - [322942] = 5, - ACTIONS(3), 1, + [360517] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9668), 1, - sym_identifier, - STATE(6544), 2, + ACTIONS(8010), 1, + sym__terminator, + STATE(7317), 2, sym_comment, sym_include, - [322959] = 5, - ACTIONS(3), 1, + [360534] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9670), 1, - sym_identifier, - STATE(6545), 2, + ACTIONS(10720), 1, + aux_sym__block_terminator_token1, + STATE(7318), 2, sym_comment, sym_include, - [322976] = 5, - ACTIONS(3), 1, + [360551] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9672), 1, - sym_identifier, - STATE(6546), 2, + ACTIONS(10722), 1, + sym__terminator, + STATE(7319), 2, sym_comment, sym_include, - [322993] = 5, - ACTIONS(3), 1, + [360568] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9674), 1, - sym_identifier, - STATE(6547), 2, + ACTIONS(10724), 1, + sym__terminator, + STATE(7320), 2, sym_comment, sym_include, - [323010] = 5, + [360585] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9676), 1, + ACTIONS(10726), 1, sym_identifier, - STATE(6548), 2, + STATE(7321), 2, sym_comment, sym_include, - [323027] = 5, + [360602] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9678), 1, + ACTIONS(10728), 1, sym_identifier, - STATE(6549), 2, + STATE(7322), 2, sym_comment, sym_include, - [323044] = 5, + [360619] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9680), 1, + ACTIONS(8912), 1, sym__terminator, - STATE(6550), 2, + STATE(7323), 2, sym_comment, sym_include, - [323061] = 5, - ACTIONS(3), 1, + [360636] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9682), 1, - sym_identifier, - STATE(6551), 2, + ACTIONS(8942), 1, + sym__terminator, + STATE(7324), 2, sym_comment, sym_include, - [323078] = 5, + [360653] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9684), 1, + ACTIONS(10730), 1, sym_identifier, - STATE(6552), 2, + STATE(7325), 2, sym_comment, sym_include, - [323095] = 5, - ACTIONS(3), 1, + [360670] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9686), 1, - sym_identifier, - STATE(6553), 2, + ACTIONS(10544), 1, + sym__terminator, + STATE(7326), 2, sym_comment, sym_include, - [323112] = 5, - ACTIONS(3), 1, + [360687] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9688), 1, - sym_identifier, - STATE(6554), 2, + ACTIONS(6146), 1, + sym__terminator, + STATE(7327), 2, sym_comment, sym_include, - [323129] = 5, + [360704] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4162), 1, + ACTIONS(10732), 1, sym__terminator, - STATE(6555), 2, + STATE(7328), 2, sym_comment, sym_include, - [323146] = 5, + [360721] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9690), 1, + ACTIONS(10734), 1, sym__terminator, - STATE(6556), 2, + STATE(7329), 2, sym_comment, sym_include, - [323163] = 5, + [360738] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9692), 1, - anon_sym_RBRACE, - STATE(6557), 2, + ACTIONS(10736), 1, + aux_sym_buffer_definition_token2, + STATE(7330), 2, sym_comment, sym_include, - [323180] = 5, + [360755] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9694), 1, - aux_sym_to_phrase_token1, - STATE(6558), 2, + ACTIONS(10738), 1, + aux_sym__block_terminator_token1, + STATE(7331), 2, sym_comment, sym_include, - [323197] = 5, + [360772] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9696), 1, - anon_sym_LPAREN, - STATE(6559), 2, + ACTIONS(10740), 1, + sym__terminator, + STATE(7332), 2, sym_comment, sym_include, - [323214] = 5, - ACTIONS(69), 1, + [360789] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9494), 1, - sym__terminator, - STATE(6560), 2, + ACTIONS(10742), 1, + sym_identifier, + STATE(7333), 2, sym_comment, sym_include, - [323231] = 5, + [360806] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9698), 1, - sym__terminator, - STATE(6561), 2, + ACTIONS(10744), 1, + aux_sym_argument_mode_token3, + STATE(7334), 2, sym_comment, sym_include, - [323248] = 5, + [360823] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9700), 1, + ACTIONS(10746), 1, sym_identifier, - STATE(6562), 2, + STATE(7335), 2, sym_comment, sym_include, - [323265] = 5, - ACTIONS(69), 1, + [360840] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9702), 1, - aux_sym__block_terminator_token1, - STATE(6563), 2, + ACTIONS(10748), 1, + sym_identifier, + STATE(7336), 2, sym_comment, sym_include, - [323282] = 5, + [360857] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9704), 1, + ACTIONS(8048), 1, sym__terminator, - STATE(6564), 2, + STATE(7337), 2, sym_comment, sym_include, - [323299] = 5, - ACTIONS(69), 1, + [360874] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9706), 1, - sym__terminator, - STATE(6565), 2, + ACTIONS(10750), 1, + sym_identifier, + STATE(7338), 2, sym_comment, sym_include, - [323316] = 5, - ACTIONS(69), 1, + [360891] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9708), 1, - anon_sym_RBRACK, - STATE(6566), 2, + ACTIONS(10752), 1, + sym_identifier, + STATE(7339), 2, sym_comment, sym_include, - [323333] = 5, + [360908] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9710), 1, + ACTIONS(10754), 1, sym_identifier, - STATE(6567), 2, + STATE(7340), 2, sym_comment, sym_include, - [323350] = 5, - ACTIONS(69), 1, + [360925] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9474), 1, - sym__terminator, - STATE(6568), 2, + ACTIONS(10756), 1, + sym_identifier, + STATE(7341), 2, sym_comment, sym_include, - [323367] = 5, - ACTIONS(69), 1, + [360942] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9462), 1, - sym__terminator, - STATE(6569), 2, + ACTIONS(10758), 1, + sym_identifier, + STATE(7342), 2, sym_comment, sym_include, - [323384] = 5, + [360959] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9712), 1, + ACTIONS(10760), 1, sym_identifier, - STATE(6570), 2, + STATE(7343), 2, sym_comment, sym_include, - [323401] = 5, + [360976] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9714), 1, - sym__integer_literal, - STATE(6571), 2, + ACTIONS(10762), 1, + sym__terminator, + STATE(7344), 2, sym_comment, sym_include, - [323418] = 5, + [360993] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9716), 1, - anon_sym_RBRACE, - STATE(6572), 2, + ACTIONS(10764), 1, + aux_sym__block_terminator_token1, + STATE(7345), 2, sym_comment, sym_include, - [323435] = 5, + [361010] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8347), 1, + ACTIONS(10766), 1, sym__terminator, - STATE(6573), 2, + STATE(7346), 2, sym_comment, sym_include, - [323452] = 5, + [361027] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8290), 1, + ACTIONS(10768), 1, sym__terminator, - STATE(6574), 2, + STATE(7347), 2, sym_comment, sym_include, - [323469] = 5, - ACTIONS(3), 1, + [361044] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9718), 1, - sym_identifier, - STATE(6575), 2, + ACTIONS(10770), 1, + aux_sym__block_terminator_token1, + STATE(7348), 2, sym_comment, sym_include, - [323486] = 5, - ACTIONS(3), 1, + [361061] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9720), 1, - sym_identifier, - STATE(6576), 2, + ACTIONS(10772), 1, + aux_sym__block_terminator_token1, + STATE(7349), 2, sym_comment, sym_include, - [323503] = 5, + [361078] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9722), 1, + ACTIONS(10774), 1, sym__terminator, - STATE(6577), 2, + STATE(7350), 2, sym_comment, sym_include, - [323520] = 5, + [361095] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9456), 1, - sym__terminator, - STATE(6578), 2, + ACTIONS(10776), 1, + aux_sym__block_terminator_token1, + STATE(7351), 2, + sym_comment, + sym_include, + [361112] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(10778), 1, + aux_sym_when_expression_token1, + STATE(7352), 2, sym_comment, sym_include, - [323537] = 5, + [361129] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4204), 1, + ACTIONS(10780), 1, sym__terminator, - STATE(6579), 2, + STATE(7353), 2, sym_comment, sym_include, - [323554] = 5, + [361146] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9724), 1, + ACTIONS(10782), 1, sym_identifier, - STATE(6580), 2, + STATE(7354), 2, sym_comment, sym_include, - [323571] = 5, + [361163] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9726), 1, - aux_sym_image_phrase_token3, - STATE(6581), 2, + ACTIONS(10784), 1, + sym__terminator, + STATE(7355), 2, sym_comment, sym_include, - [323588] = 5, - ACTIONS(69), 1, + [361180] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9728), 1, - sym__terminator, - STATE(6582), 2, + ACTIONS(10786), 1, + sym_identifier, + STATE(7356), 2, sym_comment, sym_include, - [323605] = 5, + [361197] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9730), 1, - sym__terminator, - STATE(6583), 2, + ACTIONS(10788), 1, + anon_sym_RBRACK, + STATE(7357), 2, sym_comment, sym_include, - [323622] = 5, - ACTIONS(69), 1, + [361214] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9732), 1, - sym__terminator, - STATE(6584), 2, + ACTIONS(10790), 1, + sym_identifier, + STATE(7358), 2, sym_comment, sym_include, - [323639] = 5, + [361231] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9734), 1, + ACTIONS(10792), 1, sym_identifier, - STATE(6585), 2, + STATE(7359), 2, sym_comment, sym_include, - [323656] = 5, + [361248] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9736), 1, - aux_sym__block_terminator_token1, - STATE(6586), 2, + ACTIONS(4819), 1, + sym__terminator, + STATE(7360), 2, sym_comment, sym_include, - [323673] = 5, + [361265] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9738), 1, + ACTIONS(10794), 1, sym__terminator, - STATE(6587), 2, + STATE(7361), 2, sym_comment, sym_include, - [323690] = 5, - ACTIONS(69), 1, + [361282] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9446), 1, - sym__terminator, - STATE(6588), 2, + ACTIONS(10796), 1, + sym_identifier, + STATE(7362), 2, sym_comment, sym_include, - [323707] = 5, + [361299] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9740), 1, + ACTIONS(10798), 1, sym__terminator, - STATE(6589), 2, + STATE(7363), 2, sym_comment, sym_include, - [323724] = 5, - ACTIONS(69), 1, + [361316] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7285), 1, - sym__terminator, - STATE(6590), 2, + ACTIONS(10800), 1, + sym_identifier, + STATE(7364), 2, sym_comment, sym_include, - [323741] = 5, + [361333] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9742), 1, + ACTIONS(10802), 1, sym__terminator, - STATE(6591), 2, + STATE(7365), 2, sym_comment, sym_include, - [323758] = 5, + [361350] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9744), 1, + ACTIONS(10804), 1, sym_identifier, - STATE(6592), 2, + STATE(7366), 2, sym_comment, sym_include, - [323775] = 5, - ACTIONS(69), 1, + [361367] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9746), 1, - anon_sym_COMMA, - STATE(6593), 2, + ACTIONS(10806), 1, + sym_identifier, + STATE(7367), 2, sym_comment, sym_include, - [323792] = 5, - ACTIONS(69), 1, + [361384] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8355), 1, - sym__terminator, - STATE(6594), 2, + ACTIONS(10808), 1, + sym_identifier, + STATE(7368), 2, sym_comment, sym_include, - [323809] = 5, + [361401] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8357), 1, + ACTIONS(10810), 1, sym__terminator, - STATE(6595), 2, + STATE(7369), 2, sym_comment, sym_include, - [323826] = 5, + [361418] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9748), 1, - anon_sym_COMMA, - STATE(6596), 2, + ACTIONS(10812), 1, + aux_sym_on_error_phrase_token2, + STATE(7370), 2, sym_comment, sym_include, - [323843] = 5, - ACTIONS(69), 1, + [361435] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9750), 1, - aux_sym__block_terminator_token1, - STATE(6597), 2, + ACTIONS(10814), 1, + sym_identifier, + STATE(7371), 2, sym_comment, sym_include, - [323860] = 5, + [361452] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9752), 1, - anon_sym_COMMA, - STATE(6598), 2, + ACTIONS(8987), 1, + sym__terminator, + STATE(7372), 2, sym_comment, sym_include, - [323877] = 5, + [361469] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9754), 1, + ACTIONS(10816), 1, sym__terminator, - STATE(6599), 2, + STATE(7373), 2, sym_comment, sym_include, - [323894] = 5, + [361486] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9756), 1, - anon_sym_COMMA, - STATE(6600), 2, + ACTIONS(9482), 1, + sym__terminator, + STATE(7374), 2, sym_comment, sym_include, - [323911] = 5, + [361503] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7341), 1, + ACTIONS(8145), 1, sym__terminator, - STATE(6601), 2, + STATE(7375), 2, sym_comment, sym_include, - [323928] = 5, + [361520] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9758), 1, + ACTIONS(10818), 1, sym__terminator, - STATE(6602), 2, + STATE(7376), 2, sym_comment, sym_include, - [323945] = 5, + [361537] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9760), 1, + ACTIONS(10820), 1, sym_identifier, - STATE(6603), 2, + STATE(7377), 2, sym_comment, sym_include, - [323962] = 5, - ACTIONS(3), 1, + [361554] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9762), 1, - sym_identifier, - STATE(6604), 2, + ACTIONS(10822), 1, + sym__terminator, + STATE(7378), 2, sym_comment, sym_include, - [323979] = 5, - ACTIONS(3), 1, + [361571] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9764), 1, - sym_identifier, - STATE(6605), 2, + ACTIONS(10824), 1, + sym__terminator, + STATE(7379), 2, sym_comment, sym_include, - [323996] = 5, + [361588] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9766), 1, + ACTIONS(10826), 1, sym__terminator, - STATE(6606), 2, + STATE(7380), 2, sym_comment, sym_include, - [324013] = 5, - ACTIONS(3), 1, + [361605] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9768), 1, - sym_identifier, - STATE(6607), 2, + ACTIONS(10828), 1, + sym__terminator, + STATE(7381), 2, sym_comment, sym_include, - [324030] = 5, + [361622] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9422), 1, + ACTIONS(10830), 1, sym__terminator, - STATE(6608), 2, + STATE(7382), 2, sym_comment, sym_include, - [324047] = 5, - ACTIONS(3), 1, + [361639] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9770), 1, - sym_identifier, - STATE(6609), 2, + ACTIONS(10832), 1, + sym__terminator, + STATE(7383), 2, sym_comment, sym_include, - [324064] = 5, + [361656] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4404), 1, + ACTIONS(10834), 1, sym__terminator, - STATE(6610), 2, + STATE(7384), 2, sym_comment, sym_include, - [324081] = 5, - ACTIONS(69), 1, + [361673] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9772), 1, - sym__terminator, - STATE(6611), 2, + ACTIONS(10836), 1, + sym_identifier, + STATE(7385), 2, sym_comment, sym_include, - [324098] = 5, + [361690] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9774), 1, + ACTIONS(9464), 1, sym__terminator, - STATE(6612), 2, + STATE(7386), 2, sym_comment, sym_include, - [324115] = 5, + [361707] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9776), 1, - aux_sym_when_expression_token1, - STATE(6613), 2, + ACTIONS(10838), 1, + anon_sym_RBRACE, + STATE(7387), 2, sym_comment, sym_include, - [324132] = 5, + [361724] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7157), 1, - sym__terminator, - STATE(6614), 2, + ACTIONS(10840), 1, + aux_sym__block_terminator_token1, + STATE(7388), 2, sym_comment, sym_include, - [324149] = 5, + [361741] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9778), 1, - aux_sym__block_terminator_token1, - STATE(6615), 2, + ACTIONS(9451), 1, + sym__terminator, + STATE(7389), 2, sym_comment, sym_include, - [324166] = 5, + [361758] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9780), 1, + ACTIONS(8096), 1, sym__terminator, - STATE(6616), 2, + STATE(7390), 2, sym_comment, sym_include, - [324183] = 5, + [361775] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8361), 1, + ACTIONS(10842), 1, sym__terminator, - STATE(6617), 2, + STATE(7391), 2, sym_comment, sym_include, - [324200] = 5, + [361792] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9782), 1, - aux_sym__block_terminator_token1, - STATE(6618), 2, + ACTIONS(10844), 1, + anon_sym_LPAREN, + STATE(7392), 2, sym_comment, sym_include, - [324217] = 5, + [361809] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9784), 1, - sym__terminator, - STATE(6619), 2, + ACTIONS(10846), 1, + sym__integer_literal, + STATE(7393), 2, sym_comment, sym_include, - [324234] = 5, - ACTIONS(69), 1, + [361826] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9786), 1, - sym__terminator, - STATE(6620), 2, + ACTIONS(10848), 1, + sym_identifier, + STATE(7394), 2, sym_comment, sym_include, - [324251] = 5, + [361843] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9788), 1, + ACTIONS(10850), 1, sym__terminator, - STATE(6621), 2, + STATE(7395), 2, sym_comment, sym_include, - [324268] = 5, + [361860] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9790), 1, - anon_sym_RBRACK, - STATE(6622), 2, + ACTIONS(9592), 1, + anon_sym_DOT, + STATE(7396), 2, sym_comment, sym_include, - [324285] = 5, + [361877] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9792), 1, - sym__terminator, - STATE(6623), 2, + ACTIONS(10852), 1, + aux_sym__block_terminator_token1, + STATE(7397), 2, sym_comment, sym_include, - [324302] = 5, + [361894] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9794), 1, + ACTIONS(10854), 1, sym_identifier, - STATE(6624), 2, + STATE(7398), 2, sym_comment, sym_include, - [324319] = 5, + [361911] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9796), 1, - aux_sym__block_terminator_token1, - STATE(6625), 2, + ACTIONS(10456), 1, + sym__terminator, + STATE(7399), 2, sym_comment, sym_include, - [324336] = 5, + [361928] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9798), 1, - anon_sym_COMMA, - STATE(6626), 2, + ACTIONS(10856), 1, + sym__terminator, + STATE(7400), 2, sym_comment, sym_include, - [324353] = 5, + [361945] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9800), 1, + ACTIONS(10858), 1, sym_identifier, - STATE(6627), 2, + STATE(7401), 2, sym_comment, sym_include, - [324370] = 5, + [361962] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9802), 1, + ACTIONS(10860), 1, sym__terminator, - STATE(6628), 2, + STATE(7402), 2, sym_comment, sym_include, - [324387] = 5, + [361979] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9804), 1, + ACTIONS(10862), 1, sym_identifier, - STATE(6629), 2, + STATE(7403), 2, sym_comment, sym_include, - [324404] = 5, - ACTIONS(69), 1, + [361996] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9806), 1, - anon_sym_RBRACK, - STATE(6630), 2, + ACTIONS(10864), 1, + sym_identifier, + STATE(7404), 2, sym_comment, sym_include, - [324421] = 5, - ACTIONS(69), 1, + [362013] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9808), 1, - sym__terminator, - STATE(6631), 2, + ACTIONS(10866), 1, + sym_identifier, + STATE(7405), 2, sym_comment, sym_include, - [324438] = 5, + [362030] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9810), 1, + ACTIONS(10868), 1, sym_identifier, - STATE(6632), 2, + STATE(7406), 2, sym_comment, sym_include, - [324455] = 5, - ACTIONS(69), 1, + [362047] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9812), 1, - sym__terminator, - STATE(6633), 2, + ACTIONS(10870), 1, + sym_identifier, + STATE(7407), 2, sym_comment, sym_include, - [324472] = 5, + [362064] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9414), 1, - sym__terminator, - STATE(6634), 2, + ACTIONS(10872), 1, + anon_sym_RBRACE, + STATE(7408), 2, sym_comment, sym_include, - [324489] = 5, + [362081] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9814), 1, - aux_sym_buffer_definition_token2, - STATE(6635), 2, + ACTIONS(10874), 1, + sym__terminator, + STATE(7409), 2, sym_comment, sym_include, - [324506] = 5, - ACTIONS(3), 1, + [362098] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9816), 1, - sym_identifier, - STATE(6636), 2, + ACTIONS(10876), 1, + sym__terminator, + STATE(7410), 2, sym_comment, sym_include, - [324523] = 5, + [362115] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9818), 1, - anon_sym_LPAREN, - STATE(6637), 2, + ACTIONS(10878), 1, + sym__terminator, + STATE(7411), 2, sym_comment, sym_include, - [324540] = 5, - ACTIONS(3), 1, + [362132] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9820), 1, - sym_identifier, - STATE(6638), 2, + ACTIONS(10880), 1, + sym__terminator, + STATE(7412), 2, sym_comment, sym_include, - [324557] = 5, - ACTIONS(3), 1, + [362149] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9822), 1, - sym_identifier, - STATE(6639), 2, + ACTIONS(10882), 1, + sym__terminator, + STATE(7413), 2, sym_comment, sym_include, - [324574] = 5, - ACTIONS(3), 1, + [362166] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9824), 1, - sym_identifier, - STATE(6640), 2, + ACTIONS(4909), 1, + sym__terminator, + STATE(7414), 2, sym_comment, sym_include, - [324591] = 5, - ACTIONS(3), 1, + [362183] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9826), 1, - sym_identifier, - STATE(6641), 2, + ACTIONS(10884), 1, + aux_sym__block_terminator_token1, + STATE(7415), 2, sym_comment, sym_include, - [324608] = 5, - ACTIONS(3), 1, + [362200] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9828), 1, - sym_identifier, - STATE(6642), 2, + ACTIONS(10886), 1, + sym__terminator, + STATE(7416), 2, sym_comment, sym_include, - [324625] = 5, + [362217] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9830), 1, - anon_sym_COMMA, - STATE(6643), 2, + ACTIONS(10888), 1, + sym__terminator, + STATE(7417), 2, sym_comment, sym_include, - [324642] = 5, - ACTIONS(3), 1, + [362234] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9832), 1, - sym_identifier, - STATE(6644), 2, + ACTIONS(10432), 1, + sym__terminator, + STATE(7418), 2, sym_comment, sym_include, - [324659] = 5, + [362251] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9834), 1, - aux_sym__block_terminator_token1, - STATE(6645), 2, + ACTIONS(10890), 1, + anon_sym_DOT, + STATE(7419), 2, sym_comment, sym_include, - [324676] = 5, + [362268] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9836), 1, + ACTIONS(10892), 1, sym__terminator, - STATE(6646), 2, + STATE(7420), 2, sym_comment, sym_include, - [324693] = 5, + [362285] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9838), 1, - anon_sym_RBRACK, - STATE(6647), 2, + ACTIONS(10894), 1, + sym__terminator, + STATE(7421), 2, sym_comment, sym_include, - [324710] = 5, + [362302] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9840), 1, - aux_sym_buffer_definition_token2, - STATE(6648), 2, + ACTIONS(10896), 1, + sym__terminator, + STATE(7422), 2, sym_comment, sym_include, - [324727] = 5, + [362319] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9842), 1, - aux_sym_buffer_definition_token2, - STATE(6649), 2, + ACTIONS(4861), 1, + sym__terminator, + STATE(7423), 2, sym_comment, sym_include, - [324744] = 5, + [362336] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8404), 1, - aux_sym_do_block_token1, - STATE(6650), 2, - sym_comment, - sym_include, - [324761] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9844), 1, - sym_identifier, - STATE(6651), 2, + ACTIONS(9396), 1, + sym__terminator, + STATE(7424), 2, sym_comment, sym_include, - [324778] = 5, + [362353] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9846), 1, - aux_sym_argument_mode_token3, - STATE(6652), 2, + ACTIONS(10898), 1, + sym__terminator, + STATE(7425), 2, sym_comment, sym_include, - [324795] = 5, + [362370] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9848), 1, + ACTIONS(10900), 1, sym_identifier, - STATE(6653), 2, + STATE(7426), 2, sym_comment, sym_include, - [324812] = 5, - ACTIONS(3), 1, + [362387] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9850), 1, - sym_identifier, - STATE(6654), 2, + ACTIONS(10902), 1, + sym__terminator, + STATE(7427), 2, sym_comment, sym_include, - [324829] = 5, + [362404] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9852), 1, - aux_sym__block_terminator_token1, - STATE(6655), 2, + ACTIONS(10418), 1, + sym__terminator, + STATE(7428), 2, sym_comment, sym_include, - [324846] = 5, + [362421] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9854), 1, + ACTIONS(10904), 1, aux_sym__block_terminator_token1, - STATE(6656), 2, + STATE(7429), 2, sym_comment, sym_include, - [324863] = 5, + [362438] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9856), 1, + ACTIONS(10906), 1, sym__terminator, - STATE(6657), 2, + STATE(7430), 2, sym_comment, sym_include, - [324880] = 5, - ACTIONS(3), 1, + [362455] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9858), 1, - sym_identifier, - STATE(6658), 2, + ACTIONS(10908), 1, + anon_sym_RPAREN, + STATE(7431), 2, sym_comment, sym_include, - [324897] = 5, - ACTIONS(3), 1, + [362472] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9860), 1, - sym_identifier, - STATE(6659), 2, + ACTIONS(10910), 1, + aux_sym__block_terminator_token1, + STATE(7432), 2, sym_comment, sym_include, - [324914] = 4, - ACTIONS(3), 1, + [362489] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(224), 2, - sym_file_name, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(6660), 2, + ACTIONS(10912), 1, + aux_sym__block_terminator_token1, + STATE(7433), 2, sym_comment, sym_include, - [324929] = 5, + [362506] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9862), 1, - anon_sym_RBRACE, - STATE(6661), 2, + ACTIONS(10914), 1, + aux_sym_type_tuning_token1, + STATE(7434), 2, sym_comment, sym_include, - [324946] = 5, + [362523] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9864), 1, + ACTIONS(10916), 1, aux_sym__block_terminator_token1, - STATE(6662), 2, + STATE(7435), 2, sym_comment, sym_include, - [324963] = 5, + [362540] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9866), 1, - aux_sym_buffer_definition_token2, - STATE(6663), 2, + ACTIONS(10408), 1, + sym__terminator, + STATE(7436), 2, sym_comment, sym_include, - [324980] = 5, + [362557] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9868), 1, - aux_sym__block_terminator_token1, - STATE(6664), 2, + ACTIONS(10398), 1, + sym__terminator, + STATE(7437), 2, sym_comment, sym_include, - [324997] = 5, + [362574] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9870), 1, + ACTIONS(10918), 1, sym_identifier, - STATE(6665), 2, + STATE(7438), 2, sym_comment, sym_include, - [325014] = 5, + [362591] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9872), 1, - sym__integer_literal, - STATE(6666), 2, + ACTIONS(8968), 1, + sym__terminator, + STATE(7439), 2, sym_comment, sym_include, - [325031] = 5, - ACTIONS(3), 1, + [362608] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9874), 1, - sym_identifier, - STATE(6667), 2, + ACTIONS(10486), 1, + sym__terminator, + STATE(7440), 2, sym_comment, sym_include, - [325048] = 5, + [362625] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9876), 1, + ACTIONS(10920), 1, sym_identifier, - STATE(6668), 2, + STATE(7441), 2, sym_comment, sym_include, - [325065] = 5, + [362642] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9878), 1, + ACTIONS(10922), 1, sym_identifier, - STATE(6669), 2, + STATE(7442), 2, sym_comment, sym_include, - [325082] = 5, - ACTIONS(3), 1, + [362659] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9880), 1, - sym_identifier, - STATE(6670), 2, + ACTIONS(10388), 1, + sym__terminator, + STATE(7443), 2, sym_comment, sym_include, - [325099] = 5, - ACTIONS(3), 1, + [362676] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9882), 1, - sym_identifier, - STATE(6671), 2, + ACTIONS(10924), 1, + anon_sym_RBRACE, + STATE(7444), 2, sym_comment, sym_include, - [325116] = 5, + [362693] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9884), 1, + ACTIONS(10926), 1, sym_identifier, - STATE(6672), 2, + STATE(7445), 2, sym_comment, sym_include, - [325133] = 5, - ACTIONS(3), 1, + [362710] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9886), 1, - sym_identifier, - STATE(6673), 2, + ACTIONS(10928), 1, + sym__terminator, + STATE(7446), 2, sym_comment, sym_include, - [325150] = 5, + [362727] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9888), 1, - aux_sym__block_terminator_token1, - STATE(6674), 2, + ACTIONS(10930), 1, + sym__terminator, + STATE(7447), 2, sym_comment, sym_include, - [325167] = 5, + [362744] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9890), 1, - aux_sym_enum_definition_token1, - STATE(6675), 2, + ACTIONS(10932), 1, + sym__terminator, + STATE(7448), 2, sym_comment, sym_include, - [325184] = 5, + [362761] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9892), 1, + ACTIONS(4929), 1, sym__terminator, - STATE(6676), 2, + STATE(7449), 2, sym_comment, sym_include, - [325201] = 5, + [362778] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9894), 1, - aux_sym__block_terminator_token1, - STATE(6677), 2, + ACTIONS(10376), 1, + sym__terminator, + STATE(7450), 2, sym_comment, sym_include, - [325218] = 5, + [362795] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9896), 1, - aux_sym__block_terminator_token1, - STATE(6678), 2, + ACTIONS(10934), 1, + sym__terminator, + STATE(7451), 2, sym_comment, sym_include, - [325235] = 5, + [362812] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8390), 1, + ACTIONS(4891), 1, sym__terminator, - STATE(6679), 2, + STATE(7452), 2, sym_comment, sym_include, - [325252] = 5, + [362829] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9898), 1, - anon_sym_RPAREN, - STATE(6680), 2, + ACTIONS(10936), 1, + anon_sym_DOT, + STATE(7453), 2, sym_comment, sym_include, - [325269] = 5, + [362846] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9900), 1, - anon_sym_RBRACE, - STATE(6681), 2, + ACTIONS(10938), 1, + sym__terminator, + STATE(7454), 2, sym_comment, sym_include, - [325286] = 5, - ACTIONS(3), 1, + [362863] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9902), 1, - sym_identifier, - STATE(6682), 2, + ACTIONS(10940), 1, + aux_sym__block_terminator_token1, + STATE(7455), 2, sym_comment, sym_include, - [325303] = 5, + [362880] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9904), 1, - sym__terminator, - STATE(6683), 2, + ACTIONS(9312), 1, + aux_sym_do_block_token1, + STATE(7456), 2, sym_comment, sym_include, - [325320] = 5, - ACTIONS(3), 1, + [362897] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9906), 1, - sym_identifier, - STATE(6684), 2, + ACTIONS(10942), 1, + sym__terminator, + STATE(7457), 2, sym_comment, sym_include, - [325337] = 5, + [362914] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9908), 1, + ACTIONS(10944), 1, sym_identifier, - STATE(6685), 2, + STATE(7458), 2, sym_comment, sym_include, - [325354] = 5, + [362931] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9910), 1, - aux_sym_to_phrase_token1, - STATE(6686), 2, + ACTIONS(10946), 1, + sym__terminator, + STATE(7459), 2, sym_comment, sym_include, - [325371] = 5, + [362948] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9912), 1, + ACTIONS(10948), 1, sym__terminator, - STATE(6687), 2, + STATE(7460), 2, sym_comment, sym_include, - [325388] = 5, - ACTIONS(3), 1, + [362965] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9914), 1, - sym_identifier, - STATE(6688), 2, + ACTIONS(10950), 1, + anon_sym_RBRACK, + STATE(7461), 2, sym_comment, sym_include, - [325405] = 5, + [362982] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9916), 1, + ACTIONS(10952), 1, sym__terminator, - STATE(6689), 2, + STATE(7462), 2, sym_comment, sym_include, - [325422] = 5, - ACTIONS(69), 1, + [362999] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9918), 1, - aux_sym_buffer_definition_token2, - STATE(6690), 2, + ACTIONS(10954), 1, + sym_identifier, + STATE(7463), 2, sym_comment, sym_include, - [325439] = 5, + [363016] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9920), 1, + ACTIONS(10956), 1, aux_sym__block_terminator_token1, - STATE(6691), 2, + STATE(7464), 2, sym_comment, sym_include, - [325456] = 5, + [363033] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7365), 1, - sym__terminator, - STATE(6692), 2, + ACTIONS(10958), 1, + anon_sym_RBRACK, + STATE(7465), 2, sym_comment, sym_include, - [325473] = 5, + [363050] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9922), 1, - aux_sym__block_terminator_token1, - STATE(6693), 2, + ACTIONS(10960), 1, + sym__terminator, + STATE(7466), 2, sym_comment, sym_include, - [325490] = 5, + [363067] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9326), 1, - sym__terminator, - STATE(6694), 2, + ACTIONS(10962), 1, + aux_sym__block_terminator_token1, + STATE(7467), 2, sym_comment, sym_include, - [325507] = 5, - ACTIONS(3), 1, + [363084] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9924), 1, - sym_identifier, - STATE(6695), 2, + ACTIONS(10964), 1, + sym__terminator, + STATE(7468), 2, sym_comment, sym_include, - [325524] = 5, + [363101] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9926), 1, - aux_sym__block_terminator_token1, - STATE(6696), 2, + ACTIONS(10966), 1, + anon_sym_RBRACE, + STATE(7469), 2, sym_comment, sym_include, - [325541] = 5, + [363118] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9928), 1, + ACTIONS(10968), 1, sym__terminator, - STATE(6697), 2, + STATE(7470), 2, sym_comment, sym_include, - [325558] = 5, + [363135] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9930), 1, - aux_sym_buffer_definition_token2, - STATE(6698), 2, + ACTIONS(6162), 1, + sym__terminator, + STATE(7471), 2, sym_comment, sym_include, - [325575] = 5, + [363152] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9932), 1, + ACTIONS(10970), 1, sym_identifier, - STATE(6699), 2, + STATE(7472), 2, sym_comment, sym_include, - [325592] = 5, - ACTIONS(3), 1, + [363169] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9934), 1, - sym_identifier, - STATE(6700), 2, + ACTIONS(10972), 1, + sym__terminator, + STATE(7473), 2, sym_comment, sym_include, - [325609] = 5, + [363186] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9936), 1, - aux_sym_buffer_definition_token2, - STATE(6701), 2, + ACTIONS(10352), 1, + sym__terminator, + STATE(7474), 2, sym_comment, sym_include, - [325626] = 5, - ACTIONS(3), 1, + [363203] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9938), 1, - sym_identifier, - STATE(6702), 2, + ACTIONS(10974), 1, + anon_sym_COMMA, + STATE(7475), 2, sym_comment, sym_include, - [325643] = 5, + [363220] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9940), 1, + ACTIONS(10976), 1, sym_identifier, - STATE(6703), 2, + STATE(7476), 2, sym_comment, sym_include, - [325660] = 5, + [363237] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9942), 1, + ACTIONS(10978), 1, sym__terminator, - STATE(6704), 2, - sym_comment, - sym_include, - [325677] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9944), 1, - sym_identifier, - STATE(6705), 2, + STATE(7477), 2, sym_comment, sym_include, - [325694] = 5, - ACTIONS(3), 1, + [363254] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9946), 1, - sym_identifier, - STATE(6706), 2, + ACTIONS(7996), 1, + sym__terminator, + STATE(7478), 2, sym_comment, sym_include, - [325711] = 5, + [363271] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9948), 1, + ACTIONS(10980), 1, sym_identifier, - STATE(6707), 2, + STATE(7479), 2, sym_comment, sym_include, - [325728] = 5, - ACTIONS(3), 1, + [363288] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9950), 1, - sym_identifier, - STATE(6708), 2, + ACTIONS(10982), 1, + sym__terminator, + STATE(7480), 2, sym_comment, sym_include, - [325745] = 5, + [363305] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9198), 1, - anon_sym_DOT, - STATE(6709), 2, + ACTIONS(8816), 1, + sym__terminator, + STATE(7481), 2, sym_comment, sym_include, - [325762] = 5, + [363322] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9952), 1, + ACTIONS(10984), 1, sym_identifier, - STATE(6710), 2, + STATE(7482), 2, sym_comment, sym_include, - [325779] = 5, + [363339] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9954), 1, - aux_sym__block_terminator_token1, - STATE(6711), 2, + ACTIONS(9078), 1, + sym__terminator, + STATE(7483), 2, sym_comment, sym_include, - [325796] = 5, + [363356] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4640), 1, + ACTIONS(10986), 1, sym_identifier, - STATE(6712), 2, + STATE(7484), 2, sym_comment, sym_include, - [325813] = 5, + [363373] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9956), 1, - aux_sym__block_terminator_token1, - STATE(6713), 2, + ACTIONS(10988), 1, + aux_sym_buffer_definition_token2, + STATE(7485), 2, sym_comment, sym_include, - [325830] = 5, + [363390] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8265), 1, - aux_sym_do_block_token1, - STATE(6714), 2, + ACTIONS(10990), 1, + sym__terminator, + STATE(7486), 2, sym_comment, sym_include, - [325847] = 5, - ACTIONS(69), 1, + [363407] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9958), 1, - sym__terminator, - STATE(6715), 2, + ACTIONS(10992), 1, + sym_identifier, + STATE(7487), 2, sym_comment, sym_include, - [325864] = 5, + [363424] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8227), 1, - sym__terminator, - STATE(6716), 2, + ACTIONS(9534), 1, + anon_sym_DOT, + STATE(7488), 2, sym_comment, sym_include, - [325881] = 5, + [363441] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9960), 1, - aux_sym__block_terminator_token1, - STATE(6717), 2, + ACTIONS(8034), 1, + sym__terminator, + STATE(7489), 2, sym_comment, sym_include, - [325898] = 5, + [363458] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9962), 1, + ACTIONS(10994), 1, sym__terminator, - STATE(6718), 2, + STATE(7490), 2, sym_comment, sym_include, - [325915] = 5, + [363475] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9964), 1, - sym__terminator, - STATE(6719), 2, + ACTIONS(10996), 1, + aux_sym__block_terminator_token1, + STATE(7491), 2, sym_comment, sym_include, - [325932] = 5, + [363492] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9966), 1, + ACTIONS(10998), 1, sym_identifier, - STATE(6720), 2, + STATE(7492), 2, sym_comment, sym_include, - [325949] = 5, + [363509] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11000), 1, + sym_identifier, + STATE(7493), 2, + sym_comment, + sym_include, + [363526] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9968), 1, + ACTIONS(11002), 1, anon_sym_RBRACK, - STATE(6721), 2, + STATE(7494), 2, sym_comment, sym_include, - [325966] = 5, - ACTIONS(3), 1, + [363543] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9970), 1, - sym_identifier, - STATE(6722), 2, + ACTIONS(11004), 1, + sym__integer_literal, + STATE(7495), 2, sym_comment, sym_include, - [325983] = 5, + [363560] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9972), 1, - aux_sym__block_terminator_token1, - STATE(6723), 2, + ACTIONS(11006), 1, + anon_sym_RBRACE, + STATE(7496), 2, sym_comment, sym_include, - [326000] = 5, - ACTIONS(3), 1, + [363577] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9974), 1, - sym_identifier, - STATE(6724), 2, + ACTIONS(11008), 1, + sym__terminator, + STATE(7497), 2, sym_comment, sym_include, - [326017] = 5, - ACTIONS(3), 1, + [363594] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9976), 1, - sym_identifier, - STATE(6725), 2, + ACTIONS(11010), 1, + sym__terminator, + STATE(7498), 2, sym_comment, sym_include, - [326034] = 5, + [363611] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9978), 1, - anon_sym_RBRACE, - STATE(6726), 2, + ACTIONS(11012), 1, + sym__terminator, + STATE(7499), 2, sym_comment, sym_include, - [326051] = 5, - ACTIONS(3), 1, + [363628] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9980), 1, - sym_identifier, - STATE(6727), 2, + ACTIONS(11014), 1, + aux_sym__block_terminator_token1, + STATE(7500), 2, sym_comment, sym_include, - [326068] = 5, + [363645] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9982), 1, - sym__integer_literal, - STATE(6728), 2, + ACTIONS(11016), 1, + sym__terminator, + STATE(7501), 2, sym_comment, sym_include, - [326085] = 5, - ACTIONS(3), 1, + [363662] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9984), 1, - sym_identifier, - STATE(6729), 2, + ACTIONS(11018), 1, + anon_sym_RBRACK, + STATE(7502), 2, sym_comment, sym_include, - [326102] = 5, + [363679] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9986), 1, + ACTIONS(11020), 1, sym__terminator, - STATE(6730), 2, + STATE(7503), 2, sym_comment, sym_include, - [326119] = 5, + [363696] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9988), 1, + ACTIONS(11022), 1, sym_identifier, - STATE(6731), 2, + STATE(7504), 2, sym_comment, sym_include, - [326136] = 5, + [363713] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9990), 1, + ACTIONS(11024), 1, sym_identifier, - STATE(6732), 2, - sym_comment, - sym_include, - [326153] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9992), 1, - sym__terminator, - STATE(6733), 2, + STATE(7505), 2, sym_comment, sym_include, - [326170] = 5, + [363730] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9994), 1, + ACTIONS(11026), 1, sym_identifier, - STATE(6734), 2, + STATE(7506), 2, sym_comment, sym_include, - [326187] = 5, + [363747] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9996), 1, - aux_sym_on_error_phrase_token3, - STATE(6735), 2, + ACTIONS(11028), 1, + sym__terminator, + STATE(7507), 2, sym_comment, sym_include, - [326204] = 5, + [363764] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9998), 1, - anon_sym_RBRACE, - STATE(6736), 2, - sym_comment, - sym_include, - [326221] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(10000), 1, - sym_identifier, - STATE(6737), 2, + ACTIONS(7950), 1, + sym__terminator, + STATE(7508), 2, sym_comment, sym_include, - [326238] = 5, + [363781] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10002), 1, - sym__integer_literal, - STATE(6738), 2, + ACTIONS(9042), 1, + sym__terminator, + STATE(7509), 2, sym_comment, sym_include, - [326255] = 5, + [363798] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10004), 1, - aux_sym_on_error_phrase_token3, - STATE(6739), 2, + ACTIONS(11030), 1, + sym__terminator, + STATE(7510), 2, sym_comment, sym_include, - [326272] = 5, + [363815] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10006), 1, + ACTIONS(11032), 1, sym_identifier, - STATE(6740), 2, + STATE(7511), 2, sym_comment, sym_include, - [326289] = 5, + [363832] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10008), 1, + ACTIONS(11034), 1, sym_identifier, - STATE(6741), 2, + STATE(7512), 2, sym_comment, sym_include, - [326306] = 5, + [363849] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10010), 1, - anon_sym_RBRACE, - STATE(6742), 2, + ACTIONS(9152), 1, + aux_sym_do_block_token1, + STATE(7513), 2, sym_comment, sym_include, - [326323] = 5, + [363866] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10012), 1, + ACTIONS(11036), 1, aux_sym__block_terminator_token1, - STATE(6743), 2, + STATE(7514), 2, sym_comment, sym_include, - [326340] = 5, - ACTIONS(3), 1, + [363883] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10014), 1, - sym_identifier, - STATE(6744), 2, + ACTIONS(11038), 1, + sym__terminator, + STATE(7515), 2, sym_comment, sym_include, - [326357] = 5, + [363900] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10016), 1, + ACTIONS(11040), 1, sym_identifier, - STATE(6745), 2, + STATE(7516), 2, sym_comment, sym_include, - [326374] = 5, + [363917] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10018), 1, - anon_sym_RBRACK, - STATE(6746), 2, + ACTIONS(11042), 1, + aux_sym__block_terminator_token1, + STATE(7517), 2, sym_comment, sym_include, - [326391] = 5, - ACTIONS(3), 1, + [363934] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10020), 1, - sym_identifier, - STATE(6747), 2, + ACTIONS(11044), 1, + sym__terminator, + STATE(7518), 2, sym_comment, sym_include, - [326408] = 5, + [363951] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8204), 1, + ACTIONS(9204), 1, sym__terminator, - STATE(6748), 2, + STATE(7519), 2, sym_comment, sym_include, - [326425] = 5, + [363968] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10022), 1, - aux_sym__block_terminator_token1, - STATE(6749), 2, + ACTIONS(11046), 1, + sym__terminator, + STATE(7520), 2, sym_comment, sym_include, - [326442] = 5, + [363985] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10024), 1, - anon_sym_RBRACE, - STATE(6750), 2, + ACTIONS(11048), 1, + sym__terminator, + STATE(7521), 2, + sym_comment, + sym_include, + [364002] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11050), 1, + aux_sym_to_phrase_token1, + STATE(7522), 2, sym_comment, sym_include, - [326459] = 5, + [364019] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10026), 1, + ACTIONS(11052), 1, sym_identifier, - STATE(6751), 2, + STATE(7523), 2, + sym_comment, + sym_include, + [364036] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11054), 1, + sym_identifier, + STATE(7524), 2, sym_comment, sym_include, - [326476] = 5, + [364053] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10028), 1, - sym__terminator, - STATE(6752), 2, + ACTIONS(11056), 1, + aux_sym__block_terminator_token1, + STATE(7525), 2, sym_comment, sym_include, - [326493] = 5, + [364070] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5380), 1, - sym__terminator, - STATE(6753), 2, + ACTIONS(11058), 1, + aux_sym__block_terminator_token1, + STATE(7526), 2, sym_comment, sym_include, - [326510] = 5, + [364087] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10030), 1, - sym__integer_literal, - STATE(6754), 2, + ACTIONS(11060), 1, + sym__terminator, + STATE(7527), 2, sym_comment, sym_include, - [326527] = 5, + [364104] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10032), 1, + ACTIONS(11062), 1, sym_identifier, - STATE(6755), 2, + STATE(7528), 2, + sym_comment, + sym_include, + [364121] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11064), 1, + anon_sym_COMMA, + STATE(7529), 2, sym_comment, sym_include, - [326544] = 5, + [364138] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10034), 1, + ACTIONS(11066), 1, sym_identifier, - STATE(6756), 2, + STATE(7530), 2, sym_comment, sym_include, - [326561] = 5, + [364155] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10036), 1, + ACTIONS(11068), 1, sym_identifier, - STATE(6757), 2, + STATE(7531), 2, sym_comment, sym_include, - [326578] = 5, + [364172] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10038), 1, - anon_sym_RBRACE, - STATE(6758), 2, + ACTIONS(11070), 1, + aux_sym__block_terminator_token1, + STATE(7532), 2, sym_comment, sym_include, - [326595] = 5, + [364189] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10040), 1, - anon_sym_RBRACE, - STATE(6759), 2, + ACTIONS(9172), 1, + sym__terminator, + STATE(7533), 2, sym_comment, sym_include, - [326612] = 5, + [364206] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10042), 1, - sym__integer_literal, - STATE(6760), 2, + ACTIONS(11072), 1, + aux_sym_image_phrase_token3, + STATE(7534), 2, sym_comment, sym_include, - [326629] = 5, + [364223] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10044), 1, + ACTIONS(11074), 1, sym__terminator, - STATE(6761), 2, + STATE(7535), 2, sym_comment, sym_include, - [326646] = 5, + [364240] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10046), 1, - sym__terminator, - STATE(6762), 2, + ACTIONS(11076), 1, + sym__integer_literal, + STATE(7536), 2, sym_comment, sym_include, - [326663] = 5, - ACTIONS(69), 1, + [364257] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10048), 1, - sym__terminator, - STATE(6763), 2, + ACTIONS(11078), 1, + sym_identifier, + STATE(7537), 2, sym_comment, sym_include, - [326680] = 5, + [364274] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10050), 1, + ACTIONS(11080), 1, sym__terminator, - STATE(6764), 2, + STATE(7538), 2, sym_comment, sym_include, - [326697] = 5, + [364291] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10052), 1, + ACTIONS(11082), 1, anon_sym_RBRACE, - STATE(6765), 2, + STATE(7539), 2, sym_comment, sym_include, - [326714] = 5, + [364308] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10054), 1, - aux_sym__block_terminator_token1, - STATE(6766), 2, + ACTIONS(11084), 1, + anon_sym_COMMA, + STATE(7540), 2, + sym_comment, + sym_include, + [364325] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11086), 1, + sym_identifier, + STATE(7541), 2, sym_comment, sym_include, - [326731] = 5, + [364342] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10056), 1, + ACTIONS(11088), 1, sym__terminator, - STATE(6767), 2, + STATE(7542), 2, sym_comment, sym_include, - [326748] = 5, - ACTIONS(69), 1, + [364359] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10058), 1, - anon_sym_DOT, - STATE(6768), 2, + ACTIONS(11090), 1, + sym_identifier, + STATE(7543), 2, sym_comment, sym_include, - [326765] = 5, - ACTIONS(69), 1, + [364376] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10060), 1, - sym__terminator, - STATE(6769), 2, + ACTIONS(11092), 1, + sym_identifier, + STATE(7544), 2, sym_comment, sym_include, - [326782] = 5, + [364393] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10062), 1, + ACTIONS(11094), 1, sym_identifier, - STATE(6770), 2, + STATE(7545), 2, sym_comment, sym_include, - [326799] = 5, + [364410] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4258), 1, + ACTIONS(9186), 1, sym__terminator, - STATE(6771), 2, + STATE(7546), 2, sym_comment, sym_include, - [326816] = 5, + [364427] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10064), 1, - aux_sym__block_terminator_token1, - STATE(6772), 2, + ACTIONS(7960), 1, + sym__terminator, + STATE(7547), 2, sym_comment, sym_include, - [326833] = 5, + [364444] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10066), 1, + ACTIONS(11096), 1, sym__terminator, - STATE(6773), 2, + STATE(7548), 2, + sym_comment, + sym_include, + [364461] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11098), 1, + sym_identifier, + STATE(7549), 2, sym_comment, sym_include, - [326850] = 5, + [364478] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10068), 1, - sym__terminator, - STATE(6774), 2, + ACTIONS(11100), 1, + anon_sym_COMMA, + STATE(7550), 2, sym_comment, sym_include, - [326867] = 5, + [364495] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10070), 1, + ACTIONS(11102), 1, sym__terminator, - STATE(6775), 2, + STATE(7551), 2, sym_comment, sym_include, - [326884] = 5, + [364512] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9190), 1, - sym__terminator, - STATE(6776), 2, + ACTIONS(11104), 1, + anon_sym_COMMA, + STATE(7552), 2, sym_comment, sym_include, - [326901] = 5, + [364529] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9182), 1, + ACTIONS(11106), 1, sym__terminator, - STATE(6777), 2, + STATE(7553), 2, sym_comment, sym_include, - [326918] = 5, + [364546] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10072), 1, - anon_sym_RBRACE, - STATE(6778), 2, + ACTIONS(11108), 1, + aux_sym__block_terminator_token1, + STATE(7554), 2, + sym_comment, + sym_include, + [364563] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11110), 1, + sym_identifier, + STATE(7555), 2, sym_comment, sym_include, - [326935] = 5, + [364580] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8415), 1, + ACTIONS(11112), 1, sym__terminator, - STATE(6779), 2, + STATE(7556), 2, sym_comment, sym_include, - [326952] = 5, + [364597] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10074), 1, - anon_sym_RBRACK, - STATE(6780), 2, + ACTIONS(11114), 1, + aux_sym__block_terminator_token1, + STATE(7557), 2, sym_comment, sym_include, - [326969] = 5, + [364614] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10076), 1, - sym__terminator, - STATE(6781), 2, + ACTIONS(11116), 1, + aux_sym_to_phrase_token1, + STATE(7558), 2, sym_comment, sym_include, - [326986] = 5, - ACTIONS(69), 1, + [364631] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9174), 1, - sym__terminator, - STATE(6782), 2, + ACTIONS(11118), 1, + sym_identifier, + STATE(7559), 2, sym_comment, sym_include, - [327003] = 5, - ACTIONS(69), 1, + [364648] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10078), 1, - aux_sym__block_terminator_token1, - STATE(6783), 2, + ACTIONS(11120), 1, + sym_identifier, + STATE(7560), 2, sym_comment, sym_include, - [327020] = 5, + [364665] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4219), 1, - sym__terminator, - STATE(6784), 2, + ACTIONS(11122), 1, + aux_sym_output_stream_statement_token1, + STATE(7561), 2, sym_comment, sym_include, - [327037] = 5, + [364682] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10080), 1, + ACTIONS(9140), 1, sym__terminator, - STATE(6785), 2, + STATE(7562), 2, sym_comment, sym_include, - [327054] = 5, + [364699] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10082), 1, + ACTIONS(7934), 1, sym__terminator, - STATE(6786), 2, + STATE(7563), 2, sym_comment, sym_include, - [327071] = 5, + [364716] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10084), 1, - sym__terminator, - STATE(6787), 2, + ACTIONS(11124), 1, + anon_sym_COMMA, + STATE(7564), 2, sym_comment, sym_include, - [327088] = 5, - ACTIONS(3), 1, + [364733] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10086), 1, - sym_identifier, - STATE(6788), 2, + ACTIONS(11126), 1, + sym__terminator, + STATE(7565), 2, sym_comment, sym_include, - [327105] = 5, - ACTIONS(3), 1, + [364750] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7846), 1, - sym_identifier, - STATE(6789), 2, + ACTIONS(11128), 1, + anon_sym_RBRACE, + STATE(7566), 2, sym_comment, sym_include, - [327122] = 5, + [364767] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10088), 1, - sym__terminator, - STATE(6790), 2, + ACTIONS(11130), 1, + sym__integer_literal, + STATE(7567), 2, sym_comment, sym_include, - [327139] = 5, + [364784] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10090), 1, + ACTIONS(11132), 1, sym_identifier, - STATE(6791), 2, + STATE(7568), 2, sym_comment, sym_include, - [327156] = 5, + [364801] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10092), 1, + ACTIONS(11134), 1, sym_identifier, - STATE(6792), 2, + STATE(7569), 2, + sym_comment, + sym_include, + [364818] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9472), 1, + sym__terminator, + STATE(7570), 2, sym_comment, sym_include, - [327173] = 5, + [364835] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10094), 1, + ACTIONS(11136), 1, sym_identifier, - STATE(6793), 2, + STATE(7571), 2, sym_comment, sym_include, - [327190] = 5, + [364852] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10096), 1, + ACTIONS(11138), 1, sym_identifier, - STATE(6794), 2, + STATE(7572), 2, sym_comment, sym_include, - [327207] = 5, + [364869] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10098), 1, + ACTIONS(10212), 1, sym__terminator, - STATE(6795), 2, + STATE(7573), 2, sym_comment, sym_include, - [327224] = 5, + [364886] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9154), 1, + ACTIONS(11140), 1, sym__terminator, - STATE(6796), 2, + STATE(7574), 2, sym_comment, sym_include, - [327241] = 5, + [364903] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7279), 1, - sym__terminator, - STATE(6797), 2, + ACTIONS(11142), 1, + aux_sym_enum_definition_token1, + STATE(7575), 2, sym_comment, sym_include, - [327258] = 5, + [364920] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8421), 1, + ACTIONS(10204), 1, sym__terminator, - STATE(6798), 2, + STATE(7576), 2, sym_comment, sym_include, - [327275] = 5, + [364937] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10100), 1, - anon_sym_RBRACK, - STATE(6799), 2, + ACTIONS(11144), 1, + sym__terminator, + STATE(7577), 2, + sym_comment, + sym_include, + [364954] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11146), 1, + sym_identifier, + STATE(7578), 2, sym_comment, sym_include, - [327292] = 5, + [364971] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10102), 1, + ACTIONS(11148), 1, sym__terminator, - STATE(6800), 2, + STATE(7579), 2, + sym_comment, + sym_include, + [364988] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11150), 1, + sym_identifier, + STATE(7580), 2, + sym_comment, + sym_include, + [365005] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11152), 1, + sym_identifier, + STATE(7581), 2, sym_comment, sym_include, - [327309] = 5, + [365022] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10104), 1, + ACTIONS(11154), 1, sym__terminator, - STATE(6801), 2, + STATE(7582), 2, sym_comment, sym_include, - [327326] = 5, - ACTIONS(69), 1, + [365039] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10106), 1, - aux_sym__block_terminator_token1, - STATE(6802), 2, + ACTIONS(11156), 1, + sym_identifier, + STATE(7583), 2, sym_comment, sym_include, - [327343] = 5, + [365056] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10108), 1, + ACTIONS(11158), 1, sym_identifier, - STATE(6803), 2, + STATE(7584), 2, sym_comment, sym_include, - [327360] = 5, + [365073] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8423), 1, + ACTIONS(4873), 1, sym__terminator, - STATE(6804), 2, + STATE(7585), 2, sym_comment, sym_include, - [327377] = 5, + [365090] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10110), 1, + ACTIONS(11160), 1, sym_identifier, - STATE(6805), 2, + STATE(7586), 2, sym_comment, sym_include, - [327394] = 5, + [365107] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10112), 1, - anon_sym_COMMA, - STATE(6806), 2, + ACTIONS(10182), 1, + sym__terminator, + STATE(7587), 2, sym_comment, sym_include, - [327411] = 5, + [365124] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10114), 1, - anon_sym_COMMA, - STATE(6807), 2, + ACTIONS(11162), 1, + anon_sym_RBRACE, + STATE(7588), 2, sym_comment, sym_include, - [327428] = 5, - ACTIONS(3), 1, + [365141] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10116), 1, - sym_identifier, - STATE(6808), 2, + ACTIONS(11164), 1, + sym__terminator, + STATE(7589), 2, sym_comment, sym_include, - [327445] = 5, + [365158] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10118), 1, - anon_sym_COMMA, - STATE(6809), 2, + ACTIONS(11166), 1, + sym__integer_literal, + STATE(7590), 2, + sym_comment, + sym_include, + [365175] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11168), 1, + sym_identifier, + STATE(7591), 2, sym_comment, sym_include, - [327462] = 5, + [365192] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10120), 1, + ACTIONS(11170), 1, sym_identifier, - STATE(6810), 2, + STATE(7592), 2, sym_comment, sym_include, - [327479] = 5, + [365209] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10122), 1, - anon_sym_COMMA, - STATE(6811), 2, + ACTIONS(11172), 1, + anon_sym_RBRACE, + STATE(7593), 2, sym_comment, sym_include, - [327496] = 5, + [365226] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10124), 1, + ACTIONS(9044), 1, sym__terminator, - STATE(6812), 2, + STATE(7594), 2, sym_comment, sym_include, - [327513] = 5, + [365243] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10126), 1, - sym__terminator, - STATE(6813), 2, + ACTIONS(11174), 1, + anon_sym_LPAREN, + STATE(7595), 2, sym_comment, sym_include, - [327530] = 5, + [365260] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10128), 1, + ACTIONS(11176), 1, sym_identifier, - STATE(6814), 2, + STATE(7596), 2, sym_comment, sym_include, - [327547] = 5, + [365277] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10130), 1, - aux_sym__block_terminator_token1, - STATE(6815), 2, + ACTIONS(10164), 1, + sym__terminator, + STATE(7597), 2, sym_comment, sym_include, - [327564] = 5, + [365294] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10132), 1, + ACTIONS(11178), 1, sym_identifier, - STATE(6816), 2, + STATE(7598), 2, sym_comment, sym_include, - [327581] = 5, + [365311] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10134), 1, + ACTIONS(11180), 1, sym_identifier, - STATE(6817), 2, + STATE(7599), 2, sym_comment, sym_include, - [327598] = 5, + [365328] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10136), 1, + ACTIONS(11182), 1, sym_identifier, - STATE(6818), 2, + STATE(7600), 2, sym_comment, sym_include, - [327615] = 5, + [365345] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10138), 1, + ACTIONS(11184), 1, sym_identifier, - STATE(6819), 2, + STATE(7601), 2, sym_comment, sym_include, - [327632] = 5, + [365362] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10140), 1, + ACTIONS(9019), 1, sym__terminator, - STATE(6820), 2, + STATE(7602), 2, sym_comment, sym_include, - [327649] = 5, + [365379] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10142), 1, - sym__terminator, - STATE(6821), 2, + ACTIONS(11186), 1, + anon_sym_RBRACE, + STATE(7603), 2, sym_comment, sym_include, - [327666] = 5, - ACTIONS(69), 1, + [365396] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(212), 2, + sym_file_name, anon_sym_LBRACE, - ACTIONS(10144), 1, - aux_sym__block_terminator_token1, - STATE(6822), 2, + STATE(7604), 2, sym_comment, sym_include, - [327683] = 5, + [365411] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, - aux_sym_image_phrase_token10, - STATE(6823), 2, + ACTIONS(11188), 1, + anon_sym_RBRACE, + STATE(7605), 2, sym_comment, sym_include, - [327700] = 5, + [365428] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10148), 1, - aux_sym_output_stream_statement_token1, - STATE(6824), 2, + ACTIONS(11190), 1, + anon_sym_COMMA, + STATE(7606), 2, sym_comment, sym_include, - [327717] = 5, + [365445] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7212), 1, - sym__terminator, - STATE(6825), 2, + ACTIONS(11192), 1, + sym__integer_literal, + STATE(7607), 2, + sym_comment, + sym_include, + [365462] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11194), 1, + sym_identifier, + STATE(7608), 2, sym_comment, sym_include, - [327734] = 5, + [365479] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, - aux_sym_image_phrase_token8, - STATE(6826), 2, + ACTIONS(10138), 1, + sym__terminator, + STATE(7609), 2, sym_comment, sym_include, - [327751] = 5, + [365496] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10150), 1, - anon_sym_RBRACK, - STATE(6827), 2, + ACTIONS(11196), 1, + anon_sym_RBRACE, + STATE(7610), 2, sym_comment, sym_include, - [327768] = 5, + [365513] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8435), 1, - sym__terminator, - STATE(6828), 2, + ACTIONS(11198), 1, + aux_sym__block_terminator_token1, + STATE(7611), 2, sym_comment, sym_include, - [327785] = 5, + [365530] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8433), 1, + ACTIONS(10124), 1, sym__terminator, - STATE(6829), 2, + STATE(7612), 2, sym_comment, sym_include, - [327802] = 5, + [365547] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10152), 1, + ACTIONS(11200), 1, sym_identifier, - STATE(6830), 2, + STATE(7613), 2, sym_comment, sym_include, - [327819] = 5, + [365564] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10154), 1, - aux_sym__block_terminator_token1, - STATE(6831), 2, + ACTIONS(11202), 1, + sym__terminator, + STATE(7614), 2, sym_comment, sym_include, - [327836] = 5, + [365581] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10156), 1, - sym__terminator, - STATE(6832), 2, + ACTIONS(11204), 1, + anon_sym_RBRACK, + STATE(7615), 2, sym_comment, sym_include, - [327853] = 5, - ACTIONS(69), 1, + [365598] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8465), 1, - aux_sym_do_block_token1, - STATE(6833), 2, + ACTIONS(11206), 1, + sym_identifier, + STATE(7616), 2, sym_comment, sym_include, - [327870] = 5, + [365615] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10158), 1, + ACTIONS(11208), 1, sym_identifier, - STATE(6834), 2, + STATE(7617), 2, sym_comment, sym_include, - [327887] = 5, + [365632] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10160), 1, - aux_sym_input_expression_token2, - STATE(6835), 2, + ACTIONS(11210), 1, + sym__terminator, + STATE(7618), 2, sym_comment, sym_include, - [327904] = 5, + [365649] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10162), 1, - aux_sym__block_terminator_token1, - STATE(6836), 2, + ACTIONS(4849), 1, + sym__terminator, + STATE(7619), 2, + sym_comment, + sym_include, + [365666] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11212), 1, + sym_identifier, + STATE(7620), 2, sym_comment, sym_include, - [327921] = 5, + [365683] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10164), 1, - sym__terminator, - STATE(6837), 2, + ACTIONS(11214), 1, + anon_sym_RBRACE, + STATE(7621), 2, sym_comment, sym_include, - [327938] = 5, + [365700] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(11216), 1, sym__terminator, - STATE(6838), 2, + STATE(7622), 2, sym_comment, sym_include, - [327955] = 5, + [365717] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8772), 1, - anon_sym_DOT, - STATE(6839), 2, + ACTIONS(11218), 1, + sym__integer_literal, + STATE(7623), 2, + sym_comment, + sym_include, + [365734] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11220), 1, + sym_identifier, + STATE(7624), 2, sym_comment, sym_include, - [327972] = 5, + [365751] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8437), 1, - sym__terminator, - STATE(6840), 2, + ACTIONS(11222), 1, + anon_sym_RBRACE, + STATE(7625), 2, sym_comment, sym_include, - [327989] = 5, + [365768] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10168), 1, - sym__terminator, - STATE(6841), 2, + ACTIONS(11224), 1, + anon_sym_DOT, + STATE(7626), 2, sym_comment, sym_include, - [328006] = 5, + [365785] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10170), 1, - anon_sym_RBRACE, - STATE(6842), 2, + ACTIONS(11226), 1, + sym__terminator, + STATE(7627), 2, + sym_comment, + sym_include, + [365802] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11228), 1, + sym_identifier, + STATE(7628), 2, sym_comment, sym_include, - [328023] = 5, + [365819] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10172), 1, - sym__terminator, - STATE(6843), 2, + ACTIONS(11230), 1, + aux_sym__block_terminator_token1, + STATE(7629), 2, sym_comment, sym_include, - [328040] = 5, + [365836] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7396), 1, + ACTIONS(11232), 1, sym__terminator, - STATE(6844), 2, + STATE(7630), 2, sym_comment, sym_include, - [328057] = 5, + [365853] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10174), 1, + ACTIONS(11234), 1, sym_identifier, - STATE(6845), 2, + STATE(7631), 2, + sym_comment, + sym_include, + [365870] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11236), 1, + sym_identifier, + STATE(7632), 2, sym_comment, sym_include, - [328074] = 5, + [365887] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10176), 1, - sym__integer_literal, - STATE(6846), 2, + ACTIONS(11238), 1, + sym__terminator, + STATE(7633), 2, sym_comment, sym_include, - [328091] = 5, + [365904] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10178), 1, - aux_sym__block_terminator_token1, - STATE(6847), 2, + ACTIONS(11240), 1, + anon_sym_RBRACE, + STATE(7634), 2, sym_comment, sym_include, - [328108] = 5, - ACTIONS(3), 1, + [365921] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10180), 1, - sym_identifier, - STATE(6848), 2, + ACTIONS(11242), 1, + sym__terminator, + STATE(7635), 2, sym_comment, sym_include, - [328125] = 5, + [365938] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10182), 1, - sym__terminator, - STATE(6849), 2, + ACTIONS(11244), 1, + sym__integer_literal, + STATE(7636), 2, sym_comment, sym_include, - [328142] = 5, + [365955] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10184), 1, + ACTIONS(11246), 1, sym_identifier, - STATE(6850), 2, + STATE(7637), 2, + sym_comment, + sym_include, + [365972] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11248), 1, + sym__terminator, + STATE(7638), 2, sym_comment, sym_include, - [328159] = 5, + [365989] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10186), 1, + ACTIONS(11250), 1, sym_identifier, - STATE(6851), 2, + STATE(7639), 2, sym_comment, sym_include, - [328176] = 5, + [366006] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10188), 1, + ACTIONS(11252), 1, sym_identifier, - STATE(6852), 2, + STATE(7640), 2, sym_comment, sym_include, - [328193] = 5, + [366023] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10190), 1, - aux_sym__block_terminator_token1, - STATE(6853), 2, + ACTIONS(11254), 1, + sym__terminator, + STATE(7641), 2, sym_comment, sym_include, - [328210] = 5, + [366040] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10192), 1, + ACTIONS(11256), 1, anon_sym_RBRACE, - STATE(6854), 2, + STATE(7642), 2, sym_comment, sym_include, - [328227] = 5, + [366057] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10194), 1, - sym__terminator, - STATE(6855), 2, + ACTIONS(11258), 1, + anon_sym_RBRACE, + STATE(7643), 2, sym_comment, sym_include, - [328244] = 5, + [366074] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10196), 1, + ACTIONS(11260), 1, sym__terminator, - STATE(6856), 2, + STATE(7644), 2, sym_comment, sym_include, - [328261] = 5, + [366091] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10198), 1, - aux_sym_on_error_phrase_token2, - STATE(6857), 2, + ACTIONS(4905), 1, + sym__terminator, + STATE(7645), 2, sym_comment, sym_include, - [328278] = 5, + [366108] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10200), 1, - anon_sym_RBRACE, - STATE(6858), 2, + ACTIONS(6116), 1, + sym__terminator, + STATE(7646), 2, sym_comment, sym_include, - [328295] = 5, + [366125] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10202), 1, - aux_sym__block_terminator_token1, - STATE(6859), 2, + ACTIONS(9124), 1, + aux_sym_do_block_token1, + STATE(7647), 2, sym_comment, sym_include, - [328312] = 5, + [366142] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10204), 1, + ACTIONS(11262), 1, sym_identifier, - STATE(6860), 2, + STATE(7648), 2, sym_comment, sym_include, - [328329] = 5, + [366159] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10206), 1, - sym__terminator, - STATE(6861), 2, + ACTIONS(11264), 1, + anon_sym_COLON, + STATE(7649), 2, sym_comment, sym_include, - [328346] = 5, + [366176] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10208), 1, - aux_sym__block_terminator_token1, - STATE(6862), 2, + ACTIONS(11266), 1, + sym__terminator, + STATE(7650), 2, sym_comment, sym_include, - [328363] = 5, + [366193] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9024), 1, - sym__terminator, - STATE(6863), 2, + ACTIONS(11268), 1, + aux_sym_input_expression_token2, + STATE(7651), 2, sym_comment, sym_include, - [328380] = 5, + [366210] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(148), 1, - sym__namecolon, - STATE(6864), 2, + ACTIONS(11270), 1, + anon_sym_RBRACK, + STATE(7652), 2, sym_comment, sym_include, - [328397] = 5, + [366227] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10210), 1, + ACTIONS(11272), 1, sym__terminator, - STATE(6865), 2, + STATE(7653), 2, sym_comment, sym_include, - [328414] = 5, + [366244] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10212), 1, - sym__terminator, - STATE(6866), 2, + ACTIONS(11274), 1, + aux_sym__block_terminator_token1, + STATE(7654), 2, sym_comment, sym_include, - [328431] = 5, + [366261] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10214), 1, - sym__terminator, - STATE(6867), 2, + ACTIONS(11276), 1, + aux_sym__block_terminator_token1, + STATE(7655), 2, sym_comment, sym_include, - [328448] = 5, - ACTIONS(3), 1, + [366278] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10216), 1, - sym_identifier, - STATE(6868), 2, + ACTIONS(10598), 1, + sym__terminator, + STATE(7656), 2, sym_comment, sym_include, - [328465] = 5, + [366295] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10218), 1, + ACTIONS(11278), 1, sym_identifier, - STATE(6869), 2, + STATE(7657), 2, sym_comment, sym_include, - [328482] = 5, + [366312] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10220), 1, - aux_sym__block_terminator_token1, - STATE(6870), 2, + ACTIONS(11280), 1, + anon_sym_COMMA, + STATE(7658), 2, sym_comment, sym_include, - [328499] = 5, - ACTIONS(3), 1, + [366329] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10222), 1, - sym_identifier, - STATE(6871), 2, + ACTIONS(11282), 1, + anon_sym_COMMA, + STATE(7659), 2, sym_comment, sym_include, - [328516] = 5, + [366346] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10224), 1, - sym__terminator, - STATE(6872), 2, + ACTIONS(11284), 1, + anon_sym_COMMA, + STATE(7660), 2, sym_comment, sym_include, - [328533] = 5, + [366363] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10226), 1, - sym__terminator, - STATE(6873), 2, + ACTIONS(11286), 1, + anon_sym_DOT, + STATE(7661), 2, sym_comment, sym_include, - [328550] = 5, + [366380] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10228), 1, + ACTIONS(11288), 1, sym_identifier, - STATE(6874), 2, + STATE(7662), 2, sym_comment, sym_include, - [328567] = 5, - ACTIONS(69), 1, + [366397] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10230), 1, - sym__terminator, - STATE(6875), 2, + ACTIONS(11290), 1, + sym_identifier, + STATE(7663), 2, sym_comment, sym_include, - [328584] = 5, + [366414] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10232), 1, - aux_sym__block_terminator_token1, - STATE(6876), 2, + ACTIONS(11292), 1, + anon_sym_RBRACE, + STATE(7664), 2, sym_comment, sym_include, - [328601] = 5, + [366431] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10234), 1, - sym__terminator, - STATE(6877), 2, + ACTIONS(11294), 1, + sym__integer_literal, + STATE(7665), 2, sym_comment, sym_include, - [328618] = 5, + [366448] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10236), 1, - aux_sym_type_tuning_token1, - STATE(6878), 2, + ACTIONS(9584), 1, + anon_sym_DOT, + STATE(7666), 2, sym_comment, sym_include, - [328635] = 5, + [366465] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10238), 1, + ACTIONS(11296), 1, sym_identifier, - STATE(6879), 2, + STATE(7667), 2, sym_comment, sym_include, - [328652] = 5, + [366482] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10240), 1, - aux_sym__block_terminator_token1, - STATE(6880), 2, + ACTIONS(11298), 1, + anon_sym_RBRACE, + STATE(7668), 2, sym_comment, sym_include, - [328669] = 5, + [366499] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10242), 1, + ACTIONS(11300), 1, sym_identifier, - STATE(6881), 2, + STATE(7669), 2, + sym_comment, + sym_include, + [366516] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11302), 1, + sym__terminator, + STATE(7670), 2, sym_comment, sym_include, - [328686] = 5, + [366533] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10244), 1, + ACTIONS(11304), 1, sym_identifier, - STATE(6882), 2, + STATE(7671), 2, sym_comment, sym_include, - [328703] = 5, + [366550] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10246), 1, + ACTIONS(11306), 1, sym__terminator, - STATE(6883), 2, + STATE(7672), 2, sym_comment, sym_include, - [328720] = 5, + [366567] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10248), 1, + ACTIONS(11308), 1, sym_identifier, - STATE(6884), 2, + STATE(7673), 2, sym_comment, sym_include, - [328737] = 5, + [366584] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10250), 1, + ACTIONS(11310), 1, sym_identifier, - STATE(6885), 2, - sym_comment, - sym_include, - [328754] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(10252), 1, - sym__terminator, - STATE(6886), 2, + STATE(7674), 2, sym_comment, sym_include, - [328771] = 5, - ACTIONS(69), 1, + [366601] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8972), 1, - sym__terminator, - STATE(6887), 2, + ACTIONS(11312), 1, + sym_identifier, + STATE(7675), 2, sym_comment, sym_include, - [328788] = 5, + [366618] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10254), 1, + ACTIONS(11314), 1, sym_identifier, - STATE(6888), 2, + STATE(7676), 2, sym_comment, sym_include, - [328805] = 5, - ACTIONS(3), 1, + [366635] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10256), 1, - sym_identifier, - STATE(6889), 2, + ACTIONS(11316), 1, + sym__integer_literal, + STATE(7677), 2, sym_comment, sym_include, - [328822] = 5, + [366652] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10258), 1, + ACTIONS(11318), 1, sym_identifier, - STATE(6890), 2, + STATE(7678), 2, sym_comment, sym_include, - [328839] = 5, + [366669] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8968), 1, - sym__terminator, - STATE(6891), 2, + ACTIONS(11320), 1, + anon_sym_RBRACE, + STATE(7679), 2, sym_comment, sym_include, - [328856] = 5, + [366686] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10260), 1, - sym__terminator, - STATE(6892), 2, + ACTIONS(11322), 1, + aux_sym__block_terminator_token1, + STATE(7680), 2, sym_comment, sym_include, - [328873] = 5, - ACTIONS(3), 1, + [366703] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10262), 1, - sym_identifier, - STATE(6893), 2, + ACTIONS(11324), 1, + sym__terminator, + STATE(7681), 2, sym_comment, sym_include, - [328890] = 5, + [366720] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10264), 1, + ACTIONS(11326), 1, sym__terminator, - STATE(6894), 2, + STATE(7682), 2, sym_comment, sym_include, - [328907] = 5, - ACTIONS(3), 1, + [366737] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10266), 1, - sym_identifier, - STATE(6895), 2, + ACTIONS(11328), 1, + anon_sym_RBRACK, + STATE(7683), 2, sym_comment, sym_include, - [328924] = 5, + [366754] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10268), 1, + ACTIONS(11330), 1, sym_identifier, - STATE(6896), 2, + STATE(7684), 2, sym_comment, sym_include, - [328941] = 5, - ACTIONS(69), 1, + [366771] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9246), 1, - anon_sym_DOT, - STATE(6897), 2, + ACTIONS(11332), 1, + sym_identifier, + STATE(7685), 2, sym_comment, sym_include, - [328958] = 5, - ACTIONS(69), 1, + [366788] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10270), 1, - aux_sym_output_stream_statement_token1, - STATE(6898), 2, + ACTIONS(11334), 1, + sym_identifier, + STATE(7686), 2, sym_comment, sym_include, - [328975] = 5, - ACTIONS(69), 1, + [366805] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10272), 1, - sym__terminator, - STATE(6899), 2, + ACTIONS(11336), 1, + sym_identifier, + STATE(7687), 2, sym_comment, sym_include, - [328992] = 5, + [366822] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10274), 1, + ACTIONS(11338), 1, sym_identifier, - STATE(6900), 2, + STATE(7688), 2, sym_comment, sym_include, - [329009] = 5, - ACTIONS(69), 1, + [366839] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10276), 1, - sym__terminator, - STATE(6901), 2, + ACTIONS(11340), 1, + sym_identifier, + STATE(7689), 2, sym_comment, sym_include, - [329026] = 5, + [366856] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10278), 1, + ACTIONS(11342), 1, sym_identifier, - STATE(6902), 2, + STATE(7690), 2, sym_comment, sym_include, - [329043] = 5, + [366873] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10280), 1, + ACTIONS(11344), 1, sym_identifier, - STATE(6903), 2, + STATE(7691), 2, sym_comment, sym_include, - [329060] = 5, + [366890] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10282), 1, + ACTIONS(11346), 1, sym__terminator, - STATE(6904), 2, + STATE(7692), 2, sym_comment, sym_include, - [329077] = 5, + [366907] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10284), 1, + ACTIONS(11348), 1, sym__terminator, - STATE(6905), 2, + STATE(7693), 2, sym_comment, sym_include, - [329094] = 5, - ACTIONS(3), 1, + [366924] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10286), 1, - sym_identifier, - STATE(6906), 2, + ACTIONS(11350), 1, + sym__terminator, + STATE(7694), 2, sym_comment, sym_include, - [329111] = 5, + [366941] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10288), 1, - sym__terminator, - STATE(6907), 2, + ACTIONS(8806), 1, + aux_sym_do_block_token1, + STATE(7695), 2, sym_comment, sym_include, - [329128] = 5, + [366958] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10290), 1, - sym__terminator, - STATE(6908), 2, + ACTIONS(11352), 1, + aux_sym__block_terminator_token1, + STATE(7696), 2, sym_comment, sym_include, - [329145] = 5, + [366975] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10292), 1, + ACTIONS(11354), 1, sym_identifier, - STATE(6909), 2, + STATE(7697), 2, sym_comment, sym_include, - [329162] = 5, + [366992] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10294), 1, + ACTIONS(11356), 1, sym_identifier, - STATE(6910), 2, + STATE(7698), 2, sym_comment, sym_include, - [329179] = 5, - ACTIONS(69), 1, + [367009] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10296), 1, - anon_sym_RBRACE, - STATE(6911), 2, + ACTIONS(11358), 1, + sym_identifier, + STATE(7699), 2, sym_comment, sym_include, - [329196] = 5, - ACTIONS(69), 1, + [367026] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10298), 1, - sym__terminator, - STATE(6912), 2, + ACTIONS(11360), 1, + sym_identifier, + STATE(7700), 2, sym_comment, sym_include, - [329213] = 5, - ACTIONS(69), 1, + [367043] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10300), 1, - aux_sym__block_terminator_token1, - STATE(6913), 2, + ACTIONS(11362), 1, + sym_identifier, + STATE(7701), 2, sym_comment, sym_include, - [329230] = 5, + [367060] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10302), 1, + ACTIONS(11364), 1, sym_identifier, - STATE(6914), 2, + STATE(7702), 2, sym_comment, sym_include, - [329247] = 5, + [367077] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10304), 1, + ACTIONS(11366), 1, anon_sym_LPAREN, - STATE(6915), 2, + STATE(7703), 2, sym_comment, sym_include, - [329264] = 5, + [367094] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10306), 1, + ACTIONS(11368), 1, sym_identifier, - STATE(6916), 2, + STATE(7704), 2, sym_comment, sym_include, - [329281] = 5, + [367111] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10308), 1, + ACTIONS(11370), 1, sym_identifier, - STATE(6917), 2, + STATE(7705), 2, sym_comment, sym_include, - [329298] = 5, - ACTIONS(69), 1, + [367128] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10310), 1, - aux_sym__block_terminator_token1, - STATE(6918), 2, + ACTIONS(11372), 1, + sym_identifier, + STATE(7706), 2, sym_comment, sym_include, - [329315] = 5, + [367145] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10312), 1, - sym__terminator, - STATE(6919), 2, + ACTIONS(11374), 1, + anon_sym_RBRACE, + STATE(7707), 2, sym_comment, sym_include, - [329332] = 5, + [367162] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4348), 1, - sym__terminator, - STATE(6920), 2, + ACTIONS(11376), 1, + sym__integer_literal, + STATE(7708), 2, sym_comment, sym_include, - [329349] = 5, + [367179] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10314), 1, + ACTIONS(11378), 1, sym_identifier, - STATE(6921), 2, + STATE(7709), 2, sym_comment, sym_include, - [329366] = 5, - ACTIONS(69), 1, + [367196] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8904), 1, - sym__terminator, - STATE(6922), 2, + ACTIONS(11380), 1, + sym_identifier, + STATE(7710), 2, sym_comment, sym_include, - [329383] = 5, + [367213] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10316), 1, - anon_sym_RBRACE, - STATE(6923), 2, + ACTIONS(11382), 1, + sym__terminator, + STATE(7711), 2, sym_comment, sym_include, - [329400] = 5, + [367230] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8884), 1, - sym__terminator, - STATE(6924), 2, + ACTIONS(11384), 1, + anon_sym_RBRACE, + STATE(7712), 2, sym_comment, sym_include, - [329417] = 5, + [367247] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10318), 1, - sym__integer_literal, - STATE(6925), 2, + ACTIONS(11386), 1, + aux_sym_to_phrase_token1, + STATE(7713), 2, sym_comment, sym_include, - [329434] = 5, + [367264] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10320), 1, + ACTIONS(11388), 1, sym_identifier, - STATE(6926), 2, + STATE(7714), 2, sym_comment, sym_include, - [329451] = 5, + [367281] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10322), 1, + ACTIONS(11390), 1, sym_identifier, - STATE(6927), 2, + STATE(7715), 2, sym_comment, sym_include, - [329468] = 5, - ACTIONS(3), 1, + [367298] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10324), 1, - sym_identifier, - STATE(6928), 2, + ACTIONS(11392), 1, + aux_sym_buffer_definition_token2, + STATE(7716), 2, sym_comment, sym_include, - [329485] = 5, - ACTIONS(3), 1, + [367315] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10326), 1, - sym_identifier, - STATE(6929), 2, + ACTIONS(11394), 1, + aux_sym_buffer_definition_token2, + STATE(7717), 2, sym_comment, sym_include, - [329502] = 5, - ACTIONS(3), 1, + [367332] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10328), 1, - sym_identifier, - STATE(6930), 2, + ACTIONS(11396), 1, + aux_sym_to_phrase_token1, + STATE(7718), 2, sym_comment, sym_include, - [329519] = 5, + [367349] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10330), 1, + ACTIONS(11398), 1, anon_sym_COMMA, - STATE(6931), 2, + STATE(7719), 2, sym_comment, sym_include, - [329536] = 5, + [367366] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10332), 1, + ACTIONS(11400), 1, sym_identifier, - STATE(6932), 2, + STATE(7720), 2, sym_comment, sym_include, - [329553] = 5, - ACTIONS(3), 1, + [367383] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10334), 1, - sym_identifier, - STATE(6933), 2, + ACTIONS(11402), 1, + sym__terminator, + STATE(7721), 2, sym_comment, sym_include, - [329570] = 5, - ACTIONS(69), 1, + [367400] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, - aux_sym_image_phrase_token10, - STATE(6934), 2, + ACTIONS(11404), 1, + sym_identifier, + STATE(7722), 2, sym_comment, sym_include, - [329587] = 5, + [367417] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10338), 1, + ACTIONS(11406), 1, aux_sym_buffer_definition_token2, - STATE(6935), 2, + STATE(7723), 2, sym_comment, sym_include, - [329604] = 5, + [367434] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10340), 1, + ACTIONS(11408), 1, aux_sym_buffer_definition_token2, - STATE(6936), 2, + STATE(7724), 2, sym_comment, sym_include, - [329621] = 5, + [367451] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10342), 1, + ACTIONS(11410), 1, aux_sym_buffer_definition_token2, - STATE(6937), 2, + STATE(7725), 2, sym_comment, sym_include, - [329638] = 5, + [367468] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10344), 1, + ACTIONS(11412), 1, sym_identifier, - STATE(6938), 2, + STATE(7726), 2, sym_comment, sym_include, - [329655] = 5, + [367485] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10346), 1, + ACTIONS(11414), 1, sym_identifier, - STATE(6939), 2, + STATE(7727), 2, sym_comment, sym_include, - [329672] = 5, + [367502] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10348), 1, + ACTIONS(11416), 1, aux_sym_on_error_phrase_token3, - STATE(6940), 2, + STATE(7728), 2, sym_comment, sym_include, - [329689] = 5, + [367519] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10350), 1, + ACTIONS(11418), 1, aux_sym_on_error_phrase_token3, - STATE(6941), 2, + STATE(7729), 2, sym_comment, sym_include, - [329706] = 5, + [367536] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, - aux_sym_image_phrase_token8, - STATE(6942), 2, + ACTIONS(11420), 1, + aux_sym_buffer_definition_token2, + STATE(7730), 2, sym_comment, sym_include, - [329723] = 5, + [367553] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10352), 1, - anon_sym_LPAREN, - STATE(6943), 2, + ACTIONS(11422), 1, + aux_sym__block_terminator_token1, + STATE(7731), 2, sym_comment, sym_include, - [329740] = 5, - ACTIONS(69), 1, + [367570] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10354), 1, - sym__integer_literal, - STATE(6944), 2, + ACTIONS(11424), 1, + sym_identifier, + STATE(7732), 2, sym_comment, sym_include, - [329757] = 5, + [367587] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10356), 1, + ACTIONS(11426), 1, sym__terminator, - STATE(6945), 2, + STATE(7733), 2, sym_comment, sym_include, - [329774] = 5, + [367604] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8872), 1, - sym__terminator, - STATE(6946), 2, + ACTIONS(11428), 1, + aux_sym__block_terminator_token1, + STATE(7734), 2, sym_comment, sym_include, - [329791] = 5, + [367621] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10358), 1, + ACTIONS(11430), 1, sym_identifier, - STATE(6947), 2, + STATE(7735), 2, sym_comment, sym_include, - [329808] = 5, + [367638] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10360), 1, + ACTIONS(11432), 1, sym_identifier, - STATE(6948), 2, + STATE(7736), 2, sym_comment, sym_include, - [329825] = 5, + [367655] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10362), 1, + ACTIONS(11434), 1, aux_sym_buffer_definition_token2, - STATE(6949), 2, + STATE(7737), 2, sym_comment, sym_include, - [329842] = 5, + [367672] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10364), 1, + ACTIONS(11436), 1, aux_sym_buffer_definition_token2, - STATE(6950), 2, + STATE(7738), 2, sym_comment, sym_include, - [329859] = 5, + [367689] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10366), 1, + ACTIONS(11438), 1, aux_sym_buffer_definition_token2, - STATE(6951), 2, + STATE(7739), 2, sym_comment, sym_include, - [329876] = 5, + [367706] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10368), 1, - sym__terminator, - STATE(6952), 2, + ACTIONS(11440), 1, + aux_sym__block_terminator_token1, + STATE(7740), 2, sym_comment, sym_include, - [329893] = 5, + [367723] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10370), 1, + ACTIONS(11442), 1, sym_identifier, - STATE(6953), 2, + STATE(7741), 2, sym_comment, sym_include, - [329910] = 5, + [367740] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10372), 1, - anon_sym_RBRACE, - STATE(6954), 2, + ACTIONS(11444), 1, + sym__terminator, + STATE(7742), 2, sym_comment, sym_include, - [329927] = 5, - ACTIONS(69), 1, + [367757] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10374), 1, - aux_sym__block_terminator_token1, - STATE(6955), 2, + ACTIONS(5241), 1, + sym_identifier, + STATE(7743), 2, sym_comment, sym_include, - [329944] = 5, + [367774] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10376), 1, - sym__terminator, - STATE(6956), 2, + ACTIONS(11446), 1, + aux_sym__block_terminator_token1, + STATE(7744), 2, sym_comment, sym_include, - [329961] = 5, + [367791] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10378), 1, + ACTIONS(11448), 1, sym_identifier, - STATE(6957), 2, + STATE(7745), 2, sym_comment, sym_include, - [329978] = 5, - ACTIONS(69), 1, + [367808] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5354), 1, - sym__terminator, - STATE(6958), 2, + ACTIONS(11450), 1, + sym_identifier, + STATE(7746), 2, sym_comment, sym_include, - [329995] = 5, + [367825] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10380), 1, + ACTIONS(11452), 1, sym_identifier, - STATE(6959), 2, + STATE(7747), 2, sym_comment, sym_include, - [330012] = 5, + [367842] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10382), 1, + ACTIONS(11454), 1, sym_identifier, - STATE(6960), 2, + STATE(7748), 2, sym_comment, sym_include, - [330029] = 5, + [367859] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10384), 1, - anon_sym_LPAREN, - STATE(6961), 2, + ACTIONS(11456), 1, + sym__terminator, + STATE(7749), 2, sym_comment, sym_include, - [330046] = 5, + [367876] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10386), 1, + ACTIONS(11458), 1, anon_sym_RBRACE, - STATE(6962), 2, + STATE(7750), 2, sym_comment, sym_include, - [330063] = 5, + [367893] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10388), 1, + ACTIONS(11460), 1, sym__terminator, - STATE(6963), 2, + STATE(7751), 2, + sym_comment, + sym_include, + [367910] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11462), 1, + sym__integer_literal, + STATE(7752), 2, sym_comment, sym_include, - [330080] = 5, + [367927] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10390), 1, + ACTIONS(11464), 1, sym_identifier, - STATE(6964), 2, + STATE(7753), 2, sym_comment, sym_include, - [330097] = 5, + [367944] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10392), 1, + ACTIONS(11466), 1, anon_sym_LPAREN, - STATE(6965), 2, + STATE(7754), 2, sym_comment, sym_include, - [330114] = 5, + [367961] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10394), 1, + ACTIONS(11468), 1, sym_identifier, - STATE(6966), 2, + STATE(7755), 2, sym_comment, sym_include, - [330131] = 5, + [367978] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10396), 1, + ACTIONS(11470), 1, sym_identifier, - STATE(6967), 2, + STATE(7756), 2, sym_comment, sym_include, - [330148] = 5, - ACTIONS(69), 1, + [367995] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10398), 1, - sym__terminator, - STATE(6968), 2, + ACTIONS(11472), 1, + sym_identifier, + STATE(7757), 2, sym_comment, sym_include, - [330165] = 5, - ACTIONS(3), 1, + [368012] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10400), 1, - sym_identifier, - STATE(6969), 2, + ACTIONS(9852), 1, + aux_sym_primitive_type_token1, + STATE(7758), 2, sym_comment, sym_include, - [330182] = 5, - ACTIONS(3), 1, + [368029] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10402), 1, - sym_identifier, - STATE(6970), 2, + ACTIONS(11474), 1, + sym__terminator, + STATE(7759), 2, sym_comment, sym_include, - [330199] = 5, + [368046] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10404), 1, + ACTIONS(11476), 1, sym_identifier, - STATE(6971), 2, + STATE(7760), 2, sym_comment, sym_include, - [330216] = 5, + [368063] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8890), 1, - sym__terminator, - STATE(6972), 2, + ACTIONS(11478), 1, + aux_sym_buffer_definition_token2, + STATE(7761), 2, sym_comment, sym_include, - [330233] = 5, + [368080] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10406), 1, + ACTIONS(11480), 1, sym_identifier, - STATE(6973), 2, + STATE(7762), 2, sym_comment, sym_include, - [330250] = 5, + [368097] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10408), 1, - sym__terminator, - STATE(6974), 2, + ACTIONS(11482), 1, + aux_sym__block_terminator_token1, + STATE(7763), 2, sym_comment, sym_include, - [330267] = 5, - ACTIONS(69), 1, + [368114] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10410), 1, - sym__terminator, - STATE(6975), 2, + ACTIONS(11484), 1, + sym_identifier, + STATE(7764), 2, sym_comment, sym_include, - [330284] = 5, + [368131] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10412), 1, + ACTIONS(11486), 1, sym_identifier, - STATE(6976), 2, + STATE(7765), 2, sym_comment, sym_include, - [330301] = 5, + [368148] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10414), 1, + ACTIONS(11488), 1, sym_identifier, - STATE(6977), 2, + STATE(7766), 2, sym_comment, sym_include, - [330318] = 5, + [368165] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10416), 1, + ACTIONS(11490), 1, sym_identifier, - STATE(6978), 2, + STATE(7767), 2, sym_comment, sym_include, - [330335] = 5, - ACTIONS(69), 1, + [368182] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10418), 1, - aux_sym__block_terminator_token1, - STATE(6979), 2, + ACTIONS(11492), 1, + sym_identifier, + STATE(7768), 2, sym_comment, sym_include, - [330352] = 5, + [368199] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10420), 1, + ACTIONS(11494), 1, anon_sym_COMMA, - STATE(6980), 2, + STATE(7769), 2, sym_comment, sym_include, - [330369] = 5, - ACTIONS(69), 1, + [368216] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10422), 1, - sym__terminator, - STATE(6981), 2, + ACTIONS(11496), 1, + sym_identifier, + STATE(7770), 2, sym_comment, sym_include, - [330386] = 5, + [368233] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10424), 1, + ACTIONS(11498), 1, aux_sym__block_terminator_token1, - STATE(6982), 2, + STATE(7771), 2, sym_comment, sym_include, - [330403] = 5, + [368250] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10426), 1, + ACTIONS(11500), 1, sym_identifier, - STATE(6983), 2, + STATE(7772), 2, sym_comment, sym_include, - [330420] = 5, + [368267] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10428), 1, + ACTIONS(11502), 1, aux_sym_buffer_definition_token2, - STATE(6984), 2, + STATE(7773), 2, sym_comment, sym_include, - [330437] = 5, + [368284] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10430), 1, + ACTIONS(11504), 1, aux_sym_buffer_definition_token2, - STATE(6985), 2, + STATE(7774), 2, sym_comment, sym_include, - [330454] = 5, + [368301] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10432), 1, + ACTIONS(11506), 1, aux_sym_buffer_definition_token2, - STATE(6986), 2, + STATE(7775), 2, sym_comment, sym_include, - [330471] = 5, + [368318] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10434), 1, + ACTIONS(11508), 1, sym_identifier, - STATE(6987), 2, + STATE(7776), 2, sym_comment, sym_include, - [330488] = 5, + [368335] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10436), 1, + ACTIONS(11510), 1, sym_identifier, - STATE(6988), 2, + STATE(7777), 2, sym_comment, sym_include, - [330505] = 5, + [368352] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10438), 1, + ACTIONS(11512), 1, aux_sym_on_error_phrase_token3, - STATE(6989), 2, + STATE(7778), 2, sym_comment, sym_include, - [330522] = 5, + [368369] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10440), 1, + ACTIONS(11514), 1, sym_identifier, - STATE(6990), 2, + STATE(7779), 2, + sym_comment, + sym_include, + [368386] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11516), 1, + sym_identifier, + STATE(7780), 2, sym_comment, sym_include, - [330539] = 5, + [368403] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10442), 1, - sym__terminator, - STATE(6991), 2, + ACTIONS(11518), 1, + anon_sym_RPAREN, + STATE(7781), 2, sym_comment, sym_include, - [330556] = 5, + [368420] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10444), 1, - anon_sym_RBRACE, - STATE(6992), 2, + ACTIONS(11520), 1, + aux_sym_field_option_token7, + STATE(7782), 2, sym_comment, sym_include, - [330573] = 5, + [368437] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10446), 1, + ACTIONS(11522), 1, sym_identifier, - STATE(6993), 2, - sym_comment, - sym_include, - [330590] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(10448), 1, - sym__integer_literal, - STATE(6994), 2, + STATE(7783), 2, sym_comment, sym_include, - [330607] = 5, + [368454] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10450), 1, + ACTIONS(11524), 1, sym_identifier, - STATE(6995), 2, + STATE(7784), 2, sym_comment, sym_include, - [330624] = 5, + [368471] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10452), 1, + ACTIONS(11526), 1, aux_sym_buffer_definition_token2, - STATE(6996), 2, + STATE(7785), 2, sym_comment, sym_include, - [330641] = 5, + [368488] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10454), 1, + ACTIONS(11528), 1, aux_sym_buffer_definition_token2, - STATE(6997), 2, + STATE(7786), 2, sym_comment, sym_include, - [330658] = 5, + [368505] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10456), 1, + ACTIONS(11530), 1, aux_sym_buffer_definition_token2, - STATE(6998), 2, + STATE(7787), 2, sym_comment, sym_include, - [330675] = 5, - ACTIONS(69), 1, + [368522] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10458), 1, - sym__terminator, - STATE(6999), 2, + ACTIONS(11532), 1, + sym_identifier, + STATE(7788), 2, + sym_comment, + sym_include, + [368539] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11534), 1, + sym_identifier, + STATE(7789), 2, sym_comment, sym_include, - [330692] = 5, + [368556] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10460), 1, + ACTIONS(11536), 1, sym__terminator, - STATE(7000), 2, + STATE(7790), 2, sym_comment, sym_include, - [330709] = 5, + [368573] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10462), 1, + ACTIONS(11538), 1, sym_identifier, - STATE(7001), 2, + STATE(7791), 2, sym_comment, sym_include, - [330726] = 5, + [368590] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10464), 1, + ACTIONS(11540), 1, sym_identifier, - STATE(7002), 2, + STATE(7792), 2, sym_comment, sym_include, - [330743] = 5, + [368607] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10466), 1, - aux_sym_to_phrase_token1, - STATE(7003), 2, + ACTIONS(8117), 1, + sym__terminator, + STATE(7793), 2, sym_comment, sym_include, - [330760] = 5, - ACTIONS(3), 1, + [368624] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10468), 1, - sym_identifier, - STATE(7004), 2, + ACTIONS(9278), 1, + sym__terminator, + STATE(7794), 2, sym_comment, sym_include, - [330777] = 5, + [368641] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10470), 1, + ACTIONS(11542), 1, sym_identifier, - STATE(7005), 2, + STATE(7795), 2, sym_comment, sym_include, - [330794] = 5, - ACTIONS(3), 1, + [368658] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10472), 1, - sym_identifier, - STATE(7006), 2, + ACTIONS(154), 1, + sym__namecolon, + STATE(7796), 2, sym_comment, sym_include, - [330811] = 5, + [368675] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10474), 1, + ACTIONS(11544), 1, anon_sym_RBRACE, - STATE(7007), 2, + STATE(7797), 2, sym_comment, sym_include, - [330828] = 5, + [368692] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10476), 1, - anon_sym_DOT, - STATE(7008), 2, + ACTIONS(11546), 1, + aux_sym__block_terminator_token1, + STATE(7798), 2, sym_comment, sym_include, - [330845] = 5, + [368709] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10478), 1, + ACTIONS(11548), 1, sym__terminator, - STATE(7009), 2, + STATE(7799), 2, sym_comment, sym_include, - [330862] = 5, - ACTIONS(3), 1, + [368726] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10480), 1, - sym_identifier, - STATE(7010), 2, + ACTIONS(11550), 1, + sym__terminator, + STATE(7800), 2, sym_comment, sym_include, - [330879] = 5, + [368743] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10482), 1, + ACTIONS(11552), 1, anon_sym_LPAREN, - STATE(7011), 2, + STATE(7801), 2, sym_comment, sym_include, - [330896] = 5, + [368760] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10484), 1, + ACTIONS(11554), 1, sym_identifier, - STATE(7012), 2, + STATE(7802), 2, sym_comment, sym_include, - [330913] = 5, + [368777] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10486), 1, + ACTIONS(11556), 1, sym_identifier, - STATE(7013), 2, + STATE(7803), 2, + sym_comment, + sym_include, + [368794] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11558), 1, + sym_identifier, + STATE(7804), 2, sym_comment, sym_include, - [330930] = 5, + [368811] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10488), 1, - anon_sym_LPAREN, - STATE(7014), 2, + ACTIONS(11560), 1, + aux_sym_input_expression_token2, + STATE(7805), 2, sym_comment, sym_include, - [330947] = 5, + [368828] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10490), 1, + ACTIONS(11562), 1, aux_sym__block_terminator_token1, - STATE(7015), 2, + STATE(7806), 2, sym_comment, sym_include, - [330964] = 5, - ACTIONS(69), 1, + [368845] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8499), 1, - sym__terminator, - STATE(7016), 2, + ACTIONS(11564), 1, + sym_identifier, + STATE(7807), 2, sym_comment, sym_include, - [330981] = 5, + [368862] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10492), 1, + ACTIONS(11566), 1, sym_identifier, - STATE(7017), 2, + STATE(7808), 2, sym_comment, sym_include, - [330998] = 5, + [368879] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4196), 1, - sym__terminator, - STATE(7018), 2, + ACTIONS(11568), 1, + anon_sym_RBRACE, + STATE(7809), 2, sym_comment, sym_include, - [331015] = 5, - ACTIONS(69), 1, + [368896] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10494), 1, - sym__terminator, - STATE(7019), 2, + ACTIONS(11570), 1, + sym_identifier, + STATE(7810), 2, sym_comment, sym_include, - [331032] = 5, + [368913] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8790), 1, - sym__terminator, - STATE(7020), 2, + ACTIONS(11572), 1, + sym__integer_literal, + STATE(7811), 2, sym_comment, sym_include, - [331049] = 5, + [368930] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10496), 1, + ACTIONS(11574), 1, sym_identifier, - STATE(7021), 2, + STATE(7812), 2, sym_comment, sym_include, - [331066] = 5, + [368947] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10498), 1, + ACTIONS(11576), 1, sym_identifier, - STATE(7022), 2, + STATE(7813), 2, sym_comment, sym_include, - [331083] = 5, + [368964] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10500), 1, + ACTIONS(11578), 1, sym_identifier, - STATE(7023), 2, - sym_comment, - sym_include, - [331100] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(10502), 1, - sym__integer_literal, - STATE(7024), 2, + STATE(7814), 2, sym_comment, sym_include, - [331117] = 5, + [368981] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10504), 1, - aux_sym__block_terminator_token1, - STATE(7025), 2, + ACTIONS(11580), 1, + anon_sym_RBRACE, + STATE(7815), 2, sym_comment, sym_include, - [331134] = 5, + [368998] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10506), 1, + ACTIONS(11582), 1, anon_sym_COMMA, - STATE(7026), 2, + STATE(7816), 2, sym_comment, sym_include, - [331151] = 5, + [369015] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10508), 1, - aux_sym__block_terminator_token1, - STATE(7027), 2, + ACTIONS(11584), 1, + sym__terminator, + STATE(7817), 2, sym_comment, sym_include, - [331168] = 5, - ACTIONS(69), 1, + [369032] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(236), 2, + sym_file_name, anon_sym_LBRACE, - ACTIONS(8786), 1, - sym__terminator, - STATE(7028), 2, + STATE(7818), 2, sym_comment, sym_include, - [331185] = 5, + [369047] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10510), 1, - sym__terminator, - STATE(7029), 2, + ACTIONS(11586), 1, + anon_sym_RBRACE, + STATE(7819), 2, sym_comment, sym_include, - [331202] = 5, + [369064] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10512), 1, + ACTIONS(11588), 1, aux_sym_buffer_definition_token2, - STATE(7030), 2, + STATE(7820), 2, sym_comment, sym_include, - [331219] = 5, + [369081] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10514), 1, + ACTIONS(11590), 1, aux_sym_buffer_definition_token2, - STATE(7031), 2, + STATE(7821), 2, sym_comment, sym_include, - [331236] = 5, + [369098] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10516), 1, + ACTIONS(11592), 1, aux_sym_buffer_definition_token2, - STATE(7032), 2, + STATE(7822), 2, sym_comment, sym_include, - [331253] = 5, + [369115] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(11594), 1, sym_identifier, - STATE(7033), 2, + STATE(7823), 2, sym_comment, sym_include, - [331270] = 5, + [369132] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10520), 1, + ACTIONS(11596), 1, sym_identifier, - STATE(7034), 2, + STATE(7824), 2, sym_comment, sym_include, - [331287] = 5, - ACTIONS(69), 1, + [369149] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10522), 1, - sym__terminator, - STATE(7035), 2, + ACTIONS(11598), 1, + sym_identifier, + STATE(7825), 2, sym_comment, sym_include, - [331304] = 5, + [369166] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10524), 1, + ACTIONS(11600), 1, sym_identifier, - STATE(7036), 2, + STATE(7826), 2, sym_comment, sym_include, - [331321] = 5, - ACTIONS(3), 1, + [369183] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10526), 1, - sym_identifier, - STATE(7037), 2, + ACTIONS(11602), 1, + anon_sym_EQ, + STATE(7827), 2, sym_comment, sym_include, - [331338] = 5, + [369200] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10528), 1, + ACTIONS(11604), 1, sym__terminator, - STATE(7038), 2, + STATE(7828), 2, sym_comment, sym_include, - [331355] = 5, + [369217] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8758), 1, - sym__terminator, - STATE(7039), 2, + ACTIONS(11606), 1, + aux_sym__block_terminator_token1, + STATE(7829), 2, sym_comment, sym_include, - [331372] = 5, + [369234] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10530), 1, + ACTIONS(11608), 1, sym_identifier, - STATE(7040), 2, + STATE(7830), 2, sym_comment, sym_include, - [331389] = 5, + [369251] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10532), 1, + ACTIONS(11610), 1, aux_sym_buffer_definition_token2, - STATE(7041), 2, + STATE(7831), 2, sym_comment, sym_include, - [331406] = 5, + [369268] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10534), 1, + ACTIONS(11612), 1, aux_sym_buffer_definition_token2, - STATE(7042), 2, + STATE(7832), 2, sym_comment, sym_include, - [331423] = 5, + [369285] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10536), 1, + ACTIONS(11614), 1, aux_sym_buffer_definition_token2, - STATE(7043), 2, + STATE(7833), 2, sym_comment, sym_include, - [331440] = 5, - ACTIONS(3), 1, + [369302] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10538), 1, - sym_identifier, - STATE(7044), 2, + ACTIONS(11616), 1, + aux_sym_output_stream_statement_token1, + STATE(7834), 2, sym_comment, sym_include, - [331457] = 5, - ACTIONS(69), 1, + [369319] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8764), 1, - sym__terminator, - STATE(7045), 2, + ACTIONS(11618), 1, + sym_identifier, + STATE(7835), 2, sym_comment, sym_include, - [331474] = 5, + [369336] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10540), 1, - aux_sym__block_terminator_token1, - STATE(7046), 2, + ACTIONS(11620), 1, + aux_sym_buffer_definition_token2, + STATE(7836), 2, sym_comment, sym_include, - [331491] = 5, + [369353] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10542), 1, + ACTIONS(11622), 1, sym_identifier, - STATE(7047), 2, + STATE(7837), 2, sym_comment, sym_include, - [331508] = 5, + [369370] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8738), 1, - sym__terminator, - STATE(7048), 2, + ACTIONS(11624), 1, + aux_sym_primitive_type_token1, + STATE(7838), 2, sym_comment, sym_include, - [331525] = 5, - ACTIONS(69), 1, + [369387] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10544), 1, - aux_sym__block_terminator_token1, - STATE(7049), 2, + ACTIONS(11626), 1, + sym_identifier, + STATE(7839), 2, sym_comment, sym_include, - [331542] = 5, + [369404] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10546), 1, + ACTIONS(11628), 1, sym_identifier, - STATE(7050), 2, + STATE(7840), 2, sym_comment, sym_include, - [331559] = 5, - ACTIONS(3), 1, + [369421] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10548), 1, - sym_identifier, - STATE(7051), 2, + ACTIONS(11630), 1, + aux_sym__block_terminator_token1, + STATE(7841), 2, sym_comment, sym_include, - [331576] = 5, - ACTIONS(3), 1, + [369438] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10550), 1, - sym_identifier, - STATE(7052), 2, + ACTIONS(11632), 1, + aux_sym_run_tuning_token5, + STATE(7842), 2, + sym_comment, + sym_include, + [369455] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11634), 1, + anon_sym_LPAREN, + STATE(7843), 2, sym_comment, sym_include, - [331593] = 5, + [369472] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10552), 1, + ACTIONS(11636), 1, sym_identifier, - STATE(7053), 2, + STATE(7844), 2, sym_comment, sym_include, - [331610] = 5, + [369489] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8515), 1, - sym__terminator, - STATE(7054), 2, + ACTIONS(11638), 1, + anon_sym_RBRACE, + STATE(7845), 2, sym_comment, sym_include, - [331627] = 5, + [369506] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10554), 1, + ACTIONS(11640), 1, anon_sym_LPAREN, - STATE(7055), 2, + STATE(7846), 2, sym_comment, sym_include, - [331644] = 5, + [369523] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10556), 1, + ACTIONS(11642), 1, sym_identifier, - STATE(7056), 2, + STATE(7847), 2, sym_comment, sym_include, - [331661] = 5, + [369540] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10558), 1, + ACTIONS(11644), 1, sym_identifier, - STATE(7057), 2, + STATE(7848), 2, sym_comment, sym_include, - [331678] = 5, - ACTIONS(69), 1, + [369557] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10560), 1, - anon_sym_RBRACE, - STATE(7058), 2, + ACTIONS(11646), 1, + sym_identifier, + STATE(7849), 2, sym_comment, sym_include, - [331695] = 5, + [369574] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10562), 1, - sym__terminator, - STATE(7059), 2, + ACTIONS(11648), 1, + aux_sym__block_terminator_token1, + STATE(7850), 2, sym_comment, sym_include, - [331712] = 5, + [369591] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10564), 1, + ACTIONS(11650), 1, sym_identifier, - STATE(7060), 2, + STATE(7851), 2, sym_comment, sym_include, - [331729] = 5, + [369608] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10566), 1, + ACTIONS(11652), 1, sym_identifier, - STATE(7061), 2, + STATE(7852), 2, sym_comment, sym_include, - [331746] = 5, + [369625] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4316), 1, - sym__terminator, - STATE(7062), 2, + ACTIONS(11654), 1, + aux_sym__block_terminator_token1, + STATE(7853), 2, sym_comment, sym_include, - [331763] = 5, - ACTIONS(69), 1, + [369642] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10568), 1, - sym__terminator, - STATE(7063), 2, + ACTIONS(11656), 1, + sym_identifier, + STATE(7854), 2, sym_comment, sym_include, - [331780] = 5, - ACTIONS(69), 1, + [369659] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10570), 1, - aux_sym_input_expression_token2, - STATE(7064), 2, + ACTIONS(11658), 1, + sym_identifier, + STATE(7855), 2, sym_comment, sym_include, - [331797] = 5, + [369676] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10572), 1, + ACTIONS(6152), 1, sym__terminator, - STATE(7065), 2, + STATE(7856), 2, sym_comment, sym_include, - [331814] = 5, + [369693] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10574), 1, + ACTIONS(11660), 1, sym_identifier, - STATE(7066), 2, + STATE(7857), 2, sym_comment, sym_include, - [331831] = 5, + [369710] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10576), 1, + ACTIONS(11662), 1, sym_identifier, - STATE(7067), 2, + STATE(7858), 2, sym_comment, sym_include, - [331848] = 5, - ACTIONS(3), 1, + [369727] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10578), 1, - sym_identifier, - STATE(7068), 2, + ACTIONS(11664), 1, + anon_sym_RBRACE, + STATE(7859), 2, sym_comment, sym_include, - [331865] = 5, + [369744] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8728), 1, - sym__terminator, - STATE(7069), 2, + ACTIONS(11666), 1, + sym__integer_literal, + STATE(7860), 2, sym_comment, sym_include, - [331882] = 5, + [369761] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10580), 1, + ACTIONS(11668), 1, anon_sym_COMMA, - STATE(7070), 2, + STATE(7861), 2, sym_comment, sym_include, - [331899] = 5, + [369778] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4242), 1, + ACTIONS(11670), 1, sym__terminator, - STATE(7071), 2, + STATE(7862), 2, sym_comment, sym_include, - [331916] = 5, - ACTIONS(69), 1, + [369795] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10582), 1, - sym__terminator, - STATE(7072), 2, + ACTIONS(11672), 1, + sym_identifier, + STATE(7863), 2, sym_comment, sym_include, - [331933] = 5, - ACTIONS(69), 1, + [369812] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10584), 1, - sym__terminator, - STATE(7073), 2, + ACTIONS(11674), 1, + sym_identifier, + STATE(7864), 2, sym_comment, sym_include, - [331950] = 5, + [369829] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10586), 1, + ACTIONS(11676), 1, aux_sym_buffer_definition_token2, - STATE(7074), 2, + STATE(7865), 2, sym_comment, sym_include, - [331967] = 5, + [369846] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10588), 1, + ACTIONS(11678), 1, aux_sym_buffer_definition_token2, - STATE(7075), 2, + STATE(7866), 2, sym_comment, sym_include, - [331984] = 5, + [369863] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10590), 1, + ACTIONS(11680), 1, aux_sym_buffer_definition_token2, - STATE(7076), 2, + STATE(7867), 2, sym_comment, sym_include, - [332001] = 5, + [369880] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10592), 1, + ACTIONS(11682), 1, sym_identifier, - STATE(7077), 2, + STATE(7868), 2, sym_comment, sym_include, - [332018] = 5, + [369897] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10594), 1, + ACTIONS(11684), 1, sym_identifier, - STATE(7078), 2, + STATE(7869), 2, sym_comment, sym_include, - [332035] = 5, + [369914] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10596), 1, - sym__terminator, - STATE(7079), 2, + ACTIONS(11686), 1, + aux_sym_input_expression_token2, + STATE(7870), 2, sym_comment, sym_include, - [332052] = 5, + [369931] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10598), 1, + ACTIONS(11688), 1, sym_identifier, - STATE(7080), 2, + STATE(7871), 2, sym_comment, sym_include, - [332069] = 5, + [369948] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10600), 1, + ACTIONS(11690), 1, sym__terminator, - STATE(7081), 2, + STATE(7872), 2, sym_comment, sym_include, - [332086] = 5, + [369965] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10602), 1, - sym__terminator, - STATE(7082), 2, + ACTIONS(11692), 1, + anon_sym_RBRACE, + STATE(7873), 2, sym_comment, sym_include, - [332103] = 5, - ACTIONS(69), 1, + [369982] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10604), 1, - sym__terminator, - STATE(7083), 2, + ACTIONS(11694), 1, + sym_identifier, + STATE(7874), 2, sym_comment, sym_include, - [332120] = 5, + [369999] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10606), 1, + ACTIONS(11696), 1, sym_identifier, - STATE(7084), 2, + STATE(7875), 2, sym_comment, sym_include, - [332137] = 5, + [370016] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10608), 1, + ACTIONS(11698), 1, aux_sym_buffer_definition_token2, - STATE(7085), 2, + STATE(7876), 2, sym_comment, sym_include, - [332154] = 5, + [370033] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10610), 1, + ACTIONS(11700), 1, aux_sym_buffer_definition_token2, - STATE(7086), 2, + STATE(7877), 2, sym_comment, sym_include, - [332171] = 5, + [370050] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10612), 1, + ACTIONS(11702), 1, aux_sym_buffer_definition_token2, - STATE(7087), 2, + STATE(7878), 2, sym_comment, sym_include, - [332188] = 4, + [370067] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(240), 2, - sym_file_name, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(7088), 2, + ACTIONS(11704), 1, + sym_identifier, + STATE(7879), 2, sym_comment, sym_include, - [332203] = 5, - ACTIONS(69), 1, + [370084] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10614), 1, - sym__terminator, - STATE(7089), 2, + ACTIONS(11706), 1, + sym_identifier, + STATE(7880), 2, sym_comment, sym_include, - [332220] = 5, + [370101] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8708), 1, - sym__terminator, - STATE(7090), 2, + ACTIONS(11708), 1, + aux_sym__block_terminator_token1, + STATE(7881), 2, sym_comment, sym_include, - [332237] = 5, + [370118] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10616), 1, + ACTIONS(11710), 1, sym__terminator, - STATE(7091), 2, + STATE(7882), 2, sym_comment, sym_include, - [332254] = 5, + [370135] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10618), 1, - sym__terminator, - STATE(7092), 2, + ACTIONS(11712), 1, + aux_sym__block_terminator_token1, + STATE(7883), 2, sym_comment, sym_include, - [332271] = 5, + [370152] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10620), 1, + ACTIONS(11714), 1, anon_sym_LPAREN, - STATE(7093), 2, + STATE(7884), 2, sym_comment, sym_include, - [332288] = 5, + [370169] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10622), 1, - anon_sym_RBRACE, - STATE(7094), 2, + ACTIONS(11716), 1, + aux_sym__block_terminator_token1, + STATE(7885), 2, sym_comment, sym_include, - [332305] = 5, + [370186] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10624), 1, + ACTIONS(11718), 1, anon_sym_LPAREN, - STATE(7095), 2, + STATE(7886), 2, sym_comment, sym_include, - [332322] = 5, + [370203] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7394), 1, + ACTIONS(11720), 1, sym__terminator, - STATE(7096), 2, + STATE(7887), 2, sym_comment, sym_include, - [332339] = 5, + [370220] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10626), 1, + ACTIONS(11722), 1, anon_sym_LPAREN, - STATE(7097), 2, + STATE(7888), 2, + sym_comment, + sym_include, + [370237] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11724), 1, + sym_identifier, + STATE(7889), 2, sym_comment, sym_include, - [332356] = 5, + [370254] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10628), 1, - aux_sym__block_terminator_token1, - STATE(7098), 2, + ACTIONS(11726), 1, + anon_sym_LPAREN, + STATE(7890), 2, + sym_comment, + sym_include, + [370271] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11728), 1, + sym_identifier, + STATE(7891), 2, sym_comment, sym_include, - [332373] = 5, + [370288] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10630), 1, + ACTIONS(11730), 1, anon_sym_LPAREN, - STATE(7099), 2, + STATE(7892), 2, + sym_comment, + sym_include, + [370305] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11732), 1, + sym_identifier, + STATE(7893), 2, sym_comment, sym_include, - [332390] = 5, + [370322] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10632), 1, + ACTIONS(11734), 1, + anon_sym_LPAREN, + STATE(7894), 2, + sym_comment, + sym_include, + [370339] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11736), 1, aux_sym__block_terminator_token1, - STATE(7100), 2, + STATE(7895), 2, sym_comment, sym_include, - [332407] = 5, + [370356] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10634), 1, + ACTIONS(11738), 1, anon_sym_LPAREN, - STATE(7101), 2, + STATE(7896), 2, sym_comment, sym_include, - [332424] = 5, + [370373] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10636), 1, - sym__terminator, - STATE(7102), 2, + ACTIONS(11740), 1, + aux_sym__block_terminator_token1, + STATE(7897), 2, sym_comment, sym_include, - [332441] = 5, + [370390] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10638), 1, + ACTIONS(11742), 1, anon_sym_LPAREN, - STATE(7103), 2, + STATE(7898), 2, sym_comment, sym_include, - [332458] = 5, + [370407] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10640), 1, + ACTIONS(9714), 1, sym__terminator, - STATE(7104), 2, + STATE(7899), 2, sym_comment, sym_include, - [332475] = 5, + [370424] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10642), 1, + ACTIONS(11744), 1, anon_sym_LPAREN, - STATE(7105), 2, + STATE(7900), 2, sym_comment, sym_include, - [332492] = 5, + [370441] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10644), 1, + ACTIONS(11746), 1, sym_identifier, - STATE(7106), 2, + STATE(7901), 2, sym_comment, sym_include, - [332509] = 5, + [370458] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10646), 1, + ACTIONS(11748), 1, anon_sym_LPAREN, - STATE(7107), 2, + STATE(7902), 2, sym_comment, sym_include, - [332526] = 5, - ACTIONS(69), 1, + [370475] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10648), 1, - anon_sym_EQ, - STATE(7108), 2, + ACTIONS(11750), 1, + sym_identifier, + STATE(7903), 2, sym_comment, sym_include, - [332543] = 5, + [370492] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10650), 1, + ACTIONS(11752), 1, anon_sym_LPAREN, - STATE(7109), 2, + STATE(7904), 2, sym_comment, sym_include, - [332560] = 5, + [370509] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10652), 1, + ACTIONS(11754), 1, aux_sym__block_terminator_token1, - STATE(7110), 2, + STATE(7905), 2, sym_comment, sym_include, - [332577] = 5, + [370526] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10654), 1, - aux_sym_primitive_type_token1, - STATE(7111), 2, + ACTIONS(11756), 1, + anon_sym_LPAREN, + STATE(7906), 2, sym_comment, sym_include, - [332594] = 5, + [370543] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10656), 1, - aux_sym_buffer_definition_token2, - STATE(7112), 2, + ACTIONS(11758), 1, + anon_sym_LPAREN, + STATE(7907), 2, sym_comment, sym_include, - [332611] = 5, + [370560] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8525), 1, - sym__terminator, - STATE(7113), 2, + ACTIONS(11760), 1, + anon_sym_LPAREN, + STATE(7908), 2, sym_comment, sym_include, - [332628] = 5, + [370577] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10658), 1, - anon_sym_DOT, - STATE(7114), 2, + ACTIONS(11762), 1, + aux_sym_to_phrase_token1, + STATE(7909), 2, sym_comment, sym_include, - [332645] = 5, + [370594] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10660), 1, + ACTIONS(11764), 1, sym_identifier, - STATE(7115), 2, + STATE(7910), 2, + sym_comment, + sym_include, + [370611] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11766), 1, + anon_sym_RBRACE, + STATE(7911), 2, sym_comment, sym_include, - [332662] = 5, + [370628] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10662), 1, + ACTIONS(11768), 1, sym_identifier, - STATE(7116), 2, + STATE(7912), 2, sym_comment, sym_include, - [332679] = 5, + [370645] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10664), 1, - sym__terminator, - STATE(7117), 2, + ACTIONS(11770), 1, + sym__integer_literal, + STATE(7913), 2, sym_comment, sym_include, - [332696] = 5, + [370662] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10666), 1, + ACTIONS(11772), 1, sym_identifier, - STATE(7118), 2, + STATE(7914), 2, sym_comment, sym_include, - [332713] = 5, + [370679] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8531), 1, - sym__terminator, - STATE(7119), 2, + ACTIONS(11774), 1, + anon_sym_RBRACE, + STATE(7915), 2, sym_comment, sym_include, - [332730] = 5, + [370696] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10668), 1, - sym__terminator, - STATE(7120), 2, + ACTIONS(11776), 1, + aux_sym__block_terminator_token1, + STATE(7916), 2, sym_comment, sym_include, - [332747] = 5, + [370713] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10670), 1, - sym__terminator, - STATE(7121), 2, + ACTIONS(11778), 1, + anon_sym_LPAREN, + STATE(7917), 2, sym_comment, sym_include, - [332764] = 5, + [370730] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10672), 1, - sym__terminator, - STATE(7122), 2, + ACTIONS(11780), 1, + aux_sym__block_terminator_token1, + STATE(7918), 2, sym_comment, sym_include, - [332781] = 5, + [370747] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10674), 1, - sym__terminator, - STATE(7123), 2, + ACTIONS(11782), 1, + aux_sym__block_terminator_token1, + STATE(7919), 2, + sym_comment, + sym_include, + [370764] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11784), 1, + sym_identifier, + STATE(7920), 2, sym_comment, sym_include, - [332798] = 5, + [370781] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10676), 1, - aux_sym__block_terminator_token1, - STATE(7124), 2, + ACTIONS(11786), 1, + sym__terminator, + STATE(7921), 2, sym_comment, sym_include, - [332815] = 5, + [370798] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10678), 1, + ACTIONS(11788), 1, sym__terminator, - STATE(7125), 2, + STATE(7922), 2, + sym_comment, + sym_include, + [370815] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11790), 1, + sym_identifier, + STATE(7923), 2, + sym_comment, + sym_include, + [370832] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11792), 1, + sym_identifier, + STATE(7924), 2, sym_comment, sym_include, - [332832] = 5, + [370849] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7343), 1, - sym__terminator, - STATE(7126), 2, + ACTIONS(11794), 1, + aux_sym__block_terminator_token1, + STATE(7925), 2, sym_comment, sym_include, - [332849] = 5, + [370866] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10680), 1, - aux_sym_input_expression_token2, - STATE(7127), 2, + ACTIONS(11796), 1, + sym__terminator, + STATE(7926), 2, sym_comment, sym_include, - [332866] = 5, + [370883] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10682), 1, + ACTIONS(9676), 1, sym__terminator, - STATE(7128), 2, + STATE(7927), 2, sym_comment, sym_include, - [332883] = 5, + [370900] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10684), 1, - sym__terminator, - STATE(7129), 2, + ACTIONS(11798), 1, + aux_sym__block_terminator_token1, + STATE(7928), 2, sym_comment, sym_include, - [332900] = 5, + [370917] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8533), 1, - sym__terminator, - STATE(7130), 2, + ACTIONS(11800), 1, + aux_sym_image_phrase_token10, + STATE(7929), 2, sym_comment, sym_include, - [332917] = 5, - ACTIONS(3), 1, + [370934] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10686), 1, - sym_identifier, - STATE(7131), 2, + ACTIONS(11802), 1, + aux_sym_image_phrase_token8, + STATE(7930), 2, sym_comment, sym_include, - [332934] = 5, - ACTIONS(3), 1, + [370951] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10688), 1, - sym_identifier, - STATE(7132), 2, + ACTIONS(11802), 1, + aux_sym_image_phrase_token10, + STATE(7931), 2, sym_comment, sym_include, - [332951] = 5, - ACTIONS(3), 1, + [370968] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10690), 1, - sym_identifier, - STATE(7133), 2, + ACTIONS(9680), 1, + anon_sym_DOT, + STATE(7932), 2, sym_comment, sym_include, - [332968] = 5, + [370985] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10692), 1, + ACTIONS(11804), 1, sym_identifier, - STATE(7134), 2, + STATE(7933), 2, sym_comment, sym_include, - [332985] = 5, - ACTIONS(3), 1, + [371002] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10694), 1, - sym_identifier, - STATE(7135), 2, + ACTIONS(9668), 1, + sym__terminator, + STATE(7934), 2, sym_comment, sym_include, - [333002] = 5, - ACTIONS(3), 1, + [371019] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10696), 1, - sym_identifier, - STATE(7136), 2, + ACTIONS(11806), 1, + sym__integer_literal, + STATE(7935), 2, sym_comment, sym_include, - [333019] = 5, + [371036] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10698), 1, + ACTIONS(11808), 1, sym_identifier, - STATE(7137), 2, + STATE(7936), 2, sym_comment, sym_include, - [333036] = 5, + [371053] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10700), 1, + ACTIONS(11810), 1, aux_sym_comment_token1, - STATE(7138), 2, + STATE(7937), 2, sym_comment, sym_include, - [333053] = 5, + [371070] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10702), 1, + ACTIONS(11812), 1, sym_identifier, - STATE(7139), 2, + STATE(7938), 2, sym_comment, sym_include, - [333070] = 5, + [371087] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10704), 1, + ACTIONS(11814), 1, sym_identifier, - STATE(7140), 2, + STATE(7939), 2, sym_comment, sym_include, - [333087] = 5, + [371104] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10706), 1, + ACTIONS(11816), 1, sym_identifier, - STATE(7141), 2, + STATE(7940), 2, sym_comment, sym_include, - [333104] = 5, + [371121] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10708), 1, + ACTIONS(9664), 1, sym__terminator, - STATE(7142), 2, + STATE(7941), 2, + sym_comment, + sym_include, + [371138] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11818), 1, + sym_identifier, + STATE(7942), 2, sym_comment, sym_include, - [333121] = 5, + [371155] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10710), 1, + ACTIONS(11820), 1, aux_sym__block_terminator_token1, - STATE(7143), 2, + STATE(7943), 2, sym_comment, sym_include, - [333138] = 5, + [371172] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10712), 1, + ACTIONS(11822), 1, sym_identifier, - STATE(7144), 2, + STATE(7944), 2, sym_comment, sym_include, - [333155] = 5, + [371189] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10714), 1, + ACTIONS(11824), 1, sym_identifier, - STATE(7145), 2, + STATE(7945), 2, sym_comment, sym_include, - [333172] = 5, + [371206] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10716), 1, + ACTIONS(11826), 1, sym_identifier, - STATE(7146), 2, + STATE(7946), 2, sym_comment, sym_include, - [333189] = 5, - ACTIONS(3), 1, + [371223] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10718), 1, - sym_identifier, - STATE(7147), 2, + ACTIONS(11828), 1, + aux_sym__block_terminator_token1, + STATE(7947), 2, sym_comment, sym_include, - [333206] = 5, + [371240] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10720), 1, + ACTIONS(11830), 1, sym_identifier, - STATE(7148), 2, + STATE(7948), 2, sym_comment, sym_include, - [333223] = 5, + [371257] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10722), 1, + ACTIONS(11832), 1, sym_identifier, - STATE(7149), 2, - sym_comment, - sym_include, - [333240] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(10724), 1, - sym__terminator, - STATE(7150), 2, + STATE(7949), 2, sym_comment, sym_include, - [333257] = 5, + [371274] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10726), 1, + ACTIONS(11834), 1, sym__terminator, - STATE(7151), 2, + STATE(7950), 2, sym_comment, sym_include, - [333274] = 5, + [371291] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10728), 1, + ACTIONS(11836), 1, sym__terminator, - STATE(7152), 2, + STATE(7951), 2, sym_comment, sym_include, - [333291] = 5, - ACTIONS(69), 1, + [371308] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10730), 1, - anon_sym_RBRACE, - STATE(7153), 2, + ACTIONS(11838), 1, + sym_identifier, + STATE(7952), 2, sym_comment, sym_include, - [333308] = 5, + [371325] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10732), 1, + ACTIONS(11840), 1, sym_identifier, - STATE(7154), 2, + STATE(7953), 2, sym_comment, sym_include, - [333325] = 4, - ACTIONS(3), 1, + [371342] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(10734), 2, - sym_file_name, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(7155), 2, + ACTIONS(11842), 1, + sym__terminator, + STATE(7954), 2, sym_comment, sym_include, - [333340] = 5, + [371359] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10736), 1, + ACTIONS(11844), 1, sym_identifier, - STATE(7156), 2, + STATE(7955), 2, sym_comment, sym_include, - [333357] = 5, + [371376] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10738), 1, + ACTIONS(11846), 1, sym_identifier, - STATE(7157), 2, + STATE(7956), 2, sym_comment, sym_include, - [333374] = 5, + [371393] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10740), 1, + ACTIONS(11848), 1, sym_identifier, - STATE(7158), 2, + STATE(7957), 2, sym_comment, sym_include, - [333391] = 5, + [371410] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10742), 1, + ACTIONS(11850), 1, sym__terminator, - STATE(7159), 2, + STATE(7958), 2, sym_comment, sym_include, - [333408] = 5, + [371427] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7991), 1, - sym__terminator, - STATE(7160), 2, + ACTIONS(11852), 1, + anon_sym_RBRACE, + STATE(7959), 2, sym_comment, sym_include, - [333425] = 5, + [371444] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10744), 1, - anon_sym_RBRACE, - STATE(7161), 2, + ACTIONS(11854), 1, + sym__integer_literal, + STATE(7960), 2, sym_comment, sym_include, - [333442] = 5, + [371461] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10746), 1, + ACTIONS(11856), 1, sym_identifier, - STATE(7162), 2, + STATE(7961), 2, sym_comment, sym_include, - [333459] = 5, + [371478] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10748), 1, + ACTIONS(11858), 1, sym_identifier, - STATE(7163), 2, + STATE(7962), 2, sym_comment, sym_include, - [333476] = 5, + [371495] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10750), 1, + ACTIONS(11860), 1, sym_identifier, - STATE(7164), 2, + STATE(7963), 2, sym_comment, sym_include, - [333493] = 5, + [371512] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10752), 1, - sym__integer_literal, - STATE(7165), 2, + ACTIONS(9646), 1, + sym__terminator, + STATE(7964), 2, + sym_comment, + sym_include, + [371529] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11862), 1, + sym_identifier, + STATE(7965), 2, sym_comment, sym_include, - [333510] = 5, + [371546] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4152), 1, + ACTIONS(9632), 1, sym__terminator, - STATE(7166), 2, + STATE(7966), 2, sym_comment, sym_include, - [333527] = 5, + [371563] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10754), 1, + ACTIONS(11864), 1, sym_identifier, - STATE(7167), 2, + STATE(7967), 2, sym_comment, sym_include, - [333544] = 5, + [371580] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10756), 1, + ACTIONS(11866), 1, anon_sym_RBRACE, - STATE(7168), 2, - sym_comment, - sym_include, - [333561] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7307), 1, - sym__terminator, - STATE(7169), 2, + STATE(7968), 2, sym_comment, sym_include, - [333578] = 5, + [371597] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10758), 1, + ACTIONS(11868), 1, sym_identifier, - STATE(7170), 2, + STATE(7969), 2, sym_comment, sym_include, - [333595] = 5, + [371614] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10760), 1, + ACTIONS(11870), 1, sym_identifier, - STATE(7171), 2, + STATE(7970), 2, sym_comment, sym_include, - [333612] = 5, + [371631] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10762), 1, + ACTIONS(11872), 1, sym_identifier, - STATE(7172), 2, + STATE(7971), 2, sym_comment, sym_include, - [333629] = 5, + [371648] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10764), 1, + ACTIONS(11874), 1, sym_identifier, - STATE(7173), 2, + STATE(7972), 2, sym_comment, sym_include, - [333646] = 5, + [371665] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10766), 1, + ACTIONS(11876), 1, sym_identifier, - STATE(7174), 2, + STATE(7973), 2, sym_comment, sym_include, - [333663] = 5, + [371682] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7945), 1, - aux_sym_do_block_token1, - STATE(7175), 2, + ACTIONS(11878), 1, + sym__terminator, + STATE(7974), 2, sym_comment, sym_include, - [333680] = 5, + [371699] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10768), 1, + ACTIONS(11880), 1, sym__terminator, - STATE(7176), 2, + STATE(7975), 2, sym_comment, sym_include, - [333697] = 5, + [371716] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5388), 1, - sym__terminator, - STATE(7177), 2, + ACTIONS(11882), 1, + aux_sym_on_error_phrase_token3, + STATE(7976), 2, sym_comment, sym_include, - [333714] = 5, + [371733] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10770), 1, + ACTIONS(11884), 1, sym_identifier, - STATE(7178), 2, + STATE(7977), 2, sym_comment, sym_include, - [333731] = 5, + [371750] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10772), 1, + ACTIONS(11886), 1, sym_identifier, - STATE(7179), 2, + STATE(7978), 2, sym_comment, sym_include, - [333748] = 5, + [371767] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10774), 1, + ACTIONS(11888), 1, sym_identifier, - STATE(7180), 2, + STATE(7979), 2, + sym_comment, + sym_include, + [371784] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11890), 1, + aux_sym_on_error_phrase_token3, + STATE(7980), 2, sym_comment, sym_include, - [333765] = 5, + [371801] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10776), 1, + ACTIONS(11892), 1, sym_identifier, - STATE(7181), 2, + STATE(7981), 2, sym_comment, sym_include, - [333782] = 5, + [371818] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10778), 1, - anon_sym_COLON, - STATE(7182), 2, + ACTIONS(11894), 1, + sym__terminator, + STATE(7982), 2, sym_comment, sym_include, - [333799] = 5, + [371835] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10780), 1, + ACTIONS(11896), 1, sym__terminator, - STATE(7183), 2, + STATE(7983), 2, sym_comment, sym_include, - [333816] = 5, + [371852] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10782), 1, - anon_sym_RBRACE, - STATE(7184), 2, + ACTIONS(11898), 1, + sym__terminator, + STATE(7984), 2, sym_comment, sym_include, - [333833] = 5, - ACTIONS(69), 1, + [371869] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10784), 1, - aux_sym__block_terminator_token1, - STATE(7185), 2, + ACTIONS(11900), 1, + sym_identifier, + STATE(7985), 2, sym_comment, sym_include, - [333850] = 5, + [371886] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10786), 1, + ACTIONS(11902), 1, sym_identifier, - STATE(7186), 2, + STATE(7986), 2, sym_comment, sym_include, - [333867] = 5, + [371903] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10788), 1, + ACTIONS(11904), 1, sym_identifier, - STATE(7187), 2, + STATE(7987), 2, sym_comment, sym_include, - [333884] = 5, + [371920] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10790), 1, + ACTIONS(11906), 1, sym_identifier, - STATE(7188), 2, + STATE(7988), 2, sym_comment, sym_include, - [333901] = 5, + [371937] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10792), 1, + ACTIONS(11908), 1, sym_identifier, - STATE(7189), 2, + STATE(7989), 2, + sym_comment, + sym_include, + [371954] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11910), 1, + sym__terminator, + STATE(7990), 2, + sym_comment, + sym_include, + [371971] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11800), 1, + aux_sym_image_phrase_token8, + STATE(7991), 2, sym_comment, sym_include, - [333918] = 5, + [371988] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10794), 1, + ACTIONS(11912), 1, sym_identifier, - STATE(7190), 2, + STATE(7992), 2, sym_comment, sym_include, - [333935] = 5, + [372005] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10796), 1, + ACTIONS(11914), 1, sym_identifier, - STATE(7191), 2, + STATE(7993), 2, sym_comment, sym_include, - [333952] = 5, - ACTIONS(69), 1, + [372022] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10798), 1, - aux_sym_field_option_token7, - STATE(7192), 2, + ACTIONS(11916), 1, + sym_identifier, + STATE(7994), 2, sym_comment, sym_include, - [333969] = 5, - ACTIONS(69), 1, + [372039] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10800), 1, - aux_sym_run_tuning_token5, - STATE(7193), 2, + ACTIONS(11918), 1, + sym_identifier, + STATE(7995), 2, sym_comment, sym_include, - [333986] = 5, + [372056] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10802), 1, + ACTIONS(11920), 1, sym_identifier, - STATE(7194), 2, + STATE(7996), 2, sym_comment, sym_include, - [334003] = 5, + [372073] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10804), 1, + ACTIONS(11922), 1, sym_identifier, - STATE(7195), 2, + STATE(7997), 2, sym_comment, sym_include, - [334020] = 5, + [372090] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10806), 1, + ACTIONS(11924), 1, sym_identifier, - STATE(7196), 2, + STATE(7998), 2, sym_comment, sym_include, - [334037] = 5, + [372107] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10808), 1, + ACTIONS(11926), 1, sym_identifier, - STATE(7197), 2, + STATE(7999), 2, sym_comment, sym_include, - [334054] = 5, - ACTIONS(69), 1, + [372124] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(11928), 2, + sym_file_name, anon_sym_LBRACE, - ACTIONS(10810), 1, - sym__integer_literal, - STATE(7198), 2, + STATE(8000), 2, sym_comment, sym_include, - [334071] = 5, + [372139] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10812), 1, - anon_sym_SLASH, - STATE(7199), 2, + ACTIONS(11930), 1, + anon_sym_RBRACE, + STATE(8001), 2, sym_comment, sym_include, - [334088] = 5, - ACTIONS(69), 1, + [372156] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10814), 1, - aux_sym_type_tuning_token1, - STATE(7200), 2, + ACTIONS(11932), 1, + sym_identifier, + STATE(8002), 2, sym_comment, sym_include, - [334105] = 5, + [372173] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10816), 1, - anon_sym_RPAREN, - STATE(7201), 2, + ACTIONS(11934), 1, + anon_sym_SLASH, + STATE(8003), 2, sym_comment, sym_include, - [334122] = 5, + [372190] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10818), 1, - sym__terminator, - STATE(7202), 2, + ACTIONS(11936), 1, + aux_sym_type_tuning_token1, + STATE(8004), 2, sym_comment, sym_include, - [334139] = 5, + [372207] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10820), 1, - sym__terminator, - STATE(7203), 2, + ACTIONS(11938), 1, + sym__integer_literal, + STATE(8005), 2, sym_comment, sym_include, - [334156] = 5, + [372224] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10822), 1, + ACTIONS(11940), 1, sym_identifier, - STATE(7204), 2, + STATE(8006), 2, + sym_comment, + sym_include, + [372241] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(11942), 1, + anon_sym_RBRACE, + STATE(8007), 2, sym_comment, sym_include, - [334173] = 5, + [372258] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10824), 1, + ACTIONS(11944), 1, sym_identifier, - STATE(7205), 2, + STATE(8008), 2, sym_comment, sym_include, - [334190] = 5, - ACTIONS(69), 1, + [372275] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10826), 1, - aux_sym__block_terminator_token1, - STATE(7206), 2, + ACTIONS(11946), 1, + sym_identifier, + STATE(8009), 2, sym_comment, sym_include, - [334207] = 5, + [372292] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10828), 1, + ACTIONS(11948), 1, sym_identifier, - STATE(7207), 2, + STATE(8010), 2, sym_comment, sym_include, - [334224] = 5, + [372309] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10830), 1, + ACTIONS(11950), 1, sym__terminator, - STATE(7208), 2, + STATE(8011), 2, sym_comment, sym_include, - [334241] = 5, - ACTIONS(69), 1, + [372326] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10832), 1, - sym__integer_literal, - STATE(7209), 2, + ACTIONS(11952), 1, + sym_identifier, + STATE(8012), 2, + sym_comment, + sym_include, + [372343] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(11954), 1, + sym_identifier, + STATE(8013), 2, sym_comment, sym_include, - [334258] = 5, + [372360] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10834), 1, + ACTIONS(11956), 1, ts_builtin_sym_end, - STATE(7210), 2, + STATE(8014), 2, sym_comment, sym_include, - [334275] = 5, + [372377] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10836), 1, + ACTIONS(11958), 1, sym_identifier, - STATE(7211), 2, + STATE(8015), 2, sym_comment, sym_include, - [334292] = 5, - ACTIONS(69), 1, + [372394] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9290), 1, - anon_sym_DOT, - STATE(7212), 2, + ACTIONS(11960), 1, + sym_identifier, + STATE(8016), 2, sym_comment, sym_include, - [334309] = 5, - ACTIONS(69), 1, + [372411] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10838), 1, - sym__terminator, - STATE(7213), 2, + ACTIONS(11962), 1, + sym_identifier, + STATE(8017), 2, sym_comment, sym_include, - [334326] = 5, - ACTIONS(69), 1, + [372428] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10840), 1, - sym__terminator, - STATE(7214), 2, + ACTIONS(11964), 1, + sym_identifier, + STATE(8018), 2, sym_comment, sym_include, - [334343] = 5, - ACTIONS(69), 1, + [372445] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10842), 1, - anon_sym_RBRACE, - STATE(7215), 2, + ACTIONS(11966), 1, + sym_identifier, + STATE(8019), 2, sym_comment, sym_include, - [334360] = 5, - ACTIONS(69), 1, + [372462] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10844), 1, - sym__integer_literal, - STATE(7216), 2, + ACTIONS(11968), 1, + sym_identifier, + STATE(8020), 2, sym_comment, sym_include, - [334377] = 5, - ACTIONS(3), 1, + [372479] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10846), 1, - sym_identifier, - STATE(7217), 2, + ACTIONS(11970), 1, + aux_sym_buffer_definition_token2, + STATE(8021), 2, sym_comment, sym_include, - [334394] = 5, + [372496] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10848), 1, + ACTIONS(11972), 1, anon_sym_RBRACE, - STATE(7218), 2, + STATE(8022), 2, sym_comment, sym_include, - [334411] = 5, + [372513] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10850), 1, + ACTIONS(11974), 1, sym_identifier, - STATE(7219), 2, + STATE(8023), 2, sym_comment, sym_include, - [334428] = 5, + [372530] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10852), 1, + ACTIONS(11976), 1, sym_identifier, - STATE(7220), 2, + STATE(8024), 2, sym_comment, sym_include, - [334445] = 5, + [372547] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10854), 1, - sym__terminator, - STATE(7221), 2, + ACTIONS(11978), 1, + anon_sym_RBRACE, + STATE(8025), 2, sym_comment, sym_include, - [334462] = 5, + [372564] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10856), 1, - sym__terminator, - STATE(7222), 2, + ACTIONS(11980), 1, + sym__integer_literal, + STATE(8026), 2, sym_comment, sym_include, - [334479] = 5, + [372581] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10858), 1, + ACTIONS(11982), 1, sym_identifier, - STATE(7223), 2, + STATE(8027), 2, sym_comment, sym_include, - [334496] = 5, + [372598] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10860), 1, + ACTIONS(11984), 1, sym_identifier, - STATE(7224), 2, + STATE(8028), 2, sym_comment, sym_include, - [334513] = 5, + [372615] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10862), 1, + ACTIONS(11986), 1, sym_identifier, - STATE(7225), 2, + STATE(8029), 2, sym_comment, sym_include, - [334530] = 5, - ACTIONS(69), 1, + [372632] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10864), 1, - aux_sym_buffer_definition_token2, - STATE(7226), 2, + ACTIONS(11988), 1, + sym_identifier, + STATE(8030), 2, sym_comment, sym_include, - [334547] = 5, - ACTIONS(69), 1, + [372649] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8598), 1, - aux_sym_primitive_type_token1, - STATE(7227), 2, + ACTIONS(11990), 1, + sym_identifier, + STATE(8031), 2, sym_comment, sym_include, - [334564] = 5, - ACTIONS(69), 1, + [372666] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10866), 1, - sym__terminator, - STATE(7228), 2, + ACTIONS(11992), 1, + sym_identifier, + STATE(8032), 2, sym_comment, sym_include, - [334581] = 5, + [372683] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5348), 1, + ACTIONS(11994), 1, sym__terminator, - STATE(7229), 2, - sym_comment, - sym_include, - [334598] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(10868), 1, - anon_sym_RBRACE, - STATE(7230), 2, + STATE(8033), 2, sym_comment, sym_include, - [334615] = 5, + [372700] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10870), 1, + ACTIONS(11996), 1, sym_identifier, - STATE(7231), 2, + STATE(8034), 2, sym_comment, sym_include, - [334632] = 5, + [372717] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10872), 1, + ACTIONS(11998), 1, sym_identifier, - STATE(7232), 2, + STATE(8035), 2, sym_comment, sym_include, - [334649] = 5, + [372734] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10874), 1, + ACTIONS(12000), 1, aux_sym_type_tuning_token1, - STATE(7233), 2, + STATE(8036), 2, sym_comment, sym_include, - [334666] = 5, - ACTIONS(69), 1, + [372751] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10876), 1, - sym__terminator, - STATE(7234), 2, + ACTIONS(8643), 1, + sym_identifier, + STATE(8037), 2, sym_comment, sym_include, - [334683] = 5, + [372768] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10878), 1, - sym__integer_literal, - STATE(7235), 2, + ACTIONS(12002), 1, + aux_sym_buffer_definition_token2, + STATE(8038), 2, sym_comment, sym_include, - [334700] = 5, + [372785] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10880), 1, + ACTIONS(12004), 1, aux_sym_type_tuning_token1, - STATE(7236), 2, + STATE(8039), 2, sym_comment, sym_include, - [334717] = 5, - ACTIONS(69), 1, + [372802] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10882), 1, - sym__terminator, - STATE(7237), 2, + ACTIONS(12006), 1, + sym_identifier, + STATE(8040), 2, sym_comment, sym_include, - [334734] = 5, + [372819] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10884), 1, - sym__terminator, - STATE(7238), 2, + ACTIONS(12008), 1, + sym__integer_literal, + STATE(8041), 2, sym_comment, sym_include, - [334751] = 5, + [372836] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10886), 1, + ACTIONS(12010), 1, aux_sym_type_tuning_token1, - STATE(7239), 2, + STATE(8042), 2, sym_comment, sym_include, - [334768] = 5, + [372853] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10888), 1, + ACTIONS(12012), 1, aux_sym_comment_token2, - STATE(7240), 2, + STATE(8043), 2, sym_comment, sym_include, - [334785] = 5, - ACTIONS(3), 1, + [372870] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10890), 1, - sym_identifier, - STATE(7241), 2, + ACTIONS(12014), 1, + aux_sym_buffer_definition_token2, + STATE(8044), 2, sym_comment, sym_include, - [334802] = 1, - ACTIONS(10892), 1, + [372887] = 1, + ACTIONS(12016), 1, ts_builtin_sym_end, - [334806] = 1, - ACTIONS(10894), 1, + [372891] = 1, + ACTIONS(12018), 1, ts_builtin_sym_end, - [334810] = 1, - ACTIONS(10896), 1, + [372895] = 1, + ACTIONS(12020), 1, ts_builtin_sym_end, - [334814] = 1, - ACTIONS(10898), 1, + [372899] = 1, + ACTIONS(12022), 1, ts_builtin_sym_end, - [334818] = 1, - ACTIONS(10900), 1, + [372903] = 1, + ACTIONS(12024), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(259)] = 0, - [SMALL_STATE(260)] = 79, - [SMALL_STATE(261)] = 212, - [SMALL_STATE(262)] = 303, - [SMALL_STATE(263)] = 434, - [SMALL_STATE(264)] = 513, - [SMALL_STATE(265)] = 602, - [SMALL_STATE(266)] = 685, - [SMALL_STATE(267)] = 770, - [SMALL_STATE(268)] = 861, - [SMALL_STATE(269)] = 936, - [SMALL_STATE(270)] = 1027, - [SMALL_STATE(271)] = 1118, - [SMALL_STATE(272)] = 1193, - [SMALL_STATE(273)] = 1284, - [SMALL_STATE(274)] = 1359, - [SMALL_STATE(275)] = 1440, - [SMALL_STATE(276)] = 1515, - [SMALL_STATE(277)] = 1594, - [SMALL_STATE(278)] = 1673, - [SMALL_STATE(279)] = 1752, - [SMALL_STATE(280)] = 1843, - [SMALL_STATE(281)] = 1928, - [SMALL_STATE(282)] = 2017, - [SMALL_STATE(283)] = 2092, - [SMALL_STATE(284)] = 2225, - [SMALL_STATE(285)] = 2302, - [SMALL_STATE(286)] = 2379, - [SMALL_STATE(287)] = 2458, - [SMALL_STATE(288)] = 2537, - [SMALL_STATE(289)] = 2616, - [SMALL_STATE(290)] = 2707, - [SMALL_STATE(291)] = 2786, - [SMALL_STATE(292)] = 2863, - [SMALL_STATE(293)] = 2940, - [SMALL_STATE(294)] = 3017, - [SMALL_STATE(295)] = 3108, - [SMALL_STATE(296)] = 3183, - [SMALL_STATE(297)] = 3261, - [SMALL_STATE(298)] = 3339, - [SMALL_STATE(299)] = 3413, - [SMALL_STATE(300)] = 3487, - [SMALL_STATE(301)] = 3563, - [SMALL_STATE(302)] = 3637, - [SMALL_STATE(303)] = 3711, - [SMALL_STATE(304)] = 3839, - [SMALL_STATE(305)] = 3919, - [SMALL_STATE(306)] = 3997, - [SMALL_STATE(307)] = 4071, - [SMALL_STATE(308)] = 4151, - [SMALL_STATE(309)] = 4224, - [SMALL_STATE(310)] = 4313, - [SMALL_STATE(311)] = 4404, - [SMALL_STATE(312)] = 4481, - [SMALL_STATE(313)] = 4554, - [SMALL_STATE(314)] = 4627, - [SMALL_STATE(315)] = 4754, - [SMALL_STATE(316)] = 4827, - [SMALL_STATE(317)] = 4900, - [SMALL_STATE(318)] = 4973, - [SMALL_STATE(319)] = 5046, - [SMALL_STATE(320)] = 5123, - [SMALL_STATE(321)] = 5200, - [SMALL_STATE(322)] = 5275, - [SMALL_STATE(323)] = 5348, - [SMALL_STATE(324)] = 5421, - [SMALL_STATE(325)] = 5494, - [SMALL_STATE(326)] = 5569, - [SMALL_STATE(327)] = 5644, - [SMALL_STATE(328)] = 5721, - [SMALL_STATE(329)] = 5794, - [SMALL_STATE(330)] = 5867, - [SMALL_STATE(331)] = 5994, - [SMALL_STATE(332)] = 6067, - [SMALL_STATE(333)] = 6144, - [SMALL_STATE(334)] = 6271, - [SMALL_STATE(335)] = 6348, - [SMALL_STATE(336)] = 6421, - [SMALL_STATE(337)] = 6494, - [SMALL_STATE(338)] = 6567, - [SMALL_STATE(339)] = 6644, - [SMALL_STATE(340)] = 6717, - [SMALL_STATE(341)] = 6790, - [SMALL_STATE(342)] = 6865, - [SMALL_STATE(343)] = 6944, - [SMALL_STATE(344)] = 7017, - [SMALL_STATE(345)] = 7090, - [SMALL_STATE(346)] = 7163, - [SMALL_STATE(347)] = 7236, - [SMALL_STATE(348)] = 7309, - [SMALL_STATE(349)] = 7384, - [SMALL_STATE(350)] = 7511, - [SMALL_STATE(351)] = 7638, - [SMALL_STATE(352)] = 7715, - [SMALL_STATE(353)] = 7788, - [SMALL_STATE(354)] = 7861, - [SMALL_STATE(355)] = 7934, - [SMALL_STATE(356)] = 8061, - [SMALL_STATE(357)] = 8134, - [SMALL_STATE(358)] = 8207, - [SMALL_STATE(359)] = 8280, - [SMALL_STATE(360)] = 8353, - [SMALL_STATE(361)] = 8480, - [SMALL_STATE(362)] = 8557, - [SMALL_STATE(363)] = 8682, - [SMALL_STATE(364)] = 8757, - [SMALL_STATE(365)] = 8830, - [SMALL_STATE(366)] = 8903, - [SMALL_STATE(367)] = 8975, - [SMALL_STATE(368)] = 9099, - [SMALL_STATE(369)] = 9223, - [SMALL_STATE(370)] = 9299, - [SMALL_STATE(371)] = 9423, - [SMALL_STATE(372)] = 9547, - [SMALL_STATE(373)] = 9635, - [SMALL_STATE(374)] = 9759, - [SMALL_STATE(375)] = 9883, - [SMALL_STATE(376)] = 10007, - [SMALL_STATE(377)] = 10085, - [SMALL_STATE(378)] = 10161, - [SMALL_STATE(379)] = 10233, - [SMALL_STATE(380)] = 10307, - [SMALL_STATE(381)] = 10431, - [SMALL_STATE(382)] = 10555, - [SMALL_STATE(383)] = 10627, - [SMALL_STATE(384)] = 10751, - [SMALL_STATE(385)] = 10875, - [SMALL_STATE(386)] = 10999, - [SMALL_STATE(387)] = 11073, - [SMALL_STATE(388)] = 11197, - [SMALL_STATE(389)] = 11287, - [SMALL_STATE(390)] = 11359, - [SMALL_STATE(391)] = 11483, - [SMALL_STATE(392)] = 11607, - [SMALL_STATE(393)] = 11731, - [SMALL_STATE(394)] = 11803, - [SMALL_STATE(395)] = 11927, - [SMALL_STATE(396)] = 12001, - [SMALL_STATE(397)] = 12075, - [SMALL_STATE(398)] = 12199, - [SMALL_STATE(399)] = 12323, - [SMALL_STATE(400)] = 12447, - [SMALL_STATE(401)] = 12523, - [SMALL_STATE(402)] = 12644, - [SMALL_STATE(403)] = 12765, - [SMALL_STATE(404)] = 12886, - [SMALL_STATE(405)] = 13007, - [SMALL_STATE(406)] = 13128, - [SMALL_STATE(407)] = 13249, - [SMALL_STATE(408)] = 13370, - [SMALL_STATE(409)] = 13491, - [SMALL_STATE(410)] = 13612, - [SMALL_STATE(411)] = 13733, - [SMALL_STATE(412)] = 13854, - [SMALL_STATE(413)] = 13975, - [SMALL_STATE(414)] = 14096, - [SMALL_STATE(415)] = 14217, - [SMALL_STATE(416)] = 14338, - [SMALL_STATE(417)] = 14459, - [SMALL_STATE(418)] = 14580, - [SMALL_STATE(419)] = 14701, - [SMALL_STATE(420)] = 14822, - [SMALL_STATE(421)] = 14943, - [SMALL_STATE(422)] = 15064, - [SMALL_STATE(423)] = 15185, - [SMALL_STATE(424)] = 15306, - [SMALL_STATE(425)] = 15427, - [SMALL_STATE(426)] = 15548, - [SMALL_STATE(427)] = 15669, - [SMALL_STATE(428)] = 15790, - [SMALL_STATE(429)] = 15911, - [SMALL_STATE(430)] = 16032, - [SMALL_STATE(431)] = 16153, - [SMALL_STATE(432)] = 16274, - [SMALL_STATE(433)] = 16395, - [SMALL_STATE(434)] = 16516, - [SMALL_STATE(435)] = 16637, - [SMALL_STATE(436)] = 16758, - [SMALL_STATE(437)] = 16879, - [SMALL_STATE(438)] = 17000, - [SMALL_STATE(439)] = 17121, - [SMALL_STATE(440)] = 17242, - [SMALL_STATE(441)] = 17363, - [SMALL_STATE(442)] = 17484, - [SMALL_STATE(443)] = 17605, - [SMALL_STATE(444)] = 17726, - [SMALL_STATE(445)] = 17847, - [SMALL_STATE(446)] = 17968, - [SMALL_STATE(447)] = 18089, - [SMALL_STATE(448)] = 18210, - [SMALL_STATE(449)] = 18331, - [SMALL_STATE(450)] = 18452, - [SMALL_STATE(451)] = 18573, - [SMALL_STATE(452)] = 18694, - [SMALL_STATE(453)] = 18815, - [SMALL_STATE(454)] = 18936, - [SMALL_STATE(455)] = 19057, - [SMALL_STATE(456)] = 19178, - [SMALL_STATE(457)] = 19299, - [SMALL_STATE(458)] = 19420, - [SMALL_STATE(459)] = 19541, - [SMALL_STATE(460)] = 19662, - [SMALL_STATE(461)] = 19783, - [SMALL_STATE(462)] = 19904, - [SMALL_STATE(463)] = 20025, - [SMALL_STATE(464)] = 20146, - [SMALL_STATE(465)] = 20267, - [SMALL_STATE(466)] = 20388, - [SMALL_STATE(467)] = 20509, - [SMALL_STATE(468)] = 20630, - [SMALL_STATE(469)] = 20751, - [SMALL_STATE(470)] = 20872, - [SMALL_STATE(471)] = 20993, - [SMALL_STATE(472)] = 21114, - [SMALL_STATE(473)] = 21235, - [SMALL_STATE(474)] = 21356, - [SMALL_STATE(475)] = 21477, - [SMALL_STATE(476)] = 21598, - [SMALL_STATE(477)] = 21719, - [SMALL_STATE(478)] = 21840, - [SMALL_STATE(479)] = 21961, - [SMALL_STATE(480)] = 22082, - [SMALL_STATE(481)] = 22203, - [SMALL_STATE(482)] = 22324, - [SMALL_STATE(483)] = 22445, - [SMALL_STATE(484)] = 22566, - [SMALL_STATE(485)] = 22687, - [SMALL_STATE(486)] = 22808, - [SMALL_STATE(487)] = 22929, - [SMALL_STATE(488)] = 23050, - [SMALL_STATE(489)] = 23171, - [SMALL_STATE(490)] = 23292, - [SMALL_STATE(491)] = 23413, - [SMALL_STATE(492)] = 23534, - [SMALL_STATE(493)] = 23655, - [SMALL_STATE(494)] = 23776, - [SMALL_STATE(495)] = 23897, - [SMALL_STATE(496)] = 24018, - [SMALL_STATE(497)] = 24139, - [SMALL_STATE(498)] = 24260, - [SMALL_STATE(499)] = 24381, - [SMALL_STATE(500)] = 24502, - [SMALL_STATE(501)] = 24623, - [SMALL_STATE(502)] = 24744, - [SMALL_STATE(503)] = 24865, - [SMALL_STATE(504)] = 24986, - [SMALL_STATE(505)] = 25107, - [SMALL_STATE(506)] = 25228, - [SMALL_STATE(507)] = 25349, - [SMALL_STATE(508)] = 25470, - [SMALL_STATE(509)] = 25591, - [SMALL_STATE(510)] = 25712, - [SMALL_STATE(511)] = 25833, - [SMALL_STATE(512)] = 25954, - [SMALL_STATE(513)] = 26075, - [SMALL_STATE(514)] = 26196, - [SMALL_STATE(515)] = 26317, - [SMALL_STATE(516)] = 26438, - [SMALL_STATE(517)] = 26559, - [SMALL_STATE(518)] = 26680, - [SMALL_STATE(519)] = 26801, - [SMALL_STATE(520)] = 26922, - [SMALL_STATE(521)] = 27043, - [SMALL_STATE(522)] = 27164, - [SMALL_STATE(523)] = 27285, - [SMALL_STATE(524)] = 27406, - [SMALL_STATE(525)] = 27527, - [SMALL_STATE(526)] = 27648, - [SMALL_STATE(527)] = 27769, - [SMALL_STATE(528)] = 27890, - [SMALL_STATE(529)] = 28011, - [SMALL_STATE(530)] = 28132, - [SMALL_STATE(531)] = 28253, - [SMALL_STATE(532)] = 28374, - [SMALL_STATE(533)] = 28495, - [SMALL_STATE(534)] = 28616, - [SMALL_STATE(535)] = 28737, - [SMALL_STATE(536)] = 28858, - [SMALL_STATE(537)] = 28979, - [SMALL_STATE(538)] = 29100, - [SMALL_STATE(539)] = 29221, - [SMALL_STATE(540)] = 29342, - [SMALL_STATE(541)] = 29463, - [SMALL_STATE(542)] = 29584, - [SMALL_STATE(543)] = 29705, - [SMALL_STATE(544)] = 29826, - [SMALL_STATE(545)] = 29947, - [SMALL_STATE(546)] = 30068, - [SMALL_STATE(547)] = 30189, - [SMALL_STATE(548)] = 30310, - [SMALL_STATE(549)] = 30431, - [SMALL_STATE(550)] = 30552, - [SMALL_STATE(551)] = 30673, - [SMALL_STATE(552)] = 30794, - [SMALL_STATE(553)] = 30915, - [SMALL_STATE(554)] = 31036, - [SMALL_STATE(555)] = 31157, - [SMALL_STATE(556)] = 31278, - [SMALL_STATE(557)] = 31399, - [SMALL_STATE(558)] = 31520, - [SMALL_STATE(559)] = 31641, - [SMALL_STATE(560)] = 31762, - [SMALL_STATE(561)] = 31883, - [SMALL_STATE(562)] = 32004, - [SMALL_STATE(563)] = 32125, - [SMALL_STATE(564)] = 32246, - [SMALL_STATE(565)] = 32367, - [SMALL_STATE(566)] = 32488, - [SMALL_STATE(567)] = 32609, - [SMALL_STATE(568)] = 32730, - [SMALL_STATE(569)] = 32851, - [SMALL_STATE(570)] = 32972, - [SMALL_STATE(571)] = 33093, - [SMALL_STATE(572)] = 33214, - [SMALL_STATE(573)] = 33335, - [SMALL_STATE(574)] = 33456, - [SMALL_STATE(575)] = 33577, - [SMALL_STATE(576)] = 33698, - [SMALL_STATE(577)] = 33819, - [SMALL_STATE(578)] = 33940, - [SMALL_STATE(579)] = 34061, - [SMALL_STATE(580)] = 34182, - [SMALL_STATE(581)] = 34303, - [SMALL_STATE(582)] = 34424, - [SMALL_STATE(583)] = 34545, - [SMALL_STATE(584)] = 34666, - [SMALL_STATE(585)] = 34787, - [SMALL_STATE(586)] = 34908, - [SMALL_STATE(587)] = 35029, - [SMALL_STATE(588)] = 35150, - [SMALL_STATE(589)] = 35271, - [SMALL_STATE(590)] = 35392, - [SMALL_STATE(591)] = 35513, - [SMALL_STATE(592)] = 35634, - [SMALL_STATE(593)] = 35755, - [SMALL_STATE(594)] = 35876, - [SMALL_STATE(595)] = 35997, - [SMALL_STATE(596)] = 36118, - [SMALL_STATE(597)] = 36239, - [SMALL_STATE(598)] = 36360, - [SMALL_STATE(599)] = 36481, - [SMALL_STATE(600)] = 36602, - [SMALL_STATE(601)] = 36723, - [SMALL_STATE(602)] = 36844, - [SMALL_STATE(603)] = 36965, - [SMALL_STATE(604)] = 37086, - [SMALL_STATE(605)] = 37207, - [SMALL_STATE(606)] = 37328, - [SMALL_STATE(607)] = 37449, - [SMALL_STATE(608)] = 37570, - [SMALL_STATE(609)] = 37691, - [SMALL_STATE(610)] = 37812, - [SMALL_STATE(611)] = 37933, - [SMALL_STATE(612)] = 38054, - [SMALL_STATE(613)] = 38175, - [SMALL_STATE(614)] = 38296, - [SMALL_STATE(615)] = 38417, - [SMALL_STATE(616)] = 38538, - [SMALL_STATE(617)] = 38659, - [SMALL_STATE(618)] = 38780, - [SMALL_STATE(619)] = 38901, - [SMALL_STATE(620)] = 39022, - [SMALL_STATE(621)] = 39143, - [SMALL_STATE(622)] = 39264, - [SMALL_STATE(623)] = 39385, - [SMALL_STATE(624)] = 39506, - [SMALL_STATE(625)] = 39627, - [SMALL_STATE(626)] = 39748, - [SMALL_STATE(627)] = 39869, - [SMALL_STATE(628)] = 39990, - [SMALL_STATE(629)] = 40111, - [SMALL_STATE(630)] = 40232, - [SMALL_STATE(631)] = 40353, - [SMALL_STATE(632)] = 40474, - [SMALL_STATE(633)] = 40595, - [SMALL_STATE(634)] = 40716, - [SMALL_STATE(635)] = 40837, - [SMALL_STATE(636)] = 40958, - [SMALL_STATE(637)] = 41079, - [SMALL_STATE(638)] = 41200, - [SMALL_STATE(639)] = 41321, - [SMALL_STATE(640)] = 41442, - [SMALL_STATE(641)] = 41563, - [SMALL_STATE(642)] = 41684, - [SMALL_STATE(643)] = 41805, - [SMALL_STATE(644)] = 41926, - [SMALL_STATE(645)] = 42047, - [SMALL_STATE(646)] = 42168, - [SMALL_STATE(647)] = 42289, - [SMALL_STATE(648)] = 42410, - [SMALL_STATE(649)] = 42531, - [SMALL_STATE(650)] = 42652, - [SMALL_STATE(651)] = 42773, - [SMALL_STATE(652)] = 42894, - [SMALL_STATE(653)] = 43015, - [SMALL_STATE(654)] = 43136, - [SMALL_STATE(655)] = 43257, - [SMALL_STATE(656)] = 43378, - [SMALL_STATE(657)] = 43499, - [SMALL_STATE(658)] = 43620, - [SMALL_STATE(659)] = 43741, - [SMALL_STATE(660)] = 43862, - [SMALL_STATE(661)] = 43983, - [SMALL_STATE(662)] = 44104, - [SMALL_STATE(663)] = 44225, - [SMALL_STATE(664)] = 44346, - [SMALL_STATE(665)] = 44467, - [SMALL_STATE(666)] = 44588, - [SMALL_STATE(667)] = 44709, - [SMALL_STATE(668)] = 44830, - [SMALL_STATE(669)] = 44951, - [SMALL_STATE(670)] = 45072, - [SMALL_STATE(671)] = 45193, - [SMALL_STATE(672)] = 45314, - [SMALL_STATE(673)] = 45435, - [SMALL_STATE(674)] = 45556, - [SMALL_STATE(675)] = 45677, - [SMALL_STATE(676)] = 45798, - [SMALL_STATE(677)] = 45919, - [SMALL_STATE(678)] = 46040, - [SMALL_STATE(679)] = 46161, - [SMALL_STATE(680)] = 46282, - [SMALL_STATE(681)] = 46403, - [SMALL_STATE(682)] = 46524, - [SMALL_STATE(683)] = 46645, - [SMALL_STATE(684)] = 46766, - [SMALL_STATE(685)] = 46887, - [SMALL_STATE(686)] = 47008, - [SMALL_STATE(687)] = 47129, - [SMALL_STATE(688)] = 47250, - [SMALL_STATE(689)] = 47371, - [SMALL_STATE(690)] = 47492, - [SMALL_STATE(691)] = 47613, - [SMALL_STATE(692)] = 47734, - [SMALL_STATE(693)] = 47855, - [SMALL_STATE(694)] = 47976, - [SMALL_STATE(695)] = 48097, - [SMALL_STATE(696)] = 48218, - [SMALL_STATE(697)] = 48339, - [SMALL_STATE(698)] = 48460, - [SMALL_STATE(699)] = 48581, - [SMALL_STATE(700)] = 48702, - [SMALL_STATE(701)] = 48823, - [SMALL_STATE(702)] = 48944, - [SMALL_STATE(703)] = 49065, - [SMALL_STATE(704)] = 49186, - [SMALL_STATE(705)] = 49307, - [SMALL_STATE(706)] = 49428, - [SMALL_STATE(707)] = 49549, - [SMALL_STATE(708)] = 49670, - [SMALL_STATE(709)] = 49791, - [SMALL_STATE(710)] = 49912, - [SMALL_STATE(711)] = 50033, - [SMALL_STATE(712)] = 50154, - [SMALL_STATE(713)] = 50275, - [SMALL_STATE(714)] = 50396, - [SMALL_STATE(715)] = 50517, - [SMALL_STATE(716)] = 50638, - [SMALL_STATE(717)] = 50759, - [SMALL_STATE(718)] = 50880, - [SMALL_STATE(719)] = 51001, - [SMALL_STATE(720)] = 51122, - [SMALL_STATE(721)] = 51243, - [SMALL_STATE(722)] = 51364, - [SMALL_STATE(723)] = 51485, - [SMALL_STATE(724)] = 51606, - [SMALL_STATE(725)] = 51727, - [SMALL_STATE(726)] = 51848, - [SMALL_STATE(727)] = 51969, - [SMALL_STATE(728)] = 52090, - [SMALL_STATE(729)] = 52211, - [SMALL_STATE(730)] = 52332, - [SMALL_STATE(731)] = 52453, - [SMALL_STATE(732)] = 52574, - [SMALL_STATE(733)] = 52695, - [SMALL_STATE(734)] = 52816, - [SMALL_STATE(735)] = 52937, - [SMALL_STATE(736)] = 53058, - [SMALL_STATE(737)] = 53179, - [SMALL_STATE(738)] = 53300, - [SMALL_STATE(739)] = 53421, - [SMALL_STATE(740)] = 53542, - [SMALL_STATE(741)] = 53663, - [SMALL_STATE(742)] = 53784, - [SMALL_STATE(743)] = 53905, - [SMALL_STATE(744)] = 54026, - [SMALL_STATE(745)] = 54147, - [SMALL_STATE(746)] = 54268, - [SMALL_STATE(747)] = 54389, - [SMALL_STATE(748)] = 54510, - [SMALL_STATE(749)] = 54631, - [SMALL_STATE(750)] = 54752, - [SMALL_STATE(751)] = 54873, - [SMALL_STATE(752)] = 54994, - [SMALL_STATE(753)] = 55115, - [SMALL_STATE(754)] = 55236, - [SMALL_STATE(755)] = 55357, - [SMALL_STATE(756)] = 55478, - [SMALL_STATE(757)] = 55599, - [SMALL_STATE(758)] = 55720, - [SMALL_STATE(759)] = 55841, - [SMALL_STATE(760)] = 55962, - [SMALL_STATE(761)] = 56083, - [SMALL_STATE(762)] = 56204, - [SMALL_STATE(763)] = 56325, - [SMALL_STATE(764)] = 56446, - [SMALL_STATE(765)] = 56567, - [SMALL_STATE(766)] = 56688, - [SMALL_STATE(767)] = 56809, - [SMALL_STATE(768)] = 56930, - [SMALL_STATE(769)] = 57051, - [SMALL_STATE(770)] = 57172, - [SMALL_STATE(771)] = 57293, - [SMALL_STATE(772)] = 57414, - [SMALL_STATE(773)] = 57535, - [SMALL_STATE(774)] = 57656, - [SMALL_STATE(775)] = 57777, - [SMALL_STATE(776)] = 57898, - [SMALL_STATE(777)] = 58019, - [SMALL_STATE(778)] = 58140, - [SMALL_STATE(779)] = 58261, - [SMALL_STATE(780)] = 58382, - [SMALL_STATE(781)] = 58503, - [SMALL_STATE(782)] = 58624, - [SMALL_STATE(783)] = 58745, - [SMALL_STATE(784)] = 58866, - [SMALL_STATE(785)] = 58987, - [SMALL_STATE(786)] = 59108, - [SMALL_STATE(787)] = 59229, - [SMALL_STATE(788)] = 59350, - [SMALL_STATE(789)] = 59471, - [SMALL_STATE(790)] = 59592, - [SMALL_STATE(791)] = 59713, - [SMALL_STATE(792)] = 59834, - [SMALL_STATE(793)] = 59955, - [SMALL_STATE(794)] = 60076, - [SMALL_STATE(795)] = 60197, - [SMALL_STATE(796)] = 60318, - [SMALL_STATE(797)] = 60439, - [SMALL_STATE(798)] = 60560, - [SMALL_STATE(799)] = 60681, - [SMALL_STATE(800)] = 60802, - [SMALL_STATE(801)] = 60923, - [SMALL_STATE(802)] = 61044, - [SMALL_STATE(803)] = 61115, - [SMALL_STATE(804)] = 61236, - [SMALL_STATE(805)] = 61357, - [SMALL_STATE(806)] = 61478, - [SMALL_STATE(807)] = 61599, - [SMALL_STATE(808)] = 61670, - [SMALL_STATE(809)] = 61791, - [SMALL_STATE(810)] = 61912, - [SMALL_STATE(811)] = 61983, - [SMALL_STATE(812)] = 62104, - [SMALL_STATE(813)] = 62225, - [SMALL_STATE(814)] = 62346, - [SMALL_STATE(815)] = 62467, - [SMALL_STATE(816)] = 62588, - [SMALL_STATE(817)] = 62709, - [SMALL_STATE(818)] = 62830, - [SMALL_STATE(819)] = 62951, - [SMALL_STATE(820)] = 63072, - [SMALL_STATE(821)] = 63193, - [SMALL_STATE(822)] = 63314, - [SMALL_STATE(823)] = 63435, - [SMALL_STATE(824)] = 63556, - [SMALL_STATE(825)] = 63677, - [SMALL_STATE(826)] = 63798, - [SMALL_STATE(827)] = 63919, - [SMALL_STATE(828)] = 64040, - [SMALL_STATE(829)] = 64111, - [SMALL_STATE(830)] = 64232, - [SMALL_STATE(831)] = 64303, - [SMALL_STATE(832)] = 64424, - [SMALL_STATE(833)] = 64545, - [SMALL_STATE(834)] = 64666, - [SMALL_STATE(835)] = 64787, - [SMALL_STATE(836)] = 64908, - [SMALL_STATE(837)] = 65029, - [SMALL_STATE(838)] = 65150, - [SMALL_STATE(839)] = 65271, - [SMALL_STATE(840)] = 65342, - [SMALL_STATE(841)] = 65463, - [SMALL_STATE(842)] = 65534, - [SMALL_STATE(843)] = 65605, - [SMALL_STATE(844)] = 65676, - [SMALL_STATE(845)] = 65747, - [SMALL_STATE(846)] = 65868, - [SMALL_STATE(847)] = 65939, - [SMALL_STATE(848)] = 66010, - [SMALL_STATE(849)] = 66081, - [SMALL_STATE(850)] = 66202, - [SMALL_STATE(851)] = 66323, - [SMALL_STATE(852)] = 66394, - [SMALL_STATE(853)] = 66465, - [SMALL_STATE(854)] = 66586, - [SMALL_STATE(855)] = 66657, - [SMALL_STATE(856)] = 66728, - [SMALL_STATE(857)] = 66849, - [SMALL_STATE(858)] = 66970, - [SMALL_STATE(859)] = 67091, - [SMALL_STATE(860)] = 67212, - [SMALL_STATE(861)] = 67333, - [SMALL_STATE(862)] = 67404, - [SMALL_STATE(863)] = 67525, - [SMALL_STATE(864)] = 67646, - [SMALL_STATE(865)] = 67767, - [SMALL_STATE(866)] = 67888, - [SMALL_STATE(867)] = 68009, - [SMALL_STATE(868)] = 68080, - [SMALL_STATE(869)] = 68201, - [SMALL_STATE(870)] = 68322, - [SMALL_STATE(871)] = 68393, - [SMALL_STATE(872)] = 68514, - [SMALL_STATE(873)] = 68635, - [SMALL_STATE(874)] = 68756, - [SMALL_STATE(875)] = 68877, - [SMALL_STATE(876)] = 68998, - [SMALL_STATE(877)] = 69119, - [SMALL_STATE(878)] = 69240, - [SMALL_STATE(879)] = 69361, - [SMALL_STATE(880)] = 69482, - [SMALL_STATE(881)] = 69603, - [SMALL_STATE(882)] = 69724, - [SMALL_STATE(883)] = 69845, - [SMALL_STATE(884)] = 69916, - [SMALL_STATE(885)] = 69987, - [SMALL_STATE(886)] = 70108, - [SMALL_STATE(887)] = 70179, - [SMALL_STATE(888)] = 70300, - [SMALL_STATE(889)] = 70421, - [SMALL_STATE(890)] = 70492, - [SMALL_STATE(891)] = 70563, - [SMALL_STATE(892)] = 70634, - [SMALL_STATE(893)] = 70755, - [SMALL_STATE(894)] = 70876, - [SMALL_STATE(895)] = 70997, - [SMALL_STATE(896)] = 71118, - [SMALL_STATE(897)] = 71239, - [SMALL_STATE(898)] = 71360, - [SMALL_STATE(899)] = 71481, - [SMALL_STATE(900)] = 71602, - [SMALL_STATE(901)] = 71723, - [SMALL_STATE(902)] = 71844, - [SMALL_STATE(903)] = 71965, - [SMALL_STATE(904)] = 72086, - [SMALL_STATE(905)] = 72207, - [SMALL_STATE(906)] = 72328, - [SMALL_STATE(907)] = 72449, - [SMALL_STATE(908)] = 72570, - [SMALL_STATE(909)] = 72691, - [SMALL_STATE(910)] = 72812, - [SMALL_STATE(911)] = 72933, - [SMALL_STATE(912)] = 73054, - [SMALL_STATE(913)] = 73175, - [SMALL_STATE(914)] = 73296, - [SMALL_STATE(915)] = 73417, - [SMALL_STATE(916)] = 73538, - [SMALL_STATE(917)] = 73659, - [SMALL_STATE(918)] = 73780, - [SMALL_STATE(919)] = 73901, - [SMALL_STATE(920)] = 74022, - [SMALL_STATE(921)] = 74143, - [SMALL_STATE(922)] = 74264, - [SMALL_STATE(923)] = 74385, - [SMALL_STATE(924)] = 74506, - [SMALL_STATE(925)] = 74627, - [SMALL_STATE(926)] = 74748, - [SMALL_STATE(927)] = 74869, - [SMALL_STATE(928)] = 74990, - [SMALL_STATE(929)] = 75111, - [SMALL_STATE(930)] = 75232, - [SMALL_STATE(931)] = 75353, - [SMALL_STATE(932)] = 75474, - [SMALL_STATE(933)] = 75595, - [SMALL_STATE(934)] = 75716, - [SMALL_STATE(935)] = 75837, - [SMALL_STATE(936)] = 75958, - [SMALL_STATE(937)] = 76079, - [SMALL_STATE(938)] = 76200, - [SMALL_STATE(939)] = 76321, - [SMALL_STATE(940)] = 76442, - [SMALL_STATE(941)] = 76563, - [SMALL_STATE(942)] = 76684, - [SMALL_STATE(943)] = 76805, - [SMALL_STATE(944)] = 76926, - [SMALL_STATE(945)] = 77047, - [SMALL_STATE(946)] = 77168, - [SMALL_STATE(947)] = 77289, - [SMALL_STATE(948)] = 77410, - [SMALL_STATE(949)] = 77531, - [SMALL_STATE(950)] = 77652, - [SMALL_STATE(951)] = 77773, - [SMALL_STATE(952)] = 77894, - [SMALL_STATE(953)] = 78015, - [SMALL_STATE(954)] = 78136, - [SMALL_STATE(955)] = 78257, - [SMALL_STATE(956)] = 78378, - [SMALL_STATE(957)] = 78499, - [SMALL_STATE(958)] = 78620, - [SMALL_STATE(959)] = 78741, - [SMALL_STATE(960)] = 78862, - [SMALL_STATE(961)] = 78983, - [SMALL_STATE(962)] = 79104, - [SMALL_STATE(963)] = 79225, - [SMALL_STATE(964)] = 79346, - [SMALL_STATE(965)] = 79467, - [SMALL_STATE(966)] = 79588, - [SMALL_STATE(967)] = 79709, - [SMALL_STATE(968)] = 79830, - [SMALL_STATE(969)] = 79951, - [SMALL_STATE(970)] = 80072, - [SMALL_STATE(971)] = 80193, - [SMALL_STATE(972)] = 80314, - [SMALL_STATE(973)] = 80435, - [SMALL_STATE(974)] = 80556, - [SMALL_STATE(975)] = 80677, - [SMALL_STATE(976)] = 80798, - [SMALL_STATE(977)] = 80919, - [SMALL_STATE(978)] = 81040, - [SMALL_STATE(979)] = 81161, - [SMALL_STATE(980)] = 81282, - [SMALL_STATE(981)] = 81403, - [SMALL_STATE(982)] = 81524, - [SMALL_STATE(983)] = 81645, - [SMALL_STATE(984)] = 81766, - [SMALL_STATE(985)] = 81887, - [SMALL_STATE(986)] = 82008, - [SMALL_STATE(987)] = 82129, - [SMALL_STATE(988)] = 82250, - [SMALL_STATE(989)] = 82371, - [SMALL_STATE(990)] = 82492, - [SMALL_STATE(991)] = 82613, - [SMALL_STATE(992)] = 82734, - [SMALL_STATE(993)] = 82855, - [SMALL_STATE(994)] = 82976, - [SMALL_STATE(995)] = 83097, - [SMALL_STATE(996)] = 83218, - [SMALL_STATE(997)] = 83339, - [SMALL_STATE(998)] = 83460, - [SMALL_STATE(999)] = 83581, - [SMALL_STATE(1000)] = 83702, - [SMALL_STATE(1001)] = 83823, - [SMALL_STATE(1002)] = 83944, - [SMALL_STATE(1003)] = 84065, - [SMALL_STATE(1004)] = 84186, - [SMALL_STATE(1005)] = 84307, - [SMALL_STATE(1006)] = 84428, - [SMALL_STATE(1007)] = 84549, - [SMALL_STATE(1008)] = 84670, - [SMALL_STATE(1009)] = 84791, - [SMALL_STATE(1010)] = 84912, - [SMALL_STATE(1011)] = 85033, - [SMALL_STATE(1012)] = 85154, - [SMALL_STATE(1013)] = 85275, - [SMALL_STATE(1014)] = 85396, - [SMALL_STATE(1015)] = 85517, - [SMALL_STATE(1016)] = 85638, - [SMALL_STATE(1017)] = 85759, - [SMALL_STATE(1018)] = 85880, - [SMALL_STATE(1019)] = 86001, - [SMALL_STATE(1020)] = 86122, - [SMALL_STATE(1021)] = 86243, - [SMALL_STATE(1022)] = 86364, - [SMALL_STATE(1023)] = 86485, - [SMALL_STATE(1024)] = 86606, - [SMALL_STATE(1025)] = 86727, - [SMALL_STATE(1026)] = 86848, - [SMALL_STATE(1027)] = 86969, - [SMALL_STATE(1028)] = 87090, - [SMALL_STATE(1029)] = 87211, - [SMALL_STATE(1030)] = 87332, - [SMALL_STATE(1031)] = 87453, - [SMALL_STATE(1032)] = 87574, - [SMALL_STATE(1033)] = 87695, - [SMALL_STATE(1034)] = 87816, - [SMALL_STATE(1035)] = 87937, - [SMALL_STATE(1036)] = 88058, - [SMALL_STATE(1037)] = 88179, - [SMALL_STATE(1038)] = 88300, - [SMALL_STATE(1039)] = 88421, - [SMALL_STATE(1040)] = 88542, - [SMALL_STATE(1041)] = 88663, - [SMALL_STATE(1042)] = 88784, - [SMALL_STATE(1043)] = 88905, - [SMALL_STATE(1044)] = 89026, - [SMALL_STATE(1045)] = 89147, - [SMALL_STATE(1046)] = 89268, - [SMALL_STATE(1047)] = 89389, - [SMALL_STATE(1048)] = 89510, - [SMALL_STATE(1049)] = 89631, - [SMALL_STATE(1050)] = 89752, - [SMALL_STATE(1051)] = 89873, - [SMALL_STATE(1052)] = 89994, - [SMALL_STATE(1053)] = 90115, - [SMALL_STATE(1054)] = 90236, - [SMALL_STATE(1055)] = 90357, - [SMALL_STATE(1056)] = 90478, - [SMALL_STATE(1057)] = 90599, - [SMALL_STATE(1058)] = 90720, - [SMALL_STATE(1059)] = 90841, - [SMALL_STATE(1060)] = 90962, - [SMALL_STATE(1061)] = 91083, - [SMALL_STATE(1062)] = 91204, - [SMALL_STATE(1063)] = 91325, - [SMALL_STATE(1064)] = 91446, - [SMALL_STATE(1065)] = 91567, - [SMALL_STATE(1066)] = 91688, - [SMALL_STATE(1067)] = 91809, - [SMALL_STATE(1068)] = 91930, - [SMALL_STATE(1069)] = 92051, - [SMALL_STATE(1070)] = 92172, - [SMALL_STATE(1071)] = 92293, - [SMALL_STATE(1072)] = 92414, - [SMALL_STATE(1073)] = 92535, - [SMALL_STATE(1074)] = 92656, - [SMALL_STATE(1075)] = 92742, - [SMALL_STATE(1076)] = 92820, - [SMALL_STATE(1077)] = 92906, - [SMALL_STATE(1078)] = 92990, - [SMALL_STATE(1079)] = 93076, - [SMALL_STATE(1080)] = 93162, - [SMALL_STATE(1081)] = 93248, - [SMALL_STATE(1082)] = 93334, - [SMALL_STATE(1083)] = 93420, - [SMALL_STATE(1084)] = 93506, - [SMALL_STATE(1085)] = 93592, - [SMALL_STATE(1086)] = 93678, - [SMALL_STATE(1087)] = 93758, - [SMALL_STATE(1088)] = 93842, - [SMALL_STATE(1089)] = 93927, - [SMALL_STATE(1090)] = 94006, - [SMALL_STATE(1091)] = 94091, - [SMALL_STATE(1092)] = 94168, - [SMALL_STATE(1093)] = 94251, - [SMALL_STATE(1094)] = 94336, - [SMALL_STATE(1095)] = 94421, - [SMALL_STATE(1096)] = 94492, - [SMALL_STATE(1097)] = 94577, - [SMALL_STATE(1098)] = 94662, - [SMALL_STATE(1099)] = 94747, - [SMALL_STATE(1100)] = 94830, - [SMALL_STATE(1101)] = 94915, - [SMALL_STATE(1102)] = 95000, - [SMALL_STATE(1103)] = 95068, - [SMALL_STATE(1104)] = 95136, - [SMALL_STATE(1105)] = 95208, - [SMALL_STATE(1106)] = 95280, - [SMALL_STATE(1107)] = 95348, - [SMALL_STATE(1108)] = 95418, - [SMALL_STATE(1109)] = 95486, - [SMALL_STATE(1110)] = 95558, - [SMALL_STATE(1111)] = 95628, - [SMALL_STATE(1112)] = 95696, - [SMALL_STATE(1113)] = 95768, - [SMALL_STATE(1114)] = 95838, - [SMALL_STATE(1115)] = 95906, - [SMALL_STATE(1116)] = 95980, - [SMALL_STATE(1117)] = 96052, - [SMALL_STATE(1118)] = 96124, - [SMALL_STATE(1119)] = 96194, - [SMALL_STATE(1120)] = 96264, - [SMALL_STATE(1121)] = 96336, - [SMALL_STATE(1122)] = 96408, - [SMALL_STATE(1123)] = 96480, - [SMALL_STATE(1124)] = 96547, - [SMALL_STATE(1125)] = 96616, - [SMALL_STATE(1126)] = 96689, - [SMALL_STATE(1127)] = 96756, - [SMALL_STATE(1128)] = 96827, - [SMALL_STATE(1129)] = 96898, - [SMALL_STATE(1130)] = 96969, - [SMALL_STATE(1131)] = 97040, - [SMALL_STATE(1132)] = 97111, - [SMALL_STATE(1133)] = 97178, - [SMALL_STATE(1134)] = 97247, - [SMALL_STATE(1135)] = 97314, - [SMALL_STATE(1136)] = 97385, - [SMALL_STATE(1137)] = 97456, - [SMALL_STATE(1138)] = 97523, - [SMALL_STATE(1139)] = 97594, - [SMALL_STATE(1140)] = 97661, - [SMALL_STATE(1141)] = 97730, - [SMALL_STATE(1142)] = 97797, - [SMALL_STATE(1143)] = 97866, - [SMALL_STATE(1144)] = 97933, - [SMALL_STATE(1145)] = 98000, - [SMALL_STATE(1146)] = 98073, - [SMALL_STATE(1147)] = 98144, - [SMALL_STATE(1148)] = 98215, - [SMALL_STATE(1149)] = 98284, - [SMALL_STATE(1150)] = 98351, - [SMALL_STATE(1151)] = 98420, - [SMALL_STATE(1152)] = 98491, - [SMALL_STATE(1153)] = 98558, - [SMALL_STATE(1154)] = 98644, - [SMALL_STATE(1155)] = 98732, - [SMALL_STATE(1156)] = 98798, - [SMALL_STATE(1157)] = 98864, - [SMALL_STATE(1158)] = 98934, - [SMALL_STATE(1159)] = 99022, - [SMALL_STATE(1160)] = 99108, - [SMALL_STATE(1161)] = 99174, - [SMALL_STATE(1162)] = 99250, - [SMALL_STATE(1163)] = 99318, - [SMALL_STATE(1164)] = 99398, - [SMALL_STATE(1165)] = 99486, - [SMALL_STATE(1166)] = 99552, - [SMALL_STATE(1167)] = 99618, - [SMALL_STATE(1168)] = 99684, - [SMALL_STATE(1169)] = 99750, - [SMALL_STATE(1170)] = 99816, - [SMALL_STATE(1171)] = 99882, - [SMALL_STATE(1172)] = 99948, - [SMALL_STATE(1173)] = 100014, - [SMALL_STATE(1174)] = 100080, - [SMALL_STATE(1175)] = 100146, - [SMALL_STATE(1176)] = 100212, - [SMALL_STATE(1177)] = 100278, - [SMALL_STATE(1178)] = 100366, - [SMALL_STATE(1179)] = 100432, - [SMALL_STATE(1180)] = 100498, - [SMALL_STATE(1181)] = 100564, - [SMALL_STATE(1182)] = 100652, - [SMALL_STATE(1183)] = 100740, - [SMALL_STATE(1184)] = 100810, - [SMALL_STATE(1185)] = 100876, - [SMALL_STATE(1186)] = 100942, - [SMALL_STATE(1187)] = 101030, - [SMALL_STATE(1188)] = 101096, - [SMALL_STATE(1189)] = 101162, - [SMALL_STATE(1190)] = 101228, - [SMALL_STATE(1191)] = 101294, - [SMALL_STATE(1192)] = 101360, - [SMALL_STATE(1193)] = 101426, - [SMALL_STATE(1194)] = 101492, - [SMALL_STATE(1195)] = 101580, - [SMALL_STATE(1196)] = 101650, - [SMALL_STATE(1197)] = 101716, - [SMALL_STATE(1198)] = 101788, - [SMALL_STATE(1199)] = 101854, - [SMALL_STATE(1200)] = 101920, - [SMALL_STATE(1201)] = 102008, - [SMALL_STATE(1202)] = 102074, - [SMALL_STATE(1203)] = 102139, - [SMALL_STATE(1204)] = 102212, - [SMALL_STATE(1205)] = 102277, - [SMALL_STATE(1206)] = 102342, - [SMALL_STATE(1207)] = 102407, - [SMALL_STATE(1208)] = 102472, - [SMALL_STATE(1209)] = 102537, - [SMALL_STATE(1210)] = 102602, - [SMALL_STATE(1211)] = 102667, - [SMALL_STATE(1212)] = 102732, - [SMALL_STATE(1213)] = 102797, - [SMALL_STATE(1214)] = 102862, - [SMALL_STATE(1215)] = 102927, - [SMALL_STATE(1216)] = 102992, - [SMALL_STATE(1217)] = 103057, - [SMALL_STATE(1218)] = 103122, - [SMALL_STATE(1219)] = 103187, - [SMALL_STATE(1220)] = 103252, - [SMALL_STATE(1221)] = 103317, - [SMALL_STATE(1222)] = 103382, - [SMALL_STATE(1223)] = 103447, - [SMALL_STATE(1224)] = 103512, - [SMALL_STATE(1225)] = 103577, - [SMALL_STATE(1226)] = 103642, - [SMALL_STATE(1227)] = 103707, - [SMALL_STATE(1228)] = 103772, - [SMALL_STATE(1229)] = 103837, - [SMALL_STATE(1230)] = 103907, - [SMALL_STATE(1231)] = 104000, - [SMALL_STATE(1232)] = 104093, - [SMALL_STATE(1233)] = 104186, - [SMALL_STATE(1234)] = 104279, - [SMALL_STATE(1235)] = 104372, - [SMALL_STATE(1236)] = 104465, - [SMALL_STATE(1237)] = 104558, - [SMALL_STATE(1238)] = 104651, - [SMALL_STATE(1239)] = 104744, - [SMALL_STATE(1240)] = 104837, - [SMALL_STATE(1241)] = 104921, - [SMALL_STATE(1242)] = 105003, - [SMALL_STATE(1243)] = 105083, - [SMALL_STATE(1244)] = 105165, - [SMALL_STATE(1245)] = 105247, - [SMALL_STATE(1246)] = 105323, - [SMALL_STATE(1247)] = 105405, - [SMALL_STATE(1248)] = 105477, - [SMALL_STATE(1249)] = 105559, - [SMALL_STATE(1250)] = 105639, - [SMALL_STATE(1251)] = 105721, - [SMALL_STATE(1252)] = 105803, - [SMALL_STATE(1253)] = 105885, - [SMALL_STATE(1254)] = 105964, - [SMALL_STATE(1255)] = 106045, - [SMALL_STATE(1256)] = 106126, - [SMALL_STATE(1257)] = 106207, - [SMALL_STATE(1258)] = 106288, - [SMALL_STATE(1259)] = 106369, - [SMALL_STATE(1260)] = 106438, - [SMALL_STATE(1261)] = 106519, - [SMALL_STATE(1262)] = 106600, - [SMALL_STATE(1263)] = 106681, - [SMALL_STATE(1264)] = 106762, - [SMALL_STATE(1265)] = 106843, - [SMALL_STATE(1266)] = 106914, - [SMALL_STATE(1267)] = 106995, - [SMALL_STATE(1268)] = 107076, - [SMALL_STATE(1269)] = 107151, - [SMALL_STATE(1270)] = 107230, - [SMALL_STATE(1271)] = 107310, - [SMALL_STATE(1272)] = 107380, - [SMALL_STATE(1273)] = 107460, - [SMALL_STATE(1274)] = 107542, - [SMALL_STATE(1275)] = 107616, - [SMALL_STATE(1276)] = 107684, - [SMALL_STATE(1277)] = 107762, - [SMALL_STATE(1278)] = 107844, - [SMALL_STATE(1279)] = 107926, - [SMALL_STATE(1280)] = 107992, - [SMALL_STATE(1281)] = 108074, - [SMALL_STATE(1282)] = 108156, - [SMALL_STATE(1283)] = 108238, - [SMALL_STATE(1284)] = 108320, - [SMALL_STATE(1285)] = 108402, - [SMALL_STATE(1286)] = 108484, - [SMALL_STATE(1287)] = 108565, - [SMALL_STATE(1288)] = 108660, - [SMALL_STATE(1289)] = 108755, - [SMALL_STATE(1290)] = 108836, - [SMALL_STATE(1291)] = 108931, - [SMALL_STATE(1292)] = 108998, - [SMALL_STATE(1293)] = 109093, - [SMALL_STATE(1294)] = 109188, - [SMALL_STATE(1295)] = 109269, - [SMALL_STATE(1296)] = 109350, - [SMALL_STATE(1297)] = 109445, - [SMALL_STATE(1298)] = 109540, - [SMALL_STATE(1299)] = 109635, - [SMALL_STATE(1300)] = 109730, - [SMALL_STATE(1301)] = 109825, - [SMALL_STATE(1302)] = 109890, - [SMALL_STATE(1303)] = 109985, - [SMALL_STATE(1304)] = 110066, - [SMALL_STATE(1305)] = 110161, - [SMALL_STATE(1306)] = 110242, - [SMALL_STATE(1307)] = 110337, - [SMALL_STATE(1308)] = 110432, - [SMALL_STATE(1309)] = 110527, - [SMALL_STATE(1310)] = 110622, - [SMALL_STATE(1311)] = 110717, - [SMALL_STATE(1312)] = 110798, - [SMALL_STATE(1313)] = 110893, - [SMALL_STATE(1314)] = 110988, - [SMALL_STATE(1315)] = 111069, - [SMALL_STATE(1316)] = 111164, - [SMALL_STATE(1317)] = 111259, - [SMALL_STATE(1318)] = 111340, - [SMALL_STATE(1319)] = 111435, - [SMALL_STATE(1320)] = 111514, - [SMALL_STATE(1321)] = 111609, - [SMALL_STATE(1322)] = 111704, - [SMALL_STATE(1323)] = 111799, - [SMALL_STATE(1324)] = 111894, - [SMALL_STATE(1325)] = 111967, - [SMALL_STATE(1326)] = 112036, - [SMALL_STATE(1327)] = 112131, - [SMALL_STATE(1328)] = 112226, - [SMALL_STATE(1329)] = 112305, - [SMALL_STATE(1330)] = 112393, - [SMALL_STATE(1331)] = 112481, - [SMALL_STATE(1332)] = 112545, - [SMALL_STATE(1333)] = 112611, - [SMALL_STATE(1334)] = 112688, - [SMALL_STATE(1335)] = 112765, - [SMALL_STATE(1336)] = 112842, - [SMALL_STATE(1337)] = 112919, - [SMALL_STATE(1338)] = 112996, - [SMALL_STATE(1339)] = 113073, - [SMALL_STATE(1340)] = 113150, - [SMALL_STATE(1341)] = 113213, - [SMALL_STATE(1342)] = 113273, - [SMALL_STATE(1343)] = 113351, - [SMALL_STATE(1344)] = 113417, - [SMALL_STATE(1345)] = 113493, - [SMALL_STATE(1346)] = 113567, - [SMALL_STATE(1347)] = 113643, - [SMALL_STATE(1348)] = 113721, - [SMALL_STATE(1349)] = 113799, - [SMALL_STATE(1350)] = 113875, - [SMALL_STATE(1351)] = 113953, - [SMALL_STATE(1352)] = 114031, - [SMALL_STATE(1353)] = 114109, - [SMALL_STATE(1354)] = 114187, - [SMALL_STATE(1355)] = 114265, - [SMALL_STATE(1356)] = 114335, - [SMALL_STATE(1357)] = 114411, - [SMALL_STATE(1358)] = 114477, - [SMALL_STATE(1359)] = 114553, - [SMALL_STATE(1360)] = 114623, - [SMALL_STATE(1361)] = 114699, - [SMALL_STATE(1362)] = 114775, - [SMALL_STATE(1363)] = 114837, - [SMALL_STATE(1364)] = 114913, - [SMALL_STATE(1365)] = 114989, - [SMALL_STATE(1366)] = 115051, - [SMALL_STATE(1367)] = 115125, - [SMALL_STATE(1368)] = 115201, - [SMALL_STATE(1369)] = 115279, - [SMALL_STATE(1370)] = 115355, - [SMALL_STATE(1371)] = 115418, - [SMALL_STATE(1372)] = 115475, - [SMALL_STATE(1373)] = 115560, - [SMALL_STATE(1374)] = 115645, - [SMALL_STATE(1375)] = 115730, - [SMALL_STATE(1376)] = 115815, - [SMALL_STATE(1377)] = 115878, - [SMALL_STATE(1378)] = 115963, - [SMALL_STATE(1379)] = 116048, - [SMALL_STATE(1380)] = 116133, - [SMALL_STATE(1381)] = 116218, - [SMALL_STATE(1382)] = 116303, - [SMALL_STATE(1383)] = 116388, - [SMALL_STATE(1384)] = 116463, - [SMALL_STATE(1385)] = 116526, - [SMALL_STATE(1386)] = 116587, - [SMALL_STATE(1387)] = 116661, - [SMALL_STATE(1388)] = 116721, - [SMALL_STATE(1389)] = 116777, - [SMALL_STATE(1390)] = 116833, - [SMALL_STATE(1391)] = 116889, - [SMALL_STATE(1392)] = 116945, - [SMALL_STATE(1393)] = 117019, - [SMALL_STATE(1394)] = 117091, - [SMALL_STATE(1395)] = 117155, - [SMALL_STATE(1396)] = 117223, - [SMALL_STATE(1397)] = 117283, - [SMALL_STATE(1398)] = 117339, - [SMALL_STATE(1399)] = 117413, - [SMALL_STATE(1400)] = 117487, - [SMALL_STATE(1401)] = 117561, - [SMALL_STATE(1402)] = 117635, - [SMALL_STATE(1403)] = 117709, - [SMALL_STATE(1404)] = 117783, - [SMALL_STATE(1405)] = 117839, - [SMALL_STATE(1406)] = 117899, - [SMALL_STATE(1407)] = 117957, - [SMALL_STATE(1408)] = 118015, - [SMALL_STATE(1409)] = 118075, - [SMALL_STATE(1410)] = 118151, - [SMALL_STATE(1411)] = 118223, - [SMALL_STATE(1412)] = 118281, - [SMALL_STATE(1413)] = 118337, - [SMALL_STATE(1414)] = 118397, - [SMALL_STATE(1415)] = 118457, - [SMALL_STATE(1416)] = 118515, - [SMALL_STATE(1417)] = 118587, - [SMALL_STATE(1418)] = 118661, - [SMALL_STATE(1419)] = 118721, - [SMALL_STATE(1420)] = 118779, - [SMALL_STATE(1421)] = 118851, - [SMALL_STATE(1422)] = 118925, - [SMALL_STATE(1423)] = 118999, - [SMALL_STATE(1424)] = 119073, - [SMALL_STATE(1425)] = 119147, - [SMALL_STATE(1426)] = 119221, - [SMALL_STATE(1427)] = 119295, - [SMALL_STATE(1428)] = 119369, - [SMALL_STATE(1429)] = 119437, - [SMALL_STATE(1430)] = 119501, - [SMALL_STATE(1431)] = 119573, - [SMALL_STATE(1432)] = 119633, - [SMALL_STATE(1433)] = 119691, - [SMALL_STATE(1434)] = 119751, - [SMALL_STATE(1435)] = 119825, - [SMALL_STATE(1436)] = 119899, - [SMALL_STATE(1437)] = 119966, - [SMALL_STATE(1438)] = 120021, - [SMALL_STATE(1439)] = 120094, - [SMALL_STATE(1440)] = 120151, - [SMALL_STATE(1441)] = 120224, - [SMALL_STATE(1442)] = 120285, - [SMALL_STATE(1443)] = 120358, - [SMALL_STATE(1444)] = 120413, - [SMALL_STATE(1445)] = 120466, - [SMALL_STATE(1446)] = 120537, - [SMALL_STATE(1447)] = 120610, - [SMALL_STATE(1448)] = 120683, - [SMALL_STATE(1449)] = 120756, - [SMALL_STATE(1450)] = 120829, - [SMALL_STATE(1451)] = 120902, - [SMALL_STATE(1452)] = 120975, - [SMALL_STATE(1453)] = 121048, - [SMALL_STATE(1454)] = 121111, - [SMALL_STATE(1455)] = 121182, - [SMALL_STATE(1456)] = 121255, - [SMALL_STATE(1457)] = 121316, - [SMALL_STATE(1458)] = 121387, - [SMALL_STATE(1459)] = 121460, - [SMALL_STATE(1460)] = 121517, - [SMALL_STATE(1461)] = 121572, - [SMALL_STATE(1462)] = 121645, - [SMALL_STATE(1463)] = 121700, - [SMALL_STATE(1464)] = 121754, - [SMALL_STATE(1465)] = 121820, - [SMALL_STATE(1466)] = 121874, - [SMALL_STATE(1467)] = 121928, - [SMALL_STATE(1468)] = 121982, - [SMALL_STATE(1469)] = 122054, - [SMALL_STATE(1470)] = 122108, - [SMALL_STATE(1471)] = 122178, - [SMALL_STATE(1472)] = 122232, - [SMALL_STATE(1473)] = 122286, - [SMALL_STATE(1474)] = 122340, - [SMALL_STATE(1475)] = 122394, - [SMALL_STATE(1476)] = 122448, - [SMALL_STATE(1477)] = 122518, - [SMALL_STATE(1478)] = 122588, - [SMALL_STATE(1479)] = 122660, - [SMALL_STATE(1480)] = 122732, - [SMALL_STATE(1481)] = 122802, - [SMALL_STATE(1482)] = 122856, - [SMALL_STATE(1483)] = 122928, - [SMALL_STATE(1484)] = 122982, - [SMALL_STATE(1485)] = 123042, - [SMALL_STATE(1486)] = 123102, - [SMALL_STATE(1487)] = 123156, - [SMALL_STATE(1488)] = 123210, - [SMALL_STATE(1489)] = 123282, - [SMALL_STATE(1490)] = 123354, - [SMALL_STATE(1491)] = 123426, - [SMALL_STATE(1492)] = 123480, - [SMALL_STATE(1493)] = 123552, - [SMALL_STATE(1494)] = 123606, - [SMALL_STATE(1495)] = 123660, - [SMALL_STATE(1496)] = 123732, - [SMALL_STATE(1497)] = 123786, - [SMALL_STATE(1498)] = 123858, - [SMALL_STATE(1499)] = 123912, - [SMALL_STATE(1500)] = 123974, - [SMALL_STATE(1501)] = 124044, - [SMALL_STATE(1502)] = 124116, - [SMALL_STATE(1503)] = 124170, - [SMALL_STATE(1504)] = 124224, - [SMALL_STATE(1505)] = 124278, - [SMALL_STATE(1506)] = 124332, - [SMALL_STATE(1507)] = 124386, - [SMALL_STATE(1508)] = 124460, - [SMALL_STATE(1509)] = 124518, - [SMALL_STATE(1510)] = 124572, - [SMALL_STATE(1511)] = 124642, - [SMALL_STATE(1512)] = 124714, - [SMALL_STATE(1513)] = 124772, - [SMALL_STATE(1514)] = 124846, - [SMALL_STATE(1515)] = 124920, - [SMALL_STATE(1516)] = 124974, - [SMALL_STATE(1517)] = 125048, - [SMALL_STATE(1518)] = 125122, - [SMALL_STATE(1519)] = 125192, - [SMALL_STATE(1520)] = 125266, - [SMALL_STATE(1521)] = 125340, - [SMALL_STATE(1522)] = 125414, - [SMALL_STATE(1523)] = 125488, - [SMALL_STATE(1524)] = 125554, - [SMALL_STATE(1525)] = 125626, - [SMALL_STATE(1526)] = 125688, - [SMALL_STATE(1527)] = 125763, - [SMALL_STATE(1528)] = 125832, - [SMALL_STATE(1529)] = 125899, - [SMALL_STATE(1530)] = 125956, - [SMALL_STATE(1531)] = 126025, - [SMALL_STATE(1532)] = 126084, - [SMALL_STATE(1533)] = 126143, - [SMALL_STATE(1534)] = 126199, - [SMALL_STATE(1535)] = 126265, - [SMALL_STATE(1536)] = 126321, - [SMALL_STATE(1537)] = 126377, - [SMALL_STATE(1538)] = 126439, - [SMALL_STATE(1539)] = 126511, - [SMALL_STATE(1540)] = 126571, - [SMALL_STATE(1541)] = 126625, - [SMALL_STATE(1542)] = 126691, - [SMALL_STATE(1543)] = 126747, - [SMALL_STATE(1544)] = 126803, - [SMALL_STATE(1545)] = 126859, - [SMALL_STATE(1546)] = 126917, - [SMALL_STATE(1547)] = 126983, - [SMALL_STATE(1548)] = 127041, - [SMALL_STATE(1549)] = 127095, - [SMALL_STATE(1550)] = 127161, - [SMALL_STATE(1551)] = 127227, - [SMALL_STATE(1552)] = 127293, - [SMALL_STATE(1553)] = 127349, - [SMALL_STATE(1554)] = 127405, - [SMALL_STATE(1555)] = 127471, - [SMALL_STATE(1556)] = 127537, - [SMALL_STATE(1557)] = 127593, - [SMALL_STATE(1558)] = 127649, - [SMALL_STATE(1559)] = 127723, - [SMALL_STATE(1560)] = 127797, - [SMALL_STATE(1561)] = 127871, - [SMALL_STATE(1562)] = 127925, - [SMALL_STATE(1563)] = 127979, - [SMALL_STATE(1564)] = 128053, - [SMALL_STATE(1565)] = 128111, - [SMALL_STATE(1566)] = 128183, - [SMALL_STATE(1567)] = 128249, - [SMALL_STATE(1568)] = 128321, - [SMALL_STATE(1569)] = 128395, - [SMALL_STATE(1570)] = 128451, - [SMALL_STATE(1571)] = 128517, - [SMALL_STATE(1572)] = 128575, - [SMALL_STATE(1573)] = 128649, - [SMALL_STATE(1574)] = 128707, - [SMALL_STATE(1575)] = 128765, - [SMALL_STATE(1576)] = 128821, - [SMALL_STATE(1577)] = 128877, - [SMALL_STATE(1578)] = 128943, - [SMALL_STATE(1579)] = 129012, - [SMALL_STATE(1580)] = 129081, - [SMALL_STATE(1581)] = 129150, - [SMALL_STATE(1582)] = 129219, - [SMALL_STATE(1583)] = 129288, - [SMALL_STATE(1584)] = 129355, - [SMALL_STATE(1585)] = 129410, - [SMALL_STATE(1586)] = 129469, - [SMALL_STATE(1587)] = 129536, - [SMALL_STATE(1588)] = 129591, - [SMALL_STATE(1589)] = 129652, - [SMALL_STATE(1590)] = 129721, - [SMALL_STATE(1591)] = 129784, - [SMALL_STATE(1592)] = 129843, - [SMALL_STATE(1593)] = 129934, - [SMALL_STATE(1594)] = 130003, - [SMALL_STATE(1595)] = 130072, - [SMALL_STATE(1596)] = 130141, - [SMALL_STATE(1597)] = 130204, - [SMALL_STATE(1598)] = 130257, - [SMALL_STATE(1599)] = 130326, - [SMALL_STATE(1600)] = 130395, - [SMALL_STATE(1601)] = 130462, - [SMALL_STATE(1602)] = 130531, - [SMALL_STATE(1603)] = 130600, - [SMALL_STATE(1604)] = 130669, - [SMALL_STATE(1605)] = 130738, - [SMALL_STATE(1606)] = 130807, - [SMALL_STATE(1607)] = 130876, - [SMALL_STATE(1608)] = 130945, - [SMALL_STATE(1609)] = 131012, - [SMALL_STATE(1610)] = 131103, - [SMALL_STATE(1611)] = 131154, - [SMALL_STATE(1612)] = 131223, - [SMALL_STATE(1613)] = 131290, - [SMALL_STATE(1614)] = 131349, - [SMALL_STATE(1615)] = 131412, - [SMALL_STATE(1616)] = 131473, - [SMALL_STATE(1617)] = 131528, - [SMALL_STATE(1618)] = 131597, - [SMALL_STATE(1619)] = 131666, - [SMALL_STATE(1620)] = 131735, - [SMALL_STATE(1621)] = 131804, - [SMALL_STATE(1622)] = 131873, - [SMALL_STATE(1623)] = 131942, - [SMALL_STATE(1624)] = 132011, - [SMALL_STATE(1625)] = 132080, - [SMALL_STATE(1626)] = 132147, - [SMALL_STATE(1627)] = 132216, - [SMALL_STATE(1628)] = 132285, - [SMALL_STATE(1629)] = 132354, - [SMALL_STATE(1630)] = 132421, - [SMALL_STATE(1631)] = 132490, - [SMALL_STATE(1632)] = 132555, - [SMALL_STATE(1633)] = 132620, - [SMALL_STATE(1634)] = 132679, - [SMALL_STATE(1635)] = 132740, - [SMALL_STATE(1636)] = 132805, - [SMALL_STATE(1637)] = 132870, - [SMALL_STATE(1638)] = 132935, - [SMALL_STATE(1639)] = 133000, - [SMALL_STATE(1640)] = 133065, - [SMALL_STATE(1641)] = 133130, - [SMALL_STATE(1642)] = 133195, - [SMALL_STATE(1643)] = 133260, - [SMALL_STATE(1644)] = 133331, - [SMALL_STATE(1645)] = 133400, - [SMALL_STATE(1646)] = 133465, - [SMALL_STATE(1647)] = 133556, - [SMALL_STATE(1648)] = 133647, - [SMALL_STATE(1649)] = 133718, - [SMALL_STATE(1650)] = 133809, - [SMALL_STATE(1651)] = 133878, - [SMALL_STATE(1652)] = 133947, - [SMALL_STATE(1653)] = 134014, - [SMALL_STATE(1654)] = 134071, - [SMALL_STATE(1655)] = 134130, - [SMALL_STATE(1656)] = 134193, - [SMALL_STATE(1657)] = 134243, - [SMALL_STATE(1658)] = 134293, - [SMALL_STATE(1659)] = 134345, - [SMALL_STATE(1660)] = 134395, - [SMALL_STATE(1661)] = 134445, - [SMALL_STATE(1662)] = 134495, - [SMALL_STATE(1663)] = 134549, - [SMALL_STATE(1664)] = 134603, - [SMALL_STATE(1665)] = 134655, - [SMALL_STATE(1666)] = 134709, - [SMALL_STATE(1667)] = 134773, - [SMALL_STATE(1668)] = 134829, - [SMALL_STATE(1669)] = 134893, - [SMALL_STATE(1670)] = 134951, - [SMALL_STATE(1671)] = 135011, - [SMALL_STATE(1672)] = 135075, - [SMALL_STATE(1673)] = 135139, - [SMALL_STATE(1674)] = 135203, - [SMALL_STATE(1675)] = 135267, - [SMALL_STATE(1676)] = 135331, - [SMALL_STATE(1677)] = 135395, - [SMALL_STATE(1678)] = 135459, - [SMALL_STATE(1679)] = 135523, - [SMALL_STATE(1680)] = 135591, - [SMALL_STATE(1681)] = 135667, - [SMALL_STATE(1682)] = 135717, - [SMALL_STATE(1683)] = 135769, - [SMALL_STATE(1684)] = 135845, - [SMALL_STATE(1685)] = 135897, - [SMALL_STATE(1686)] = 135953, - [SMALL_STATE(1687)] = 136021, - [SMALL_STATE(1688)] = 136077, - [SMALL_STATE(1689)] = 136131, - [SMALL_STATE(1690)] = 136225, - [SMALL_STATE(1691)] = 136279, - [SMALL_STATE(1692)] = 136327, - [SMALL_STATE(1693)] = 136375, - [SMALL_STATE(1694)] = 136423, - [SMALL_STATE(1695)] = 136473, - [SMALL_STATE(1696)] = 136521, - [SMALL_STATE(1697)] = 136569, - [SMALL_STATE(1698)] = 136617, - [SMALL_STATE(1699)] = 136665, - [SMALL_STATE(1700)] = 136713, - [SMALL_STATE(1701)] = 136763, - [SMALL_STATE(1702)] = 136811, - [SMALL_STATE(1703)] = 136859, - [SMALL_STATE(1704)] = 136907, - [SMALL_STATE(1705)] = 136955, - [SMALL_STATE(1706)] = 137003, - [SMALL_STATE(1707)] = 137051, - [SMALL_STATE(1708)] = 137101, - [SMALL_STATE(1709)] = 137169, - [SMALL_STATE(1710)] = 137225, - [SMALL_STATE(1711)] = 137273, - [SMALL_STATE(1712)] = 137321, - [SMALL_STATE(1713)] = 137369, - [SMALL_STATE(1714)] = 137417, - [SMALL_STATE(1715)] = 137465, - [SMALL_STATE(1716)] = 137513, - [SMALL_STATE(1717)] = 137561, - [SMALL_STATE(1718)] = 137609, - [SMALL_STATE(1719)] = 137677, - [SMALL_STATE(1720)] = 137725, - [SMALL_STATE(1721)] = 137773, - [SMALL_STATE(1722)] = 137821, - [SMALL_STATE(1723)] = 137869, - [SMALL_STATE(1724)] = 137917, - [SMALL_STATE(1725)] = 137965, - [SMALL_STATE(1726)] = 138019, - [SMALL_STATE(1727)] = 138069, - [SMALL_STATE(1728)] = 138117, - [SMALL_STATE(1729)] = 138165, - [SMALL_STATE(1730)] = 138213, - [SMALL_STATE(1731)] = 138269, - [SMALL_STATE(1732)] = 138317, - [SMALL_STATE(1733)] = 138365, - [SMALL_STATE(1734)] = 138417, - [SMALL_STATE(1735)] = 138465, - [SMALL_STATE(1736)] = 138513, - [SMALL_STATE(1737)] = 138561, - [SMALL_STATE(1738)] = 138611, - [SMALL_STATE(1739)] = 138659, - [SMALL_STATE(1740)] = 138707, - [SMALL_STATE(1741)] = 138757, - [SMALL_STATE(1742)] = 138807, - [SMALL_STATE(1743)] = 138855, - [SMALL_STATE(1744)] = 138903, - [SMALL_STATE(1745)] = 138953, - [SMALL_STATE(1746)] = 139003, - [SMALL_STATE(1747)] = 139051, - [SMALL_STATE(1748)] = 139099, - [SMALL_STATE(1749)] = 139147, - [SMALL_STATE(1750)] = 139195, - [SMALL_STATE(1751)] = 139243, - [SMALL_STATE(1752)] = 139291, - [SMALL_STATE(1753)] = 139341, - [SMALL_STATE(1754)] = 139391, - [SMALL_STATE(1755)] = 139439, - [SMALL_STATE(1756)] = 139489, - [SMALL_STATE(1757)] = 139537, - [SMALL_STATE(1758)] = 139585, - [SMALL_STATE(1759)] = 139633, - [SMALL_STATE(1760)] = 139681, - [SMALL_STATE(1761)] = 139729, - [SMALL_STATE(1762)] = 139777, - [SMALL_STATE(1763)] = 139825, - [SMALL_STATE(1764)] = 139873, - [SMALL_STATE(1765)] = 139921, - [SMALL_STATE(1766)] = 139969, - [SMALL_STATE(1767)] = 140017, - [SMALL_STATE(1768)] = 140065, - [SMALL_STATE(1769)] = 140113, - [SMALL_STATE(1770)] = 140163, - [SMALL_STATE(1771)] = 140213, - [SMALL_STATE(1772)] = 140263, - [SMALL_STATE(1773)] = 140313, - [SMALL_STATE(1774)] = 140361, - [SMALL_STATE(1775)] = 140409, - [SMALL_STATE(1776)] = 140459, - [SMALL_STATE(1777)] = 140507, - [SMALL_STATE(1778)] = 140555, - [SMALL_STATE(1779)] = 140603, - [SMALL_STATE(1780)] = 140651, - [SMALL_STATE(1781)] = 140699, - [SMALL_STATE(1782)] = 140749, - [SMALL_STATE(1783)] = 140797, - [SMALL_STATE(1784)] = 140845, - [SMALL_STATE(1785)] = 140893, - [SMALL_STATE(1786)] = 140941, - [SMALL_STATE(1787)] = 140989, - [SMALL_STATE(1788)] = 141037, - [SMALL_STATE(1789)] = 141113, - [SMALL_STATE(1790)] = 141161, - [SMALL_STATE(1791)] = 141209, - [SMALL_STATE(1792)] = 141257, - [SMALL_STATE(1793)] = 141305, - [SMALL_STATE(1794)] = 141353, - [SMALL_STATE(1795)] = 141401, - [SMALL_STATE(1796)] = 141449, - [SMALL_STATE(1797)] = 141497, - [SMALL_STATE(1798)] = 141545, - [SMALL_STATE(1799)] = 141593, - [SMALL_STATE(1800)] = 141641, - [SMALL_STATE(1801)] = 141689, - [SMALL_STATE(1802)] = 141739, - [SMALL_STATE(1803)] = 141789, - [SMALL_STATE(1804)] = 141839, - [SMALL_STATE(1805)] = 141889, - [SMALL_STATE(1806)] = 141937, - [SMALL_STATE(1807)] = 141985, - [SMALL_STATE(1808)] = 142033, - [SMALL_STATE(1809)] = 142083, - [SMALL_STATE(1810)] = 142133, - [SMALL_STATE(1811)] = 142181, - [SMALL_STATE(1812)] = 142229, - [SMALL_STATE(1813)] = 142277, - [SMALL_STATE(1814)] = 142325, - [SMALL_STATE(1815)] = 142375, - [SMALL_STATE(1816)] = 142425, - [SMALL_STATE(1817)] = 142473, - [SMALL_STATE(1818)] = 142521, - [SMALL_STATE(1819)] = 142585, - [SMALL_STATE(1820)] = 142633, - [SMALL_STATE(1821)] = 142681, - [SMALL_STATE(1822)] = 142729, - [SMALL_STATE(1823)] = 142777, - [SMALL_STATE(1824)] = 142825, - [SMALL_STATE(1825)] = 142873, - [SMALL_STATE(1826)] = 142921, - [SMALL_STATE(1827)] = 142969, - [SMALL_STATE(1828)] = 143017, - [SMALL_STATE(1829)] = 143065, - [SMALL_STATE(1830)] = 143113, - [SMALL_STATE(1831)] = 143161, - [SMALL_STATE(1832)] = 143209, - [SMALL_STATE(1833)] = 143257, - [SMALL_STATE(1834)] = 143305, - [SMALL_STATE(1835)] = 143399, - [SMALL_STATE(1836)] = 143447, - [SMALL_STATE(1837)] = 143495, - [SMALL_STATE(1838)] = 143543, - [SMALL_STATE(1839)] = 143591, - [SMALL_STATE(1840)] = 143639, - [SMALL_STATE(1841)] = 143687, - [SMALL_STATE(1842)] = 143735, - [SMALL_STATE(1843)] = 143785, - [SMALL_STATE(1844)] = 143833, - [SMALL_STATE(1845)] = 143881, - [SMALL_STATE(1846)] = 143929, - [SMALL_STATE(1847)] = 143977, - [SMALL_STATE(1848)] = 144027, - [SMALL_STATE(1849)] = 144077, - [SMALL_STATE(1850)] = 144127, - [SMALL_STATE(1851)] = 144175, - [SMALL_STATE(1852)] = 144223, - [SMALL_STATE(1853)] = 144273, - [SMALL_STATE(1854)] = 144323, - [SMALL_STATE(1855)] = 144371, - [SMALL_STATE(1856)] = 144419, - [SMALL_STATE(1857)] = 144467, - [SMALL_STATE(1858)] = 144515, - [SMALL_STATE(1859)] = 144563, - [SMALL_STATE(1860)] = 144611, - [SMALL_STATE(1861)] = 144659, - [SMALL_STATE(1862)] = 144707, - [SMALL_STATE(1863)] = 144755, - [SMALL_STATE(1864)] = 144803, - [SMALL_STATE(1865)] = 144851, - [SMALL_STATE(1866)] = 144899, - [SMALL_STATE(1867)] = 144947, - [SMALL_STATE(1868)] = 144995, - [SMALL_STATE(1869)] = 145043, - [SMALL_STATE(1870)] = 145091, - [SMALL_STATE(1871)] = 145139, - [SMALL_STATE(1872)] = 145187, - [SMALL_STATE(1873)] = 145235, - [SMALL_STATE(1874)] = 145283, - [SMALL_STATE(1875)] = 145331, - [SMALL_STATE(1876)] = 145379, - [SMALL_STATE(1877)] = 145427, - [SMALL_STATE(1878)] = 145475, - [SMALL_STATE(1879)] = 145523, - [SMALL_STATE(1880)] = 145571, - [SMALL_STATE(1881)] = 145619, - [SMALL_STATE(1882)] = 145669, - [SMALL_STATE(1883)] = 145717, - [SMALL_STATE(1884)] = 145765, - [SMALL_STATE(1885)] = 145813, - [SMALL_STATE(1886)] = 145861, - [SMALL_STATE(1887)] = 145911, - [SMALL_STATE(1888)] = 145959, - [SMALL_STATE(1889)] = 146009, - [SMALL_STATE(1890)] = 146057, - [SMALL_STATE(1891)] = 146105, - [SMALL_STATE(1892)] = 146153, - [SMALL_STATE(1893)] = 146201, - [SMALL_STATE(1894)] = 146249, - [SMALL_STATE(1895)] = 146297, - [SMALL_STATE(1896)] = 146345, - [SMALL_STATE(1897)] = 146393, - [SMALL_STATE(1898)] = 146441, - [SMALL_STATE(1899)] = 146489, - [SMALL_STATE(1900)] = 146537, - [SMALL_STATE(1901)] = 146585, - [SMALL_STATE(1902)] = 146633, - [SMALL_STATE(1903)] = 146681, - [SMALL_STATE(1904)] = 146729, - [SMALL_STATE(1905)] = 146777, - [SMALL_STATE(1906)] = 146825, - [SMALL_STATE(1907)] = 146873, - [SMALL_STATE(1908)] = 146921, - [SMALL_STATE(1909)] = 146969, - [SMALL_STATE(1910)] = 147017, - [SMALL_STATE(1911)] = 147065, - [SMALL_STATE(1912)] = 147113, - [SMALL_STATE(1913)] = 147161, - [SMALL_STATE(1914)] = 147209, - [SMALL_STATE(1915)] = 147259, - [SMALL_STATE(1916)] = 147307, - [SMALL_STATE(1917)] = 147357, - [SMALL_STATE(1918)] = 147405, - [SMALL_STATE(1919)] = 147469, - [SMALL_STATE(1920)] = 147527, - [SMALL_STATE(1921)] = 147621, - [SMALL_STATE(1922)] = 147681, - [SMALL_STATE(1923)] = 147745, - [SMALL_STATE(1924)] = 147809, - [SMALL_STATE(1925)] = 147857, - [SMALL_STATE(1926)] = 147905, - [SMALL_STATE(1927)] = 147953, - [SMALL_STATE(1928)] = 148001, - [SMALL_STATE(1929)] = 148049, - [SMALL_STATE(1930)] = 148097, - [SMALL_STATE(1931)] = 148145, - [SMALL_STATE(1932)] = 148193, - [SMALL_STATE(1933)] = 148241, - [SMALL_STATE(1934)] = 148289, - [SMALL_STATE(1935)] = 148337, - [SMALL_STATE(1936)] = 148385, - [SMALL_STATE(1937)] = 148433, - [SMALL_STATE(1938)] = 148481, - [SMALL_STATE(1939)] = 148533, - [SMALL_STATE(1940)] = 148581, - [SMALL_STATE(1941)] = 148629, - [SMALL_STATE(1942)] = 148681, - [SMALL_STATE(1943)] = 148729, - [SMALL_STATE(1944)] = 148793, - [SMALL_STATE(1945)] = 148857, - [SMALL_STATE(1946)] = 148921, - [SMALL_STATE(1947)] = 148989, - [SMALL_STATE(1948)] = 149053, - [SMALL_STATE(1949)] = 149117, - [SMALL_STATE(1950)] = 149181, - [SMALL_STATE(1951)] = 149229, - [SMALL_STATE(1952)] = 149277, - [SMALL_STATE(1953)] = 149325, - [SMALL_STATE(1954)] = 149373, - [SMALL_STATE(1955)] = 149421, - [SMALL_STATE(1956)] = 149515, - [SMALL_STATE(1957)] = 149569, - [SMALL_STATE(1958)] = 149617, - [SMALL_STATE(1959)] = 149665, - [SMALL_STATE(1960)] = 149713, - [SMALL_STATE(1961)] = 149763, - [SMALL_STATE(1962)] = 149813, - [SMALL_STATE(1963)] = 149863, - [SMALL_STATE(1964)] = 149913, - [SMALL_STATE(1965)] = 149963, - [SMALL_STATE(1966)] = 150057, - [SMALL_STATE(1967)] = 150107, - [SMALL_STATE(1968)] = 150157, - [SMALL_STATE(1969)] = 150207, - [SMALL_STATE(1970)] = 150257, - [SMALL_STATE(1971)] = 150307, - [SMALL_STATE(1972)] = 150357, - [SMALL_STATE(1973)] = 150407, - [SMALL_STATE(1974)] = 150457, - [SMALL_STATE(1975)] = 150533, - [SMALL_STATE(1976)] = 150583, - [SMALL_STATE(1977)] = 150633, - [SMALL_STATE(1978)] = 150683, - [SMALL_STATE(1979)] = 150733, - [SMALL_STATE(1980)] = 150783, - [SMALL_STATE(1981)] = 150833, - [SMALL_STATE(1982)] = 150883, - [SMALL_STATE(1983)] = 150933, - [SMALL_STATE(1984)] = 150983, - [SMALL_STATE(1985)] = 151033, - [SMALL_STATE(1986)] = 151083, - [SMALL_STATE(1987)] = 151133, - [SMALL_STATE(1988)] = 151183, - [SMALL_STATE(1989)] = 151233, - [SMALL_STATE(1990)] = 151283, - [SMALL_STATE(1991)] = 151333, - [SMALL_STATE(1992)] = 151383, - [SMALL_STATE(1993)] = 151433, - [SMALL_STATE(1994)] = 151483, - [SMALL_STATE(1995)] = 151533, - [SMALL_STATE(1996)] = 151583, - [SMALL_STATE(1997)] = 151633, - [SMALL_STATE(1998)] = 151683, - [SMALL_STATE(1999)] = 151733, - [SMALL_STATE(2000)] = 151783, - [SMALL_STATE(2001)] = 151833, - [SMALL_STATE(2002)] = 151883, - [SMALL_STATE(2003)] = 151933, - [SMALL_STATE(2004)] = 151983, - [SMALL_STATE(2005)] = 152033, - [SMALL_STATE(2006)] = 152083, - [SMALL_STATE(2007)] = 152133, - [SMALL_STATE(2008)] = 152183, - [SMALL_STATE(2009)] = 152233, - [SMALL_STATE(2010)] = 152283, - [SMALL_STATE(2011)] = 152333, - [SMALL_STATE(2012)] = 152383, - [SMALL_STATE(2013)] = 152433, - [SMALL_STATE(2014)] = 152483, - [SMALL_STATE(2015)] = 152533, - [SMALL_STATE(2016)] = 152583, - [SMALL_STATE(2017)] = 152633, - [SMALL_STATE(2018)] = 152683, - [SMALL_STATE(2019)] = 152733, - [SMALL_STATE(2020)] = 152783, - [SMALL_STATE(2021)] = 152877, - [SMALL_STATE(2022)] = 152927, - [SMALL_STATE(2023)] = 152977, - [SMALL_STATE(2024)] = 153027, - [SMALL_STATE(2025)] = 153077, - [SMALL_STATE(2026)] = 153127, - [SMALL_STATE(2027)] = 153177, - [SMALL_STATE(2028)] = 153227, - [SMALL_STATE(2029)] = 153277, - [SMALL_STATE(2030)] = 153327, - [SMALL_STATE(2031)] = 153377, - [SMALL_STATE(2032)] = 153431, - [SMALL_STATE(2033)] = 153481, - [SMALL_STATE(2034)] = 153531, - [SMALL_STATE(2035)] = 153581, - [SMALL_STATE(2036)] = 153631, - [SMALL_STATE(2037)] = 153679, - [SMALL_STATE(2038)] = 153727, - [SMALL_STATE(2039)] = 153777, - [SMALL_STATE(2040)] = 153827, - [SMALL_STATE(2041)] = 153877, - [SMALL_STATE(2042)] = 153927, - [SMALL_STATE(2043)] = 153977, - [SMALL_STATE(2044)] = 154027, - [SMALL_STATE(2045)] = 154077, - [SMALL_STATE(2046)] = 154127, - [SMALL_STATE(2047)] = 154177, - [SMALL_STATE(2048)] = 154227, - [SMALL_STATE(2049)] = 154277, - [SMALL_STATE(2050)] = 154327, - [SMALL_STATE(2051)] = 154377, - [SMALL_STATE(2052)] = 154427, - [SMALL_STATE(2053)] = 154477, - [SMALL_STATE(2054)] = 154571, - [SMALL_STATE(2055)] = 154621, - [SMALL_STATE(2056)] = 154671, - [SMALL_STATE(2057)] = 154721, - [SMALL_STATE(2058)] = 154775, - [SMALL_STATE(2059)] = 154829, - [SMALL_STATE(2060)] = 154879, - [SMALL_STATE(2061)] = 154929, - [SMALL_STATE(2062)] = 154979, - [SMALL_STATE(2063)] = 155029, - [SMALL_STATE(2064)] = 155079, - [SMALL_STATE(2065)] = 155129, - [SMALL_STATE(2066)] = 155183, - [SMALL_STATE(2067)] = 155233, - [SMALL_STATE(2068)] = 155283, - [SMALL_STATE(2069)] = 155333, - [SMALL_STATE(2070)] = 155383, - [SMALL_STATE(2071)] = 155433, - [SMALL_STATE(2072)] = 155483, - [SMALL_STATE(2073)] = 155533, - [SMALL_STATE(2074)] = 155583, - [SMALL_STATE(2075)] = 155633, - [SMALL_STATE(2076)] = 155683, - [SMALL_STATE(2077)] = 155733, - [SMALL_STATE(2078)] = 155809, - [SMALL_STATE(2079)] = 155859, - [SMALL_STATE(2080)] = 155909, - [SMALL_STATE(2081)] = 155959, - [SMALL_STATE(2082)] = 156009, - [SMALL_STATE(2083)] = 156059, - [SMALL_STATE(2084)] = 156109, - [SMALL_STATE(2085)] = 156159, - [SMALL_STATE(2086)] = 156209, - [SMALL_STATE(2087)] = 156303, - [SMALL_STATE(2088)] = 156353, - [SMALL_STATE(2089)] = 156403, - [SMALL_STATE(2090)] = 156453, - [SMALL_STATE(2091)] = 156503, - [SMALL_STATE(2092)] = 156553, - [SMALL_STATE(2093)] = 156603, - [SMALL_STATE(2094)] = 156653, - [SMALL_STATE(2095)] = 156703, - [SMALL_STATE(2096)] = 156753, - [SMALL_STATE(2097)] = 156803, - [SMALL_STATE(2098)] = 156853, - [SMALL_STATE(2099)] = 156903, - [SMALL_STATE(2100)] = 156953, - [SMALL_STATE(2101)] = 157003, - [SMALL_STATE(2102)] = 157053, - [SMALL_STATE(2103)] = 157103, - [SMALL_STATE(2104)] = 157153, - [SMALL_STATE(2105)] = 157203, - [SMALL_STATE(2106)] = 157253, - [SMALL_STATE(2107)] = 157347, - [SMALL_STATE(2108)] = 157397, - [SMALL_STATE(2109)] = 157447, - [SMALL_STATE(2110)] = 157497, - [SMALL_STATE(2111)] = 157547, - [SMALL_STATE(2112)] = 157597, - [SMALL_STATE(2113)] = 157647, - [SMALL_STATE(2114)] = 157697, - [SMALL_STATE(2115)] = 157747, - [SMALL_STATE(2116)] = 157797, - [SMALL_STATE(2117)] = 157847, - [SMALL_STATE(2118)] = 157897, - [SMALL_STATE(2119)] = 157951, - [SMALL_STATE(2120)] = 158001, - [SMALL_STATE(2121)] = 158051, - [SMALL_STATE(2122)] = 158101, - [SMALL_STATE(2123)] = 158151, - [SMALL_STATE(2124)] = 158201, - [SMALL_STATE(2125)] = 158251, - [SMALL_STATE(2126)] = 158301, - [SMALL_STATE(2127)] = 158351, - [SMALL_STATE(2128)] = 158401, - [SMALL_STATE(2129)] = 158495, - [SMALL_STATE(2130)] = 158545, - [SMALL_STATE(2131)] = 158595, - [SMALL_STATE(2132)] = 158645, - [SMALL_STATE(2133)] = 158695, - [SMALL_STATE(2134)] = 158745, - [SMALL_STATE(2135)] = 158795, - [SMALL_STATE(2136)] = 158845, - [SMALL_STATE(2137)] = 158895, - [SMALL_STATE(2138)] = 158945, - [SMALL_STATE(2139)] = 158995, - [SMALL_STATE(2140)] = 159045, - [SMALL_STATE(2141)] = 159095, - [SMALL_STATE(2142)] = 159145, - [SMALL_STATE(2143)] = 159195, - [SMALL_STATE(2144)] = 159245, - [SMALL_STATE(2145)] = 159294, - [SMALL_STATE(2146)] = 159361, - [SMALL_STATE(2147)] = 159410, - [SMALL_STATE(2148)] = 159459, - [SMALL_STATE(2149)] = 159508, - [SMALL_STATE(2150)] = 159557, - [SMALL_STATE(2151)] = 159606, - [SMALL_STATE(2152)] = 159655, - [SMALL_STATE(2153)] = 159704, - [SMALL_STATE(2154)] = 159753, - [SMALL_STATE(2155)] = 159802, - [SMALL_STATE(2156)] = 159851, - [SMALL_STATE(2157)] = 159900, - [SMALL_STATE(2158)] = 159949, - [SMALL_STATE(2159)] = 159998, - [SMALL_STATE(2160)] = 160047, - [SMALL_STATE(2161)] = 160096, - [SMALL_STATE(2162)] = 160145, - [SMALL_STATE(2163)] = 160194, - [SMALL_STATE(2164)] = 160243, - [SMALL_STATE(2165)] = 160292, - [SMALL_STATE(2166)] = 160355, - [SMALL_STATE(2167)] = 160404, - [SMALL_STATE(2168)] = 160457, - [SMALL_STATE(2169)] = 160506, - [SMALL_STATE(2170)] = 160555, - [SMALL_STATE(2171)] = 160606, - [SMALL_STATE(2172)] = 160655, - [SMALL_STATE(2173)] = 160706, - [SMALL_STATE(2174)] = 160755, - [SMALL_STATE(2175)] = 160804, - [SMALL_STATE(2176)] = 160853, - [SMALL_STATE(2177)] = 160902, - [SMALL_STATE(2178)] = 160963, - [SMALL_STATE(2179)] = 161026, - [SMALL_STATE(2180)] = 161089, - [SMALL_STATE(2181)] = 161138, - [SMALL_STATE(2182)] = 161187, - [SMALL_STATE(2183)] = 161250, - [SMALL_STATE(2184)] = 161313, - [SMALL_STATE(2185)] = 161376, - [SMALL_STATE(2186)] = 161425, - [SMALL_STATE(2187)] = 161488, - [SMALL_STATE(2188)] = 161549, - [SMALL_STATE(2189)] = 161604, - [SMALL_STATE(2190)] = 161661, - [SMALL_STATE(2191)] = 161710, - [SMALL_STATE(2192)] = 161771, - [SMALL_STATE(2193)] = 161832, - [SMALL_STATE(2194)] = 161881, - [SMALL_STATE(2195)] = 161930, - [SMALL_STATE(2196)] = 161979, - [SMALL_STATE(2197)] = 162028, - [SMALL_STATE(2198)] = 162077, - [SMALL_STATE(2199)] = 162126, - [SMALL_STATE(2200)] = 162175, - [SMALL_STATE(2201)] = 162238, - [SMALL_STATE(2202)] = 162301, - [SMALL_STATE(2203)] = 162360, - [SMALL_STATE(2204)] = 162421, - [SMALL_STATE(2205)] = 162482, - [SMALL_STATE(2206)] = 162543, - [SMALL_STATE(2207)] = 162604, - [SMALL_STATE(2208)] = 162665, - [SMALL_STATE(2209)] = 162726, - [SMALL_STATE(2210)] = 162783, - [SMALL_STATE(2211)] = 162846, - [SMALL_STATE(2212)] = 162895, - [SMALL_STATE(2213)] = 162944, - [SMALL_STATE(2214)] = 162993, - [SMALL_STATE(2215)] = 163042, - [SMALL_STATE(2216)] = 163091, - [SMALL_STATE(2217)] = 163140, - [SMALL_STATE(2218)] = 163189, - [SMALL_STATE(2219)] = 163252, - [SMALL_STATE(2220)] = 163301, - [SMALL_STATE(2221)] = 163350, - [SMALL_STATE(2222)] = 163399, - [SMALL_STATE(2223)] = 163448, - [SMALL_STATE(2224)] = 163497, - [SMALL_STATE(2225)] = 163546, - [SMALL_STATE(2226)] = 163593, - [SMALL_STATE(2227)] = 163642, - [SMALL_STATE(2228)] = 163691, - [SMALL_STATE(2229)] = 163738, - [SMALL_STATE(2230)] = 163785, - [SMALL_STATE(2231)] = 163834, - [SMALL_STATE(2232)] = 163881, - [SMALL_STATE(2233)] = 163930, - [SMALL_STATE(2234)] = 163979, - [SMALL_STATE(2235)] = 164028, - [SMALL_STATE(2236)] = 164075, - [SMALL_STATE(2237)] = 164124, - [SMALL_STATE(2238)] = 164173, - [SMALL_STATE(2239)] = 164222, - [SMALL_STATE(2240)] = 164271, - [SMALL_STATE(2241)] = 164320, - [SMALL_STATE(2242)] = 164369, - [SMALL_STATE(2243)] = 164432, - [SMALL_STATE(2244)] = 164495, - [SMALL_STATE(2245)] = 164558, - [SMALL_STATE(2246)] = 164607, - [SMALL_STATE(2247)] = 164656, - [SMALL_STATE(2248)] = 164719, - [SMALL_STATE(2249)] = 164768, - [SMALL_STATE(2250)] = 164817, - [SMALL_STATE(2251)] = 164872, - [SMALL_STATE(2252)] = 164935, - [SMALL_STATE(2253)] = 164998, - [SMALL_STATE(2254)] = 165047, - [SMALL_STATE(2255)] = 165096, - [SMALL_STATE(2256)] = 165145, - [SMALL_STATE(2257)] = 165196, - [SMALL_STATE(2258)] = 165245, - [SMALL_STATE(2259)] = 165294, - [SMALL_STATE(2260)] = 165357, - [SMALL_STATE(2261)] = 165406, - [SMALL_STATE(2262)] = 165455, - [SMALL_STATE(2263)] = 165518, - [SMALL_STATE(2264)] = 165577, - [SMALL_STATE(2265)] = 165626, - [SMALL_STATE(2266)] = 165683, - [SMALL_STATE(2267)] = 165730, - [SMALL_STATE(2268)] = 165777, - [SMALL_STATE(2269)] = 165824, - [SMALL_STATE(2270)] = 165871, - [SMALL_STATE(2271)] = 165918, - [SMALL_STATE(2272)] = 165965, - [SMALL_STATE(2273)] = 166012, - [SMALL_STATE(2274)] = 166059, - [SMALL_STATE(2275)] = 166106, - [SMALL_STATE(2276)] = 166153, - [SMALL_STATE(2277)] = 166200, - [SMALL_STATE(2278)] = 166247, - [SMALL_STATE(2279)] = 166294, - [SMALL_STATE(2280)] = 166341, - [SMALL_STATE(2281)] = 166388, - [SMALL_STATE(2282)] = 166451, - [SMALL_STATE(2283)] = 166500, - [SMALL_STATE(2284)] = 166547, - [SMALL_STATE(2285)] = 166594, - [SMALL_STATE(2286)] = 166643, - [SMALL_STATE(2287)] = 166692, - [SMALL_STATE(2288)] = 166739, - [SMALL_STATE(2289)] = 166788, - [SMALL_STATE(2290)] = 166835, - [SMALL_STATE(2291)] = 166882, - [SMALL_STATE(2292)] = 166931, - [SMALL_STATE(2293)] = 166994, - [SMALL_STATE(2294)] = 167043, - [SMALL_STATE(2295)] = 167092, - [SMALL_STATE(2296)] = 167139, - [SMALL_STATE(2297)] = 167186, - [SMALL_STATE(2298)] = 167233, - [SMALL_STATE(2299)] = 167280, - [SMALL_STATE(2300)] = 167327, - [SMALL_STATE(2301)] = 167374, - [SMALL_STATE(2302)] = 167421, - [SMALL_STATE(2303)] = 167468, - [SMALL_STATE(2304)] = 167515, - [SMALL_STATE(2305)] = 167562, - [SMALL_STATE(2306)] = 167609, - [SMALL_STATE(2307)] = 167656, - [SMALL_STATE(2308)] = 167703, - [SMALL_STATE(2309)] = 167752, - [SMALL_STATE(2310)] = 167799, - [SMALL_STATE(2311)] = 167866, - [SMALL_STATE(2312)] = 167913, - [SMALL_STATE(2313)] = 167960, - [SMALL_STATE(2314)] = 168009, - [SMALL_STATE(2315)] = 168058, - [SMALL_STATE(2316)] = 168105, - [SMALL_STATE(2317)] = 168152, - [SMALL_STATE(2318)] = 168199, - [SMALL_STATE(2319)] = 168246, - [SMALL_STATE(2320)] = 168293, - [SMALL_STATE(2321)] = 168342, - [SMALL_STATE(2322)] = 168407, - [SMALL_STATE(2323)] = 168454, - [SMALL_STATE(2324)] = 168501, - [SMALL_STATE(2325)] = 168554, - [SMALL_STATE(2326)] = 168601, - [SMALL_STATE(2327)] = 168648, - [SMALL_STATE(2328)] = 168695, - [SMALL_STATE(2329)] = 168744, - [SMALL_STATE(2330)] = 168791, - [SMALL_STATE(2331)] = 168838, - [SMALL_STATE(2332)] = 168887, - [SMALL_STATE(2333)] = 168934, - [SMALL_STATE(2334)] = 168981, - [SMALL_STATE(2335)] = 169030, - [SMALL_STATE(2336)] = 169083, - [SMALL_STATE(2337)] = 169130, - [SMALL_STATE(2338)] = 169179, - [SMALL_STATE(2339)] = 169236, - [SMALL_STATE(2340)] = 169297, - [SMALL_STATE(2341)] = 169346, - [SMALL_STATE(2342)] = 169395, - [SMALL_STATE(2343)] = 169444, - [SMALL_STATE(2344)] = 169497, - [SMALL_STATE(2345)] = 169564, - [SMALL_STATE(2346)] = 169625, - [SMALL_STATE(2347)] = 169678, - [SMALL_STATE(2348)] = 169727, - [SMALL_STATE(2349)] = 169776, - [SMALL_STATE(2350)] = 169823, - [SMALL_STATE(2351)] = 169890, - [SMALL_STATE(2352)] = 169943, - [SMALL_STATE(2353)] = 169998, - [SMALL_STATE(2354)] = 170051, - [SMALL_STATE(2355)] = 170118, - [SMALL_STATE(2356)] = 170165, - [SMALL_STATE(2357)] = 170212, - [SMALL_STATE(2358)] = 170259, - [SMALL_STATE(2359)] = 170306, - [SMALL_STATE(2360)] = 170353, - [SMALL_STATE(2361)] = 170400, - [SMALL_STATE(2362)] = 170447, - [SMALL_STATE(2363)] = 170496, - [SMALL_STATE(2364)] = 170545, - [SMALL_STATE(2365)] = 170612, - [SMALL_STATE(2366)] = 170659, - [SMALL_STATE(2367)] = 170706, - [SMALL_STATE(2368)] = 170773, - [SMALL_STATE(2369)] = 170822, - [SMALL_STATE(2370)] = 170871, - [SMALL_STATE(2371)] = 170920, - [SMALL_STATE(2372)] = 170969, - [SMALL_STATE(2373)] = 171034, - [SMALL_STATE(2374)] = 171101, - [SMALL_STATE(2375)] = 171150, - [SMALL_STATE(2376)] = 171199, - [SMALL_STATE(2377)] = 171252, - [SMALL_STATE(2378)] = 171303, - [SMALL_STATE(2379)] = 171352, - [SMALL_STATE(2380)] = 171399, - [SMALL_STATE(2381)] = 171446, - [SMALL_STATE(2382)] = 171493, - [SMALL_STATE(2383)] = 171540, - [SMALL_STATE(2384)] = 171587, - [SMALL_STATE(2385)] = 171634, - [SMALL_STATE(2386)] = 171681, - [SMALL_STATE(2387)] = 171730, - [SMALL_STATE(2388)] = 171779, - [SMALL_STATE(2389)] = 171828, - [SMALL_STATE(2390)] = 171877, - [SMALL_STATE(2391)] = 171926, - [SMALL_STATE(2392)] = 171979, - [SMALL_STATE(2393)] = 172028, - [SMALL_STATE(2394)] = 172077, - [SMALL_STATE(2395)] = 172126, - [SMALL_STATE(2396)] = 172175, - [SMALL_STATE(2397)] = 172242, - [SMALL_STATE(2398)] = 172291, - [SMALL_STATE(2399)] = 172338, - [SMALL_STATE(2400)] = 172385, - [SMALL_STATE(2401)] = 172432, - [SMALL_STATE(2402)] = 172479, - [SMALL_STATE(2403)] = 172526, - [SMALL_STATE(2404)] = 172573, - [SMALL_STATE(2405)] = 172622, - [SMALL_STATE(2406)] = 172669, - [SMALL_STATE(2407)] = 172718, - [SMALL_STATE(2408)] = 172765, - [SMALL_STATE(2409)] = 172812, - [SMALL_STATE(2410)] = 172859, - [SMALL_STATE(2411)] = 172906, - [SMALL_STATE(2412)] = 172953, - [SMALL_STATE(2413)] = 173000, - [SMALL_STATE(2414)] = 173047, - [SMALL_STATE(2415)] = 173096, - [SMALL_STATE(2416)] = 173145, - [SMALL_STATE(2417)] = 173194, - [SMALL_STATE(2418)] = 173241, - [SMALL_STATE(2419)] = 173288, - [SMALL_STATE(2420)] = 173337, - [SMALL_STATE(2421)] = 173386, - [SMALL_STATE(2422)] = 173435, - [SMALL_STATE(2423)] = 173488, - [SMALL_STATE(2424)] = 173541, - [SMALL_STATE(2425)] = 173588, - [SMALL_STATE(2426)] = 173635, - [SMALL_STATE(2427)] = 173682, - [SMALL_STATE(2428)] = 173729, - [SMALL_STATE(2429)] = 173782, - [SMALL_STATE(2430)] = 173831, - [SMALL_STATE(2431)] = 173880, - [SMALL_STATE(2432)] = 173929, - [SMALL_STATE(2433)] = 173976, - [SMALL_STATE(2434)] = 174023, - [SMALL_STATE(2435)] = 174070, - [SMALL_STATE(2436)] = 174117, - [SMALL_STATE(2437)] = 174166, - [SMALL_STATE(2438)] = 174213, - [SMALL_STATE(2439)] = 174262, - [SMALL_STATE(2440)] = 174311, - [SMALL_STATE(2441)] = 174358, - [SMALL_STATE(2442)] = 174407, - [SMALL_STATE(2443)] = 174456, - [SMALL_STATE(2444)] = 174505, - [SMALL_STATE(2445)] = 174554, - [SMALL_STATE(2446)] = 174601, - [SMALL_STATE(2447)] = 174650, - [SMALL_STATE(2448)] = 174697, - [SMALL_STATE(2449)] = 174746, - [SMALL_STATE(2450)] = 174793, - [SMALL_STATE(2451)] = 174840, - [SMALL_STATE(2452)] = 174887, - [SMALL_STATE(2453)] = 174936, - [SMALL_STATE(2454)] = 174983, - [SMALL_STATE(2455)] = 175030, - [SMALL_STATE(2456)] = 175077, - [SMALL_STATE(2457)] = 175124, - [SMALL_STATE(2458)] = 175213, - [SMALL_STATE(2459)] = 175260, - [SMALL_STATE(2460)] = 175309, - [SMALL_STATE(2461)] = 175356, - [SMALL_STATE(2462)] = 175403, - [SMALL_STATE(2463)] = 175454, - [SMALL_STATE(2464)] = 175505, - [SMALL_STATE(2465)] = 175558, - [SMALL_STATE(2466)] = 175607, - [SMALL_STATE(2467)] = 175674, - [SMALL_STATE(2468)] = 175739, - [SMALL_STATE(2469)] = 175796, - [SMALL_STATE(2470)] = 175845, - [SMALL_STATE(2471)] = 175912, - [SMALL_STATE(2472)] = 175961, - [SMALL_STATE(2473)] = 176010, - [SMALL_STATE(2474)] = 176077, - [SMALL_STATE(2475)] = 176124, - [SMALL_STATE(2476)] = 176171, - [SMALL_STATE(2477)] = 176238, - [SMALL_STATE(2478)] = 176287, - [SMALL_STATE(2479)] = 176354, - [SMALL_STATE(2480)] = 176401, - [SMALL_STATE(2481)] = 176448, - [SMALL_STATE(2482)] = 176495, - [SMALL_STATE(2483)] = 176542, - [SMALL_STATE(2484)] = 176589, - [SMALL_STATE(2485)] = 176636, - [SMALL_STATE(2486)] = 176683, - [SMALL_STATE(2487)] = 176732, - [SMALL_STATE(2488)] = 176779, - [SMALL_STATE(2489)] = 176826, - [SMALL_STATE(2490)] = 176873, - [SMALL_STATE(2491)] = 176920, - [SMALL_STATE(2492)] = 176969, - [SMALL_STATE(2493)] = 177018, - [SMALL_STATE(2494)] = 177065, - [SMALL_STATE(2495)] = 177112, - [SMALL_STATE(2496)] = 177159, - [SMALL_STATE(2497)] = 177206, - [SMALL_STATE(2498)] = 177255, - [SMALL_STATE(2499)] = 177322, - [SMALL_STATE(2500)] = 177389, - [SMALL_STATE(2501)] = 177456, - [SMALL_STATE(2502)] = 177503, - [SMALL_STATE(2503)] = 177550, - [SMALL_STATE(2504)] = 177597, - [SMALL_STATE(2505)] = 177644, - [SMALL_STATE(2506)] = 177693, - [SMALL_STATE(2507)] = 177742, - [SMALL_STATE(2508)] = 177789, - [SMALL_STATE(2509)] = 177836, - [SMALL_STATE(2510)] = 177883, - [SMALL_STATE(2511)] = 177932, - [SMALL_STATE(2512)] = 177997, - [SMALL_STATE(2513)] = 178046, - [SMALL_STATE(2514)] = 178095, - [SMALL_STATE(2515)] = 178142, - [SMALL_STATE(2516)] = 178189, - [SMALL_STATE(2517)] = 178236, - [SMALL_STATE(2518)] = 178283, - [SMALL_STATE(2519)] = 178330, - [SMALL_STATE(2520)] = 178377, - [SMALL_STATE(2521)] = 178424, - [SMALL_STATE(2522)] = 178471, - [SMALL_STATE(2523)] = 178518, - [SMALL_STATE(2524)] = 178567, - [SMALL_STATE(2525)] = 178616, - [SMALL_STATE(2526)] = 178663, - [SMALL_STATE(2527)] = 178712, - [SMALL_STATE(2528)] = 178761, - [SMALL_STATE(2529)] = 178808, - [SMALL_STATE(2530)] = 178855, - [SMALL_STATE(2531)] = 178902, - [SMALL_STATE(2532)] = 178963, - [SMALL_STATE(2533)] = 179012, - [SMALL_STATE(2534)] = 179061, - [SMALL_STATE(2535)] = 179108, - [SMALL_STATE(2536)] = 179155, - [SMALL_STATE(2537)] = 179202, - [SMALL_STATE(2538)] = 179249, - [SMALL_STATE(2539)] = 179298, - [SMALL_STATE(2540)] = 179353, - [SMALL_STATE(2541)] = 179400, - [SMALL_STATE(2542)] = 179447, - [SMALL_STATE(2543)] = 179494, - [SMALL_STATE(2544)] = 179541, - [SMALL_STATE(2545)] = 179592, - [SMALL_STATE(2546)] = 179639, - [SMALL_STATE(2547)] = 179686, - [SMALL_STATE(2548)] = 179733, - [SMALL_STATE(2549)] = 179780, - [SMALL_STATE(2550)] = 179827, - [SMALL_STATE(2551)] = 179874, - [SMALL_STATE(2552)] = 179921, - [SMALL_STATE(2553)] = 179970, - [SMALL_STATE(2554)] = 180019, - [SMALL_STATE(2555)] = 180068, - [SMALL_STATE(2556)] = 180117, - [SMALL_STATE(2557)] = 180164, - [SMALL_STATE(2558)] = 180227, - [SMALL_STATE(2559)] = 180276, - [SMALL_STATE(2560)] = 180325, - [SMALL_STATE(2561)] = 180374, - [SMALL_STATE(2562)] = 180423, - [SMALL_STATE(2563)] = 180476, - [SMALL_STATE(2564)] = 180525, - [SMALL_STATE(2565)] = 180574, - [SMALL_STATE(2566)] = 180621, - [SMALL_STATE(2567)] = 180668, - [SMALL_STATE(2568)] = 180715, - [SMALL_STATE(2569)] = 180762, - [SMALL_STATE(2570)] = 180809, - [SMALL_STATE(2571)] = 180856, - [SMALL_STATE(2572)] = 180903, - [SMALL_STATE(2573)] = 180950, - [SMALL_STATE(2574)] = 180997, - [SMALL_STATE(2575)] = 181046, - [SMALL_STATE(2576)] = 181093, - [SMALL_STATE(2577)] = 181140, - [SMALL_STATE(2578)] = 181189, - [SMALL_STATE(2579)] = 181236, - [SMALL_STATE(2580)] = 181285, - [SMALL_STATE(2581)] = 181334, - [SMALL_STATE(2582)] = 181381, - [SMALL_STATE(2583)] = 181430, - [SMALL_STATE(2584)] = 181477, - [SMALL_STATE(2585)] = 181526, - [SMALL_STATE(2586)] = 181573, - [SMALL_STATE(2587)] = 181622, - [SMALL_STATE(2588)] = 181669, - [SMALL_STATE(2589)] = 181718, - [SMALL_STATE(2590)] = 181767, - [SMALL_STATE(2591)] = 181816, - [SMALL_STATE(2592)] = 181863, - [SMALL_STATE(2593)] = 181912, - [SMALL_STATE(2594)] = 181959, - [SMALL_STATE(2595)] = 182006, - [SMALL_STATE(2596)] = 182053, - [SMALL_STATE(2597)] = 182100, - [SMALL_STATE(2598)] = 182147, - [SMALL_STATE(2599)] = 182196, - [SMALL_STATE(2600)] = 182243, - [SMALL_STATE(2601)] = 182292, - [SMALL_STATE(2602)] = 182341, - [SMALL_STATE(2603)] = 182390, - [SMALL_STATE(2604)] = 182439, - [SMALL_STATE(2605)] = 182488, - [SMALL_STATE(2606)] = 182537, - [SMALL_STATE(2607)] = 182590, - [SMALL_STATE(2608)] = 182639, - [SMALL_STATE(2609)] = 182688, - [SMALL_STATE(2610)] = 182737, - [SMALL_STATE(2611)] = 182786, - [SMALL_STATE(2612)] = 182833, - [SMALL_STATE(2613)] = 182880, - [SMALL_STATE(2614)] = 182929, - [SMALL_STATE(2615)] = 182978, - [SMALL_STATE(2616)] = 183029, - [SMALL_STATE(2617)] = 183076, - [SMALL_STATE(2618)] = 183123, - [SMALL_STATE(2619)] = 183170, - [SMALL_STATE(2620)] = 183217, - [SMALL_STATE(2621)] = 183264, - [SMALL_STATE(2622)] = 183311, - [SMALL_STATE(2623)] = 183358, - [SMALL_STATE(2624)] = 183407, - [SMALL_STATE(2625)] = 183456, - [SMALL_STATE(2626)] = 183505, - [SMALL_STATE(2627)] = 183552, - [SMALL_STATE(2628)] = 183599, - [SMALL_STATE(2629)] = 183646, - [SMALL_STATE(2630)] = 183693, - [SMALL_STATE(2631)] = 183742, - [SMALL_STATE(2632)] = 183795, - [SMALL_STATE(2633)] = 183848, - [SMALL_STATE(2634)] = 183895, - [SMALL_STATE(2635)] = 183942, - [SMALL_STATE(2636)] = 183991, - [SMALL_STATE(2637)] = 184040, - [SMALL_STATE(2638)] = 184089, - [SMALL_STATE(2639)] = 184138, - [SMALL_STATE(2640)] = 184187, - [SMALL_STATE(2641)] = 184236, - [SMALL_STATE(2642)] = 184285, - [SMALL_STATE(2643)] = 184334, - [SMALL_STATE(2644)] = 184387, - [SMALL_STATE(2645)] = 184454, - [SMALL_STATE(2646)] = 184503, - [SMALL_STATE(2647)] = 184554, - [SMALL_STATE(2648)] = 184603, - [SMALL_STATE(2649)] = 184652, - [SMALL_STATE(2650)] = 184701, - [SMALL_STATE(2651)] = 184750, - [SMALL_STATE(2652)] = 184799, - [SMALL_STATE(2653)] = 184848, - [SMALL_STATE(2654)] = 184897, - [SMALL_STATE(2655)] = 184946, - [SMALL_STATE(2656)] = 184995, - [SMALL_STATE(2657)] = 185044, - [SMALL_STATE(2658)] = 185130, - [SMALL_STATE(2659)] = 185200, - [SMALL_STATE(2660)] = 185250, - [SMALL_STATE(2661)] = 185298, - [SMALL_STATE(2662)] = 185386, - [SMALL_STATE(2663)] = 185432, - [SMALL_STATE(2664)] = 185480, - [SMALL_STATE(2665)] = 185528, - [SMALL_STATE(2666)] = 185576, - [SMALL_STATE(2667)] = 185628, - [SMALL_STATE(2668)] = 185682, - [SMALL_STATE(2669)] = 185732, - [SMALL_STATE(2670)] = 185786, - [SMALL_STATE(2671)] = 185838, - [SMALL_STATE(2672)] = 185888, - [SMALL_STATE(2673)] = 185958, - [SMALL_STATE(2674)] = 186004, - [SMALL_STATE(2675)] = 186052, - [SMALL_STATE(2676)] = 186140, - [SMALL_STATE(2677)] = 186188, - [SMALL_STATE(2678)] = 186236, - [SMALL_STATE(2679)] = 186306, - [SMALL_STATE(2680)] = 186394, - [SMALL_STATE(2681)] = 186464, - [SMALL_STATE(2682)] = 186510, - [SMALL_STATE(2683)] = 186564, - [SMALL_STATE(2684)] = 186614, - [SMALL_STATE(2685)] = 186662, - [SMALL_STATE(2686)] = 186712, - [SMALL_STATE(2687)] = 186760, - [SMALL_STATE(2688)] = 186808, - [SMALL_STATE(2689)] = 186856, - [SMALL_STATE(2690)] = 186904, - [SMALL_STATE(2691)] = 186952, - [SMALL_STATE(2692)] = 187002, - [SMALL_STATE(2693)] = 187050, - [SMALL_STATE(2694)] = 187098, - [SMALL_STATE(2695)] = 187146, - [SMALL_STATE(2696)] = 187198, - [SMALL_STATE(2697)] = 187246, - [SMALL_STATE(2698)] = 187300, - [SMALL_STATE(2699)] = 187348, - [SMALL_STATE(2700)] = 187400, - [SMALL_STATE(2701)] = 187454, - [SMALL_STATE(2702)] = 187524, - [SMALL_STATE(2703)] = 187572, - [SMALL_STATE(2704)] = 187624, - [SMALL_STATE(2705)] = 187712, - [SMALL_STATE(2706)] = 187766, - [SMALL_STATE(2707)] = 187818, - [SMALL_STATE(2708)] = 187866, - [SMALL_STATE(2709)] = 187936, - [SMALL_STATE(2710)] = 187988, - [SMALL_STATE(2711)] = 188040, - [SMALL_STATE(2712)] = 188088, - [SMALL_STATE(2713)] = 188136, - [SMALL_STATE(2714)] = 188184, - [SMALL_STATE(2715)] = 188232, - [SMALL_STATE(2716)] = 188280, - [SMALL_STATE(2717)] = 188328, - [SMALL_STATE(2718)] = 188376, - [SMALL_STATE(2719)] = 188428, - [SMALL_STATE(2720)] = 188498, - [SMALL_STATE(2721)] = 188586, - [SMALL_STATE(2722)] = 188634, - [SMALL_STATE(2723)] = 188680, - [SMALL_STATE(2724)] = 188728, - [SMALL_STATE(2725)] = 188798, - [SMALL_STATE(2726)] = 188846, - [SMALL_STATE(2727)] = 188934, - [SMALL_STATE(2728)] = 189022, - [SMALL_STATE(2729)] = 189070, - [SMALL_STATE(2730)] = 189120, - [SMALL_STATE(2731)] = 189206, - [SMALL_STATE(2732)] = 189276, - [SMALL_STATE(2733)] = 189328, - [SMALL_STATE(2734)] = 189376, - [SMALL_STATE(2735)] = 189446, - [SMALL_STATE(2736)] = 189512, - [SMALL_STATE(2737)] = 189564, - [SMALL_STATE(2738)] = 189652, - [SMALL_STATE(2739)] = 189704, - [SMALL_STATE(2740)] = 189758, - [SMALL_STATE(2741)] = 189810, - [SMALL_STATE(2742)] = 189862, - [SMALL_STATE(2743)] = 189910, - [SMALL_STATE(2744)] = 189962, - [SMALL_STATE(2745)] = 190050, - [SMALL_STATE(2746)] = 190120, - [SMALL_STATE(2747)] = 190190, - [SMALL_STATE(2748)] = 190242, - [SMALL_STATE(2749)] = 190306, - [SMALL_STATE(2750)] = 190358, - [SMALL_STATE(2751)] = 190406, - [SMALL_STATE(2752)] = 190454, - [SMALL_STATE(2753)] = 190524, - [SMALL_STATE(2754)] = 190594, - [SMALL_STATE(2755)] = 190664, - [SMALL_STATE(2756)] = 190712, - [SMALL_STATE(2757)] = 190760, - [SMALL_STATE(2758)] = 190826, - [SMALL_STATE(2759)] = 190896, - [SMALL_STATE(2760)] = 190962, - [SMALL_STATE(2761)] = 191028, - [SMALL_STATE(2762)] = 191078, - [SMALL_STATE(2763)] = 191126, - [SMALL_STATE(2764)] = 191178, - [SMALL_STATE(2765)] = 191226, - [SMALL_STATE(2766)] = 191292, - [SMALL_STATE(2767)] = 191358, - [SMALL_STATE(2768)] = 191428, - [SMALL_STATE(2769)] = 191498, - [SMALL_STATE(2770)] = 191546, - [SMALL_STATE(2771)] = 191612, - [SMALL_STATE(2772)] = 191678, - [SMALL_STATE(2773)] = 191738, - [SMALL_STATE(2774)] = 191784, - [SMALL_STATE(2775)] = 191872, - [SMALL_STATE(2776)] = 191928, - [SMALL_STATE(2777)] = 191976, - [SMALL_STATE(2778)] = 192040, - [SMALL_STATE(2779)] = 192106, - [SMALL_STATE(2780)] = 192152, - [SMALL_STATE(2781)] = 192202, - [SMALL_STATE(2782)] = 192272, - [SMALL_STATE(2783)] = 192335, - [SMALL_STATE(2784)] = 192400, - [SMALL_STATE(2785)] = 192445, - [SMALL_STATE(2786)] = 192494, - [SMALL_STATE(2787)] = 192539, - [SMALL_STATE(2788)] = 192586, - [SMALL_STATE(2789)] = 192633, - [SMALL_STATE(2790)] = 192684, - [SMALL_STATE(2791)] = 192747, - [SMALL_STATE(2792)] = 192792, - [SMALL_STATE(2793)] = 192839, - [SMALL_STATE(2794)] = 192886, - [SMALL_STATE(2795)] = 192933, - [SMALL_STATE(2796)] = 192980, - [SMALL_STATE(2797)] = 193045, - [SMALL_STATE(2798)] = 193094, - [SMALL_STATE(2799)] = 193141, - [SMALL_STATE(2800)] = 193192, - [SMALL_STATE(2801)] = 193239, - [SMALL_STATE(2802)] = 193304, - [SMALL_STATE(2803)] = 193351, - [SMALL_STATE(2804)] = 193398, - [SMALL_STATE(2805)] = 193449, - [SMALL_STATE(2806)] = 193500, - [SMALL_STATE(2807)] = 193547, - [SMALL_STATE(2808)] = 193596, - [SMALL_STATE(2809)] = 193647, - [SMALL_STATE(2810)] = 193694, - [SMALL_STATE(2811)] = 193741, - [SMALL_STATE(2812)] = 193804, - [SMALL_STATE(2813)] = 193871, - [SMALL_STATE(2814)] = 193936, - [SMALL_STATE(2815)] = 193999, - [SMALL_STATE(2816)] = 194046, - [SMALL_STATE(2817)] = 194093, - [SMALL_STATE(2818)] = 194144, - [SMALL_STATE(2819)] = 194191, - [SMALL_STATE(2820)] = 194242, - [SMALL_STATE(2821)] = 194293, - [SMALL_STATE(2822)] = 194342, - [SMALL_STATE(2823)] = 194397, - [SMALL_STATE(2824)] = 194446, - [SMALL_STATE(2825)] = 194497, - [SMALL_STATE(2826)] = 194544, - [SMALL_STATE(2827)] = 194603, - [SMALL_STATE(2828)] = 194652, - [SMALL_STATE(2829)] = 194701, - [SMALL_STATE(2830)] = 194766, - [SMALL_STATE(2831)] = 194831, - [SMALL_STATE(2832)] = 194880, - [SMALL_STATE(2833)] = 194945, - [SMALL_STATE(2834)] = 194992, - [SMALL_STATE(2835)] = 195057, - [SMALL_STATE(2836)] = 195104, - [SMALL_STATE(2837)] = 195169, - [SMALL_STATE(2838)] = 195216, - [SMALL_STATE(2839)] = 195281, - [SMALL_STATE(2840)] = 195332, - [SMALL_STATE(2841)] = 195383, - [SMALL_STATE(2842)] = 195428, - [SMALL_STATE(2843)] = 195477, - [SMALL_STATE(2844)] = 195526, - [SMALL_STATE(2845)] = 195591, - [SMALL_STATE(2846)] = 195656, - [SMALL_STATE(2847)] = 195703, - [SMALL_STATE(2848)] = 195748, - [SMALL_STATE(2849)] = 195799, - [SMALL_STATE(2850)] = 195862, - [SMALL_STATE(2851)] = 195907, - [SMALL_STATE(2852)] = 195954, - [SMALL_STATE(2853)] = 196013, - [SMALL_STATE(2854)] = 196068, - [SMALL_STATE(2855)] = 196123, - [SMALL_STATE(2856)] = 196182, - [SMALL_STATE(2857)] = 196247, - [SMALL_STATE(2858)] = 196312, - [SMALL_STATE(2859)] = 196363, - [SMALL_STATE(2860)] = 196428, - [SMALL_STATE(2861)] = 196493, - [SMALL_STATE(2862)] = 196544, - [SMALL_STATE(2863)] = 196593, - [SMALL_STATE(2864)] = 196658, - [SMALL_STATE(2865)] = 196709, - [SMALL_STATE(2866)] = 196774, - [SMALL_STATE(2867)] = 196837, - [SMALL_STATE(2868)] = 196888, - [SMALL_STATE(2869)] = 196941, - [SMALL_STATE(2870)] = 196988, - [SMALL_STATE(2871)] = 197035, - [SMALL_STATE(2872)] = 197082, - [SMALL_STATE(2873)] = 197129, - [SMALL_STATE(2874)] = 197192, - [SMALL_STATE(2875)] = 197239, - [SMALL_STATE(2876)] = 197286, - [SMALL_STATE(2877)] = 197333, - [SMALL_STATE(2878)] = 197380, - [SMALL_STATE(2879)] = 197427, - [SMALL_STATE(2880)] = 197480, - [SMALL_STATE(2881)] = 197545, - [SMALL_STATE(2882)] = 197610, - [SMALL_STATE(2883)] = 197657, - [SMALL_STATE(2884)] = 197704, - [SMALL_STATE(2885)] = 197751, - [SMALL_STATE(2886)] = 197816, - [SMALL_STATE(2887)] = 197867, - [SMALL_STATE(2888)] = 197932, - [SMALL_STATE(2889)] = 197981, - [SMALL_STATE(2890)] = 198046, - [SMALL_STATE(2891)] = 198093, - [SMALL_STATE(2892)] = 198158, - [SMALL_STATE(2893)] = 198223, - [SMALL_STATE(2894)] = 198288, - [SMALL_STATE(2895)] = 198355, - [SMALL_STATE(2896)] = 198402, - [SMALL_STATE(2897)] = 198467, - [SMALL_STATE(2898)] = 198516, - [SMALL_STATE(2899)] = 198581, - [SMALL_STATE(2900)] = 198628, - [SMALL_STATE(2901)] = 198675, - [SMALL_STATE(2902)] = 198722, - [SMALL_STATE(2903)] = 198787, - [SMALL_STATE(2904)] = 198852, - [SMALL_STATE(2905)] = 198911, - [SMALL_STATE(2906)] = 198966, - [SMALL_STATE(2907)] = 199015, - [SMALL_STATE(2908)] = 199080, - [SMALL_STATE(2909)] = 199145, - [SMALL_STATE(2910)] = 199200, - [SMALL_STATE(2911)] = 199251, - [SMALL_STATE(2912)] = 199298, - [SMALL_STATE(2913)] = 199361, - [SMALL_STATE(2914)] = 199408, - [SMALL_STATE(2915)] = 199455, - [SMALL_STATE(2916)] = 199502, - [SMALL_STATE(2917)] = 199549, - [SMALL_STATE(2918)] = 199596, - [SMALL_STATE(2919)] = 199663, - [SMALL_STATE(2920)] = 199728, - [SMALL_STATE(2921)] = 199775, - [SMALL_STATE(2922)] = 199822, - [SMALL_STATE(2923)] = 199889, - [SMALL_STATE(2924)] = 199938, - [SMALL_STATE(2925)] = 200005, - [SMALL_STATE(2926)] = 200058, - [SMALL_STATE(2927)] = 200123, - [SMALL_STATE(2928)] = 200188, - [SMALL_STATE(2929)] = 200237, - [SMALL_STATE(2930)] = 200286, - [SMALL_STATE(2931)] = 200337, - [SMALL_STATE(2932)] = 200401, - [SMALL_STATE(2933)] = 200465, - [SMALL_STATE(2934)] = 200529, - [SMALL_STATE(2935)] = 200593, - [SMALL_STATE(2936)] = 200657, - [SMALL_STATE(2937)] = 200737, - [SMALL_STATE(2938)] = 200799, - [SMALL_STATE(2939)] = 200881, - [SMALL_STATE(2940)] = 200927, - [SMALL_STATE(2941)] = 200973, - [SMALL_STATE(2942)] = 201037, - [SMALL_STATE(2943)] = 201083, - [SMALL_STATE(2944)] = 201147, - [SMALL_STATE(2945)] = 201211, - [SMALL_STATE(2946)] = 201275, - [SMALL_STATE(2947)] = 201339, - [SMALL_STATE(2948)] = 201403, - [SMALL_STATE(2949)] = 201467, - [SMALL_STATE(2950)] = 201531, - [SMALL_STATE(2951)] = 201595, - [SMALL_STATE(2952)] = 201659, - [SMALL_STATE(2953)] = 201705, - [SMALL_STATE(2954)] = 201769, - [SMALL_STATE(2955)] = 201815, - [SMALL_STATE(2956)] = 201867, - [SMALL_STATE(2957)] = 201931, - [SMALL_STATE(2958)] = 201995, - [SMALL_STATE(2959)] = 202041, - [SMALL_STATE(2960)] = 202105, - [SMALL_STATE(2961)] = 202167, - [SMALL_STATE(2962)] = 202231, - [SMALL_STATE(2963)] = 202295, - [SMALL_STATE(2964)] = 202359, - [SMALL_STATE(2965)] = 202423, - [SMALL_STATE(2966)] = 202487, - [SMALL_STATE(2967)] = 202551, - [SMALL_STATE(2968)] = 202615, - [SMALL_STATE(2969)] = 202661, - [SMALL_STATE(2970)] = 202725, - [SMALL_STATE(2971)] = 202789, - [SMALL_STATE(2972)] = 202833, - [SMALL_STATE(2973)] = 202897, - [SMALL_STATE(2974)] = 202961, - [SMALL_STATE(2975)] = 203007, - [SMALL_STATE(2976)] = 203071, - [SMALL_STATE(2977)] = 203135, - [SMALL_STATE(2978)] = 203217, - [SMALL_STATE(2979)] = 203281, - [SMALL_STATE(2980)] = 203345, - [SMALL_STATE(2981)] = 203409, - [SMALL_STATE(2982)] = 203473, - [SMALL_STATE(2983)] = 203537, - [SMALL_STATE(2984)] = 203583, - [SMALL_STATE(2985)] = 203629, - [SMALL_STATE(2986)] = 203683, - [SMALL_STATE(2987)] = 203747, - [SMALL_STATE(2988)] = 203811, - [SMALL_STATE(2989)] = 203857, - [SMALL_STATE(2990)] = 203903, - [SMALL_STATE(2991)] = 203949, - [SMALL_STATE(2992)] = 203995, - [SMALL_STATE(2993)] = 204059, - [SMALL_STATE(2994)] = 204123, - [SMALL_STATE(2995)] = 204187, - [SMALL_STATE(2996)] = 204269, - [SMALL_STATE(2997)] = 204315, - [SMALL_STATE(2998)] = 204379, - [SMALL_STATE(2999)] = 204425, - [SMALL_STATE(3000)] = 204489, - [SMALL_STATE(3001)] = 204553, - [SMALL_STATE(3002)] = 204617, - [SMALL_STATE(3003)] = 204663, - [SMALL_STATE(3004)] = 204727, - [SMALL_STATE(3005)] = 204791, - [SMALL_STATE(3006)] = 204873, - [SMALL_STATE(3007)] = 204923, - [SMALL_STATE(3008)] = 204969, - [SMALL_STATE(3009)] = 205015, - [SMALL_STATE(3010)] = 205079, - [SMALL_STATE(3011)] = 205143, - [SMALL_STATE(3012)] = 205207, - [SMALL_STATE(3013)] = 205253, - [SMALL_STATE(3014)] = 205315, - [SMALL_STATE(3015)] = 205379, - [SMALL_STATE(3016)] = 205443, - [SMALL_STATE(3017)] = 205507, - [SMALL_STATE(3018)] = 205571, - [SMALL_STATE(3019)] = 205635, - [SMALL_STATE(3020)] = 205699, - [SMALL_STATE(3021)] = 205763, - [SMALL_STATE(3022)] = 205827, - [SMALL_STATE(3023)] = 205877, - [SMALL_STATE(3024)] = 205941, - [SMALL_STATE(3025)] = 205987, - [SMALL_STATE(3026)] = 206051, - [SMALL_STATE(3027)] = 206103, - [SMALL_STATE(3028)] = 206149, - [SMALL_STATE(3029)] = 206195, - [SMALL_STATE(3030)] = 206259, - [SMALL_STATE(3031)] = 206323, - [SMALL_STATE(3032)] = 206371, - [SMALL_STATE(3033)] = 206417, - [SMALL_STATE(3034)] = 206499, - [SMALL_STATE(3035)] = 206563, - [SMALL_STATE(3036)] = 206627, - [SMALL_STATE(3037)] = 206691, - [SMALL_STATE(3038)] = 206755, - [SMALL_STATE(3039)] = 206801, - [SMALL_STATE(3040)] = 206865, - [SMALL_STATE(3041)] = 206911, - [SMALL_STATE(3042)] = 206975, - [SMALL_STATE(3043)] = 207057, - [SMALL_STATE(3044)] = 207121, - [SMALL_STATE(3045)] = 207167, - [SMALL_STATE(3046)] = 207231, - [SMALL_STATE(3047)] = 207295, - [SMALL_STATE(3048)] = 207377, - [SMALL_STATE(3049)] = 207441, - [SMALL_STATE(3050)] = 207505, - [SMALL_STATE(3051)] = 207551, - [SMALL_STATE(3052)] = 207615, - [SMALL_STATE(3053)] = 207679, - [SMALL_STATE(3054)] = 207725, - [SMALL_STATE(3055)] = 207789, - [SMALL_STATE(3056)] = 207853, - [SMALL_STATE(3057)] = 207899, - [SMALL_STATE(3058)] = 207963, - [SMALL_STATE(3059)] = 208027, - [SMALL_STATE(3060)] = 208073, - [SMALL_STATE(3061)] = 208123, - [SMALL_STATE(3062)] = 208169, - [SMALL_STATE(3063)] = 208233, - [SMALL_STATE(3064)] = 208297, - [SMALL_STATE(3065)] = 208343, - [SMALL_STATE(3066)] = 208407, - [SMALL_STATE(3067)] = 208471, - [SMALL_STATE(3068)] = 208517, - [SMALL_STATE(3069)] = 208563, - [SMALL_STATE(3070)] = 208627, - [SMALL_STATE(3071)] = 208673, - [SMALL_STATE(3072)] = 208719, - [SMALL_STATE(3073)] = 208765, - [SMALL_STATE(3074)] = 208829, - [SMALL_STATE(3075)] = 208875, - [SMALL_STATE(3076)] = 208921, - [SMALL_STATE(3077)] = 208967, - [SMALL_STATE(3078)] = 209013, - [SMALL_STATE(3079)] = 209077, - [SMALL_STATE(3080)] = 209141, - [SMALL_STATE(3081)] = 209189, - [SMALL_STATE(3082)] = 209271, - [SMALL_STATE(3083)] = 209335, - [SMALL_STATE(3084)] = 209417, - [SMALL_STATE(3085)] = 209463, - [SMALL_STATE(3086)] = 209527, - [SMALL_STATE(3087)] = 209585, - [SMALL_STATE(3088)] = 209649, - [SMALL_STATE(3089)] = 209713, - [SMALL_STATE(3090)] = 209777, - [SMALL_STATE(3091)] = 209841, - [SMALL_STATE(3092)] = 209887, - [SMALL_STATE(3093)] = 209933, - [SMALL_STATE(3094)] = 209979, - [SMALL_STATE(3095)] = 210043, - [SMALL_STATE(3096)] = 210107, - [SMALL_STATE(3097)] = 210171, - [SMALL_STATE(3098)] = 210233, - [SMALL_STATE(3099)] = 210297, - [SMALL_STATE(3100)] = 210361, - [SMALL_STATE(3101)] = 210425, - [SMALL_STATE(3102)] = 210489, - [SMALL_STATE(3103)] = 210553, - [SMALL_STATE(3104)] = 210617, - [SMALL_STATE(3105)] = 210681, - [SMALL_STATE(3106)] = 210745, - [SMALL_STATE(3107)] = 210809, - [SMALL_STATE(3108)] = 210855, - [SMALL_STATE(3109)] = 210919, - [SMALL_STATE(3110)] = 210983, - [SMALL_STATE(3111)] = 211047, - [SMALL_STATE(3112)] = 211111, - [SMALL_STATE(3113)] = 211159, - [SMALL_STATE(3114)] = 211223, - [SMALL_STATE(3115)] = 211287, - [SMALL_STATE(3116)] = 211333, - [SMALL_STATE(3117)] = 211397, - [SMALL_STATE(3118)] = 211443, - [SMALL_STATE(3119)] = 211505, - [SMALL_STATE(3120)] = 211569, - [SMALL_STATE(3121)] = 211615, - [SMALL_STATE(3122)] = 211667, - [SMALL_STATE(3123)] = 211731, - [SMALL_STATE(3124)] = 211795, - [SMALL_STATE(3125)] = 211841, - [SMALL_STATE(3126)] = 211905, - [SMALL_STATE(3127)] = 211949, - [SMALL_STATE(3128)] = 212013, - [SMALL_STATE(3129)] = 212077, - [SMALL_STATE(3130)] = 212141, - [SMALL_STATE(3131)] = 212205, - [SMALL_STATE(3132)] = 212251, - [SMALL_STATE(3133)] = 212315, - [SMALL_STATE(3134)] = 212379, - [SMALL_STATE(3135)] = 212443, - [SMALL_STATE(3136)] = 212489, - [SMALL_STATE(3137)] = 212553, - [SMALL_STATE(3138)] = 212617, - [SMALL_STATE(3139)] = 212681, - [SMALL_STATE(3140)] = 212739, - [SMALL_STATE(3141)] = 212803, - [SMALL_STATE(3142)] = 212867, - [SMALL_STATE(3143)] = 212931, - [SMALL_STATE(3144)] = 212995, - [SMALL_STATE(3145)] = 213059, - [SMALL_STATE(3146)] = 213105, - [SMALL_STATE(3147)] = 213163, - [SMALL_STATE(3148)] = 213207, - [SMALL_STATE(3149)] = 213271, - [SMALL_STATE(3150)] = 213335, - [SMALL_STATE(3151)] = 213399, - [SMALL_STATE(3152)] = 213443, - [SMALL_STATE(3153)] = 213507, - [SMALL_STATE(3154)] = 213561, - [SMALL_STATE(3155)] = 213615, - [SMALL_STATE(3156)] = 213661, - [SMALL_STATE(3157)] = 213725, - [SMALL_STATE(3158)] = 213771, - [SMALL_STATE(3159)] = 213833, - [SMALL_STATE(3160)] = 213897, - [SMALL_STATE(3161)] = 213961, - [SMALL_STATE(3162)] = 214025, - [SMALL_STATE(3163)] = 214069, - [SMALL_STATE(3164)] = 214133, - [SMALL_STATE(3165)] = 214179, - [SMALL_STATE(3166)] = 214243, - [SMALL_STATE(3167)] = 214307, - [SMALL_STATE(3168)] = 214371, - [SMALL_STATE(3169)] = 214417, - [SMALL_STATE(3170)] = 214461, - [SMALL_STATE(3171)] = 214507, - [SMALL_STATE(3172)] = 214571, - [SMALL_STATE(3173)] = 214623, - [SMALL_STATE(3174)] = 214687, - [SMALL_STATE(3175)] = 214733, - [SMALL_STATE(3176)] = 214797, - [SMALL_STATE(3177)] = 214861, - [SMALL_STATE(3178)] = 214925, - [SMALL_STATE(3179)] = 214989, - [SMALL_STATE(3180)] = 215053, - [SMALL_STATE(3181)] = 215099, - [SMALL_STATE(3182)] = 215143, - [SMALL_STATE(3183)] = 215207, - [SMALL_STATE(3184)] = 215289, - [SMALL_STATE(3185)] = 215369, - [SMALL_STATE(3186)] = 215433, - [SMALL_STATE(3187)] = 215497, - [SMALL_STATE(3188)] = 215561, - [SMALL_STATE(3189)] = 215625, - [SMALL_STATE(3190)] = 215689, - [SMALL_STATE(3191)] = 215735, - [SMALL_STATE(3192)] = 215779, - [SMALL_STATE(3193)] = 215827, - [SMALL_STATE(3194)] = 215891, - [SMALL_STATE(3195)] = 215936, - [SMALL_STATE(3196)] = 215987, - [SMALL_STATE(3197)] = 216042, - [SMALL_STATE(3198)] = 216085, - [SMALL_STATE(3199)] = 216140, - [SMALL_STATE(3200)] = 216183, - [SMALL_STATE(3201)] = 216234, - [SMALL_STATE(3202)] = 216279, - [SMALL_STATE(3203)] = 216324, - [SMALL_STATE(3204)] = 216403, - [SMALL_STATE(3205)] = 216482, - [SMALL_STATE(3206)] = 216561, - [SMALL_STATE(3207)] = 216612, - [SMALL_STATE(3208)] = 216657, - [SMALL_STATE(3209)] = 216712, - [SMALL_STATE(3210)] = 216757, - [SMALL_STATE(3211)] = 216836, - [SMALL_STATE(3212)] = 216879, - [SMALL_STATE(3213)] = 216928, - [SMALL_STATE(3214)] = 216977, - [SMALL_STATE(3215)] = 217056, - [SMALL_STATE(3216)] = 217105, - [SMALL_STATE(3217)] = 217150, - [SMALL_STATE(3218)] = 217195, - [SMALL_STATE(3219)] = 217274, - [SMALL_STATE(3220)] = 217353, - [SMALL_STATE(3221)] = 217398, - [SMALL_STATE(3222)] = 217477, - [SMALL_STATE(3223)] = 217522, - [SMALL_STATE(3224)] = 217567, - [SMALL_STATE(3225)] = 217612, - [SMALL_STATE(3226)] = 217657, - [SMALL_STATE(3227)] = 217702, - [SMALL_STATE(3228)] = 217747, - [SMALL_STATE(3229)] = 217826, - [SMALL_STATE(3230)] = 217905, - [SMALL_STATE(3231)] = 217984, - [SMALL_STATE(3232)] = 218029, - [SMALL_STATE(3233)] = 218074, - [SMALL_STATE(3234)] = 218119, - [SMALL_STATE(3235)] = 218164, - [SMALL_STATE(3236)] = 218243, - [SMALL_STATE(3237)] = 218322, - [SMALL_STATE(3238)] = 218365, - [SMALL_STATE(3239)] = 218444, - [SMALL_STATE(3240)] = 218489, - [SMALL_STATE(3241)] = 218534, - [SMALL_STATE(3242)] = 218589, - [SMALL_STATE(3243)] = 218634, - [SMALL_STATE(3244)] = 218679, - [SMALL_STATE(3245)] = 218722, - [SMALL_STATE(3246)] = 218765, - [SMALL_STATE(3247)] = 218810, - [SMALL_STATE(3248)] = 218855, - [SMALL_STATE(3249)] = 218898, - [SMALL_STATE(3250)] = 218941, - [SMALL_STATE(3251)] = 218984, - [SMALL_STATE(3252)] = 219027, - [SMALL_STATE(3253)] = 219070, - [SMALL_STATE(3254)] = 219113, - [SMALL_STATE(3255)] = 219156, - [SMALL_STATE(3256)] = 219201, - [SMALL_STATE(3257)] = 219244, - [SMALL_STATE(3258)] = 219289, - [SMALL_STATE(3259)] = 219338, - [SMALL_STATE(3260)] = 219383, - [SMALL_STATE(3261)] = 219426, - [SMALL_STATE(3262)] = 219471, - [SMALL_STATE(3263)] = 219550, - [SMALL_STATE(3264)] = 219599, - [SMALL_STATE(3265)] = 219648, - [SMALL_STATE(3266)] = 219727, - [SMALL_STATE(3267)] = 219770, - [SMALL_STATE(3268)] = 219815, - [SMALL_STATE(3269)] = 219894, - [SMALL_STATE(3270)] = 219937, - [SMALL_STATE(3271)] = 219988, - [SMALL_STATE(3272)] = 220043, - [SMALL_STATE(3273)] = 220088, - [SMALL_STATE(3274)] = 220133, - [SMALL_STATE(3275)] = 220212, - [SMALL_STATE(3276)] = 220255, - [SMALL_STATE(3277)] = 220300, - [SMALL_STATE(3278)] = 220343, - [SMALL_STATE(3279)] = 220386, - [SMALL_STATE(3280)] = 220429, - [SMALL_STATE(3281)] = 220474, - [SMALL_STATE(3282)] = 220519, - [SMALL_STATE(3283)] = 220562, - [SMALL_STATE(3284)] = 220607, - [SMALL_STATE(3285)] = 220650, - [SMALL_STATE(3286)] = 220695, - [SMALL_STATE(3287)] = 220740, - [SMALL_STATE(3288)] = 220785, - [SMALL_STATE(3289)] = 220830, - [SMALL_STATE(3290)] = 220875, - [SMALL_STATE(3291)] = 220920, - [SMALL_STATE(3292)] = 220965, - [SMALL_STATE(3293)] = 221044, - [SMALL_STATE(3294)] = 221089, - [SMALL_STATE(3295)] = 221134, - [SMALL_STATE(3296)] = 221179, - [SMALL_STATE(3297)] = 221224, - [SMALL_STATE(3298)] = 221267, - [SMALL_STATE(3299)] = 221310, - [SMALL_STATE(3300)] = 221355, - [SMALL_STATE(3301)] = 221400, - [SMALL_STATE(3302)] = 221443, - [SMALL_STATE(3303)] = 221486, - [SMALL_STATE(3304)] = 221531, - [SMALL_STATE(3305)] = 221576, - [SMALL_STATE(3306)] = 221621, - [SMALL_STATE(3307)] = 221700, - [SMALL_STATE(3308)] = 221745, - [SMALL_STATE(3309)] = 221793, - [SMALL_STATE(3310)] = 221863, - [SMALL_STATE(3311)] = 221933, - [SMALL_STATE(3312)] = 221981, - [SMALL_STATE(3313)] = 222051, - [SMALL_STATE(3314)] = 222099, - [SMALL_STATE(3315)] = 222173, - [SMALL_STATE(3316)] = 222243, - [SMALL_STATE(3317)] = 222313, - [SMALL_STATE(3318)] = 222383, - [SMALL_STATE(3319)] = 222453, - [SMALL_STATE(3320)] = 222523, - [SMALL_STATE(3321)] = 222593, - [SMALL_STATE(3322)] = 222663, - [SMALL_STATE(3323)] = 222733, - [SMALL_STATE(3324)] = 222803, - [SMALL_STATE(3325)] = 222873, - [SMALL_STATE(3326)] = 222947, - [SMALL_STATE(3327)] = 223017, - [SMALL_STATE(3328)] = 223087, - [SMALL_STATE(3329)] = 223155, - [SMALL_STATE(3330)] = 223225, - [SMALL_STATE(3331)] = 223295, - [SMALL_STATE(3332)] = 223365, - [SMALL_STATE(3333)] = 223435, - [SMALL_STATE(3334)] = 223505, - [SMALL_STATE(3335)] = 223576, - [SMALL_STATE(3336)] = 223649, - [SMALL_STATE(3337)] = 223728, - [SMALL_STATE(3338)] = 223779, - [SMALL_STATE(3339)] = 223852, - [SMALL_STATE(3340)] = 223931, - [SMALL_STATE(3341)] = 224010, - [SMALL_STATE(3342)] = 224089, - [SMALL_STATE(3343)] = 224162, - [SMALL_STATE(3344)] = 224213, - [SMALL_STATE(3345)] = 224286, - [SMALL_STATE(3346)] = 224359, - [SMALL_STATE(3347)] = 224432, - [SMALL_STATE(3348)] = 224505, - [SMALL_STATE(3349)] = 224576, - [SMALL_STATE(3350)] = 224649, - [SMALL_STATE(3351)] = 224692, - [SMALL_STATE(3352)] = 224765, - [SMALL_STATE(3353)] = 224838, - [SMALL_STATE(3354)] = 224911, - [SMALL_STATE(3355)] = 224984, - [SMALL_STATE(3356)] = 225063, - [SMALL_STATE(3357)] = 225136, - [SMALL_STATE(3358)] = 225215, - [SMALL_STATE(3359)] = 225288, - [SMALL_STATE(3360)] = 225367, - [SMALL_STATE(3361)] = 225440, - [SMALL_STATE(3362)] = 225513, - [SMALL_STATE(3363)] = 225586, - [SMALL_STATE(3364)] = 225659, - [SMALL_STATE(3365)] = 225732, - [SMALL_STATE(3366)] = 225805, - [SMALL_STATE(3367)] = 225878, - [SMALL_STATE(3368)] = 225951, - [SMALL_STATE(3369)] = 226024, - [SMALL_STATE(3370)] = 226103, - [SMALL_STATE(3371)] = 226176, - [SMALL_STATE(3372)] = 226249, - [SMALL_STATE(3373)] = 226328, - [SMALL_STATE(3374)] = 226401, - [SMALL_STATE(3375)] = 226444, - [SMALL_STATE(3376)] = 226517, - [SMALL_STATE(3377)] = 226590, - [SMALL_STATE(3378)] = 226669, - [SMALL_STATE(3379)] = 226748, - [SMALL_STATE(3380)] = 226821, - [SMALL_STATE(3381)] = 226894, - [SMALL_STATE(3382)] = 226937, - [SMALL_STATE(3383)] = 227016, - [SMALL_STATE(3384)] = 227089, - [SMALL_STATE(3385)] = 227162, - [SMALL_STATE(3386)] = 227235, - [SMALL_STATE(3387)] = 227308, - [SMALL_STATE(3388)] = 227381, - [SMALL_STATE(3389)] = 227452, - [SMALL_STATE(3390)] = 227531, - [SMALL_STATE(3391)] = 227604, - [SMALL_STATE(3392)] = 227677, - [SMALL_STATE(3393)] = 227750, - [SMALL_STATE(3394)] = 227801, - [SMALL_STATE(3395)] = 227874, - [SMALL_STATE(3396)] = 227947, - [SMALL_STATE(3397)] = 228020, - [SMALL_STATE(3398)] = 228061, - [SMALL_STATE(3399)] = 228134, - [SMALL_STATE(3400)] = 228205, - [SMALL_STATE(3401)] = 228246, - [SMALL_STATE(3402)] = 228319, - [SMALL_STATE(3403)] = 228392, - [SMALL_STATE(3404)] = 228465, - [SMALL_STATE(3405)] = 228534, - [SMALL_STATE(3406)] = 228607, - [SMALL_STATE(3407)] = 228680, - [SMALL_STATE(3408)] = 228753, - [SMALL_STATE(3409)] = 228832, - [SMALL_STATE(3410)] = 228905, - [SMALL_STATE(3411)] = 228978, - [SMALL_STATE(3412)] = 229051, - [SMALL_STATE(3413)] = 229094, - [SMALL_STATE(3414)] = 229173, - [SMALL_STATE(3415)] = 229246, - [SMALL_STATE(3416)] = 229319, - [SMALL_STATE(3417)] = 229392, - [SMALL_STATE(3418)] = 229465, - [SMALL_STATE(3419)] = 229506, - [SMALL_STATE(3420)] = 229585, - [SMALL_STATE(3421)] = 229658, - [SMALL_STATE(3422)] = 229737, - [SMALL_STATE(3423)] = 229810, - [SMALL_STATE(3424)] = 229883, - [SMALL_STATE(3425)] = 229962, - [SMALL_STATE(3426)] = 230013, - [SMALL_STATE(3427)] = 230092, - [SMALL_STATE(3428)] = 230165, - [SMALL_STATE(3429)] = 230208, - [SMALL_STATE(3430)] = 230281, - [SMALL_STATE(3431)] = 230354, - [SMALL_STATE(3432)] = 230427, - [SMALL_STATE(3433)] = 230468, - [SMALL_STATE(3434)] = 230541, - [SMALL_STATE(3435)] = 230614, - [SMALL_STATE(3436)] = 230657, - [SMALL_STATE(3437)] = 230730, - [SMALL_STATE(3438)] = 230809, - [SMALL_STATE(3439)] = 230882, - [SMALL_STATE(3440)] = 230955, - [SMALL_STATE(3441)] = 230998, - [SMALL_STATE(3442)] = 231039, - [SMALL_STATE(3443)] = 231112, - [SMALL_STATE(3444)] = 231185, - [SMALL_STATE(3445)] = 231226, - [SMALL_STATE(3446)] = 231299, - [SMALL_STATE(3447)] = 231343, - [SMALL_STATE(3448)] = 231403, - [SMALL_STATE(3449)] = 231447, - [SMALL_STATE(3450)] = 231491, - [SMALL_STATE(3451)] = 231556, - [SMALL_STATE(3452)] = 231597, - [SMALL_STATE(3453)] = 231662, - [SMALL_STATE(3454)] = 231727, - [SMALL_STATE(3455)] = 231768, - [SMALL_STATE(3456)] = 231809, - [SMALL_STATE(3457)] = 231874, - [SMALL_STATE(3458)] = 231915, - [SMALL_STATE(3459)] = 231980, - [SMALL_STATE(3460)] = 232045, - [SMALL_STATE(3461)] = 232110, - [SMALL_STATE(3462)] = 232175, - [SMALL_STATE(3463)] = 232240, - [SMALL_STATE(3464)] = 232295, - [SMALL_STATE(3465)] = 232336, - [SMALL_STATE(3466)] = 232401, - [SMALL_STATE(3467)] = 232442, - [SMALL_STATE(3468)] = 232507, - [SMALL_STATE(3469)] = 232572, - [SMALL_STATE(3470)] = 232637, - [SMALL_STATE(3471)] = 232702, - [SMALL_STATE(3472)] = 232741, - [SMALL_STATE(3473)] = 232788, - [SMALL_STATE(3474)] = 232835, - [SMALL_STATE(3475)] = 232874, - [SMALL_STATE(3476)] = 232921, - [SMALL_STATE(3477)] = 232968, - [SMALL_STATE(3478)] = 233007, - [SMALL_STATE(3479)] = 233046, - [SMALL_STATE(3480)] = 233087, - [SMALL_STATE(3481)] = 233134, - [SMALL_STATE(3482)] = 233180, - [SMALL_STATE(3483)] = 233216, - [SMALL_STATE(3484)] = 233262, - [SMALL_STATE(3485)] = 233308, - [SMALL_STATE(3486)] = 233354, - [SMALL_STATE(3487)] = 233400, - [SMALL_STATE(3488)] = 233444, - [SMALL_STATE(3489)] = 233484, - [SMALL_STATE(3490)] = 233530, - [SMALL_STATE(3491)] = 233576, - [SMALL_STATE(3492)] = 233622, - [SMALL_STATE(3493)] = 233666, - [SMALL_STATE(3494)] = 233706, - [SMALL_STATE(3495)] = 233752, - [SMALL_STATE(3496)] = 233798, - [SMALL_STATE(3497)] = 233838, - [SMALL_STATE(3498)] = 233887, - [SMALL_STATE(3499)] = 233946, - [SMALL_STATE(3500)] = 233993, - [SMALL_STATE(3501)] = 234054, - [SMALL_STATE(3502)] = 234115, - [SMALL_STATE(3503)] = 234166, - [SMALL_STATE(3504)] = 234227, - [SMALL_STATE(3505)] = 234288, - [SMALL_STATE(3506)] = 234337, - [SMALL_STATE(3507)] = 234382, - [SMALL_STATE(3508)] = 234433, - [SMALL_STATE(3509)] = 234470, - [SMALL_STATE(3510)] = 234521, - [SMALL_STATE(3511)] = 234582, - [SMALL_STATE(3512)] = 234641, - [SMALL_STATE(3513)] = 234692, - [SMALL_STATE(3514)] = 234731, - [SMALL_STATE(3515)] = 234782, - [SMALL_STATE(3516)] = 234829, - [SMALL_STATE(3517)] = 234878, - [SMALL_STATE(3518)] = 234917, - [SMALL_STATE(3519)] = 234976, - [SMALL_STATE(3520)] = 235037, - [SMALL_STATE(3521)] = 235098, - [SMALL_STATE(3522)] = 235157, - [SMALL_STATE(3523)] = 235218, - [SMALL_STATE(3524)] = 235269, - [SMALL_STATE(3525)] = 235320, - [SMALL_STATE(3526)] = 235381, - [SMALL_STATE(3527)] = 235426, - [SMALL_STATE(3528)] = 235487, - [SMALL_STATE(3529)] = 235526, - [SMALL_STATE(3530)] = 235560, - [SMALL_STATE(3531)] = 235594, - [SMALL_STATE(3532)] = 235656, - [SMALL_STATE(3533)] = 235696, - [SMALL_STATE(3534)] = 235754, - [SMALL_STATE(3535)] = 235788, - [SMALL_STATE(3536)] = 235824, - [SMALL_STATE(3537)] = 235886, - [SMALL_STATE(3538)] = 235920, - [SMALL_STATE(3539)] = 235982, - [SMALL_STATE(3540)] = 236040, - [SMALL_STATE(3541)] = 236074, - [SMALL_STATE(3542)] = 236136, - [SMALL_STATE(3543)] = 236194, - [SMALL_STATE(3544)] = 236252, - [SMALL_STATE(3545)] = 236300, - [SMALL_STATE(3546)] = 236350, - [SMALL_STATE(3547)] = 236408, - [SMALL_STATE(3548)] = 236458, - [SMALL_STATE(3549)] = 236520, - [SMALL_STATE(3550)] = 236575, - [SMALL_STATE(3551)] = 236630, - [SMALL_STATE(3552)] = 236663, - [SMALL_STATE(3553)] = 236718, - [SMALL_STATE(3554)] = 236773, - [SMALL_STATE(3555)] = 236820, - [SMALL_STATE(3556)] = 236865, - [SMALL_STATE(3557)] = 236920, - [SMALL_STATE(3558)] = 236975, - [SMALL_STATE(3559)] = 237030, - [SMALL_STATE(3560)] = 237085, - [SMALL_STATE(3561)] = 237118, - [SMALL_STATE(3562)] = 237165, - [SMALL_STATE(3563)] = 237212, - [SMALL_STATE(3564)] = 237247, - [SMALL_STATE(3565)] = 237290, - [SMALL_STATE(3566)] = 237325, - [SMALL_STATE(3567)] = 237372, - [SMALL_STATE(3568)] = 237427, - [SMALL_STATE(3569)] = 237482, - [SMALL_STATE(3570)] = 237517, - [SMALL_STATE(3571)] = 237562, - [SMALL_STATE(3572)] = 237595, - [SMALL_STATE(3573)] = 237643, - [SMALL_STATE(3574)] = 237691, - [SMALL_STATE(3575)] = 237747, - [SMALL_STATE(3576)] = 237795, - [SMALL_STATE(3577)] = 237843, - [SMALL_STATE(3578)] = 237899, - [SMALL_STATE(3579)] = 237947, - [SMALL_STATE(3580)] = 237995, - [SMALL_STATE(3581)] = 238043, - [SMALL_STATE(3582)] = 238091, - [SMALL_STATE(3583)] = 238139, - [SMALL_STATE(3584)] = 238191, - [SMALL_STATE(3585)] = 238243, - [SMALL_STATE(3586)] = 238285, - [SMALL_STATE(3587)] = 238333, - [SMALL_STATE(3588)] = 238381, - [SMALL_STATE(3589)] = 238437, - [SMALL_STATE(3590)] = 238485, - [SMALL_STATE(3591)] = 238537, - [SMALL_STATE(3592)] = 238585, - [SMALL_STATE(3593)] = 238633, - [SMALL_STATE(3594)] = 238681, - [SMALL_STATE(3595)] = 238729, - [SMALL_STATE(3596)] = 238777, - [SMALL_STATE(3597)] = 238825, - [SMALL_STATE(3598)] = 238873, - [SMALL_STATE(3599)] = 238921, - [SMALL_STATE(3600)] = 238973, - [SMALL_STATE(3601)] = 239029, - [SMALL_STATE(3602)] = 239077, - [SMALL_STATE(3603)] = 239125, - [SMALL_STATE(3604)] = 239173, - [SMALL_STATE(3605)] = 239221, - [SMALL_STATE(3606)] = 239269, - [SMALL_STATE(3607)] = 239317, - [SMALL_STATE(3608)] = 239365, - [SMALL_STATE(3609)] = 239417, - [SMALL_STATE(3610)] = 239465, - [SMALL_STATE(3611)] = 239513, - [SMALL_STATE(3612)] = 239561, - [SMALL_STATE(3613)] = 239609, - [SMALL_STATE(3614)] = 239657, - [SMALL_STATE(3615)] = 239713, - [SMALL_STATE(3616)] = 239761, - [SMALL_STATE(3617)] = 239813, - [SMALL_STATE(3618)] = 239861, - [SMALL_STATE(3619)] = 239909, - [SMALL_STATE(3620)] = 239957, - [SMALL_STATE(3621)] = 239999, - [SMALL_STATE(3622)] = 240047, - [SMALL_STATE(3623)] = 240095, - [SMALL_STATE(3624)] = 240143, - [SMALL_STATE(3625)] = 240191, - [SMALL_STATE(3626)] = 240243, - [SMALL_STATE(3627)] = 240291, - [SMALL_STATE(3628)] = 240343, - [SMALL_STATE(3629)] = 240399, - [SMALL_STATE(3630)] = 240447, - [SMALL_STATE(3631)] = 240495, - [SMALL_STATE(3632)] = 240547, - [SMALL_STATE(3633)] = 240599, - [SMALL_STATE(3634)] = 240647, - [SMALL_STATE(3635)] = 240695, - [SMALL_STATE(3636)] = 240743, - [SMALL_STATE(3637)] = 240791, - [SMALL_STATE(3638)] = 240839, - [SMALL_STATE(3639)] = 240887, - [SMALL_STATE(3640)] = 240935, - [SMALL_STATE(3641)] = 240983, - [SMALL_STATE(3642)] = 241023, - [SMALL_STATE(3643)] = 241071, - [SMALL_STATE(3644)] = 241119, - [SMALL_STATE(3645)] = 241167, - [SMALL_STATE(3646)] = 241215, - [SMALL_STATE(3647)] = 241263, - [SMALL_STATE(3648)] = 241309, - [SMALL_STATE(3649)] = 241362, - [SMALL_STATE(3650)] = 241411, - [SMALL_STATE(3651)] = 241464, - [SMALL_STATE(3652)] = 241517, - [SMALL_STATE(3653)] = 241570, - [SMALL_STATE(3654)] = 241617, - [SMALL_STATE(3655)] = 241670, - [SMALL_STATE(3656)] = 241723, - [SMALL_STATE(3657)] = 241766, - [SMALL_STATE(3658)] = 241819, - [SMALL_STATE(3659)] = 241872, - [SMALL_STATE(3660)] = 241925, - [SMALL_STATE(3661)] = 241978, - [SMALL_STATE(3662)] = 242031, - [SMALL_STATE(3663)] = 242062, - [SMALL_STATE(3664)] = 242097, - [SMALL_STATE(3665)] = 242146, - [SMALL_STATE(3666)] = 242177, - [SMALL_STATE(3667)] = 242230, - [SMALL_STATE(3668)] = 242283, - [SMALL_STATE(3669)] = 242332, - [SMALL_STATE(3670)] = 242381, - [SMALL_STATE(3671)] = 242418, - [SMALL_STATE(3672)] = 242467, - [SMALL_STATE(3673)] = 242520, - [SMALL_STATE(3674)] = 242569, - [SMALL_STATE(3675)] = 242602, - [SMALL_STATE(3676)] = 242655, - [SMALL_STATE(3677)] = 242696, - [SMALL_STATE(3678)] = 242745, - [SMALL_STATE(3679)] = 242798, - [SMALL_STATE(3680)] = 242847, - [SMALL_STATE(3681)] = 242890, - [SMALL_STATE(3682)] = 242943, - [SMALL_STATE(3683)] = 242986, - [SMALL_STATE(3684)] = 243039, - [SMALL_STATE(3685)] = 243092, - [SMALL_STATE(3686)] = 243135, - [SMALL_STATE(3687)] = 243188, - [SMALL_STATE(3688)] = 243237, - [SMALL_STATE(3689)] = 243280, - [SMALL_STATE(3690)] = 243329, - [SMALL_STATE(3691)] = 243375, - [SMALL_STATE(3692)] = 243425, - [SMALL_STATE(3693)] = 243475, - [SMALL_STATE(3694)] = 243521, - [SMALL_STATE(3695)] = 243567, - [SMALL_STATE(3696)] = 243617, - [SMALL_STATE(3697)] = 243667, - [SMALL_STATE(3698)] = 243701, - [SMALL_STATE(3699)] = 243747, - [SMALL_STATE(3700)] = 243797, - [SMALL_STATE(3701)] = 243843, - [SMALL_STATE(3702)] = 243893, - [SMALL_STATE(3703)] = 243943, - [SMALL_STATE(3704)] = 243993, - [SMALL_STATE(3705)] = 244039, - [SMALL_STATE(3706)] = 244089, - [SMALL_STATE(3707)] = 244139, - [SMALL_STATE(3708)] = 244189, - [SMALL_STATE(3709)] = 244239, - [SMALL_STATE(3710)] = 244289, - [SMALL_STATE(3711)] = 244339, - [SMALL_STATE(3712)] = 244389, - [SMALL_STATE(3713)] = 244439, - [SMALL_STATE(3714)] = 244489, - [SMALL_STATE(3715)] = 244527, - [SMALL_STATE(3716)] = 244577, - [SMALL_STATE(3717)] = 244627, - [SMALL_STATE(3718)] = 244677, - [SMALL_STATE(3719)] = 244727, - [SMALL_STATE(3720)] = 244765, - [SMALL_STATE(3721)] = 244815, - [SMALL_STATE(3722)] = 244865, - [SMALL_STATE(3723)] = 244915, - [SMALL_STATE(3724)] = 244965, - [SMALL_STATE(3725)] = 245011, - [SMALL_STATE(3726)] = 245061, - [SMALL_STATE(3727)] = 245111, - [SMALL_STATE(3728)] = 245157, - [SMALL_STATE(3729)] = 245207, - [SMALL_STATE(3730)] = 245257, - [SMALL_STATE(3731)] = 245303, - [SMALL_STATE(3732)] = 245339, - [SMALL_STATE(3733)] = 245377, - [SMALL_STATE(3734)] = 245423, - [SMALL_STATE(3735)] = 245473, - [SMALL_STATE(3736)] = 245523, - [SMALL_STATE(3737)] = 245561, - [SMALL_STATE(3738)] = 245607, - [SMALL_STATE(3739)] = 245657, - [SMALL_STATE(3740)] = 245707, - [SMALL_STATE(3741)] = 245757, - [SMALL_STATE(3742)] = 245807, - [SMALL_STATE(3743)] = 245857, - [SMALL_STATE(3744)] = 245907, - [SMALL_STATE(3745)] = 245953, - [SMALL_STATE(3746)] = 246003, - [SMALL_STATE(3747)] = 246053, - [SMALL_STATE(3748)] = 246099, - [SMALL_STATE(3749)] = 246149, - [SMALL_STATE(3750)] = 246199, - [SMALL_STATE(3751)] = 246249, - [SMALL_STATE(3752)] = 246295, - [SMALL_STATE(3753)] = 246345, - [SMALL_STATE(3754)] = 246395, - [SMALL_STATE(3755)] = 246425, - [SMALL_STATE(3756)] = 246471, - [SMALL_STATE(3757)] = 246517, - [SMALL_STATE(3758)] = 246567, - [SMALL_STATE(3759)] = 246617, - [SMALL_STATE(3760)] = 246667, - [SMALL_STATE(3761)] = 246717, - [SMALL_STATE(3762)] = 246767, - [SMALL_STATE(3763)] = 246817, - [SMALL_STATE(3764)] = 246863, - [SMALL_STATE(3765)] = 246913, - [SMALL_STATE(3766)] = 246963, - [SMALL_STATE(3767)] = 247009, - [SMALL_STATE(3768)] = 247059, - [SMALL_STATE(3769)] = 247109, - [SMALL_STATE(3770)] = 247159, - [SMALL_STATE(3771)] = 247205, - [SMALL_STATE(3772)] = 247251, - [SMALL_STATE(3773)] = 247301, - [SMALL_STATE(3774)] = 247351, - [SMALL_STATE(3775)] = 247401, - [SMALL_STATE(3776)] = 247439, - [SMALL_STATE(3777)] = 247489, - [SMALL_STATE(3778)] = 247539, - [SMALL_STATE(3779)] = 247569, - [SMALL_STATE(3780)] = 247616, - [SMALL_STATE(3781)] = 247647, - [SMALL_STATE(3782)] = 247694, - [SMALL_STATE(3783)] = 247741, - [SMALL_STATE(3784)] = 247790, - [SMALL_STATE(3785)] = 247837, - [SMALL_STATE(3786)] = 247884, - [SMALL_STATE(3787)] = 247931, - [SMALL_STATE(3788)] = 247978, - [SMALL_STATE(3789)] = 248025, - [SMALL_STATE(3790)] = 248072, - [SMALL_STATE(3791)] = 248119, - [SMALL_STATE(3792)] = 248166, - [SMALL_STATE(3793)] = 248207, - [SMALL_STATE(3794)] = 248254, - [SMALL_STATE(3795)] = 248301, - [SMALL_STATE(3796)] = 248348, - [SMALL_STATE(3797)] = 248395, - [SMALL_STATE(3798)] = 248442, - [SMALL_STATE(3799)] = 248489, - [SMALL_STATE(3800)] = 248536, - [SMALL_STATE(3801)] = 248583, - [SMALL_STATE(3802)] = 248632, - [SMALL_STATE(3803)] = 248679, - [SMALL_STATE(3804)] = 248726, - [SMALL_STATE(3805)] = 248773, - [SMALL_STATE(3806)] = 248822, - [SMALL_STATE(3807)] = 248869, - [SMALL_STATE(3808)] = 248916, - [SMALL_STATE(3809)] = 248963, - [SMALL_STATE(3810)] = 249010, - [SMALL_STATE(3811)] = 249047, - [SMALL_STATE(3812)] = 249094, - [SMALL_STATE(3813)] = 249143, - [SMALL_STATE(3814)] = 249190, - [SMALL_STATE(3815)] = 249237, - [SMALL_STATE(3816)] = 249284, - [SMALL_STATE(3817)] = 249331, - [SMALL_STATE(3818)] = 249378, - [SMALL_STATE(3819)] = 249425, - [SMALL_STATE(3820)] = 249472, - [SMALL_STATE(3821)] = 249503, - [SMALL_STATE(3822)] = 249550, - [SMALL_STATE(3823)] = 249581, - [SMALL_STATE(3824)] = 249612, - [SMALL_STATE(3825)] = 249659, - [SMALL_STATE(3826)] = 249706, - [SMALL_STATE(3827)] = 249737, - [SMALL_STATE(3828)] = 249784, - [SMALL_STATE(3829)] = 249831, - [SMALL_STATE(3830)] = 249878, - [SMALL_STATE(3831)] = 249925, - [SMALL_STATE(3832)] = 249972, - [SMALL_STATE(3833)] = 250019, - [SMALL_STATE(3834)] = 250066, - [SMALL_STATE(3835)] = 250113, - [SMALL_STATE(3836)] = 250160, - [SMALL_STATE(3837)] = 250207, - [SMALL_STATE(3838)] = 250254, - [SMALL_STATE(3839)] = 250285, - [SMALL_STATE(3840)] = 250332, - [SMALL_STATE(3841)] = 250363, - [SMALL_STATE(3842)] = 250410, - [SMALL_STATE(3843)] = 250457, - [SMALL_STATE(3844)] = 250488, - [SMALL_STATE(3845)] = 250519, - [SMALL_STATE(3846)] = 250566, - [SMALL_STATE(3847)] = 250613, - [SMALL_STATE(3848)] = 250662, - [SMALL_STATE(3849)] = 250709, - [SMALL_STATE(3850)] = 250756, - [SMALL_STATE(3851)] = 250803, - [SMALL_STATE(3852)] = 250850, - [SMALL_STATE(3853)] = 250897, - [SMALL_STATE(3854)] = 250944, - [SMALL_STATE(3855)] = 250991, - [SMALL_STATE(3856)] = 251040, - [SMALL_STATE(3857)] = 251087, - [SMALL_STATE(3858)] = 251134, - [SMALL_STATE(3859)] = 251181, - [SMALL_STATE(3860)] = 251228, - [SMALL_STATE(3861)] = 251275, - [SMALL_STATE(3862)] = 251322, - [SMALL_STATE(3863)] = 251369, - [SMALL_STATE(3864)] = 251416, - [SMALL_STATE(3865)] = 251447, - [SMALL_STATE(3866)] = 251494, - [SMALL_STATE(3867)] = 251525, - [SMALL_STATE(3868)] = 251572, - [SMALL_STATE(3869)] = 251619, - [SMALL_STATE(3870)] = 251666, - [SMALL_STATE(3871)] = 251713, - [SMALL_STATE(3872)] = 251762, - [SMALL_STATE(3873)] = 251793, - [SMALL_STATE(3874)] = 251840, - [SMALL_STATE(3875)] = 251887, - [SMALL_STATE(3876)] = 251922, - [SMALL_STATE(3877)] = 251969, - [SMALL_STATE(3878)] = 252000, - [SMALL_STATE(3879)] = 252031, - [SMALL_STATE(3880)] = 252078, - [SMALL_STATE(3881)] = 252127, - [SMALL_STATE(3882)] = 252174, - [SMALL_STATE(3883)] = 252211, - [SMALL_STATE(3884)] = 252242, - [SMALL_STATE(3885)] = 252289, - [SMALL_STATE(3886)] = 252320, - [SMALL_STATE(3887)] = 252367, - [SMALL_STATE(3888)] = 252414, - [SMALL_STATE(3889)] = 252461, - [SMALL_STATE(3890)] = 252508, - [SMALL_STATE(3891)] = 252555, - [SMALL_STATE(3892)] = 252602, - [SMALL_STATE(3893)] = 252649, - [SMALL_STATE(3894)] = 252696, - [SMALL_STATE(3895)] = 252743, - [SMALL_STATE(3896)] = 252790, - [SMALL_STATE(3897)] = 252837, - [SMALL_STATE(3898)] = 252884, - [SMALL_STATE(3899)] = 252933, - [SMALL_STATE(3900)] = 252980, - [SMALL_STATE(3901)] = 253027, - [SMALL_STATE(3902)] = 253074, - [SMALL_STATE(3903)] = 253121, - [SMALL_STATE(3904)] = 253168, - [SMALL_STATE(3905)] = 253217, - [SMALL_STATE(3906)] = 253264, - [SMALL_STATE(3907)] = 253311, - [SMALL_STATE(3908)] = 253358, - [SMALL_STATE(3909)] = 253405, - [SMALL_STATE(3910)] = 253452, - [SMALL_STATE(3911)] = 253499, - [SMALL_STATE(3912)] = 253546, - [SMALL_STATE(3913)] = 253593, - [SMALL_STATE(3914)] = 253630, - [SMALL_STATE(3915)] = 253672, - [SMALL_STATE(3916)] = 253718, - [SMALL_STATE(3917)] = 253764, - [SMALL_STATE(3918)] = 253810, - [SMALL_STATE(3919)] = 253852, - [SMALL_STATE(3920)] = 253898, - [SMALL_STATE(3921)] = 253944, - [SMALL_STATE(3922)] = 253990, - [SMALL_STATE(3923)] = 254030, - [SMALL_STATE(3924)] = 254070, - [SMALL_STATE(3925)] = 254110, - [SMALL_STATE(3926)] = 254156, - [SMALL_STATE(3927)] = 254202, - [SMALL_STATE(3928)] = 254248, - [SMALL_STATE(3929)] = 254288, - [SMALL_STATE(3930)] = 254316, - [SMALL_STATE(3931)] = 254356, - [SMALL_STATE(3932)] = 254396, - [SMALL_STATE(3933)] = 254436, - [SMALL_STATE(3934)] = 254476, - [SMALL_STATE(3935)] = 254516, - [SMALL_STATE(3936)] = 254556, - [SMALL_STATE(3937)] = 254596, - [SMALL_STATE(3938)] = 254638, - [SMALL_STATE(3939)] = 254684, - [SMALL_STATE(3940)] = 254730, - [SMALL_STATE(3941)] = 254770, - [SMALL_STATE(3942)] = 254810, - [SMALL_STATE(3943)] = 254850, - [SMALL_STATE(3944)] = 254890, - [SMALL_STATE(3945)] = 254918, - [SMALL_STATE(3946)] = 254964, - [SMALL_STATE(3947)] = 255010, - [SMALL_STATE(3948)] = 255056, - [SMALL_STATE(3949)] = 255096, - [SMALL_STATE(3950)] = 255136, - [SMALL_STATE(3951)] = 255174, - [SMALL_STATE(3952)] = 255214, - [SMALL_STATE(3953)] = 255260, - [SMALL_STATE(3954)] = 255288, - [SMALL_STATE(3955)] = 255328, - [SMALL_STATE(3956)] = 255366, - [SMALL_STATE(3957)] = 255406, - [SMALL_STATE(3958)] = 255434, - [SMALL_STATE(3959)] = 255474, - [SMALL_STATE(3960)] = 255514, - [SMALL_STATE(3961)] = 255554, - [SMALL_STATE(3962)] = 255594, - [SMALL_STATE(3963)] = 255632, - [SMALL_STATE(3964)] = 255676, - [SMALL_STATE(3965)] = 255716, - [SMALL_STATE(3966)] = 255762, - [SMALL_STATE(3967)] = 255802, - [SMALL_STATE(3968)] = 255848, - [SMALL_STATE(3969)] = 255894, - [SMALL_STATE(3970)] = 255932, - [SMALL_STATE(3971)] = 255978, - [SMALL_STATE(3972)] = 256018, - [SMALL_STATE(3973)] = 256064, - [SMALL_STATE(3974)] = 256092, - [SMALL_STATE(3975)] = 256132, - [SMALL_STATE(3976)] = 256172, - [SMALL_STATE(3977)] = 256212, - [SMALL_STATE(3978)] = 256258, - [SMALL_STATE(3979)] = 256304, - [SMALL_STATE(3980)] = 256350, - [SMALL_STATE(3981)] = 256390, - [SMALL_STATE(3982)] = 256436, - [SMALL_STATE(3983)] = 256478, - [SMALL_STATE(3984)] = 256524, - [SMALL_STATE(3985)] = 256552, - [SMALL_STATE(3986)] = 256592, - [SMALL_STATE(3987)] = 256638, - [SMALL_STATE(3988)] = 256678, - [SMALL_STATE(3989)] = 256718, - [SMALL_STATE(3990)] = 256756, - [SMALL_STATE(3991)] = 256796, - [SMALL_STATE(3992)] = 256836, - [SMALL_STATE(3993)] = 256876, - [SMALL_STATE(3994)] = 256916, - [SMALL_STATE(3995)] = 256956, - [SMALL_STATE(3996)] = 256996, - [SMALL_STATE(3997)] = 257042, - [SMALL_STATE(3998)] = 257088, - [SMALL_STATE(3999)] = 257134, - [SMALL_STATE(4000)] = 257174, - [SMALL_STATE(4001)] = 257220, - [SMALL_STATE(4002)] = 257260, - [SMALL_STATE(4003)] = 257300, - [SMALL_STATE(4004)] = 257346, - [SMALL_STATE(4005)] = 257392, - [SMALL_STATE(4006)] = 257432, - [SMALL_STATE(4007)] = 257472, - [SMALL_STATE(4008)] = 257518, - [SMALL_STATE(4009)] = 257564, - [SMALL_STATE(4010)] = 257610, - [SMALL_STATE(4011)] = 257638, - [SMALL_STATE(4012)] = 257666, - [SMALL_STATE(4013)] = 257712, - [SMALL_STATE(4014)] = 257752, - [SMALL_STATE(4015)] = 257798, - [SMALL_STATE(4016)] = 257826, - [SMALL_STATE(4017)] = 257866, - [SMALL_STATE(4018)] = 257912, - [SMALL_STATE(4019)] = 257940, - [SMALL_STATE(4020)] = 257986, - [SMALL_STATE(4021)] = 258032, - [SMALL_STATE(4022)] = 258074, - [SMALL_STATE(4023)] = 258120, - [SMALL_STATE(4024)] = 258160, - [SMALL_STATE(4025)] = 258202, - [SMALL_STATE(4026)] = 258242, - [SMALL_STATE(4027)] = 258288, - [SMALL_STATE(4028)] = 258334, - [SMALL_STATE(4029)] = 258374, - [SMALL_STATE(4030)] = 258414, - [SMALL_STATE(4031)] = 258452, - [SMALL_STATE(4032)] = 258492, - [SMALL_STATE(4033)] = 258538, - [SMALL_STATE(4034)] = 258584, - [SMALL_STATE(4035)] = 258614, - [SMALL_STATE(4036)] = 258656, - [SMALL_STATE(4037)] = 258696, - [SMALL_STATE(4038)] = 258736, - [SMALL_STATE(4039)] = 258776, - [SMALL_STATE(4040)] = 258816, - [SMALL_STATE(4041)] = 258862, - [SMALL_STATE(4042)] = 258908, - [SMALL_STATE(4043)] = 258954, - [SMALL_STATE(4044)] = 258992, - [SMALL_STATE(4045)] = 259040, - [SMALL_STATE(4046)] = 259080, - [SMALL_STATE(4047)] = 259126, - [SMALL_STATE(4048)] = 259168, - [SMALL_STATE(4049)] = 259208, - [SMALL_STATE(4050)] = 259236, - [SMALL_STATE(4051)] = 259264, - [SMALL_STATE(4052)] = 259310, - [SMALL_STATE(4053)] = 259356, - [SMALL_STATE(4054)] = 259396, - [SMALL_STATE(4055)] = 259442, - [SMALL_STATE(4056)] = 259482, - [SMALL_STATE(4057)] = 259522, - [SMALL_STATE(4058)] = 259568, - [SMALL_STATE(4059)] = 259610, - [SMALL_STATE(4060)] = 259658, - [SMALL_STATE(4061)] = 259704, - [SMALL_STATE(4062)] = 259744, - [SMALL_STATE(4063)] = 259784, - [SMALL_STATE(4064)] = 259820, - [SMALL_STATE(4065)] = 259866, - [SMALL_STATE(4066)] = 259904, - [SMALL_STATE(4067)] = 259936, - [SMALL_STATE(4068)] = 259976, - [SMALL_STATE(4069)] = 260022, - [SMALL_STATE(4070)] = 260068, - [SMALL_STATE(4071)] = 260114, - [SMALL_STATE(4072)] = 260160, - [SMALL_STATE(4073)] = 260202, - [SMALL_STATE(4074)] = 260242, - [SMALL_STATE(4075)] = 260282, - [SMALL_STATE(4076)] = 260328, - [SMALL_STATE(4077)] = 260368, - [SMALL_STATE(4078)] = 260408, - [SMALL_STATE(4079)] = 260446, - [SMALL_STATE(4080)] = 260484, - [SMALL_STATE(4081)] = 260524, - [SMALL_STATE(4082)] = 260552, - [SMALL_STATE(4083)] = 260592, - [SMALL_STATE(4084)] = 260634, - [SMALL_STATE(4085)] = 260673, - [SMALL_STATE(4086)] = 260712, - [SMALL_STATE(4087)] = 260751, - [SMALL_STATE(4088)] = 260778, - [SMALL_STATE(4089)] = 260817, - [SMALL_STATE(4090)] = 260856, - [SMALL_STATE(4091)] = 260895, - [SMALL_STATE(4092)] = 260934, - [SMALL_STATE(4093)] = 260973, - [SMALL_STATE(4094)] = 261002, - [SMALL_STATE(4095)] = 261031, - [SMALL_STATE(4096)] = 261070, - [SMALL_STATE(4097)] = 261109, - [SMALL_STATE(4098)] = 261148, - [SMALL_STATE(4099)] = 261187, - [SMALL_STATE(4100)] = 261226, - [SMALL_STATE(4101)] = 261265, - [SMALL_STATE(4102)] = 261294, - [SMALL_STATE(4103)] = 261329, - [SMALL_STATE(4104)] = 261368, - [SMALL_STATE(4105)] = 261407, - [SMALL_STATE(4106)] = 261446, - [SMALL_STATE(4107)] = 261481, - [SMALL_STATE(4108)] = 261520, - [SMALL_STATE(4109)] = 261559, - [SMALL_STATE(4110)] = 261594, - [SMALL_STATE(4111)] = 261633, - [SMALL_STATE(4112)] = 261672, - [SMALL_STATE(4113)] = 261711, - [SMALL_STATE(4114)] = 261750, - [SMALL_STATE(4115)] = 261779, - [SMALL_STATE(4116)] = 261818, - [SMALL_STATE(4117)] = 261847, - [SMALL_STATE(4118)] = 261886, - [SMALL_STATE(4119)] = 261925, - [SMALL_STATE(4120)] = 261964, - [SMALL_STATE(4121)] = 262003, - [SMALL_STATE(4122)] = 262032, - [SMALL_STATE(4123)] = 262071, - [SMALL_STATE(4124)] = 262110, - [SMALL_STATE(4125)] = 262149, - [SMALL_STATE(4126)] = 262188, - [SMALL_STATE(4127)] = 262227, - [SMALL_STATE(4128)] = 262256, - [SMALL_STATE(4129)] = 262295, - [SMALL_STATE(4130)] = 262322, - [SMALL_STATE(4131)] = 262361, - [SMALL_STATE(4132)] = 262400, - [SMALL_STATE(4133)] = 262439, - [SMALL_STATE(4134)] = 262478, - [SMALL_STATE(4135)] = 262507, - [SMALL_STATE(4136)] = 262546, - [SMALL_STATE(4137)] = 262585, - [SMALL_STATE(4138)] = 262624, - [SMALL_STATE(4139)] = 262663, - [SMALL_STATE(4140)] = 262702, - [SMALL_STATE(4141)] = 262741, - [SMALL_STATE(4142)] = 262780, - [SMALL_STATE(4143)] = 262819, - [SMALL_STATE(4144)] = 262858, - [SMALL_STATE(4145)] = 262897, - [SMALL_STATE(4146)] = 262936, - [SMALL_STATE(4147)] = 262975, - [SMALL_STATE(4148)] = 263002, - [SMALL_STATE(4149)] = 263041, - [SMALL_STATE(4150)] = 263080, - [SMALL_STATE(4151)] = 263109, - [SMALL_STATE(4152)] = 263148, - [SMALL_STATE(4153)] = 263177, - [SMALL_STATE(4154)] = 263216, - [SMALL_STATE(4155)] = 263255, - [SMALL_STATE(4156)] = 263294, - [SMALL_STATE(4157)] = 263333, - [SMALL_STATE(4158)] = 263372, - [SMALL_STATE(4159)] = 263401, - [SMALL_STATE(4160)] = 263440, - [SMALL_STATE(4161)] = 263479, - [SMALL_STATE(4162)] = 263518, - [SMALL_STATE(4163)] = 263557, - [SMALL_STATE(4164)] = 263586, - [SMALL_STATE(4165)] = 263625, - [SMALL_STATE(4166)] = 263664, - [SMALL_STATE(4167)] = 263703, - [SMALL_STATE(4168)] = 263742, - [SMALL_STATE(4169)] = 263781, - [SMALL_STATE(4170)] = 263820, - [SMALL_STATE(4171)] = 263847, - [SMALL_STATE(4172)] = 263886, - [SMALL_STATE(4173)] = 263925, - [SMALL_STATE(4174)] = 263964, - [SMALL_STATE(4175)] = 264003, - [SMALL_STATE(4176)] = 264032, - [SMALL_STATE(4177)] = 264061, - [SMALL_STATE(4178)] = 264100, - [SMALL_STATE(4179)] = 264129, - [SMALL_STATE(4180)] = 264168, - [SMALL_STATE(4181)] = 264197, - [SMALL_STATE(4182)] = 264224, - [SMALL_STATE(4183)] = 264263, - [SMALL_STATE(4184)] = 264292, - [SMALL_STATE(4185)] = 264321, - [SMALL_STATE(4186)] = 264350, - [SMALL_STATE(4187)] = 264389, - [SMALL_STATE(4188)] = 264418, - [SMALL_STATE(4189)] = 264447, - [SMALL_STATE(4190)] = 264486, - [SMALL_STATE(4191)] = 264513, - [SMALL_STATE(4192)] = 264552, - [SMALL_STATE(4193)] = 264579, - [SMALL_STATE(4194)] = 264618, - [SMALL_STATE(4195)] = 264657, - [SMALL_STATE(4196)] = 264686, - [SMALL_STATE(4197)] = 264715, - [SMALL_STATE(4198)] = 264744, - [SMALL_STATE(4199)] = 264783, - [SMALL_STATE(4200)] = 264812, - [SMALL_STATE(4201)] = 264841, - [SMALL_STATE(4202)] = 264870, - [SMALL_STATE(4203)] = 264909, - [SMALL_STATE(4204)] = 264938, - [SMALL_STATE(4205)] = 264977, - [SMALL_STATE(4206)] = 265006, - [SMALL_STATE(4207)] = 265035, - [SMALL_STATE(4208)] = 265074, - [SMALL_STATE(4209)] = 265113, - [SMALL_STATE(4210)] = 265152, - [SMALL_STATE(4211)] = 265189, - [SMALL_STATE(4212)] = 265228, - [SMALL_STATE(4213)] = 265267, - [SMALL_STATE(4214)] = 265306, - [SMALL_STATE(4215)] = 265335, - [SMALL_STATE(4216)] = 265374, - [SMALL_STATE(4217)] = 265413, - [SMALL_STATE(4218)] = 265452, - [SMALL_STATE(4219)] = 265491, - [SMALL_STATE(4220)] = 265530, - [SMALL_STATE(4221)] = 265569, - [SMALL_STATE(4222)] = 265598, - [SMALL_STATE(4223)] = 265637, - [SMALL_STATE(4224)] = 265666, - [SMALL_STATE(4225)] = 265705, - [SMALL_STATE(4226)] = 265744, - [SMALL_STATE(4227)] = 265783, - [SMALL_STATE(4228)] = 265822, - [SMALL_STATE(4229)] = 265861, - [SMALL_STATE(4230)] = 265890, - [SMALL_STATE(4231)] = 265919, - [SMALL_STATE(4232)] = 265958, - [SMALL_STATE(4233)] = 265987, - [SMALL_STATE(4234)] = 266026, - [SMALL_STATE(4235)] = 266065, - [SMALL_STATE(4236)] = 266094, - [SMALL_STATE(4237)] = 266133, - [SMALL_STATE(4238)] = 266172, - [SMALL_STATE(4239)] = 266201, - [SMALL_STATE(4240)] = 266230, - [SMALL_STATE(4241)] = 266259, - [SMALL_STATE(4242)] = 266298, - [SMALL_STATE(4243)] = 266337, - [SMALL_STATE(4244)] = 266366, - [SMALL_STATE(4245)] = 266395, - [SMALL_STATE(4246)] = 266424, - [SMALL_STATE(4247)] = 266463, - [SMALL_STATE(4248)] = 266502, - [SMALL_STATE(4249)] = 266541, - [SMALL_STATE(4250)] = 266580, - [SMALL_STATE(4251)] = 266619, - [SMALL_STATE(4252)] = 266658, - [SMALL_STATE(4253)] = 266687, - [SMALL_STATE(4254)] = 266729, - [SMALL_STATE(4255)] = 266767, - [SMALL_STATE(4256)] = 266805, - [SMALL_STATE(4257)] = 266847, - [SMALL_STATE(4258)] = 266885, - [SMALL_STATE(4259)] = 266927, - [SMALL_STATE(4260)] = 266965, - [SMALL_STATE(4261)] = 266991, - [SMALL_STATE(4262)] = 267029, - [SMALL_STATE(4263)] = 267067, - [SMALL_STATE(4264)] = 267105, - [SMALL_STATE(4265)] = 267147, - [SMALL_STATE(4266)] = 267173, - [SMALL_STATE(4267)] = 267211, - [SMALL_STATE(4268)] = 267247, - [SMALL_STATE(4269)] = 267273, - [SMALL_STATE(4270)] = 267311, - [SMALL_STATE(4271)] = 267349, - [SMALL_STATE(4272)] = 267387, - [SMALL_STATE(4273)] = 267425, - [SMALL_STATE(4274)] = 267459, - [SMALL_STATE(4275)] = 267497, - [SMALL_STATE(4276)] = 267535, - [SMALL_STATE(4277)] = 267573, - [SMALL_STATE(4278)] = 267611, - [SMALL_STATE(4279)] = 267653, - [SMALL_STATE(4280)] = 267691, - [SMALL_STATE(4281)] = 267729, - [SMALL_STATE(4282)] = 267767, - [SMALL_STATE(4283)] = 267809, - [SMALL_STATE(4284)] = 267851, - [SMALL_STATE(4285)] = 267893, - [SMALL_STATE(4286)] = 267931, - [SMALL_STATE(4287)] = 267969, - [SMALL_STATE(4288)] = 268007, - [SMALL_STATE(4289)] = 268045, - [SMALL_STATE(4290)] = 268087, - [SMALL_STATE(4291)] = 268125, - [SMALL_STATE(4292)] = 268167, - [SMALL_STATE(4293)] = 268209, - [SMALL_STATE(4294)] = 268247, - [SMALL_STATE(4295)] = 268289, - [SMALL_STATE(4296)] = 268327, - [SMALL_STATE(4297)] = 268365, - [SMALL_STATE(4298)] = 268403, - [SMALL_STATE(4299)] = 268441, - [SMALL_STATE(4300)] = 268483, - [SMALL_STATE(4301)] = 268521, - [SMALL_STATE(4302)] = 268559, - [SMALL_STATE(4303)] = 268601, - [SMALL_STATE(4304)] = 268627, - [SMALL_STATE(4305)] = 268665, - [SMALL_STATE(4306)] = 268703, - [SMALL_STATE(4307)] = 268741, - [SMALL_STATE(4308)] = 268779, - [SMALL_STATE(4309)] = 268817, - [SMALL_STATE(4310)] = 268855, - [SMALL_STATE(4311)] = 268893, - [SMALL_STATE(4312)] = 268919, - [SMALL_STATE(4313)] = 268957, - [SMALL_STATE(4314)] = 268995, - [SMALL_STATE(4315)] = 269037, - [SMALL_STATE(4316)] = 269075, - [SMALL_STATE(4317)] = 269113, - [SMALL_STATE(4318)] = 269151, - [SMALL_STATE(4319)] = 269189, - [SMALL_STATE(4320)] = 269231, - [SMALL_STATE(4321)] = 269269, - [SMALL_STATE(4322)] = 269307, - [SMALL_STATE(4323)] = 269345, - [SMALL_STATE(4324)] = 269383, - [SMALL_STATE(4325)] = 269421, - [SMALL_STATE(4326)] = 269447, - [SMALL_STATE(4327)] = 269473, - [SMALL_STATE(4328)] = 269511, - [SMALL_STATE(4329)] = 269549, - [SMALL_STATE(4330)] = 269587, - [SMALL_STATE(4331)] = 269629, - [SMALL_STATE(4332)] = 269667, - [SMALL_STATE(4333)] = 269705, - [SMALL_STATE(4334)] = 269747, - [SMALL_STATE(4335)] = 269789, - [SMALL_STATE(4336)] = 269819, - [SMALL_STATE(4337)] = 269857, - [SMALL_STATE(4338)] = 269899, - [SMALL_STATE(4339)] = 269937, - [SMALL_STATE(4340)] = 269975, - [SMALL_STATE(4341)] = 270017, - [SMALL_STATE(4342)] = 270059, - [SMALL_STATE(4343)] = 270101, - [SMALL_STATE(4344)] = 270139, - [SMALL_STATE(4345)] = 270181, - [SMALL_STATE(4346)] = 270223, - [SMALL_STATE(4347)] = 270261, - [SMALL_STATE(4348)] = 270297, - [SMALL_STATE(4349)] = 270335, - [SMALL_STATE(4350)] = 270373, - [SMALL_STATE(4351)] = 270411, - [SMALL_STATE(4352)] = 270438, - [SMALL_STATE(4353)] = 270465, - [SMALL_STATE(4354)] = 270500, - [SMALL_STATE(4355)] = 270535, - [SMALL_STATE(4356)] = 270570, - [SMALL_STATE(4357)] = 270605, - [SMALL_STATE(4358)] = 270632, - [SMALL_STATE(4359)] = 270667, - [SMALL_STATE(4360)] = 270694, - [SMALL_STATE(4361)] = 270721, - [SMALL_STATE(4362)] = 270756, - [SMALL_STATE(4363)] = 270791, - [SMALL_STATE(4364)] = 270826, - [SMALL_STATE(4365)] = 270853, - [SMALL_STATE(4366)] = 270888, - [SMALL_STATE(4367)] = 270923, - [SMALL_STATE(4368)] = 270952, - [SMALL_STATE(4369)] = 270979, - [SMALL_STATE(4370)] = 271014, - [SMALL_STATE(4371)] = 271049, - [SMALL_STATE(4372)] = 271084, - [SMALL_STATE(4373)] = 271119, - [SMALL_STATE(4374)] = 271146, - [SMALL_STATE(4375)] = 271173, - [SMALL_STATE(4376)] = 271208, - [SMALL_STATE(4377)] = 271235, - [SMALL_STATE(4378)] = 271270, - [SMALL_STATE(4379)] = 271305, - [SMALL_STATE(4380)] = 271340, - [SMALL_STATE(4381)] = 271375, - [SMALL_STATE(4382)] = 271410, - [SMALL_STATE(4383)] = 271437, - [SMALL_STATE(4384)] = 271464, - [SMALL_STATE(4385)] = 271491, - [SMALL_STATE(4386)] = 271520, - [SMALL_STATE(4387)] = 271549, - [SMALL_STATE(4388)] = 271584, - [SMALL_STATE(4389)] = 271619, - [SMALL_STATE(4390)] = 271646, - [SMALL_STATE(4391)] = 271681, - [SMALL_STATE(4392)] = 271716, - [SMALL_STATE(4393)] = 271743, - [SMALL_STATE(4394)] = 271778, - [SMALL_STATE(4395)] = 271813, - [SMALL_STATE(4396)] = 271848, - [SMALL_STATE(4397)] = 271877, - [SMALL_STATE(4398)] = 271906, - [SMALL_STATE(4399)] = 271933, - [SMALL_STATE(4400)] = 271962, - [SMALL_STATE(4401)] = 271997, - [SMALL_STATE(4402)] = 272024, - [SMALL_STATE(4403)] = 272051, - [SMALL_STATE(4404)] = 272086, - [SMALL_STATE(4405)] = 272113, - [SMALL_STATE(4406)] = 272148, - [SMALL_STATE(4407)] = 272183, - [SMALL_STATE(4408)] = 272218, - [SMALL_STATE(4409)] = 272253, - [SMALL_STATE(4410)] = 272280, - [SMALL_STATE(4411)] = 272315, - [SMALL_STATE(4412)] = 272350, - [SMALL_STATE(4413)] = 272385, - [SMALL_STATE(4414)] = 272420, - [SMALL_STATE(4415)] = 272447, - [SMALL_STATE(4416)] = 272482, - [SMALL_STATE(4417)] = 272509, - [SMALL_STATE(4418)] = 272536, - [SMALL_STATE(4419)] = 272571, - [SMALL_STATE(4420)] = 272598, - [SMALL_STATE(4421)] = 272633, - [SMALL_STATE(4422)] = 272666, - [SMALL_STATE(4423)] = 272693, - [SMALL_STATE(4424)] = 272720, - [SMALL_STATE(4425)] = 272755, - [SMALL_STATE(4426)] = 272790, - [SMALL_STATE(4427)] = 272825, - [SMALL_STATE(4428)] = 272860, - [SMALL_STATE(4429)] = 272887, - [SMALL_STATE(4430)] = 272914, - [SMALL_STATE(4431)] = 272949, - [SMALL_STATE(4432)] = 272976, - [SMALL_STATE(4433)] = 273007, - [SMALL_STATE(4434)] = 273036, - [SMALL_STATE(4435)] = 273071, - [SMALL_STATE(4436)] = 273098, - [SMALL_STATE(4437)] = 273125, - [SMALL_STATE(4438)] = 273152, - [SMALL_STATE(4439)] = 273179, - [SMALL_STATE(4440)] = 273206, - [SMALL_STATE(4441)] = 273233, - [SMALL_STATE(4442)] = 273260, - [SMALL_STATE(4443)] = 273287, - [SMALL_STATE(4444)] = 273319, - [SMALL_STATE(4445)] = 273351, - [SMALL_STATE(4446)] = 273381, - [SMALL_STATE(4447)] = 273413, - [SMALL_STATE(4448)] = 273445, - [SMALL_STATE(4449)] = 273481, - [SMALL_STATE(4450)] = 273517, - [SMALL_STATE(4451)] = 273547, - [SMALL_STATE(4452)] = 273577, - [SMALL_STATE(4453)] = 273613, - [SMALL_STATE(4454)] = 273641, - [SMALL_STATE(4455)] = 273673, - [SMALL_STATE(4456)] = 273705, - [SMALL_STATE(4457)] = 273741, - [SMALL_STATE(4458)] = 273773, - [SMALL_STATE(4459)] = 273805, - [SMALL_STATE(4460)] = 273843, - [SMALL_STATE(4461)] = 273879, - [SMALL_STATE(4462)] = 273909, - [SMALL_STATE(4463)] = 273941, - [SMALL_STATE(4464)] = 273977, - [SMALL_STATE(4465)] = 274009, - [SMALL_STATE(4466)] = 274041, - [SMALL_STATE(4467)] = 274079, - [SMALL_STATE(4468)] = 274109, - [SMALL_STATE(4469)] = 274141, - [SMALL_STATE(4470)] = 274173, - [SMALL_STATE(4471)] = 274205, - [SMALL_STATE(4472)] = 274241, - [SMALL_STATE(4473)] = 274279, - [SMALL_STATE(4474)] = 274315, - [SMALL_STATE(4475)] = 274345, - [SMALL_STATE(4476)] = 274377, - [SMALL_STATE(4477)] = 274415, - [SMALL_STATE(4478)] = 274451, - [SMALL_STATE(4479)] = 274483, - [SMALL_STATE(4480)] = 274515, - [SMALL_STATE(4481)] = 274551, - [SMALL_STATE(4482)] = 274577, - [SMALL_STATE(4483)] = 274609, - [SMALL_STATE(4484)] = 274647, - [SMALL_STATE(4485)] = 274679, - [SMALL_STATE(4486)] = 274709, - [SMALL_STATE(4487)] = 274741, - [SMALL_STATE(4488)] = 274779, - [SMALL_STATE(4489)] = 274815, - [SMALL_STATE(4490)] = 274853, - [SMALL_STATE(4491)] = 274885, - [SMALL_STATE(4492)] = 274915, - [SMALL_STATE(4493)] = 274945, - [SMALL_STATE(4494)] = 274977, - [SMALL_STATE(4495)] = 275015, - [SMALL_STATE(4496)] = 275047, - [SMALL_STATE(4497)] = 275079, - [SMALL_STATE(4498)] = 275111, - [SMALL_STATE(4499)] = 275143, - [SMALL_STATE(4500)] = 275181, - [SMALL_STATE(4501)] = 275219, - [SMALL_STATE(4502)] = 275251, - [SMALL_STATE(4503)] = 275289, - [SMALL_STATE(4504)] = 275321, - [SMALL_STATE(4505)] = 275349, - [SMALL_STATE(4506)] = 275381, - [SMALL_STATE(4507)] = 275413, - [SMALL_STATE(4508)] = 275445, - [SMALL_STATE(4509)] = 275477, - [SMALL_STATE(4510)] = 275503, - [SMALL_STATE(4511)] = 275539, - [SMALL_STATE(4512)] = 275571, - [SMALL_STATE(4513)] = 275603, - [SMALL_STATE(4514)] = 275635, - [SMALL_STATE(4515)] = 275665, - [SMALL_STATE(4516)] = 275697, - [SMALL_STATE(4517)] = 275735, - [SMALL_STATE(4518)] = 275765, - [SMALL_STATE(4519)] = 275797, - [SMALL_STATE(4520)] = 275833, - [SMALL_STATE(4521)] = 275861, - [SMALL_STATE(4522)] = 275899, - [SMALL_STATE(4523)] = 275931, - [SMALL_STATE(4524)] = 275961, - [SMALL_STATE(4525)] = 275991, - [SMALL_STATE(4526)] = 276027, - [SMALL_STATE(4527)] = 276057, - [SMALL_STATE(4528)] = 276089, - [SMALL_STATE(4529)] = 276119, - [SMALL_STATE(4530)] = 276149, - [SMALL_STATE(4531)] = 276181, - [SMALL_STATE(4532)] = 276211, - [SMALL_STATE(4533)] = 276241, - [SMALL_STATE(4534)] = 276273, - [SMALL_STATE(4535)] = 276305, - [SMALL_STATE(4536)] = 276337, - [SMALL_STATE(4537)] = 276369, - [SMALL_STATE(4538)] = 276407, - [SMALL_STATE(4539)] = 276431, - [SMALL_STATE(4540)] = 276463, - [SMALL_STATE(4541)] = 276501, - [SMALL_STATE(4542)] = 276533, - [SMALL_STATE(4543)] = 276569, - [SMALL_STATE(4544)] = 276601, - [SMALL_STATE(4545)] = 276633, - [SMALL_STATE(4546)] = 276665, - [SMALL_STATE(4547)] = 276703, - [SMALL_STATE(4548)] = 276735, - [SMALL_STATE(4549)] = 276771, - [SMALL_STATE(4550)] = 276803, - [SMALL_STATE(4551)] = 276835, - [SMALL_STATE(4552)] = 276867, - [SMALL_STATE(4553)] = 276903, - [SMALL_STATE(4554)] = 276941, - [SMALL_STATE(4555)] = 276973, - [SMALL_STATE(4556)] = 277005, - [SMALL_STATE(4557)] = 277037, - [SMALL_STATE(4558)] = 277069, - [SMALL_STATE(4559)] = 277105, - [SMALL_STATE(4560)] = 277141, - [SMALL_STATE(4561)] = 277173, - [SMALL_STATE(4562)] = 277205, - [SMALL_STATE(4563)] = 277237, - [SMALL_STATE(4564)] = 277269, - [SMALL_STATE(4565)] = 277301, - [SMALL_STATE(4566)] = 277333, - [SMALL_STATE(4567)] = 277365, - [SMALL_STATE(4568)] = 277397, - [SMALL_STATE(4569)] = 277435, - [SMALL_STATE(4570)] = 277471, - [SMALL_STATE(4571)] = 277509, - [SMALL_STATE(4572)] = 277541, - [SMALL_STATE(4573)] = 277573, - [SMALL_STATE(4574)] = 277603, - [SMALL_STATE(4575)] = 277633, - [SMALL_STATE(4576)] = 277665, - [SMALL_STATE(4577)] = 277695, - [SMALL_STATE(4578)] = 277727, - [SMALL_STATE(4579)] = 277762, - [SMALL_STATE(4580)] = 277797, - [SMALL_STATE(4581)] = 277832, - [SMALL_STATE(4582)] = 277867, - [SMALL_STATE(4583)] = 277896, - [SMALL_STATE(4584)] = 277931, - [SMALL_STATE(4585)] = 277962, - [SMALL_STATE(4586)] = 277997, - [SMALL_STATE(4587)] = 278024, - [SMALL_STATE(4588)] = 278059, - [SMALL_STATE(4589)] = 278090, - [SMALL_STATE(4590)] = 278125, - [SMALL_STATE(4591)] = 278160, - [SMALL_STATE(4592)] = 278189, - [SMALL_STATE(4593)] = 278216, - [SMALL_STATE(4594)] = 278251, - [SMALL_STATE(4595)] = 278284, - [SMALL_STATE(4596)] = 278319, - [SMALL_STATE(4597)] = 278354, - [SMALL_STATE(4598)] = 278389, - [SMALL_STATE(4599)] = 278420, - [SMALL_STATE(4600)] = 278455, - [SMALL_STATE(4601)] = 278490, - [SMALL_STATE(4602)] = 278525, - [SMALL_STATE(4603)] = 278548, - [SMALL_STATE(4604)] = 278581, - [SMALL_STATE(4605)] = 278616, - [SMALL_STATE(4606)] = 278647, - [SMALL_STATE(4607)] = 278680, - [SMALL_STATE(4608)] = 278705, - [SMALL_STATE(4609)] = 278740, - [SMALL_STATE(4610)] = 278775, - [SMALL_STATE(4611)] = 278810, - [SMALL_STATE(4612)] = 278845, - [SMALL_STATE(4613)] = 278880, - [SMALL_STATE(4614)] = 278915, - [SMALL_STATE(4615)] = 278950, - [SMALL_STATE(4616)] = 278985, - [SMALL_STATE(4617)] = 279020, - [SMALL_STATE(4618)] = 279049, - [SMALL_STATE(4619)] = 279084, - [SMALL_STATE(4620)] = 279119, - [SMALL_STATE(4621)] = 279154, - [SMALL_STATE(4622)] = 279181, - [SMALL_STATE(4623)] = 279214, - [SMALL_STATE(4624)] = 279237, - [SMALL_STATE(4625)] = 279272, - [SMALL_STATE(4626)] = 279295, - [SMALL_STATE(4627)] = 279318, - [SMALL_STATE(4628)] = 279345, - [SMALL_STATE(4629)] = 279368, - [SMALL_STATE(4630)] = 279403, - [SMALL_STATE(4631)] = 279426, - [SMALL_STATE(4632)] = 279451, - [SMALL_STATE(4633)] = 279486, - [SMALL_STATE(4634)] = 279509, - [SMALL_STATE(4635)] = 279542, - [SMALL_STATE(4636)] = 279577, - [SMALL_STATE(4637)] = 279612, - [SMALL_STATE(4638)] = 279645, - [SMALL_STATE(4639)] = 279668, - [SMALL_STATE(4640)] = 279701, - [SMALL_STATE(4641)] = 279736, - [SMALL_STATE(4642)] = 279771, - [SMALL_STATE(4643)] = 279804, - [SMALL_STATE(4644)] = 279839, - [SMALL_STATE(4645)] = 279862, - [SMALL_STATE(4646)] = 279895, - [SMALL_STATE(4647)] = 279930, - [SMALL_STATE(4648)] = 279961, - [SMALL_STATE(4649)] = 279996, - [SMALL_STATE(4650)] = 280031, - [SMALL_STATE(4651)] = 280054, - [SMALL_STATE(4652)] = 280089, - [SMALL_STATE(4653)] = 280124, - [SMALL_STATE(4654)] = 280159, - [SMALL_STATE(4655)] = 280188, - [SMALL_STATE(4656)] = 280223, - [SMALL_STATE(4657)] = 280250, - [SMALL_STATE(4658)] = 280283, - [SMALL_STATE(4659)] = 280310, - [SMALL_STATE(4660)] = 280345, - [SMALL_STATE(4661)] = 280380, - [SMALL_STATE(4662)] = 280415, - [SMALL_STATE(4663)] = 280450, - [SMALL_STATE(4664)] = 280485, - [SMALL_STATE(4665)] = 280516, - [SMALL_STATE(4666)] = 280551, - [SMALL_STATE(4667)] = 280586, - [SMALL_STATE(4668)] = 280621, - [SMALL_STATE(4669)] = 280656, - [SMALL_STATE(4670)] = 280691, - [SMALL_STATE(4671)] = 280726, - [SMALL_STATE(4672)] = 280761, - [SMALL_STATE(4673)] = 280796, - [SMALL_STATE(4674)] = 280831, - [SMALL_STATE(4675)] = 280866, - [SMALL_STATE(4676)] = 280901, - [SMALL_STATE(4677)] = 280933, - [SMALL_STATE(4678)] = 280961, - [SMALL_STATE(4679)] = 280991, - [SMALL_STATE(4680)] = 281019, - [SMALL_STATE(4681)] = 281049, - [SMALL_STATE(4682)] = 281079, - [SMALL_STATE(4683)] = 281109, - [SMALL_STATE(4684)] = 281139, - [SMALL_STATE(4685)] = 281169, - [SMALL_STATE(4686)] = 281197, - [SMALL_STATE(4687)] = 281227, - [SMALL_STATE(4688)] = 281257, - [SMALL_STATE(4689)] = 281283, - [SMALL_STATE(4690)] = 281313, - [SMALL_STATE(4691)] = 281343, - [SMALL_STATE(4692)] = 281373, - [SMALL_STATE(4693)] = 281403, - [SMALL_STATE(4694)] = 281431, - [SMALL_STATE(4695)] = 281459, - [SMALL_STATE(4696)] = 281487, - [SMALL_STATE(4697)] = 281519, - [SMALL_STATE(4698)] = 281543, - [SMALL_STATE(4699)] = 281569, - [SMALL_STATE(4700)] = 281599, - [SMALL_STATE(4701)] = 281629, - [SMALL_STATE(4702)] = 281657, - [SMALL_STATE(4703)] = 281687, - [SMALL_STATE(4704)] = 281717, - [SMALL_STATE(4705)] = 281747, - [SMALL_STATE(4706)] = 281777, - [SMALL_STATE(4707)] = 281805, - [SMALL_STATE(4708)] = 281835, - [SMALL_STATE(4709)] = 281865, - [SMALL_STATE(4710)] = 281891, - [SMALL_STATE(4711)] = 281921, - [SMALL_STATE(4712)] = 281951, - [SMALL_STATE(4713)] = 281979, - [SMALL_STATE(4714)] = 282005, - [SMALL_STATE(4715)] = 282033, - [SMALL_STATE(4716)] = 282065, - [SMALL_STATE(4717)] = 282095, - [SMALL_STATE(4718)] = 282127, - [SMALL_STATE(4719)] = 282157, - [SMALL_STATE(4720)] = 282187, - [SMALL_STATE(4721)] = 282217, - [SMALL_STATE(4722)] = 282245, - [SMALL_STATE(4723)] = 282273, - [SMALL_STATE(4724)] = 282297, - [SMALL_STATE(4725)] = 282321, - [SMALL_STATE(4726)] = 282351, - [SMALL_STATE(4727)] = 282381, - [SMALL_STATE(4728)] = 282411, - [SMALL_STATE(4729)] = 282439, - [SMALL_STATE(4730)] = 282467, - [SMALL_STATE(4731)] = 282497, - [SMALL_STATE(4732)] = 282527, - [SMALL_STATE(4733)] = 282553, - [SMALL_STATE(4734)] = 282583, - [SMALL_STATE(4735)] = 282611, - [SMALL_STATE(4736)] = 282639, - [SMALL_STATE(4737)] = 282667, - [SMALL_STATE(4738)] = 282697, - [SMALL_STATE(4739)] = 282725, - [SMALL_STATE(4740)] = 282753, - [SMALL_STATE(4741)] = 282783, - [SMALL_STATE(4742)] = 282813, - [SMALL_STATE(4743)] = 282837, - [SMALL_STATE(4744)] = 282867, - [SMALL_STATE(4745)] = 282895, - [SMALL_STATE(4746)] = 282925, - [SMALL_STATE(4747)] = 282955, - [SMALL_STATE(4748)] = 282985, - [SMALL_STATE(4749)] = 283011, - [SMALL_STATE(4750)] = 283041, - [SMALL_STATE(4751)] = 283071, - [SMALL_STATE(4752)] = 283099, - [SMALL_STATE(4753)] = 283129, - [SMALL_STATE(4754)] = 283159, - [SMALL_STATE(4755)] = 283189, - [SMALL_STATE(4756)] = 283217, - [SMALL_STATE(4757)] = 283245, - [SMALL_STATE(4758)] = 283275, - [SMALL_STATE(4759)] = 283303, - [SMALL_STATE(4760)] = 283325, - [SMALL_STATE(4761)] = 283353, - [SMALL_STATE(4762)] = 283381, - [SMALL_STATE(4763)] = 283409, - [SMALL_STATE(4764)] = 283437, - [SMALL_STATE(4765)] = 283465, - [SMALL_STATE(4766)] = 283493, - [SMALL_STATE(4767)] = 283523, - [SMALL_STATE(4768)] = 283551, - [SMALL_STATE(4769)] = 283579, - [SMALL_STATE(4770)] = 283601, - [SMALL_STATE(4771)] = 283631, - [SMALL_STATE(4772)] = 283661, - [SMALL_STATE(4773)] = 283691, - [SMALL_STATE(4774)] = 283719, - [SMALL_STATE(4775)] = 283743, - [SMALL_STATE(4776)] = 283769, - [SMALL_STATE(4777)] = 283797, - [SMALL_STATE(4778)] = 283827, - [SMALL_STATE(4779)] = 283857, - [SMALL_STATE(4780)] = 283887, - [SMALL_STATE(4781)] = 283911, - [SMALL_STATE(4782)] = 283941, - [SMALL_STATE(4783)] = 283971, - [SMALL_STATE(4784)] = 283995, - [SMALL_STATE(4785)] = 284019, - [SMALL_STATE(4786)] = 284049, - [SMALL_STATE(4787)] = 284079, - [SMALL_STATE(4788)] = 284109, - [SMALL_STATE(4789)] = 284133, - [SMALL_STATE(4790)] = 284163, - [SMALL_STATE(4791)] = 284195, - [SMALL_STATE(4792)] = 284225, - [SMALL_STATE(4793)] = 284255, - [SMALL_STATE(4794)] = 284281, - [SMALL_STATE(4795)] = 284305, - [SMALL_STATE(4796)] = 284337, - [SMALL_STATE(4797)] = 284367, - [SMALL_STATE(4798)] = 284397, - [SMALL_STATE(4799)] = 284427, - [SMALL_STATE(4800)] = 284451, - [SMALL_STATE(4801)] = 284481, - [SMALL_STATE(4802)] = 284511, - [SMALL_STATE(4803)] = 284541, - [SMALL_STATE(4804)] = 284571, - [SMALL_STATE(4805)] = 284601, - [SMALL_STATE(4806)] = 284629, - [SMALL_STATE(4807)] = 284657, - [SMALL_STATE(4808)] = 284687, - [SMALL_STATE(4809)] = 284717, - [SMALL_STATE(4810)] = 284747, - [SMALL_STATE(4811)] = 284777, - [SMALL_STATE(4812)] = 284801, - [SMALL_STATE(4813)] = 284825, - [SMALL_STATE(4814)] = 284853, - [SMALL_STATE(4815)] = 284875, - [SMALL_STATE(4816)] = 284897, - [SMALL_STATE(4817)] = 284927, - [SMALL_STATE(4818)] = 284955, - [SMALL_STATE(4819)] = 284983, - [SMALL_STATE(4820)] = 285013, - [SMALL_STATE(4821)] = 285043, - [SMALL_STATE(4822)] = 285073, - [SMALL_STATE(4823)] = 285097, - [SMALL_STATE(4824)] = 285127, - [SMALL_STATE(4825)] = 285151, - [SMALL_STATE(4826)] = 285177, - [SMALL_STATE(4827)] = 285207, - [SMALL_STATE(4828)] = 285231, - [SMALL_STATE(4829)] = 285255, - [SMALL_STATE(4830)] = 285279, - [SMALL_STATE(4831)] = 285303, - [SMALL_STATE(4832)] = 285327, - [SMALL_STATE(4833)] = 285359, - [SMALL_STATE(4834)] = 285383, - [SMALL_STATE(4835)] = 285411, - [SMALL_STATE(4836)] = 285435, - [SMALL_STATE(4837)] = 285465, - [SMALL_STATE(4838)] = 285495, - [SMALL_STATE(4839)] = 285519, - [SMALL_STATE(4840)] = 285547, - [SMALL_STATE(4841)] = 285575, - [SMALL_STATE(4842)] = 285605, - [SMALL_STATE(4843)] = 285635, - [SMALL_STATE(4844)] = 285665, - [SMALL_STATE(4845)] = 285687, - [SMALL_STATE(4846)] = 285711, - [SMALL_STATE(4847)] = 285739, - [SMALL_STATE(4848)] = 285763, - [SMALL_STATE(4849)] = 285795, - [SMALL_STATE(4850)] = 285827, - [SMALL_STATE(4851)] = 285857, - [SMALL_STATE(4852)] = 285887, - [SMALL_STATE(4853)] = 285915, - [SMALL_STATE(4854)] = 285943, - [SMALL_STATE(4855)] = 285973, - [SMALL_STATE(4856)] = 286003, - [SMALL_STATE(4857)] = 286033, - [SMALL_STATE(4858)] = 286063, - [SMALL_STATE(4859)] = 286085, - [SMALL_STATE(4860)] = 286113, - [SMALL_STATE(4861)] = 286145, - [SMALL_STATE(4862)] = 286175, - [SMALL_STATE(4863)] = 286205, - [SMALL_STATE(4864)] = 286233, - [SMALL_STATE(4865)] = 286261, - [SMALL_STATE(4866)] = 286287, - [SMALL_STATE(4867)] = 286317, - [SMALL_STATE(4868)] = 286347, - [SMALL_STATE(4869)] = 286371, - [SMALL_STATE(4870)] = 286399, - [SMALL_STATE(4871)] = 286423, - [SMALL_STATE(4872)] = 286453, - [SMALL_STATE(4873)] = 286485, - [SMALL_STATE(4874)] = 286517, - [SMALL_STATE(4875)] = 286547, - [SMALL_STATE(4876)] = 286575, - [SMALL_STATE(4877)] = 286599, - [SMALL_STATE(4878)] = 286629, - [SMALL_STATE(4879)] = 286659, - [SMALL_STATE(4880)] = 286689, - [SMALL_STATE(4881)] = 286719, - [SMALL_STATE(4882)] = 286749, - [SMALL_STATE(4883)] = 286779, - [SMALL_STATE(4884)] = 286803, - [SMALL_STATE(4885)] = 286833, - [SMALL_STATE(4886)] = 286863, - [SMALL_STATE(4887)] = 286895, - [SMALL_STATE(4888)] = 286923, - [SMALL_STATE(4889)] = 286951, - [SMALL_STATE(4890)] = 286981, - [SMALL_STATE(4891)] = 287009, - [SMALL_STATE(4892)] = 287039, - [SMALL_STATE(4893)] = 287069, - [SMALL_STATE(4894)] = 287101, - [SMALL_STATE(4895)] = 287131, - [SMALL_STATE(4896)] = 287153, - [SMALL_STATE(4897)] = 287183, - [SMALL_STATE(4898)] = 287211, - [SMALL_STATE(4899)] = 287239, - [SMALL_STATE(4900)] = 287271, - [SMALL_STATE(4901)] = 287295, - [SMALL_STATE(4902)] = 287325, - [SMALL_STATE(4903)] = 287355, - [SMALL_STATE(4904)] = 287379, - [SMALL_STATE(4905)] = 287401, - [SMALL_STATE(4906)] = 287429, - [SMALL_STATE(4907)] = 287457, - [SMALL_STATE(4908)] = 287479, - [SMALL_STATE(4909)] = 287509, - [SMALL_STATE(4910)] = 287539, - [SMALL_STATE(4911)] = 287563, - [SMALL_STATE(4912)] = 287587, - [SMALL_STATE(4913)] = 287617, - [SMALL_STATE(4914)] = 287647, - [SMALL_STATE(4915)] = 287675, - [SMALL_STATE(4916)] = 287707, - [SMALL_STATE(4917)] = 287735, - [SMALL_STATE(4918)] = 287759, - [SMALL_STATE(4919)] = 287789, - [SMALL_STATE(4920)] = 287819, - [SMALL_STATE(4921)] = 287843, - [SMALL_STATE(4922)] = 287871, - [SMALL_STATE(4923)] = 287893, - [SMALL_STATE(4924)] = 287921, - [SMALL_STATE(4925)] = 287951, - [SMALL_STATE(4926)] = 287981, - [SMALL_STATE(4927)] = 288009, - [SMALL_STATE(4928)] = 288033, - [SMALL_STATE(4929)] = 288055, - [SMALL_STATE(4930)] = 288084, - [SMALL_STATE(4931)] = 288109, - [SMALL_STATE(4932)] = 288130, - [SMALL_STATE(4933)] = 288151, - [SMALL_STATE(4934)] = 288178, - [SMALL_STATE(4935)] = 288207, - [SMALL_STATE(4936)] = 288228, - [SMALL_STATE(4937)] = 288249, - [SMALL_STATE(4938)] = 288270, - [SMALL_STATE(4939)] = 288299, - [SMALL_STATE(4940)] = 288324, - [SMALL_STATE(4941)] = 288353, - [SMALL_STATE(4942)] = 288382, - [SMALL_STATE(4943)] = 288403, - [SMALL_STATE(4944)] = 288424, - [SMALL_STATE(4945)] = 288445, - [SMALL_STATE(4946)] = 288474, - [SMALL_STATE(4947)] = 288503, - [SMALL_STATE(4948)] = 288524, - [SMALL_STATE(4949)] = 288553, - [SMALL_STATE(4950)] = 288582, - [SMALL_STATE(4951)] = 288603, - [SMALL_STATE(4952)] = 288632, - [SMALL_STATE(4953)] = 288661, - [SMALL_STATE(4954)] = 288690, - [SMALL_STATE(4955)] = 288713, - [SMALL_STATE(4956)] = 288736, - [SMALL_STATE(4957)] = 288757, - [SMALL_STATE(4958)] = 288786, - [SMALL_STATE(4959)] = 288815, - [SMALL_STATE(4960)] = 288844, - [SMALL_STATE(4961)] = 288869, - [SMALL_STATE(4962)] = 288894, - [SMALL_STATE(4963)] = 288923, - [SMALL_STATE(4964)] = 288950, - [SMALL_STATE(4965)] = 288979, - [SMALL_STATE(4966)] = 289000, - [SMALL_STATE(4967)] = 289025, - [SMALL_STATE(4968)] = 289054, - [SMALL_STATE(4969)] = 289077, - [SMALL_STATE(4970)] = 289106, - [SMALL_STATE(4971)] = 289131, - [SMALL_STATE(4972)] = 289152, - [SMALL_STATE(4973)] = 289181, - [SMALL_STATE(4974)] = 289210, - [SMALL_STATE(4975)] = 289231, - [SMALL_STATE(4976)] = 289260, - [SMALL_STATE(4977)] = 289289, - [SMALL_STATE(4978)] = 289310, - [SMALL_STATE(4979)] = 289331, - [SMALL_STATE(4980)] = 289354, - [SMALL_STATE(4981)] = 289379, - [SMALL_STATE(4982)] = 289400, - [SMALL_STATE(4983)] = 289429, - [SMALL_STATE(4984)] = 289452, - [SMALL_STATE(4985)] = 289481, - [SMALL_STATE(4986)] = 289502, - [SMALL_STATE(4987)] = 289529, - [SMALL_STATE(4988)] = 289550, - [SMALL_STATE(4989)] = 289579, - [SMALL_STATE(4990)] = 289608, - [SMALL_STATE(4991)] = 289631, - [SMALL_STATE(4992)] = 289652, - [SMALL_STATE(4993)] = 289673, - [SMALL_STATE(4994)] = 289696, - [SMALL_STATE(4995)] = 289719, - [SMALL_STATE(4996)] = 289744, - [SMALL_STATE(4997)] = 289767, - [SMALL_STATE(4998)] = 289796, - [SMALL_STATE(4999)] = 289819, - [SMALL_STATE(5000)] = 289848, - [SMALL_STATE(5001)] = 289877, - [SMALL_STATE(5002)] = 289906, - [SMALL_STATE(5003)] = 289927, - [SMALL_STATE(5004)] = 289956, - [SMALL_STATE(5005)] = 289981, - [SMALL_STATE(5006)] = 290002, - [SMALL_STATE(5007)] = 290031, - [SMALL_STATE(5008)] = 290060, - [SMALL_STATE(5009)] = 290089, - [SMALL_STATE(5010)] = 290118, - [SMALL_STATE(5011)] = 290143, - [SMALL_STATE(5012)] = 290168, - [SMALL_STATE(5013)] = 290193, - [SMALL_STATE(5014)] = 290222, - [SMALL_STATE(5015)] = 290245, - [SMALL_STATE(5016)] = 290272, - [SMALL_STATE(5017)] = 290301, - [SMALL_STATE(5018)] = 290330, - [SMALL_STATE(5019)] = 290355, - [SMALL_STATE(5020)] = 290378, - [SMALL_STATE(5021)] = 290399, - [SMALL_STATE(5022)] = 290426, - [SMALL_STATE(5023)] = 290455, - [SMALL_STATE(5024)] = 290484, - [SMALL_STATE(5025)] = 290509, - [SMALL_STATE(5026)] = 290532, - [SMALL_STATE(5027)] = 290561, - [SMALL_STATE(5028)] = 290586, - [SMALL_STATE(5029)] = 290615, - [SMALL_STATE(5030)] = 290636, - [SMALL_STATE(5031)] = 290657, - [SMALL_STATE(5032)] = 290682, - [SMALL_STATE(5033)] = 290705, - [SMALL_STATE(5034)] = 290726, - [SMALL_STATE(5035)] = 290749, - [SMALL_STATE(5036)] = 290774, - [SMALL_STATE(5037)] = 290803, - [SMALL_STATE(5038)] = 290832, - [SMALL_STATE(5039)] = 290853, - [SMALL_STATE(5040)] = 290878, - [SMALL_STATE(5041)] = 290899, - [SMALL_STATE(5042)] = 290928, - [SMALL_STATE(5043)] = 290957, - [SMALL_STATE(5044)] = 290986, - [SMALL_STATE(5045)] = 291011, - [SMALL_STATE(5046)] = 291034, - [SMALL_STATE(5047)] = 291063, - [SMALL_STATE(5048)] = 291088, - [SMALL_STATE(5049)] = 291113, - [SMALL_STATE(5050)] = 291142, - [SMALL_STATE(5051)] = 291169, - [SMALL_STATE(5052)] = 291198, - [SMALL_STATE(5053)] = 291227, - [SMALL_STATE(5054)] = 291253, - [SMALL_STATE(5055)] = 291273, - [SMALL_STATE(5056)] = 291293, - [SMALL_STATE(5057)] = 291319, - [SMALL_STATE(5058)] = 291345, - [SMALL_STATE(5059)] = 291371, - [SMALL_STATE(5060)] = 291397, - [SMALL_STATE(5061)] = 291423, - [SMALL_STATE(5062)] = 291449, - [SMALL_STATE(5063)] = 291475, - [SMALL_STATE(5064)] = 291501, - [SMALL_STATE(5065)] = 291521, - [SMALL_STATE(5066)] = 291547, - [SMALL_STATE(5067)] = 291569, - [SMALL_STATE(5068)] = 291593, - [SMALL_STATE(5069)] = 291613, - [SMALL_STATE(5070)] = 291637, - [SMALL_STATE(5071)] = 291657, - [SMALL_STATE(5072)] = 291681, - [SMALL_STATE(5073)] = 291707, - [SMALL_STATE(5074)] = 291727, - [SMALL_STATE(5075)] = 291749, - [SMALL_STATE(5076)] = 291769, - [SMALL_STATE(5077)] = 291789, - [SMALL_STATE(5078)] = 291809, - [SMALL_STATE(5079)] = 291829, - [SMALL_STATE(5080)] = 291855, - [SMALL_STATE(5081)] = 291875, - [SMALL_STATE(5082)] = 291895, - [SMALL_STATE(5083)] = 291915, - [SMALL_STATE(5084)] = 291937, - [SMALL_STATE(5085)] = 291957, - [SMALL_STATE(5086)] = 291977, - [SMALL_STATE(5087)] = 291997, - [SMALL_STATE(5088)] = 292021, - [SMALL_STATE(5089)] = 292041, - [SMALL_STATE(5090)] = 292061, - [SMALL_STATE(5091)] = 292087, - [SMALL_STATE(5092)] = 292107, - [SMALL_STATE(5093)] = 292127, - [SMALL_STATE(5094)] = 292147, - [SMALL_STATE(5095)] = 292167, - [SMALL_STATE(5096)] = 292187, - [SMALL_STATE(5097)] = 292213, - [SMALL_STATE(5098)] = 292235, - [SMALL_STATE(5099)] = 292261, - [SMALL_STATE(5100)] = 292281, - [SMALL_STATE(5101)] = 292301, - [SMALL_STATE(5102)] = 292325, - [SMALL_STATE(5103)] = 292351, - [SMALL_STATE(5104)] = 292373, - [SMALL_STATE(5105)] = 292395, - [SMALL_STATE(5106)] = 292415, - [SMALL_STATE(5107)] = 292441, - [SMALL_STATE(5108)] = 292461, - [SMALL_STATE(5109)] = 292481, - [SMALL_STATE(5110)] = 292501, - [SMALL_STATE(5111)] = 292521, - [SMALL_STATE(5112)] = 292541, - [SMALL_STATE(5113)] = 292561, - [SMALL_STATE(5114)] = 292581, - [SMALL_STATE(5115)] = 292601, - [SMALL_STATE(5116)] = 292621, - [SMALL_STATE(5117)] = 292641, - [SMALL_STATE(5118)] = 292667, - [SMALL_STATE(5119)] = 292687, - [SMALL_STATE(5120)] = 292707, - [SMALL_STATE(5121)] = 292733, - [SMALL_STATE(5122)] = 292755, - [SMALL_STATE(5123)] = 292775, - [SMALL_STATE(5124)] = 292801, - [SMALL_STATE(5125)] = 292821, - [SMALL_STATE(5126)] = 292841, - [SMALL_STATE(5127)] = 292861, - [SMALL_STATE(5128)] = 292887, - [SMALL_STATE(5129)] = 292911, - [SMALL_STATE(5130)] = 292937, - [SMALL_STATE(5131)] = 292963, - [SMALL_STATE(5132)] = 292983, - [SMALL_STATE(5133)] = 293009, - [SMALL_STATE(5134)] = 293035, - [SMALL_STATE(5135)] = 293061, - [SMALL_STATE(5136)] = 293087, - [SMALL_STATE(5137)] = 293113, - [SMALL_STATE(5138)] = 293133, - [SMALL_STATE(5139)] = 293153, - [SMALL_STATE(5140)] = 293173, - [SMALL_STATE(5141)] = 293193, - [SMALL_STATE(5142)] = 293213, - [SMALL_STATE(5143)] = 293233, - [SMALL_STATE(5144)] = 293253, - [SMALL_STATE(5145)] = 293279, - [SMALL_STATE(5146)] = 293299, - [SMALL_STATE(5147)] = 293325, - [SMALL_STATE(5148)] = 293347, - [SMALL_STATE(5149)] = 293373, - [SMALL_STATE(5150)] = 293393, - [SMALL_STATE(5151)] = 293413, - [SMALL_STATE(5152)] = 293433, - [SMALL_STATE(5153)] = 293459, - [SMALL_STATE(5154)] = 293479, - [SMALL_STATE(5155)] = 293499, - [SMALL_STATE(5156)] = 293519, - [SMALL_STATE(5157)] = 293545, - [SMALL_STATE(5158)] = 293565, - [SMALL_STATE(5159)] = 293585, - [SMALL_STATE(5160)] = 293605, - [SMALL_STATE(5161)] = 293625, - [SMALL_STATE(5162)] = 293647, - [SMALL_STATE(5163)] = 293667, - [SMALL_STATE(5164)] = 293689, - [SMALL_STATE(5165)] = 293715, - [SMALL_STATE(5166)] = 293737, - [SMALL_STATE(5167)] = 293757, - [SMALL_STATE(5168)] = 293783, - [SMALL_STATE(5169)] = 293803, - [SMALL_STATE(5170)] = 293829, - [SMALL_STATE(5171)] = 293849, - [SMALL_STATE(5172)] = 293869, - [SMALL_STATE(5173)] = 293889, - [SMALL_STATE(5174)] = 293909, - [SMALL_STATE(5175)] = 293929, - [SMALL_STATE(5176)] = 293949, - [SMALL_STATE(5177)] = 293969, - [SMALL_STATE(5178)] = 293989, - [SMALL_STATE(5179)] = 294015, - [SMALL_STATE(5180)] = 294035, - [SMALL_STATE(5181)] = 294055, - [SMALL_STATE(5182)] = 294081, - [SMALL_STATE(5183)] = 294107, - [SMALL_STATE(5184)] = 294133, - [SMALL_STATE(5185)] = 294153, - [SMALL_STATE(5186)] = 294173, - [SMALL_STATE(5187)] = 294193, - [SMALL_STATE(5188)] = 294219, - [SMALL_STATE(5189)] = 294239, - [SMALL_STATE(5190)] = 294261, - [SMALL_STATE(5191)] = 294287, - [SMALL_STATE(5192)] = 294307, - [SMALL_STATE(5193)] = 294333, - [SMALL_STATE(5194)] = 294353, - [SMALL_STATE(5195)] = 294373, - [SMALL_STATE(5196)] = 294393, - [SMALL_STATE(5197)] = 294413, - [SMALL_STATE(5198)] = 294433, - [SMALL_STATE(5199)] = 294453, - [SMALL_STATE(5200)] = 294473, - [SMALL_STATE(5201)] = 294497, - [SMALL_STATE(5202)] = 294523, - [SMALL_STATE(5203)] = 294543, - [SMALL_STATE(5204)] = 294563, - [SMALL_STATE(5205)] = 294583, - [SMALL_STATE(5206)] = 294603, - [SMALL_STATE(5207)] = 294623, - [SMALL_STATE(5208)] = 294649, - [SMALL_STATE(5209)] = 294669, - [SMALL_STATE(5210)] = 294689, - [SMALL_STATE(5211)] = 294715, - [SMALL_STATE(5212)] = 294735, - [SMALL_STATE(5213)] = 294761, - [SMALL_STATE(5214)] = 294781, - [SMALL_STATE(5215)] = 294807, - [SMALL_STATE(5216)] = 294833, - [SMALL_STATE(5217)] = 294859, - [SMALL_STATE(5218)] = 294885, - [SMALL_STATE(5219)] = 294911, - [SMALL_STATE(5220)] = 294937, - [SMALL_STATE(5221)] = 294957, - [SMALL_STATE(5222)] = 294977, - [SMALL_STATE(5223)] = 294997, - [SMALL_STATE(5224)] = 295021, - [SMALL_STATE(5225)] = 295047, - [SMALL_STATE(5226)] = 295073, - [SMALL_STATE(5227)] = 295093, - [SMALL_STATE(5228)] = 295113, - [SMALL_STATE(5229)] = 295133, - [SMALL_STATE(5230)] = 295153, - [SMALL_STATE(5231)] = 295173, - [SMALL_STATE(5232)] = 295199, - [SMALL_STATE(5233)] = 295219, - [SMALL_STATE(5234)] = 295239, - [SMALL_STATE(5235)] = 295259, - [SMALL_STATE(5236)] = 295279, - [SMALL_STATE(5237)] = 295299, - [SMALL_STATE(5238)] = 295319, - [SMALL_STATE(5239)] = 295339, - [SMALL_STATE(5240)] = 295365, - [SMALL_STATE(5241)] = 295391, - [SMALL_STATE(5242)] = 295417, - [SMALL_STATE(5243)] = 295443, - [SMALL_STATE(5244)] = 295465, - [SMALL_STATE(5245)] = 295485, - [SMALL_STATE(5246)] = 295507, - [SMALL_STATE(5247)] = 295527, - [SMALL_STATE(5248)] = 295547, - [SMALL_STATE(5249)] = 295567, - [SMALL_STATE(5250)] = 295587, - [SMALL_STATE(5251)] = 295607, - [SMALL_STATE(5252)] = 295627, - [SMALL_STATE(5253)] = 295647, - [SMALL_STATE(5254)] = 295673, - [SMALL_STATE(5255)] = 295693, - [SMALL_STATE(5256)] = 295719, - [SMALL_STATE(5257)] = 295739, - [SMALL_STATE(5258)] = 295763, - [SMALL_STATE(5259)] = 295783, - [SMALL_STATE(5260)] = 295809, - [SMALL_STATE(5261)] = 295829, - [SMALL_STATE(5262)] = 295855, - [SMALL_STATE(5263)] = 295875, - [SMALL_STATE(5264)] = 295897, - [SMALL_STATE(5265)] = 295917, - [SMALL_STATE(5266)] = 295943, - [SMALL_STATE(5267)] = 295969, - [SMALL_STATE(5268)] = 295989, - [SMALL_STATE(5269)] = 296009, - [SMALL_STATE(5270)] = 296029, - [SMALL_STATE(5271)] = 296049, - [SMALL_STATE(5272)] = 296069, - [SMALL_STATE(5273)] = 296095, - [SMALL_STATE(5274)] = 296115, - [SMALL_STATE(5275)] = 296135, - [SMALL_STATE(5276)] = 296161, - [SMALL_STATE(5277)] = 296181, - [SMALL_STATE(5278)] = 296201, - [SMALL_STATE(5279)] = 296221, - [SMALL_STATE(5280)] = 296241, - [SMALL_STATE(5281)] = 296261, - [SMALL_STATE(5282)] = 296287, - [SMALL_STATE(5283)] = 296307, - [SMALL_STATE(5284)] = 296327, - [SMALL_STATE(5285)] = 296347, - [SMALL_STATE(5286)] = 296373, - [SMALL_STATE(5287)] = 296395, - [SMALL_STATE(5288)] = 296421, - [SMALL_STATE(5289)] = 296441, - [SMALL_STATE(5290)] = 296461, - [SMALL_STATE(5291)] = 296481, - [SMALL_STATE(5292)] = 296501, - [SMALL_STATE(5293)] = 296527, - [SMALL_STATE(5294)] = 296553, - [SMALL_STATE(5295)] = 296573, - [SMALL_STATE(5296)] = 296593, - [SMALL_STATE(5297)] = 296613, - [SMALL_STATE(5298)] = 296633, - [SMALL_STATE(5299)] = 296659, - [SMALL_STATE(5300)] = 296685, - [SMALL_STATE(5301)] = 296705, - [SMALL_STATE(5302)] = 296725, - [SMALL_STATE(5303)] = 296745, - [SMALL_STATE(5304)] = 296765, - [SMALL_STATE(5305)] = 296791, - [SMALL_STATE(5306)] = 296817, - [SMALL_STATE(5307)] = 296843, - [SMALL_STATE(5308)] = 296863, - [SMALL_STATE(5309)] = 296889, - [SMALL_STATE(5310)] = 296909, - [SMALL_STATE(5311)] = 296931, - [SMALL_STATE(5312)] = 296953, - [SMALL_STATE(5313)] = 296973, - [SMALL_STATE(5314)] = 296993, - [SMALL_STATE(5315)] = 297013, - [SMALL_STATE(5316)] = 297033, - [SMALL_STATE(5317)] = 297053, - [SMALL_STATE(5318)] = 297079, - [SMALL_STATE(5319)] = 297105, - [SMALL_STATE(5320)] = 297125, - [SMALL_STATE(5321)] = 297149, - [SMALL_STATE(5322)] = 297175, - [SMALL_STATE(5323)] = 297195, - [SMALL_STATE(5324)] = 297215, - [SMALL_STATE(5325)] = 297235, - [SMALL_STATE(5326)] = 297257, - [SMALL_STATE(5327)] = 297281, - [SMALL_STATE(5328)] = 297301, - [SMALL_STATE(5329)] = 297327, - [SMALL_STATE(5330)] = 297353, - [SMALL_STATE(5331)] = 297379, - [SMALL_STATE(5332)] = 297405, - [SMALL_STATE(5333)] = 297425, - [SMALL_STATE(5334)] = 297451, - [SMALL_STATE(5335)] = 297471, - [SMALL_STATE(5336)] = 297491, - [SMALL_STATE(5337)] = 297517, - [SMALL_STATE(5338)] = 297543, - [SMALL_STATE(5339)] = 297569, - [SMALL_STATE(5340)] = 297595, - [SMALL_STATE(5341)] = 297621, - [SMALL_STATE(5342)] = 297647, - [SMALL_STATE(5343)] = 297667, - [SMALL_STATE(5344)] = 297689, - [SMALL_STATE(5345)] = 297709, - [SMALL_STATE(5346)] = 297735, - [SMALL_STATE(5347)] = 297755, - [SMALL_STATE(5348)] = 297775, - [SMALL_STATE(5349)] = 297799, - [SMALL_STATE(5350)] = 297819, - [SMALL_STATE(5351)] = 297839, - [SMALL_STATE(5352)] = 297865, - [SMALL_STATE(5353)] = 297891, - [SMALL_STATE(5354)] = 297915, - [SMALL_STATE(5355)] = 297939, - [SMALL_STATE(5356)] = 297963, - [SMALL_STATE(5357)] = 297989, - [SMALL_STATE(5358)] = 298015, - [SMALL_STATE(5359)] = 298041, - [SMALL_STATE(5360)] = 298065, - [SMALL_STATE(5361)] = 298091, - [SMALL_STATE(5362)] = 298111, - [SMALL_STATE(5363)] = 298131, - [SMALL_STATE(5364)] = 298157, - [SMALL_STATE(5365)] = 298177, - [SMALL_STATE(5366)] = 298197, - [SMALL_STATE(5367)] = 298217, - [SMALL_STATE(5368)] = 298241, - [SMALL_STATE(5369)] = 298261, - [SMALL_STATE(5370)] = 298287, - [SMALL_STATE(5371)] = 298307, - [SMALL_STATE(5372)] = 298327, - [SMALL_STATE(5373)] = 298347, - [SMALL_STATE(5374)] = 298367, - [SMALL_STATE(5375)] = 298393, - [SMALL_STATE(5376)] = 298413, - [SMALL_STATE(5377)] = 298439, - [SMALL_STATE(5378)] = 298465, - [SMALL_STATE(5379)] = 298485, - [SMALL_STATE(5380)] = 298505, - [SMALL_STATE(5381)] = 298531, - [SMALL_STATE(5382)] = 298555, - [SMALL_STATE(5383)] = 298581, - [SMALL_STATE(5384)] = 298607, - [SMALL_STATE(5385)] = 298627, - [SMALL_STATE(5386)] = 298647, - [SMALL_STATE(5387)] = 298667, - [SMALL_STATE(5388)] = 298687, - [SMALL_STATE(5389)] = 298713, - [SMALL_STATE(5390)] = 298739, - [SMALL_STATE(5391)] = 298759, - [SMALL_STATE(5392)] = 298779, - [SMALL_STATE(5393)] = 298805, - [SMALL_STATE(5394)] = 298831, - [SMALL_STATE(5395)] = 298851, - [SMALL_STATE(5396)] = 298877, - [SMALL_STATE(5397)] = 298897, - [SMALL_STATE(5398)] = 298923, - [SMALL_STATE(5399)] = 298949, - [SMALL_STATE(5400)] = 298975, - [SMALL_STATE(5401)] = 298999, - [SMALL_STATE(5402)] = 299023, - [SMALL_STATE(5403)] = 299047, - [SMALL_STATE(5404)] = 299071, - [SMALL_STATE(5405)] = 299091, - [SMALL_STATE(5406)] = 299115, - [SMALL_STATE(5407)] = 299135, - [SMALL_STATE(5408)] = 299159, - [SMALL_STATE(5409)] = 299185, - [SMALL_STATE(5410)] = 299211, - [SMALL_STATE(5411)] = 299237, - [SMALL_STATE(5412)] = 299263, - [SMALL_STATE(5413)] = 299289, - [SMALL_STATE(5414)] = 299309, - [SMALL_STATE(5415)] = 299335, - [SMALL_STATE(5416)] = 299357, - [SMALL_STATE(5417)] = 299383, - [SMALL_STATE(5418)] = 299405, - [SMALL_STATE(5419)] = 299427, - [SMALL_STATE(5420)] = 299453, - [SMALL_STATE(5421)] = 299479, - [SMALL_STATE(5422)] = 299501, - [SMALL_STATE(5423)] = 299525, - [SMALL_STATE(5424)] = 299551, - [SMALL_STATE(5425)] = 299575, - [SMALL_STATE(5426)] = 299595, - [SMALL_STATE(5427)] = 299621, - [SMALL_STATE(5428)] = 299641, - [SMALL_STATE(5429)] = 299661, - [SMALL_STATE(5430)] = 299687, - [SMALL_STATE(5431)] = 299713, - [SMALL_STATE(5432)] = 299739, - [SMALL_STATE(5433)] = 299761, - [SMALL_STATE(5434)] = 299781, - [SMALL_STATE(5435)] = 299801, - [SMALL_STATE(5436)] = 299827, - [SMALL_STATE(5437)] = 299853, - [SMALL_STATE(5438)] = 299875, - [SMALL_STATE(5439)] = 299901, - [SMALL_STATE(5440)] = 299921, - [SMALL_STATE(5441)] = 299943, - [SMALL_STATE(5442)] = 299967, - [SMALL_STATE(5443)] = 299987, - [SMALL_STATE(5444)] = 300013, - [SMALL_STATE(5445)] = 300039, - [SMALL_STATE(5446)] = 300065, - [SMALL_STATE(5447)] = 300091, - [SMALL_STATE(5448)] = 300115, - [SMALL_STATE(5449)] = 300139, - [SMALL_STATE(5450)] = 300159, - [SMALL_STATE(5451)] = 300185, - [SMALL_STATE(5452)] = 300211, - [SMALL_STATE(5453)] = 300235, - [SMALL_STATE(5454)] = 300259, - [SMALL_STATE(5455)] = 300283, - [SMALL_STATE(5456)] = 300305, - [SMALL_STATE(5457)] = 300331, - [SMALL_STATE(5458)] = 300357, - [SMALL_STATE(5459)] = 300383, - [SMALL_STATE(5460)] = 300409, - [SMALL_STATE(5461)] = 300433, - [SMALL_STATE(5462)] = 300457, - [SMALL_STATE(5463)] = 300483, - [SMALL_STATE(5464)] = 300509, - [SMALL_STATE(5465)] = 300533, - [SMALL_STATE(5466)] = 300559, - [SMALL_STATE(5467)] = 300585, - [SMALL_STATE(5468)] = 300611, - [SMALL_STATE(5469)] = 300637, - [SMALL_STATE(5470)] = 300663, - [SMALL_STATE(5471)] = 300689, - [SMALL_STATE(5472)] = 300715, - [SMALL_STATE(5473)] = 300741, - [SMALL_STATE(5474)] = 300765, - [SMALL_STATE(5475)] = 300791, - [SMALL_STATE(5476)] = 300817, - [SMALL_STATE(5477)] = 300843, - [SMALL_STATE(5478)] = 300863, - [SMALL_STATE(5479)] = 300889, - [SMALL_STATE(5480)] = 300915, - [SMALL_STATE(5481)] = 300937, - [SMALL_STATE(5482)] = 300963, - [SMALL_STATE(5483)] = 300987, - [SMALL_STATE(5484)] = 301013, - [SMALL_STATE(5485)] = 301039, - [SMALL_STATE(5486)] = 301065, - [SMALL_STATE(5487)] = 301091, - [SMALL_STATE(5488)] = 301117, - [SMALL_STATE(5489)] = 301143, - [SMALL_STATE(5490)] = 301169, - [SMALL_STATE(5491)] = 301195, - [SMALL_STATE(5492)] = 301221, - [SMALL_STATE(5493)] = 301243, - [SMALL_STATE(5494)] = 301269, - [SMALL_STATE(5495)] = 301293, - [SMALL_STATE(5496)] = 301319, - [SMALL_STATE(5497)] = 301345, - [SMALL_STATE(5498)] = 301365, - [SMALL_STATE(5499)] = 301387, - [SMALL_STATE(5500)] = 301407, - [SMALL_STATE(5501)] = 301433, - [SMALL_STATE(5502)] = 301459, - [SMALL_STATE(5503)] = 301485, - [SMALL_STATE(5504)] = 301505, - [SMALL_STATE(5505)] = 301527, - [SMALL_STATE(5506)] = 301551, - [SMALL_STATE(5507)] = 301577, - [SMALL_STATE(5508)] = 301603, - [SMALL_STATE(5509)] = 301629, - [SMALL_STATE(5510)] = 301655, - [SMALL_STATE(5511)] = 301681, - [SMALL_STATE(5512)] = 301707, - [SMALL_STATE(5513)] = 301733, - [SMALL_STATE(5514)] = 301759, - [SMALL_STATE(5515)] = 301781, - [SMALL_STATE(5516)] = 301807, - [SMALL_STATE(5517)] = 301831, - [SMALL_STATE(5518)] = 301857, - [SMALL_STATE(5519)] = 301883, - [SMALL_STATE(5520)] = 301906, - [SMALL_STATE(5521)] = 301929, - [SMALL_STATE(5522)] = 301952, - [SMALL_STATE(5523)] = 301975, - [SMALL_STATE(5524)] = 301996, - [SMALL_STATE(5525)] = 302019, - [SMALL_STATE(5526)] = 302040, - [SMALL_STATE(5527)] = 302059, - [SMALL_STATE(5528)] = 302080, - [SMALL_STATE(5529)] = 302103, - [SMALL_STATE(5530)] = 302124, - [SMALL_STATE(5531)] = 302147, - [SMALL_STATE(5532)] = 302170, - [SMALL_STATE(5533)] = 302193, - [SMALL_STATE(5534)] = 302212, - [SMALL_STATE(5535)] = 302235, - [SMALL_STATE(5536)] = 302254, - [SMALL_STATE(5537)] = 302277, - [SMALL_STATE(5538)] = 302300, - [SMALL_STATE(5539)] = 302323, - [SMALL_STATE(5540)] = 302342, - [SMALL_STATE(5541)] = 302365, - [SMALL_STATE(5542)] = 302388, - [SMALL_STATE(5543)] = 302411, - [SMALL_STATE(5544)] = 302434, - [SMALL_STATE(5545)] = 302453, - [SMALL_STATE(5546)] = 302476, - [SMALL_STATE(5547)] = 302499, - [SMALL_STATE(5548)] = 302522, - [SMALL_STATE(5549)] = 302545, - [SMALL_STATE(5550)] = 302568, - [SMALL_STATE(5551)] = 302587, - [SMALL_STATE(5552)] = 302606, - [SMALL_STATE(5553)] = 302629, - [SMALL_STATE(5554)] = 302648, - [SMALL_STATE(5555)] = 302669, - [SMALL_STATE(5556)] = 302688, - [SMALL_STATE(5557)] = 302711, - [SMALL_STATE(5558)] = 302730, - [SMALL_STATE(5559)] = 302751, - [SMALL_STATE(5560)] = 302774, - [SMALL_STATE(5561)] = 302793, - [SMALL_STATE(5562)] = 302816, - [SMALL_STATE(5563)] = 302839, - [SMALL_STATE(5564)] = 302862, - [SMALL_STATE(5565)] = 302885, - [SMALL_STATE(5566)] = 302908, - [SMALL_STATE(5567)] = 302931, - [SMALL_STATE(5568)] = 302954, - [SMALL_STATE(5569)] = 302977, - [SMALL_STATE(5570)] = 303000, - [SMALL_STATE(5571)] = 303023, - [SMALL_STATE(5572)] = 303046, - [SMALL_STATE(5573)] = 303069, - [SMALL_STATE(5574)] = 303092, - [SMALL_STATE(5575)] = 303115, - [SMALL_STATE(5576)] = 303138, - [SMALL_STATE(5577)] = 303161, - [SMALL_STATE(5578)] = 303180, - [SMALL_STATE(5579)] = 303203, - [SMALL_STATE(5580)] = 303226, - [SMALL_STATE(5581)] = 303249, - [SMALL_STATE(5582)] = 303270, - [SMALL_STATE(5583)] = 303293, - [SMALL_STATE(5584)] = 303316, - [SMALL_STATE(5585)] = 303339, - [SMALL_STATE(5586)] = 303362, - [SMALL_STATE(5587)] = 303385, - [SMALL_STATE(5588)] = 303408, - [SMALL_STATE(5589)] = 303431, - [SMALL_STATE(5590)] = 303454, - [SMALL_STATE(5591)] = 303475, - [SMALL_STATE(5592)] = 303498, - [SMALL_STATE(5593)] = 303521, - [SMALL_STATE(5594)] = 303544, - [SMALL_STATE(5595)] = 303565, - [SMALL_STATE(5596)] = 303588, - [SMALL_STATE(5597)] = 303611, - [SMALL_STATE(5598)] = 303634, - [SMALL_STATE(5599)] = 303657, - [SMALL_STATE(5600)] = 303680, - [SMALL_STATE(5601)] = 303703, - [SMALL_STATE(5602)] = 303726, - [SMALL_STATE(5603)] = 303749, - [SMALL_STATE(5604)] = 303772, - [SMALL_STATE(5605)] = 303795, - [SMALL_STATE(5606)] = 303818, - [SMALL_STATE(5607)] = 303841, - [SMALL_STATE(5608)] = 303864, - [SMALL_STATE(5609)] = 303887, - [SMALL_STATE(5610)] = 303910, - [SMALL_STATE(5611)] = 303933, - [SMALL_STATE(5612)] = 303956, - [SMALL_STATE(5613)] = 303979, - [SMALL_STATE(5614)] = 304002, - [SMALL_STATE(5615)] = 304025, - [SMALL_STATE(5616)] = 304048, - [SMALL_STATE(5617)] = 304071, - [SMALL_STATE(5618)] = 304094, - [SMALL_STATE(5619)] = 304117, - [SMALL_STATE(5620)] = 304140, - [SMALL_STATE(5621)] = 304163, - [SMALL_STATE(5622)] = 304186, - [SMALL_STATE(5623)] = 304209, - [SMALL_STATE(5624)] = 304232, - [SMALL_STATE(5625)] = 304255, - [SMALL_STATE(5626)] = 304278, - [SMALL_STATE(5627)] = 304301, - [SMALL_STATE(5628)] = 304324, - [SMALL_STATE(5629)] = 304347, - [SMALL_STATE(5630)] = 304366, - [SMALL_STATE(5631)] = 304389, - [SMALL_STATE(5632)] = 304408, - [SMALL_STATE(5633)] = 304427, - [SMALL_STATE(5634)] = 304448, - [SMALL_STATE(5635)] = 304471, - [SMALL_STATE(5636)] = 304490, - [SMALL_STATE(5637)] = 304509, - [SMALL_STATE(5638)] = 304532, - [SMALL_STATE(5639)] = 304555, - [SMALL_STATE(5640)] = 304578, - [SMALL_STATE(5641)] = 304601, - [SMALL_STATE(5642)] = 304622, - [SMALL_STATE(5643)] = 304643, - [SMALL_STATE(5644)] = 304666, - [SMALL_STATE(5645)] = 304689, - [SMALL_STATE(5646)] = 304708, - [SMALL_STATE(5647)] = 304731, - [SMALL_STATE(5648)] = 304754, - [SMALL_STATE(5649)] = 304775, - [SMALL_STATE(5650)] = 304796, - [SMALL_STATE(5651)] = 304819, - [SMALL_STATE(5652)] = 304842, - [SMALL_STATE(5653)] = 304865, - [SMALL_STATE(5654)] = 304888, - [SMALL_STATE(5655)] = 304911, - [SMALL_STATE(5656)] = 304934, - [SMALL_STATE(5657)] = 304957, - [SMALL_STATE(5658)] = 304980, - [SMALL_STATE(5659)] = 305003, - [SMALL_STATE(5660)] = 305024, - [SMALL_STATE(5661)] = 305047, - [SMALL_STATE(5662)] = 305070, - [SMALL_STATE(5663)] = 305093, - [SMALL_STATE(5664)] = 305114, - [SMALL_STATE(5665)] = 305137, - [SMALL_STATE(5666)] = 305160, - [SMALL_STATE(5667)] = 305181, - [SMALL_STATE(5668)] = 305204, - [SMALL_STATE(5669)] = 305227, - [SMALL_STATE(5670)] = 305250, - [SMALL_STATE(5671)] = 305273, - [SMALL_STATE(5672)] = 305296, - [SMALL_STATE(5673)] = 305319, - [SMALL_STATE(5674)] = 305342, - [SMALL_STATE(5675)] = 305365, - [SMALL_STATE(5676)] = 305388, - [SMALL_STATE(5677)] = 305409, - [SMALL_STATE(5678)] = 305430, - [SMALL_STATE(5679)] = 305451, - [SMALL_STATE(5680)] = 305474, - [SMALL_STATE(5681)] = 305497, - [SMALL_STATE(5682)] = 305518, - [SMALL_STATE(5683)] = 305541, - [SMALL_STATE(5684)] = 305564, - [SMALL_STATE(5685)] = 305587, - [SMALL_STATE(5686)] = 305610, - [SMALL_STATE(5687)] = 305633, - [SMALL_STATE(5688)] = 305652, - [SMALL_STATE(5689)] = 305675, - [SMALL_STATE(5690)] = 305698, - [SMALL_STATE(5691)] = 305721, - [SMALL_STATE(5692)] = 305744, - [SMALL_STATE(5693)] = 305765, - [SMALL_STATE(5694)] = 305788, - [SMALL_STATE(5695)] = 305811, - [SMALL_STATE(5696)] = 305832, - [SMALL_STATE(5697)] = 305855, - [SMALL_STATE(5698)] = 305878, - [SMALL_STATE(5699)] = 305901, - [SMALL_STATE(5700)] = 305924, - [SMALL_STATE(5701)] = 305947, - [SMALL_STATE(5702)] = 305970, - [SMALL_STATE(5703)] = 305991, - [SMALL_STATE(5704)] = 306014, - [SMALL_STATE(5705)] = 306037, - [SMALL_STATE(5706)] = 306056, - [SMALL_STATE(5707)] = 306079, - [SMALL_STATE(5708)] = 306100, - [SMALL_STATE(5709)] = 306123, - [SMALL_STATE(5710)] = 306144, - [SMALL_STATE(5711)] = 306165, - [SMALL_STATE(5712)] = 306188, - [SMALL_STATE(5713)] = 306209, - [SMALL_STATE(5714)] = 306232, - [SMALL_STATE(5715)] = 306255, - [SMALL_STATE(5716)] = 306278, - [SMALL_STATE(5717)] = 306301, - [SMALL_STATE(5718)] = 306322, - [SMALL_STATE(5719)] = 306341, - [SMALL_STATE(5720)] = 306364, - [SMALL_STATE(5721)] = 306387, - [SMALL_STATE(5722)] = 306410, - [SMALL_STATE(5723)] = 306433, - [SMALL_STATE(5724)] = 306456, - [SMALL_STATE(5725)] = 306479, - [SMALL_STATE(5726)] = 306500, - [SMALL_STATE(5727)] = 306523, - [SMALL_STATE(5728)] = 306546, - [SMALL_STATE(5729)] = 306569, - [SMALL_STATE(5730)] = 306590, - [SMALL_STATE(5731)] = 306613, - [SMALL_STATE(5732)] = 306636, - [SMALL_STATE(5733)] = 306657, - [SMALL_STATE(5734)] = 306680, - [SMALL_STATE(5735)] = 306701, - [SMALL_STATE(5736)] = 306724, - [SMALL_STATE(5737)] = 306747, - [SMALL_STATE(5738)] = 306770, - [SMALL_STATE(5739)] = 306793, - [SMALL_STATE(5740)] = 306814, - [SMALL_STATE(5741)] = 306837, - [SMALL_STATE(5742)] = 306858, - [SMALL_STATE(5743)] = 306881, - [SMALL_STATE(5744)] = 306904, - [SMALL_STATE(5745)] = 306927, - [SMALL_STATE(5746)] = 306950, - [SMALL_STATE(5747)] = 306973, - [SMALL_STATE(5748)] = 306996, - [SMALL_STATE(5749)] = 307019, - [SMALL_STATE(5750)] = 307042, - [SMALL_STATE(5751)] = 307065, - [SMALL_STATE(5752)] = 307088, - [SMALL_STATE(5753)] = 307111, - [SMALL_STATE(5754)] = 307134, - [SMALL_STATE(5755)] = 307157, - [SMALL_STATE(5756)] = 307178, - [SMALL_STATE(5757)] = 307199, - [SMALL_STATE(5758)] = 307220, - [SMALL_STATE(5759)] = 307243, - [SMALL_STATE(5760)] = 307266, - [SMALL_STATE(5761)] = 307287, - [SMALL_STATE(5762)] = 307310, - [SMALL_STATE(5763)] = 307333, - [SMALL_STATE(5764)] = 307356, - [SMALL_STATE(5765)] = 307377, - [SMALL_STATE(5766)] = 307400, - [SMALL_STATE(5767)] = 307423, - [SMALL_STATE(5768)] = 307446, - [SMALL_STATE(5769)] = 307469, - [SMALL_STATE(5770)] = 307492, - [SMALL_STATE(5771)] = 307513, - [SMALL_STATE(5772)] = 307536, - [SMALL_STATE(5773)] = 307559, - [SMALL_STATE(5774)] = 307580, - [SMALL_STATE(5775)] = 307603, - [SMALL_STATE(5776)] = 307626, - [SMALL_STATE(5777)] = 307645, - [SMALL_STATE(5778)] = 307668, - [SMALL_STATE(5779)] = 307691, - [SMALL_STATE(5780)] = 307714, - [SMALL_STATE(5781)] = 307737, - [SMALL_STATE(5782)] = 307760, - [SMALL_STATE(5783)] = 307783, - [SMALL_STATE(5784)] = 307806, - [SMALL_STATE(5785)] = 307829, - [SMALL_STATE(5786)] = 307852, - [SMALL_STATE(5787)] = 307875, - [SMALL_STATE(5788)] = 307898, - [SMALL_STATE(5789)] = 307919, - [SMALL_STATE(5790)] = 307942, - [SMALL_STATE(5791)] = 307965, - [SMALL_STATE(5792)] = 307988, - [SMALL_STATE(5793)] = 308009, - [SMALL_STATE(5794)] = 308032, - [SMALL_STATE(5795)] = 308055, - [SMALL_STATE(5796)] = 308076, - [SMALL_STATE(5797)] = 308099, - [SMALL_STATE(5798)] = 308122, - [SMALL_STATE(5799)] = 308145, - [SMALL_STATE(5800)] = 308168, - [SMALL_STATE(5801)] = 308191, - [SMALL_STATE(5802)] = 308214, - [SMALL_STATE(5803)] = 308235, - [SMALL_STATE(5804)] = 308258, - [SMALL_STATE(5805)] = 308281, - [SMALL_STATE(5806)] = 308304, - [SMALL_STATE(5807)] = 308327, - [SMALL_STATE(5808)] = 308346, - [SMALL_STATE(5809)] = 308369, - [SMALL_STATE(5810)] = 308392, - [SMALL_STATE(5811)] = 308415, - [SMALL_STATE(5812)] = 308438, - [SMALL_STATE(5813)] = 308461, - [SMALL_STATE(5814)] = 308484, - [SMALL_STATE(5815)] = 308507, - [SMALL_STATE(5816)] = 308530, - [SMALL_STATE(5817)] = 308553, - [SMALL_STATE(5818)] = 308576, - [SMALL_STATE(5819)] = 308599, - [SMALL_STATE(5820)] = 308622, - [SMALL_STATE(5821)] = 308645, - [SMALL_STATE(5822)] = 308668, - [SMALL_STATE(5823)] = 308691, - [SMALL_STATE(5824)] = 308714, - [SMALL_STATE(5825)] = 308737, - [SMALL_STATE(5826)] = 308760, - [SMALL_STATE(5827)] = 308783, - [SMALL_STATE(5828)] = 308806, - [SMALL_STATE(5829)] = 308829, - [SMALL_STATE(5830)] = 308852, - [SMALL_STATE(5831)] = 308875, - [SMALL_STATE(5832)] = 308898, - [SMALL_STATE(5833)] = 308917, - [SMALL_STATE(5834)] = 308940, - [SMALL_STATE(5835)] = 308963, - [SMALL_STATE(5836)] = 308986, - [SMALL_STATE(5837)] = 309009, - [SMALL_STATE(5838)] = 309032, - [SMALL_STATE(5839)] = 309055, - [SMALL_STATE(5840)] = 309078, - [SMALL_STATE(5841)] = 309101, - [SMALL_STATE(5842)] = 309124, - [SMALL_STATE(5843)] = 309147, - [SMALL_STATE(5844)] = 309170, - [SMALL_STATE(5845)] = 309193, - [SMALL_STATE(5846)] = 309212, - [SMALL_STATE(5847)] = 309235, - [SMALL_STATE(5848)] = 309256, - [SMALL_STATE(5849)] = 309279, - [SMALL_STATE(5850)] = 309302, - [SMALL_STATE(5851)] = 309325, - [SMALL_STATE(5852)] = 309348, - [SMALL_STATE(5853)] = 309371, - [SMALL_STATE(5854)] = 309394, - [SMALL_STATE(5855)] = 309417, - [SMALL_STATE(5856)] = 309436, - [SMALL_STATE(5857)] = 309455, - [SMALL_STATE(5858)] = 309478, - [SMALL_STATE(5859)] = 309498, - [SMALL_STATE(5860)] = 309518, - [SMALL_STATE(5861)] = 309538, - [SMALL_STATE(5862)] = 309556, - [SMALL_STATE(5863)] = 309576, - [SMALL_STATE(5864)] = 309596, - [SMALL_STATE(5865)] = 309616, - [SMALL_STATE(5866)] = 309636, - [SMALL_STATE(5867)] = 309656, - [SMALL_STATE(5868)] = 309676, - [SMALL_STATE(5869)] = 309696, - [SMALL_STATE(5870)] = 309716, - [SMALL_STATE(5871)] = 309736, - [SMALL_STATE(5872)] = 309756, - [SMALL_STATE(5873)] = 309776, - [SMALL_STATE(5874)] = 309796, - [SMALL_STATE(5875)] = 309816, - [SMALL_STATE(5876)] = 309836, - [SMALL_STATE(5877)] = 309856, - [SMALL_STATE(5878)] = 309876, - [SMALL_STATE(5879)] = 309896, - [SMALL_STATE(5880)] = 309916, - [SMALL_STATE(5881)] = 309936, - [SMALL_STATE(5882)] = 309956, - [SMALL_STATE(5883)] = 309976, - [SMALL_STATE(5884)] = 309996, - [SMALL_STATE(5885)] = 310016, - [SMALL_STATE(5886)] = 310036, - [SMALL_STATE(5887)] = 310056, - [SMALL_STATE(5888)] = 310076, - [SMALL_STATE(5889)] = 310096, - [SMALL_STATE(5890)] = 310116, - [SMALL_STATE(5891)] = 310136, - [SMALL_STATE(5892)] = 310156, - [SMALL_STATE(5893)] = 310174, - [SMALL_STATE(5894)] = 310194, - [SMALL_STATE(5895)] = 310214, - [SMALL_STATE(5896)] = 310234, - [SMALL_STATE(5897)] = 310254, - [SMALL_STATE(5898)] = 310274, - [SMALL_STATE(5899)] = 310294, - [SMALL_STATE(5900)] = 310314, - [SMALL_STATE(5901)] = 310334, - [SMALL_STATE(5902)] = 310354, - [SMALL_STATE(5903)] = 310374, - [SMALL_STATE(5904)] = 310394, - [SMALL_STATE(5905)] = 310412, - [SMALL_STATE(5906)] = 310432, - [SMALL_STATE(5907)] = 310452, - [SMALL_STATE(5908)] = 310472, - [SMALL_STATE(5909)] = 310492, - [SMALL_STATE(5910)] = 310512, - [SMALL_STATE(5911)] = 310532, - [SMALL_STATE(5912)] = 310552, - [SMALL_STATE(5913)] = 310572, - [SMALL_STATE(5914)] = 310592, - [SMALL_STATE(5915)] = 310612, - [SMALL_STATE(5916)] = 310632, - [SMALL_STATE(5917)] = 310652, - [SMALL_STATE(5918)] = 310672, - [SMALL_STATE(5919)] = 310692, - [SMALL_STATE(5920)] = 310712, - [SMALL_STATE(5921)] = 310732, - [SMALL_STATE(5922)] = 310752, - [SMALL_STATE(5923)] = 310772, - [SMALL_STATE(5924)] = 310792, - [SMALL_STATE(5925)] = 310812, - [SMALL_STATE(5926)] = 310832, - [SMALL_STATE(5927)] = 310852, - [SMALL_STATE(5928)] = 310872, - [SMALL_STATE(5929)] = 310892, - [SMALL_STATE(5930)] = 310912, - [SMALL_STATE(5931)] = 310932, - [SMALL_STATE(5932)] = 310952, - [SMALL_STATE(5933)] = 310972, - [SMALL_STATE(5934)] = 310990, - [SMALL_STATE(5935)] = 311010, - [SMALL_STATE(5936)] = 311030, - [SMALL_STATE(5937)] = 311048, - [SMALL_STATE(5938)] = 311066, - [SMALL_STATE(5939)] = 311086, - [SMALL_STATE(5940)] = 311106, - [SMALL_STATE(5941)] = 311126, - [SMALL_STATE(5942)] = 311146, - [SMALL_STATE(5943)] = 311166, - [SMALL_STATE(5944)] = 311186, - [SMALL_STATE(5945)] = 311206, - [SMALL_STATE(5946)] = 311224, - [SMALL_STATE(5947)] = 311244, - [SMALL_STATE(5948)] = 311264, - [SMALL_STATE(5949)] = 311284, - [SMALL_STATE(5950)] = 311304, - [SMALL_STATE(5951)] = 311324, - [SMALL_STATE(5952)] = 311344, - [SMALL_STATE(5953)] = 311364, - [SMALL_STATE(5954)] = 311382, - [SMALL_STATE(5955)] = 311402, - [SMALL_STATE(5956)] = 311422, - [SMALL_STATE(5957)] = 311440, - [SMALL_STATE(5958)] = 311460, - [SMALL_STATE(5959)] = 311480, - [SMALL_STATE(5960)] = 311500, - [SMALL_STATE(5961)] = 311520, - [SMALL_STATE(5962)] = 311540, - [SMALL_STATE(5963)] = 311560, - [SMALL_STATE(5964)] = 311580, - [SMALL_STATE(5965)] = 311600, - [SMALL_STATE(5966)] = 311620, - [SMALL_STATE(5967)] = 311640, - [SMALL_STATE(5968)] = 311660, - [SMALL_STATE(5969)] = 311680, - [SMALL_STATE(5970)] = 311700, - [SMALL_STATE(5971)] = 311718, - [SMALL_STATE(5972)] = 311738, - [SMALL_STATE(5973)] = 311758, - [SMALL_STATE(5974)] = 311776, - [SMALL_STATE(5975)] = 311796, - [SMALL_STATE(5976)] = 311816, - [SMALL_STATE(5977)] = 311836, - [SMALL_STATE(5978)] = 311856, - [SMALL_STATE(5979)] = 311876, - [SMALL_STATE(5980)] = 311896, - [SMALL_STATE(5981)] = 311916, - [SMALL_STATE(5982)] = 311936, - [SMALL_STATE(5983)] = 311956, - [SMALL_STATE(5984)] = 311976, - [SMALL_STATE(5985)] = 311996, - [SMALL_STATE(5986)] = 312016, - [SMALL_STATE(5987)] = 312036, - [SMALL_STATE(5988)] = 312056, - [SMALL_STATE(5989)] = 312076, - [SMALL_STATE(5990)] = 312096, - [SMALL_STATE(5991)] = 312116, - [SMALL_STATE(5992)] = 312136, - [SMALL_STATE(5993)] = 312156, - [SMALL_STATE(5994)] = 312176, - [SMALL_STATE(5995)] = 312196, - [SMALL_STATE(5996)] = 312216, - [SMALL_STATE(5997)] = 312236, - [SMALL_STATE(5998)] = 312256, - [SMALL_STATE(5999)] = 312276, - [SMALL_STATE(6000)] = 312296, - [SMALL_STATE(6001)] = 312316, - [SMALL_STATE(6002)] = 312336, - [SMALL_STATE(6003)] = 312356, - [SMALL_STATE(6004)] = 312376, - [SMALL_STATE(6005)] = 312396, - [SMALL_STATE(6006)] = 312416, - [SMALL_STATE(6007)] = 312436, - [SMALL_STATE(6008)] = 312456, - [SMALL_STATE(6009)] = 312476, - [SMALL_STATE(6010)] = 312496, - [SMALL_STATE(6011)] = 312516, - [SMALL_STATE(6012)] = 312536, - [SMALL_STATE(6013)] = 312556, - [SMALL_STATE(6014)] = 312576, - [SMALL_STATE(6015)] = 312596, - [SMALL_STATE(6016)] = 312616, - [SMALL_STATE(6017)] = 312636, - [SMALL_STATE(6018)] = 312656, - [SMALL_STATE(6019)] = 312676, - [SMALL_STATE(6020)] = 312696, - [SMALL_STATE(6021)] = 312716, - [SMALL_STATE(6022)] = 312736, - [SMALL_STATE(6023)] = 312756, - [SMALL_STATE(6024)] = 312776, - [SMALL_STATE(6025)] = 312796, - [SMALL_STATE(6026)] = 312816, - [SMALL_STATE(6027)] = 312836, - [SMALL_STATE(6028)] = 312856, - [SMALL_STATE(6029)] = 312876, - [SMALL_STATE(6030)] = 312896, - [SMALL_STATE(6031)] = 312916, - [SMALL_STATE(6032)] = 312936, - [SMALL_STATE(6033)] = 312956, - [SMALL_STATE(6034)] = 312976, - [SMALL_STATE(6035)] = 312996, - [SMALL_STATE(6036)] = 313016, - [SMALL_STATE(6037)] = 313036, - [SMALL_STATE(6038)] = 313056, - [SMALL_STATE(6039)] = 313076, - [SMALL_STATE(6040)] = 313096, - [SMALL_STATE(6041)] = 313116, - [SMALL_STATE(6042)] = 313136, - [SMALL_STATE(6043)] = 313156, - [SMALL_STATE(6044)] = 313174, - [SMALL_STATE(6045)] = 313194, - [SMALL_STATE(6046)] = 313214, - [SMALL_STATE(6047)] = 313234, - [SMALL_STATE(6048)] = 313254, - [SMALL_STATE(6049)] = 313274, - [SMALL_STATE(6050)] = 313294, - [SMALL_STATE(6051)] = 313314, - [SMALL_STATE(6052)] = 313334, - [SMALL_STATE(6053)] = 313354, - [SMALL_STATE(6054)] = 313374, - [SMALL_STATE(6055)] = 313394, - [SMALL_STATE(6056)] = 313414, - [SMALL_STATE(6057)] = 313434, - [SMALL_STATE(6058)] = 313454, - [SMALL_STATE(6059)] = 313474, - [SMALL_STATE(6060)] = 313494, - [SMALL_STATE(6061)] = 313514, - [SMALL_STATE(6062)] = 313534, - [SMALL_STATE(6063)] = 313554, - [SMALL_STATE(6064)] = 313574, - [SMALL_STATE(6065)] = 313594, - [SMALL_STATE(6066)] = 313614, - [SMALL_STATE(6067)] = 313634, - [SMALL_STATE(6068)] = 313654, - [SMALL_STATE(6069)] = 313674, - [SMALL_STATE(6070)] = 313694, - [SMALL_STATE(6071)] = 313714, - [SMALL_STATE(6072)] = 313734, - [SMALL_STATE(6073)] = 313754, - [SMALL_STATE(6074)] = 313774, - [SMALL_STATE(6075)] = 313794, - [SMALL_STATE(6076)] = 313814, - [SMALL_STATE(6077)] = 313832, - [SMALL_STATE(6078)] = 313852, - [SMALL_STATE(6079)] = 313872, - [SMALL_STATE(6080)] = 313892, - [SMALL_STATE(6081)] = 313912, - [SMALL_STATE(6082)] = 313932, - [SMALL_STATE(6083)] = 313952, - [SMALL_STATE(6084)] = 313972, - [SMALL_STATE(6085)] = 313992, - [SMALL_STATE(6086)] = 314012, - [SMALL_STATE(6087)] = 314032, - [SMALL_STATE(6088)] = 314052, - [SMALL_STATE(6089)] = 314072, - [SMALL_STATE(6090)] = 314092, - [SMALL_STATE(6091)] = 314112, - [SMALL_STATE(6092)] = 314130, - [SMALL_STATE(6093)] = 314150, - [SMALL_STATE(6094)] = 314170, - [SMALL_STATE(6095)] = 314190, - [SMALL_STATE(6096)] = 314210, - [SMALL_STATE(6097)] = 314230, - [SMALL_STATE(6098)] = 314250, - [SMALL_STATE(6099)] = 314270, - [SMALL_STATE(6100)] = 314290, - [SMALL_STATE(6101)] = 314310, - [SMALL_STATE(6102)] = 314330, - [SMALL_STATE(6103)] = 314350, - [SMALL_STATE(6104)] = 314370, - [SMALL_STATE(6105)] = 314390, - [SMALL_STATE(6106)] = 314410, - [SMALL_STATE(6107)] = 314430, - [SMALL_STATE(6108)] = 314448, - [SMALL_STATE(6109)] = 314468, - [SMALL_STATE(6110)] = 314488, - [SMALL_STATE(6111)] = 314508, - [SMALL_STATE(6112)] = 314528, - [SMALL_STATE(6113)] = 314548, - [SMALL_STATE(6114)] = 314566, - [SMALL_STATE(6115)] = 314584, - [SMALL_STATE(6116)] = 314604, - [SMALL_STATE(6117)] = 314624, - [SMALL_STATE(6118)] = 314642, - [SMALL_STATE(6119)] = 314662, - [SMALL_STATE(6120)] = 314682, - [SMALL_STATE(6121)] = 314702, - [SMALL_STATE(6122)] = 314722, - [SMALL_STATE(6123)] = 314742, - [SMALL_STATE(6124)] = 314762, - [SMALL_STATE(6125)] = 314782, - [SMALL_STATE(6126)] = 314802, - [SMALL_STATE(6127)] = 314822, - [SMALL_STATE(6128)] = 314842, - [SMALL_STATE(6129)] = 314862, - [SMALL_STATE(6130)] = 314882, - [SMALL_STATE(6131)] = 314902, - [SMALL_STATE(6132)] = 314922, - [SMALL_STATE(6133)] = 314942, - [SMALL_STATE(6134)] = 314962, - [SMALL_STATE(6135)] = 314982, - [SMALL_STATE(6136)] = 315002, - [SMALL_STATE(6137)] = 315022, - [SMALL_STATE(6138)] = 315042, - [SMALL_STATE(6139)] = 315062, - [SMALL_STATE(6140)] = 315082, - [SMALL_STATE(6141)] = 315102, - [SMALL_STATE(6142)] = 315122, - [SMALL_STATE(6143)] = 315142, - [SMALL_STATE(6144)] = 315162, - [SMALL_STATE(6145)] = 315180, - [SMALL_STATE(6146)] = 315200, - [SMALL_STATE(6147)] = 315220, - [SMALL_STATE(6148)] = 315240, - [SMALL_STATE(6149)] = 315260, - [SMALL_STATE(6150)] = 315280, - [SMALL_STATE(6151)] = 315300, - [SMALL_STATE(6152)] = 315320, - [SMALL_STATE(6153)] = 315340, - [SMALL_STATE(6154)] = 315360, - [SMALL_STATE(6155)] = 315380, - [SMALL_STATE(6156)] = 315400, - [SMALL_STATE(6157)] = 315420, - [SMALL_STATE(6158)] = 315438, - [SMALL_STATE(6159)] = 315458, - [SMALL_STATE(6160)] = 315478, - [SMALL_STATE(6161)] = 315498, - [SMALL_STATE(6162)] = 315518, - [SMALL_STATE(6163)] = 315538, - [SMALL_STATE(6164)] = 315558, - [SMALL_STATE(6165)] = 315578, - [SMALL_STATE(6166)] = 315598, - [SMALL_STATE(6167)] = 315618, - [SMALL_STATE(6168)] = 315638, - [SMALL_STATE(6169)] = 315658, - [SMALL_STATE(6170)] = 315678, - [SMALL_STATE(6171)] = 315698, - [SMALL_STATE(6172)] = 315718, - [SMALL_STATE(6173)] = 315738, - [SMALL_STATE(6174)] = 315758, - [SMALL_STATE(6175)] = 315778, - [SMALL_STATE(6176)] = 315798, - [SMALL_STATE(6177)] = 315818, - [SMALL_STATE(6178)] = 315838, - [SMALL_STATE(6179)] = 315858, - [SMALL_STATE(6180)] = 315878, - [SMALL_STATE(6181)] = 315898, - [SMALL_STATE(6182)] = 315918, - [SMALL_STATE(6183)] = 315938, - [SMALL_STATE(6184)] = 315958, - [SMALL_STATE(6185)] = 315978, - [SMALL_STATE(6186)] = 315998, - [SMALL_STATE(6187)] = 316018, - [SMALL_STATE(6188)] = 316038, - [SMALL_STATE(6189)] = 316058, - [SMALL_STATE(6190)] = 316078, - [SMALL_STATE(6191)] = 316098, - [SMALL_STATE(6192)] = 316118, - [SMALL_STATE(6193)] = 316138, - [SMALL_STATE(6194)] = 316158, - [SMALL_STATE(6195)] = 316178, - [SMALL_STATE(6196)] = 316198, - [SMALL_STATE(6197)] = 316218, - [SMALL_STATE(6198)] = 316238, - [SMALL_STATE(6199)] = 316258, - [SMALL_STATE(6200)] = 316278, - [SMALL_STATE(6201)] = 316298, - [SMALL_STATE(6202)] = 316318, - [SMALL_STATE(6203)] = 316338, - [SMALL_STATE(6204)] = 316358, - [SMALL_STATE(6205)] = 316378, - [SMALL_STATE(6206)] = 316398, - [SMALL_STATE(6207)] = 316418, - [SMALL_STATE(6208)] = 316438, - [SMALL_STATE(6209)] = 316456, - [SMALL_STATE(6210)] = 316476, - [SMALL_STATE(6211)] = 316496, - [SMALL_STATE(6212)] = 316516, - [SMALL_STATE(6213)] = 316536, - [SMALL_STATE(6214)] = 316554, - [SMALL_STATE(6215)] = 316572, - [SMALL_STATE(6216)] = 316592, - [SMALL_STATE(6217)] = 316610, - [SMALL_STATE(6218)] = 316630, - [SMALL_STATE(6219)] = 316650, - [SMALL_STATE(6220)] = 316668, - [SMALL_STATE(6221)] = 316688, - [SMALL_STATE(6222)] = 316706, - [SMALL_STATE(6223)] = 316726, - [SMALL_STATE(6224)] = 316746, - [SMALL_STATE(6225)] = 316764, - [SMALL_STATE(6226)] = 316784, - [SMALL_STATE(6227)] = 316802, - [SMALL_STATE(6228)] = 316822, - [SMALL_STATE(6229)] = 316842, - [SMALL_STATE(6230)] = 316862, - [SMALL_STATE(6231)] = 316880, - [SMALL_STATE(6232)] = 316900, - [SMALL_STATE(6233)] = 316920, - [SMALL_STATE(6234)] = 316940, - [SMALL_STATE(6235)] = 316960, - [SMALL_STATE(6236)] = 316980, - [SMALL_STATE(6237)] = 317000, - [SMALL_STATE(6238)] = 317020, - [SMALL_STATE(6239)] = 317038, - [SMALL_STATE(6240)] = 317058, - [SMALL_STATE(6241)] = 317076, - [SMALL_STATE(6242)] = 317094, - [SMALL_STATE(6243)] = 317114, - [SMALL_STATE(6244)] = 317134, - [SMALL_STATE(6245)] = 317154, - [SMALL_STATE(6246)] = 317174, - [SMALL_STATE(6247)] = 317194, - [SMALL_STATE(6248)] = 317214, - [SMALL_STATE(6249)] = 317234, - [SMALL_STATE(6250)] = 317252, - [SMALL_STATE(6251)] = 317272, - [SMALL_STATE(6252)] = 317290, - [SMALL_STATE(6253)] = 317308, - [SMALL_STATE(6254)] = 317328, - [SMALL_STATE(6255)] = 317348, - [SMALL_STATE(6256)] = 317368, - [SMALL_STATE(6257)] = 317388, - [SMALL_STATE(6258)] = 317408, - [SMALL_STATE(6259)] = 317428, - [SMALL_STATE(6260)] = 317446, - [SMALL_STATE(6261)] = 317464, - [SMALL_STATE(6262)] = 317484, - [SMALL_STATE(6263)] = 317504, - [SMALL_STATE(6264)] = 317524, - [SMALL_STATE(6265)] = 317544, - [SMALL_STATE(6266)] = 317562, - [SMALL_STATE(6267)] = 317582, - [SMALL_STATE(6268)] = 317600, - [SMALL_STATE(6269)] = 317620, - [SMALL_STATE(6270)] = 317640, - [SMALL_STATE(6271)] = 317660, - [SMALL_STATE(6272)] = 317680, - [SMALL_STATE(6273)] = 317700, - [SMALL_STATE(6274)] = 317720, - [SMALL_STATE(6275)] = 317740, - [SMALL_STATE(6276)] = 317760, - [SMALL_STATE(6277)] = 317780, - [SMALL_STATE(6278)] = 317800, - [SMALL_STATE(6279)] = 317820, - [SMALL_STATE(6280)] = 317840, - [SMALL_STATE(6281)] = 317860, - [SMALL_STATE(6282)] = 317880, - [SMALL_STATE(6283)] = 317900, - [SMALL_STATE(6284)] = 317920, - [SMALL_STATE(6285)] = 317940, - [SMALL_STATE(6286)] = 317960, - [SMALL_STATE(6287)] = 317980, - [SMALL_STATE(6288)] = 318000, - [SMALL_STATE(6289)] = 318020, - [SMALL_STATE(6290)] = 318040, - [SMALL_STATE(6291)] = 318060, - [SMALL_STATE(6292)] = 318080, - [SMALL_STATE(6293)] = 318098, - [SMALL_STATE(6294)] = 318118, - [SMALL_STATE(6295)] = 318138, - [SMALL_STATE(6296)] = 318158, - [SMALL_STATE(6297)] = 318178, - [SMALL_STATE(6298)] = 318198, - [SMALL_STATE(6299)] = 318218, - [SMALL_STATE(6300)] = 318238, - [SMALL_STATE(6301)] = 318258, - [SMALL_STATE(6302)] = 318278, - [SMALL_STATE(6303)] = 318298, - [SMALL_STATE(6304)] = 318318, - [SMALL_STATE(6305)] = 318338, - [SMALL_STATE(6306)] = 318358, - [SMALL_STATE(6307)] = 318378, - [SMALL_STATE(6308)] = 318398, - [SMALL_STATE(6309)] = 318418, - [SMALL_STATE(6310)] = 318438, - [SMALL_STATE(6311)] = 318458, - [SMALL_STATE(6312)] = 318478, - [SMALL_STATE(6313)] = 318496, - [SMALL_STATE(6314)] = 318516, - [SMALL_STATE(6315)] = 318536, - [SMALL_STATE(6316)] = 318554, - [SMALL_STATE(6317)] = 318574, - [SMALL_STATE(6318)] = 318594, - [SMALL_STATE(6319)] = 318614, - [SMALL_STATE(6320)] = 318634, - [SMALL_STATE(6321)] = 318654, - [SMALL_STATE(6322)] = 318672, - [SMALL_STATE(6323)] = 318692, - [SMALL_STATE(6324)] = 318710, - [SMALL_STATE(6325)] = 318730, - [SMALL_STATE(6326)] = 318750, - [SMALL_STATE(6327)] = 318770, - [SMALL_STATE(6328)] = 318790, - [SMALL_STATE(6329)] = 318810, - [SMALL_STATE(6330)] = 318830, - [SMALL_STATE(6331)] = 318850, - [SMALL_STATE(6332)] = 318870, - [SMALL_STATE(6333)] = 318890, - [SMALL_STATE(6334)] = 318910, - [SMALL_STATE(6335)] = 318930, - [SMALL_STATE(6336)] = 318950, - [SMALL_STATE(6337)] = 318968, - [SMALL_STATE(6338)] = 318988, - [SMALL_STATE(6339)] = 319008, - [SMALL_STATE(6340)] = 319026, - [SMALL_STATE(6341)] = 319046, - [SMALL_STATE(6342)] = 319066, - [SMALL_STATE(6343)] = 319084, - [SMALL_STATE(6344)] = 319104, - [SMALL_STATE(6345)] = 319124, - [SMALL_STATE(6346)] = 319142, - [SMALL_STATE(6347)] = 319162, - [SMALL_STATE(6348)] = 319182, - [SMALL_STATE(6349)] = 319202, - [SMALL_STATE(6350)] = 319222, - [SMALL_STATE(6351)] = 319240, - [SMALL_STATE(6352)] = 319260, - [SMALL_STATE(6353)] = 319280, - [SMALL_STATE(6354)] = 319300, - [SMALL_STATE(6355)] = 319320, - [SMALL_STATE(6356)] = 319340, - [SMALL_STATE(6357)] = 319358, - [SMALL_STATE(6358)] = 319378, - [SMALL_STATE(6359)] = 319396, - [SMALL_STATE(6360)] = 319416, - [SMALL_STATE(6361)] = 319436, - [SMALL_STATE(6362)] = 319456, - [SMALL_STATE(6363)] = 319474, - [SMALL_STATE(6364)] = 319494, - [SMALL_STATE(6365)] = 319514, - [SMALL_STATE(6366)] = 319534, - [SMALL_STATE(6367)] = 319554, - [SMALL_STATE(6368)] = 319574, - [SMALL_STATE(6369)] = 319594, - [SMALL_STATE(6370)] = 319614, - [SMALL_STATE(6371)] = 319634, - [SMALL_STATE(6372)] = 319654, - [SMALL_STATE(6373)] = 319674, - [SMALL_STATE(6374)] = 319694, - [SMALL_STATE(6375)] = 319714, - [SMALL_STATE(6376)] = 319734, - [SMALL_STATE(6377)] = 319752, - [SMALL_STATE(6378)] = 319772, - [SMALL_STATE(6379)] = 319792, - [SMALL_STATE(6380)] = 319812, - [SMALL_STATE(6381)] = 319832, - [SMALL_STATE(6382)] = 319852, - [SMALL_STATE(6383)] = 319872, - [SMALL_STATE(6384)] = 319892, - [SMALL_STATE(6385)] = 319912, - [SMALL_STATE(6386)] = 319932, - [SMALL_STATE(6387)] = 319952, - [SMALL_STATE(6388)] = 319972, - [SMALL_STATE(6389)] = 319992, - [SMALL_STATE(6390)] = 320012, - [SMALL_STATE(6391)] = 320032, - [SMALL_STATE(6392)] = 320052, - [SMALL_STATE(6393)] = 320072, - [SMALL_STATE(6394)] = 320092, - [SMALL_STATE(6395)] = 320112, - [SMALL_STATE(6396)] = 320132, - [SMALL_STATE(6397)] = 320152, - [SMALL_STATE(6398)] = 320172, - [SMALL_STATE(6399)] = 320192, - [SMALL_STATE(6400)] = 320212, - [SMALL_STATE(6401)] = 320232, - [SMALL_STATE(6402)] = 320250, - [SMALL_STATE(6403)] = 320268, - [SMALL_STATE(6404)] = 320288, - [SMALL_STATE(6405)] = 320308, - [SMALL_STATE(6406)] = 320328, - [SMALL_STATE(6407)] = 320348, - [SMALL_STATE(6408)] = 320368, - [SMALL_STATE(6409)] = 320388, - [SMALL_STATE(6410)] = 320408, - [SMALL_STATE(6411)] = 320428, - [SMALL_STATE(6412)] = 320448, - [SMALL_STATE(6413)] = 320468, - [SMALL_STATE(6414)] = 320488, - [SMALL_STATE(6415)] = 320508, - [SMALL_STATE(6416)] = 320528, - [SMALL_STATE(6417)] = 320546, - [SMALL_STATE(6418)] = 320566, - [SMALL_STATE(6419)] = 320586, - [SMALL_STATE(6420)] = 320606, - [SMALL_STATE(6421)] = 320626, - [SMALL_STATE(6422)] = 320646, - [SMALL_STATE(6423)] = 320666, - [SMALL_STATE(6424)] = 320686, - [SMALL_STATE(6425)] = 320706, - [SMALL_STATE(6426)] = 320726, - [SMALL_STATE(6427)] = 320746, - [SMALL_STATE(6428)] = 320766, - [SMALL_STATE(6429)] = 320786, - [SMALL_STATE(6430)] = 320806, - [SMALL_STATE(6431)] = 320826, - [SMALL_STATE(6432)] = 320846, - [SMALL_STATE(6433)] = 320866, - [SMALL_STATE(6434)] = 320886, - [SMALL_STATE(6435)] = 320906, - [SMALL_STATE(6436)] = 320926, - [SMALL_STATE(6437)] = 320946, - [SMALL_STATE(6438)] = 320966, - [SMALL_STATE(6439)] = 320986, - [SMALL_STATE(6440)] = 321006, - [SMALL_STATE(6441)] = 321026, - [SMALL_STATE(6442)] = 321046, - [SMALL_STATE(6443)] = 321066, - [SMALL_STATE(6444)] = 321086, - [SMALL_STATE(6445)] = 321106, - [SMALL_STATE(6446)] = 321126, - [SMALL_STATE(6447)] = 321146, - [SMALL_STATE(6448)] = 321166, - [SMALL_STATE(6449)] = 321186, - [SMALL_STATE(6450)] = 321206, - [SMALL_STATE(6451)] = 321226, - [SMALL_STATE(6452)] = 321246, - [SMALL_STATE(6453)] = 321266, - [SMALL_STATE(6454)] = 321286, - [SMALL_STATE(6455)] = 321306, - [SMALL_STATE(6456)] = 321326, - [SMALL_STATE(6457)] = 321346, - [SMALL_STATE(6458)] = 321366, - [SMALL_STATE(6459)] = 321386, - [SMALL_STATE(6460)] = 321406, - [SMALL_STATE(6461)] = 321426, - [SMALL_STATE(6462)] = 321446, - [SMALL_STATE(6463)] = 321466, - [SMALL_STATE(6464)] = 321484, - [SMALL_STATE(6465)] = 321504, - [SMALL_STATE(6466)] = 321524, - [SMALL_STATE(6467)] = 321544, - [SMALL_STATE(6468)] = 321564, - [SMALL_STATE(6469)] = 321584, - [SMALL_STATE(6470)] = 321604, - [SMALL_STATE(6471)] = 321624, - [SMALL_STATE(6472)] = 321644, - [SMALL_STATE(6473)] = 321664, - [SMALL_STATE(6474)] = 321684, - [SMALL_STATE(6475)] = 321704, - [SMALL_STATE(6476)] = 321724, - [SMALL_STATE(6477)] = 321744, - [SMALL_STATE(6478)] = 321764, - [SMALL_STATE(6479)] = 321784, - [SMALL_STATE(6480)] = 321804, - [SMALL_STATE(6481)] = 321824, - [SMALL_STATE(6482)] = 321844, - [SMALL_STATE(6483)] = 321864, - [SMALL_STATE(6484)] = 321884, - [SMALL_STATE(6485)] = 321904, - [SMALL_STATE(6486)] = 321924, - [SMALL_STATE(6487)] = 321944, - [SMALL_STATE(6488)] = 321964, - [SMALL_STATE(6489)] = 321984, - [SMALL_STATE(6490)] = 322004, - [SMALL_STATE(6491)] = 322024, - [SMALL_STATE(6492)] = 322042, - [SMALL_STATE(6493)] = 322062, - [SMALL_STATE(6494)] = 322082, - [SMALL_STATE(6495)] = 322102, - [SMALL_STATE(6496)] = 322122, - [SMALL_STATE(6497)] = 322142, - [SMALL_STATE(6498)] = 322160, - [SMALL_STATE(6499)] = 322177, - [SMALL_STATE(6500)] = 322194, - [SMALL_STATE(6501)] = 322211, - [SMALL_STATE(6502)] = 322228, - [SMALL_STATE(6503)] = 322245, - [SMALL_STATE(6504)] = 322262, - [SMALL_STATE(6505)] = 322279, - [SMALL_STATE(6506)] = 322296, - [SMALL_STATE(6507)] = 322313, - [SMALL_STATE(6508)] = 322330, - [SMALL_STATE(6509)] = 322347, - [SMALL_STATE(6510)] = 322364, - [SMALL_STATE(6511)] = 322381, - [SMALL_STATE(6512)] = 322398, - [SMALL_STATE(6513)] = 322415, - [SMALL_STATE(6514)] = 322432, - [SMALL_STATE(6515)] = 322449, - [SMALL_STATE(6516)] = 322466, - [SMALL_STATE(6517)] = 322483, - [SMALL_STATE(6518)] = 322500, - [SMALL_STATE(6519)] = 322517, - [SMALL_STATE(6520)] = 322534, - [SMALL_STATE(6521)] = 322551, - [SMALL_STATE(6522)] = 322568, - [SMALL_STATE(6523)] = 322585, - [SMALL_STATE(6524)] = 322602, - [SMALL_STATE(6525)] = 322619, - [SMALL_STATE(6526)] = 322636, - [SMALL_STATE(6527)] = 322653, - [SMALL_STATE(6528)] = 322670, - [SMALL_STATE(6529)] = 322687, - [SMALL_STATE(6530)] = 322704, - [SMALL_STATE(6531)] = 322721, - [SMALL_STATE(6532)] = 322738, - [SMALL_STATE(6533)] = 322755, - [SMALL_STATE(6534)] = 322772, - [SMALL_STATE(6535)] = 322789, - [SMALL_STATE(6536)] = 322806, - [SMALL_STATE(6537)] = 322823, - [SMALL_STATE(6538)] = 322840, - [SMALL_STATE(6539)] = 322857, - [SMALL_STATE(6540)] = 322874, - [SMALL_STATE(6541)] = 322891, - [SMALL_STATE(6542)] = 322908, - [SMALL_STATE(6543)] = 322925, - [SMALL_STATE(6544)] = 322942, - [SMALL_STATE(6545)] = 322959, - [SMALL_STATE(6546)] = 322976, - [SMALL_STATE(6547)] = 322993, - [SMALL_STATE(6548)] = 323010, - [SMALL_STATE(6549)] = 323027, - [SMALL_STATE(6550)] = 323044, - [SMALL_STATE(6551)] = 323061, - [SMALL_STATE(6552)] = 323078, - [SMALL_STATE(6553)] = 323095, - [SMALL_STATE(6554)] = 323112, - [SMALL_STATE(6555)] = 323129, - [SMALL_STATE(6556)] = 323146, - [SMALL_STATE(6557)] = 323163, - [SMALL_STATE(6558)] = 323180, - [SMALL_STATE(6559)] = 323197, - [SMALL_STATE(6560)] = 323214, - [SMALL_STATE(6561)] = 323231, - [SMALL_STATE(6562)] = 323248, - [SMALL_STATE(6563)] = 323265, - [SMALL_STATE(6564)] = 323282, - [SMALL_STATE(6565)] = 323299, - [SMALL_STATE(6566)] = 323316, - [SMALL_STATE(6567)] = 323333, - [SMALL_STATE(6568)] = 323350, - [SMALL_STATE(6569)] = 323367, - [SMALL_STATE(6570)] = 323384, - [SMALL_STATE(6571)] = 323401, - [SMALL_STATE(6572)] = 323418, - [SMALL_STATE(6573)] = 323435, - [SMALL_STATE(6574)] = 323452, - [SMALL_STATE(6575)] = 323469, - [SMALL_STATE(6576)] = 323486, - [SMALL_STATE(6577)] = 323503, - [SMALL_STATE(6578)] = 323520, - [SMALL_STATE(6579)] = 323537, - [SMALL_STATE(6580)] = 323554, - [SMALL_STATE(6581)] = 323571, - [SMALL_STATE(6582)] = 323588, - [SMALL_STATE(6583)] = 323605, - [SMALL_STATE(6584)] = 323622, - [SMALL_STATE(6585)] = 323639, - [SMALL_STATE(6586)] = 323656, - [SMALL_STATE(6587)] = 323673, - [SMALL_STATE(6588)] = 323690, - [SMALL_STATE(6589)] = 323707, - [SMALL_STATE(6590)] = 323724, - [SMALL_STATE(6591)] = 323741, - [SMALL_STATE(6592)] = 323758, - [SMALL_STATE(6593)] = 323775, - [SMALL_STATE(6594)] = 323792, - [SMALL_STATE(6595)] = 323809, - [SMALL_STATE(6596)] = 323826, - [SMALL_STATE(6597)] = 323843, - [SMALL_STATE(6598)] = 323860, - [SMALL_STATE(6599)] = 323877, - [SMALL_STATE(6600)] = 323894, - [SMALL_STATE(6601)] = 323911, - [SMALL_STATE(6602)] = 323928, - [SMALL_STATE(6603)] = 323945, - [SMALL_STATE(6604)] = 323962, - [SMALL_STATE(6605)] = 323979, - [SMALL_STATE(6606)] = 323996, - [SMALL_STATE(6607)] = 324013, - [SMALL_STATE(6608)] = 324030, - [SMALL_STATE(6609)] = 324047, - [SMALL_STATE(6610)] = 324064, - [SMALL_STATE(6611)] = 324081, - [SMALL_STATE(6612)] = 324098, - [SMALL_STATE(6613)] = 324115, - [SMALL_STATE(6614)] = 324132, - [SMALL_STATE(6615)] = 324149, - [SMALL_STATE(6616)] = 324166, - [SMALL_STATE(6617)] = 324183, - [SMALL_STATE(6618)] = 324200, - [SMALL_STATE(6619)] = 324217, - [SMALL_STATE(6620)] = 324234, - [SMALL_STATE(6621)] = 324251, - [SMALL_STATE(6622)] = 324268, - [SMALL_STATE(6623)] = 324285, - [SMALL_STATE(6624)] = 324302, - [SMALL_STATE(6625)] = 324319, - [SMALL_STATE(6626)] = 324336, - [SMALL_STATE(6627)] = 324353, - [SMALL_STATE(6628)] = 324370, - [SMALL_STATE(6629)] = 324387, - [SMALL_STATE(6630)] = 324404, - [SMALL_STATE(6631)] = 324421, - [SMALL_STATE(6632)] = 324438, - [SMALL_STATE(6633)] = 324455, - [SMALL_STATE(6634)] = 324472, - [SMALL_STATE(6635)] = 324489, - [SMALL_STATE(6636)] = 324506, - [SMALL_STATE(6637)] = 324523, - [SMALL_STATE(6638)] = 324540, - [SMALL_STATE(6639)] = 324557, - [SMALL_STATE(6640)] = 324574, - [SMALL_STATE(6641)] = 324591, - [SMALL_STATE(6642)] = 324608, - [SMALL_STATE(6643)] = 324625, - [SMALL_STATE(6644)] = 324642, - [SMALL_STATE(6645)] = 324659, - [SMALL_STATE(6646)] = 324676, - [SMALL_STATE(6647)] = 324693, - [SMALL_STATE(6648)] = 324710, - [SMALL_STATE(6649)] = 324727, - [SMALL_STATE(6650)] = 324744, - [SMALL_STATE(6651)] = 324761, - [SMALL_STATE(6652)] = 324778, - [SMALL_STATE(6653)] = 324795, - [SMALL_STATE(6654)] = 324812, - [SMALL_STATE(6655)] = 324829, - [SMALL_STATE(6656)] = 324846, - [SMALL_STATE(6657)] = 324863, - [SMALL_STATE(6658)] = 324880, - [SMALL_STATE(6659)] = 324897, - [SMALL_STATE(6660)] = 324914, - [SMALL_STATE(6661)] = 324929, - [SMALL_STATE(6662)] = 324946, - [SMALL_STATE(6663)] = 324963, - [SMALL_STATE(6664)] = 324980, - [SMALL_STATE(6665)] = 324997, - [SMALL_STATE(6666)] = 325014, - [SMALL_STATE(6667)] = 325031, - [SMALL_STATE(6668)] = 325048, - [SMALL_STATE(6669)] = 325065, - [SMALL_STATE(6670)] = 325082, - [SMALL_STATE(6671)] = 325099, - [SMALL_STATE(6672)] = 325116, - [SMALL_STATE(6673)] = 325133, - [SMALL_STATE(6674)] = 325150, - [SMALL_STATE(6675)] = 325167, - [SMALL_STATE(6676)] = 325184, - [SMALL_STATE(6677)] = 325201, - [SMALL_STATE(6678)] = 325218, - [SMALL_STATE(6679)] = 325235, - [SMALL_STATE(6680)] = 325252, - [SMALL_STATE(6681)] = 325269, - [SMALL_STATE(6682)] = 325286, - [SMALL_STATE(6683)] = 325303, - [SMALL_STATE(6684)] = 325320, - [SMALL_STATE(6685)] = 325337, - [SMALL_STATE(6686)] = 325354, - [SMALL_STATE(6687)] = 325371, - [SMALL_STATE(6688)] = 325388, - [SMALL_STATE(6689)] = 325405, - [SMALL_STATE(6690)] = 325422, - [SMALL_STATE(6691)] = 325439, - [SMALL_STATE(6692)] = 325456, - [SMALL_STATE(6693)] = 325473, - [SMALL_STATE(6694)] = 325490, - [SMALL_STATE(6695)] = 325507, - [SMALL_STATE(6696)] = 325524, - [SMALL_STATE(6697)] = 325541, - [SMALL_STATE(6698)] = 325558, - [SMALL_STATE(6699)] = 325575, - [SMALL_STATE(6700)] = 325592, - [SMALL_STATE(6701)] = 325609, - [SMALL_STATE(6702)] = 325626, - [SMALL_STATE(6703)] = 325643, - [SMALL_STATE(6704)] = 325660, - [SMALL_STATE(6705)] = 325677, - [SMALL_STATE(6706)] = 325694, - [SMALL_STATE(6707)] = 325711, - [SMALL_STATE(6708)] = 325728, - [SMALL_STATE(6709)] = 325745, - [SMALL_STATE(6710)] = 325762, - [SMALL_STATE(6711)] = 325779, - [SMALL_STATE(6712)] = 325796, - [SMALL_STATE(6713)] = 325813, - [SMALL_STATE(6714)] = 325830, - [SMALL_STATE(6715)] = 325847, - [SMALL_STATE(6716)] = 325864, - [SMALL_STATE(6717)] = 325881, - [SMALL_STATE(6718)] = 325898, - [SMALL_STATE(6719)] = 325915, - [SMALL_STATE(6720)] = 325932, - [SMALL_STATE(6721)] = 325949, - [SMALL_STATE(6722)] = 325966, - [SMALL_STATE(6723)] = 325983, - [SMALL_STATE(6724)] = 326000, - [SMALL_STATE(6725)] = 326017, - [SMALL_STATE(6726)] = 326034, - [SMALL_STATE(6727)] = 326051, - [SMALL_STATE(6728)] = 326068, - [SMALL_STATE(6729)] = 326085, - [SMALL_STATE(6730)] = 326102, - [SMALL_STATE(6731)] = 326119, - [SMALL_STATE(6732)] = 326136, - [SMALL_STATE(6733)] = 326153, - [SMALL_STATE(6734)] = 326170, - [SMALL_STATE(6735)] = 326187, - [SMALL_STATE(6736)] = 326204, - [SMALL_STATE(6737)] = 326221, - [SMALL_STATE(6738)] = 326238, - [SMALL_STATE(6739)] = 326255, - [SMALL_STATE(6740)] = 326272, - [SMALL_STATE(6741)] = 326289, - [SMALL_STATE(6742)] = 326306, - [SMALL_STATE(6743)] = 326323, - [SMALL_STATE(6744)] = 326340, - [SMALL_STATE(6745)] = 326357, - [SMALL_STATE(6746)] = 326374, - [SMALL_STATE(6747)] = 326391, - [SMALL_STATE(6748)] = 326408, - [SMALL_STATE(6749)] = 326425, - [SMALL_STATE(6750)] = 326442, - [SMALL_STATE(6751)] = 326459, - [SMALL_STATE(6752)] = 326476, - [SMALL_STATE(6753)] = 326493, - [SMALL_STATE(6754)] = 326510, - [SMALL_STATE(6755)] = 326527, - [SMALL_STATE(6756)] = 326544, - [SMALL_STATE(6757)] = 326561, - [SMALL_STATE(6758)] = 326578, - [SMALL_STATE(6759)] = 326595, - [SMALL_STATE(6760)] = 326612, - [SMALL_STATE(6761)] = 326629, - [SMALL_STATE(6762)] = 326646, - [SMALL_STATE(6763)] = 326663, - [SMALL_STATE(6764)] = 326680, - [SMALL_STATE(6765)] = 326697, - [SMALL_STATE(6766)] = 326714, - [SMALL_STATE(6767)] = 326731, - [SMALL_STATE(6768)] = 326748, - [SMALL_STATE(6769)] = 326765, - [SMALL_STATE(6770)] = 326782, - [SMALL_STATE(6771)] = 326799, - [SMALL_STATE(6772)] = 326816, - [SMALL_STATE(6773)] = 326833, - [SMALL_STATE(6774)] = 326850, - [SMALL_STATE(6775)] = 326867, - [SMALL_STATE(6776)] = 326884, - [SMALL_STATE(6777)] = 326901, - [SMALL_STATE(6778)] = 326918, - [SMALL_STATE(6779)] = 326935, - [SMALL_STATE(6780)] = 326952, - [SMALL_STATE(6781)] = 326969, - [SMALL_STATE(6782)] = 326986, - [SMALL_STATE(6783)] = 327003, - [SMALL_STATE(6784)] = 327020, - [SMALL_STATE(6785)] = 327037, - [SMALL_STATE(6786)] = 327054, - [SMALL_STATE(6787)] = 327071, - [SMALL_STATE(6788)] = 327088, - [SMALL_STATE(6789)] = 327105, - [SMALL_STATE(6790)] = 327122, - [SMALL_STATE(6791)] = 327139, - [SMALL_STATE(6792)] = 327156, - [SMALL_STATE(6793)] = 327173, - [SMALL_STATE(6794)] = 327190, - [SMALL_STATE(6795)] = 327207, - [SMALL_STATE(6796)] = 327224, - [SMALL_STATE(6797)] = 327241, - [SMALL_STATE(6798)] = 327258, - [SMALL_STATE(6799)] = 327275, - [SMALL_STATE(6800)] = 327292, - [SMALL_STATE(6801)] = 327309, - [SMALL_STATE(6802)] = 327326, - [SMALL_STATE(6803)] = 327343, - [SMALL_STATE(6804)] = 327360, - [SMALL_STATE(6805)] = 327377, - [SMALL_STATE(6806)] = 327394, - [SMALL_STATE(6807)] = 327411, - [SMALL_STATE(6808)] = 327428, - [SMALL_STATE(6809)] = 327445, - [SMALL_STATE(6810)] = 327462, - [SMALL_STATE(6811)] = 327479, - [SMALL_STATE(6812)] = 327496, - [SMALL_STATE(6813)] = 327513, - [SMALL_STATE(6814)] = 327530, - [SMALL_STATE(6815)] = 327547, - [SMALL_STATE(6816)] = 327564, - [SMALL_STATE(6817)] = 327581, - [SMALL_STATE(6818)] = 327598, - [SMALL_STATE(6819)] = 327615, - [SMALL_STATE(6820)] = 327632, - [SMALL_STATE(6821)] = 327649, - [SMALL_STATE(6822)] = 327666, - [SMALL_STATE(6823)] = 327683, - [SMALL_STATE(6824)] = 327700, - [SMALL_STATE(6825)] = 327717, - [SMALL_STATE(6826)] = 327734, - [SMALL_STATE(6827)] = 327751, - [SMALL_STATE(6828)] = 327768, - [SMALL_STATE(6829)] = 327785, - [SMALL_STATE(6830)] = 327802, - [SMALL_STATE(6831)] = 327819, - [SMALL_STATE(6832)] = 327836, - [SMALL_STATE(6833)] = 327853, - [SMALL_STATE(6834)] = 327870, - [SMALL_STATE(6835)] = 327887, - [SMALL_STATE(6836)] = 327904, - [SMALL_STATE(6837)] = 327921, - [SMALL_STATE(6838)] = 327938, - [SMALL_STATE(6839)] = 327955, - [SMALL_STATE(6840)] = 327972, - [SMALL_STATE(6841)] = 327989, - [SMALL_STATE(6842)] = 328006, - [SMALL_STATE(6843)] = 328023, - [SMALL_STATE(6844)] = 328040, - [SMALL_STATE(6845)] = 328057, - [SMALL_STATE(6846)] = 328074, - [SMALL_STATE(6847)] = 328091, - [SMALL_STATE(6848)] = 328108, - [SMALL_STATE(6849)] = 328125, - [SMALL_STATE(6850)] = 328142, - [SMALL_STATE(6851)] = 328159, - [SMALL_STATE(6852)] = 328176, - [SMALL_STATE(6853)] = 328193, - [SMALL_STATE(6854)] = 328210, - [SMALL_STATE(6855)] = 328227, - [SMALL_STATE(6856)] = 328244, - [SMALL_STATE(6857)] = 328261, - [SMALL_STATE(6858)] = 328278, - [SMALL_STATE(6859)] = 328295, - [SMALL_STATE(6860)] = 328312, - [SMALL_STATE(6861)] = 328329, - [SMALL_STATE(6862)] = 328346, - [SMALL_STATE(6863)] = 328363, - [SMALL_STATE(6864)] = 328380, - [SMALL_STATE(6865)] = 328397, - [SMALL_STATE(6866)] = 328414, - [SMALL_STATE(6867)] = 328431, - [SMALL_STATE(6868)] = 328448, - [SMALL_STATE(6869)] = 328465, - [SMALL_STATE(6870)] = 328482, - [SMALL_STATE(6871)] = 328499, - [SMALL_STATE(6872)] = 328516, - [SMALL_STATE(6873)] = 328533, - [SMALL_STATE(6874)] = 328550, - [SMALL_STATE(6875)] = 328567, - [SMALL_STATE(6876)] = 328584, - [SMALL_STATE(6877)] = 328601, - [SMALL_STATE(6878)] = 328618, - [SMALL_STATE(6879)] = 328635, - [SMALL_STATE(6880)] = 328652, - [SMALL_STATE(6881)] = 328669, - [SMALL_STATE(6882)] = 328686, - [SMALL_STATE(6883)] = 328703, - [SMALL_STATE(6884)] = 328720, - [SMALL_STATE(6885)] = 328737, - [SMALL_STATE(6886)] = 328754, - [SMALL_STATE(6887)] = 328771, - [SMALL_STATE(6888)] = 328788, - [SMALL_STATE(6889)] = 328805, - [SMALL_STATE(6890)] = 328822, - [SMALL_STATE(6891)] = 328839, - [SMALL_STATE(6892)] = 328856, - [SMALL_STATE(6893)] = 328873, - [SMALL_STATE(6894)] = 328890, - [SMALL_STATE(6895)] = 328907, - [SMALL_STATE(6896)] = 328924, - [SMALL_STATE(6897)] = 328941, - [SMALL_STATE(6898)] = 328958, - [SMALL_STATE(6899)] = 328975, - [SMALL_STATE(6900)] = 328992, - [SMALL_STATE(6901)] = 329009, - [SMALL_STATE(6902)] = 329026, - [SMALL_STATE(6903)] = 329043, - [SMALL_STATE(6904)] = 329060, - [SMALL_STATE(6905)] = 329077, - [SMALL_STATE(6906)] = 329094, - [SMALL_STATE(6907)] = 329111, - [SMALL_STATE(6908)] = 329128, - [SMALL_STATE(6909)] = 329145, - [SMALL_STATE(6910)] = 329162, - [SMALL_STATE(6911)] = 329179, - [SMALL_STATE(6912)] = 329196, - [SMALL_STATE(6913)] = 329213, - [SMALL_STATE(6914)] = 329230, - [SMALL_STATE(6915)] = 329247, - [SMALL_STATE(6916)] = 329264, - [SMALL_STATE(6917)] = 329281, - [SMALL_STATE(6918)] = 329298, - [SMALL_STATE(6919)] = 329315, - [SMALL_STATE(6920)] = 329332, - [SMALL_STATE(6921)] = 329349, - [SMALL_STATE(6922)] = 329366, - [SMALL_STATE(6923)] = 329383, - [SMALL_STATE(6924)] = 329400, - [SMALL_STATE(6925)] = 329417, - [SMALL_STATE(6926)] = 329434, - [SMALL_STATE(6927)] = 329451, - [SMALL_STATE(6928)] = 329468, - [SMALL_STATE(6929)] = 329485, - [SMALL_STATE(6930)] = 329502, - [SMALL_STATE(6931)] = 329519, - [SMALL_STATE(6932)] = 329536, - [SMALL_STATE(6933)] = 329553, - [SMALL_STATE(6934)] = 329570, - [SMALL_STATE(6935)] = 329587, - [SMALL_STATE(6936)] = 329604, - [SMALL_STATE(6937)] = 329621, - [SMALL_STATE(6938)] = 329638, - [SMALL_STATE(6939)] = 329655, - [SMALL_STATE(6940)] = 329672, - [SMALL_STATE(6941)] = 329689, - [SMALL_STATE(6942)] = 329706, - [SMALL_STATE(6943)] = 329723, - [SMALL_STATE(6944)] = 329740, - [SMALL_STATE(6945)] = 329757, - [SMALL_STATE(6946)] = 329774, - [SMALL_STATE(6947)] = 329791, - [SMALL_STATE(6948)] = 329808, - [SMALL_STATE(6949)] = 329825, - [SMALL_STATE(6950)] = 329842, - [SMALL_STATE(6951)] = 329859, - [SMALL_STATE(6952)] = 329876, - [SMALL_STATE(6953)] = 329893, - [SMALL_STATE(6954)] = 329910, - [SMALL_STATE(6955)] = 329927, - [SMALL_STATE(6956)] = 329944, - [SMALL_STATE(6957)] = 329961, - [SMALL_STATE(6958)] = 329978, - [SMALL_STATE(6959)] = 329995, - [SMALL_STATE(6960)] = 330012, - [SMALL_STATE(6961)] = 330029, - [SMALL_STATE(6962)] = 330046, - [SMALL_STATE(6963)] = 330063, - [SMALL_STATE(6964)] = 330080, - [SMALL_STATE(6965)] = 330097, - [SMALL_STATE(6966)] = 330114, - [SMALL_STATE(6967)] = 330131, - [SMALL_STATE(6968)] = 330148, - [SMALL_STATE(6969)] = 330165, - [SMALL_STATE(6970)] = 330182, - [SMALL_STATE(6971)] = 330199, - [SMALL_STATE(6972)] = 330216, - [SMALL_STATE(6973)] = 330233, - [SMALL_STATE(6974)] = 330250, - [SMALL_STATE(6975)] = 330267, - [SMALL_STATE(6976)] = 330284, - [SMALL_STATE(6977)] = 330301, - [SMALL_STATE(6978)] = 330318, - [SMALL_STATE(6979)] = 330335, - [SMALL_STATE(6980)] = 330352, - [SMALL_STATE(6981)] = 330369, - [SMALL_STATE(6982)] = 330386, - [SMALL_STATE(6983)] = 330403, - [SMALL_STATE(6984)] = 330420, - [SMALL_STATE(6985)] = 330437, - [SMALL_STATE(6986)] = 330454, - [SMALL_STATE(6987)] = 330471, - [SMALL_STATE(6988)] = 330488, - [SMALL_STATE(6989)] = 330505, - [SMALL_STATE(6990)] = 330522, - [SMALL_STATE(6991)] = 330539, - [SMALL_STATE(6992)] = 330556, - [SMALL_STATE(6993)] = 330573, - [SMALL_STATE(6994)] = 330590, - [SMALL_STATE(6995)] = 330607, - [SMALL_STATE(6996)] = 330624, - [SMALL_STATE(6997)] = 330641, - [SMALL_STATE(6998)] = 330658, - [SMALL_STATE(6999)] = 330675, - [SMALL_STATE(7000)] = 330692, - [SMALL_STATE(7001)] = 330709, - [SMALL_STATE(7002)] = 330726, - [SMALL_STATE(7003)] = 330743, - [SMALL_STATE(7004)] = 330760, - [SMALL_STATE(7005)] = 330777, - [SMALL_STATE(7006)] = 330794, - [SMALL_STATE(7007)] = 330811, - [SMALL_STATE(7008)] = 330828, - [SMALL_STATE(7009)] = 330845, - [SMALL_STATE(7010)] = 330862, - [SMALL_STATE(7011)] = 330879, - [SMALL_STATE(7012)] = 330896, - [SMALL_STATE(7013)] = 330913, - [SMALL_STATE(7014)] = 330930, - [SMALL_STATE(7015)] = 330947, - [SMALL_STATE(7016)] = 330964, - [SMALL_STATE(7017)] = 330981, - [SMALL_STATE(7018)] = 330998, - [SMALL_STATE(7019)] = 331015, - [SMALL_STATE(7020)] = 331032, - [SMALL_STATE(7021)] = 331049, - [SMALL_STATE(7022)] = 331066, - [SMALL_STATE(7023)] = 331083, - [SMALL_STATE(7024)] = 331100, - [SMALL_STATE(7025)] = 331117, - [SMALL_STATE(7026)] = 331134, - [SMALL_STATE(7027)] = 331151, - [SMALL_STATE(7028)] = 331168, - [SMALL_STATE(7029)] = 331185, - [SMALL_STATE(7030)] = 331202, - [SMALL_STATE(7031)] = 331219, - [SMALL_STATE(7032)] = 331236, - [SMALL_STATE(7033)] = 331253, - [SMALL_STATE(7034)] = 331270, - [SMALL_STATE(7035)] = 331287, - [SMALL_STATE(7036)] = 331304, - [SMALL_STATE(7037)] = 331321, - [SMALL_STATE(7038)] = 331338, - [SMALL_STATE(7039)] = 331355, - [SMALL_STATE(7040)] = 331372, - [SMALL_STATE(7041)] = 331389, - [SMALL_STATE(7042)] = 331406, - [SMALL_STATE(7043)] = 331423, - [SMALL_STATE(7044)] = 331440, - [SMALL_STATE(7045)] = 331457, - [SMALL_STATE(7046)] = 331474, - [SMALL_STATE(7047)] = 331491, - [SMALL_STATE(7048)] = 331508, - [SMALL_STATE(7049)] = 331525, - [SMALL_STATE(7050)] = 331542, - [SMALL_STATE(7051)] = 331559, - [SMALL_STATE(7052)] = 331576, - [SMALL_STATE(7053)] = 331593, - [SMALL_STATE(7054)] = 331610, - [SMALL_STATE(7055)] = 331627, - [SMALL_STATE(7056)] = 331644, - [SMALL_STATE(7057)] = 331661, - [SMALL_STATE(7058)] = 331678, - [SMALL_STATE(7059)] = 331695, - [SMALL_STATE(7060)] = 331712, - [SMALL_STATE(7061)] = 331729, - [SMALL_STATE(7062)] = 331746, - [SMALL_STATE(7063)] = 331763, - [SMALL_STATE(7064)] = 331780, - [SMALL_STATE(7065)] = 331797, - [SMALL_STATE(7066)] = 331814, - [SMALL_STATE(7067)] = 331831, - [SMALL_STATE(7068)] = 331848, - [SMALL_STATE(7069)] = 331865, - [SMALL_STATE(7070)] = 331882, - [SMALL_STATE(7071)] = 331899, - [SMALL_STATE(7072)] = 331916, - [SMALL_STATE(7073)] = 331933, - [SMALL_STATE(7074)] = 331950, - [SMALL_STATE(7075)] = 331967, - [SMALL_STATE(7076)] = 331984, - [SMALL_STATE(7077)] = 332001, - [SMALL_STATE(7078)] = 332018, - [SMALL_STATE(7079)] = 332035, - [SMALL_STATE(7080)] = 332052, - [SMALL_STATE(7081)] = 332069, - [SMALL_STATE(7082)] = 332086, - [SMALL_STATE(7083)] = 332103, - [SMALL_STATE(7084)] = 332120, - [SMALL_STATE(7085)] = 332137, - [SMALL_STATE(7086)] = 332154, - [SMALL_STATE(7087)] = 332171, - [SMALL_STATE(7088)] = 332188, - [SMALL_STATE(7089)] = 332203, - [SMALL_STATE(7090)] = 332220, - [SMALL_STATE(7091)] = 332237, - [SMALL_STATE(7092)] = 332254, - [SMALL_STATE(7093)] = 332271, - [SMALL_STATE(7094)] = 332288, - [SMALL_STATE(7095)] = 332305, - [SMALL_STATE(7096)] = 332322, - [SMALL_STATE(7097)] = 332339, - [SMALL_STATE(7098)] = 332356, - [SMALL_STATE(7099)] = 332373, - [SMALL_STATE(7100)] = 332390, - [SMALL_STATE(7101)] = 332407, - [SMALL_STATE(7102)] = 332424, - [SMALL_STATE(7103)] = 332441, - [SMALL_STATE(7104)] = 332458, - [SMALL_STATE(7105)] = 332475, - [SMALL_STATE(7106)] = 332492, - [SMALL_STATE(7107)] = 332509, - [SMALL_STATE(7108)] = 332526, - [SMALL_STATE(7109)] = 332543, - [SMALL_STATE(7110)] = 332560, - [SMALL_STATE(7111)] = 332577, - [SMALL_STATE(7112)] = 332594, - [SMALL_STATE(7113)] = 332611, - [SMALL_STATE(7114)] = 332628, - [SMALL_STATE(7115)] = 332645, - [SMALL_STATE(7116)] = 332662, - [SMALL_STATE(7117)] = 332679, - [SMALL_STATE(7118)] = 332696, - [SMALL_STATE(7119)] = 332713, - [SMALL_STATE(7120)] = 332730, - [SMALL_STATE(7121)] = 332747, - [SMALL_STATE(7122)] = 332764, - [SMALL_STATE(7123)] = 332781, - [SMALL_STATE(7124)] = 332798, - [SMALL_STATE(7125)] = 332815, - [SMALL_STATE(7126)] = 332832, - [SMALL_STATE(7127)] = 332849, - [SMALL_STATE(7128)] = 332866, - [SMALL_STATE(7129)] = 332883, - [SMALL_STATE(7130)] = 332900, - [SMALL_STATE(7131)] = 332917, - [SMALL_STATE(7132)] = 332934, - [SMALL_STATE(7133)] = 332951, - [SMALL_STATE(7134)] = 332968, - [SMALL_STATE(7135)] = 332985, - [SMALL_STATE(7136)] = 333002, - [SMALL_STATE(7137)] = 333019, - [SMALL_STATE(7138)] = 333036, - [SMALL_STATE(7139)] = 333053, - [SMALL_STATE(7140)] = 333070, - [SMALL_STATE(7141)] = 333087, - [SMALL_STATE(7142)] = 333104, - [SMALL_STATE(7143)] = 333121, - [SMALL_STATE(7144)] = 333138, - [SMALL_STATE(7145)] = 333155, - [SMALL_STATE(7146)] = 333172, - [SMALL_STATE(7147)] = 333189, - [SMALL_STATE(7148)] = 333206, - [SMALL_STATE(7149)] = 333223, - [SMALL_STATE(7150)] = 333240, - [SMALL_STATE(7151)] = 333257, - [SMALL_STATE(7152)] = 333274, - [SMALL_STATE(7153)] = 333291, - [SMALL_STATE(7154)] = 333308, - [SMALL_STATE(7155)] = 333325, - [SMALL_STATE(7156)] = 333340, - [SMALL_STATE(7157)] = 333357, - [SMALL_STATE(7158)] = 333374, - [SMALL_STATE(7159)] = 333391, - [SMALL_STATE(7160)] = 333408, - [SMALL_STATE(7161)] = 333425, - [SMALL_STATE(7162)] = 333442, - [SMALL_STATE(7163)] = 333459, - [SMALL_STATE(7164)] = 333476, - [SMALL_STATE(7165)] = 333493, - [SMALL_STATE(7166)] = 333510, - [SMALL_STATE(7167)] = 333527, - [SMALL_STATE(7168)] = 333544, - [SMALL_STATE(7169)] = 333561, - [SMALL_STATE(7170)] = 333578, - [SMALL_STATE(7171)] = 333595, - [SMALL_STATE(7172)] = 333612, - [SMALL_STATE(7173)] = 333629, - [SMALL_STATE(7174)] = 333646, - [SMALL_STATE(7175)] = 333663, - [SMALL_STATE(7176)] = 333680, - [SMALL_STATE(7177)] = 333697, - [SMALL_STATE(7178)] = 333714, - [SMALL_STATE(7179)] = 333731, - [SMALL_STATE(7180)] = 333748, - [SMALL_STATE(7181)] = 333765, - [SMALL_STATE(7182)] = 333782, - [SMALL_STATE(7183)] = 333799, - [SMALL_STATE(7184)] = 333816, - [SMALL_STATE(7185)] = 333833, - [SMALL_STATE(7186)] = 333850, - [SMALL_STATE(7187)] = 333867, - [SMALL_STATE(7188)] = 333884, - [SMALL_STATE(7189)] = 333901, - [SMALL_STATE(7190)] = 333918, - [SMALL_STATE(7191)] = 333935, - [SMALL_STATE(7192)] = 333952, - [SMALL_STATE(7193)] = 333969, - [SMALL_STATE(7194)] = 333986, - [SMALL_STATE(7195)] = 334003, - [SMALL_STATE(7196)] = 334020, - [SMALL_STATE(7197)] = 334037, - [SMALL_STATE(7198)] = 334054, - [SMALL_STATE(7199)] = 334071, - [SMALL_STATE(7200)] = 334088, - [SMALL_STATE(7201)] = 334105, - [SMALL_STATE(7202)] = 334122, - [SMALL_STATE(7203)] = 334139, - [SMALL_STATE(7204)] = 334156, - [SMALL_STATE(7205)] = 334173, - [SMALL_STATE(7206)] = 334190, - [SMALL_STATE(7207)] = 334207, - [SMALL_STATE(7208)] = 334224, - [SMALL_STATE(7209)] = 334241, - [SMALL_STATE(7210)] = 334258, - [SMALL_STATE(7211)] = 334275, - [SMALL_STATE(7212)] = 334292, - [SMALL_STATE(7213)] = 334309, - [SMALL_STATE(7214)] = 334326, - [SMALL_STATE(7215)] = 334343, - [SMALL_STATE(7216)] = 334360, - [SMALL_STATE(7217)] = 334377, - [SMALL_STATE(7218)] = 334394, - [SMALL_STATE(7219)] = 334411, - [SMALL_STATE(7220)] = 334428, - [SMALL_STATE(7221)] = 334445, - [SMALL_STATE(7222)] = 334462, - [SMALL_STATE(7223)] = 334479, - [SMALL_STATE(7224)] = 334496, - [SMALL_STATE(7225)] = 334513, - [SMALL_STATE(7226)] = 334530, - [SMALL_STATE(7227)] = 334547, - [SMALL_STATE(7228)] = 334564, - [SMALL_STATE(7229)] = 334581, - [SMALL_STATE(7230)] = 334598, - [SMALL_STATE(7231)] = 334615, - [SMALL_STATE(7232)] = 334632, - [SMALL_STATE(7233)] = 334649, - [SMALL_STATE(7234)] = 334666, - [SMALL_STATE(7235)] = 334683, - [SMALL_STATE(7236)] = 334700, - [SMALL_STATE(7237)] = 334717, - [SMALL_STATE(7238)] = 334734, - [SMALL_STATE(7239)] = 334751, - [SMALL_STATE(7240)] = 334768, - [SMALL_STATE(7241)] = 334785, - [SMALL_STATE(7242)] = 334802, - [SMALL_STATE(7243)] = 334806, - [SMALL_STATE(7244)] = 334810, - [SMALL_STATE(7245)] = 334814, - [SMALL_STATE(7246)] = 334818, + [SMALL_STATE(370)] = 0, + [SMALL_STATE(371)] = 79, + [SMALL_STATE(372)] = 154, + [SMALL_STATE(373)] = 229, + [SMALL_STATE(374)] = 304, + [SMALL_STATE(375)] = 383, + [SMALL_STATE(376)] = 464, + [SMALL_STATE(377)] = 539, + [SMALL_STATE(378)] = 616, + [SMALL_STATE(379)] = 695, + [SMALL_STATE(380)] = 770, + [SMALL_STATE(381)] = 849, + [SMALL_STATE(382)] = 928, + [SMALL_STATE(383)] = 1005, + [SMALL_STATE(384)] = 1084, + [SMALL_STATE(385)] = 1159, + [SMALL_STATE(386)] = 1234, + [SMALL_STATE(387)] = 1309, + [SMALL_STATE(388)] = 1388, + [SMALL_STATE(389)] = 1463, + [SMALL_STATE(390)] = 1538, + [SMALL_STATE(391)] = 1613, + [SMALL_STATE(392)] = 1702, + [SMALL_STATE(393)] = 1793, + [SMALL_STATE(394)] = 1868, + [SMALL_STATE(395)] = 1945, + [SMALL_STATE(396)] = 2020, + [SMALL_STATE(397)] = 2111, + [SMALL_STATE(398)] = 2188, + [SMALL_STATE(399)] = 2279, + [SMALL_STATE(400)] = 2370, + [SMALL_STATE(401)] = 2451, + [SMALL_STATE(402)] = 2542, + [SMALL_STATE(403)] = 2619, + [SMALL_STATE(404)] = 2710, + [SMALL_STATE(405)] = 2789, + [SMALL_STATE(406)] = 2864, + [SMALL_STATE(407)] = 2939, + [SMALL_STATE(408)] = 3014, + [SMALL_STATE(409)] = 3147, + [SMALL_STATE(410)] = 3222, + [SMALL_STATE(411)] = 3313, + [SMALL_STATE(412)] = 3398, + [SMALL_STATE(413)] = 3477, + [SMALL_STATE(414)] = 3554, + [SMALL_STATE(415)] = 3637, + [SMALL_STATE(416)] = 3726, + [SMALL_STATE(417)] = 3801, + [SMALL_STATE(418)] = 3876, + [SMALL_STATE(419)] = 3951, + [SMALL_STATE(420)] = 4026, + [SMALL_STATE(421)] = 4101, + [SMALL_STATE(422)] = 4180, + [SMALL_STATE(423)] = 4255, + [SMALL_STATE(424)] = 4346, + [SMALL_STATE(425)] = 4421, + [SMALL_STATE(426)] = 4496, + [SMALL_STATE(427)] = 4571, + [SMALL_STATE(428)] = 4650, + [SMALL_STATE(429)] = 4725, + [SMALL_STATE(430)] = 4856, + [SMALL_STATE(431)] = 4931, + [SMALL_STATE(432)] = 5006, + [SMALL_STATE(433)] = 5081, + [SMALL_STATE(434)] = 5156, + [SMALL_STATE(435)] = 5241, + [SMALL_STATE(436)] = 5316, + [SMALL_STATE(437)] = 5391, + [SMALL_STATE(438)] = 5466, + [SMALL_STATE(439)] = 5541, + [SMALL_STATE(440)] = 5616, + [SMALL_STATE(441)] = 5749, + [SMALL_STATE(442)] = 5824, + [SMALL_STATE(443)] = 5898, + [SMALL_STATE(444)] = 5976, + [SMALL_STATE(445)] = 6050, + [SMALL_STATE(446)] = 6124, + [SMALL_STATE(447)] = 6198, + [SMALL_STATE(448)] = 6272, + [SMALL_STATE(449)] = 6346, + [SMALL_STATE(450)] = 6420, + [SMALL_STATE(451)] = 6494, + [SMALL_STATE(452)] = 6568, + [SMALL_STATE(453)] = 6642, + [SMALL_STATE(454)] = 6716, + [SMALL_STATE(455)] = 6790, + [SMALL_STATE(456)] = 6864, + [SMALL_STATE(457)] = 6992, + [SMALL_STATE(458)] = 7066, + [SMALL_STATE(459)] = 7142, + [SMALL_STATE(460)] = 7216, + [SMALL_STATE(461)] = 7290, + [SMALL_STATE(462)] = 7370, + [SMALL_STATE(463)] = 7444, + [SMALL_STATE(464)] = 7518, + [SMALL_STATE(465)] = 7592, + [SMALL_STATE(466)] = 7666, + [SMALL_STATE(467)] = 7740, + [SMALL_STATE(468)] = 7814, + [SMALL_STATE(469)] = 7888, + [SMALL_STATE(470)] = 7966, + [SMALL_STATE(471)] = 8040, + [SMALL_STATE(472)] = 8114, + [SMALL_STATE(473)] = 8188, + [SMALL_STATE(474)] = 8262, + [SMALL_STATE(475)] = 8336, + [SMALL_STATE(476)] = 8410, + [SMALL_STATE(477)] = 8484, + [SMALL_STATE(478)] = 8564, + [SMALL_STATE(479)] = 8642, + [SMALL_STATE(480)] = 8716, + [SMALL_STATE(481)] = 8807, + [SMALL_STATE(482)] = 8884, + [SMALL_STATE(483)] = 8961, + [SMALL_STATE(484)] = 9088, + [SMALL_STATE(485)] = 9215, + [SMALL_STATE(486)] = 9288, + [SMALL_STATE(487)] = 9361, + [SMALL_STATE(488)] = 9440, + [SMALL_STATE(489)] = 9513, + [SMALL_STATE(490)] = 9586, + [SMALL_STATE(491)] = 9659, + [SMALL_STATE(492)] = 9734, + [SMALL_STATE(493)] = 9807, + [SMALL_STATE(494)] = 9880, + [SMALL_STATE(495)] = 9953, + [SMALL_STATE(496)] = 10026, + [SMALL_STATE(497)] = 10099, + [SMALL_STATE(498)] = 10174, + [SMALL_STATE(499)] = 10247, + [SMALL_STATE(500)] = 10320, + [SMALL_STATE(501)] = 10447, + [SMALL_STATE(502)] = 10520, + [SMALL_STATE(503)] = 10597, + [SMALL_STATE(504)] = 10670, + [SMALL_STATE(505)] = 10743, + [SMALL_STATE(506)] = 10816, + [SMALL_STATE(507)] = 10889, + [SMALL_STATE(508)] = 10962, + [SMALL_STATE(509)] = 11035, + [SMALL_STATE(510)] = 11160, + [SMALL_STATE(511)] = 11287, + [SMALL_STATE(512)] = 11360, + [SMALL_STATE(513)] = 11437, + [SMALL_STATE(514)] = 11564, + [SMALL_STATE(515)] = 11691, + [SMALL_STATE(516)] = 11768, + [SMALL_STATE(517)] = 11841, + [SMALL_STATE(518)] = 11968, + [SMALL_STATE(519)] = 12041, + [SMALL_STATE(520)] = 12168, + [SMALL_STATE(521)] = 12245, + [SMALL_STATE(522)] = 12320, + [SMALL_STATE(523)] = 12395, + [SMALL_STATE(524)] = 12472, + [SMALL_STATE(525)] = 12545, + [SMALL_STATE(526)] = 12618, + [SMALL_STATE(527)] = 12691, + [SMALL_STATE(528)] = 12764, + [SMALL_STATE(529)] = 12841, + [SMALL_STATE(530)] = 12918, + [SMALL_STATE(531)] = 13045, + [SMALL_STATE(532)] = 13134, + [SMALL_STATE(533)] = 13207, + [SMALL_STATE(534)] = 13280, + [SMALL_STATE(535)] = 13407, + [SMALL_STATE(536)] = 13482, + [SMALL_STATE(537)] = 13555, + [SMALL_STATE(538)] = 13682, + [SMALL_STATE(539)] = 13755, + [SMALL_STATE(540)] = 13830, + [SMALL_STATE(541)] = 13903, + [SMALL_STATE(542)] = 13976, + [SMALL_STATE(543)] = 14100, + [SMALL_STATE(544)] = 14224, + [SMALL_STATE(545)] = 14348, + [SMALL_STATE(546)] = 14426, + [SMALL_STATE(547)] = 14550, + [SMALL_STATE(548)] = 14626, + [SMALL_STATE(549)] = 14700, + [SMALL_STATE(550)] = 14772, + [SMALL_STATE(551)] = 14844, + [SMALL_STATE(552)] = 14916, + [SMALL_STATE(553)] = 14988, + [SMALL_STATE(554)] = 15078, + [SMALL_STATE(555)] = 15202, + [SMALL_STATE(556)] = 15326, + [SMALL_STATE(557)] = 15398, + [SMALL_STATE(558)] = 15474, + [SMALL_STATE(559)] = 15562, + [SMALL_STATE(560)] = 15686, + [SMALL_STATE(561)] = 15810, + [SMALL_STATE(562)] = 15934, + [SMALL_STATE(563)] = 16058, + [SMALL_STATE(564)] = 16182, + [SMALL_STATE(565)] = 16306, + [SMALL_STATE(566)] = 16430, + [SMALL_STATE(567)] = 16554, + [SMALL_STATE(568)] = 16678, + [SMALL_STATE(569)] = 16802, + [SMALL_STATE(570)] = 16926, + [SMALL_STATE(571)] = 17050, + [SMALL_STATE(572)] = 17174, + [SMALL_STATE(573)] = 17298, + [SMALL_STATE(574)] = 17422, + [SMALL_STATE(575)] = 17546, + [SMALL_STATE(576)] = 17670, + [SMALL_STATE(577)] = 17794, + [SMALL_STATE(578)] = 17915, + [SMALL_STATE(579)] = 18036, + [SMALL_STATE(580)] = 18157, + [SMALL_STATE(581)] = 18278, + [SMALL_STATE(582)] = 18399, + [SMALL_STATE(583)] = 18520, + [SMALL_STATE(584)] = 18641, + [SMALL_STATE(585)] = 18762, + [SMALL_STATE(586)] = 18883, + [SMALL_STATE(587)] = 19004, + [SMALL_STATE(588)] = 19125, + [SMALL_STATE(589)] = 19246, + [SMALL_STATE(590)] = 19367, + [SMALL_STATE(591)] = 19488, + [SMALL_STATE(592)] = 19609, + [SMALL_STATE(593)] = 19730, + [SMALL_STATE(594)] = 19851, + [SMALL_STATE(595)] = 19972, + [SMALL_STATE(596)] = 20093, + [SMALL_STATE(597)] = 20214, + [SMALL_STATE(598)] = 20335, + [SMALL_STATE(599)] = 20456, + [SMALL_STATE(600)] = 20577, + [SMALL_STATE(601)] = 20698, + [SMALL_STATE(602)] = 20819, + [SMALL_STATE(603)] = 20940, + [SMALL_STATE(604)] = 21061, + [SMALL_STATE(605)] = 21182, + [SMALL_STATE(606)] = 21303, + [SMALL_STATE(607)] = 21424, + [SMALL_STATE(608)] = 21545, + [SMALL_STATE(609)] = 21666, + [SMALL_STATE(610)] = 21787, + [SMALL_STATE(611)] = 21908, + [SMALL_STATE(612)] = 22029, + [SMALL_STATE(613)] = 22150, + [SMALL_STATE(614)] = 22271, + [SMALL_STATE(615)] = 22392, + [SMALL_STATE(616)] = 22513, + [SMALL_STATE(617)] = 22634, + [SMALL_STATE(618)] = 22755, + [SMALL_STATE(619)] = 22876, + [SMALL_STATE(620)] = 22997, + [SMALL_STATE(621)] = 23118, + [SMALL_STATE(622)] = 23239, + [SMALL_STATE(623)] = 23360, + [SMALL_STATE(624)] = 23481, + [SMALL_STATE(625)] = 23602, + [SMALL_STATE(626)] = 23723, + [SMALL_STATE(627)] = 23844, + [SMALL_STATE(628)] = 23965, + [SMALL_STATE(629)] = 24086, + [SMALL_STATE(630)] = 24207, + [SMALL_STATE(631)] = 24328, + [SMALL_STATE(632)] = 24449, + [SMALL_STATE(633)] = 24570, + [SMALL_STATE(634)] = 24691, + [SMALL_STATE(635)] = 24812, + [SMALL_STATE(636)] = 24933, + [SMALL_STATE(637)] = 25054, + [SMALL_STATE(638)] = 25175, + [SMALL_STATE(639)] = 25296, + [SMALL_STATE(640)] = 25417, + [SMALL_STATE(641)] = 25538, + [SMALL_STATE(642)] = 25659, + [SMALL_STATE(643)] = 25780, + [SMALL_STATE(644)] = 25901, + [SMALL_STATE(645)] = 26022, + [SMALL_STATE(646)] = 26143, + [SMALL_STATE(647)] = 26264, + [SMALL_STATE(648)] = 26385, + [SMALL_STATE(649)] = 26506, + [SMALL_STATE(650)] = 26627, + [SMALL_STATE(651)] = 26748, + [SMALL_STATE(652)] = 26869, + [SMALL_STATE(653)] = 26990, + [SMALL_STATE(654)] = 27111, + [SMALL_STATE(655)] = 27232, + [SMALL_STATE(656)] = 27353, + [SMALL_STATE(657)] = 27474, + [SMALL_STATE(658)] = 27595, + [SMALL_STATE(659)] = 27716, + [SMALL_STATE(660)] = 27837, + [SMALL_STATE(661)] = 27958, + [SMALL_STATE(662)] = 28079, + [SMALL_STATE(663)] = 28200, + [SMALL_STATE(664)] = 28321, + [SMALL_STATE(665)] = 28442, + [SMALL_STATE(666)] = 28563, + [SMALL_STATE(667)] = 28684, + [SMALL_STATE(668)] = 28805, + [SMALL_STATE(669)] = 28926, + [SMALL_STATE(670)] = 29047, + [SMALL_STATE(671)] = 29168, + [SMALL_STATE(672)] = 29289, + [SMALL_STATE(673)] = 29410, + [SMALL_STATE(674)] = 29531, + [SMALL_STATE(675)] = 29652, + [SMALL_STATE(676)] = 29773, + [SMALL_STATE(677)] = 29894, + [SMALL_STATE(678)] = 30015, + [SMALL_STATE(679)] = 30136, + [SMALL_STATE(680)] = 30257, + [SMALL_STATE(681)] = 30378, + [SMALL_STATE(682)] = 30499, + [SMALL_STATE(683)] = 30620, + [SMALL_STATE(684)] = 30741, + [SMALL_STATE(685)] = 30862, + [SMALL_STATE(686)] = 30983, + [SMALL_STATE(687)] = 31104, + [SMALL_STATE(688)] = 31225, + [SMALL_STATE(689)] = 31346, + [SMALL_STATE(690)] = 31467, + [SMALL_STATE(691)] = 31588, + [SMALL_STATE(692)] = 31709, + [SMALL_STATE(693)] = 31830, + [SMALL_STATE(694)] = 31951, + [SMALL_STATE(695)] = 32072, + [SMALL_STATE(696)] = 32193, + [SMALL_STATE(697)] = 32314, + [SMALL_STATE(698)] = 32435, + [SMALL_STATE(699)] = 32556, + [SMALL_STATE(700)] = 32677, + [SMALL_STATE(701)] = 32798, + [SMALL_STATE(702)] = 32919, + [SMALL_STATE(703)] = 33040, + [SMALL_STATE(704)] = 33161, + [SMALL_STATE(705)] = 33282, + [SMALL_STATE(706)] = 33403, + [SMALL_STATE(707)] = 33524, + [SMALL_STATE(708)] = 33645, + [SMALL_STATE(709)] = 33766, + [SMALL_STATE(710)] = 33887, + [SMALL_STATE(711)] = 34008, + [SMALL_STATE(712)] = 34129, + [SMALL_STATE(713)] = 34250, + [SMALL_STATE(714)] = 34371, + [SMALL_STATE(715)] = 34492, + [SMALL_STATE(716)] = 34613, + [SMALL_STATE(717)] = 34734, + [SMALL_STATE(718)] = 34855, + [SMALL_STATE(719)] = 34976, + [SMALL_STATE(720)] = 35097, + [SMALL_STATE(721)] = 35218, + [SMALL_STATE(722)] = 35339, + [SMALL_STATE(723)] = 35460, + [SMALL_STATE(724)] = 35581, + [SMALL_STATE(725)] = 35702, + [SMALL_STATE(726)] = 35823, + [SMALL_STATE(727)] = 35944, + [SMALL_STATE(728)] = 36065, + [SMALL_STATE(729)] = 36186, + [SMALL_STATE(730)] = 36307, + [SMALL_STATE(731)] = 36428, + [SMALL_STATE(732)] = 36549, + [SMALL_STATE(733)] = 36670, + [SMALL_STATE(734)] = 36791, + [SMALL_STATE(735)] = 36912, + [SMALL_STATE(736)] = 37033, + [SMALL_STATE(737)] = 37154, + [SMALL_STATE(738)] = 37275, + [SMALL_STATE(739)] = 37396, + [SMALL_STATE(740)] = 37517, + [SMALL_STATE(741)] = 37638, + [SMALL_STATE(742)] = 37759, + [SMALL_STATE(743)] = 37880, + [SMALL_STATE(744)] = 38001, + [SMALL_STATE(745)] = 38122, + [SMALL_STATE(746)] = 38243, + [SMALL_STATE(747)] = 38364, + [SMALL_STATE(748)] = 38485, + [SMALL_STATE(749)] = 38606, + [SMALL_STATE(750)] = 38727, + [SMALL_STATE(751)] = 38848, + [SMALL_STATE(752)] = 38969, + [SMALL_STATE(753)] = 39090, + [SMALL_STATE(754)] = 39211, + [SMALL_STATE(755)] = 39332, + [SMALL_STATE(756)] = 39453, + [SMALL_STATE(757)] = 39574, + [SMALL_STATE(758)] = 39695, + [SMALL_STATE(759)] = 39816, + [SMALL_STATE(760)] = 39937, + [SMALL_STATE(761)] = 40058, + [SMALL_STATE(762)] = 40179, + [SMALL_STATE(763)] = 40300, + [SMALL_STATE(764)] = 40421, + [SMALL_STATE(765)] = 40542, + [SMALL_STATE(766)] = 40663, + [SMALL_STATE(767)] = 40784, + [SMALL_STATE(768)] = 40905, + [SMALL_STATE(769)] = 41026, + [SMALL_STATE(770)] = 41147, + [SMALL_STATE(771)] = 41268, + [SMALL_STATE(772)] = 41389, + [SMALL_STATE(773)] = 41510, + [SMALL_STATE(774)] = 41631, + [SMALL_STATE(775)] = 41752, + [SMALL_STATE(776)] = 41873, + [SMALL_STATE(777)] = 41994, + [SMALL_STATE(778)] = 42115, + [SMALL_STATE(779)] = 42236, + [SMALL_STATE(780)] = 42357, + [SMALL_STATE(781)] = 42478, + [SMALL_STATE(782)] = 42599, + [SMALL_STATE(783)] = 42720, + [SMALL_STATE(784)] = 42841, + [SMALL_STATE(785)] = 42962, + [SMALL_STATE(786)] = 43083, + [SMALL_STATE(787)] = 43204, + [SMALL_STATE(788)] = 43325, + [SMALL_STATE(789)] = 43446, + [SMALL_STATE(790)] = 43567, + [SMALL_STATE(791)] = 43688, + [SMALL_STATE(792)] = 43809, + [SMALL_STATE(793)] = 43930, + [SMALL_STATE(794)] = 44051, + [SMALL_STATE(795)] = 44172, + [SMALL_STATE(796)] = 44293, + [SMALL_STATE(797)] = 44414, + [SMALL_STATE(798)] = 44535, + [SMALL_STATE(799)] = 44656, + [SMALL_STATE(800)] = 44777, + [SMALL_STATE(801)] = 44898, + [SMALL_STATE(802)] = 45019, + [SMALL_STATE(803)] = 45140, + [SMALL_STATE(804)] = 45261, + [SMALL_STATE(805)] = 45382, + [SMALL_STATE(806)] = 45503, + [SMALL_STATE(807)] = 45624, + [SMALL_STATE(808)] = 45745, + [SMALL_STATE(809)] = 45866, + [SMALL_STATE(810)] = 45987, + [SMALL_STATE(811)] = 46108, + [SMALL_STATE(812)] = 46229, + [SMALL_STATE(813)] = 46350, + [SMALL_STATE(814)] = 46471, + [SMALL_STATE(815)] = 46592, + [SMALL_STATE(816)] = 46713, + [SMALL_STATE(817)] = 46834, + [SMALL_STATE(818)] = 46955, + [SMALL_STATE(819)] = 47076, + [SMALL_STATE(820)] = 47197, + [SMALL_STATE(821)] = 47318, + [SMALL_STATE(822)] = 47439, + [SMALL_STATE(823)] = 47560, + [SMALL_STATE(824)] = 47681, + [SMALL_STATE(825)] = 47802, + [SMALL_STATE(826)] = 47923, + [SMALL_STATE(827)] = 48044, + [SMALL_STATE(828)] = 48165, + [SMALL_STATE(829)] = 48286, + [SMALL_STATE(830)] = 48407, + [SMALL_STATE(831)] = 48528, + [SMALL_STATE(832)] = 48649, + [SMALL_STATE(833)] = 48770, + [SMALL_STATE(834)] = 48891, + [SMALL_STATE(835)] = 49012, + [SMALL_STATE(836)] = 49133, + [SMALL_STATE(837)] = 49254, + [SMALL_STATE(838)] = 49375, + [SMALL_STATE(839)] = 49496, + [SMALL_STATE(840)] = 49617, + [SMALL_STATE(841)] = 49738, + [SMALL_STATE(842)] = 49859, + [SMALL_STATE(843)] = 49980, + [SMALL_STATE(844)] = 50101, + [SMALL_STATE(845)] = 50222, + [SMALL_STATE(846)] = 50343, + [SMALL_STATE(847)] = 50464, + [SMALL_STATE(848)] = 50585, + [SMALL_STATE(849)] = 50706, + [SMALL_STATE(850)] = 50827, + [SMALL_STATE(851)] = 50948, + [SMALL_STATE(852)] = 51069, + [SMALL_STATE(853)] = 51190, + [SMALL_STATE(854)] = 51311, + [SMALL_STATE(855)] = 51432, + [SMALL_STATE(856)] = 51553, + [SMALL_STATE(857)] = 51674, + [SMALL_STATE(858)] = 51795, + [SMALL_STATE(859)] = 51916, + [SMALL_STATE(860)] = 52037, + [SMALL_STATE(861)] = 52158, + [SMALL_STATE(862)] = 52279, + [SMALL_STATE(863)] = 52400, + [SMALL_STATE(864)] = 52521, + [SMALL_STATE(865)] = 52642, + [SMALL_STATE(866)] = 52763, + [SMALL_STATE(867)] = 52884, + [SMALL_STATE(868)] = 53005, + [SMALL_STATE(869)] = 53126, + [SMALL_STATE(870)] = 53247, + [SMALL_STATE(871)] = 53368, + [SMALL_STATE(872)] = 53489, + [SMALL_STATE(873)] = 53610, + [SMALL_STATE(874)] = 53731, + [SMALL_STATE(875)] = 53852, + [SMALL_STATE(876)] = 53973, + [SMALL_STATE(877)] = 54094, + [SMALL_STATE(878)] = 54215, + [SMALL_STATE(879)] = 54336, + [SMALL_STATE(880)] = 54457, + [SMALL_STATE(881)] = 54578, + [SMALL_STATE(882)] = 54699, + [SMALL_STATE(883)] = 54820, + [SMALL_STATE(884)] = 54941, + [SMALL_STATE(885)] = 55062, + [SMALL_STATE(886)] = 55183, + [SMALL_STATE(887)] = 55304, + [SMALL_STATE(888)] = 55425, + [SMALL_STATE(889)] = 55546, + [SMALL_STATE(890)] = 55667, + [SMALL_STATE(891)] = 55788, + [SMALL_STATE(892)] = 55909, + [SMALL_STATE(893)] = 56030, + [SMALL_STATE(894)] = 56151, + [SMALL_STATE(895)] = 56272, + [SMALL_STATE(896)] = 56393, + [SMALL_STATE(897)] = 56514, + [SMALL_STATE(898)] = 56635, + [SMALL_STATE(899)] = 56756, + [SMALL_STATE(900)] = 56877, + [SMALL_STATE(901)] = 56998, + [SMALL_STATE(902)] = 57119, + [SMALL_STATE(903)] = 57240, + [SMALL_STATE(904)] = 57361, + [SMALL_STATE(905)] = 57482, + [SMALL_STATE(906)] = 57603, + [SMALL_STATE(907)] = 57724, + [SMALL_STATE(908)] = 57845, + [SMALL_STATE(909)] = 57966, + [SMALL_STATE(910)] = 58087, + [SMALL_STATE(911)] = 58208, + [SMALL_STATE(912)] = 58329, + [SMALL_STATE(913)] = 58450, + [SMALL_STATE(914)] = 58571, + [SMALL_STATE(915)] = 58692, + [SMALL_STATE(916)] = 58813, + [SMALL_STATE(917)] = 58934, + [SMALL_STATE(918)] = 59055, + [SMALL_STATE(919)] = 59176, + [SMALL_STATE(920)] = 59297, + [SMALL_STATE(921)] = 59418, + [SMALL_STATE(922)] = 59539, + [SMALL_STATE(923)] = 59660, + [SMALL_STATE(924)] = 59781, + [SMALL_STATE(925)] = 59902, + [SMALL_STATE(926)] = 60023, + [SMALL_STATE(927)] = 60144, + [SMALL_STATE(928)] = 60265, + [SMALL_STATE(929)] = 60386, + [SMALL_STATE(930)] = 60507, + [SMALL_STATE(931)] = 60628, + [SMALL_STATE(932)] = 60749, + [SMALL_STATE(933)] = 60870, + [SMALL_STATE(934)] = 60991, + [SMALL_STATE(935)] = 61112, + [SMALL_STATE(936)] = 61233, + [SMALL_STATE(937)] = 61354, + [SMALL_STATE(938)] = 61475, + [SMALL_STATE(939)] = 61596, + [SMALL_STATE(940)] = 61717, + [SMALL_STATE(941)] = 61838, + [SMALL_STATE(942)] = 61959, + [SMALL_STATE(943)] = 62080, + [SMALL_STATE(944)] = 62201, + [SMALL_STATE(945)] = 62322, + [SMALL_STATE(946)] = 62443, + [SMALL_STATE(947)] = 62564, + [SMALL_STATE(948)] = 62685, + [SMALL_STATE(949)] = 62806, + [SMALL_STATE(950)] = 62927, + [SMALL_STATE(951)] = 63048, + [SMALL_STATE(952)] = 63169, + [SMALL_STATE(953)] = 63290, + [SMALL_STATE(954)] = 63411, + [SMALL_STATE(955)] = 63532, + [SMALL_STATE(956)] = 63653, + [SMALL_STATE(957)] = 63774, + [SMALL_STATE(958)] = 63895, + [SMALL_STATE(959)] = 64016, + [SMALL_STATE(960)] = 64137, + [SMALL_STATE(961)] = 64258, + [SMALL_STATE(962)] = 64379, + [SMALL_STATE(963)] = 64500, + [SMALL_STATE(964)] = 64621, + [SMALL_STATE(965)] = 64742, + [SMALL_STATE(966)] = 64863, + [SMALL_STATE(967)] = 64984, + [SMALL_STATE(968)] = 65105, + [SMALL_STATE(969)] = 65226, + [SMALL_STATE(970)] = 65347, + [SMALL_STATE(971)] = 65468, + [SMALL_STATE(972)] = 65589, + [SMALL_STATE(973)] = 65710, + [SMALL_STATE(974)] = 65831, + [SMALL_STATE(975)] = 65952, + [SMALL_STATE(976)] = 66073, + [SMALL_STATE(977)] = 66194, + [SMALL_STATE(978)] = 66315, + [SMALL_STATE(979)] = 66436, + [SMALL_STATE(980)] = 66557, + [SMALL_STATE(981)] = 66678, + [SMALL_STATE(982)] = 66799, + [SMALL_STATE(983)] = 66920, + [SMALL_STATE(984)] = 67041, + [SMALL_STATE(985)] = 67162, + [SMALL_STATE(986)] = 67283, + [SMALL_STATE(987)] = 67404, + [SMALL_STATE(988)] = 67525, + [SMALL_STATE(989)] = 67646, + [SMALL_STATE(990)] = 67767, + [SMALL_STATE(991)] = 67838, + [SMALL_STATE(992)] = 67959, + [SMALL_STATE(993)] = 68080, + [SMALL_STATE(994)] = 68201, + [SMALL_STATE(995)] = 68322, + [SMALL_STATE(996)] = 68443, + [SMALL_STATE(997)] = 68564, + [SMALL_STATE(998)] = 68685, + [SMALL_STATE(999)] = 68806, + [SMALL_STATE(1000)] = 68927, + [SMALL_STATE(1001)] = 69048, + [SMALL_STATE(1002)] = 69169, + [SMALL_STATE(1003)] = 69290, + [SMALL_STATE(1004)] = 69411, + [SMALL_STATE(1005)] = 69532, + [SMALL_STATE(1006)] = 69653, + [SMALL_STATE(1007)] = 69774, + [SMALL_STATE(1008)] = 69895, + [SMALL_STATE(1009)] = 70016, + [SMALL_STATE(1010)] = 70137, + [SMALL_STATE(1011)] = 70258, + [SMALL_STATE(1012)] = 70379, + [SMALL_STATE(1013)] = 70500, + [SMALL_STATE(1014)] = 70621, + [SMALL_STATE(1015)] = 70742, + [SMALL_STATE(1016)] = 70863, + [SMALL_STATE(1017)] = 70934, + [SMALL_STATE(1018)] = 71055, + [SMALL_STATE(1019)] = 71176, + [SMALL_STATE(1020)] = 71297, + [SMALL_STATE(1021)] = 71418, + [SMALL_STATE(1022)] = 71539, + [SMALL_STATE(1023)] = 71660, + [SMALL_STATE(1024)] = 71781, + [SMALL_STATE(1025)] = 71902, + [SMALL_STATE(1026)] = 72023, + [SMALL_STATE(1027)] = 72144, + [SMALL_STATE(1028)] = 72265, + [SMALL_STATE(1029)] = 72386, + [SMALL_STATE(1030)] = 72507, + [SMALL_STATE(1031)] = 72628, + [SMALL_STATE(1032)] = 72749, + [SMALL_STATE(1033)] = 72870, + [SMALL_STATE(1034)] = 72991, + [SMALL_STATE(1035)] = 73112, + [SMALL_STATE(1036)] = 73233, + [SMALL_STATE(1037)] = 73354, + [SMALL_STATE(1038)] = 73475, + [SMALL_STATE(1039)] = 73596, + [SMALL_STATE(1040)] = 73717, + [SMALL_STATE(1041)] = 73838, + [SMALL_STATE(1042)] = 73959, + [SMALL_STATE(1043)] = 74080, + [SMALL_STATE(1044)] = 74201, + [SMALL_STATE(1045)] = 74322, + [SMALL_STATE(1046)] = 74443, + [SMALL_STATE(1047)] = 74564, + [SMALL_STATE(1048)] = 74685, + [SMALL_STATE(1049)] = 74806, + [SMALL_STATE(1050)] = 74927, + [SMALL_STATE(1051)] = 75048, + [SMALL_STATE(1052)] = 75169, + [SMALL_STATE(1053)] = 75290, + [SMALL_STATE(1054)] = 75361, + [SMALL_STATE(1055)] = 75482, + [SMALL_STATE(1056)] = 75603, + [SMALL_STATE(1057)] = 75724, + [SMALL_STATE(1058)] = 75845, + [SMALL_STATE(1059)] = 75966, + [SMALL_STATE(1060)] = 76087, + [SMALL_STATE(1061)] = 76208, + [SMALL_STATE(1062)] = 76329, + [SMALL_STATE(1063)] = 76450, + [SMALL_STATE(1064)] = 76571, + [SMALL_STATE(1065)] = 76692, + [SMALL_STATE(1066)] = 76813, + [SMALL_STATE(1067)] = 76934, + [SMALL_STATE(1068)] = 77055, + [SMALL_STATE(1069)] = 77176, + [SMALL_STATE(1070)] = 77297, + [SMALL_STATE(1071)] = 77418, + [SMALL_STATE(1072)] = 77539, + [SMALL_STATE(1073)] = 77660, + [SMALL_STATE(1074)] = 77781, + [SMALL_STATE(1075)] = 77902, + [SMALL_STATE(1076)] = 78023, + [SMALL_STATE(1077)] = 78144, + [SMALL_STATE(1078)] = 78217, + [SMALL_STATE(1079)] = 78338, + [SMALL_STATE(1080)] = 78459, + [SMALL_STATE(1081)] = 78580, + [SMALL_STATE(1082)] = 78701, + [SMALL_STATE(1083)] = 78774, + [SMALL_STATE(1084)] = 78845, + [SMALL_STATE(1085)] = 78918, + [SMALL_STATE(1086)] = 79039, + [SMALL_STATE(1087)] = 79110, + [SMALL_STATE(1088)] = 79181, + [SMALL_STATE(1089)] = 79302, + [SMALL_STATE(1090)] = 79423, + [SMALL_STATE(1091)] = 79544, + [SMALL_STATE(1092)] = 79665, + [SMALL_STATE(1093)] = 79786, + [SMALL_STATE(1094)] = 79907, + [SMALL_STATE(1095)] = 80028, + [SMALL_STATE(1096)] = 80149, + [SMALL_STATE(1097)] = 80270, + [SMALL_STATE(1098)] = 80391, + [SMALL_STATE(1099)] = 80512, + [SMALL_STATE(1100)] = 80633, + [SMALL_STATE(1101)] = 80754, + [SMALL_STATE(1102)] = 80875, + [SMALL_STATE(1103)] = 80996, + [SMALL_STATE(1104)] = 81117, + [SMALL_STATE(1105)] = 81238, + [SMALL_STATE(1106)] = 81359, + [SMALL_STATE(1107)] = 81480, + [SMALL_STATE(1108)] = 81601, + [SMALL_STATE(1109)] = 81722, + [SMALL_STATE(1110)] = 81843, + [SMALL_STATE(1111)] = 81964, + [SMALL_STATE(1112)] = 82085, + [SMALL_STATE(1113)] = 82206, + [SMALL_STATE(1114)] = 82327, + [SMALL_STATE(1115)] = 82448, + [SMALL_STATE(1116)] = 82569, + [SMALL_STATE(1117)] = 82690, + [SMALL_STATE(1118)] = 82811, + [SMALL_STATE(1119)] = 82932, + [SMALL_STATE(1120)] = 83053, + [SMALL_STATE(1121)] = 83174, + [SMALL_STATE(1122)] = 83295, + [SMALL_STATE(1123)] = 83416, + [SMALL_STATE(1124)] = 83537, + [SMALL_STATE(1125)] = 83658, + [SMALL_STATE(1126)] = 83779, + [SMALL_STATE(1127)] = 83900, + [SMALL_STATE(1128)] = 84021, + [SMALL_STATE(1129)] = 84142, + [SMALL_STATE(1130)] = 84263, + [SMALL_STATE(1131)] = 84384, + [SMALL_STATE(1132)] = 84505, + [SMALL_STATE(1133)] = 84626, + [SMALL_STATE(1134)] = 84747, + [SMALL_STATE(1135)] = 84868, + [SMALL_STATE(1136)] = 84989, + [SMALL_STATE(1137)] = 85110, + [SMALL_STATE(1138)] = 85231, + [SMALL_STATE(1139)] = 85352, + [SMALL_STATE(1140)] = 85473, + [SMALL_STATE(1141)] = 85594, + [SMALL_STATE(1142)] = 85715, + [SMALL_STATE(1143)] = 85836, + [SMALL_STATE(1144)] = 85957, + [SMALL_STATE(1145)] = 86078, + [SMALL_STATE(1146)] = 86199, + [SMALL_STATE(1147)] = 86320, + [SMALL_STATE(1148)] = 86441, + [SMALL_STATE(1149)] = 86562, + [SMALL_STATE(1150)] = 86683, + [SMALL_STATE(1151)] = 86804, + [SMALL_STATE(1152)] = 86925, + [SMALL_STATE(1153)] = 87046, + [SMALL_STATE(1154)] = 87167, + [SMALL_STATE(1155)] = 87288, + [SMALL_STATE(1156)] = 87409, + [SMALL_STATE(1157)] = 87484, + [SMALL_STATE(1158)] = 87605, + [SMALL_STATE(1159)] = 87726, + [SMALL_STATE(1160)] = 87847, + [SMALL_STATE(1161)] = 87968, + [SMALL_STATE(1162)] = 88089, + [SMALL_STATE(1163)] = 88210, + [SMALL_STATE(1164)] = 88331, + [SMALL_STATE(1165)] = 88452, + [SMALL_STATE(1166)] = 88573, + [SMALL_STATE(1167)] = 88694, + [SMALL_STATE(1168)] = 88815, + [SMALL_STATE(1169)] = 88936, + [SMALL_STATE(1170)] = 89057, + [SMALL_STATE(1171)] = 89178, + [SMALL_STATE(1172)] = 89299, + [SMALL_STATE(1173)] = 89420, + [SMALL_STATE(1174)] = 89541, + [SMALL_STATE(1175)] = 89662, + [SMALL_STATE(1176)] = 89783, + [SMALL_STATE(1177)] = 89904, + [SMALL_STATE(1178)] = 90025, + [SMALL_STATE(1179)] = 90146, + [SMALL_STATE(1180)] = 90267, + [SMALL_STATE(1181)] = 90388, + [SMALL_STATE(1182)] = 90509, + [SMALL_STATE(1183)] = 90630, + [SMALL_STATE(1184)] = 90751, + [SMALL_STATE(1185)] = 90872, + [SMALL_STATE(1186)] = 90993, + [SMALL_STATE(1187)] = 91114, + [SMALL_STATE(1188)] = 91235, + [SMALL_STATE(1189)] = 91356, + [SMALL_STATE(1190)] = 91477, + [SMALL_STATE(1191)] = 91598, + [SMALL_STATE(1192)] = 91669, + [SMALL_STATE(1193)] = 91790, + [SMALL_STATE(1194)] = 91911, + [SMALL_STATE(1195)] = 92032, + [SMALL_STATE(1196)] = 92153, + [SMALL_STATE(1197)] = 92274, + [SMALL_STATE(1198)] = 92395, + [SMALL_STATE(1199)] = 92516, + [SMALL_STATE(1200)] = 92637, + [SMALL_STATE(1201)] = 92758, + [SMALL_STATE(1202)] = 92879, + [SMALL_STATE(1203)] = 93000, + [SMALL_STATE(1204)] = 93121, + [SMALL_STATE(1205)] = 93242, + [SMALL_STATE(1206)] = 93363, + [SMALL_STATE(1207)] = 93484, + [SMALL_STATE(1208)] = 93605, + [SMALL_STATE(1209)] = 93726, + [SMALL_STATE(1210)] = 93847, + [SMALL_STATE(1211)] = 93968, + [SMALL_STATE(1212)] = 94089, + [SMALL_STATE(1213)] = 94210, + [SMALL_STATE(1214)] = 94331, + [SMALL_STATE(1215)] = 94452, + [SMALL_STATE(1216)] = 94573, + [SMALL_STATE(1217)] = 94694, + [SMALL_STATE(1218)] = 94815, + [SMALL_STATE(1219)] = 94936, + [SMALL_STATE(1220)] = 95057, + [SMALL_STATE(1221)] = 95178, + [SMALL_STATE(1222)] = 95299, + [SMALL_STATE(1223)] = 95420, + [SMALL_STATE(1224)] = 95541, + [SMALL_STATE(1225)] = 95662, + [SMALL_STATE(1226)] = 95783, + [SMALL_STATE(1227)] = 95904, + [SMALL_STATE(1228)] = 96025, + [SMALL_STATE(1229)] = 96146, + [SMALL_STATE(1230)] = 96267, + [SMALL_STATE(1231)] = 96388, + [SMALL_STATE(1232)] = 96509, + [SMALL_STATE(1233)] = 96630, + [SMALL_STATE(1234)] = 96751, + [SMALL_STATE(1235)] = 96872, + [SMALL_STATE(1236)] = 96993, + [SMALL_STATE(1237)] = 97064, + [SMALL_STATE(1238)] = 97185, + [SMALL_STATE(1239)] = 97306, + [SMALL_STATE(1240)] = 97427, + [SMALL_STATE(1241)] = 97548, + [SMALL_STATE(1242)] = 97669, + [SMALL_STATE(1243)] = 97790, + [SMALL_STATE(1244)] = 97911, + [SMALL_STATE(1245)] = 98032, + [SMALL_STATE(1246)] = 98153, + [SMALL_STATE(1247)] = 98274, + [SMALL_STATE(1248)] = 98395, + [SMALL_STATE(1249)] = 98516, + [SMALL_STATE(1250)] = 98637, + [SMALL_STATE(1251)] = 98708, + [SMALL_STATE(1252)] = 98829, + [SMALL_STATE(1253)] = 98950, + [SMALL_STATE(1254)] = 99071, + [SMALL_STATE(1255)] = 99192, + [SMALL_STATE(1256)] = 99313, + [SMALL_STATE(1257)] = 99434, + [SMALL_STATE(1258)] = 99555, + [SMALL_STATE(1259)] = 99676, + [SMALL_STATE(1260)] = 99797, + [SMALL_STATE(1261)] = 99918, + [SMALL_STATE(1262)] = 100039, + [SMALL_STATE(1263)] = 100160, + [SMALL_STATE(1264)] = 100281, + [SMALL_STATE(1265)] = 100402, + [SMALL_STATE(1266)] = 100523, + [SMALL_STATE(1267)] = 100644, + [SMALL_STATE(1268)] = 100715, + [SMALL_STATE(1269)] = 100786, + [SMALL_STATE(1270)] = 100907, + [SMALL_STATE(1271)] = 100978, + [SMALL_STATE(1272)] = 101049, + [SMALL_STATE(1273)] = 101120, + [SMALL_STATE(1274)] = 101191, + [SMALL_STATE(1275)] = 101262, + [SMALL_STATE(1276)] = 101383, + [SMALL_STATE(1277)] = 101504, + [SMALL_STATE(1278)] = 101625, + [SMALL_STATE(1279)] = 101746, + [SMALL_STATE(1280)] = 101867, + [SMALL_STATE(1281)] = 101988, + [SMALL_STATE(1282)] = 102109, + [SMALL_STATE(1283)] = 102230, + [SMALL_STATE(1284)] = 102351, + [SMALL_STATE(1285)] = 102472, + [SMALL_STATE(1286)] = 102543, + [SMALL_STATE(1287)] = 102614, + [SMALL_STATE(1288)] = 102735, + [SMALL_STATE(1289)] = 102806, + [SMALL_STATE(1290)] = 102877, + [SMALL_STATE(1291)] = 102998, + [SMALL_STATE(1292)] = 103119, + [SMALL_STATE(1293)] = 103240, + [SMALL_STATE(1294)] = 103361, + [SMALL_STATE(1295)] = 103482, + [SMALL_STATE(1296)] = 103603, + [SMALL_STATE(1297)] = 103724, + [SMALL_STATE(1298)] = 103845, + [SMALL_STATE(1299)] = 103916, + [SMALL_STATE(1300)] = 104037, + [SMALL_STATE(1301)] = 104108, + [SMALL_STATE(1302)] = 104229, + [SMALL_STATE(1303)] = 104300, + [SMALL_STATE(1304)] = 104421, + [SMALL_STATE(1305)] = 104542, + [SMALL_STATE(1306)] = 104663, + [SMALL_STATE(1307)] = 104784, + [SMALL_STATE(1308)] = 104905, + [SMALL_STATE(1309)] = 105026, + [SMALL_STATE(1310)] = 105147, + [SMALL_STATE(1311)] = 105268, + [SMALL_STATE(1312)] = 105389, + [SMALL_STATE(1313)] = 105460, + [SMALL_STATE(1314)] = 105531, + [SMALL_STATE(1315)] = 105652, + [SMALL_STATE(1316)] = 105723, + [SMALL_STATE(1317)] = 105844, + [SMALL_STATE(1318)] = 105965, + [SMALL_STATE(1319)] = 106086, + [SMALL_STATE(1320)] = 106207, + [SMALL_STATE(1321)] = 106293, + [SMALL_STATE(1322)] = 106379, + [SMALL_STATE(1323)] = 106463, + [SMALL_STATE(1324)] = 106549, + [SMALL_STATE(1325)] = 106627, + [SMALL_STATE(1326)] = 106707, + [SMALL_STATE(1327)] = 106793, + [SMALL_STATE(1328)] = 106879, + [SMALL_STATE(1329)] = 106963, + [SMALL_STATE(1330)] = 107049, + [SMALL_STATE(1331)] = 107135, + [SMALL_STATE(1332)] = 107221, + [SMALL_STATE(1333)] = 107307, + [SMALL_STATE(1334)] = 107393, + [SMALL_STATE(1335)] = 107478, + [SMALL_STATE(1336)] = 107557, + [SMALL_STATE(1337)] = 107640, + [SMALL_STATE(1338)] = 107725, + [SMALL_STATE(1339)] = 107810, + [SMALL_STATE(1340)] = 107895, + [SMALL_STATE(1341)] = 107980, + [SMALL_STATE(1342)] = 108065, + [SMALL_STATE(1343)] = 108150, + [SMALL_STATE(1344)] = 108233, + [SMALL_STATE(1345)] = 108318, + [SMALL_STATE(1346)] = 108395, + [SMALL_STATE(1347)] = 108480, + [SMALL_STATE(1348)] = 108548, + [SMALL_STATE(1349)] = 108620, + [SMALL_STATE(1350)] = 108692, + [SMALL_STATE(1351)] = 108764, + [SMALL_STATE(1352)] = 108834, + [SMALL_STATE(1353)] = 108904, + [SMALL_STATE(1354)] = 108978, + [SMALL_STATE(1355)] = 109046, + [SMALL_STATE(1356)] = 109114, + [SMALL_STATE(1357)] = 109182, + [SMALL_STATE(1358)] = 109250, + [SMALL_STATE(1359)] = 109322, + [SMALL_STATE(1360)] = 109394, + [SMALL_STATE(1361)] = 109464, + [SMALL_STATE(1362)] = 109532, + [SMALL_STATE(1363)] = 109604, + [SMALL_STATE(1364)] = 109674, + [SMALL_STATE(1365)] = 109746, + [SMALL_STATE(1366)] = 109818, + [SMALL_STATE(1367)] = 109890, + [SMALL_STATE(1368)] = 109960, + [SMALL_STATE(1369)] = 110030, + [SMALL_STATE(1370)] = 110097, + [SMALL_STATE(1371)] = 110164, + [SMALL_STATE(1372)] = 110231, + [SMALL_STATE(1373)] = 110304, + [SMALL_STATE(1374)] = 110375, + [SMALL_STATE(1375)] = 110446, + [SMALL_STATE(1376)] = 110517, + [SMALL_STATE(1377)] = 110584, + [SMALL_STATE(1378)] = 110655, + [SMALL_STATE(1379)] = 110722, + [SMALL_STATE(1380)] = 110789, + [SMALL_STATE(1381)] = 110856, + [SMALL_STATE(1382)] = 110923, + [SMALL_STATE(1383)] = 110994, + [SMALL_STATE(1384)] = 111063, + [SMALL_STATE(1385)] = 111136, + [SMALL_STATE(1386)] = 111207, + [SMALL_STATE(1387)] = 111278, + [SMALL_STATE(1388)] = 111349, + [SMALL_STATE(1389)] = 111416, + [SMALL_STATE(1390)] = 111487, + [SMALL_STATE(1391)] = 111556, + [SMALL_STATE(1392)] = 111623, + [SMALL_STATE(1393)] = 111692, + [SMALL_STATE(1394)] = 111763, + [SMALL_STATE(1395)] = 111832, + [SMALL_STATE(1396)] = 111903, + [SMALL_STATE(1397)] = 111972, + [SMALL_STATE(1398)] = 112041, + [SMALL_STATE(1399)] = 112108, + [SMALL_STATE(1400)] = 112174, + [SMALL_STATE(1401)] = 112262, + [SMALL_STATE(1402)] = 112328, + [SMALL_STATE(1403)] = 112394, + [SMALL_STATE(1404)] = 112460, + [SMALL_STATE(1405)] = 112526, + [SMALL_STATE(1406)] = 112592, + [SMALL_STATE(1407)] = 112660, + [SMALL_STATE(1408)] = 112726, + [SMALL_STATE(1409)] = 112814, + [SMALL_STATE(1410)] = 112880, + [SMALL_STATE(1411)] = 112946, + [SMALL_STATE(1412)] = 113032, + [SMALL_STATE(1413)] = 113108, + [SMALL_STATE(1414)] = 113174, + [SMALL_STATE(1415)] = 113246, + [SMALL_STATE(1416)] = 113326, + [SMALL_STATE(1417)] = 113414, + [SMALL_STATE(1418)] = 113502, + [SMALL_STATE(1419)] = 113590, + [SMALL_STATE(1420)] = 113678, + [SMALL_STATE(1421)] = 113744, + [SMALL_STATE(1422)] = 113814, + [SMALL_STATE(1423)] = 113884, + [SMALL_STATE(1424)] = 113972, + [SMALL_STATE(1425)] = 114060, + [SMALL_STATE(1426)] = 114126, + [SMALL_STATE(1427)] = 114196, + [SMALL_STATE(1428)] = 114262, + [SMALL_STATE(1429)] = 114328, + [SMALL_STATE(1430)] = 114394, + [SMALL_STATE(1431)] = 114460, + [SMALL_STATE(1432)] = 114526, + [SMALL_STATE(1433)] = 114592, + [SMALL_STATE(1434)] = 114658, + [SMALL_STATE(1435)] = 114724, + [SMALL_STATE(1436)] = 114790, + [SMALL_STATE(1437)] = 114856, + [SMALL_STATE(1438)] = 114944, + [SMALL_STATE(1439)] = 115010, + [SMALL_STATE(1440)] = 115076, + [SMALL_STATE(1441)] = 115162, + [SMALL_STATE(1442)] = 115228, + [SMALL_STATE(1443)] = 115294, + [SMALL_STATE(1444)] = 115360, + [SMALL_STATE(1445)] = 115426, + [SMALL_STATE(1446)] = 115492, + [SMALL_STATE(1447)] = 115558, + [SMALL_STATE(1448)] = 115624, + [SMALL_STATE(1449)] = 115689, + [SMALL_STATE(1450)] = 115754, + [SMALL_STATE(1451)] = 115819, + [SMALL_STATE(1452)] = 115884, + [SMALL_STATE(1453)] = 115949, + [SMALL_STATE(1454)] = 116014, + [SMALL_STATE(1455)] = 116079, + [SMALL_STATE(1456)] = 116144, + [SMALL_STATE(1457)] = 116209, + [SMALL_STATE(1458)] = 116274, + [SMALL_STATE(1459)] = 116339, + [SMALL_STATE(1460)] = 116404, + [SMALL_STATE(1461)] = 116469, + [SMALL_STATE(1462)] = 116534, + [SMALL_STATE(1463)] = 116599, + [SMALL_STATE(1464)] = 116684, + [SMALL_STATE(1465)] = 116749, + [SMALL_STATE(1466)] = 116814, + [SMALL_STATE(1467)] = 116879, + [SMALL_STATE(1468)] = 116944, + [SMALL_STATE(1469)] = 117017, + [SMALL_STATE(1470)] = 117082, + [SMALL_STATE(1471)] = 117147, + [SMALL_STATE(1472)] = 117212, + [SMALL_STATE(1473)] = 117277, + [SMALL_STATE(1474)] = 117342, + [SMALL_STATE(1475)] = 117407, + [SMALL_STATE(1476)] = 117472, + [SMALL_STATE(1477)] = 117542, + [SMALL_STATE(1478)] = 117626, + [SMALL_STATE(1479)] = 117708, + [SMALL_STATE(1480)] = 117801, + [SMALL_STATE(1481)] = 117894, + [SMALL_STATE(1482)] = 117987, + [SMALL_STATE(1483)] = 118080, + [SMALL_STATE(1484)] = 118173, + [SMALL_STATE(1485)] = 118266, + [SMALL_STATE(1486)] = 118359, + [SMALL_STATE(1487)] = 118452, + [SMALL_STATE(1488)] = 118545, + [SMALL_STATE(1489)] = 118626, + [SMALL_STATE(1490)] = 118719, + [SMALL_STATE(1491)] = 118791, + [SMALL_STATE(1492)] = 118873, + [SMALL_STATE(1493)] = 118953, + [SMALL_STATE(1494)] = 119035, + [SMALL_STATE(1495)] = 119111, + [SMALL_STATE(1496)] = 119191, + [SMALL_STATE(1497)] = 119273, + [SMALL_STATE(1498)] = 119355, + [SMALL_STATE(1499)] = 119437, + [SMALL_STATE(1500)] = 119519, + [SMALL_STATE(1501)] = 119601, + [SMALL_STATE(1502)] = 119683, + [SMALL_STATE(1503)] = 119767, + [SMALL_STATE(1504)] = 119846, + [SMALL_STATE(1505)] = 119927, + [SMALL_STATE(1506)] = 119996, + [SMALL_STATE(1507)] = 120077, + [SMALL_STATE(1508)] = 120158, + [SMALL_STATE(1509)] = 120239, + [SMALL_STATE(1510)] = 120318, + [SMALL_STATE(1511)] = 120399, + [SMALL_STATE(1512)] = 120480, + [SMALL_STATE(1513)] = 120561, + [SMALL_STATE(1514)] = 120642, + [SMALL_STATE(1515)] = 120723, + [SMALL_STATE(1516)] = 120804, + [SMALL_STATE(1517)] = 120885, + [SMALL_STATE(1518)] = 120960, + [SMALL_STATE(1519)] = 121031, + [SMALL_STATE(1520)] = 121112, + [SMALL_STATE(1521)] = 121188, + [SMALL_STATE(1522)] = 121270, + [SMALL_STATE(1523)] = 121352, + [SMALL_STATE(1524)] = 121434, + [SMALL_STATE(1525)] = 121516, + [SMALL_STATE(1526)] = 121592, + [SMALL_STATE(1527)] = 121674, + [SMALL_STATE(1528)] = 121746, + [SMALL_STATE(1529)] = 121816, + [SMALL_STATE(1530)] = 121892, + [SMALL_STATE(1531)] = 121974, + [SMALL_STATE(1532)] = 122056, + [SMALL_STATE(1533)] = 122132, + [SMALL_STATE(1534)] = 122208, + [SMALL_STATE(1535)] = 122284, + [SMALL_STATE(1536)] = 122360, + [SMALL_STATE(1537)] = 122436, + [SMALL_STATE(1538)] = 122512, + [SMALL_STATE(1539)] = 122576, + [SMALL_STATE(1540)] = 122654, + [SMALL_STATE(1541)] = 122720, + [SMALL_STATE(1542)] = 122786, + [SMALL_STATE(1543)] = 122866, + [SMALL_STATE(1544)] = 122948, + [SMALL_STATE(1545)] = 123022, + [SMALL_STATE(1546)] = 123098, + [SMALL_STATE(1547)] = 123164, + [SMALL_STATE(1548)] = 123234, + [SMALL_STATE(1549)] = 123302, + [SMALL_STATE(1550)] = 123382, + [SMALL_STATE(1551)] = 123458, + [SMALL_STATE(1552)] = 123540, + [SMALL_STATE(1553)] = 123635, + [SMALL_STATE(1554)] = 123730, + [SMALL_STATE(1555)] = 123793, + [SMALL_STATE(1556)] = 123888, + [SMALL_STATE(1557)] = 123983, + [SMALL_STATE(1558)] = 124048, + [SMALL_STATE(1559)] = 124143, + [SMALL_STATE(1560)] = 124208, + [SMALL_STATE(1561)] = 124303, + [SMALL_STATE(1562)] = 124370, + [SMALL_STATE(1563)] = 124465, + [SMALL_STATE(1564)] = 124560, + [SMALL_STATE(1565)] = 124655, + [SMALL_STATE(1566)] = 124750, + [SMALL_STATE(1567)] = 124845, + [SMALL_STATE(1568)] = 124940, + [SMALL_STATE(1569)] = 125021, + [SMALL_STATE(1570)] = 125116, + [SMALL_STATE(1571)] = 125211, + [SMALL_STATE(1572)] = 125306, + [SMALL_STATE(1573)] = 125401, + [SMALL_STATE(1574)] = 125496, + [SMALL_STATE(1575)] = 125591, + [SMALL_STATE(1576)] = 125686, + [SMALL_STATE(1577)] = 125781, + [SMALL_STATE(1578)] = 125876, + [SMALL_STATE(1579)] = 125971, + [SMALL_STATE(1580)] = 126066, + [SMALL_STATE(1581)] = 126141, + [SMALL_STATE(1582)] = 126236, + [SMALL_STATE(1583)] = 126331, + [SMALL_STATE(1584)] = 126426, + [SMALL_STATE(1585)] = 126521, + [SMALL_STATE(1586)] = 126616, + [SMALL_STATE(1587)] = 126711, + [SMALL_STATE(1588)] = 126806, + [SMALL_STATE(1589)] = 126901, + [SMALL_STATE(1590)] = 126980, + [SMALL_STATE(1591)] = 127061, + [SMALL_STATE(1592)] = 127142, + [SMALL_STATE(1593)] = 127223, + [SMALL_STATE(1594)] = 127304, + [SMALL_STATE(1595)] = 127369, + [SMALL_STATE(1596)] = 127450, + [SMALL_STATE(1597)] = 127531, + [SMALL_STATE(1598)] = 127626, + [SMALL_STATE(1599)] = 127721, + [SMALL_STATE(1600)] = 127802, + [SMALL_STATE(1601)] = 127877, + [SMALL_STATE(1602)] = 127952, + [SMALL_STATE(1603)] = 128027, + [SMALL_STATE(1604)] = 128102, + [SMALL_STATE(1605)] = 128177, + [SMALL_STATE(1606)] = 128252, + [SMALL_STATE(1607)] = 128325, + [SMALL_STATE(1608)] = 128420, + [SMALL_STATE(1609)] = 128489, + [SMALL_STATE(1610)] = 128584, + [SMALL_STATE(1611)] = 128663, + [SMALL_STATE(1612)] = 128758, + [SMALL_STATE(1613)] = 128833, + [SMALL_STATE(1614)] = 128908, + [SMALL_STATE(1615)] = 128979, + [SMALL_STATE(1616)] = 129048, + [SMALL_STATE(1617)] = 129123, + [SMALL_STATE(1618)] = 129204, + [SMALL_STATE(1619)] = 129269, + [SMALL_STATE(1620)] = 129336, + [SMALL_STATE(1621)] = 129397, + [SMALL_STATE(1622)] = 129472, + [SMALL_STATE(1623)] = 129536, + [SMALL_STATE(1624)] = 129596, + [SMALL_STATE(1625)] = 129660, + [SMALL_STATE(1626)] = 129724, + [SMALL_STATE(1627)] = 129786, + [SMALL_STATE(1628)] = 129846, + [SMALL_STATE(1629)] = 129910, + [SMALL_STATE(1630)] = 129974, + [SMALL_STATE(1631)] = 130038, + [SMALL_STATE(1632)] = 130104, + [SMALL_STATE(1633)] = 130192, + [SMALL_STATE(1634)] = 130256, + [SMALL_STATE(1635)] = 130318, + [SMALL_STATE(1636)] = 130406, + [SMALL_STATE(1637)] = 130466, + [SMALL_STATE(1638)] = 130530, + [SMALL_STATE(1639)] = 130590, + [SMALL_STATE(1640)] = 130656, + [SMALL_STATE(1641)] = 130718, + [SMALL_STATE(1642)] = 130782, + [SMALL_STATE(1643)] = 130848, + [SMALL_STATE(1644)] = 130913, + [SMALL_STATE(1645)] = 130972, + [SMALL_STATE(1646)] = 131031, + [SMALL_STATE(1647)] = 131092, + [SMALL_STATE(1648)] = 131169, + [SMALL_STATE(1649)] = 131246, + [SMALL_STATE(1650)] = 131305, + [SMALL_STATE(1651)] = 131364, + [SMALL_STATE(1652)] = 131423, + [SMALL_STATE(1653)] = 131482, + [SMALL_STATE(1654)] = 131559, + [SMALL_STATE(1655)] = 131620, + [SMALL_STATE(1656)] = 131683, + [SMALL_STATE(1657)] = 131746, + [SMALL_STATE(1658)] = 131809, + [SMALL_STATE(1659)] = 131872, + [SMALL_STATE(1660)] = 131949, + [SMALL_STATE(1661)] = 132026, + [SMALL_STATE(1662)] = 132103, + [SMALL_STATE(1663)] = 132164, + [SMALL_STATE(1664)] = 132227, + [SMALL_STATE(1665)] = 132290, + [SMALL_STATE(1666)] = 132353, + [SMALL_STATE(1667)] = 132416, + [SMALL_STATE(1668)] = 132475, + [SMALL_STATE(1669)] = 132534, + [SMALL_STATE(1670)] = 132597, + [SMALL_STATE(1671)] = 132674, + [SMALL_STATE(1672)] = 132733, + [SMALL_STATE(1673)] = 132792, + [SMALL_STATE(1674)] = 132853, + [SMALL_STATE(1675)] = 132914, + [SMALL_STATE(1676)] = 132972, + [SMALL_STATE(1677)] = 133048, + [SMALL_STATE(1678)] = 133126, + [SMALL_STATE(1679)] = 133204, + [SMALL_STATE(1680)] = 133282, + [SMALL_STATE(1681)] = 133356, + [SMALL_STATE(1682)] = 133432, + [SMALL_STATE(1683)] = 133494, + [SMALL_STATE(1684)] = 133572, + [SMALL_STATE(1685)] = 133650, + [SMALL_STATE(1686)] = 133708, + [SMALL_STATE(1687)] = 133766, + [SMALL_STATE(1688)] = 133836, + [SMALL_STATE(1689)] = 133894, + [SMALL_STATE(1690)] = 133952, + [SMALL_STATE(1691)] = 134010, + [SMALL_STATE(1692)] = 134088, + [SMALL_STATE(1693)] = 134146, + [SMALL_STATE(1694)] = 134204, + [SMALL_STATE(1695)] = 134262, + [SMALL_STATE(1696)] = 134340, + [SMALL_STATE(1697)] = 134398, + [SMALL_STATE(1698)] = 134456, + [SMALL_STATE(1699)] = 134514, + [SMALL_STATE(1700)] = 134580, + [SMALL_STATE(1701)] = 134658, + [SMALL_STATE(1702)] = 134734, + [SMALL_STATE(1703)] = 134792, + [SMALL_STATE(1704)] = 134850, + [SMALL_STATE(1705)] = 134924, + [SMALL_STATE(1706)] = 134982, + [SMALL_STATE(1707)] = 135058, + [SMALL_STATE(1708)] = 135116, + [SMALL_STATE(1709)] = 135174, + [SMALL_STATE(1710)] = 135232, + [SMALL_STATE(1711)] = 135308, + [SMALL_STATE(1712)] = 135384, + [SMALL_STATE(1713)] = 135460, + [SMALL_STATE(1714)] = 135536, + [SMALL_STATE(1715)] = 135612, + [SMALL_STATE(1716)] = 135688, + [SMALL_STATE(1717)] = 135758, + [SMALL_STATE(1718)] = 135824, + [SMALL_STATE(1719)] = 135882, + [SMALL_STATE(1720)] = 135958, + [SMALL_STATE(1721)] = 136016, + [SMALL_STATE(1722)] = 136076, + [SMALL_STATE(1723)] = 136134, + [SMALL_STATE(1724)] = 136192, + [SMALL_STATE(1725)] = 136250, + [SMALL_STATE(1726)] = 136328, + [SMALL_STATE(1727)] = 136386, + [SMALL_STATE(1728)] = 136444, + [SMALL_STATE(1729)] = 136506, + [SMALL_STATE(1730)] = 136568, + [SMALL_STATE(1731)] = 136626, + [SMALL_STATE(1732)] = 136684, + [SMALL_STATE(1733)] = 136742, + [SMALL_STATE(1734)] = 136800, + [SMALL_STATE(1735)] = 136860, + [SMALL_STATE(1736)] = 136918, + [SMALL_STATE(1737)] = 136976, + [SMALL_STATE(1738)] = 137034, + [SMALL_STATE(1739)] = 137094, + [SMALL_STATE(1740)] = 137152, + [SMALL_STATE(1741)] = 137209, + [SMALL_STATE(1742)] = 137294, + [SMALL_STATE(1743)] = 137369, + [SMALL_STATE(1744)] = 137454, + [SMALL_STATE(1745)] = 137539, + [SMALL_STATE(1746)] = 137596, + [SMALL_STATE(1747)] = 137653, + [SMALL_STATE(1748)] = 137710, + [SMALL_STATE(1749)] = 137795, + [SMALL_STATE(1750)] = 137852, + [SMALL_STATE(1751)] = 137909, + [SMALL_STATE(1752)] = 137966, + [SMALL_STATE(1753)] = 138023, + [SMALL_STATE(1754)] = 138080, + [SMALL_STATE(1755)] = 138137, + [SMALL_STATE(1756)] = 138200, + [SMALL_STATE(1757)] = 138257, + [SMALL_STATE(1758)] = 138314, + [SMALL_STATE(1759)] = 138371, + [SMALL_STATE(1760)] = 138434, + [SMALL_STATE(1761)] = 138491, + [SMALL_STATE(1762)] = 138576, + [SMALL_STATE(1763)] = 138633, + [SMALL_STATE(1764)] = 138718, + [SMALL_STATE(1765)] = 138803, + [SMALL_STATE(1766)] = 138888, + [SMALL_STATE(1767)] = 138945, + [SMALL_STATE(1768)] = 139002, + [SMALL_STATE(1769)] = 139065, + [SMALL_STATE(1770)] = 139150, + [SMALL_STATE(1771)] = 139207, + [SMALL_STATE(1772)] = 139264, + [SMALL_STATE(1773)] = 139321, + [SMALL_STATE(1774)] = 139378, + [SMALL_STATE(1775)] = 139439, + [SMALL_STATE(1776)] = 139496, + [SMALL_STATE(1777)] = 139553, + [SMALL_STATE(1778)] = 139610, + [SMALL_STATE(1779)] = 139667, + [SMALL_STATE(1780)] = 139752, + [SMALL_STATE(1781)] = 139809, + [SMALL_STATE(1782)] = 139866, + [SMALL_STATE(1783)] = 139940, + [SMALL_STATE(1784)] = 140014, + [SMALL_STATE(1785)] = 140074, + [SMALL_STATE(1786)] = 140146, + [SMALL_STATE(1787)] = 140220, + [SMALL_STATE(1788)] = 140278, + [SMALL_STATE(1789)] = 140336, + [SMALL_STATE(1790)] = 140396, + [SMALL_STATE(1791)] = 140456, + [SMALL_STATE(1792)] = 140516, + [SMALL_STATE(1793)] = 140576, + [SMALL_STATE(1794)] = 140632, + [SMALL_STATE(1795)] = 140688, + [SMALL_STATE(1796)] = 140744, + [SMALL_STATE(1797)] = 140804, + [SMALL_STATE(1798)] = 140864, + [SMALL_STATE(1799)] = 140936, + [SMALL_STATE(1800)] = 141000, + [SMALL_STATE(1801)] = 141056, + [SMALL_STATE(1802)] = 141124, + [SMALL_STATE(1803)] = 141198, + [SMALL_STATE(1804)] = 141256, + [SMALL_STATE(1805)] = 141330, + [SMALL_STATE(1806)] = 141404, + [SMALL_STATE(1807)] = 141472, + [SMALL_STATE(1808)] = 141536, + [SMALL_STATE(1809)] = 141608, + [SMALL_STATE(1810)] = 141680, + [SMALL_STATE(1811)] = 141740, + [SMALL_STATE(1812)] = 141796, + [SMALL_STATE(1813)] = 141870, + [SMALL_STATE(1814)] = 141946, + [SMALL_STATE(1815)] = 142020, + [SMALL_STATE(1816)] = 142076, + [SMALL_STATE(1817)] = 142150, + [SMALL_STATE(1818)] = 142224, + [SMALL_STATE(1819)] = 142298, + [SMALL_STATE(1820)] = 142356, + [SMALL_STATE(1821)] = 142414, + [SMALL_STATE(1822)] = 142470, + [SMALL_STATE(1823)] = 142544, + [SMALL_STATE(1824)] = 142604, + [SMALL_STATE(1825)] = 142662, + [SMALL_STATE(1826)] = 142734, + [SMALL_STATE(1827)] = 142808, + [SMALL_STATE(1828)] = 142882, + [SMALL_STATE(1829)] = 142956, + [SMALL_STATE(1830)] = 143030, + [SMALL_STATE(1831)] = 143104, + [SMALL_STATE(1832)] = 143178, + [SMALL_STATE(1833)] = 143249, + [SMALL_STATE(1834)] = 143304, + [SMALL_STATE(1835)] = 143377, + [SMALL_STATE(1836)] = 143438, + [SMALL_STATE(1837)] = 143511, + [SMALL_STATE(1838)] = 143584, + [SMALL_STATE(1839)] = 143639, + [SMALL_STATE(1840)] = 143710, + [SMALL_STATE(1841)] = 143781, + [SMALL_STATE(1842)] = 143854, + [SMALL_STATE(1843)] = 143927, + [SMALL_STATE(1844)] = 144000, + [SMALL_STATE(1845)] = 144073, + [SMALL_STATE(1846)] = 144146, + [SMALL_STATE(1847)] = 144219, + [SMALL_STATE(1848)] = 144292, + [SMALL_STATE(1849)] = 144365, + [SMALL_STATE(1850)] = 144432, + [SMALL_STATE(1851)] = 144495, + [SMALL_STATE(1852)] = 144552, + [SMALL_STATE(1853)] = 144625, + [SMALL_STATE(1854)] = 144686, + [SMALL_STATE(1855)] = 144739, + [SMALL_STATE(1856)] = 144812, + [SMALL_STATE(1857)] = 144869, + [SMALL_STATE(1858)] = 144924, + [SMALL_STATE(1859)] = 144979, + [SMALL_STATE(1860)] = 145037, + [SMALL_STATE(1861)] = 145107, + [SMALL_STATE(1862)] = 145161, + [SMALL_STATE(1863)] = 145233, + [SMALL_STATE(1864)] = 145287, + [SMALL_STATE(1865)] = 145357, + [SMALL_STATE(1866)] = 145411, + [SMALL_STATE(1867)] = 145465, + [SMALL_STATE(1868)] = 145537, + [SMALL_STATE(1869)] = 145591, + [SMALL_STATE(1870)] = 145663, + [SMALL_STATE(1871)] = 145737, + [SMALL_STATE(1872)] = 145811, + [SMALL_STATE(1873)] = 145885, + [SMALL_STATE(1874)] = 145959, + [SMALL_STATE(1875)] = 146029, + [SMALL_STATE(1876)] = 146103, + [SMALL_STATE(1877)] = 146177, + [SMALL_STATE(1878)] = 146231, + [SMALL_STATE(1879)] = 146285, + [SMALL_STATE(1880)] = 146339, + [SMALL_STATE(1881)] = 146393, + [SMALL_STATE(1882)] = 146467, + [SMALL_STATE(1883)] = 146533, + [SMALL_STATE(1884)] = 146595, + [SMALL_STATE(1885)] = 146667, + [SMALL_STATE(1886)] = 146741, + [SMALL_STATE(1887)] = 146813, + [SMALL_STATE(1888)] = 146867, + [SMALL_STATE(1889)] = 146921, + [SMALL_STATE(1890)] = 146993, + [SMALL_STATE(1891)] = 147067, + [SMALL_STATE(1892)] = 147137, + [SMALL_STATE(1893)] = 147209, + [SMALL_STATE(1894)] = 147279, + [SMALL_STATE(1895)] = 147339, + [SMALL_STATE(1896)] = 147409, + [SMALL_STATE(1897)] = 147469, + [SMALL_STATE(1898)] = 147523, + [SMALL_STATE(1899)] = 147577, + [SMALL_STATE(1900)] = 147631, + [SMALL_STATE(1901)] = 147685, + [SMALL_STATE(1902)] = 147739, + [SMALL_STATE(1903)] = 147793, + [SMALL_STATE(1904)] = 147847, + [SMALL_STATE(1905)] = 147901, + [SMALL_STATE(1906)] = 147955, + [SMALL_STATE(1907)] = 148009, + [SMALL_STATE(1908)] = 148081, + [SMALL_STATE(1909)] = 148135, + [SMALL_STATE(1910)] = 148189, + [SMALL_STATE(1911)] = 148243, + [SMALL_STATE(1912)] = 148297, + [SMALL_STATE(1913)] = 148351, + [SMALL_STATE(1914)] = 148409, + [SMALL_STATE(1915)] = 148479, + [SMALL_STATE(1916)] = 148541, + [SMALL_STATE(1917)] = 148607, + [SMALL_STATE(1918)] = 148679, + [SMALL_STATE(1919)] = 148751, + [SMALL_STATE(1920)] = 148823, + [SMALL_STATE(1921)] = 148895, + [SMALL_STATE(1922)] = 148967, + [SMALL_STATE(1923)] = 149026, + [SMALL_STATE(1924)] = 149085, + [SMALL_STATE(1925)] = 149154, + [SMALL_STATE(1926)] = 149211, + [SMALL_STATE(1927)] = 149280, + [SMALL_STATE(1928)] = 149355, + [SMALL_STATE(1929)] = 149422, + [SMALL_STATE(1930)] = 149478, + [SMALL_STATE(1931)] = 149550, + [SMALL_STATE(1932)] = 149608, + [SMALL_STATE(1933)] = 149666, + [SMALL_STATE(1934)] = 149724, + [SMALL_STATE(1935)] = 149780, + [SMALL_STATE(1936)] = 149846, + [SMALL_STATE(1937)] = 149906, + [SMALL_STATE(1938)] = 149972, + [SMALL_STATE(1939)] = 150038, + [SMALL_STATE(1940)] = 150104, + [SMALL_STATE(1941)] = 150170, + [SMALL_STATE(1942)] = 150236, + [SMALL_STATE(1943)] = 150302, + [SMALL_STATE(1944)] = 150364, + [SMALL_STATE(1945)] = 150430, + [SMALL_STATE(1946)] = 150496, + [SMALL_STATE(1947)] = 150562, + [SMALL_STATE(1948)] = 150634, + [SMALL_STATE(1949)] = 150690, + [SMALL_STATE(1950)] = 150748, + [SMALL_STATE(1951)] = 150804, + [SMALL_STATE(1952)] = 150878, + [SMALL_STATE(1953)] = 150934, + [SMALL_STATE(1954)] = 151008, + [SMALL_STATE(1955)] = 151064, + [SMALL_STATE(1956)] = 151120, + [SMALL_STATE(1957)] = 151176, + [SMALL_STATE(1958)] = 151232, + [SMALL_STATE(1959)] = 151288, + [SMALL_STATE(1960)] = 151362, + [SMALL_STATE(1961)] = 151428, + [SMALL_STATE(1962)] = 151502, + [SMALL_STATE(1963)] = 151556, + [SMALL_STATE(1964)] = 151612, + [SMALL_STATE(1965)] = 151668, + [SMALL_STATE(1966)] = 151722, + [SMALL_STATE(1967)] = 151776, + [SMALL_STATE(1968)] = 151832, + [SMALL_STATE(1969)] = 151906, + [SMALL_STATE(1970)] = 151964, + [SMALL_STATE(1971)] = 152036, + [SMALL_STATE(1972)] = 152090, + [SMALL_STATE(1973)] = 152148, + [SMALL_STATE(1974)] = 152222, + [SMALL_STATE(1975)] = 152291, + [SMALL_STATE(1976)] = 152358, + [SMALL_STATE(1977)] = 152429, + [SMALL_STATE(1978)] = 152484, + [SMALL_STATE(1979)] = 152539, + [SMALL_STATE(1980)] = 152592, + [SMALL_STATE(1981)] = 152683, + [SMALL_STATE(1982)] = 152744, + [SMALL_STATE(1983)] = 152835, + [SMALL_STATE(1984)] = 152926, + [SMALL_STATE(1985)] = 152991, + [SMALL_STATE(1986)] = 153056, + [SMALL_STATE(1987)] = 153115, + [SMALL_STATE(1988)] = 153176, + [SMALL_STATE(1989)] = 153241, + [SMALL_STATE(1990)] = 153306, + [SMALL_STATE(1991)] = 153371, + [SMALL_STATE(1992)] = 153436, + [SMALL_STATE(1993)] = 153501, + [SMALL_STATE(1994)] = 153566, + [SMALL_STATE(1995)] = 153633, + [SMALL_STATE(1996)] = 153702, + [SMALL_STATE(1997)] = 153771, + [SMALL_STATE(1998)] = 153840, + [SMALL_STATE(1999)] = 153909, + [SMALL_STATE(2000)] = 153978, + [SMALL_STATE(2001)] = 154047, + [SMALL_STATE(2002)] = 154110, + [SMALL_STATE(2003)] = 154169, + [SMALL_STATE(2004)] = 154236, + [SMALL_STATE(2005)] = 154305, + [SMALL_STATE(2006)] = 154370, + [SMALL_STATE(2007)] = 154435, + [SMALL_STATE(2008)] = 154500, + [SMALL_STATE(2009)] = 154591, + [SMALL_STATE(2010)] = 154660, + [SMALL_STATE(2011)] = 154721, + [SMALL_STATE(2012)] = 154778, + [SMALL_STATE(2013)] = 154837, + [SMALL_STATE(2014)] = 154906, + [SMALL_STATE(2015)] = 154973, + [SMALL_STATE(2016)] = 155042, + [SMALL_STATE(2017)] = 155109, + [SMALL_STATE(2018)] = 155160, + [SMALL_STATE(2019)] = 155229, + [SMALL_STATE(2020)] = 155298, + [SMALL_STATE(2021)] = 155367, + [SMALL_STATE(2022)] = 155436, + [SMALL_STATE(2023)] = 155505, + [SMALL_STATE(2024)] = 155574, + [SMALL_STATE(2025)] = 155641, + [SMALL_STATE(2026)] = 155700, + [SMALL_STATE(2027)] = 155763, + [SMALL_STATE(2028)] = 155832, + [SMALL_STATE(2029)] = 155901, + [SMALL_STATE(2030)] = 155970, + [SMALL_STATE(2031)] = 156039, + [SMALL_STATE(2032)] = 156108, + [SMALL_STATE(2033)] = 156177, + [SMALL_STATE(2034)] = 156268, + [SMALL_STATE(2035)] = 156337, + [SMALL_STATE(2036)] = 156406, + [SMALL_STATE(2037)] = 156475, + [SMALL_STATE(2038)] = 156538, + [SMALL_STATE(2039)] = 156593, + [SMALL_STATE(2040)] = 156647, + [SMALL_STATE(2041)] = 156695, + [SMALL_STATE(2042)] = 156743, + [SMALL_STATE(2043)] = 156797, + [SMALL_STATE(2044)] = 156865, + [SMALL_STATE(2045)] = 156941, + [SMALL_STATE(2046)] = 156993, + [SMALL_STATE(2047)] = 157087, + [SMALL_STATE(2048)] = 157181, + [SMALL_STATE(2049)] = 157229, + [SMALL_STATE(2050)] = 157277, + [SMALL_STATE(2051)] = 157325, + [SMALL_STATE(2052)] = 157373, + [SMALL_STATE(2053)] = 157421, + [SMALL_STATE(2054)] = 157469, + [SMALL_STATE(2055)] = 157525, + [SMALL_STATE(2056)] = 157581, + [SMALL_STATE(2057)] = 157631, + [SMALL_STATE(2058)] = 157699, + [SMALL_STATE(2059)] = 157793, + [SMALL_STATE(2060)] = 157887, + [SMALL_STATE(2061)] = 157937, + [SMALL_STATE(2062)] = 157985, + [SMALL_STATE(2063)] = 158061, + [SMALL_STATE(2064)] = 158109, + [SMALL_STATE(2065)] = 158157, + [SMALL_STATE(2066)] = 158225, + [SMALL_STATE(2067)] = 158293, + [SMALL_STATE(2068)] = 158341, + [SMALL_STATE(2069)] = 158389, + [SMALL_STATE(2070)] = 158465, + [SMALL_STATE(2071)] = 158513, + [SMALL_STATE(2072)] = 158581, + [SMALL_STATE(2073)] = 158631, + [SMALL_STATE(2074)] = 158679, + [SMALL_STATE(2075)] = 158727, + [SMALL_STATE(2076)] = 158777, + [SMALL_STATE(2077)] = 158827, + [SMALL_STATE(2078)] = 158921, + [SMALL_STATE(2079)] = 158971, + [SMALL_STATE(2080)] = 159023, + [SMALL_STATE(2081)] = 159071, + [SMALL_STATE(2082)] = 159119, + [SMALL_STATE(2083)] = 159167, + [SMALL_STATE(2084)] = 159217, + [SMALL_STATE(2085)] = 159265, + [SMALL_STATE(2086)] = 159313, + [SMALL_STATE(2087)] = 159363, + [SMALL_STATE(2088)] = 159413, + [SMALL_STATE(2089)] = 159461, + [SMALL_STATE(2090)] = 159509, + [SMALL_STATE(2091)] = 159557, + [SMALL_STATE(2092)] = 159607, + [SMALL_STATE(2093)] = 159657, + [SMALL_STATE(2094)] = 159705, + [SMALL_STATE(2095)] = 159753, + [SMALL_STATE(2096)] = 159801, + [SMALL_STATE(2097)] = 159849, + [SMALL_STATE(2098)] = 159897, + [SMALL_STATE(2099)] = 159947, + [SMALL_STATE(2100)] = 159995, + [SMALL_STATE(2101)] = 160045, + [SMALL_STATE(2102)] = 160095, + [SMALL_STATE(2103)] = 160143, + [SMALL_STATE(2104)] = 160193, + [SMALL_STATE(2105)] = 160241, + [SMALL_STATE(2106)] = 160289, + [SMALL_STATE(2107)] = 160337, + [SMALL_STATE(2108)] = 160385, + [SMALL_STATE(2109)] = 160433, + [SMALL_STATE(2110)] = 160481, + [SMALL_STATE(2111)] = 160529, + [SMALL_STATE(2112)] = 160577, + [SMALL_STATE(2113)] = 160627, + [SMALL_STATE(2114)] = 160677, + [SMALL_STATE(2115)] = 160725, + [SMALL_STATE(2116)] = 160773, + [SMALL_STATE(2117)] = 160823, + [SMALL_STATE(2118)] = 160871, + [SMALL_STATE(2119)] = 160921, + [SMALL_STATE(2120)] = 160969, + [SMALL_STATE(2121)] = 161017, + [SMALL_STATE(2122)] = 161067, + [SMALL_STATE(2123)] = 161117, + [SMALL_STATE(2124)] = 161167, + [SMALL_STATE(2125)] = 161217, + [SMALL_STATE(2126)] = 161265, + [SMALL_STATE(2127)] = 161313, + [SMALL_STATE(2128)] = 161363, + [SMALL_STATE(2129)] = 161419, + [SMALL_STATE(2130)] = 161467, + [SMALL_STATE(2131)] = 161515, + [SMALL_STATE(2132)] = 161569, + [SMALL_STATE(2133)] = 161617, + [SMALL_STATE(2134)] = 161665, + [SMALL_STATE(2135)] = 161713, + [SMALL_STATE(2136)] = 161761, + [SMALL_STATE(2137)] = 161809, + [SMALL_STATE(2138)] = 161857, + [SMALL_STATE(2139)] = 161907, + [SMALL_STATE(2140)] = 161957, + [SMALL_STATE(2141)] = 162007, + [SMALL_STATE(2142)] = 162055, + [SMALL_STATE(2143)] = 162103, + [SMALL_STATE(2144)] = 162151, + [SMALL_STATE(2145)] = 162201, + [SMALL_STATE(2146)] = 162251, + [SMALL_STATE(2147)] = 162299, + [SMALL_STATE(2148)] = 162347, + [SMALL_STATE(2149)] = 162397, + [SMALL_STATE(2150)] = 162445, + [SMALL_STATE(2151)] = 162493, + [SMALL_STATE(2152)] = 162541, + [SMALL_STATE(2153)] = 162589, + [SMALL_STATE(2154)] = 162683, + [SMALL_STATE(2155)] = 162731, + [SMALL_STATE(2156)] = 162779, + [SMALL_STATE(2157)] = 162829, + [SMALL_STATE(2158)] = 162883, + [SMALL_STATE(2159)] = 162937, + [SMALL_STATE(2160)] = 162985, + [SMALL_STATE(2161)] = 163033, + [SMALL_STATE(2162)] = 163081, + [SMALL_STATE(2163)] = 163129, + [SMALL_STATE(2164)] = 163177, + [SMALL_STATE(2165)] = 163225, + [SMALL_STATE(2166)] = 163279, + [SMALL_STATE(2167)] = 163327, + [SMALL_STATE(2168)] = 163375, + [SMALL_STATE(2169)] = 163425, + [SMALL_STATE(2170)] = 163473, + [SMALL_STATE(2171)] = 163523, + [SMALL_STATE(2172)] = 163573, + [SMALL_STATE(2173)] = 163623, + [SMALL_STATE(2174)] = 163671, + [SMALL_STATE(2175)] = 163719, + [SMALL_STATE(2176)] = 163767, + [SMALL_STATE(2177)] = 163817, + [SMALL_STATE(2178)] = 163867, + [SMALL_STATE(2179)] = 163917, + [SMALL_STATE(2180)] = 163967, + [SMALL_STATE(2181)] = 164015, + [SMALL_STATE(2182)] = 164065, + [SMALL_STATE(2183)] = 164115, + [SMALL_STATE(2184)] = 164165, + [SMALL_STATE(2185)] = 164215, + [SMALL_STATE(2186)] = 164265, + [SMALL_STATE(2187)] = 164315, + [SMALL_STATE(2188)] = 164365, + [SMALL_STATE(2189)] = 164413, + [SMALL_STATE(2190)] = 164461, + [SMALL_STATE(2191)] = 164511, + [SMALL_STATE(2192)] = 164561, + [SMALL_STATE(2193)] = 164611, + [SMALL_STATE(2194)] = 164659, + [SMALL_STATE(2195)] = 164709, + [SMALL_STATE(2196)] = 164757, + [SMALL_STATE(2197)] = 164807, + [SMALL_STATE(2198)] = 164857, + [SMALL_STATE(2199)] = 164905, + [SMALL_STATE(2200)] = 164955, + [SMALL_STATE(2201)] = 165003, + [SMALL_STATE(2202)] = 165051, + [SMALL_STATE(2203)] = 165099, + [SMALL_STATE(2204)] = 165147, + [SMALL_STATE(2205)] = 165197, + [SMALL_STATE(2206)] = 165261, + [SMALL_STATE(2207)] = 165309, + [SMALL_STATE(2208)] = 165357, + [SMALL_STATE(2209)] = 165405, + [SMALL_STATE(2210)] = 165455, + [SMALL_STATE(2211)] = 165503, + [SMALL_STATE(2212)] = 165551, + [SMALL_STATE(2213)] = 165601, + [SMALL_STATE(2214)] = 165649, + [SMALL_STATE(2215)] = 165699, + [SMALL_STATE(2216)] = 165749, + [SMALL_STATE(2217)] = 165797, + [SMALL_STATE(2218)] = 165873, + [SMALL_STATE(2219)] = 165923, + [SMALL_STATE(2220)] = 165975, + [SMALL_STATE(2221)] = 166069, + [SMALL_STATE(2222)] = 166119, + [SMALL_STATE(2223)] = 166169, + [SMALL_STATE(2224)] = 166219, + [SMALL_STATE(2225)] = 166267, + [SMALL_STATE(2226)] = 166315, + [SMALL_STATE(2227)] = 166365, + [SMALL_STATE(2228)] = 166413, + [SMALL_STATE(2229)] = 166463, + [SMALL_STATE(2230)] = 166513, + [SMALL_STATE(2231)] = 166561, + [SMALL_STATE(2232)] = 166611, + [SMALL_STATE(2233)] = 166659, + [SMALL_STATE(2234)] = 166709, + [SMALL_STATE(2235)] = 166759, + [SMALL_STATE(2236)] = 166807, + [SMALL_STATE(2237)] = 166857, + [SMALL_STATE(2238)] = 166907, + [SMALL_STATE(2239)] = 166955, + [SMALL_STATE(2240)] = 167003, + [SMALL_STATE(2241)] = 167051, + [SMALL_STATE(2242)] = 167099, + [SMALL_STATE(2243)] = 167147, + [SMALL_STATE(2244)] = 167195, + [SMALL_STATE(2245)] = 167243, + [SMALL_STATE(2246)] = 167293, + [SMALL_STATE(2247)] = 167341, + [SMALL_STATE(2248)] = 167389, + [SMALL_STATE(2249)] = 167439, + [SMALL_STATE(2250)] = 167489, + [SMALL_STATE(2251)] = 167539, + [SMALL_STATE(2252)] = 167589, + [SMALL_STATE(2253)] = 167639, + [SMALL_STATE(2254)] = 167689, + [SMALL_STATE(2255)] = 167743, + [SMALL_STATE(2256)] = 167797, + [SMALL_STATE(2257)] = 167845, + [SMALL_STATE(2258)] = 167893, + [SMALL_STATE(2259)] = 167953, + [SMALL_STATE(2260)] = 168001, + [SMALL_STATE(2261)] = 168095, + [SMALL_STATE(2262)] = 168143, + [SMALL_STATE(2263)] = 168193, + [SMALL_STATE(2264)] = 168243, + [SMALL_STATE(2265)] = 168293, + [SMALL_STATE(2266)] = 168343, + [SMALL_STATE(2267)] = 168391, + [SMALL_STATE(2268)] = 168441, + [SMALL_STATE(2269)] = 168489, + [SMALL_STATE(2270)] = 168539, + [SMALL_STATE(2271)] = 168589, + [SMALL_STATE(2272)] = 168639, + [SMALL_STATE(2273)] = 168689, + [SMALL_STATE(2274)] = 168739, + [SMALL_STATE(2275)] = 168789, + [SMALL_STATE(2276)] = 168837, + [SMALL_STATE(2277)] = 168885, + [SMALL_STATE(2278)] = 168933, + [SMALL_STATE(2279)] = 168983, + [SMALL_STATE(2280)] = 169031, + [SMALL_STATE(2281)] = 169081, + [SMALL_STATE(2282)] = 169131, + [SMALL_STATE(2283)] = 169181, + [SMALL_STATE(2284)] = 169229, + [SMALL_STATE(2285)] = 169279, + [SMALL_STATE(2286)] = 169329, + [SMALL_STATE(2287)] = 169379, + [SMALL_STATE(2288)] = 169427, + [SMALL_STATE(2289)] = 169477, + [SMALL_STATE(2290)] = 169527, + [SMALL_STATE(2291)] = 169577, + [SMALL_STATE(2292)] = 169625, + [SMALL_STATE(2293)] = 169673, + [SMALL_STATE(2294)] = 169727, + [SMALL_STATE(2295)] = 169777, + [SMALL_STATE(2296)] = 169827, + [SMALL_STATE(2297)] = 169877, + [SMALL_STATE(2298)] = 169927, + [SMALL_STATE(2299)] = 169977, + [SMALL_STATE(2300)] = 170027, + [SMALL_STATE(2301)] = 170077, + [SMALL_STATE(2302)] = 170127, + [SMALL_STATE(2303)] = 170177, + [SMALL_STATE(2304)] = 170227, + [SMALL_STATE(2305)] = 170277, + [SMALL_STATE(2306)] = 170327, + [SMALL_STATE(2307)] = 170377, + [SMALL_STATE(2308)] = 170427, + [SMALL_STATE(2309)] = 170475, + [SMALL_STATE(2310)] = 170525, + [SMALL_STATE(2311)] = 170575, + [SMALL_STATE(2312)] = 170625, + [SMALL_STATE(2313)] = 170675, + [SMALL_STATE(2314)] = 170723, + [SMALL_STATE(2315)] = 170771, + [SMALL_STATE(2316)] = 170819, + [SMALL_STATE(2317)] = 170867, + [SMALL_STATE(2318)] = 170917, + [SMALL_STATE(2319)] = 170967, + [SMALL_STATE(2320)] = 171015, + [SMALL_STATE(2321)] = 171063, + [SMALL_STATE(2322)] = 171113, + [SMALL_STATE(2323)] = 171163, + [SMALL_STATE(2324)] = 171211, + [SMALL_STATE(2325)] = 171259, + [SMALL_STATE(2326)] = 171307, + [SMALL_STATE(2327)] = 171357, + [SMALL_STATE(2328)] = 171407, + [SMALL_STATE(2329)] = 171457, + [SMALL_STATE(2330)] = 171507, + [SMALL_STATE(2331)] = 171583, + [SMALL_STATE(2332)] = 171633, + [SMALL_STATE(2333)] = 171681, + [SMALL_STATE(2334)] = 171729, + [SMALL_STATE(2335)] = 171777, + [SMALL_STATE(2336)] = 171825, + [SMALL_STATE(2337)] = 171875, + [SMALL_STATE(2338)] = 171925, + [SMALL_STATE(2339)] = 171973, + [SMALL_STATE(2340)] = 172037, + [SMALL_STATE(2341)] = 172091, + [SMALL_STATE(2342)] = 172139, + [SMALL_STATE(2343)] = 172189, + [SMALL_STATE(2344)] = 172239, + [SMALL_STATE(2345)] = 172289, + [SMALL_STATE(2346)] = 172337, + [SMALL_STATE(2347)] = 172387, + [SMALL_STATE(2348)] = 172437, + [SMALL_STATE(2349)] = 172487, + [SMALL_STATE(2350)] = 172537, + [SMALL_STATE(2351)] = 172587, + [SMALL_STATE(2352)] = 172637, + [SMALL_STATE(2353)] = 172685, + [SMALL_STATE(2354)] = 172733, + [SMALL_STATE(2355)] = 172781, + [SMALL_STATE(2356)] = 172829, + [SMALL_STATE(2357)] = 172879, + [SMALL_STATE(2358)] = 172929, + [SMALL_STATE(2359)] = 172979, + [SMALL_STATE(2360)] = 173073, + [SMALL_STATE(2361)] = 173123, + [SMALL_STATE(2362)] = 173173, + [SMALL_STATE(2363)] = 173223, + [SMALL_STATE(2364)] = 173273, + [SMALL_STATE(2365)] = 173323, + [SMALL_STATE(2366)] = 173373, + [SMALL_STATE(2367)] = 173421, + [SMALL_STATE(2368)] = 173485, + [SMALL_STATE(2369)] = 173543, + [SMALL_STATE(2370)] = 173603, + [SMALL_STATE(2371)] = 173653, + [SMALL_STATE(2372)] = 173703, + [SMALL_STATE(2373)] = 173767, + [SMALL_STATE(2374)] = 173815, + [SMALL_STATE(2375)] = 173865, + [SMALL_STATE(2376)] = 173915, + [SMALL_STATE(2377)] = 173965, + [SMALL_STATE(2378)] = 174015, + [SMALL_STATE(2379)] = 174083, + [SMALL_STATE(2380)] = 174147, + [SMALL_STATE(2381)] = 174197, + [SMALL_STATE(2382)] = 174247, + [SMALL_STATE(2383)] = 174297, + [SMALL_STATE(2384)] = 174345, + [SMALL_STATE(2385)] = 174393, + [SMALL_STATE(2386)] = 174441, + [SMALL_STATE(2387)] = 174489, + [SMALL_STATE(2388)] = 174539, + [SMALL_STATE(2389)] = 174589, + [SMALL_STATE(2390)] = 174639, + [SMALL_STATE(2391)] = 174687, + [SMALL_STATE(2392)] = 174737, + [SMALL_STATE(2393)] = 174787, + [SMALL_STATE(2394)] = 174837, + [SMALL_STATE(2395)] = 174887, + [SMALL_STATE(2396)] = 174937, + [SMALL_STATE(2397)] = 174987, + [SMALL_STATE(2398)] = 175037, + [SMALL_STATE(2399)] = 175087, + [SMALL_STATE(2400)] = 175137, + [SMALL_STATE(2401)] = 175187, + [SMALL_STATE(2402)] = 175237, + [SMALL_STATE(2403)] = 175287, + [SMALL_STATE(2404)] = 175337, + [SMALL_STATE(2405)] = 175387, + [SMALL_STATE(2406)] = 175437, + [SMALL_STATE(2407)] = 175485, + [SMALL_STATE(2408)] = 175533, + [SMALL_STATE(2409)] = 175583, + [SMALL_STATE(2410)] = 175633, + [SMALL_STATE(2411)] = 175683, + [SMALL_STATE(2412)] = 175733, + [SMALL_STATE(2413)] = 175783, + [SMALL_STATE(2414)] = 175831, + [SMALL_STATE(2415)] = 175881, + [SMALL_STATE(2416)] = 175931, + [SMALL_STATE(2417)] = 175979, + [SMALL_STATE(2418)] = 176027, + [SMALL_STATE(2419)] = 176077, + [SMALL_STATE(2420)] = 176141, + [SMALL_STATE(2421)] = 176191, + [SMALL_STATE(2422)] = 176241, + [SMALL_STATE(2423)] = 176291, + [SMALL_STATE(2424)] = 176341, + [SMALL_STATE(2425)] = 176391, + [SMALL_STATE(2426)] = 176441, + [SMALL_STATE(2427)] = 176491, + [SMALL_STATE(2428)] = 176541, + [SMALL_STATE(2429)] = 176591, + [SMALL_STATE(2430)] = 176641, + [SMALL_STATE(2431)] = 176691, + [SMALL_STATE(2432)] = 176741, + [SMALL_STATE(2433)] = 176791, + [SMALL_STATE(2434)] = 176855, + [SMALL_STATE(2435)] = 176905, + [SMALL_STATE(2436)] = 176969, + [SMALL_STATE(2437)] = 177033, + [SMALL_STATE(2438)] = 177083, + [SMALL_STATE(2439)] = 177147, + [SMALL_STATE(2440)] = 177211, + [SMALL_STATE(2441)] = 177261, + [SMALL_STATE(2442)] = 177311, + [SMALL_STATE(2443)] = 177361, + [SMALL_STATE(2444)] = 177411, + [SMALL_STATE(2445)] = 177461, + [SMALL_STATE(2446)] = 177511, + [SMALL_STATE(2447)] = 177559, + [SMALL_STATE(2448)] = 177607, + [SMALL_STATE(2449)] = 177657, + [SMALL_STATE(2450)] = 177707, + [SMALL_STATE(2451)] = 177757, + [SMALL_STATE(2452)] = 177805, + [SMALL_STATE(2453)] = 177853, + [SMALL_STATE(2454)] = 177903, + [SMALL_STATE(2455)] = 177953, + [SMALL_STATE(2456)] = 178003, + [SMALL_STATE(2457)] = 178053, + [SMALL_STATE(2458)] = 178103, + [SMALL_STATE(2459)] = 178153, + [SMALL_STATE(2460)] = 178201, + [SMALL_STATE(2461)] = 178249, + [SMALL_STATE(2462)] = 178297, + [SMALL_STATE(2463)] = 178347, + [SMALL_STATE(2464)] = 178395, + [SMALL_STATE(2465)] = 178443, + [SMALL_STATE(2466)] = 178491, + [SMALL_STATE(2467)] = 178547, + [SMALL_STATE(2468)] = 178595, + [SMALL_STATE(2469)] = 178643, + [SMALL_STATE(2470)] = 178709, + [SMALL_STATE(2471)] = 178767, + [SMALL_STATE(2472)] = 178829, + [SMALL_STATE(2473)] = 178897, + [SMALL_STATE(2474)] = 178965, + [SMALL_STATE(2475)] = 179013, + [SMALL_STATE(2476)] = 179061, + [SMALL_STATE(2477)] = 179109, + [SMALL_STATE(2478)] = 179157, + [SMALL_STATE(2479)] = 179205, + [SMALL_STATE(2480)] = 179253, + [SMALL_STATE(2481)] = 179301, + [SMALL_STATE(2482)] = 179349, + [SMALL_STATE(2483)] = 179403, + [SMALL_STATE(2484)] = 179451, + [SMALL_STATE(2485)] = 179499, + [SMALL_STATE(2486)] = 179547, + [SMALL_STATE(2487)] = 179595, + [SMALL_STATE(2488)] = 179649, + [SMALL_STATE(2489)] = 179697, + [SMALL_STATE(2490)] = 179747, + [SMALL_STATE(2491)] = 179795, + [SMALL_STATE(2492)] = 179843, + [SMALL_STATE(2493)] = 179891, + [SMALL_STATE(2494)] = 179985, + [SMALL_STATE(2495)] = 180033, + [SMALL_STATE(2496)] = 180081, + [SMALL_STATE(2497)] = 180129, + [SMALL_STATE(2498)] = 180177, + [SMALL_STATE(2499)] = 180225, + [SMALL_STATE(2500)] = 180273, + [SMALL_STATE(2501)] = 180325, + [SMALL_STATE(2502)] = 180373, + [SMALL_STATE(2503)] = 180421, + [SMALL_STATE(2504)] = 180469, + [SMALL_STATE(2505)] = 180517, + [SMALL_STATE(2506)] = 180565, + [SMALL_STATE(2507)] = 180629, + [SMALL_STATE(2508)] = 180693, + [SMALL_STATE(2509)] = 180757, + [SMALL_STATE(2510)] = 180821, + [SMALL_STATE(2511)] = 180885, + [SMALL_STATE(2512)] = 180949, + [SMALL_STATE(2513)] = 180997, + [SMALL_STATE(2514)] = 181063, + [SMALL_STATE(2515)] = 181111, + [SMALL_STATE(2516)] = 181179, + [SMALL_STATE(2517)] = 181247, + [SMALL_STATE(2518)] = 181297, + [SMALL_STATE(2519)] = 181345, + [SMALL_STATE(2520)] = 181395, + [SMALL_STATE(2521)] = 181443, + [SMALL_STATE(2522)] = 181507, + [SMALL_STATE(2523)] = 181565, + [SMALL_STATE(2524)] = 181617, + [SMALL_STATE(2525)] = 181665, + [SMALL_STATE(2526)] = 181713, + [SMALL_STATE(2527)] = 181765, + [SMALL_STATE(2528)] = 181813, + [SMALL_STATE(2529)] = 181861, + [SMALL_STATE(2530)] = 181909, + [SMALL_STATE(2531)] = 181957, + [SMALL_STATE(2532)] = 182005, + [SMALL_STATE(2533)] = 182053, + [SMALL_STATE(2534)] = 182101, + [SMALL_STATE(2535)] = 182171, + [SMALL_STATE(2536)] = 182219, + [SMALL_STATE(2537)] = 182267, + [SMALL_STATE(2538)] = 182315, + [SMALL_STATE(2539)] = 182383, + [SMALL_STATE(2540)] = 182451, + [SMALL_STATE(2541)] = 182499, + [SMALL_STATE(2542)] = 182547, + [SMALL_STATE(2543)] = 182615, + [SMALL_STATE(2544)] = 182667, + [SMALL_STATE(2545)] = 182731, + [SMALL_STATE(2546)] = 182795, + [SMALL_STATE(2547)] = 182844, + [SMALL_STATE(2548)] = 182893, + [SMALL_STATE(2549)] = 182942, + [SMALL_STATE(2550)] = 182991, + [SMALL_STATE(2551)] = 183040, + [SMALL_STATE(2552)] = 183089, + [SMALL_STATE(2553)] = 183138, + [SMALL_STATE(2554)] = 183185, + [SMALL_STATE(2555)] = 183234, + [SMALL_STATE(2556)] = 183281, + [SMALL_STATE(2557)] = 183328, + [SMALL_STATE(2558)] = 183375, + [SMALL_STATE(2559)] = 183422, + [SMALL_STATE(2560)] = 183469, + [SMALL_STATE(2561)] = 183518, + [SMALL_STATE(2562)] = 183565, + [SMALL_STATE(2563)] = 183628, + [SMALL_STATE(2564)] = 183675, + [SMALL_STATE(2565)] = 183724, + [SMALL_STATE(2566)] = 183773, + [SMALL_STATE(2567)] = 183822, + [SMALL_STATE(2568)] = 183871, + [SMALL_STATE(2569)] = 183920, + [SMALL_STATE(2570)] = 183969, + [SMALL_STATE(2571)] = 184016, + [SMALL_STATE(2572)] = 184063, + [SMALL_STATE(2573)] = 184112, + [SMALL_STATE(2574)] = 184161, + [SMALL_STATE(2575)] = 184210, + [SMALL_STATE(2576)] = 184259, + [SMALL_STATE(2577)] = 184308, + [SMALL_STATE(2578)] = 184355, + [SMALL_STATE(2579)] = 184402, + [SMALL_STATE(2580)] = 184451, + [SMALL_STATE(2581)] = 184500, + [SMALL_STATE(2582)] = 184567, + [SMALL_STATE(2583)] = 184616, + [SMALL_STATE(2584)] = 184665, + [SMALL_STATE(2585)] = 184712, + [SMALL_STATE(2586)] = 184767, + [SMALL_STATE(2587)] = 184818, + [SMALL_STATE(2588)] = 184867, + [SMALL_STATE(2589)] = 184916, + [SMALL_STATE(2590)] = 184965, + [SMALL_STATE(2591)] = 185014, + [SMALL_STATE(2592)] = 185061, + [SMALL_STATE(2593)] = 185108, + [SMALL_STATE(2594)] = 185155, + [SMALL_STATE(2595)] = 185202, + [SMALL_STATE(2596)] = 185251, + [SMALL_STATE(2597)] = 185300, + [SMALL_STATE(2598)] = 185347, + [SMALL_STATE(2599)] = 185394, + [SMALL_STATE(2600)] = 185443, + [SMALL_STATE(2601)] = 185492, + [SMALL_STATE(2602)] = 185541, + [SMALL_STATE(2603)] = 185588, + [SMALL_STATE(2604)] = 185643, + [SMALL_STATE(2605)] = 185692, + [SMALL_STATE(2606)] = 185741, + [SMALL_STATE(2607)] = 185790, + [SMALL_STATE(2608)] = 185839, + [SMALL_STATE(2609)] = 185888, + [SMALL_STATE(2610)] = 185937, + [SMALL_STATE(2611)] = 185986, + [SMALL_STATE(2612)] = 186033, + [SMALL_STATE(2613)] = 186082, + [SMALL_STATE(2614)] = 186131, + [SMALL_STATE(2615)] = 186180, + [SMALL_STATE(2616)] = 186229, + [SMALL_STATE(2617)] = 186276, + [SMALL_STATE(2618)] = 186327, + [SMALL_STATE(2619)] = 186376, + [SMALL_STATE(2620)] = 186425, + [SMALL_STATE(2621)] = 186476, + [SMALL_STATE(2622)] = 186525, + [SMALL_STATE(2623)] = 186574, + [SMALL_STATE(2624)] = 186623, + [SMALL_STATE(2625)] = 186684, + [SMALL_STATE(2626)] = 186733, + [SMALL_STATE(2627)] = 186822, + [SMALL_STATE(2628)] = 186871, + [SMALL_STATE(2629)] = 186920, + [SMALL_STATE(2630)] = 186969, + [SMALL_STATE(2631)] = 187018, + [SMALL_STATE(2632)] = 187067, + [SMALL_STATE(2633)] = 187116, + [SMALL_STATE(2634)] = 187165, + [SMALL_STATE(2635)] = 187214, + [SMALL_STATE(2636)] = 187263, + [SMALL_STATE(2637)] = 187316, + [SMALL_STATE(2638)] = 187367, + [SMALL_STATE(2639)] = 187420, + [SMALL_STATE(2640)] = 187473, + [SMALL_STATE(2641)] = 187522, + [SMALL_STATE(2642)] = 187583, + [SMALL_STATE(2643)] = 187630, + [SMALL_STATE(2644)] = 187679, + [SMALL_STATE(2645)] = 187728, + [SMALL_STATE(2646)] = 187789, + [SMALL_STATE(2647)] = 187850, + [SMALL_STATE(2648)] = 187911, + [SMALL_STATE(2649)] = 187972, + [SMALL_STATE(2650)] = 188033, + [SMALL_STATE(2651)] = 188082, + [SMALL_STATE(2652)] = 188131, + [SMALL_STATE(2653)] = 188180, + [SMALL_STATE(2654)] = 188229, + [SMALL_STATE(2655)] = 188278, + [SMALL_STATE(2656)] = 188325, + [SMALL_STATE(2657)] = 188386, + [SMALL_STATE(2658)] = 188435, + [SMALL_STATE(2659)] = 188484, + [SMALL_STATE(2660)] = 188545, + [SMALL_STATE(2661)] = 188602, + [SMALL_STATE(2662)] = 188651, + [SMALL_STATE(2663)] = 188700, + [SMALL_STATE(2664)] = 188747, + [SMALL_STATE(2665)] = 188802, + [SMALL_STATE(2666)] = 188851, + [SMALL_STATE(2667)] = 188914, + [SMALL_STATE(2668)] = 188975, + [SMALL_STATE(2669)] = 189028, + [SMALL_STATE(2670)] = 189077, + [SMALL_STATE(2671)] = 189132, + [SMALL_STATE(2672)] = 189181, + [SMALL_STATE(2673)] = 189234, + [SMALL_STATE(2674)] = 189283, + [SMALL_STATE(2675)] = 189332, + [SMALL_STATE(2676)] = 189381, + [SMALL_STATE(2677)] = 189430, + [SMALL_STATE(2678)] = 189477, + [SMALL_STATE(2679)] = 189526, + [SMALL_STATE(2680)] = 189575, + [SMALL_STATE(2681)] = 189626, + [SMALL_STATE(2682)] = 189679, + [SMALL_STATE(2683)] = 189728, + [SMALL_STATE(2684)] = 189777, + [SMALL_STATE(2685)] = 189826, + [SMALL_STATE(2686)] = 189875, + [SMALL_STATE(2687)] = 189924, + [SMALL_STATE(2688)] = 189973, + [SMALL_STATE(2689)] = 190022, + [SMALL_STATE(2690)] = 190071, + [SMALL_STATE(2691)] = 190118, + [SMALL_STATE(2692)] = 190167, + [SMALL_STATE(2693)] = 190216, + [SMALL_STATE(2694)] = 190263, + [SMALL_STATE(2695)] = 190312, + [SMALL_STATE(2696)] = 190359, + [SMALL_STATE(2697)] = 190408, + [SMALL_STATE(2698)] = 190457, + [SMALL_STATE(2699)] = 190506, + [SMALL_STATE(2700)] = 190555, + [SMALL_STATE(2701)] = 190608, + [SMALL_STATE(2702)] = 190661, + [SMALL_STATE(2703)] = 190710, + [SMALL_STATE(2704)] = 190757, + [SMALL_STATE(2705)] = 190806, + [SMALL_STATE(2706)] = 190861, + [SMALL_STATE(2707)] = 190908, + [SMALL_STATE(2708)] = 190955, + [SMALL_STATE(2709)] = 191002, + [SMALL_STATE(2710)] = 191049, + [SMALL_STATE(2711)] = 191096, + [SMALL_STATE(2712)] = 191145, + [SMALL_STATE(2713)] = 191192, + [SMALL_STATE(2714)] = 191243, + [SMALL_STATE(2715)] = 191290, + [SMALL_STATE(2716)] = 191339, + [SMALL_STATE(2717)] = 191390, + [SMALL_STATE(2718)] = 191437, + [SMALL_STATE(2719)] = 191484, + [SMALL_STATE(2720)] = 191537, + [SMALL_STATE(2721)] = 191590, + [SMALL_STATE(2722)] = 191637, + [SMALL_STATE(2723)] = 191700, + [SMALL_STATE(2724)] = 191747, + [SMALL_STATE(2725)] = 191794, + [SMALL_STATE(2726)] = 191841, + [SMALL_STATE(2727)] = 191888, + [SMALL_STATE(2728)] = 191951, + [SMALL_STATE(2729)] = 192014, + [SMALL_STATE(2730)] = 192063, + [SMALL_STATE(2731)] = 192126, + [SMALL_STATE(2732)] = 192189, + [SMALL_STATE(2733)] = 192236, + [SMALL_STATE(2734)] = 192283, + [SMALL_STATE(2735)] = 192330, + [SMALL_STATE(2736)] = 192377, + [SMALL_STATE(2737)] = 192440, + [SMALL_STATE(2738)] = 192489, + [SMALL_STATE(2739)] = 192536, + [SMALL_STATE(2740)] = 192583, + [SMALL_STATE(2741)] = 192630, + [SMALL_STATE(2742)] = 192677, + [SMALL_STATE(2743)] = 192724, + [SMALL_STATE(2744)] = 192771, + [SMALL_STATE(2745)] = 192824, + [SMALL_STATE(2746)] = 192875, + [SMALL_STATE(2747)] = 192928, + [SMALL_STATE(2748)] = 192975, + [SMALL_STATE(2749)] = 193022, + [SMALL_STATE(2750)] = 193069, + [SMALL_STATE(2751)] = 193116, + [SMALL_STATE(2752)] = 193163, + [SMALL_STATE(2753)] = 193210, + [SMALL_STATE(2754)] = 193257, + [SMALL_STATE(2755)] = 193304, + [SMALL_STATE(2756)] = 193351, + [SMALL_STATE(2757)] = 193398, + [SMALL_STATE(2758)] = 193445, + [SMALL_STATE(2759)] = 193492, + [SMALL_STATE(2760)] = 193539, + [SMALL_STATE(2761)] = 193586, + [SMALL_STATE(2762)] = 193633, + [SMALL_STATE(2763)] = 193680, + [SMALL_STATE(2764)] = 193727, + [SMALL_STATE(2765)] = 193774, + [SMALL_STATE(2766)] = 193821, + [SMALL_STATE(2767)] = 193868, + [SMALL_STATE(2768)] = 193915, + [SMALL_STATE(2769)] = 193962, + [SMALL_STATE(2770)] = 194009, + [SMALL_STATE(2771)] = 194056, + [SMALL_STATE(2772)] = 194103, + [SMALL_STATE(2773)] = 194150, + [SMALL_STATE(2774)] = 194197, + [SMALL_STATE(2775)] = 194244, + [SMALL_STATE(2776)] = 194291, + [SMALL_STATE(2777)] = 194338, + [SMALL_STATE(2778)] = 194385, + [SMALL_STATE(2779)] = 194432, + [SMALL_STATE(2780)] = 194479, + [SMALL_STATE(2781)] = 194528, + [SMALL_STATE(2782)] = 194577, + [SMALL_STATE(2783)] = 194626, + [SMALL_STATE(2784)] = 194673, + [SMALL_STATE(2785)] = 194722, + [SMALL_STATE(2786)] = 194771, + [SMALL_STATE(2787)] = 194818, + [SMALL_STATE(2788)] = 194867, + [SMALL_STATE(2789)] = 194916, + [SMALL_STATE(2790)] = 194965, + [SMALL_STATE(2791)] = 195014, + [SMALL_STATE(2792)] = 195061, + [SMALL_STATE(2793)] = 195110, + [SMALL_STATE(2794)] = 195159, + [SMALL_STATE(2795)] = 195208, + [SMALL_STATE(2796)] = 195257, + [SMALL_STATE(2797)] = 195306, + [SMALL_STATE(2798)] = 195355, + [SMALL_STATE(2799)] = 195404, + [SMALL_STATE(2800)] = 195453, + [SMALL_STATE(2801)] = 195500, + [SMALL_STATE(2802)] = 195549, + [SMALL_STATE(2803)] = 195596, + [SMALL_STATE(2804)] = 195643, + [SMALL_STATE(2805)] = 195692, + [SMALL_STATE(2806)] = 195739, + [SMALL_STATE(2807)] = 195786, + [SMALL_STATE(2808)] = 195835, + [SMALL_STATE(2809)] = 195882, + [SMALL_STATE(2810)] = 195931, + [SMALL_STATE(2811)] = 195984, + [SMALL_STATE(2812)] = 196031, + [SMALL_STATE(2813)] = 196078, + [SMALL_STATE(2814)] = 196129, + [SMALL_STATE(2815)] = 196176, + [SMALL_STATE(2816)] = 196225, + [SMALL_STATE(2817)] = 196272, + [SMALL_STATE(2818)] = 196321, + [SMALL_STATE(2819)] = 196368, + [SMALL_STATE(2820)] = 196417, + [SMALL_STATE(2821)] = 196466, + [SMALL_STATE(2822)] = 196513, + [SMALL_STATE(2823)] = 196560, + [SMALL_STATE(2824)] = 196607, + [SMALL_STATE(2825)] = 196656, + [SMALL_STATE(2826)] = 196705, + [SMALL_STATE(2827)] = 196754, + [SMALL_STATE(2828)] = 196803, + [SMALL_STATE(2829)] = 196852, + [SMALL_STATE(2830)] = 196901, + [SMALL_STATE(2831)] = 196950, + [SMALL_STATE(2832)] = 196999, + [SMALL_STATE(2833)] = 197048, + [SMALL_STATE(2834)] = 197097, + [SMALL_STATE(2835)] = 197146, + [SMALL_STATE(2836)] = 197195, + [SMALL_STATE(2837)] = 197244, + [SMALL_STATE(2838)] = 197293, + [SMALL_STATE(2839)] = 197360, + [SMALL_STATE(2840)] = 197425, + [SMALL_STATE(2841)] = 197482, + [SMALL_STATE(2842)] = 197543, + [SMALL_STATE(2843)] = 197610, + [SMALL_STATE(2844)] = 197677, + [SMALL_STATE(2845)] = 197726, + [SMALL_STATE(2846)] = 197793, + [SMALL_STATE(2847)] = 197860, + [SMALL_STATE(2848)] = 197927, + [SMALL_STATE(2849)] = 197994, + [SMALL_STATE(2850)] = 198043, + [SMALL_STATE(2851)] = 198108, + [SMALL_STATE(2852)] = 198171, + [SMALL_STATE(2853)] = 198220, + [SMALL_STATE(2854)] = 198273, + [SMALL_STATE(2855)] = 198320, + [SMALL_STATE(2856)] = 198367, + [SMALL_STATE(2857)] = 198416, + [SMALL_STATE(2858)] = 198463, + [SMALL_STATE(2859)] = 198510, + [SMALL_STATE(2860)] = 198557, + [SMALL_STATE(2861)] = 198606, + [SMALL_STATE(2862)] = 198653, + [SMALL_STATE(2863)] = 198702, + [SMALL_STATE(2864)] = 198749, + [SMALL_STATE(2865)] = 198796, + [SMALL_STATE(2866)] = 198843, + [SMALL_STATE(2867)] = 198890, + [SMALL_STATE(2868)] = 198939, + [SMALL_STATE(2869)] = 198988, + [SMALL_STATE(2870)] = 199037, + [SMALL_STATE(2871)] = 199086, + [SMALL_STATE(2872)] = 199135, + [SMALL_STATE(2873)] = 199182, + [SMALL_STATE(2874)] = 199231, + [SMALL_STATE(2875)] = 199280, + [SMALL_STATE(2876)] = 199327, + [SMALL_STATE(2877)] = 199374, + [SMALL_STATE(2878)] = 199423, + [SMALL_STATE(2879)] = 199490, + [SMALL_STATE(2880)] = 199539, + [SMALL_STATE(2881)] = 199588, + [SMALL_STATE(2882)] = 199637, + [SMALL_STATE(2883)] = 199686, + [SMALL_STATE(2884)] = 199735, + [SMALL_STATE(2885)] = 199782, + [SMALL_STATE(2886)] = 199829, + [SMALL_STATE(2887)] = 199876, + [SMALL_STATE(2888)] = 199925, + [SMALL_STATE(2889)] = 199974, + [SMALL_STATE(2890)] = 200023, + [SMALL_STATE(2891)] = 200072, + [SMALL_STATE(2892)] = 200121, + [SMALL_STATE(2893)] = 200170, + [SMALL_STATE(2894)] = 200219, + [SMALL_STATE(2895)] = 200268, + [SMALL_STATE(2896)] = 200317, + [SMALL_STATE(2897)] = 200366, + [SMALL_STATE(2898)] = 200415, + [SMALL_STATE(2899)] = 200462, + [SMALL_STATE(2900)] = 200509, + [SMALL_STATE(2901)] = 200556, + [SMALL_STATE(2902)] = 200603, + [SMALL_STATE(2903)] = 200650, + [SMALL_STATE(2904)] = 200699, + [SMALL_STATE(2905)] = 200748, + [SMALL_STATE(2906)] = 200797, + [SMALL_STATE(2907)] = 200846, + [SMALL_STATE(2908)] = 200893, + [SMALL_STATE(2909)] = 200940, + [SMALL_STATE(2910)] = 200987, + [SMALL_STATE(2911)] = 201034, + [SMALL_STATE(2912)] = 201081, + [SMALL_STATE(2913)] = 201130, + [SMALL_STATE(2914)] = 201177, + [SMALL_STATE(2915)] = 201224, + [SMALL_STATE(2916)] = 201273, + [SMALL_STATE(2917)] = 201320, + [SMALL_STATE(2918)] = 201369, + [SMALL_STATE(2919)] = 201418, + [SMALL_STATE(2920)] = 201467, + [SMALL_STATE(2921)] = 201514, + [SMALL_STATE(2922)] = 201563, + [SMALL_STATE(2923)] = 201612, + [SMALL_STATE(2924)] = 201659, + [SMALL_STATE(2925)] = 201706, + [SMALL_STATE(2926)] = 201753, + [SMALL_STATE(2927)] = 201800, + [SMALL_STATE(2928)] = 201849, + [SMALL_STATE(2929)] = 201896, + [SMALL_STATE(2930)] = 201945, + [SMALL_STATE(2931)] = 201994, + [SMALL_STATE(2932)] = 202043, + [SMALL_STATE(2933)] = 202090, + [SMALL_STATE(2934)] = 202137, + [SMALL_STATE(2935)] = 202200, + [SMALL_STATE(2936)] = 202247, + [SMALL_STATE(2937)] = 202296, + [SMALL_STATE(2938)] = 202345, + [SMALL_STATE(2939)] = 202394, + [SMALL_STATE(2940)] = 202443, + [SMALL_STATE(2941)] = 202502, + [SMALL_STATE(2942)] = 202559, + [SMALL_STATE(2943)] = 202608, + [SMALL_STATE(2944)] = 202655, + [SMALL_STATE(2945)] = 202702, + [SMALL_STATE(2946)] = 202749, + [SMALL_STATE(2947)] = 202812, + [SMALL_STATE(2948)] = 202875, + [SMALL_STATE(2949)] = 202922, + [SMALL_STATE(2950)] = 202969, + [SMALL_STATE(2951)] = 203018, + [SMALL_STATE(2952)] = 203065, + [SMALL_STATE(2953)] = 203112, + [SMALL_STATE(2954)] = 203159, + [SMALL_STATE(2955)] = 203206, + [SMALL_STATE(2956)] = 203253, + [SMALL_STATE(2957)] = 203300, + [SMALL_STATE(2958)] = 203347, + [SMALL_STATE(2959)] = 203396, + [SMALL_STATE(2960)] = 203445, + [SMALL_STATE(2961)] = 203494, + [SMALL_STATE(2962)] = 203543, + [SMALL_STATE(2963)] = 203590, + [SMALL_STATE(2964)] = 203637, + [SMALL_STATE(2965)] = 203684, + [SMALL_STATE(2966)] = 203731, + [SMALL_STATE(2967)] = 203778, + [SMALL_STATE(2968)] = 203825, + [SMALL_STATE(2969)] = 203872, + [SMALL_STATE(2970)] = 203919, + [SMALL_STATE(2971)] = 203966, + [SMALL_STATE(2972)] = 204013, + [SMALL_STATE(2973)] = 204062, + [SMALL_STATE(2974)] = 204109, + [SMALL_STATE(2975)] = 204156, + [SMALL_STATE(2976)] = 204203, + [SMALL_STATE(2977)] = 204250, + [SMALL_STATE(2978)] = 204297, + [SMALL_STATE(2979)] = 204344, + [SMALL_STATE(2980)] = 204391, + [SMALL_STATE(2981)] = 204438, + [SMALL_STATE(2982)] = 204485, + [SMALL_STATE(2983)] = 204532, + [SMALL_STATE(2984)] = 204579, + [SMALL_STATE(2985)] = 204628, + [SMALL_STATE(2986)] = 204677, + [SMALL_STATE(2987)] = 204730, + [SMALL_STATE(2988)] = 204779, + [SMALL_STATE(2989)] = 204828, + [SMALL_STATE(2990)] = 204875, + [SMALL_STATE(2991)] = 204928, + [SMALL_STATE(2992)] = 204975, + [SMALL_STATE(2993)] = 205022, + [SMALL_STATE(2994)] = 205071, + [SMALL_STATE(2995)] = 205118, + [SMALL_STATE(2996)] = 205165, + [SMALL_STATE(2997)] = 205212, + [SMALL_STATE(2998)] = 205261, + [SMALL_STATE(2999)] = 205310, + [SMALL_STATE(3000)] = 205357, + [SMALL_STATE(3001)] = 205404, + [SMALL_STATE(3002)] = 205451, + [SMALL_STATE(3003)] = 205498, + [SMALL_STATE(3004)] = 205545, + [SMALL_STATE(3005)] = 205594, + [SMALL_STATE(3006)] = 205643, + [SMALL_STATE(3007)] = 205706, + [SMALL_STATE(3008)] = 205753, + [SMALL_STATE(3009)] = 205800, + [SMALL_STATE(3010)] = 205847, + [SMALL_STATE(3011)] = 205896, + [SMALL_STATE(3012)] = 205959, + [SMALL_STATE(3013)] = 206022, + [SMALL_STATE(3014)] = 206085, + [SMALL_STATE(3015)] = 206132, + [SMALL_STATE(3016)] = 206179, + [SMALL_STATE(3017)] = 206226, + [SMALL_STATE(3018)] = 206273, + [SMALL_STATE(3019)] = 206320, + [SMALL_STATE(3020)] = 206367, + [SMALL_STATE(3021)] = 206430, + [SMALL_STATE(3022)] = 206479, + [SMALL_STATE(3023)] = 206528, + [SMALL_STATE(3024)] = 206575, + [SMALL_STATE(3025)] = 206638, + [SMALL_STATE(3026)] = 206701, + [SMALL_STATE(3027)] = 206748, + [SMALL_STATE(3028)] = 206797, + [SMALL_STATE(3029)] = 206846, + [SMALL_STATE(3030)] = 206893, + [SMALL_STATE(3031)] = 206946, + [SMALL_STATE(3032)] = 207009, + [SMALL_STATE(3033)] = 207058, + [SMALL_STATE(3034)] = 207121, + [SMALL_STATE(3035)] = 207168, + [SMALL_STATE(3036)] = 207217, + [SMALL_STATE(3037)] = 207276, + [SMALL_STATE(3038)] = 207333, + [SMALL_STATE(3039)] = 207396, + [SMALL_STATE(3040)] = 207445, + [SMALL_STATE(3041)] = 207494, + [SMALL_STATE(3042)] = 207543, + [SMALL_STATE(3043)] = 207592, + [SMALL_STATE(3044)] = 207639, + [SMALL_STATE(3045)] = 207700, + [SMALL_STATE(3046)] = 207749, + [SMALL_STATE(3047)] = 207796, + [SMALL_STATE(3048)] = 207843, + [SMALL_STATE(3049)] = 207890, + [SMALL_STATE(3050)] = 207937, + [SMALL_STATE(3051)] = 207984, + [SMALL_STATE(3052)] = 208031, + [SMALL_STATE(3053)] = 208078, + [SMALL_STATE(3054)] = 208138, + [SMALL_STATE(3055)] = 208208, + [SMALL_STATE(3056)] = 208256, + [SMALL_STATE(3057)] = 208326, + [SMALL_STATE(3058)] = 208378, + [SMALL_STATE(3059)] = 208428, + [SMALL_STATE(3060)] = 208498, + [SMALL_STATE(3061)] = 208586, + [SMALL_STATE(3062)] = 208632, + [SMALL_STATE(3063)] = 208684, + [SMALL_STATE(3064)] = 208754, + [SMALL_STATE(3065)] = 208808, + [SMALL_STATE(3066)] = 208856, + [SMALL_STATE(3067)] = 208910, + [SMALL_STATE(3068)] = 208958, + [SMALL_STATE(3069)] = 209006, + [SMALL_STATE(3070)] = 209094, + [SMALL_STATE(3071)] = 209142, + [SMALL_STATE(3072)] = 209190, + [SMALL_STATE(3073)] = 209244, + [SMALL_STATE(3074)] = 209310, + [SMALL_STATE(3075)] = 209374, + [SMALL_STATE(3076)] = 209422, + [SMALL_STATE(3077)] = 209478, + [SMALL_STATE(3078)] = 209538, + [SMALL_STATE(3079)] = 209604, + [SMALL_STATE(3080)] = 209656, + [SMALL_STATE(3081)] = 209704, + [SMALL_STATE(3082)] = 209770, + [SMALL_STATE(3083)] = 209816, + [SMALL_STATE(3084)] = 209864, + [SMALL_STATE(3085)] = 209912, + [SMALL_STATE(3086)] = 209978, + [SMALL_STATE(3087)] = 210044, + [SMALL_STATE(3088)] = 210094, + [SMALL_STATE(3089)] = 210160, + [SMALL_STATE(3090)] = 210248, + [SMALL_STATE(3091)] = 210314, + [SMALL_STATE(3092)] = 210384, + [SMALL_STATE(3093)] = 210432, + [SMALL_STATE(3094)] = 210482, + [SMALL_STATE(3095)] = 210534, + [SMALL_STATE(3096)] = 210600, + [SMALL_STATE(3097)] = 210670, + [SMALL_STATE(3098)] = 210718, + [SMALL_STATE(3099)] = 210770, + [SMALL_STATE(3100)] = 210836, + [SMALL_STATE(3101)] = 210886, + [SMALL_STATE(3102)] = 210950, + [SMALL_STATE(3103)] = 210998, + [SMALL_STATE(3104)] = 211068, + [SMALL_STATE(3105)] = 211116, + [SMALL_STATE(3106)] = 211168, + [SMALL_STATE(3107)] = 211216, + [SMALL_STATE(3108)] = 211264, + [SMALL_STATE(3109)] = 211312, + [SMALL_STATE(3110)] = 211360, + [SMALL_STATE(3111)] = 211408, + [SMALL_STATE(3112)] = 211456, + [SMALL_STATE(3113)] = 211544, + [SMALL_STATE(3114)] = 211632, + [SMALL_STATE(3115)] = 211678, + [SMALL_STATE(3116)] = 211726, + [SMALL_STATE(3117)] = 211776, + [SMALL_STATE(3118)] = 211824, + [SMALL_STATE(3119)] = 211872, + [SMALL_STATE(3120)] = 211924, + [SMALL_STATE(3121)] = 211978, + [SMALL_STATE(3122)] = 212048, + [SMALL_STATE(3123)] = 212100, + [SMALL_STATE(3124)] = 212150, + [SMALL_STATE(3125)] = 212198, + [SMALL_STATE(3126)] = 212286, + [SMALL_STATE(3127)] = 212356, + [SMALL_STATE(3128)] = 212426, + [SMALL_STATE(3129)] = 212480, + [SMALL_STATE(3130)] = 212568, + [SMALL_STATE(3131)] = 212620, + [SMALL_STATE(3132)] = 212668, + [SMALL_STATE(3133)] = 212734, + [SMALL_STATE(3134)] = 212786, + [SMALL_STATE(3135)] = 212838, + [SMALL_STATE(3136)] = 212886, + [SMALL_STATE(3137)] = 212934, + [SMALL_STATE(3138)] = 213004, + [SMALL_STATE(3139)] = 213070, + [SMALL_STATE(3140)] = 213122, + [SMALL_STATE(3141)] = 213188, + [SMALL_STATE(3142)] = 213236, + [SMALL_STATE(3143)] = 213284, + [SMALL_STATE(3144)] = 213330, + [SMALL_STATE(3145)] = 213394, + [SMALL_STATE(3146)] = 213450, + [SMALL_STATE(3147)] = 213502, + [SMALL_STATE(3148)] = 213572, + [SMALL_STATE(3149)] = 213618, + [SMALL_STATE(3150)] = 213670, + [SMALL_STATE(3151)] = 213722, + [SMALL_STATE(3152)] = 213792, + [SMALL_STATE(3153)] = 213842, + [SMALL_STATE(3154)] = 213912, + [SMALL_STATE(3155)] = 214000, + [SMALL_STATE(3156)] = 214086, + [SMALL_STATE(3157)] = 214134, + [SMALL_STATE(3158)] = 214222, + [SMALL_STATE(3159)] = 214292, + [SMALL_STATE(3160)] = 214362, + [SMALL_STATE(3161)] = 214450, + [SMALL_STATE(3162)] = 214520, + [SMALL_STATE(3163)] = 214568, + [SMALL_STATE(3164)] = 214638, + [SMALL_STATE(3165)] = 214686, + [SMALL_STATE(3166)] = 214752, + [SMALL_STATE(3167)] = 214818, + [SMALL_STATE(3168)] = 214866, + [SMALL_STATE(3169)] = 214918, + [SMALL_STATE(3170)] = 214964, + [SMALL_STATE(3171)] = 215014, + [SMALL_STATE(3172)] = 215062, + [SMALL_STATE(3173)] = 215148, + [SMALL_STATE(3174)] = 215218, + [SMALL_STATE(3175)] = 215284, + [SMALL_STATE(3176)] = 215350, + [SMALL_STATE(3177)] = 215416, + [SMALL_STATE(3178)] = 215464, + [SMALL_STATE(3179)] = 215534, + [SMALL_STATE(3180)] = 215598, + [SMALL_STATE(3181)] = 215650, + [SMALL_STATE(3182)] = 215698, + [SMALL_STATE(3183)] = 215764, + [SMALL_STATE(3184)] = 215816, + [SMALL_STATE(3185)] = 215864, + [SMALL_STATE(3186)] = 215934, + [SMALL_STATE(3187)] = 215982, + [SMALL_STATE(3188)] = 216034, + [SMALL_STATE(3189)] = 216084, + [SMALL_STATE(3190)] = 216154, + [SMALL_STATE(3191)] = 216224, + [SMALL_STATE(3192)] = 216278, + [SMALL_STATE(3193)] = 216326, + [SMALL_STATE(3194)] = 216374, + [SMALL_STATE(3195)] = 216422, + [SMALL_STATE(3196)] = 216471, + [SMALL_STATE(3197)] = 216520, + [SMALL_STATE(3198)] = 216567, + [SMALL_STATE(3199)] = 216616, + [SMALL_STATE(3200)] = 216665, + [SMALL_STATE(3201)] = 216712, + [SMALL_STATE(3202)] = 216759, + [SMALL_STATE(3203)] = 216806, + [SMALL_STATE(3204)] = 216853, + [SMALL_STATE(3205)] = 216900, + [SMALL_STATE(3206)] = 216947, + [SMALL_STATE(3207)] = 216996, + [SMALL_STATE(3208)] = 217043, + [SMALL_STATE(3209)] = 217090, + [SMALL_STATE(3210)] = 217157, + [SMALL_STATE(3211)] = 217204, + [SMALL_STATE(3212)] = 217253, + [SMALL_STATE(3213)] = 217302, + [SMALL_STATE(3214)] = 217369, + [SMALL_STATE(3215)] = 217416, + [SMALL_STATE(3216)] = 217483, + [SMALL_STATE(3217)] = 217530, + [SMALL_STATE(3218)] = 217579, + [SMALL_STATE(3219)] = 217626, + [SMALL_STATE(3220)] = 217691, + [SMALL_STATE(3221)] = 217756, + [SMALL_STATE(3222)] = 217803, + [SMALL_STATE(3223)] = 217852, + [SMALL_STATE(3224)] = 217899, + [SMALL_STATE(3225)] = 217946, + [SMALL_STATE(3226)] = 218011, + [SMALL_STATE(3227)] = 218074, + [SMALL_STATE(3228)] = 218129, + [SMALL_STATE(3229)] = 218180, + [SMALL_STATE(3230)] = 218227, + [SMALL_STATE(3231)] = 218286, + [SMALL_STATE(3232)] = 218351, + [SMALL_STATE(3233)] = 218416, + [SMALL_STATE(3234)] = 218469, + [SMALL_STATE(3235)] = 218516, + [SMALL_STATE(3236)] = 218563, + [SMALL_STATE(3237)] = 218628, + [SMALL_STATE(3238)] = 218693, + [SMALL_STATE(3239)] = 218758, + [SMALL_STATE(3240)] = 218823, + [SMALL_STATE(3241)] = 218870, + [SMALL_STATE(3242)] = 218935, + [SMALL_STATE(3243)] = 218998, + [SMALL_STATE(3244)] = 219045, + [SMALL_STATE(3245)] = 219092, + [SMALL_STATE(3246)] = 219139, + [SMALL_STATE(3247)] = 219186, + [SMALL_STATE(3248)] = 219235, + [SMALL_STATE(3249)] = 219288, + [SMALL_STATE(3250)] = 219337, + [SMALL_STATE(3251)] = 219384, + [SMALL_STATE(3252)] = 219437, + [SMALL_STATE(3253)] = 219484, + [SMALL_STATE(3254)] = 219537, + [SMALL_STATE(3255)] = 219588, + [SMALL_STATE(3256)] = 219643, + [SMALL_STATE(3257)] = 219690, + [SMALL_STATE(3258)] = 219741, + [SMALL_STATE(3259)] = 219808, + [SMALL_STATE(3260)] = 219873, + [SMALL_STATE(3261)] = 219924, + [SMALL_STATE(3262)] = 219975, + [SMALL_STATE(3263)] = 220026, + [SMALL_STATE(3264)] = 220075, + [SMALL_STATE(3265)] = 220138, + [SMALL_STATE(3266)] = 220203, + [SMALL_STATE(3267)] = 220254, + [SMALL_STATE(3268)] = 220319, + [SMALL_STATE(3269)] = 220384, + [SMALL_STATE(3270)] = 220431, + [SMALL_STATE(3271)] = 220478, + [SMALL_STATE(3272)] = 220523, + [SMALL_STATE(3273)] = 220570, + [SMALL_STATE(3274)] = 220635, + [SMALL_STATE(3275)] = 220682, + [SMALL_STATE(3276)] = 220733, + [SMALL_STATE(3277)] = 220798, + [SMALL_STATE(3278)] = 220845, + [SMALL_STATE(3279)] = 220894, + [SMALL_STATE(3280)] = 220941, + [SMALL_STATE(3281)] = 220988, + [SMALL_STATE(3282)] = 221035, + [SMALL_STATE(3283)] = 221082, + [SMALL_STATE(3284)] = 221129, + [SMALL_STATE(3285)] = 221194, + [SMALL_STATE(3286)] = 221241, + [SMALL_STATE(3287)] = 221306, + [SMALL_STATE(3288)] = 221357, + [SMALL_STATE(3289)] = 221420, + [SMALL_STATE(3290)] = 221467, + [SMALL_STATE(3291)] = 221532, + [SMALL_STATE(3292)] = 221583, + [SMALL_STATE(3293)] = 221648, + [SMALL_STATE(3294)] = 221693, + [SMALL_STATE(3295)] = 221758, + [SMALL_STATE(3296)] = 221821, + [SMALL_STATE(3297)] = 221876, + [SMALL_STATE(3298)] = 221921, + [SMALL_STATE(3299)] = 221986, + [SMALL_STATE(3300)] = 222033, + [SMALL_STATE(3301)] = 222098, + [SMALL_STATE(3302)] = 222147, + [SMALL_STATE(3303)] = 222192, + [SMALL_STATE(3304)] = 222251, + [SMALL_STATE(3305)] = 222302, + [SMALL_STATE(3306)] = 222367, + [SMALL_STATE(3307)] = 222418, + [SMALL_STATE(3308)] = 222469, + [SMALL_STATE(3309)] = 222520, + [SMALL_STATE(3310)] = 222567, + [SMALL_STATE(3311)] = 222622, + [SMALL_STATE(3312)] = 222687, + [SMALL_STATE(3313)] = 222738, + [SMALL_STATE(3314)] = 222785, + [SMALL_STATE(3315)] = 222832, + [SMALL_STATE(3316)] = 222897, + [SMALL_STATE(3317)] = 222946, + [SMALL_STATE(3318)] = 222993, + [SMALL_STATE(3319)] = 223044, + [SMALL_STATE(3320)] = 223109, + [SMALL_STATE(3321)] = 223172, + [SMALL_STATE(3322)] = 223231, + [SMALL_STATE(3323)] = 223286, + [SMALL_STATE(3324)] = 223351, + [SMALL_STATE(3325)] = 223414, + [SMALL_STATE(3326)] = 223479, + [SMALL_STATE(3327)] = 223530, + [SMALL_STATE(3328)] = 223577, + [SMALL_STATE(3329)] = 223626, + [SMALL_STATE(3330)] = 223675, + [SMALL_STATE(3331)] = 223722, + [SMALL_STATE(3332)] = 223789, + [SMALL_STATE(3333)] = 223836, + [SMALL_STATE(3334)] = 223901, + [SMALL_STATE(3335)] = 223952, + [SMALL_STATE(3336)] = 224011, + [SMALL_STATE(3337)] = 224074, + [SMALL_STATE(3338)] = 224139, + [SMALL_STATE(3339)] = 224184, + [SMALL_STATE(3340)] = 224249, + [SMALL_STATE(3341)] = 224294, + [SMALL_STATE(3342)] = 224359, + [SMALL_STATE(3343)] = 224424, + [SMALL_STATE(3344)] = 224489, + [SMALL_STATE(3345)] = 224553, + [SMALL_STATE(3346)] = 224607, + [SMALL_STATE(3347)] = 224653, + [SMALL_STATE(3348)] = 224717, + [SMALL_STATE(3349)] = 224763, + [SMALL_STATE(3350)] = 224809, + [SMALL_STATE(3351)] = 224859, + [SMALL_STATE(3352)] = 224905, + [SMALL_STATE(3353)] = 224951, + [SMALL_STATE(3354)] = 225015, + [SMALL_STATE(3355)] = 225079, + [SMALL_STATE(3356)] = 225143, + [SMALL_STATE(3357)] = 225207, + [SMALL_STATE(3358)] = 225271, + [SMALL_STATE(3359)] = 225335, + [SMALL_STATE(3360)] = 225399, + [SMALL_STATE(3361)] = 225463, + [SMALL_STATE(3362)] = 225527, + [SMALL_STATE(3363)] = 225591, + [SMALL_STATE(3364)] = 225655, + [SMALL_STATE(3365)] = 225719, + [SMALL_STATE(3366)] = 225771, + [SMALL_STATE(3367)] = 225835, + [SMALL_STATE(3368)] = 225899, + [SMALL_STATE(3369)] = 225963, + [SMALL_STATE(3370)] = 226027, + [SMALL_STATE(3371)] = 226071, + [SMALL_STATE(3372)] = 226115, + [SMALL_STATE(3373)] = 226159, + [SMALL_STATE(3374)] = 226205, + [SMALL_STATE(3375)] = 226251, + [SMALL_STATE(3376)] = 226315, + [SMALL_STATE(3377)] = 226379, + [SMALL_STATE(3378)] = 226443, + [SMALL_STATE(3379)] = 226507, + [SMALL_STATE(3380)] = 226559, + [SMALL_STATE(3381)] = 226605, + [SMALL_STATE(3382)] = 226651, + [SMALL_STATE(3383)] = 226715, + [SMALL_STATE(3384)] = 226761, + [SMALL_STATE(3385)] = 226825, + [SMALL_STATE(3386)] = 226889, + [SMALL_STATE(3387)] = 226953, + [SMALL_STATE(3388)] = 227017, + [SMALL_STATE(3389)] = 227063, + [SMALL_STATE(3390)] = 227127, + [SMALL_STATE(3391)] = 227171, + [SMALL_STATE(3392)] = 227219, + [SMALL_STATE(3393)] = 227283, + [SMALL_STATE(3394)] = 227329, + [SMALL_STATE(3395)] = 227393, + [SMALL_STATE(3396)] = 227439, + [SMALL_STATE(3397)] = 227503, + [SMALL_STATE(3398)] = 227549, + [SMALL_STATE(3399)] = 227613, + [SMALL_STATE(3400)] = 227677, + [SMALL_STATE(3401)] = 227741, + [SMALL_STATE(3402)] = 227805, + [SMALL_STATE(3403)] = 227869, + [SMALL_STATE(3404)] = 227933, + [SMALL_STATE(3405)] = 227997, + [SMALL_STATE(3406)] = 228061, + [SMALL_STATE(3407)] = 228125, + [SMALL_STATE(3408)] = 228189, + [SMALL_STATE(3409)] = 228253, + [SMALL_STATE(3410)] = 228317, + [SMALL_STATE(3411)] = 228381, + [SMALL_STATE(3412)] = 228445, + [SMALL_STATE(3413)] = 228509, + [SMALL_STATE(3414)] = 228555, + [SMALL_STATE(3415)] = 228605, + [SMALL_STATE(3416)] = 228651, + [SMALL_STATE(3417)] = 228715, + [SMALL_STATE(3418)] = 228779, + [SMALL_STATE(3419)] = 228825, + [SMALL_STATE(3420)] = 228889, + [SMALL_STATE(3421)] = 228953, + [SMALL_STATE(3422)] = 229017, + [SMALL_STATE(3423)] = 229081, + [SMALL_STATE(3424)] = 229145, + [SMALL_STATE(3425)] = 229191, + [SMALL_STATE(3426)] = 229237, + [SMALL_STATE(3427)] = 229301, + [SMALL_STATE(3428)] = 229365, + [SMALL_STATE(3429)] = 229447, + [SMALL_STATE(3430)] = 229493, + [SMALL_STATE(3431)] = 229557, + [SMALL_STATE(3432)] = 229603, + [SMALL_STATE(3433)] = 229685, + [SMALL_STATE(3434)] = 229749, + [SMALL_STATE(3435)] = 229801, + [SMALL_STATE(3436)] = 229865, + [SMALL_STATE(3437)] = 229947, + [SMALL_STATE(3438)] = 230011, + [SMALL_STATE(3439)] = 230075, + [SMALL_STATE(3440)] = 230139, + [SMALL_STATE(3441)] = 230189, + [SMALL_STATE(3442)] = 230271, + [SMALL_STATE(3443)] = 230321, + [SMALL_STATE(3444)] = 230385, + [SMALL_STATE(3445)] = 230431, + [SMALL_STATE(3446)] = 230477, + [SMALL_STATE(3447)] = 230523, + [SMALL_STATE(3448)] = 230587, + [SMALL_STATE(3449)] = 230651, + [SMALL_STATE(3450)] = 230697, + [SMALL_STATE(3451)] = 230743, + [SMALL_STATE(3452)] = 230789, + [SMALL_STATE(3453)] = 230853, + [SMALL_STATE(3454)] = 230917, + [SMALL_STATE(3455)] = 230963, + [SMALL_STATE(3456)] = 231009, + [SMALL_STATE(3457)] = 231073, + [SMALL_STATE(3458)] = 231119, + [SMALL_STATE(3459)] = 231183, + [SMALL_STATE(3460)] = 231231, + [SMALL_STATE(3461)] = 231295, + [SMALL_STATE(3462)] = 231377, + [SMALL_STATE(3463)] = 231423, + [SMALL_STATE(3464)] = 231487, + [SMALL_STATE(3465)] = 231569, + [SMALL_STATE(3466)] = 231631, + [SMALL_STATE(3467)] = 231677, + [SMALL_STATE(3468)] = 231741, + [SMALL_STATE(3469)] = 231805, + [SMALL_STATE(3470)] = 231851, + [SMALL_STATE(3471)] = 231897, + [SMALL_STATE(3472)] = 231961, + [SMALL_STATE(3473)] = 232025, + [SMALL_STATE(3474)] = 232089, + [SMALL_STATE(3475)] = 232153, + [SMALL_STATE(3476)] = 232217, + [SMALL_STATE(3477)] = 232281, + [SMALL_STATE(3478)] = 232345, + [SMALL_STATE(3479)] = 232403, + [SMALL_STATE(3480)] = 232483, + [SMALL_STATE(3481)] = 232529, + [SMALL_STATE(3482)] = 232593, + [SMALL_STATE(3483)] = 232639, + [SMALL_STATE(3484)] = 232693, + [SMALL_STATE(3485)] = 232755, + [SMALL_STATE(3486)] = 232819, + [SMALL_STATE(3487)] = 232883, + [SMALL_STATE(3488)] = 232947, + [SMALL_STATE(3489)] = 233011, + [SMALL_STATE(3490)] = 233075, + [SMALL_STATE(3491)] = 233123, + [SMALL_STATE(3492)] = 233187, + [SMALL_STATE(3493)] = 233251, + [SMALL_STATE(3494)] = 233315, + [SMALL_STATE(3495)] = 233379, + [SMALL_STATE(3496)] = 233425, + [SMALL_STATE(3497)] = 233489, + [SMALL_STATE(3498)] = 233553, + [SMALL_STATE(3499)] = 233617, + [SMALL_STATE(3500)] = 233681, + [SMALL_STATE(3501)] = 233725, + [SMALL_STATE(3502)] = 233789, + [SMALL_STATE(3503)] = 233835, + [SMALL_STATE(3504)] = 233881, + [SMALL_STATE(3505)] = 233945, + [SMALL_STATE(3506)] = 234009, + [SMALL_STATE(3507)] = 234055, + [SMALL_STATE(3508)] = 234119, + [SMALL_STATE(3509)] = 234183, + [SMALL_STATE(3510)] = 234229, + [SMALL_STATE(3511)] = 234275, + [SMALL_STATE(3512)] = 234339, + [SMALL_STATE(3513)] = 234385, + [SMALL_STATE(3514)] = 234431, + [SMALL_STATE(3515)] = 234477, + [SMALL_STATE(3516)] = 234541, + [SMALL_STATE(3517)] = 234587, + [SMALL_STATE(3518)] = 234633, + [SMALL_STATE(3519)] = 234679, + [SMALL_STATE(3520)] = 234725, + [SMALL_STATE(3521)] = 234789, + [SMALL_STATE(3522)] = 234853, + [SMALL_STATE(3523)] = 234917, + [SMALL_STATE(3524)] = 234981, + [SMALL_STATE(3525)] = 235045, + [SMALL_STATE(3526)] = 235097, + [SMALL_STATE(3527)] = 235143, + [SMALL_STATE(3528)] = 235207, + [SMALL_STATE(3529)] = 235271, + [SMALL_STATE(3530)] = 235335, + [SMALL_STATE(3531)] = 235399, + [SMALL_STATE(3532)] = 235463, + [SMALL_STATE(3533)] = 235527, + [SMALL_STATE(3534)] = 235591, + [SMALL_STATE(3535)] = 235655, + [SMALL_STATE(3536)] = 235719, + [SMALL_STATE(3537)] = 235783, + [SMALL_STATE(3538)] = 235847, + [SMALL_STATE(3539)] = 235911, + [SMALL_STATE(3540)] = 235993, + [SMALL_STATE(3541)] = 236055, + [SMALL_STATE(3542)] = 236119, + [SMALL_STATE(3543)] = 236183, + [SMALL_STATE(3544)] = 236229, + [SMALL_STATE(3545)] = 236293, + [SMALL_STATE(3546)] = 236355, + [SMALL_STATE(3547)] = 236419, + [SMALL_STATE(3548)] = 236483, + [SMALL_STATE(3549)] = 236547, + [SMALL_STATE(3550)] = 236611, + [SMALL_STATE(3551)] = 236675, + [SMALL_STATE(3552)] = 236739, + [SMALL_STATE(3553)] = 236803, + [SMALL_STATE(3554)] = 236857, + [SMALL_STATE(3555)] = 236921, + [SMALL_STATE(3556)] = 236979, + [SMALL_STATE(3557)] = 237043, + [SMALL_STATE(3558)] = 237107, + [SMALL_STATE(3559)] = 237155, + [SMALL_STATE(3560)] = 237219, + [SMALL_STATE(3561)] = 237301, + [SMALL_STATE(3562)] = 237359, + [SMALL_STATE(3563)] = 237423, + [SMALL_STATE(3564)] = 237485, + [SMALL_STATE(3565)] = 237549, + [SMALL_STATE(3566)] = 237613, + [SMALL_STATE(3567)] = 237659, + [SMALL_STATE(3568)] = 237705, + [SMALL_STATE(3569)] = 237751, + [SMALL_STATE(3570)] = 237815, + [SMALL_STATE(3571)] = 237879, + [SMALL_STATE(3572)] = 237943, + [SMALL_STATE(3573)] = 238007, + [SMALL_STATE(3574)] = 238071, + [SMALL_STATE(3575)] = 238135, + [SMALL_STATE(3576)] = 238181, + [SMALL_STATE(3577)] = 238245, + [SMALL_STATE(3578)] = 238291, + [SMALL_STATE(3579)] = 238355, + [SMALL_STATE(3580)] = 238419, + [SMALL_STATE(3581)] = 238483, + [SMALL_STATE(3582)] = 238547, + [SMALL_STATE(3583)] = 238611, + [SMALL_STATE(3584)] = 238675, + [SMALL_STATE(3585)] = 238739, + [SMALL_STATE(3586)] = 238803, + [SMALL_STATE(3587)] = 238867, + [SMALL_STATE(3588)] = 238913, + [SMALL_STATE(3589)] = 238977, + [SMALL_STATE(3590)] = 239059, + [SMALL_STATE(3591)] = 239103, + [SMALL_STATE(3592)] = 239165, + [SMALL_STATE(3593)] = 239229, + [SMALL_STATE(3594)] = 239293, + [SMALL_STATE(3595)] = 239357, + [SMALL_STATE(3596)] = 239421, + [SMALL_STATE(3597)] = 239467, + [SMALL_STATE(3598)] = 239513, + [SMALL_STATE(3599)] = 239557, + [SMALL_STATE(3600)] = 239603, + [SMALL_STATE(3601)] = 239667, + [SMALL_STATE(3602)] = 239747, + [SMALL_STATE(3603)] = 239811, + [SMALL_STATE(3604)] = 239875, + [SMALL_STATE(3605)] = 239939, + [SMALL_STATE(3606)] = 240003, + [SMALL_STATE(3607)] = 240067, + [SMALL_STATE(3608)] = 240131, + [SMALL_STATE(3609)] = 240195, + [SMALL_STATE(3610)] = 240259, + [SMALL_STATE(3611)] = 240323, + [SMALL_STATE(3612)] = 240367, + [SMALL_STATE(3613)] = 240413, + [SMALL_STATE(3614)] = 240477, + [SMALL_STATE(3615)] = 240541, + [SMALL_STATE(3616)] = 240605, + [SMALL_STATE(3617)] = 240669, + [SMALL_STATE(3618)] = 240733, + [SMALL_STATE(3619)] = 240815, + [SMALL_STATE(3620)] = 240879, + [SMALL_STATE(3621)] = 240943, + [SMALL_STATE(3622)] = 241007, + [SMALL_STATE(3623)] = 241053, + [SMALL_STATE(3624)] = 241117, + [SMALL_STATE(3625)] = 241160, + [SMALL_STATE(3626)] = 241205, + [SMALL_STATE(3627)] = 241284, + [SMALL_STATE(3628)] = 241329, + [SMALL_STATE(3629)] = 241374, + [SMALL_STATE(3630)] = 241453, + [SMALL_STATE(3631)] = 241498, + [SMALL_STATE(3632)] = 241543, + [SMALL_STATE(3633)] = 241628, + [SMALL_STATE(3634)] = 241671, + [SMALL_STATE(3635)] = 241714, + [SMALL_STATE(3636)] = 241799, + [SMALL_STATE(3637)] = 241844, + [SMALL_STATE(3638)] = 241889, + [SMALL_STATE(3639)] = 241944, + [SMALL_STATE(3640)] = 241989, + [SMALL_STATE(3641)] = 242068, + [SMALL_STATE(3642)] = 242111, + [SMALL_STATE(3643)] = 242154, + [SMALL_STATE(3644)] = 242197, + [SMALL_STATE(3645)] = 242240, + [SMALL_STATE(3646)] = 242283, + [SMALL_STATE(3647)] = 242326, + [SMALL_STATE(3648)] = 242405, + [SMALL_STATE(3649)] = 242448, + [SMALL_STATE(3650)] = 242533, + [SMALL_STATE(3651)] = 242576, + [SMALL_STATE(3652)] = 242619, + [SMALL_STATE(3653)] = 242662, + [SMALL_STATE(3654)] = 242705, + [SMALL_STATE(3655)] = 242778, + [SMALL_STATE(3656)] = 242821, + [SMALL_STATE(3657)] = 242906, + [SMALL_STATE(3658)] = 242955, + [SMALL_STATE(3659)] = 243004, + [SMALL_STATE(3660)] = 243047, + [SMALL_STATE(3661)] = 243132, + [SMALL_STATE(3662)] = 243177, + [SMALL_STATE(3663)] = 243222, + [SMALL_STATE(3664)] = 243267, + [SMALL_STATE(3665)] = 243312, + [SMALL_STATE(3666)] = 243355, + [SMALL_STATE(3667)] = 243434, + [SMALL_STATE(3668)] = 243479, + [SMALL_STATE(3669)] = 243522, + [SMALL_STATE(3670)] = 243601, + [SMALL_STATE(3671)] = 243644, + [SMALL_STATE(3672)] = 243729, + [SMALL_STATE(3673)] = 243784, + [SMALL_STATE(3674)] = 243863, + [SMALL_STATE(3675)] = 243948, + [SMALL_STATE(3676)] = 243991, + [SMALL_STATE(3677)] = 244070, + [SMALL_STATE(3678)] = 244149, + [SMALL_STATE(3679)] = 244198, + [SMALL_STATE(3680)] = 244243, + [SMALL_STATE(3681)] = 244286, + [SMALL_STATE(3682)] = 244329, + [SMALL_STATE(3683)] = 244374, + [SMALL_STATE(3684)] = 244419, + [SMALL_STATE(3685)] = 244498, + [SMALL_STATE(3686)] = 244541, + [SMALL_STATE(3687)] = 244586, + [SMALL_STATE(3688)] = 244631, + [SMALL_STATE(3689)] = 244676, + [SMALL_STATE(3690)] = 244755, + [SMALL_STATE(3691)] = 244810, + [SMALL_STATE(3692)] = 244895, + [SMALL_STATE(3693)] = 244940, + [SMALL_STATE(3694)] = 244985, + [SMALL_STATE(3695)] = 245030, + [SMALL_STATE(3696)] = 245075, + [SMALL_STATE(3697)] = 245124, + [SMALL_STATE(3698)] = 245203, + [SMALL_STATE(3699)] = 245254, + [SMALL_STATE(3700)] = 245339, + [SMALL_STATE(3701)] = 245382, + [SMALL_STATE(3702)] = 245461, + [SMALL_STATE(3703)] = 245506, + [SMALL_STATE(3704)] = 245551, + [SMALL_STATE(3705)] = 245630, + [SMALL_STATE(3706)] = 245675, + [SMALL_STATE(3707)] = 245760, + [SMALL_STATE(3708)] = 245811, + [SMALL_STATE(3709)] = 245866, + [SMALL_STATE(3710)] = 245909, + [SMALL_STATE(3711)] = 245988, + [SMALL_STATE(3712)] = 246033, + [SMALL_STATE(3713)] = 246112, + [SMALL_STATE(3714)] = 246155, + [SMALL_STATE(3715)] = 246200, + [SMALL_STATE(3716)] = 246255, + [SMALL_STATE(3717)] = 246304, + [SMALL_STATE(3718)] = 246349, + [SMALL_STATE(3719)] = 246394, + [SMALL_STATE(3720)] = 246439, + [SMALL_STATE(3721)] = 246484, + [SMALL_STATE(3722)] = 246529, + [SMALL_STATE(3723)] = 246574, + [SMALL_STATE(3724)] = 246619, + [SMALL_STATE(3725)] = 246664, + [SMALL_STATE(3726)] = 246709, + [SMALL_STATE(3727)] = 246754, + [SMALL_STATE(3728)] = 246797, + [SMALL_STATE(3729)] = 246876, + [SMALL_STATE(3730)] = 246921, + [SMALL_STATE(3731)] = 246966, + [SMALL_STATE(3732)] = 247011, + [SMALL_STATE(3733)] = 247090, + [SMALL_STATE(3734)] = 247135, + [SMALL_STATE(3735)] = 247180, + [SMALL_STATE(3736)] = 247225, + [SMALL_STATE(3737)] = 247276, + [SMALL_STATE(3738)] = 247325, + [SMALL_STATE(3739)] = 247370, + [SMALL_STATE(3740)] = 247415, + [SMALL_STATE(3741)] = 247466, + [SMALL_STATE(3742)] = 247511, + [SMALL_STATE(3743)] = 247590, + [SMALL_STATE(3744)] = 247635, + [SMALL_STATE(3745)] = 247714, + [SMALL_STATE(3746)] = 247759, + [SMALL_STATE(3747)] = 247832, + [SMALL_STATE(3748)] = 247877, + [SMALL_STATE(3749)] = 247922, + [SMALL_STATE(3750)] = 247967, + [SMALL_STATE(3751)] = 248039, + [SMALL_STATE(3752)] = 248109, + [SMALL_STATE(3753)] = 248179, + [SMALL_STATE(3754)] = 248253, + [SMALL_STATE(3755)] = 248323, + [SMALL_STATE(3756)] = 248371, + [SMALL_STATE(3757)] = 248441, + [SMALL_STATE(3758)] = 248511, + [SMALL_STATE(3759)] = 248581, + [SMALL_STATE(3760)] = 248655, + [SMALL_STATE(3761)] = 248725, + [SMALL_STATE(3762)] = 248795, + [SMALL_STATE(3763)] = 248865, + [SMALL_STATE(3764)] = 248935, + [SMALL_STATE(3765)] = 249005, + [SMALL_STATE(3766)] = 249075, + [SMALL_STATE(3767)] = 249145, + [SMALL_STATE(3768)] = 249215, + [SMALL_STATE(3769)] = 249285, + [SMALL_STATE(3770)] = 249355, + [SMALL_STATE(3771)] = 249403, + [SMALL_STATE(3772)] = 249473, + [SMALL_STATE(3773)] = 249541, + [SMALL_STATE(3774)] = 249611, + [SMALL_STATE(3775)] = 249681, + [SMALL_STATE(3776)] = 249753, + [SMALL_STATE(3777)] = 249823, + [SMALL_STATE(3778)] = 249871, + [SMALL_STATE(3779)] = 249944, + [SMALL_STATE(3780)] = 250017, + [SMALL_STATE(3781)] = 250060, + [SMALL_STATE(3782)] = 250101, + [SMALL_STATE(3783)] = 250180, + [SMALL_STATE(3784)] = 250253, + [SMALL_STATE(3785)] = 250326, + [SMALL_STATE(3786)] = 250399, + [SMALL_STATE(3787)] = 250450, + [SMALL_STATE(3788)] = 250493, + [SMALL_STATE(3789)] = 250566, + [SMALL_STATE(3790)] = 250639, + [SMALL_STATE(3791)] = 250712, + [SMALL_STATE(3792)] = 250791, + [SMALL_STATE(3793)] = 250870, + [SMALL_STATE(3794)] = 250943, + [SMALL_STATE(3795)] = 250984, + [SMALL_STATE(3796)] = 251063, + [SMALL_STATE(3797)] = 251136, + [SMALL_STATE(3798)] = 251209, + [SMALL_STATE(3799)] = 251288, + [SMALL_STATE(3800)] = 251329, + [SMALL_STATE(3801)] = 251370, + [SMALL_STATE(3802)] = 251443, + [SMALL_STATE(3803)] = 251516, + [SMALL_STATE(3804)] = 251589, + [SMALL_STATE(3805)] = 251630, + [SMALL_STATE(3806)] = 251709, + [SMALL_STATE(3807)] = 251782, + [SMALL_STATE(3808)] = 251855, + [SMALL_STATE(3809)] = 251934, + [SMALL_STATE(3810)] = 252007, + [SMALL_STATE(3811)] = 252080, + [SMALL_STATE(3812)] = 252153, + [SMALL_STATE(3813)] = 252226, + [SMALL_STATE(3814)] = 252305, + [SMALL_STATE(3815)] = 252346, + [SMALL_STATE(3816)] = 252425, + [SMALL_STATE(3817)] = 252468, + [SMALL_STATE(3818)] = 252541, + [SMALL_STATE(3819)] = 252614, + [SMALL_STATE(3820)] = 252687, + [SMALL_STATE(3821)] = 252760, + [SMALL_STATE(3822)] = 252833, + [SMALL_STATE(3823)] = 252906, + [SMALL_STATE(3824)] = 252979, + [SMALL_STATE(3825)] = 253052, + [SMALL_STATE(3826)] = 253125, + [SMALL_STATE(3827)] = 253198, + [SMALL_STATE(3828)] = 253271, + [SMALL_STATE(3829)] = 253344, + [SMALL_STATE(3830)] = 253417, + [SMALL_STATE(3831)] = 253490, + [SMALL_STATE(3832)] = 253563, + [SMALL_STATE(3833)] = 253636, + [SMALL_STATE(3834)] = 253705, + [SMALL_STATE(3835)] = 253778, + [SMALL_STATE(3836)] = 253851, + [SMALL_STATE(3837)] = 253924, + [SMALL_STATE(3838)] = 253975, + [SMALL_STATE(3839)] = 254046, + [SMALL_STATE(3840)] = 254119, + [SMALL_STATE(3841)] = 254198, + [SMALL_STATE(3842)] = 254249, + [SMALL_STATE(3843)] = 254322, + [SMALL_STATE(3844)] = 254395, + [SMALL_STATE(3845)] = 254468, + [SMALL_STATE(3846)] = 254541, + [SMALL_STATE(3847)] = 254620, + [SMALL_STATE(3848)] = 254699, + [SMALL_STATE(3849)] = 254778, + [SMALL_STATE(3850)] = 254851, + [SMALL_STATE(3851)] = 254924, + [SMALL_STATE(3852)] = 254997, + [SMALL_STATE(3853)] = 255070, + [SMALL_STATE(3854)] = 255143, + [SMALL_STATE(3855)] = 255216, + [SMALL_STATE(3856)] = 255289, + [SMALL_STATE(3857)] = 255362, + [SMALL_STATE(3858)] = 255435, + [SMALL_STATE(3859)] = 255508, + [SMALL_STATE(3860)] = 255581, + [SMALL_STATE(3861)] = 255652, + [SMALL_STATE(3862)] = 255725, + [SMALL_STATE(3863)] = 255804, + [SMALL_STATE(3864)] = 255877, + [SMALL_STATE(3865)] = 255956, + [SMALL_STATE(3866)] = 256029, + [SMALL_STATE(3867)] = 256108, + [SMALL_STATE(3868)] = 256181, + [SMALL_STATE(3869)] = 256260, + [SMALL_STATE(3870)] = 256333, + [SMALL_STATE(3871)] = 256406, + [SMALL_STATE(3872)] = 256479, + [SMALL_STATE(3873)] = 256552, + [SMALL_STATE(3874)] = 256625, + [SMALL_STATE(3875)] = 256698, + [SMALL_STATE(3876)] = 256777, + [SMALL_STATE(3877)] = 256856, + [SMALL_STATE(3878)] = 256899, + [SMALL_STATE(3879)] = 256942, + [SMALL_STATE(3880)] = 256985, + [SMALL_STATE(3881)] = 257058, + [SMALL_STATE(3882)] = 257101, + [SMALL_STATE(3883)] = 257174, + [SMALL_STATE(3884)] = 257245, + [SMALL_STATE(3885)] = 257296, + [SMALL_STATE(3886)] = 257367, + [SMALL_STATE(3887)] = 257440, + [SMALL_STATE(3888)] = 257519, + [SMALL_STATE(3889)] = 257592, + [SMALL_STATE(3890)] = 257665, + [SMALL_STATE(3891)] = 257729, + [SMALL_STATE(3892)] = 257781, + [SMALL_STATE(3893)] = 257825, + [SMALL_STATE(3894)] = 257869, + [SMALL_STATE(3895)] = 257913, + [SMALL_STATE(3896)] = 257973, + [SMALL_STATE(3897)] = 258037, + [SMALL_STATE(3898)] = 258089, + [SMALL_STATE(3899)] = 258144, + [SMALL_STATE(3900)] = 258209, + [SMALL_STATE(3901)] = 258282, + [SMALL_STATE(3902)] = 258347, + [SMALL_STATE(3903)] = 258420, + [SMALL_STATE(3904)] = 258485, + [SMALL_STATE(3905)] = 258550, + [SMALL_STATE(3906)] = 258613, + [SMALL_STATE(3907)] = 258654, + [SMALL_STATE(3908)] = 258705, + [SMALL_STATE(3909)] = 258770, + [SMALL_STATE(3910)] = 258811, + [SMALL_STATE(3911)] = 258876, + [SMALL_STATE(3912)] = 258917, + [SMALL_STATE(3913)] = 258982, + [SMALL_STATE(3914)] = 259023, + [SMALL_STATE(3915)] = 259086, + [SMALL_STATE(3916)] = 259127, + [SMALL_STATE(3917)] = 259192, + [SMALL_STATE(3918)] = 259265, + [SMALL_STATE(3919)] = 259338, + [SMALL_STATE(3920)] = 259403, + [SMALL_STATE(3921)] = 259476, + [SMALL_STATE(3922)] = 259541, + [SMALL_STATE(3923)] = 259606, + [SMALL_STATE(3924)] = 259679, + [SMALL_STATE(3925)] = 259730, + [SMALL_STATE(3926)] = 259803, + [SMALL_STATE(3927)] = 259876, + [SMALL_STATE(3928)] = 259917, + [SMALL_STATE(3929)] = 259982, + [SMALL_STATE(3930)] = 260047, + [SMALL_STATE(3931)] = 260120, + [SMALL_STATE(3932)] = 260193, + [SMALL_STATE(3933)] = 260258, + [SMALL_STATE(3934)] = 260316, + [SMALL_STATE(3935)] = 260356, + [SMALL_STATE(3936)] = 260398, + [SMALL_STATE(3937)] = 260440, + [SMALL_STATE(3938)] = 260486, + [SMALL_STATE(3939)] = 260544, + [SMALL_STATE(3940)] = 260602, + [SMALL_STATE(3941)] = 260648, + [SMALL_STATE(3942)] = 260694, + [SMALL_STATE(3943)] = 260752, + [SMALL_STATE(3944)] = 260798, + [SMALL_STATE(3945)] = 260856, + [SMALL_STATE(3946)] = 260914, + [SMALL_STATE(3947)] = 260972, + [SMALL_STATE(3948)] = 261019, + [SMALL_STATE(3949)] = 261064, + [SMALL_STATE(3950)] = 261103, + [SMALL_STATE(3951)] = 261142, + [SMALL_STATE(3952)] = 261183, + [SMALL_STATE(3953)] = 261222, + [SMALL_STATE(3954)] = 261267, + [SMALL_STATE(3955)] = 261324, + [SMALL_STATE(3956)] = 261381, + [SMALL_STATE(3957)] = 261438, + [SMALL_STATE(3958)] = 261485, + [SMALL_STATE(3959)] = 261526, + [SMALL_STATE(3960)] = 261583, + [SMALL_STATE(3961)] = 261622, + [SMALL_STATE(3962)] = 261663, + [SMALL_STATE(3963)] = 261702, + [SMALL_STATE(3964)] = 261759, + [SMALL_STATE(3965)] = 261798, + [SMALL_STATE(3966)] = 261855, + [SMALL_STATE(3967)] = 261896, + [SMALL_STATE(3968)] = 261943, + [SMALL_STATE(3969)] = 261982, + [SMALL_STATE(3970)] = 262029, + [SMALL_STATE(3971)] = 262086, + [SMALL_STATE(3972)] = 262133, + [SMALL_STATE(3973)] = 262178, + [SMALL_STATE(3974)] = 262219, + [SMALL_STATE(3975)] = 262258, + [SMALL_STATE(3976)] = 262297, + [SMALL_STATE(3977)] = 262338, + [SMALL_STATE(3978)] = 262383, + [SMALL_STATE(3979)] = 262424, + [SMALL_STATE(3980)] = 262465, + [SMALL_STATE(3981)] = 262505, + [SMALL_STATE(3982)] = 262551, + [SMALL_STATE(3983)] = 262591, + [SMALL_STATE(3984)] = 262631, + [SMALL_STATE(3985)] = 262671, + [SMALL_STATE(3986)] = 262717, + [SMALL_STATE(3987)] = 262761, + [SMALL_STATE(3988)] = 262801, + [SMALL_STATE(3989)] = 262847, + [SMALL_STATE(3990)] = 262885, + [SMALL_STATE(3991)] = 262931, + [SMALL_STATE(3992)] = 262969, + [SMALL_STATE(3993)] = 263009, + [SMALL_STATE(3994)] = 263049, + [SMALL_STATE(3995)] = 263089, + [SMALL_STATE(3996)] = 263135, + [SMALL_STATE(3997)] = 263171, + [SMALL_STATE(3998)] = 263211, + [SMALL_STATE(3999)] = 263249, + [SMALL_STATE(4000)] = 263293, + [SMALL_STATE(4001)] = 263339, + [SMALL_STATE(4002)] = 263385, + [SMALL_STATE(4003)] = 263425, + [SMALL_STATE(4004)] = 263461, + [SMALL_STATE(4005)] = 263507, + [SMALL_STATE(4006)] = 263545, + [SMALL_STATE(4007)] = 263591, + [SMALL_STATE(4008)] = 263629, + [SMALL_STATE(4009)] = 263669, + [SMALL_STATE(4010)] = 263715, + [SMALL_STATE(4011)] = 263753, + [SMALL_STATE(4012)] = 263793, + [SMALL_STATE(4013)] = 263833, + [SMALL_STATE(4014)] = 263879, + [SMALL_STATE(4015)] = 263917, + [SMALL_STATE(4016)] = 263955, + [SMALL_STATE(4017)] = 263993, + [SMALL_STATE(4018)] = 264028, + [SMALL_STATE(4019)] = 264089, + [SMALL_STATE(4020)] = 264128, + [SMALL_STATE(4021)] = 264189, + [SMALL_STATE(4022)] = 264224, + [SMALL_STATE(4023)] = 264259, + [SMALL_STATE(4024)] = 264294, + [SMALL_STATE(4025)] = 264333, + [SMALL_STATE(4026)] = 264382, + [SMALL_STATE(4027)] = 264421, + [SMALL_STATE(4028)] = 264482, + [SMALL_STATE(4029)] = 264519, + [SMALL_STATE(4030)] = 264580, + [SMALL_STATE(4031)] = 264631, + [SMALL_STATE(4032)] = 264690, + [SMALL_STATE(4033)] = 264751, + [SMALL_STATE(4034)] = 264810, + [SMALL_STATE(4035)] = 264859, + [SMALL_STATE(4036)] = 264898, + [SMALL_STATE(4037)] = 264943, + [SMALL_STATE(4038)] = 264988, + [SMALL_STATE(4039)] = 265039, + [SMALL_STATE(4040)] = 265084, + [SMALL_STATE(4041)] = 265121, + [SMALL_STATE(4042)] = 265180, + [SMALL_STATE(4043)] = 265219, + [SMALL_STATE(4044)] = 265266, + [SMALL_STATE(4045)] = 265303, + [SMALL_STATE(4046)] = 265338, + [SMALL_STATE(4047)] = 265377, + [SMALL_STATE(4048)] = 265428, + [SMALL_STATE(4049)] = 265463, + [SMALL_STATE(4050)] = 265500, + [SMALL_STATE(4051)] = 265539, + [SMALL_STATE(4052)] = 265590, + [SMALL_STATE(4053)] = 265641, + [SMALL_STATE(4054)] = 265678, + [SMALL_STATE(4055)] = 265729, + [SMALL_STATE(4056)] = 265764, + [SMALL_STATE(4057)] = 265825, + [SMALL_STATE(4058)] = 265886, + [SMALL_STATE(4059)] = 265923, + [SMALL_STATE(4060)] = 265960, + [SMALL_STATE(4061)] = 265999, + [SMALL_STATE(4062)] = 266034, + [SMALL_STATE(4063)] = 266069, + [SMALL_STATE(4064)] = 266130, + [SMALL_STATE(4065)] = 266191, + [SMALL_STATE(4066)] = 266240, + [SMALL_STATE(4067)] = 266279, + [SMALL_STATE(4068)] = 266318, + [SMALL_STATE(4069)] = 266353, + [SMALL_STATE(4070)] = 266412, + [SMALL_STATE(4071)] = 266449, + [SMALL_STATE(4072)] = 266500, + [SMALL_STATE(4073)] = 266561, + [SMALL_STATE(4074)] = 266608, + [SMALL_STATE(4075)] = 266666, + [SMALL_STATE(4076)] = 266724, + [SMALL_STATE(4077)] = 266760, + [SMALL_STATE(4078)] = 266794, + [SMALL_STATE(4079)] = 266828, + [SMALL_STATE(4080)] = 266886, + [SMALL_STATE(4081)] = 266944, + [SMALL_STATE(4082)] = 266978, + [SMALL_STATE(4083)] = 267012, + [SMALL_STATE(4084)] = 267046, + [SMALL_STATE(4085)] = 267108, + [SMALL_STATE(4086)] = 267142, + [SMALL_STATE(4087)] = 267204, + [SMALL_STATE(4088)] = 267238, + [SMALL_STATE(4089)] = 267272, + [SMALL_STATE(4090)] = 267306, + [SMALL_STATE(4091)] = 267346, + [SMALL_STATE(4092)] = 267380, + [SMALL_STATE(4093)] = 267416, + [SMALL_STATE(4094)] = 267450, + [SMALL_STATE(4095)] = 267484, + [SMALL_STATE(4096)] = 267546, + [SMALL_STATE(4097)] = 267580, + [SMALL_STATE(4098)] = 267614, + [SMALL_STATE(4099)] = 267650, + [SMALL_STATE(4100)] = 267712, + [SMALL_STATE(4101)] = 267770, + [SMALL_STATE(4102)] = 267804, + [SMALL_STATE(4103)] = 267838, + [SMALL_STATE(4104)] = 267872, + [SMALL_STATE(4105)] = 267934, + [SMALL_STATE(4106)] = 267968, + [SMALL_STATE(4107)] = 268002, + [SMALL_STATE(4108)] = 268036, + [SMALL_STATE(4109)] = 268074, + [SMALL_STATE(4110)] = 268112, + [SMALL_STATE(4111)] = 268162, + [SMALL_STATE(4112)] = 268210, + [SMALL_STATE(4113)] = 268260, + [SMALL_STATE(4114)] = 268307, + [SMALL_STATE(4115)] = 268354, + [SMALL_STATE(4116)] = 268399, + [SMALL_STATE(4117)] = 268432, + [SMALL_STATE(4118)] = 268487, + [SMALL_STATE(4119)] = 268542, + [SMALL_STATE(4120)] = 268575, + [SMALL_STATE(4121)] = 268608, + [SMALL_STATE(4122)] = 268663, + [SMALL_STATE(4123)] = 268696, + [SMALL_STATE(4124)] = 268743, + [SMALL_STATE(4125)] = 268776, + [SMALL_STATE(4126)] = 268831, + [SMALL_STATE(4127)] = 268878, + [SMALL_STATE(4128)] = 268911, + [SMALL_STATE(4129)] = 268944, + [SMALL_STATE(4130)] = 268977, + [SMALL_STATE(4131)] = 269032, + [SMALL_STATE(4132)] = 269065, + [SMALL_STATE(4133)] = 269120, + [SMALL_STATE(4134)] = 269175, + [SMALL_STATE(4135)] = 269230, + [SMALL_STATE(4136)] = 269263, + [SMALL_STATE(4137)] = 269296, + [SMALL_STATE(4138)] = 269331, + [SMALL_STATE(4139)] = 269386, + [SMALL_STATE(4140)] = 269419, + [SMALL_STATE(4141)] = 269464, + [SMALL_STATE(4142)] = 269499, + [SMALL_STATE(4143)] = 269554, + [SMALL_STATE(4144)] = 269597, + [SMALL_STATE(4145)] = 269632, + [SMALL_STATE(4146)] = 269680, + [SMALL_STATE(4147)] = 269732, + [SMALL_STATE(4148)] = 269780, + [SMALL_STATE(4149)] = 269828, + [SMALL_STATE(4150)] = 269876, + [SMALL_STATE(4151)] = 269924, + [SMALL_STATE(4152)] = 269972, + [SMALL_STATE(4153)] = 270020, + [SMALL_STATE(4154)] = 270068, + [SMALL_STATE(4155)] = 270108, + [SMALL_STATE(4156)] = 270156, + [SMALL_STATE(4157)] = 270204, + [SMALL_STATE(4158)] = 270252, + [SMALL_STATE(4159)] = 270300, + [SMALL_STATE(4160)] = 270348, + [SMALL_STATE(4161)] = 270396, + [SMALL_STATE(4162)] = 270444, + [SMALL_STATE(4163)] = 270492, + [SMALL_STATE(4164)] = 270540, + [SMALL_STATE(4165)] = 270588, + [SMALL_STATE(4166)] = 270636, + [SMALL_STATE(4167)] = 270684, + [SMALL_STATE(4168)] = 270732, + [SMALL_STATE(4169)] = 270780, + [SMALL_STATE(4170)] = 270828, + [SMALL_STATE(4171)] = 270876, + [SMALL_STATE(4172)] = 270924, + [SMALL_STATE(4173)] = 270972, + [SMALL_STATE(4174)] = 271020, + [SMALL_STATE(4175)] = 271052, + [SMALL_STATE(4176)] = 271100, + [SMALL_STATE(4177)] = 271148, + [SMALL_STATE(4178)] = 271196, + [SMALL_STATE(4179)] = 271244, + [SMALL_STATE(4180)] = 271292, + [SMALL_STATE(4181)] = 271340, + [SMALL_STATE(4182)] = 271372, + [SMALL_STATE(4183)] = 271420, + [SMALL_STATE(4184)] = 271466, + [SMALL_STATE(4185)] = 271518, + [SMALL_STATE(4186)] = 271566, + [SMALL_STATE(4187)] = 271614, + [SMALL_STATE(4188)] = 271662, + [SMALL_STATE(4189)] = 271714, + [SMALL_STATE(4190)] = 271762, + [SMALL_STATE(4191)] = 271814, + [SMALL_STATE(4192)] = 271862, + [SMALL_STATE(4193)] = 271910, + [SMALL_STATE(4194)] = 271958, + [SMALL_STATE(4195)] = 272006, + [SMALL_STATE(4196)] = 272054, + [SMALL_STATE(4197)] = 272102, + [SMALL_STATE(4198)] = 272150, + [SMALL_STATE(4199)] = 272198, + [SMALL_STATE(4200)] = 272246, + [SMALL_STATE(4201)] = 272298, + [SMALL_STATE(4202)] = 272346, + [SMALL_STATE(4203)] = 272398, + [SMALL_STATE(4204)] = 272446, + [SMALL_STATE(4205)] = 272494, + [SMALL_STATE(4206)] = 272542, + [SMALL_STATE(4207)] = 272590, + [SMALL_STATE(4208)] = 272642, + [SMALL_STATE(4209)] = 272690, + [SMALL_STATE(4210)] = 272738, + [SMALL_STATE(4211)] = 272786, + [SMALL_STATE(4212)] = 272834, + [SMALL_STATE(4213)] = 272886, + [SMALL_STATE(4214)] = 272942, + [SMALL_STATE(4215)] = 272990, + [SMALL_STATE(4216)] = 273032, + [SMALL_STATE(4217)] = 273080, + [SMALL_STATE(4218)] = 273128, + [SMALL_STATE(4219)] = 273184, + [SMALL_STATE(4220)] = 273232, + [SMALL_STATE(4221)] = 273280, + [SMALL_STATE(4222)] = 273332, + [SMALL_STATE(4223)] = 273374, + [SMALL_STATE(4224)] = 273430, + [SMALL_STATE(4225)] = 273478, + [SMALL_STATE(4226)] = 273526, + [SMALL_STATE(4227)] = 273574, + [SMALL_STATE(4228)] = 273630, + [SMALL_STATE(4229)] = 273678, + [SMALL_STATE(4230)] = 273726, + [SMALL_STATE(4231)] = 273774, + [SMALL_STATE(4232)] = 273822, + [SMALL_STATE(4233)] = 273870, + [SMALL_STATE(4234)] = 273926, + [SMALL_STATE(4235)] = 273982, + [SMALL_STATE(4236)] = 274030, + [SMALL_STATE(4237)] = 274062, + [SMALL_STATE(4238)] = 274114, + [SMALL_STATE(4239)] = 274162, + [SMALL_STATE(4240)] = 274210, + [SMALL_STATE(4241)] = 274259, + [SMALL_STATE(4242)] = 274312, + [SMALL_STATE(4243)] = 274365, + [SMALL_STATE(4244)] = 274396, + [SMALL_STATE(4245)] = 274445, + [SMALL_STATE(4246)] = 274494, + [SMALL_STATE(4247)] = 274543, + [SMALL_STATE(4248)] = 274596, + [SMALL_STATE(4249)] = 274637, + [SMALL_STATE(4250)] = 274690, + [SMALL_STATE(4251)] = 274743, + [SMALL_STATE(4252)] = 274796, + [SMALL_STATE(4253)] = 274849, + [SMALL_STATE(4254)] = 274902, + [SMALL_STATE(4255)] = 274955, + [SMALL_STATE(4256)] = 275004, + [SMALL_STATE(4257)] = 275047, + [SMALL_STATE(4258)] = 275090, + [SMALL_STATE(4259)] = 275139, + [SMALL_STATE(4260)] = 275188, + [SMALL_STATE(4261)] = 275241, + [SMALL_STATE(4262)] = 275294, + [SMALL_STATE(4263)] = 275327, + [SMALL_STATE(4264)] = 275380, + [SMALL_STATE(4265)] = 275429, + [SMALL_STATE(4266)] = 275464, + [SMALL_STATE(4267)] = 275507, + [SMALL_STATE(4268)] = 275560, + [SMALL_STATE(4269)] = 275609, + [SMALL_STATE(4270)] = 275646, + [SMALL_STATE(4271)] = 275699, + [SMALL_STATE(4272)] = 275748, + [SMALL_STATE(4273)] = 275795, + [SMALL_STATE(4274)] = 275838, + [SMALL_STATE(4275)] = 275881, + [SMALL_STATE(4276)] = 275912, + [SMALL_STATE(4277)] = 275965, + [SMALL_STATE(4278)] = 276011, + [SMALL_STATE(4279)] = 276061, + [SMALL_STATE(4280)] = 276111, + [SMALL_STATE(4281)] = 276161, + [SMALL_STATE(4282)] = 276207, + [SMALL_STATE(4283)] = 276257, + [SMALL_STATE(4284)] = 276307, + [SMALL_STATE(4285)] = 276357, + [SMALL_STATE(4286)] = 276407, + [SMALL_STATE(4287)] = 276453, + [SMALL_STATE(4288)] = 276503, + [SMALL_STATE(4289)] = 276553, + [SMALL_STATE(4290)] = 276599, + [SMALL_STATE(4291)] = 276649, + [SMALL_STATE(4292)] = 276699, + [SMALL_STATE(4293)] = 276749, + [SMALL_STATE(4294)] = 276799, + [SMALL_STATE(4295)] = 276849, + [SMALL_STATE(4296)] = 276899, + [SMALL_STATE(4297)] = 276935, + [SMALL_STATE(4298)] = 276973, + [SMALL_STATE(4299)] = 277019, + [SMALL_STATE(4300)] = 277069, + [SMALL_STATE(4301)] = 277115, + [SMALL_STATE(4302)] = 277165, + [SMALL_STATE(4303)] = 277215, + [SMALL_STATE(4304)] = 277265, + [SMALL_STATE(4305)] = 277315, + [SMALL_STATE(4306)] = 277361, + [SMALL_STATE(4307)] = 277407, + [SMALL_STATE(4308)] = 277457, + [SMALL_STATE(4309)] = 277507, + [SMALL_STATE(4310)] = 277545, + [SMALL_STATE(4311)] = 277575, + [SMALL_STATE(4312)] = 277605, + [SMALL_STATE(4313)] = 277655, + [SMALL_STATE(4314)] = 277701, + [SMALL_STATE(4315)] = 277751, + [SMALL_STATE(4316)] = 277801, + [SMALL_STATE(4317)] = 277851, + [SMALL_STATE(4318)] = 277897, + [SMALL_STATE(4319)] = 277947, + [SMALL_STATE(4320)] = 277997, + [SMALL_STATE(4321)] = 278047, + [SMALL_STATE(4322)] = 278097, + [SMALL_STATE(4323)] = 278147, + [SMALL_STATE(4324)] = 278197, + [SMALL_STATE(4325)] = 278247, + [SMALL_STATE(4326)] = 278293, + [SMALL_STATE(4327)] = 278343, + [SMALL_STATE(4328)] = 278389, + [SMALL_STATE(4329)] = 278439, + [SMALL_STATE(4330)] = 278485, + [SMALL_STATE(4331)] = 278535, + [SMALL_STATE(4332)] = 278585, + [SMALL_STATE(4333)] = 278635, + [SMALL_STATE(4334)] = 278685, + [SMALL_STATE(4335)] = 278735, + [SMALL_STATE(4336)] = 278781, + [SMALL_STATE(4337)] = 278827, + [SMALL_STATE(4338)] = 278873, + [SMALL_STATE(4339)] = 278923, + [SMALL_STATE(4340)] = 278973, + [SMALL_STATE(4341)] = 279019, + [SMALL_STATE(4342)] = 279069, + [SMALL_STATE(4343)] = 279107, + [SMALL_STATE(4344)] = 279157, + [SMALL_STATE(4345)] = 279207, + [SMALL_STATE(4346)] = 279257, + [SMALL_STATE(4347)] = 279307, + [SMALL_STATE(4348)] = 279357, + [SMALL_STATE(4349)] = 279407, + [SMALL_STATE(4350)] = 279445, + [SMALL_STATE(4351)] = 279495, + [SMALL_STATE(4352)] = 279545, + [SMALL_STATE(4353)] = 279595, + [SMALL_STATE(4354)] = 279633, + [SMALL_STATE(4355)] = 279683, + [SMALL_STATE(4356)] = 279733, + [SMALL_STATE(4357)] = 279779, + [SMALL_STATE(4358)] = 279829, + [SMALL_STATE(4359)] = 279879, + [SMALL_STATE(4360)] = 279929, + [SMALL_STATE(4361)] = 279979, + [SMALL_STATE(4362)] = 280025, + [SMALL_STATE(4363)] = 280059, + [SMALL_STATE(4364)] = 280105, + [SMALL_STATE(4365)] = 280155, + [SMALL_STATE(4366)] = 280205, + [SMALL_STATE(4367)] = 280252, + [SMALL_STATE(4368)] = 280299, + [SMALL_STATE(4369)] = 280346, + [SMALL_STATE(4370)] = 280393, + [SMALL_STATE(4371)] = 280440, + [SMALL_STATE(4372)] = 280471, + [SMALL_STATE(4373)] = 280518, + [SMALL_STATE(4374)] = 280565, + [SMALL_STATE(4375)] = 280612, + [SMALL_STATE(4376)] = 280659, + [SMALL_STATE(4377)] = 280708, + [SMALL_STATE(4378)] = 280755, + [SMALL_STATE(4379)] = 280796, + [SMALL_STATE(4380)] = 280843, + [SMALL_STATE(4381)] = 280890, + [SMALL_STATE(4382)] = 280939, + [SMALL_STATE(4383)] = 280986, + [SMALL_STATE(4384)] = 281033, + [SMALL_STATE(4385)] = 281080, + [SMALL_STATE(4386)] = 281127, + [SMALL_STATE(4387)] = 281174, + [SMALL_STATE(4388)] = 281221, + [SMALL_STATE(4389)] = 281268, + [SMALL_STATE(4390)] = 281315, + [SMALL_STATE(4391)] = 281346, + [SMALL_STATE(4392)] = 281395, + [SMALL_STATE(4393)] = 281442, + [SMALL_STATE(4394)] = 281491, + [SMALL_STATE(4395)] = 281540, + [SMALL_STATE(4396)] = 281587, + [SMALL_STATE(4397)] = 281618, + [SMALL_STATE(4398)] = 281649, + [SMALL_STATE(4399)] = 281696, + [SMALL_STATE(4400)] = 281743, + [SMALL_STATE(4401)] = 281790, + [SMALL_STATE(4402)] = 281837, + [SMALL_STATE(4403)] = 281884, + [SMALL_STATE(4404)] = 281931, + [SMALL_STATE(4405)] = 281962, + [SMALL_STATE(4406)] = 282009, + [SMALL_STATE(4407)] = 282056, + [SMALL_STATE(4408)] = 282103, + [SMALL_STATE(4409)] = 282150, + [SMALL_STATE(4410)] = 282197, + [SMALL_STATE(4411)] = 282244, + [SMALL_STATE(4412)] = 282291, + [SMALL_STATE(4413)] = 282338, + [SMALL_STATE(4414)] = 282385, + [SMALL_STATE(4415)] = 282432, + [SMALL_STATE(4416)] = 282479, + [SMALL_STATE(4417)] = 282526, + [SMALL_STATE(4418)] = 282573, + [SMALL_STATE(4419)] = 282620, + [SMALL_STATE(4420)] = 282667, + [SMALL_STATE(4421)] = 282714, + [SMALL_STATE(4422)] = 282761, + [SMALL_STATE(4423)] = 282808, + [SMALL_STATE(4424)] = 282855, + [SMALL_STATE(4425)] = 282902, + [SMALL_STATE(4426)] = 282949, + [SMALL_STATE(4427)] = 282980, + [SMALL_STATE(4428)] = 283011, + [SMALL_STATE(4429)] = 283058, + [SMALL_STATE(4430)] = 283105, + [SMALL_STATE(4431)] = 283154, + [SMALL_STATE(4432)] = 283201, + [SMALL_STATE(4433)] = 283250, + [SMALL_STATE(4434)] = 283281, + [SMALL_STATE(4435)] = 283328, + [SMALL_STATE(4436)] = 283359, + [SMALL_STATE(4437)] = 283406, + [SMALL_STATE(4438)] = 283453, + [SMALL_STATE(4439)] = 283500, + [SMALL_STATE(4440)] = 283547, + [SMALL_STATE(4441)] = 283594, + [SMALL_STATE(4442)] = 283641, + [SMALL_STATE(4443)] = 283688, + [SMALL_STATE(4444)] = 283735, + [SMALL_STATE(4445)] = 283772, + [SMALL_STATE(4446)] = 283819, + [SMALL_STATE(4447)] = 283866, + [SMALL_STATE(4448)] = 283913, + [SMALL_STATE(4449)] = 283960, + [SMALL_STATE(4450)] = 284007, + [SMALL_STATE(4451)] = 284054, + [SMALL_STATE(4452)] = 284101, + [SMALL_STATE(4453)] = 284148, + [SMALL_STATE(4454)] = 284179, + [SMALL_STATE(4455)] = 284210, + [SMALL_STATE(4456)] = 284257, + [SMALL_STATE(4457)] = 284292, + [SMALL_STATE(4458)] = 284339, + [SMALL_STATE(4459)] = 284370, + [SMALL_STATE(4460)] = 284417, + [SMALL_STATE(4461)] = 284464, + [SMALL_STATE(4462)] = 284511, + [SMALL_STATE(4463)] = 284558, + [SMALL_STATE(4464)] = 284605, + [SMALL_STATE(4465)] = 284652, + [SMALL_STATE(4466)] = 284699, + [SMALL_STATE(4467)] = 284746, + [SMALL_STATE(4468)] = 284777, + [SMALL_STATE(4469)] = 284824, + [SMALL_STATE(4470)] = 284873, + [SMALL_STATE(4471)] = 284920, + [SMALL_STATE(4472)] = 284951, + [SMALL_STATE(4473)] = 284998, + [SMALL_STATE(4474)] = 285045, + [SMALL_STATE(4475)] = 285092, + [SMALL_STATE(4476)] = 285141, + [SMALL_STATE(4477)] = 285188, + [SMALL_STATE(4478)] = 285235, + [SMALL_STATE(4479)] = 285282, + [SMALL_STATE(4480)] = 285329, + [SMALL_STATE(4481)] = 285376, + [SMALL_STATE(4482)] = 285425, + [SMALL_STATE(4483)] = 285472, + [SMALL_STATE(4484)] = 285503, + [SMALL_STATE(4485)] = 285550, + [SMALL_STATE(4486)] = 285597, + [SMALL_STATE(4487)] = 285644, + [SMALL_STATE(4488)] = 285691, + [SMALL_STATE(4489)] = 285738, + [SMALL_STATE(4490)] = 285785, + [SMALL_STATE(4491)] = 285822, + [SMALL_STATE(4492)] = 285869, + [SMALL_STATE(4493)] = 285900, + [SMALL_STATE(4494)] = 285937, + [SMALL_STATE(4495)] = 285984, + [SMALL_STATE(4496)] = 286026, + [SMALL_STATE(4497)] = 286066, + [SMALL_STATE(4498)] = 286112, + [SMALL_STATE(4499)] = 286158, + [SMALL_STATE(4500)] = 286196, + [SMALL_STATE(4501)] = 286242, + [SMALL_STATE(4502)] = 286288, + [SMALL_STATE(4503)] = 286328, + [SMALL_STATE(4504)] = 286368, + [SMALL_STATE(4505)] = 286408, + [SMALL_STATE(4506)] = 286448, + [SMALL_STATE(4507)] = 286488, + [SMALL_STATE(4508)] = 286528, + [SMALL_STATE(4509)] = 286568, + [SMALL_STATE(4510)] = 286614, + [SMALL_STATE(4511)] = 286660, + [SMALL_STATE(4512)] = 286700, + [SMALL_STATE(4513)] = 286746, + [SMALL_STATE(4514)] = 286792, + [SMALL_STATE(4515)] = 286830, + [SMALL_STATE(4516)] = 286876, + [SMALL_STATE(4517)] = 286922, + [SMALL_STATE(4518)] = 286968, + [SMALL_STATE(4519)] = 287008, + [SMALL_STATE(4520)] = 287054, + [SMALL_STATE(4521)] = 287094, + [SMALL_STATE(4522)] = 287140, + [SMALL_STATE(4523)] = 287186, + [SMALL_STATE(4524)] = 287232, + [SMALL_STATE(4525)] = 287272, + [SMALL_STATE(4526)] = 287314, + [SMALL_STATE(4527)] = 287354, + [SMALL_STATE(4528)] = 287394, + [SMALL_STATE(4529)] = 287440, + [SMALL_STATE(4530)] = 287480, + [SMALL_STATE(4531)] = 287526, + [SMALL_STATE(4532)] = 287572, + [SMALL_STATE(4533)] = 287618, + [SMALL_STATE(4534)] = 287658, + [SMALL_STATE(4535)] = 287698, + [SMALL_STATE(4536)] = 287744, + [SMALL_STATE(4537)] = 287784, + [SMALL_STATE(4538)] = 287824, + [SMALL_STATE(4539)] = 287864, + [SMALL_STATE(4540)] = 287904, + [SMALL_STATE(4541)] = 287944, + [SMALL_STATE(4542)] = 287984, + [SMALL_STATE(4543)] = 288012, + [SMALL_STATE(4544)] = 288058, + [SMALL_STATE(4545)] = 288100, + [SMALL_STATE(4546)] = 288146, + [SMALL_STATE(4547)] = 288192, + [SMALL_STATE(4548)] = 288238, + [SMALL_STATE(4549)] = 288284, + [SMALL_STATE(4550)] = 288324, + [SMALL_STATE(4551)] = 288364, + [SMALL_STATE(4552)] = 288404, + [SMALL_STATE(4553)] = 288444, + [SMALL_STATE(4554)] = 288484, + [SMALL_STATE(4555)] = 288524, + [SMALL_STATE(4556)] = 288564, + [SMALL_STATE(4557)] = 288606, + [SMALL_STATE(4558)] = 288644, + [SMALL_STATE(4559)] = 288686, + [SMALL_STATE(4560)] = 288726, + [SMALL_STATE(4561)] = 288772, + [SMALL_STATE(4562)] = 288812, + [SMALL_STATE(4563)] = 288840, + [SMALL_STATE(4564)] = 288886, + [SMALL_STATE(4565)] = 288934, + [SMALL_STATE(4566)] = 288972, + [SMALL_STATE(4567)] = 289014, + [SMALL_STATE(4568)] = 289054, + [SMALL_STATE(4569)] = 289094, + [SMALL_STATE(4570)] = 289140, + [SMALL_STATE(4571)] = 289168, + [SMALL_STATE(4572)] = 289208, + [SMALL_STATE(4573)] = 289236, + [SMALL_STATE(4574)] = 289282, + [SMALL_STATE(4575)] = 289328, + [SMALL_STATE(4576)] = 289368, + [SMALL_STATE(4577)] = 289408, + [SMALL_STATE(4578)] = 289454, + [SMALL_STATE(4579)] = 289494, + [SMALL_STATE(4580)] = 289526, + [SMALL_STATE(4581)] = 289564, + [SMALL_STATE(4582)] = 289610, + [SMALL_STATE(4583)] = 289652, + [SMALL_STATE(4584)] = 289698, + [SMALL_STATE(4585)] = 289744, + [SMALL_STATE(4586)] = 289790, + [SMALL_STATE(4587)] = 289836, + [SMALL_STATE(4588)] = 289876, + [SMALL_STATE(4589)] = 289922, + [SMALL_STATE(4590)] = 289968, + [SMALL_STATE(4591)] = 290014, + [SMALL_STATE(4592)] = 290060, + [SMALL_STATE(4593)] = 290100, + [SMALL_STATE(4594)] = 290140, + [SMALL_STATE(4595)] = 290180, + [SMALL_STATE(4596)] = 290218, + [SMALL_STATE(4597)] = 290258, + [SMALL_STATE(4598)] = 290304, + [SMALL_STATE(4599)] = 290344, + [SMALL_STATE(4600)] = 290390, + [SMALL_STATE(4601)] = 290436, + [SMALL_STATE(4602)] = 290482, + [SMALL_STATE(4603)] = 290528, + [SMALL_STATE(4604)] = 290574, + [SMALL_STATE(4605)] = 290614, + [SMALL_STATE(4606)] = 290654, + [SMALL_STATE(4607)] = 290694, + [SMALL_STATE(4608)] = 290734, + [SMALL_STATE(4609)] = 290780, + [SMALL_STATE(4610)] = 290822, + [SMALL_STATE(4611)] = 290862, + [SMALL_STATE(4612)] = 290908, + [SMALL_STATE(4613)] = 290936, + [SMALL_STATE(4614)] = 290980, + [SMALL_STATE(4615)] = 291020, + [SMALL_STATE(4616)] = 291060, + [SMALL_STATE(4617)] = 291100, + [SMALL_STATE(4618)] = 291138, + [SMALL_STATE(4619)] = 291184, + [SMALL_STATE(4620)] = 291230, + [SMALL_STATE(4621)] = 291272, + [SMALL_STATE(4622)] = 291310, + [SMALL_STATE(4623)] = 291356, + [SMALL_STATE(4624)] = 291402, + [SMALL_STATE(4625)] = 291430, + [SMALL_STATE(4626)] = 291476, + [SMALL_STATE(4627)] = 291524, + [SMALL_STATE(4628)] = 291564, + [SMALL_STATE(4629)] = 291604, + [SMALL_STATE(4630)] = 291632, + [SMALL_STATE(4631)] = 291672, + [SMALL_STATE(4632)] = 291712, + [SMALL_STATE(4633)] = 291740, + [SMALL_STATE(4634)] = 291780, + [SMALL_STATE(4635)] = 291808, + [SMALL_STATE(4636)] = 291848, + [SMALL_STATE(4637)] = 291888, + [SMALL_STATE(4638)] = 291928, + [SMALL_STATE(4639)] = 291968, + [SMALL_STATE(4640)] = 292008, + [SMALL_STATE(4641)] = 292054, + [SMALL_STATE(4642)] = 292094, + [SMALL_STATE(4643)] = 292122, + [SMALL_STATE(4644)] = 292164, + [SMALL_STATE(4645)] = 292202, + [SMALL_STATE(4646)] = 292230, + [SMALL_STATE(4647)] = 292276, + [SMALL_STATE(4648)] = 292322, + [SMALL_STATE(4649)] = 292368, + [SMALL_STATE(4650)] = 292404, + [SMALL_STATE(4651)] = 292444, + [SMALL_STATE(4652)] = 292484, + [SMALL_STATE(4653)] = 292514, + [SMALL_STATE(4654)] = 292560, + [SMALL_STATE(4655)] = 292606, + [SMALL_STATE(4656)] = 292646, + [SMALL_STATE(4657)] = 292674, + [SMALL_STATE(4658)] = 292714, + [SMALL_STATE(4659)] = 292752, + [SMALL_STATE(4660)] = 292792, + [SMALL_STATE(4661)] = 292832, + [SMALL_STATE(4662)] = 292872, + [SMALL_STATE(4663)] = 292914, + [SMALL_STATE(4664)] = 292960, + [SMALL_STATE(4665)] = 292988, + [SMALL_STATE(4666)] = 293027, + [SMALL_STATE(4667)] = 293068, + [SMALL_STATE(4668)] = 293109, + [SMALL_STATE(4669)] = 293148, + [SMALL_STATE(4670)] = 293189, + [SMALL_STATE(4671)] = 293228, + [SMALL_STATE(4672)] = 293267, + [SMALL_STATE(4673)] = 293306, + [SMALL_STATE(4674)] = 293345, + [SMALL_STATE(4675)] = 293384, + [SMALL_STATE(4676)] = 293423, + [SMALL_STATE(4677)] = 293462, + [SMALL_STATE(4678)] = 293491, + [SMALL_STATE(4679)] = 293530, + [SMALL_STATE(4680)] = 293569, + [SMALL_STATE(4681)] = 293610, + [SMALL_STATE(4682)] = 293639, + [SMALL_STATE(4683)] = 293680, + [SMALL_STATE(4684)] = 293709, + [SMALL_STATE(4685)] = 293738, + [SMALL_STATE(4686)] = 293779, + [SMALL_STATE(4687)] = 293820, + [SMALL_STATE(4688)] = 293847, + [SMALL_STATE(4689)] = 293886, + [SMALL_STATE(4690)] = 293925, + [SMALL_STATE(4691)] = 293964, + [SMALL_STATE(4692)] = 293993, + [SMALL_STATE(4693)] = 294032, + [SMALL_STATE(4694)] = 294071, + [SMALL_STATE(4695)] = 294110, + [SMALL_STATE(4696)] = 294149, + [SMALL_STATE(4697)] = 294178, + [SMALL_STATE(4698)] = 294207, + [SMALL_STATE(4699)] = 294236, + [SMALL_STATE(4700)] = 294275, + [SMALL_STATE(4701)] = 294304, + [SMALL_STATE(4702)] = 294333, + [SMALL_STATE(4703)] = 294374, + [SMALL_STATE(4704)] = 294413, + [SMALL_STATE(4705)] = 294452, + [SMALL_STATE(4706)] = 294479, + [SMALL_STATE(4707)] = 294518, + [SMALL_STATE(4708)] = 294547, + [SMALL_STATE(4709)] = 294586, + [SMALL_STATE(4710)] = 294621, + [SMALL_STATE(4711)] = 294656, + [SMALL_STATE(4712)] = 294695, + [SMALL_STATE(4713)] = 294734, + [SMALL_STATE(4714)] = 294775, + [SMALL_STATE(4715)] = 294814, + [SMALL_STATE(4716)] = 294855, + [SMALL_STATE(4717)] = 294896, + [SMALL_STATE(4718)] = 294937, + [SMALL_STATE(4719)] = 294976, + [SMALL_STATE(4720)] = 295005, + [SMALL_STATE(4721)] = 295046, + [SMALL_STATE(4722)] = 295075, + [SMALL_STATE(4723)] = 295116, + [SMALL_STATE(4724)] = 295151, + [SMALL_STATE(4725)] = 295190, + [SMALL_STATE(4726)] = 295219, + [SMALL_STATE(4727)] = 295248, + [SMALL_STATE(4728)] = 295287, + [SMALL_STATE(4729)] = 295326, + [SMALL_STATE(4730)] = 295365, + [SMALL_STATE(4731)] = 295404, + [SMALL_STATE(4732)] = 295443, + [SMALL_STATE(4733)] = 295482, + [SMALL_STATE(4734)] = 295521, + [SMALL_STATE(4735)] = 295560, + [SMALL_STATE(4736)] = 295601, + [SMALL_STATE(4737)] = 295630, + [SMALL_STATE(4738)] = 295669, + [SMALL_STATE(4739)] = 295710, + [SMALL_STATE(4740)] = 295749, + [SMALL_STATE(4741)] = 295788, + [SMALL_STATE(4742)] = 295827, + [SMALL_STATE(4743)] = 295866, + [SMALL_STATE(4744)] = 295907, + [SMALL_STATE(4745)] = 295946, + [SMALL_STATE(4746)] = 295987, + [SMALL_STATE(4747)] = 296026, + [SMALL_STATE(4748)] = 296065, + [SMALL_STATE(4749)] = 296104, + [SMALL_STATE(4750)] = 296143, + [SMALL_STATE(4751)] = 296172, + [SMALL_STATE(4752)] = 296213, + [SMALL_STATE(4753)] = 296254, + [SMALL_STATE(4754)] = 296293, + [SMALL_STATE(4755)] = 296332, + [SMALL_STATE(4756)] = 296373, + [SMALL_STATE(4757)] = 296412, + [SMALL_STATE(4758)] = 296445, + [SMALL_STATE(4759)] = 296486, + [SMALL_STATE(4760)] = 296525, + [SMALL_STATE(4761)] = 296554, + [SMALL_STATE(4762)] = 296593, + [SMALL_STATE(4763)] = 296632, + [SMALL_STATE(4764)] = 296671, + [SMALL_STATE(4765)] = 296710, + [SMALL_STATE(4766)] = 296749, + [SMALL_STATE(4767)] = 296784, + [SMALL_STATE(4768)] = 296813, + [SMALL_STATE(4769)] = 296842, + [SMALL_STATE(4770)] = 296883, + [SMALL_STATE(4771)] = 296924, + [SMALL_STATE(4772)] = 296953, + [SMALL_STATE(4773)] = 296982, + [SMALL_STATE(4774)] = 297023, + [SMALL_STATE(4775)] = 297050, + [SMALL_STATE(4776)] = 297089, + [SMALL_STATE(4777)] = 297128, + [SMALL_STATE(4778)] = 297167, + [SMALL_STATE(4779)] = 297194, + [SMALL_STATE(4780)] = 297233, + [SMALL_STATE(4781)] = 297262, + [SMALL_STATE(4782)] = 297291, + [SMALL_STATE(4783)] = 297320, + [SMALL_STATE(4784)] = 297359, + [SMALL_STATE(4785)] = 297398, + [SMALL_STATE(4786)] = 297437, + [SMALL_STATE(4787)] = 297476, + [SMALL_STATE(4788)] = 297505, + [SMALL_STATE(4789)] = 297534, + [SMALL_STATE(4790)] = 297569, + [SMALL_STATE(4791)] = 297598, + [SMALL_STATE(4792)] = 297637, + [SMALL_STATE(4793)] = 297676, + [SMALL_STATE(4794)] = 297715, + [SMALL_STATE(4795)] = 297754, + [SMALL_STATE(4796)] = 297793, + [SMALL_STATE(4797)] = 297832, + [SMALL_STATE(4798)] = 297861, + [SMALL_STATE(4799)] = 297900, + [SMALL_STATE(4800)] = 297929, + [SMALL_STATE(4801)] = 297968, + [SMALL_STATE(4802)] = 298007, + [SMALL_STATE(4803)] = 298048, + [SMALL_STATE(4804)] = 298087, + [SMALL_STATE(4805)] = 298126, + [SMALL_STATE(4806)] = 298155, + [SMALL_STATE(4807)] = 298194, + [SMALL_STATE(4808)] = 298235, + [SMALL_STATE(4809)] = 298274, + [SMALL_STATE(4810)] = 298303, + [SMALL_STATE(4811)] = 298342, + [SMALL_STATE(4812)] = 298383, + [SMALL_STATE(4813)] = 298422, + [SMALL_STATE(4814)] = 298451, + [SMALL_STATE(4815)] = 298490, + [SMALL_STATE(4816)] = 298529, + [SMALL_STATE(4817)] = 298568, + [SMALL_STATE(4818)] = 298607, + [SMALL_STATE(4819)] = 298636, + [SMALL_STATE(4820)] = 298677, + [SMALL_STATE(4821)] = 298704, + [SMALL_STATE(4822)] = 298743, + [SMALL_STATE(4823)] = 298784, + [SMALL_STATE(4824)] = 298825, + [SMALL_STATE(4825)] = 298864, + [SMALL_STATE(4826)] = 298903, + [SMALL_STATE(4827)] = 298942, + [SMALL_STATE(4828)] = 298983, + [SMALL_STATE(4829)] = 299022, + [SMALL_STATE(4830)] = 299063, + [SMALL_STATE(4831)] = 299100, + [SMALL_STATE(4832)] = 299129, + [SMALL_STATE(4833)] = 299158, + [SMALL_STATE(4834)] = 299197, + [SMALL_STATE(4835)] = 299236, + [SMALL_STATE(4836)] = 299275, + [SMALL_STATE(4837)] = 299316, + [SMALL_STATE(4838)] = 299355, + [SMALL_STATE(4839)] = 299384, + [SMALL_STATE(4840)] = 299413, + [SMALL_STATE(4841)] = 299442, + [SMALL_STATE(4842)] = 299481, + [SMALL_STATE(4843)] = 299522, + [SMALL_STATE(4844)] = 299563, + [SMALL_STATE(4845)] = 299592, + [SMALL_STATE(4846)] = 299619, + [SMALL_STATE(4847)] = 299658, + [SMALL_STATE(4848)] = 299685, + [SMALL_STATE(4849)] = 299714, + [SMALL_STATE(4850)] = 299753, + [SMALL_STATE(4851)] = 299794, + [SMALL_STATE(4852)] = 299833, + [SMALL_STATE(4853)] = 299872, + [SMALL_STATE(4854)] = 299913, + [SMALL_STATE(4855)] = 299952, + [SMALL_STATE(4856)] = 299991, + [SMALL_STATE(4857)] = 300030, + [SMALL_STATE(4858)] = 300069, + [SMALL_STATE(4859)] = 300108, + [SMALL_STATE(4860)] = 300147, + [SMALL_STATE(4861)] = 300186, + [SMALL_STATE(4862)] = 300225, + [SMALL_STATE(4863)] = 300264, + [SMALL_STATE(4864)] = 300303, + [SMALL_STATE(4865)] = 300344, + [SMALL_STATE(4866)] = 300383, + [SMALL_STATE(4867)] = 300424, + [SMALL_STATE(4868)] = 300459, + [SMALL_STATE(4869)] = 300498, + [SMALL_STATE(4870)] = 300537, + [SMALL_STATE(4871)] = 300578, + [SMALL_STATE(4872)] = 300617, + [SMALL_STATE(4873)] = 300656, + [SMALL_STATE(4874)] = 300691, + [SMALL_STATE(4875)] = 300730, + [SMALL_STATE(4876)] = 300765, + [SMALL_STATE(4877)] = 300794, + [SMALL_STATE(4878)] = 300833, + [SMALL_STATE(4879)] = 300862, + [SMALL_STATE(4880)] = 300901, + [SMALL_STATE(4881)] = 300940, + [SMALL_STATE(4882)] = 300981, + [SMALL_STATE(4883)] = 301010, + [SMALL_STATE(4884)] = 301049, + [SMALL_STATE(4885)] = 301078, + [SMALL_STATE(4886)] = 301119, + [SMALL_STATE(4887)] = 301148, + [SMALL_STATE(4888)] = 301189, + [SMALL_STATE(4889)] = 301218, + [SMALL_STATE(4890)] = 301259, + [SMALL_STATE(4891)] = 301288, + [SMALL_STATE(4892)] = 301326, + [SMALL_STATE(4893)] = 301358, + [SMALL_STATE(4894)] = 301392, + [SMALL_STATE(4895)] = 301418, + [SMALL_STATE(4896)] = 301456, + [SMALL_STATE(4897)] = 301494, + [SMALL_STATE(4898)] = 301536, + [SMALL_STATE(4899)] = 301562, + [SMALL_STATE(4900)] = 301600, + [SMALL_STATE(4901)] = 301638, + [SMALL_STATE(4902)] = 301676, + [SMALL_STATE(4903)] = 301714, + [SMALL_STATE(4904)] = 301756, + [SMALL_STATE(4905)] = 301794, + [SMALL_STATE(4906)] = 301836, + [SMALL_STATE(4907)] = 301874, + [SMALL_STATE(4908)] = 301912, + [SMALL_STATE(4909)] = 301950, + [SMALL_STATE(4910)] = 301988, + [SMALL_STATE(4911)] = 302030, + [SMALL_STATE(4912)] = 302072, + [SMALL_STATE(4913)] = 302110, + [SMALL_STATE(4914)] = 302152, + [SMALL_STATE(4915)] = 302190, + [SMALL_STATE(4916)] = 302232, + [SMALL_STATE(4917)] = 302270, + [SMALL_STATE(4918)] = 302308, + [SMALL_STATE(4919)] = 302344, + [SMALL_STATE(4920)] = 302382, + [SMALL_STATE(4921)] = 302416, + [SMALL_STATE(4922)] = 302454, + [SMALL_STATE(4923)] = 302492, + [SMALL_STATE(4924)] = 302530, + [SMALL_STATE(4925)] = 302566, + [SMALL_STATE(4926)] = 302592, + [SMALL_STATE(4927)] = 302630, + [SMALL_STATE(4928)] = 302668, + [SMALL_STATE(4929)] = 302694, + [SMALL_STATE(4930)] = 302732, + [SMALL_STATE(4931)] = 302770, + [SMALL_STATE(4932)] = 302808, + [SMALL_STATE(4933)] = 302846, + [SMALL_STATE(4934)] = 302888, + [SMALL_STATE(4935)] = 302922, + [SMALL_STATE(4936)] = 302948, + [SMALL_STATE(4937)] = 302986, + [SMALL_STATE(4938)] = 303024, + [SMALL_STATE(4939)] = 303066, + [SMALL_STATE(4940)] = 303104, + [SMALL_STATE(4941)] = 303142, + [SMALL_STATE(4942)] = 303180, + [SMALL_STATE(4943)] = 303218, + [SMALL_STATE(4944)] = 303256, + [SMALL_STATE(4945)] = 303298, + [SMALL_STATE(4946)] = 303336, + [SMALL_STATE(4947)] = 303374, + [SMALL_STATE(4948)] = 303412, + [SMALL_STATE(4949)] = 303446, + [SMALL_STATE(4950)] = 303484, + [SMALL_STATE(4951)] = 303522, + [SMALL_STATE(4952)] = 303560, + [SMALL_STATE(4953)] = 303598, + [SMALL_STATE(4954)] = 303640, + [SMALL_STATE(4955)] = 303678, + [SMALL_STATE(4956)] = 303720, + [SMALL_STATE(4957)] = 303758, + [SMALL_STATE(4958)] = 303796, + [SMALL_STATE(4959)] = 303838, + [SMALL_STATE(4960)] = 303876, + [SMALL_STATE(4961)] = 303914, + [SMALL_STATE(4962)] = 303956, + [SMALL_STATE(4963)] = 303998, + [SMALL_STATE(4964)] = 304036, + [SMALL_STATE(4965)] = 304074, + [SMALL_STATE(4966)] = 304116, + [SMALL_STATE(4967)] = 304154, + [SMALL_STATE(4968)] = 304184, + [SMALL_STATE(4969)] = 304222, + [SMALL_STATE(4970)] = 304264, + [SMALL_STATE(4971)] = 304290, + [SMALL_STATE(4972)] = 304328, + [SMALL_STATE(4973)] = 304370, + [SMALL_STATE(4974)] = 304408, + [SMALL_STATE(4975)] = 304446, + [SMALL_STATE(4976)] = 304484, + [SMALL_STATE(4977)] = 304526, + [SMALL_STATE(4978)] = 304552, + [SMALL_STATE(4979)] = 304590, + [SMALL_STATE(4980)] = 304624, + [SMALL_STATE(4981)] = 304666, + [SMALL_STATE(4982)] = 304708, + [SMALL_STATE(4983)] = 304746, + [SMALL_STATE(4984)] = 304784, + [SMALL_STATE(4985)] = 304822, + [SMALL_STATE(4986)] = 304864, + [SMALL_STATE(4987)] = 304906, + [SMALL_STATE(4988)] = 304942, + [SMALL_STATE(4989)] = 304980, + [SMALL_STATE(4990)] = 305014, + [SMALL_STATE(4991)] = 305052, + [SMALL_STATE(4992)] = 305094, + [SMALL_STATE(4993)] = 305132, + [SMALL_STATE(4994)] = 305174, + [SMALL_STATE(4995)] = 305209, + [SMALL_STATE(4996)] = 305244, + [SMALL_STATE(4997)] = 305279, + [SMALL_STATE(4998)] = 305314, + [SMALL_STATE(4999)] = 305349, + [SMALL_STATE(5000)] = 305378, + [SMALL_STATE(5001)] = 305405, + [SMALL_STATE(5002)] = 305432, + [SMALL_STATE(5003)] = 305459, + [SMALL_STATE(5004)] = 305494, + [SMALL_STATE(5005)] = 305529, + [SMALL_STATE(5006)] = 305564, + [SMALL_STATE(5007)] = 305599, + [SMALL_STATE(5008)] = 305628, + [SMALL_STATE(5009)] = 305657, + [SMALL_STATE(5010)] = 305686, + [SMALL_STATE(5011)] = 305715, + [SMALL_STATE(5012)] = 305748, + [SMALL_STATE(5013)] = 305775, + [SMALL_STATE(5014)] = 305802, + [SMALL_STATE(5015)] = 305829, + [SMALL_STATE(5016)] = 305856, + [SMALL_STATE(5017)] = 305891, + [SMALL_STATE(5018)] = 305926, + [SMALL_STATE(5019)] = 305953, + [SMALL_STATE(5020)] = 305988, + [SMALL_STATE(5021)] = 306023, + [SMALL_STATE(5022)] = 306050, + [SMALL_STATE(5023)] = 306077, + [SMALL_STATE(5024)] = 306104, + [SMALL_STATE(5025)] = 306139, + [SMALL_STATE(5026)] = 306174, + [SMALL_STATE(5027)] = 306201, + [SMALL_STATE(5028)] = 306236, + [SMALL_STATE(5029)] = 306263, + [SMALL_STATE(5030)] = 306298, + [SMALL_STATE(5031)] = 306325, + [SMALL_STATE(5032)] = 306352, + [SMALL_STATE(5033)] = 306387, + [SMALL_STATE(5034)] = 306414, + [SMALL_STATE(5035)] = 306441, + [SMALL_STATE(5036)] = 306468, + [SMALL_STATE(5037)] = 306495, + [SMALL_STATE(5038)] = 306530, + [SMALL_STATE(5039)] = 306557, + [SMALL_STATE(5040)] = 306584, + [SMALL_STATE(5041)] = 306611, + [SMALL_STATE(5042)] = 306646, + [SMALL_STATE(5043)] = 306673, + [SMALL_STATE(5044)] = 306700, + [SMALL_STATE(5045)] = 306727, + [SMALL_STATE(5046)] = 306762, + [SMALL_STATE(5047)] = 306789, + [SMALL_STATE(5048)] = 306824, + [SMALL_STATE(5049)] = 306851, + [SMALL_STATE(5050)] = 306878, + [SMALL_STATE(5051)] = 306913, + [SMALL_STATE(5052)] = 306940, + [SMALL_STATE(5053)] = 306975, + [SMALL_STATE(5054)] = 307002, + [SMALL_STATE(5055)] = 307033, + [SMALL_STATE(5056)] = 307060, + [SMALL_STATE(5057)] = 307087, + [SMALL_STATE(5058)] = 307122, + [SMALL_STATE(5059)] = 307149, + [SMALL_STATE(5060)] = 307184, + [SMALL_STATE(5061)] = 307219, + [SMALL_STATE(5062)] = 307254, + [SMALL_STATE(5063)] = 307289, + [SMALL_STATE(5064)] = 307324, + [SMALL_STATE(5065)] = 307351, + [SMALL_STATE(5066)] = 307386, + [SMALL_STATE(5067)] = 307421, + [SMALL_STATE(5068)] = 307448, + [SMALL_STATE(5069)] = 307483, + [SMALL_STATE(5070)] = 307518, + [SMALL_STATE(5071)] = 307553, + [SMALL_STATE(5072)] = 307588, + [SMALL_STATE(5073)] = 307615, + [SMALL_STATE(5074)] = 307650, + [SMALL_STATE(5075)] = 307675, + [SMALL_STATE(5076)] = 307710, + [SMALL_STATE(5077)] = 307745, + [SMALL_STATE(5078)] = 307772, + [SMALL_STATE(5079)] = 307807, + [SMALL_STATE(5080)] = 307842, + [SMALL_STATE(5081)] = 307877, + [SMALL_STATE(5082)] = 307906, + [SMALL_STATE(5083)] = 307941, + [SMALL_STATE(5084)] = 307976, + [SMALL_STATE(5085)] = 308011, + [SMALL_STATE(5086)] = 308042, + [SMALL_STATE(5087)] = 308074, + [SMALL_STATE(5088)] = 308106, + [SMALL_STATE(5089)] = 308144, + [SMALL_STATE(5090)] = 308180, + [SMALL_STATE(5091)] = 308212, + [SMALL_STATE(5092)] = 308248, + [SMALL_STATE(5093)] = 308280, + [SMALL_STATE(5094)] = 308312, + [SMALL_STATE(5095)] = 308348, + [SMALL_STATE(5096)] = 308376, + [SMALL_STATE(5097)] = 308408, + [SMALL_STATE(5098)] = 308440, + [SMALL_STATE(5099)] = 308472, + [SMALL_STATE(5100)] = 308504, + [SMALL_STATE(5101)] = 308536, + [SMALL_STATE(5102)] = 308568, + [SMALL_STATE(5103)] = 308600, + [SMALL_STATE(5104)] = 308632, + [SMALL_STATE(5105)] = 308670, + [SMALL_STATE(5106)] = 308702, + [SMALL_STATE(5107)] = 308734, + [SMALL_STATE(5108)] = 308766, + [SMALL_STATE(5109)] = 308798, + [SMALL_STATE(5110)] = 308830, + [SMALL_STATE(5111)] = 308862, + [SMALL_STATE(5112)] = 308894, + [SMALL_STATE(5113)] = 308932, + [SMALL_STATE(5114)] = 308964, + [SMALL_STATE(5115)] = 308996, + [SMALL_STATE(5116)] = 309028, + [SMALL_STATE(5117)] = 309060, + [SMALL_STATE(5118)] = 309098, + [SMALL_STATE(5119)] = 309130, + [SMALL_STATE(5120)] = 309160, + [SMALL_STATE(5121)] = 309192, + [SMALL_STATE(5122)] = 309224, + [SMALL_STATE(5123)] = 309256, + [SMALL_STATE(5124)] = 309284, + [SMALL_STATE(5125)] = 309314, + [SMALL_STATE(5126)] = 309346, + [SMALL_STATE(5127)] = 309378, + [SMALL_STATE(5128)] = 309410, + [SMALL_STATE(5129)] = 309448, + [SMALL_STATE(5130)] = 309478, + [SMALL_STATE(5131)] = 309508, + [SMALL_STATE(5132)] = 309534, + [SMALL_STATE(5133)] = 309564, + [SMALL_STATE(5134)] = 309594, + [SMALL_STATE(5135)] = 309626, + [SMALL_STATE(5136)] = 309656, + [SMALL_STATE(5137)] = 309692, + [SMALL_STATE(5138)] = 309724, + [SMALL_STATE(5139)] = 309762, + [SMALL_STATE(5140)] = 309800, + [SMALL_STATE(5141)] = 309832, + [SMALL_STATE(5142)] = 309862, + [SMALL_STATE(5143)] = 309894, + [SMALL_STATE(5144)] = 309926, + [SMALL_STATE(5145)] = 309958, + [SMALL_STATE(5146)] = 309990, + [SMALL_STATE(5147)] = 310022, + [SMALL_STATE(5148)] = 310060, + [SMALL_STATE(5149)] = 310096, + [SMALL_STATE(5150)] = 310128, + [SMALL_STATE(5151)] = 310160, + [SMALL_STATE(5152)] = 310198, + [SMALL_STATE(5153)] = 310234, + [SMALL_STATE(5154)] = 310266, + [SMALL_STATE(5155)] = 310304, + [SMALL_STATE(5156)] = 310340, + [SMALL_STATE(5157)] = 310376, + [SMALL_STATE(5158)] = 310406, + [SMALL_STATE(5159)] = 310438, + [SMALL_STATE(5160)] = 310476, + [SMALL_STATE(5161)] = 310508, + [SMALL_STATE(5162)] = 310546, + [SMALL_STATE(5163)] = 310578, + [SMALL_STATE(5164)] = 310610, + [SMALL_STATE(5165)] = 310642, + [SMALL_STATE(5166)] = 310674, + [SMALL_STATE(5167)] = 310702, + [SMALL_STATE(5168)] = 310734, + [SMALL_STATE(5169)] = 310760, + [SMALL_STATE(5170)] = 310792, + [SMALL_STATE(5171)] = 310828, + [SMALL_STATE(5172)] = 310860, + [SMALL_STATE(5173)] = 310890, + [SMALL_STATE(5174)] = 310920, + [SMALL_STATE(5175)] = 310952, + [SMALL_STATE(5176)] = 310982, + [SMALL_STATE(5177)] = 311014, + [SMALL_STATE(5178)] = 311044, + [SMALL_STATE(5179)] = 311074, + [SMALL_STATE(5180)] = 311104, + [SMALL_STATE(5181)] = 311136, + [SMALL_STATE(5182)] = 311172, + [SMALL_STATE(5183)] = 311204, + [SMALL_STATE(5184)] = 311236, + [SMALL_STATE(5185)] = 311272, + [SMALL_STATE(5186)] = 311304, + [SMALL_STATE(5187)] = 311336, + [SMALL_STATE(5188)] = 311368, + [SMALL_STATE(5189)] = 311404, + [SMALL_STATE(5190)] = 311440, + [SMALL_STATE(5191)] = 311472, + [SMALL_STATE(5192)] = 311504, + [SMALL_STATE(5193)] = 311536, + [SMALL_STATE(5194)] = 311568, + [SMALL_STATE(5195)] = 311604, + [SMALL_STATE(5196)] = 311636, + [SMALL_STATE(5197)] = 311668, + [SMALL_STATE(5198)] = 311700, + [SMALL_STATE(5199)] = 311738, + [SMALL_STATE(5200)] = 311774, + [SMALL_STATE(5201)] = 311806, + [SMALL_STATE(5202)] = 311838, + [SMALL_STATE(5203)] = 311870, + [SMALL_STATE(5204)] = 311900, + [SMALL_STATE(5205)] = 311930, + [SMALL_STATE(5206)] = 311960, + [SMALL_STATE(5207)] = 311996, + [SMALL_STATE(5208)] = 312028, + [SMALL_STATE(5209)] = 312066, + [SMALL_STATE(5210)] = 312098, + [SMALL_STATE(5211)] = 312126, + [SMALL_STATE(5212)] = 312158, + [SMALL_STATE(5213)] = 312182, + [SMALL_STATE(5214)] = 312218, + [SMALL_STATE(5215)] = 312250, + [SMALL_STATE(5216)] = 312286, + [SMALL_STATE(5217)] = 312316, + [SMALL_STATE(5218)] = 312348, + [SMALL_STATE(5219)] = 312378, + [SMALL_STATE(5220)] = 312416, + [SMALL_STATE(5221)] = 312448, + [SMALL_STATE(5222)] = 312484, + [SMALL_STATE(5223)] = 312520, + [SMALL_STATE(5224)] = 312544, + [SMALL_STATE(5225)] = 312582, + [SMALL_STATE(5226)] = 312620, + [SMALL_STATE(5227)] = 312658, + [SMALL_STATE(5228)] = 312690, + [SMALL_STATE(5229)] = 312728, + [SMALL_STATE(5230)] = 312760, + [SMALL_STATE(5231)] = 312792, + [SMALL_STATE(5232)] = 312824, + [SMALL_STATE(5233)] = 312859, + [SMALL_STATE(5234)] = 312894, + [SMALL_STATE(5235)] = 312929, + [SMALL_STATE(5236)] = 312964, + [SMALL_STATE(5237)] = 312999, + [SMALL_STATE(5238)] = 313034, + [SMALL_STATE(5239)] = 313061, + [SMALL_STATE(5240)] = 313092, + [SMALL_STATE(5241)] = 313127, + [SMALL_STATE(5242)] = 313154, + [SMALL_STATE(5243)] = 313187, + [SMALL_STATE(5244)] = 313222, + [SMALL_STATE(5245)] = 313249, + [SMALL_STATE(5246)] = 313284, + [SMALL_STATE(5247)] = 313319, + [SMALL_STATE(5248)] = 313354, + [SMALL_STATE(5249)] = 313389, + [SMALL_STATE(5250)] = 313420, + [SMALL_STATE(5251)] = 313455, + [SMALL_STATE(5252)] = 313490, + [SMALL_STATE(5253)] = 313525, + [SMALL_STATE(5254)] = 313560, + [SMALL_STATE(5255)] = 313595, + [SMALL_STATE(5256)] = 313628, + [SMALL_STATE(5257)] = 313663, + [SMALL_STATE(5258)] = 313696, + [SMALL_STATE(5259)] = 313723, + [SMALL_STATE(5260)] = 313746, + [SMALL_STATE(5261)] = 313779, + [SMALL_STATE(5262)] = 313810, + [SMALL_STATE(5263)] = 313833, + [SMALL_STATE(5264)] = 313862, + [SMALL_STATE(5265)] = 313887, + [SMALL_STATE(5266)] = 313910, + [SMALL_STATE(5267)] = 313939, + [SMALL_STATE(5268)] = 313972, + [SMALL_STATE(5269)] = 314005, + [SMALL_STATE(5270)] = 314040, + [SMALL_STATE(5271)] = 314063, + [SMALL_STATE(5272)] = 314098, + [SMALL_STATE(5273)] = 314121, + [SMALL_STATE(5274)] = 314154, + [SMALL_STATE(5275)] = 314181, + [SMALL_STATE(5276)] = 314208, + [SMALL_STATE(5277)] = 314231, + [SMALL_STATE(5278)] = 314266, + [SMALL_STATE(5279)] = 314289, + [SMALL_STATE(5280)] = 314312, + [SMALL_STATE(5281)] = 314347, + [SMALL_STATE(5282)] = 314382, + [SMALL_STATE(5283)] = 314417, + [SMALL_STATE(5284)] = 314440, + [SMALL_STATE(5285)] = 314469, + [SMALL_STATE(5286)] = 314504, + [SMALL_STATE(5287)] = 314529, + [SMALL_STATE(5288)] = 314564, + [SMALL_STATE(5289)] = 314591, + [SMALL_STATE(5290)] = 314626, + [SMALL_STATE(5291)] = 314661, + [SMALL_STATE(5292)] = 314694, + [SMALL_STATE(5293)] = 314719, + [SMALL_STATE(5294)] = 314752, + [SMALL_STATE(5295)] = 314785, + [SMALL_STATE(5296)] = 314820, + [SMALL_STATE(5297)] = 314853, + [SMALL_STATE(5298)] = 314882, + [SMALL_STATE(5299)] = 314909, + [SMALL_STATE(5300)] = 314940, + [SMALL_STATE(5301)] = 314973, + [SMALL_STATE(5302)] = 315004, + [SMALL_STATE(5303)] = 315037, + [SMALL_STATE(5304)] = 315072, + [SMALL_STATE(5305)] = 315099, + [SMALL_STATE(5306)] = 315130, + [SMALL_STATE(5307)] = 315165, + [SMALL_STATE(5308)] = 315200, + [SMALL_STATE(5309)] = 315233, + [SMALL_STATE(5310)] = 315268, + [SMALL_STATE(5311)] = 315303, + [SMALL_STATE(5312)] = 315338, + [SMALL_STATE(5313)] = 315371, + [SMALL_STATE(5314)] = 315401, + [SMALL_STATE(5315)] = 315429, + [SMALL_STATE(5316)] = 315461, + [SMALL_STATE(5317)] = 315483, + [SMALL_STATE(5318)] = 315511, + [SMALL_STATE(5319)] = 315541, + [SMALL_STATE(5320)] = 315571, + [SMALL_STATE(5321)] = 315603, + [SMALL_STATE(5322)] = 315631, + [SMALL_STATE(5323)] = 315661, + [SMALL_STATE(5324)] = 315691, + [SMALL_STATE(5325)] = 315721, + [SMALL_STATE(5326)] = 315751, + [SMALL_STATE(5327)] = 315779, + [SMALL_STATE(5328)] = 315809, + [SMALL_STATE(5329)] = 315837, + [SMALL_STATE(5330)] = 315861, + [SMALL_STATE(5331)] = 315893, + [SMALL_STATE(5332)] = 315917, + [SMALL_STATE(5333)] = 315947, + [SMALL_STATE(5334)] = 315977, + [SMALL_STATE(5335)] = 316003, + [SMALL_STATE(5336)] = 316031, + [SMALL_STATE(5337)] = 316063, + [SMALL_STATE(5338)] = 316091, + [SMALL_STATE(5339)] = 316121, + [SMALL_STATE(5340)] = 316149, + [SMALL_STATE(5341)] = 316179, + [SMALL_STATE(5342)] = 316209, + [SMALL_STATE(5343)] = 316239, + [SMALL_STATE(5344)] = 316269, + [SMALL_STATE(5345)] = 316297, + [SMALL_STATE(5346)] = 316325, + [SMALL_STATE(5347)] = 316353, + [SMALL_STATE(5348)] = 316383, + [SMALL_STATE(5349)] = 316411, + [SMALL_STATE(5350)] = 316435, + [SMALL_STATE(5351)] = 316465, + [SMALL_STATE(5352)] = 316495, + [SMALL_STATE(5353)] = 316525, + [SMALL_STATE(5354)] = 316555, + [SMALL_STATE(5355)] = 316587, + [SMALL_STATE(5356)] = 316617, + [SMALL_STATE(5357)] = 316645, + [SMALL_STATE(5358)] = 316675, + [SMALL_STATE(5359)] = 316703, + [SMALL_STATE(5360)] = 316733, + [SMALL_STATE(5361)] = 316763, + [SMALL_STATE(5362)] = 316793, + [SMALL_STATE(5363)] = 316821, + [SMALL_STATE(5364)] = 316849, + [SMALL_STATE(5365)] = 316877, + [SMALL_STATE(5366)] = 316907, + [SMALL_STATE(5367)] = 316935, + [SMALL_STATE(5368)] = 316965, + [SMALL_STATE(5369)] = 316995, + [SMALL_STATE(5370)] = 317023, + [SMALL_STATE(5371)] = 317055, + [SMALL_STATE(5372)] = 317087, + [SMALL_STATE(5373)] = 317117, + [SMALL_STATE(5374)] = 317147, + [SMALL_STATE(5375)] = 317177, + [SMALL_STATE(5376)] = 317207, + [SMALL_STATE(5377)] = 317235, + [SMALL_STATE(5378)] = 317259, + [SMALL_STATE(5379)] = 317291, + [SMALL_STATE(5380)] = 317319, + [SMALL_STATE(5381)] = 317341, + [SMALL_STATE(5382)] = 317371, + [SMALL_STATE(5383)] = 317403, + [SMALL_STATE(5384)] = 317433, + [SMALL_STATE(5385)] = 317465, + [SMALL_STATE(5386)] = 317495, + [SMALL_STATE(5387)] = 317521, + [SMALL_STATE(5388)] = 317545, + [SMALL_STATE(5389)] = 317569, + [SMALL_STATE(5390)] = 317591, + [SMALL_STATE(5391)] = 317615, + [SMALL_STATE(5392)] = 317645, + [SMALL_STATE(5393)] = 317675, + [SMALL_STATE(5394)] = 317699, + [SMALL_STATE(5395)] = 317727, + [SMALL_STATE(5396)] = 317751, + [SMALL_STATE(5397)] = 317781, + [SMALL_STATE(5398)] = 317811, + [SMALL_STATE(5399)] = 317841, + [SMALL_STATE(5400)] = 317871, + [SMALL_STATE(5401)] = 317901, + [SMALL_STATE(5402)] = 317925, + [SMALL_STATE(5403)] = 317955, + [SMALL_STATE(5404)] = 317981, + [SMALL_STATE(5405)] = 318011, + [SMALL_STATE(5406)] = 318041, + [SMALL_STATE(5407)] = 318071, + [SMALL_STATE(5408)] = 318099, + [SMALL_STATE(5409)] = 318127, + [SMALL_STATE(5410)] = 318157, + [SMALL_STATE(5411)] = 318189, + [SMALL_STATE(5412)] = 318219, + [SMALL_STATE(5413)] = 318247, + [SMALL_STATE(5414)] = 318271, + [SMALL_STATE(5415)] = 318299, + [SMALL_STATE(5416)] = 318329, + [SMALL_STATE(5417)] = 318359, + [SMALL_STATE(5418)] = 318387, + [SMALL_STATE(5419)] = 318415, + [SMALL_STATE(5420)] = 318443, + [SMALL_STATE(5421)] = 318475, + [SMALL_STATE(5422)] = 318505, + [SMALL_STATE(5423)] = 318533, + [SMALL_STATE(5424)] = 318557, + [SMALL_STATE(5425)] = 318589, + [SMALL_STATE(5426)] = 318617, + [SMALL_STATE(5427)] = 318645, + [SMALL_STATE(5428)] = 318675, + [SMALL_STATE(5429)] = 318705, + [SMALL_STATE(5430)] = 318735, + [SMALL_STATE(5431)] = 318765, + [SMALL_STATE(5432)] = 318795, + [SMALL_STATE(5433)] = 318825, + [SMALL_STATE(5434)] = 318853, + [SMALL_STATE(5435)] = 318881, + [SMALL_STATE(5436)] = 318909, + [SMALL_STATE(5437)] = 318931, + [SMALL_STATE(5438)] = 318961, + [SMALL_STATE(5439)] = 318985, + [SMALL_STATE(5440)] = 319013, + [SMALL_STATE(5441)] = 319037, + [SMALL_STATE(5442)] = 319067, + [SMALL_STATE(5443)] = 319097, + [SMALL_STATE(5444)] = 319121, + [SMALL_STATE(5445)] = 319145, + [SMALL_STATE(5446)] = 319175, + [SMALL_STATE(5447)] = 319203, + [SMALL_STATE(5448)] = 319227, + [SMALL_STATE(5449)] = 319249, + [SMALL_STATE(5450)] = 319277, + [SMALL_STATE(5451)] = 319307, + [SMALL_STATE(5452)] = 319337, + [SMALL_STATE(5453)] = 319367, + [SMALL_STATE(5454)] = 319395, + [SMALL_STATE(5455)] = 319425, + [SMALL_STATE(5456)] = 319449, + [SMALL_STATE(5457)] = 319473, + [SMALL_STATE(5458)] = 319495, + [SMALL_STATE(5459)] = 319521, + [SMALL_STATE(5460)] = 319551, + [SMALL_STATE(5461)] = 319579, + [SMALL_STATE(5462)] = 319603, + [SMALL_STATE(5463)] = 319627, + [SMALL_STATE(5464)] = 319651, + [SMALL_STATE(5465)] = 319681, + [SMALL_STATE(5466)] = 319707, + [SMALL_STATE(5467)] = 319731, + [SMALL_STATE(5468)] = 319755, + [SMALL_STATE(5469)] = 319785, + [SMALL_STATE(5470)] = 319815, + [SMALL_STATE(5471)] = 319839, + [SMALL_STATE(5472)] = 319869, + [SMALL_STATE(5473)] = 319899, + [SMALL_STATE(5474)] = 319931, + [SMALL_STATE(5475)] = 319961, + [SMALL_STATE(5476)] = 319991, + [SMALL_STATE(5477)] = 320021, + [SMALL_STATE(5478)] = 320045, + [SMALL_STATE(5479)] = 320075, + [SMALL_STATE(5480)] = 320105, + [SMALL_STATE(5481)] = 320129, + [SMALL_STATE(5482)] = 320159, + [SMALL_STATE(5483)] = 320183, + [SMALL_STATE(5484)] = 320205, + [SMALL_STATE(5485)] = 320235, + [SMALL_STATE(5486)] = 320263, + [SMALL_STATE(5487)] = 320291, + [SMALL_STATE(5488)] = 320315, + [SMALL_STATE(5489)] = 320343, + [SMALL_STATE(5490)] = 320371, + [SMALL_STATE(5491)] = 320399, + [SMALL_STATE(5492)] = 320429, + [SMALL_STATE(5493)] = 320459, + [SMALL_STATE(5494)] = 320487, + [SMALL_STATE(5495)] = 320517, + [SMALL_STATE(5496)] = 320547, + [SMALL_STATE(5497)] = 320577, + [SMALL_STATE(5498)] = 320609, + [SMALL_STATE(5499)] = 320639, + [SMALL_STATE(5500)] = 320669, + [SMALL_STATE(5501)] = 320693, + [SMALL_STATE(5502)] = 320717, + [SMALL_STATE(5503)] = 320747, + [SMALL_STATE(5504)] = 320775, + [SMALL_STATE(5505)] = 320803, + [SMALL_STATE(5506)] = 320827, + [SMALL_STATE(5507)] = 320857, + [SMALL_STATE(5508)] = 320887, + [SMALL_STATE(5509)] = 320913, + [SMALL_STATE(5510)] = 320939, + [SMALL_STATE(5511)] = 320969, + [SMALL_STATE(5512)] = 320999, + [SMALL_STATE(5513)] = 321027, + [SMALL_STATE(5514)] = 321057, + [SMALL_STATE(5515)] = 321085, + [SMALL_STATE(5516)] = 321115, + [SMALL_STATE(5517)] = 321143, + [SMALL_STATE(5518)] = 321171, + [SMALL_STATE(5519)] = 321201, + [SMALL_STATE(5520)] = 321231, + [SMALL_STATE(5521)] = 321263, + [SMALL_STATE(5522)] = 321287, + [SMALL_STATE(5523)] = 321311, + [SMALL_STATE(5524)] = 321341, + [SMALL_STATE(5525)] = 321371, + [SMALL_STATE(5526)] = 321399, + [SMALL_STATE(5527)] = 321427, + [SMALL_STATE(5528)] = 321457, + [SMALL_STATE(5529)] = 321487, + [SMALL_STATE(5530)] = 321515, + [SMALL_STATE(5531)] = 321545, + [SMALL_STATE(5532)] = 321573, + [SMALL_STATE(5533)] = 321603, + [SMALL_STATE(5534)] = 321633, + [SMALL_STATE(5535)] = 321661, + [SMALL_STATE(5536)] = 321689, + [SMALL_STATE(5537)] = 321719, + [SMALL_STATE(5538)] = 321747, + [SMALL_STATE(5539)] = 321777, + [SMALL_STATE(5540)] = 321805, + [SMALL_STATE(5541)] = 321835, + [SMALL_STATE(5542)] = 321865, + [SMALL_STATE(5543)] = 321895, + [SMALL_STATE(5544)] = 321919, + [SMALL_STATE(5545)] = 321947, + [SMALL_STATE(5546)] = 321977, + [SMALL_STATE(5547)] = 322007, + [SMALL_STATE(5548)] = 322037, + [SMALL_STATE(5549)] = 322067, + [SMALL_STATE(5550)] = 322097, + [SMALL_STATE(5551)] = 322127, + [SMALL_STATE(5552)] = 322157, + [SMALL_STATE(5553)] = 322187, + [SMALL_STATE(5554)] = 322215, + [SMALL_STATE(5555)] = 322243, + [SMALL_STATE(5556)] = 322271, + [SMALL_STATE(5557)] = 322299, + [SMALL_STATE(5558)] = 322329, + [SMALL_STATE(5559)] = 322359, + [SMALL_STATE(5560)] = 322387, + [SMALL_STATE(5561)] = 322417, + [SMALL_STATE(5562)] = 322444, + [SMALL_STATE(5563)] = 322473, + [SMALL_STATE(5564)] = 322502, + [SMALL_STATE(5565)] = 322531, + [SMALL_STATE(5566)] = 322556, + [SMALL_STATE(5567)] = 322585, + [SMALL_STATE(5568)] = 322614, + [SMALL_STATE(5569)] = 322635, + [SMALL_STATE(5570)] = 322660, + [SMALL_STATE(5571)] = 322689, + [SMALL_STATE(5572)] = 322718, + [SMALL_STATE(5573)] = 322747, + [SMALL_STATE(5574)] = 322776, + [SMALL_STATE(5575)] = 322805, + [SMALL_STATE(5576)] = 322830, + [SMALL_STATE(5577)] = 322859, + [SMALL_STATE(5578)] = 322888, + [SMALL_STATE(5579)] = 322917, + [SMALL_STATE(5580)] = 322946, + [SMALL_STATE(5581)] = 322975, + [SMALL_STATE(5582)] = 323002, + [SMALL_STATE(5583)] = 323023, + [SMALL_STATE(5584)] = 323052, + [SMALL_STATE(5585)] = 323073, + [SMALL_STATE(5586)] = 323100, + [SMALL_STATE(5587)] = 323121, + [SMALL_STATE(5588)] = 323150, + [SMALL_STATE(5589)] = 323179, + [SMALL_STATE(5590)] = 323208, + [SMALL_STATE(5591)] = 323233, + [SMALL_STATE(5592)] = 323262, + [SMALL_STATE(5593)] = 323291, + [SMALL_STATE(5594)] = 323320, + [SMALL_STATE(5595)] = 323349, + [SMALL_STATE(5596)] = 323378, + [SMALL_STATE(5597)] = 323407, + [SMALL_STATE(5598)] = 323436, + [SMALL_STATE(5599)] = 323465, + [SMALL_STATE(5600)] = 323490, + [SMALL_STATE(5601)] = 323519, + [SMALL_STATE(5602)] = 323548, + [SMALL_STATE(5603)] = 323569, + [SMALL_STATE(5604)] = 323598, + [SMALL_STATE(5605)] = 323623, + [SMALL_STATE(5606)] = 323652, + [SMALL_STATE(5607)] = 323673, + [SMALL_STATE(5608)] = 323702, + [SMALL_STATE(5609)] = 323731, + [SMALL_STATE(5610)] = 323760, + [SMALL_STATE(5611)] = 323789, + [SMALL_STATE(5612)] = 323816, + [SMALL_STATE(5613)] = 323845, + [SMALL_STATE(5614)] = 323870, + [SMALL_STATE(5615)] = 323899, + [SMALL_STATE(5616)] = 323928, + [SMALL_STATE(5617)] = 323957, + [SMALL_STATE(5618)] = 323986, + [SMALL_STATE(5619)] = 324015, + [SMALL_STATE(5620)] = 324044, + [SMALL_STATE(5621)] = 324073, + [SMALL_STATE(5622)] = 324102, + [SMALL_STATE(5623)] = 324127, + [SMALL_STATE(5624)] = 324154, + [SMALL_STATE(5625)] = 324183, + [SMALL_STATE(5626)] = 324212, + [SMALL_STATE(5627)] = 324241, + [SMALL_STATE(5628)] = 324266, + [SMALL_STATE(5629)] = 324289, + [SMALL_STATE(5630)] = 324312, + [SMALL_STATE(5631)] = 324341, + [SMALL_STATE(5632)] = 324370, + [SMALL_STATE(5633)] = 324399, + [SMALL_STATE(5634)] = 324420, + [SMALL_STATE(5635)] = 324443, + [SMALL_STATE(5636)] = 324472, + [SMALL_STATE(5637)] = 324493, + [SMALL_STATE(5638)] = 324522, + [SMALL_STATE(5639)] = 324547, + [SMALL_STATE(5640)] = 324576, + [SMALL_STATE(5641)] = 324597, + [SMALL_STATE(5642)] = 324622, + [SMALL_STATE(5643)] = 324647, + [SMALL_STATE(5644)] = 324676, + [SMALL_STATE(5645)] = 324705, + [SMALL_STATE(5646)] = 324734, + [SMALL_STATE(5647)] = 324763, + [SMALL_STATE(5648)] = 324792, + [SMALL_STATE(5649)] = 324821, + [SMALL_STATE(5650)] = 324846, + [SMALL_STATE(5651)] = 324875, + [SMALL_STATE(5652)] = 324904, + [SMALL_STATE(5653)] = 324933, + [SMALL_STATE(5654)] = 324962, + [SMALL_STATE(5655)] = 324987, + [SMALL_STATE(5656)] = 325016, + [SMALL_STATE(5657)] = 325045, + [SMALL_STATE(5658)] = 325066, + [SMALL_STATE(5659)] = 325087, + [SMALL_STATE(5660)] = 325108, + [SMALL_STATE(5661)] = 325137, + [SMALL_STATE(5662)] = 325162, + [SMALL_STATE(5663)] = 325191, + [SMALL_STATE(5664)] = 325220, + [SMALL_STATE(5665)] = 325249, + [SMALL_STATE(5666)] = 325278, + [SMALL_STATE(5667)] = 325303, + [SMALL_STATE(5668)] = 325330, + [SMALL_STATE(5669)] = 325351, + [SMALL_STATE(5670)] = 325376, + [SMALL_STATE(5671)] = 325401, + [SMALL_STATE(5672)] = 325426, + [SMALL_STATE(5673)] = 325449, + [SMALL_STATE(5674)] = 325478, + [SMALL_STATE(5675)] = 325507, + [SMALL_STATE(5676)] = 325530, + [SMALL_STATE(5677)] = 325559, + [SMALL_STATE(5678)] = 325588, + [SMALL_STATE(5679)] = 325617, + [SMALL_STATE(5680)] = 325646, + [SMALL_STATE(5681)] = 325675, + [SMALL_STATE(5682)] = 325696, + [SMALL_STATE(5683)] = 325725, + [SMALL_STATE(5684)] = 325754, + [SMALL_STATE(5685)] = 325783, + [SMALL_STATE(5686)] = 325806, + [SMALL_STATE(5687)] = 325835, + [SMALL_STATE(5688)] = 325860, + [SMALL_STATE(5689)] = 325889, + [SMALL_STATE(5690)] = 325910, + [SMALL_STATE(5691)] = 325931, + [SMALL_STATE(5692)] = 325952, + [SMALL_STATE(5693)] = 325972, + [SMALL_STATE(5694)] = 325998, + [SMALL_STATE(5695)] = 326018, + [SMALL_STATE(5696)] = 326038, + [SMALL_STATE(5697)] = 326062, + [SMALL_STATE(5698)] = 326088, + [SMALL_STATE(5699)] = 326108, + [SMALL_STATE(5700)] = 326128, + [SMALL_STATE(5701)] = 326150, + [SMALL_STATE(5702)] = 326170, + [SMALL_STATE(5703)] = 326192, + [SMALL_STATE(5704)] = 326212, + [SMALL_STATE(5705)] = 326232, + [SMALL_STATE(5706)] = 326252, + [SMALL_STATE(5707)] = 326272, + [SMALL_STATE(5708)] = 326294, + [SMALL_STATE(5709)] = 326316, + [SMALL_STATE(5710)] = 326340, + [SMALL_STATE(5711)] = 326366, + [SMALL_STATE(5712)] = 326386, + [SMALL_STATE(5713)] = 326412, + [SMALL_STATE(5714)] = 326438, + [SMALL_STATE(5715)] = 326464, + [SMALL_STATE(5716)] = 326484, + [SMALL_STATE(5717)] = 326506, + [SMALL_STATE(5718)] = 326532, + [SMALL_STATE(5719)] = 326552, + [SMALL_STATE(5720)] = 326572, + [SMALL_STATE(5721)] = 326592, + [SMALL_STATE(5722)] = 326612, + [SMALL_STATE(5723)] = 326638, + [SMALL_STATE(5724)] = 326658, + [SMALL_STATE(5725)] = 326684, + [SMALL_STATE(5726)] = 326710, + [SMALL_STATE(5727)] = 326730, + [SMALL_STATE(5728)] = 326750, + [SMALL_STATE(5729)] = 326770, + [SMALL_STATE(5730)] = 326796, + [SMALL_STATE(5731)] = 326818, + [SMALL_STATE(5732)] = 326838, + [SMALL_STATE(5733)] = 326858, + [SMALL_STATE(5734)] = 326878, + [SMALL_STATE(5735)] = 326904, + [SMALL_STATE(5736)] = 326924, + [SMALL_STATE(5737)] = 326944, + [SMALL_STATE(5738)] = 326970, + [SMALL_STATE(5739)] = 326994, + [SMALL_STATE(5740)] = 327014, + [SMALL_STATE(5741)] = 327034, + [SMALL_STATE(5742)] = 327060, + [SMALL_STATE(5743)] = 327086, + [SMALL_STATE(5744)] = 327112, + [SMALL_STATE(5745)] = 327138, + [SMALL_STATE(5746)] = 327158, + [SMALL_STATE(5747)] = 327184, + [SMALL_STATE(5748)] = 327204, + [SMALL_STATE(5749)] = 327224, + [SMALL_STATE(5750)] = 327244, + [SMALL_STATE(5751)] = 327264, + [SMALL_STATE(5752)] = 327284, + [SMALL_STATE(5753)] = 327304, + [SMALL_STATE(5754)] = 327324, + [SMALL_STATE(5755)] = 327350, + [SMALL_STATE(5756)] = 327374, + [SMALL_STATE(5757)] = 327396, + [SMALL_STATE(5758)] = 327422, + [SMALL_STATE(5759)] = 327444, + [SMALL_STATE(5760)] = 327470, + [SMALL_STATE(5761)] = 327490, + [SMALL_STATE(5762)] = 327514, + [SMALL_STATE(5763)] = 327540, + [SMALL_STATE(5764)] = 327566, + [SMALL_STATE(5765)] = 327586, + [SMALL_STATE(5766)] = 327612, + [SMALL_STATE(5767)] = 327636, + [SMALL_STATE(5768)] = 327660, + [SMALL_STATE(5769)] = 327680, + [SMALL_STATE(5770)] = 327706, + [SMALL_STATE(5771)] = 327726, + [SMALL_STATE(5772)] = 327746, + [SMALL_STATE(5773)] = 327766, + [SMALL_STATE(5774)] = 327790, + [SMALL_STATE(5775)] = 327816, + [SMALL_STATE(5776)] = 327842, + [SMALL_STATE(5777)] = 327868, + [SMALL_STATE(5778)] = 327894, + [SMALL_STATE(5779)] = 327916, + [SMALL_STATE(5780)] = 327936, + [SMALL_STATE(5781)] = 327962, + [SMALL_STATE(5782)] = 327986, + [SMALL_STATE(5783)] = 328012, + [SMALL_STATE(5784)] = 328032, + [SMALL_STATE(5785)] = 328058, + [SMALL_STATE(5786)] = 328084, + [SMALL_STATE(5787)] = 328110, + [SMALL_STATE(5788)] = 328136, + [SMALL_STATE(5789)] = 328162, + [SMALL_STATE(5790)] = 328188, + [SMALL_STATE(5791)] = 328214, + [SMALL_STATE(5792)] = 328240, + [SMALL_STATE(5793)] = 328262, + [SMALL_STATE(5794)] = 328288, + [SMALL_STATE(5795)] = 328308, + [SMALL_STATE(5796)] = 328328, + [SMALL_STATE(5797)] = 328350, + [SMALL_STATE(5798)] = 328370, + [SMALL_STATE(5799)] = 328390, + [SMALL_STATE(5800)] = 328416, + [SMALL_STATE(5801)] = 328440, + [SMALL_STATE(5802)] = 328460, + [SMALL_STATE(5803)] = 328484, + [SMALL_STATE(5804)] = 328504, + [SMALL_STATE(5805)] = 328524, + [SMALL_STATE(5806)] = 328544, + [SMALL_STATE(5807)] = 328570, + [SMALL_STATE(5808)] = 328590, + [SMALL_STATE(5809)] = 328616, + [SMALL_STATE(5810)] = 328636, + [SMALL_STATE(5811)] = 328662, + [SMALL_STATE(5812)] = 328682, + [SMALL_STATE(5813)] = 328702, + [SMALL_STATE(5814)] = 328722, + [SMALL_STATE(5815)] = 328744, + [SMALL_STATE(5816)] = 328764, + [SMALL_STATE(5817)] = 328786, + [SMALL_STATE(5818)] = 328808, + [SMALL_STATE(5819)] = 328828, + [SMALL_STATE(5820)] = 328850, + [SMALL_STATE(5821)] = 328870, + [SMALL_STATE(5822)] = 328890, + [SMALL_STATE(5823)] = 328912, + [SMALL_STATE(5824)] = 328932, + [SMALL_STATE(5825)] = 328952, + [SMALL_STATE(5826)] = 328978, + [SMALL_STATE(5827)] = 329004, + [SMALL_STATE(5828)] = 329030, + [SMALL_STATE(5829)] = 329050, + [SMALL_STATE(5830)] = 329072, + [SMALL_STATE(5831)] = 329096, + [SMALL_STATE(5832)] = 329122, + [SMALL_STATE(5833)] = 329142, + [SMALL_STATE(5834)] = 329162, + [SMALL_STATE(5835)] = 329182, + [SMALL_STATE(5836)] = 329208, + [SMALL_STATE(5837)] = 329234, + [SMALL_STATE(5838)] = 329260, + [SMALL_STATE(5839)] = 329286, + [SMALL_STATE(5840)] = 329306, + [SMALL_STATE(5841)] = 329326, + [SMALL_STATE(5842)] = 329346, + [SMALL_STATE(5843)] = 329372, + [SMALL_STATE(5844)] = 329398, + [SMALL_STATE(5845)] = 329424, + [SMALL_STATE(5846)] = 329444, + [SMALL_STATE(5847)] = 329464, + [SMALL_STATE(5848)] = 329486, + [SMALL_STATE(5849)] = 329512, + [SMALL_STATE(5850)] = 329538, + [SMALL_STATE(5851)] = 329558, + [SMALL_STATE(5852)] = 329584, + [SMALL_STATE(5853)] = 329610, + [SMALL_STATE(5854)] = 329636, + [SMALL_STATE(5855)] = 329660, + [SMALL_STATE(5856)] = 329686, + [SMALL_STATE(5857)] = 329710, + [SMALL_STATE(5858)] = 329734, + [SMALL_STATE(5859)] = 329756, + [SMALL_STATE(5860)] = 329782, + [SMALL_STATE(5861)] = 329808, + [SMALL_STATE(5862)] = 329834, + [SMALL_STATE(5863)] = 329854, + [SMALL_STATE(5864)] = 329880, + [SMALL_STATE(5865)] = 329900, + [SMALL_STATE(5866)] = 329920, + [SMALL_STATE(5867)] = 329940, + [SMALL_STATE(5868)] = 329960, + [SMALL_STATE(5869)] = 329980, + [SMALL_STATE(5870)] = 330006, + [SMALL_STATE(5871)] = 330026, + [SMALL_STATE(5872)] = 330046, + [SMALL_STATE(5873)] = 330066, + [SMALL_STATE(5874)] = 330086, + [SMALL_STATE(5875)] = 330112, + [SMALL_STATE(5876)] = 330136, + [SMALL_STATE(5877)] = 330158, + [SMALL_STATE(5878)] = 330182, + [SMALL_STATE(5879)] = 330202, + [SMALL_STATE(5880)] = 330222, + [SMALL_STATE(5881)] = 330248, + [SMALL_STATE(5882)] = 330268, + [SMALL_STATE(5883)] = 330288, + [SMALL_STATE(5884)] = 330314, + [SMALL_STATE(5885)] = 330334, + [SMALL_STATE(5886)] = 330360, + [SMALL_STATE(5887)] = 330380, + [SMALL_STATE(5888)] = 330400, + [SMALL_STATE(5889)] = 330426, + [SMALL_STATE(5890)] = 330452, + [SMALL_STATE(5891)] = 330476, + [SMALL_STATE(5892)] = 330502, + [SMALL_STATE(5893)] = 330528, + [SMALL_STATE(5894)] = 330548, + [SMALL_STATE(5895)] = 330568, + [SMALL_STATE(5896)] = 330588, + [SMALL_STATE(5897)] = 330608, + [SMALL_STATE(5898)] = 330634, + [SMALL_STATE(5899)] = 330654, + [SMALL_STATE(5900)] = 330680, + [SMALL_STATE(5901)] = 330706, + [SMALL_STATE(5902)] = 330732, + [SMALL_STATE(5903)] = 330752, + [SMALL_STATE(5904)] = 330776, + [SMALL_STATE(5905)] = 330796, + [SMALL_STATE(5906)] = 330816, + [SMALL_STATE(5907)] = 330842, + [SMALL_STATE(5908)] = 330862, + [SMALL_STATE(5909)] = 330882, + [SMALL_STATE(5910)] = 330908, + [SMALL_STATE(5911)] = 330934, + [SMALL_STATE(5912)] = 330954, + [SMALL_STATE(5913)] = 330974, + [SMALL_STATE(5914)] = 330998, + [SMALL_STATE(5915)] = 331018, + [SMALL_STATE(5916)] = 331044, + [SMALL_STATE(5917)] = 331070, + [SMALL_STATE(5918)] = 331094, + [SMALL_STATE(5919)] = 331114, + [SMALL_STATE(5920)] = 331140, + [SMALL_STATE(5921)] = 331160, + [SMALL_STATE(5922)] = 331180, + [SMALL_STATE(5923)] = 331200, + [SMALL_STATE(5924)] = 331226, + [SMALL_STATE(5925)] = 331246, + [SMALL_STATE(5926)] = 331270, + [SMALL_STATE(5927)] = 331290, + [SMALL_STATE(5928)] = 331316, + [SMALL_STATE(5929)] = 331336, + [SMALL_STATE(5930)] = 331356, + [SMALL_STATE(5931)] = 331376, + [SMALL_STATE(5932)] = 331396, + [SMALL_STATE(5933)] = 331422, + [SMALL_STATE(5934)] = 331442, + [SMALL_STATE(5935)] = 331462, + [SMALL_STATE(5936)] = 331482, + [SMALL_STATE(5937)] = 331502, + [SMALL_STATE(5938)] = 331522, + [SMALL_STATE(5939)] = 331542, + [SMALL_STATE(5940)] = 331562, + [SMALL_STATE(5941)] = 331582, + [SMALL_STATE(5942)] = 331602, + [SMALL_STATE(5943)] = 331622, + [SMALL_STATE(5944)] = 331642, + [SMALL_STATE(5945)] = 331662, + [SMALL_STATE(5946)] = 331686, + [SMALL_STATE(5947)] = 331710, + [SMALL_STATE(5948)] = 331734, + [SMALL_STATE(5949)] = 331754, + [SMALL_STATE(5950)] = 331774, + [SMALL_STATE(5951)] = 331794, + [SMALL_STATE(5952)] = 331820, + [SMALL_STATE(5953)] = 331840, + [SMALL_STATE(5954)] = 331866, + [SMALL_STATE(5955)] = 331892, + [SMALL_STATE(5956)] = 331912, + [SMALL_STATE(5957)] = 331932, + [SMALL_STATE(5958)] = 331958, + [SMALL_STATE(5959)] = 331978, + [SMALL_STATE(5960)] = 332004, + [SMALL_STATE(5961)] = 332024, + [SMALL_STATE(5962)] = 332044, + [SMALL_STATE(5963)] = 332064, + [SMALL_STATE(5964)] = 332084, + [SMALL_STATE(5965)] = 332104, + [SMALL_STATE(5966)] = 332130, + [SMALL_STATE(5967)] = 332150, + [SMALL_STATE(5968)] = 332176, + [SMALL_STATE(5969)] = 332202, + [SMALL_STATE(5970)] = 332222, + [SMALL_STATE(5971)] = 332248, + [SMALL_STATE(5972)] = 332274, + [SMALL_STATE(5973)] = 332300, + [SMALL_STATE(5974)] = 332320, + [SMALL_STATE(5975)] = 332346, + [SMALL_STATE(5976)] = 332372, + [SMALL_STATE(5977)] = 332398, + [SMALL_STATE(5978)] = 332424, + [SMALL_STATE(5979)] = 332450, + [SMALL_STATE(5980)] = 332470, + [SMALL_STATE(5981)] = 332490, + [SMALL_STATE(5982)] = 332516, + [SMALL_STATE(5983)] = 332542, + [SMALL_STATE(5984)] = 332568, + [SMALL_STATE(5985)] = 332588, + [SMALL_STATE(5986)] = 332608, + [SMALL_STATE(5987)] = 332628, + [SMALL_STATE(5988)] = 332648, + [SMALL_STATE(5989)] = 332668, + [SMALL_STATE(5990)] = 332694, + [SMALL_STATE(5991)] = 332714, + [SMALL_STATE(5992)] = 332740, + [SMALL_STATE(5993)] = 332766, + [SMALL_STATE(5994)] = 332792, + [SMALL_STATE(5995)] = 332812, + [SMALL_STATE(5996)] = 332834, + [SMALL_STATE(5997)] = 332860, + [SMALL_STATE(5998)] = 332886, + [SMALL_STATE(5999)] = 332912, + [SMALL_STATE(6000)] = 332934, + [SMALL_STATE(6001)] = 332956, + [SMALL_STATE(6002)] = 332978, + [SMALL_STATE(6003)] = 332998, + [SMALL_STATE(6004)] = 333024, + [SMALL_STATE(6005)] = 333050, + [SMALL_STATE(6006)] = 333076, + [SMALL_STATE(6007)] = 333102, + [SMALL_STATE(6008)] = 333128, + [SMALL_STATE(6009)] = 333148, + [SMALL_STATE(6010)] = 333168, + [SMALL_STATE(6011)] = 333188, + [SMALL_STATE(6012)] = 333208, + [SMALL_STATE(6013)] = 333228, + [SMALL_STATE(6014)] = 333248, + [SMALL_STATE(6015)] = 333274, + [SMALL_STATE(6016)] = 333294, + [SMALL_STATE(6017)] = 333320, + [SMALL_STATE(6018)] = 333342, + [SMALL_STATE(6019)] = 333362, + [SMALL_STATE(6020)] = 333382, + [SMALL_STATE(6021)] = 333408, + [SMALL_STATE(6022)] = 333428, + [SMALL_STATE(6023)] = 333454, + [SMALL_STATE(6024)] = 333476, + [SMALL_STATE(6025)] = 333502, + [SMALL_STATE(6026)] = 333528, + [SMALL_STATE(6027)] = 333554, + [SMALL_STATE(6028)] = 333578, + [SMALL_STATE(6029)] = 333598, + [SMALL_STATE(6030)] = 333622, + [SMALL_STATE(6031)] = 333642, + [SMALL_STATE(6032)] = 333662, + [SMALL_STATE(6033)] = 333688, + [SMALL_STATE(6034)] = 333714, + [SMALL_STATE(6035)] = 333740, + [SMALL_STATE(6036)] = 333766, + [SMALL_STATE(6037)] = 333792, + [SMALL_STATE(6038)] = 333818, + [SMALL_STATE(6039)] = 333844, + [SMALL_STATE(6040)] = 333864, + [SMALL_STATE(6041)] = 333888, + [SMALL_STATE(6042)] = 333908, + [SMALL_STATE(6043)] = 333934, + [SMALL_STATE(6044)] = 333954, + [SMALL_STATE(6045)] = 333980, + [SMALL_STATE(6046)] = 334000, + [SMALL_STATE(6047)] = 334020, + [SMALL_STATE(6048)] = 334040, + [SMALL_STATE(6049)] = 334060, + [SMALL_STATE(6050)] = 334084, + [SMALL_STATE(6051)] = 334106, + [SMALL_STATE(6052)] = 334132, + [SMALL_STATE(6053)] = 334152, + [SMALL_STATE(6054)] = 334174, + [SMALL_STATE(6055)] = 334194, + [SMALL_STATE(6056)] = 334214, + [SMALL_STATE(6057)] = 334234, + [SMALL_STATE(6058)] = 334254, + [SMALL_STATE(6059)] = 334280, + [SMALL_STATE(6060)] = 334306, + [SMALL_STATE(6061)] = 334332, + [SMALL_STATE(6062)] = 334358, + [SMALL_STATE(6063)] = 334384, + [SMALL_STATE(6064)] = 334404, + [SMALL_STATE(6065)] = 334430, + [SMALL_STATE(6066)] = 334456, + [SMALL_STATE(6067)] = 334480, + [SMALL_STATE(6068)] = 334500, + [SMALL_STATE(6069)] = 334522, + [SMALL_STATE(6070)] = 334548, + [SMALL_STATE(6071)] = 334574, + [SMALL_STATE(6072)] = 334600, + [SMALL_STATE(6073)] = 334620, + [SMALL_STATE(6074)] = 334640, + [SMALL_STATE(6075)] = 334666, + [SMALL_STATE(6076)] = 334686, + [SMALL_STATE(6077)] = 334710, + [SMALL_STATE(6078)] = 334730, + [SMALL_STATE(6079)] = 334756, + [SMALL_STATE(6080)] = 334782, + [SMALL_STATE(6081)] = 334804, + [SMALL_STATE(6082)] = 334824, + [SMALL_STATE(6083)] = 334846, + [SMALL_STATE(6084)] = 334866, + [SMALL_STATE(6085)] = 334892, + [SMALL_STATE(6086)] = 334916, + [SMALL_STATE(6087)] = 334936, + [SMALL_STATE(6088)] = 334956, + [SMALL_STATE(6089)] = 334980, + [SMALL_STATE(6090)] = 335004, + [SMALL_STATE(6091)] = 335024, + [SMALL_STATE(6092)] = 335050, + [SMALL_STATE(6093)] = 335070, + [SMALL_STATE(6094)] = 335096, + [SMALL_STATE(6095)] = 335122, + [SMALL_STATE(6096)] = 335142, + [SMALL_STATE(6097)] = 335162, + [SMALL_STATE(6098)] = 335182, + [SMALL_STATE(6099)] = 335208, + [SMALL_STATE(6100)] = 335234, + [SMALL_STATE(6101)] = 335254, + [SMALL_STATE(6102)] = 335278, + [SMALL_STATE(6103)] = 335304, + [SMALL_STATE(6104)] = 335330, + [SMALL_STATE(6105)] = 335350, + [SMALL_STATE(6106)] = 335370, + [SMALL_STATE(6107)] = 335396, + [SMALL_STATE(6108)] = 335422, + [SMALL_STATE(6109)] = 335448, + [SMALL_STATE(6110)] = 335468, + [SMALL_STATE(6111)] = 335488, + [SMALL_STATE(6112)] = 335514, + [SMALL_STATE(6113)] = 335540, + [SMALL_STATE(6114)] = 335562, + [SMALL_STATE(6115)] = 335584, + [SMALL_STATE(6116)] = 335604, + [SMALL_STATE(6117)] = 335630, + [SMALL_STATE(6118)] = 335652, + [SMALL_STATE(6119)] = 335676, + [SMALL_STATE(6120)] = 335702, + [SMALL_STATE(6121)] = 335728, + [SMALL_STATE(6122)] = 335752, + [SMALL_STATE(6123)] = 335772, + [SMALL_STATE(6124)] = 335792, + [SMALL_STATE(6125)] = 335816, + [SMALL_STATE(6126)] = 335836, + [SMALL_STATE(6127)] = 335862, + [SMALL_STATE(6128)] = 335888, + [SMALL_STATE(6129)] = 335914, + [SMALL_STATE(6130)] = 335940, + [SMALL_STATE(6131)] = 335966, + [SMALL_STATE(6132)] = 335986, + [SMALL_STATE(6133)] = 336012, + [SMALL_STATE(6134)] = 336038, + [SMALL_STATE(6135)] = 336058, + [SMALL_STATE(6136)] = 336082, + [SMALL_STATE(6137)] = 336102, + [SMALL_STATE(6138)] = 336128, + [SMALL_STATE(6139)] = 336150, + [SMALL_STATE(6140)] = 336170, + [SMALL_STATE(6141)] = 336190, + [SMALL_STATE(6142)] = 336216, + [SMALL_STATE(6143)] = 336238, + [SMALL_STATE(6144)] = 336258, + [SMALL_STATE(6145)] = 336282, + [SMALL_STATE(6146)] = 336302, + [SMALL_STATE(6147)] = 336322, + [SMALL_STATE(6148)] = 336346, + [SMALL_STATE(6149)] = 336372, + [SMALL_STATE(6150)] = 336398, + [SMALL_STATE(6151)] = 336418, + [SMALL_STATE(6152)] = 336444, + [SMALL_STATE(6153)] = 336470, + [SMALL_STATE(6154)] = 336492, + [SMALL_STATE(6155)] = 336518, + [SMALL_STATE(6156)] = 336540, + [SMALL_STATE(6157)] = 336560, + [SMALL_STATE(6158)] = 336580, + [SMALL_STATE(6159)] = 336606, + [SMALL_STATE(6160)] = 336632, + [SMALL_STATE(6161)] = 336658, + [SMALL_STATE(6162)] = 336684, + [SMALL_STATE(6163)] = 336708, + [SMALL_STATE(6164)] = 336734, + [SMALL_STATE(6165)] = 336754, + [SMALL_STATE(6166)] = 336780, + [SMALL_STATE(6167)] = 336802, + [SMALL_STATE(6168)] = 336822, + [SMALL_STATE(6169)] = 336842, + [SMALL_STATE(6170)] = 336864, + [SMALL_STATE(6171)] = 336890, + [SMALL_STATE(6172)] = 336916, + [SMALL_STATE(6173)] = 336936, + [SMALL_STATE(6174)] = 336956, + [SMALL_STATE(6175)] = 336976, + [SMALL_STATE(6176)] = 336996, + [SMALL_STATE(6177)] = 337020, + [SMALL_STATE(6178)] = 337040, + [SMALL_STATE(6179)] = 337060, + [SMALL_STATE(6180)] = 337082, + [SMALL_STATE(6181)] = 337104, + [SMALL_STATE(6182)] = 337124, + [SMALL_STATE(6183)] = 337144, + [SMALL_STATE(6184)] = 337164, + [SMALL_STATE(6185)] = 337190, + [SMALL_STATE(6186)] = 337210, + [SMALL_STATE(6187)] = 337236, + [SMALL_STATE(6188)] = 337256, + [SMALL_STATE(6189)] = 337282, + [SMALL_STATE(6190)] = 337308, + [SMALL_STATE(6191)] = 337334, + [SMALL_STATE(6192)] = 337360, + [SMALL_STATE(6193)] = 337386, + [SMALL_STATE(6194)] = 337406, + [SMALL_STATE(6195)] = 337432, + [SMALL_STATE(6196)] = 337458, + [SMALL_STATE(6197)] = 337482, + [SMALL_STATE(6198)] = 337508, + [SMALL_STATE(6199)] = 337528, + [SMALL_STATE(6200)] = 337552, + [SMALL_STATE(6201)] = 337572, + [SMALL_STATE(6202)] = 337594, + [SMALL_STATE(6203)] = 337620, + [SMALL_STATE(6204)] = 337640, + [SMALL_STATE(6205)] = 337663, + [SMALL_STATE(6206)] = 337686, + [SMALL_STATE(6207)] = 337709, + [SMALL_STATE(6208)] = 337728, + [SMALL_STATE(6209)] = 337749, + [SMALL_STATE(6210)] = 337772, + [SMALL_STATE(6211)] = 337795, + [SMALL_STATE(6212)] = 337818, + [SMALL_STATE(6213)] = 337841, + [SMALL_STATE(6214)] = 337864, + [SMALL_STATE(6215)] = 337887, + [SMALL_STATE(6216)] = 337908, + [SMALL_STATE(6217)] = 337931, + [SMALL_STATE(6218)] = 337954, + [SMALL_STATE(6219)] = 337977, + [SMALL_STATE(6220)] = 338000, + [SMALL_STATE(6221)] = 338019, + [SMALL_STATE(6222)] = 338042, + [SMALL_STATE(6223)] = 338065, + [SMALL_STATE(6224)] = 338088, + [SMALL_STATE(6225)] = 338107, + [SMALL_STATE(6226)] = 338128, + [SMALL_STATE(6227)] = 338151, + [SMALL_STATE(6228)] = 338174, + [SMALL_STATE(6229)] = 338197, + [SMALL_STATE(6230)] = 338218, + [SMALL_STATE(6231)] = 338241, + [SMALL_STATE(6232)] = 338264, + [SMALL_STATE(6233)] = 338285, + [SMALL_STATE(6234)] = 338306, + [SMALL_STATE(6235)] = 338329, + [SMALL_STATE(6236)] = 338350, + [SMALL_STATE(6237)] = 338373, + [SMALL_STATE(6238)] = 338396, + [SMALL_STATE(6239)] = 338419, + [SMALL_STATE(6240)] = 338442, + [SMALL_STATE(6241)] = 338465, + [SMALL_STATE(6242)] = 338488, + [SMALL_STATE(6243)] = 338511, + [SMALL_STATE(6244)] = 338534, + [SMALL_STATE(6245)] = 338557, + [SMALL_STATE(6246)] = 338580, + [SMALL_STATE(6247)] = 338603, + [SMALL_STATE(6248)] = 338626, + [SMALL_STATE(6249)] = 338649, + [SMALL_STATE(6250)] = 338672, + [SMALL_STATE(6251)] = 338695, + [SMALL_STATE(6252)] = 338718, + [SMALL_STATE(6253)] = 338741, + [SMALL_STATE(6254)] = 338764, + [SMALL_STATE(6255)] = 338787, + [SMALL_STATE(6256)] = 338810, + [SMALL_STATE(6257)] = 338833, + [SMALL_STATE(6258)] = 338856, + [SMALL_STATE(6259)] = 338877, + [SMALL_STATE(6260)] = 338900, + [SMALL_STATE(6261)] = 338923, + [SMALL_STATE(6262)] = 338946, + [SMALL_STATE(6263)] = 338969, + [SMALL_STATE(6264)] = 338992, + [SMALL_STATE(6265)] = 339015, + [SMALL_STATE(6266)] = 339038, + [SMALL_STATE(6267)] = 339061, + [SMALL_STATE(6268)] = 339084, + [SMALL_STATE(6269)] = 339107, + [SMALL_STATE(6270)] = 339130, + [SMALL_STATE(6271)] = 339153, + [SMALL_STATE(6272)] = 339174, + [SMALL_STATE(6273)] = 339197, + [SMALL_STATE(6274)] = 339218, + [SMALL_STATE(6275)] = 339241, + [SMALL_STATE(6276)] = 339264, + [SMALL_STATE(6277)] = 339287, + [SMALL_STATE(6278)] = 339310, + [SMALL_STATE(6279)] = 339333, + [SMALL_STATE(6280)] = 339354, + [SMALL_STATE(6281)] = 339377, + [SMALL_STATE(6282)] = 339400, + [SMALL_STATE(6283)] = 339421, + [SMALL_STATE(6284)] = 339444, + [SMALL_STATE(6285)] = 339467, + [SMALL_STATE(6286)] = 339490, + [SMALL_STATE(6287)] = 339509, + [SMALL_STATE(6288)] = 339532, + [SMALL_STATE(6289)] = 339551, + [SMALL_STATE(6290)] = 339574, + [SMALL_STATE(6291)] = 339597, + [SMALL_STATE(6292)] = 339620, + [SMALL_STATE(6293)] = 339641, + [SMALL_STATE(6294)] = 339664, + [SMALL_STATE(6295)] = 339687, + [SMALL_STATE(6296)] = 339708, + [SMALL_STATE(6297)] = 339731, + [SMALL_STATE(6298)] = 339754, + [SMALL_STATE(6299)] = 339777, + [SMALL_STATE(6300)] = 339800, + [SMALL_STATE(6301)] = 339823, + [SMALL_STATE(6302)] = 339846, + [SMALL_STATE(6303)] = 339869, + [SMALL_STATE(6304)] = 339892, + [SMALL_STATE(6305)] = 339915, + [SMALL_STATE(6306)] = 339938, + [SMALL_STATE(6307)] = 339961, + [SMALL_STATE(6308)] = 339984, + [SMALL_STATE(6309)] = 340007, + [SMALL_STATE(6310)] = 340026, + [SMALL_STATE(6311)] = 340049, + [SMALL_STATE(6312)] = 340070, + [SMALL_STATE(6313)] = 340089, + [SMALL_STATE(6314)] = 340112, + [SMALL_STATE(6315)] = 340135, + [SMALL_STATE(6316)] = 340154, + [SMALL_STATE(6317)] = 340177, + [SMALL_STATE(6318)] = 340200, + [SMALL_STATE(6319)] = 340221, + [SMALL_STATE(6320)] = 340244, + [SMALL_STATE(6321)] = 340267, + [SMALL_STATE(6322)] = 340290, + [SMALL_STATE(6323)] = 340311, + [SMALL_STATE(6324)] = 340334, + [SMALL_STATE(6325)] = 340357, + [SMALL_STATE(6326)] = 340378, + [SMALL_STATE(6327)] = 340401, + [SMALL_STATE(6328)] = 340422, + [SMALL_STATE(6329)] = 340443, + [SMALL_STATE(6330)] = 340466, + [SMALL_STATE(6331)] = 340489, + [SMALL_STATE(6332)] = 340510, + [SMALL_STATE(6333)] = 340533, + [SMALL_STATE(6334)] = 340556, + [SMALL_STATE(6335)] = 340579, + [SMALL_STATE(6336)] = 340602, + [SMALL_STATE(6337)] = 340625, + [SMALL_STATE(6338)] = 340648, + [SMALL_STATE(6339)] = 340671, + [SMALL_STATE(6340)] = 340692, + [SMALL_STATE(6341)] = 340713, + [SMALL_STATE(6342)] = 340736, + [SMALL_STATE(6343)] = 340759, + [SMALL_STATE(6344)] = 340782, + [SMALL_STATE(6345)] = 340805, + [SMALL_STATE(6346)] = 340828, + [SMALL_STATE(6347)] = 340851, + [SMALL_STATE(6348)] = 340874, + [SMALL_STATE(6349)] = 340897, + [SMALL_STATE(6350)] = 340920, + [SMALL_STATE(6351)] = 340943, + [SMALL_STATE(6352)] = 340966, + [SMALL_STATE(6353)] = 340989, + [SMALL_STATE(6354)] = 341010, + [SMALL_STATE(6355)] = 341033, + [SMALL_STATE(6356)] = 341056, + [SMALL_STATE(6357)] = 341077, + [SMALL_STATE(6358)] = 341100, + [SMALL_STATE(6359)] = 341123, + [SMALL_STATE(6360)] = 341146, + [SMALL_STATE(6361)] = 341169, + [SMALL_STATE(6362)] = 341192, + [SMALL_STATE(6363)] = 341213, + [SMALL_STATE(6364)] = 341236, + [SMALL_STATE(6365)] = 341259, + [SMALL_STATE(6366)] = 341282, + [SMALL_STATE(6367)] = 341301, + [SMALL_STATE(6368)] = 341324, + [SMALL_STATE(6369)] = 341347, + [SMALL_STATE(6370)] = 341368, + [SMALL_STATE(6371)] = 341391, + [SMALL_STATE(6372)] = 341414, + [SMALL_STATE(6373)] = 341437, + [SMALL_STATE(6374)] = 341460, + [SMALL_STATE(6375)] = 341483, + [SMALL_STATE(6376)] = 341506, + [SMALL_STATE(6377)] = 341529, + [SMALL_STATE(6378)] = 341548, + [SMALL_STATE(6379)] = 341571, + [SMALL_STATE(6380)] = 341594, + [SMALL_STATE(6381)] = 341617, + [SMALL_STATE(6382)] = 341640, + [SMALL_STATE(6383)] = 341663, + [SMALL_STATE(6384)] = 341684, + [SMALL_STATE(6385)] = 341707, + [SMALL_STATE(6386)] = 341730, + [SMALL_STATE(6387)] = 341753, + [SMALL_STATE(6388)] = 341776, + [SMALL_STATE(6389)] = 341799, + [SMALL_STATE(6390)] = 341822, + [SMALL_STATE(6391)] = 341845, + [SMALL_STATE(6392)] = 341868, + [SMALL_STATE(6393)] = 341891, + [SMALL_STATE(6394)] = 341914, + [SMALL_STATE(6395)] = 341935, + [SMALL_STATE(6396)] = 341958, + [SMALL_STATE(6397)] = 341981, + [SMALL_STATE(6398)] = 342000, + [SMALL_STATE(6399)] = 342019, + [SMALL_STATE(6400)] = 342042, + [SMALL_STATE(6401)] = 342065, + [SMALL_STATE(6402)] = 342088, + [SMALL_STATE(6403)] = 342107, + [SMALL_STATE(6404)] = 342128, + [SMALL_STATE(6405)] = 342151, + [SMALL_STATE(6406)] = 342170, + [SMALL_STATE(6407)] = 342193, + [SMALL_STATE(6408)] = 342212, + [SMALL_STATE(6409)] = 342235, + [SMALL_STATE(6410)] = 342258, + [SMALL_STATE(6411)] = 342281, + [SMALL_STATE(6412)] = 342304, + [SMALL_STATE(6413)] = 342327, + [SMALL_STATE(6414)] = 342350, + [SMALL_STATE(6415)] = 342373, + [SMALL_STATE(6416)] = 342396, + [SMALL_STATE(6417)] = 342419, + [SMALL_STATE(6418)] = 342442, + [SMALL_STATE(6419)] = 342465, + [SMALL_STATE(6420)] = 342488, + [SMALL_STATE(6421)] = 342511, + [SMALL_STATE(6422)] = 342534, + [SMALL_STATE(6423)] = 342557, + [SMALL_STATE(6424)] = 342580, + [SMALL_STATE(6425)] = 342603, + [SMALL_STATE(6426)] = 342626, + [SMALL_STATE(6427)] = 342649, + [SMALL_STATE(6428)] = 342668, + [SMALL_STATE(6429)] = 342691, + [SMALL_STATE(6430)] = 342714, + [SMALL_STATE(6431)] = 342737, + [SMALL_STATE(6432)] = 342760, + [SMALL_STATE(6433)] = 342783, + [SMALL_STATE(6434)] = 342806, + [SMALL_STATE(6435)] = 342829, + [SMALL_STATE(6436)] = 342852, + [SMALL_STATE(6437)] = 342875, + [SMALL_STATE(6438)] = 342898, + [SMALL_STATE(6439)] = 342921, + [SMALL_STATE(6440)] = 342942, + [SMALL_STATE(6441)] = 342965, + [SMALL_STATE(6442)] = 342988, + [SMALL_STATE(6443)] = 343011, + [SMALL_STATE(6444)] = 343034, + [SMALL_STATE(6445)] = 343053, + [SMALL_STATE(6446)] = 343076, + [SMALL_STATE(6447)] = 343099, + [SMALL_STATE(6448)] = 343122, + [SMALL_STATE(6449)] = 343145, + [SMALL_STATE(6450)] = 343168, + [SMALL_STATE(6451)] = 343191, + [SMALL_STATE(6452)] = 343214, + [SMALL_STATE(6453)] = 343237, + [SMALL_STATE(6454)] = 343260, + [SMALL_STATE(6455)] = 343279, + [SMALL_STATE(6456)] = 343298, + [SMALL_STATE(6457)] = 343321, + [SMALL_STATE(6458)] = 343340, + [SMALL_STATE(6459)] = 343363, + [SMALL_STATE(6460)] = 343386, + [SMALL_STATE(6461)] = 343407, + [SMALL_STATE(6462)] = 343430, + [SMALL_STATE(6463)] = 343453, + [SMALL_STATE(6464)] = 343476, + [SMALL_STATE(6465)] = 343499, + [SMALL_STATE(6466)] = 343522, + [SMALL_STATE(6467)] = 343543, + [SMALL_STATE(6468)] = 343566, + [SMALL_STATE(6469)] = 343589, + [SMALL_STATE(6470)] = 343612, + [SMALL_STATE(6471)] = 343635, + [SMALL_STATE(6472)] = 343658, + [SMALL_STATE(6473)] = 343681, + [SMALL_STATE(6474)] = 343704, + [SMALL_STATE(6475)] = 343725, + [SMALL_STATE(6476)] = 343748, + [SMALL_STATE(6477)] = 343771, + [SMALL_STATE(6478)] = 343794, + [SMALL_STATE(6479)] = 343817, + [SMALL_STATE(6480)] = 343840, + [SMALL_STATE(6481)] = 343863, + [SMALL_STATE(6482)] = 343886, + [SMALL_STATE(6483)] = 343909, + [SMALL_STATE(6484)] = 343932, + [SMALL_STATE(6485)] = 343955, + [SMALL_STATE(6486)] = 343978, + [SMALL_STATE(6487)] = 344001, + [SMALL_STATE(6488)] = 344024, + [SMALL_STATE(6489)] = 344047, + [SMALL_STATE(6490)] = 344070, + [SMALL_STATE(6491)] = 344091, + [SMALL_STATE(6492)] = 344114, + [SMALL_STATE(6493)] = 344137, + [SMALL_STATE(6494)] = 344160, + [SMALL_STATE(6495)] = 344183, + [SMALL_STATE(6496)] = 344206, + [SMALL_STATE(6497)] = 344229, + [SMALL_STATE(6498)] = 344252, + [SMALL_STATE(6499)] = 344275, + [SMALL_STATE(6500)] = 344296, + [SMALL_STATE(6501)] = 344315, + [SMALL_STATE(6502)] = 344336, + [SMALL_STATE(6503)] = 344357, + [SMALL_STATE(6504)] = 344380, + [SMALL_STATE(6505)] = 344403, + [SMALL_STATE(6506)] = 344426, + [SMALL_STATE(6507)] = 344449, + [SMALL_STATE(6508)] = 344472, + [SMALL_STATE(6509)] = 344495, + [SMALL_STATE(6510)] = 344514, + [SMALL_STATE(6511)] = 344537, + [SMALL_STATE(6512)] = 344560, + [SMALL_STATE(6513)] = 344583, + [SMALL_STATE(6514)] = 344606, + [SMALL_STATE(6515)] = 344627, + [SMALL_STATE(6516)] = 344650, + [SMALL_STATE(6517)] = 344673, + [SMALL_STATE(6518)] = 344696, + [SMALL_STATE(6519)] = 344717, + [SMALL_STATE(6520)] = 344738, + [SMALL_STATE(6521)] = 344761, + [SMALL_STATE(6522)] = 344784, + [SMALL_STATE(6523)] = 344807, + [SMALL_STATE(6524)] = 344830, + [SMALL_STATE(6525)] = 344853, + [SMALL_STATE(6526)] = 344874, + [SMALL_STATE(6527)] = 344897, + [SMALL_STATE(6528)] = 344920, + [SMALL_STATE(6529)] = 344943, + [SMALL_STATE(6530)] = 344962, + [SMALL_STATE(6531)] = 344985, + [SMALL_STATE(6532)] = 345008, + [SMALL_STATE(6533)] = 345031, + [SMALL_STATE(6534)] = 345054, + [SMALL_STATE(6535)] = 345077, + [SMALL_STATE(6536)] = 345100, + [SMALL_STATE(6537)] = 345123, + [SMALL_STATE(6538)] = 345144, + [SMALL_STATE(6539)] = 345165, + [SMALL_STATE(6540)] = 345188, + [SMALL_STATE(6541)] = 345207, + [SMALL_STATE(6542)] = 345230, + [SMALL_STATE(6543)] = 345253, + [SMALL_STATE(6544)] = 345274, + [SMALL_STATE(6545)] = 345295, + [SMALL_STATE(6546)] = 345316, + [SMALL_STATE(6547)] = 345335, + [SMALL_STATE(6548)] = 345358, + [SMALL_STATE(6549)] = 345381, + [SMALL_STATE(6550)] = 345404, + [SMALL_STATE(6551)] = 345427, + [SMALL_STATE(6552)] = 345450, + [SMALL_STATE(6553)] = 345473, + [SMALL_STATE(6554)] = 345496, + [SMALL_STATE(6555)] = 345519, + [SMALL_STATE(6556)] = 345542, + [SMALL_STATE(6557)] = 345565, + [SMALL_STATE(6558)] = 345588, + [SMALL_STATE(6559)] = 345611, + [SMALL_STATE(6560)] = 345634, + [SMALL_STATE(6561)] = 345657, + [SMALL_STATE(6562)] = 345680, + [SMALL_STATE(6563)] = 345703, + [SMALL_STATE(6564)] = 345726, + [SMALL_STATE(6565)] = 345749, + [SMALL_STATE(6566)] = 345772, + [SMALL_STATE(6567)] = 345795, + [SMALL_STATE(6568)] = 345818, + [SMALL_STATE(6569)] = 345841, + [SMALL_STATE(6570)] = 345861, + [SMALL_STATE(6571)] = 345881, + [SMALL_STATE(6572)] = 345899, + [SMALL_STATE(6573)] = 345917, + [SMALL_STATE(6574)] = 345937, + [SMALL_STATE(6575)] = 345955, + [SMALL_STATE(6576)] = 345973, + [SMALL_STATE(6577)] = 345991, + [SMALL_STATE(6578)] = 346009, + [SMALL_STATE(6579)] = 346029, + [SMALL_STATE(6580)] = 346049, + [SMALL_STATE(6581)] = 346069, + [SMALL_STATE(6582)] = 346089, + [SMALL_STATE(6583)] = 346107, + [SMALL_STATE(6584)] = 346127, + [SMALL_STATE(6585)] = 346145, + [SMALL_STATE(6586)] = 346165, + [SMALL_STATE(6587)] = 346185, + [SMALL_STATE(6588)] = 346205, + [SMALL_STATE(6589)] = 346225, + [SMALL_STATE(6590)] = 346245, + [SMALL_STATE(6591)] = 346265, + [SMALL_STATE(6592)] = 346285, + [SMALL_STATE(6593)] = 346303, + [SMALL_STATE(6594)] = 346323, + [SMALL_STATE(6595)] = 346343, + [SMALL_STATE(6596)] = 346363, + [SMALL_STATE(6597)] = 346383, + [SMALL_STATE(6598)] = 346401, + [SMALL_STATE(6599)] = 346421, + [SMALL_STATE(6600)] = 346439, + [SMALL_STATE(6601)] = 346459, + [SMALL_STATE(6602)] = 346479, + [SMALL_STATE(6603)] = 346499, + [SMALL_STATE(6604)] = 346519, + [SMALL_STATE(6605)] = 346539, + [SMALL_STATE(6606)] = 346559, + [SMALL_STATE(6607)] = 346579, + [SMALL_STATE(6608)] = 346597, + [SMALL_STATE(6609)] = 346617, + [SMALL_STATE(6610)] = 346635, + [SMALL_STATE(6611)] = 346655, + [SMALL_STATE(6612)] = 346675, + [SMALL_STATE(6613)] = 346695, + [SMALL_STATE(6614)] = 346715, + [SMALL_STATE(6615)] = 346735, + [SMALL_STATE(6616)] = 346755, + [SMALL_STATE(6617)] = 346775, + [SMALL_STATE(6618)] = 346795, + [SMALL_STATE(6619)] = 346815, + [SMALL_STATE(6620)] = 346835, + [SMALL_STATE(6621)] = 346853, + [SMALL_STATE(6622)] = 346873, + [SMALL_STATE(6623)] = 346893, + [SMALL_STATE(6624)] = 346913, + [SMALL_STATE(6625)] = 346933, + [SMALL_STATE(6626)] = 346953, + [SMALL_STATE(6627)] = 346971, + [SMALL_STATE(6628)] = 346991, + [SMALL_STATE(6629)] = 347009, + [SMALL_STATE(6630)] = 347029, + [SMALL_STATE(6631)] = 347049, + [SMALL_STATE(6632)] = 347069, + [SMALL_STATE(6633)] = 347089, + [SMALL_STATE(6634)] = 347109, + [SMALL_STATE(6635)] = 347129, + [SMALL_STATE(6636)] = 347149, + [SMALL_STATE(6637)] = 347169, + [SMALL_STATE(6638)] = 347189, + [SMALL_STATE(6639)] = 347209, + [SMALL_STATE(6640)] = 347229, + [SMALL_STATE(6641)] = 347249, + [SMALL_STATE(6642)] = 347269, + [SMALL_STATE(6643)] = 347289, + [SMALL_STATE(6644)] = 347309, + [SMALL_STATE(6645)] = 347329, + [SMALL_STATE(6646)] = 347349, + [SMALL_STATE(6647)] = 347369, + [SMALL_STATE(6648)] = 347389, + [SMALL_STATE(6649)] = 347409, + [SMALL_STATE(6650)] = 347429, + [SMALL_STATE(6651)] = 347449, + [SMALL_STATE(6652)] = 347469, + [SMALL_STATE(6653)] = 347489, + [SMALL_STATE(6654)] = 347509, + [SMALL_STATE(6655)] = 347529, + [SMALL_STATE(6656)] = 347549, + [SMALL_STATE(6657)] = 347569, + [SMALL_STATE(6658)] = 347589, + [SMALL_STATE(6659)] = 347607, + [SMALL_STATE(6660)] = 347627, + [SMALL_STATE(6661)] = 347645, + [SMALL_STATE(6662)] = 347663, + [SMALL_STATE(6663)] = 347681, + [SMALL_STATE(6664)] = 347701, + [SMALL_STATE(6665)] = 347721, + [SMALL_STATE(6666)] = 347741, + [SMALL_STATE(6667)] = 347761, + [SMALL_STATE(6668)] = 347781, + [SMALL_STATE(6669)] = 347801, + [SMALL_STATE(6670)] = 347821, + [SMALL_STATE(6671)] = 347841, + [SMALL_STATE(6672)] = 347861, + [SMALL_STATE(6673)] = 347881, + [SMALL_STATE(6674)] = 347901, + [SMALL_STATE(6675)] = 347921, + [SMALL_STATE(6676)] = 347941, + [SMALL_STATE(6677)] = 347961, + [SMALL_STATE(6678)] = 347981, + [SMALL_STATE(6679)] = 348001, + [SMALL_STATE(6680)] = 348021, + [SMALL_STATE(6681)] = 348041, + [SMALL_STATE(6682)] = 348061, + [SMALL_STATE(6683)] = 348081, + [SMALL_STATE(6684)] = 348101, + [SMALL_STATE(6685)] = 348121, + [SMALL_STATE(6686)] = 348141, + [SMALL_STATE(6687)] = 348161, + [SMALL_STATE(6688)] = 348181, + [SMALL_STATE(6689)] = 348201, + [SMALL_STATE(6690)] = 348221, + [SMALL_STATE(6691)] = 348241, + [SMALL_STATE(6692)] = 348261, + [SMALL_STATE(6693)] = 348281, + [SMALL_STATE(6694)] = 348301, + [SMALL_STATE(6695)] = 348321, + [SMALL_STATE(6696)] = 348341, + [SMALL_STATE(6697)] = 348361, + [SMALL_STATE(6698)] = 348381, + [SMALL_STATE(6699)] = 348401, + [SMALL_STATE(6700)] = 348421, + [SMALL_STATE(6701)] = 348441, + [SMALL_STATE(6702)] = 348461, + [SMALL_STATE(6703)] = 348481, + [SMALL_STATE(6704)] = 348501, + [SMALL_STATE(6705)] = 348521, + [SMALL_STATE(6706)] = 348539, + [SMALL_STATE(6707)] = 348559, + [SMALL_STATE(6708)] = 348579, + [SMALL_STATE(6709)] = 348599, + [SMALL_STATE(6710)] = 348619, + [SMALL_STATE(6711)] = 348637, + [SMALL_STATE(6712)] = 348657, + [SMALL_STATE(6713)] = 348677, + [SMALL_STATE(6714)] = 348697, + [SMALL_STATE(6715)] = 348715, + [SMALL_STATE(6716)] = 348735, + [SMALL_STATE(6717)] = 348753, + [SMALL_STATE(6718)] = 348773, + [SMALL_STATE(6719)] = 348793, + [SMALL_STATE(6720)] = 348811, + [SMALL_STATE(6721)] = 348831, + [SMALL_STATE(6722)] = 348851, + [SMALL_STATE(6723)] = 348869, + [SMALL_STATE(6724)] = 348887, + [SMALL_STATE(6725)] = 348907, + [SMALL_STATE(6726)] = 348927, + [SMALL_STATE(6727)] = 348947, + [SMALL_STATE(6728)] = 348967, + [SMALL_STATE(6729)] = 348985, + [SMALL_STATE(6730)] = 349005, + [SMALL_STATE(6731)] = 349025, + [SMALL_STATE(6732)] = 349045, + [SMALL_STATE(6733)] = 349063, + [SMALL_STATE(6734)] = 349083, + [SMALL_STATE(6735)] = 349103, + [SMALL_STATE(6736)] = 349123, + [SMALL_STATE(6737)] = 349143, + [SMALL_STATE(6738)] = 349163, + [SMALL_STATE(6739)] = 349183, + [SMALL_STATE(6740)] = 349203, + [SMALL_STATE(6741)] = 349223, + [SMALL_STATE(6742)] = 349243, + [SMALL_STATE(6743)] = 349263, + [SMALL_STATE(6744)] = 349283, + [SMALL_STATE(6745)] = 349301, + [SMALL_STATE(6746)] = 349321, + [SMALL_STATE(6747)] = 349341, + [SMALL_STATE(6748)] = 349361, + [SMALL_STATE(6749)] = 349381, + [SMALL_STATE(6750)] = 349401, + [SMALL_STATE(6751)] = 349421, + [SMALL_STATE(6752)] = 349441, + [SMALL_STATE(6753)] = 349461, + [SMALL_STATE(6754)] = 349481, + [SMALL_STATE(6755)] = 349501, + [SMALL_STATE(6756)] = 349521, + [SMALL_STATE(6757)] = 349541, + [SMALL_STATE(6758)] = 349561, + [SMALL_STATE(6759)] = 349581, + [SMALL_STATE(6760)] = 349601, + [SMALL_STATE(6761)] = 349621, + [SMALL_STATE(6762)] = 349641, + [SMALL_STATE(6763)] = 349661, + [SMALL_STATE(6764)] = 349679, + [SMALL_STATE(6765)] = 349699, + [SMALL_STATE(6766)] = 349719, + [SMALL_STATE(6767)] = 349737, + [SMALL_STATE(6768)] = 349757, + [SMALL_STATE(6769)] = 349777, + [SMALL_STATE(6770)] = 349797, + [SMALL_STATE(6771)] = 349817, + [SMALL_STATE(6772)] = 349837, + [SMALL_STATE(6773)] = 349855, + [SMALL_STATE(6774)] = 349875, + [SMALL_STATE(6775)] = 349895, + [SMALL_STATE(6776)] = 349915, + [SMALL_STATE(6777)] = 349935, + [SMALL_STATE(6778)] = 349955, + [SMALL_STATE(6779)] = 349975, + [SMALL_STATE(6780)] = 349993, + [SMALL_STATE(6781)] = 350011, + [SMALL_STATE(6782)] = 350031, + [SMALL_STATE(6783)] = 350051, + [SMALL_STATE(6784)] = 350071, + [SMALL_STATE(6785)] = 350091, + [SMALL_STATE(6786)] = 350111, + [SMALL_STATE(6787)] = 350131, + [SMALL_STATE(6788)] = 350151, + [SMALL_STATE(6789)] = 350171, + [SMALL_STATE(6790)] = 350191, + [SMALL_STATE(6791)] = 350211, + [SMALL_STATE(6792)] = 350231, + [SMALL_STATE(6793)] = 350251, + [SMALL_STATE(6794)] = 350269, + [SMALL_STATE(6795)] = 350287, + [SMALL_STATE(6796)] = 350307, + [SMALL_STATE(6797)] = 350325, + [SMALL_STATE(6798)] = 350345, + [SMALL_STATE(6799)] = 350365, + [SMALL_STATE(6800)] = 350385, + [SMALL_STATE(6801)] = 350405, + [SMALL_STATE(6802)] = 350425, + [SMALL_STATE(6803)] = 350445, + [SMALL_STATE(6804)] = 350465, + [SMALL_STATE(6805)] = 350485, + [SMALL_STATE(6806)] = 350505, + [SMALL_STATE(6807)] = 350525, + [SMALL_STATE(6808)] = 350545, + [SMALL_STATE(6809)] = 350565, + [SMALL_STATE(6810)] = 350585, + [SMALL_STATE(6811)] = 350605, + [SMALL_STATE(6812)] = 350625, + [SMALL_STATE(6813)] = 350643, + [SMALL_STATE(6814)] = 350663, + [SMALL_STATE(6815)] = 350683, + [SMALL_STATE(6816)] = 350703, + [SMALL_STATE(6817)] = 350721, + [SMALL_STATE(6818)] = 350741, + [SMALL_STATE(6819)] = 350761, + [SMALL_STATE(6820)] = 350781, + [SMALL_STATE(6821)] = 350801, + [SMALL_STATE(6822)] = 350821, + [SMALL_STATE(6823)] = 350841, + [SMALL_STATE(6824)] = 350861, + [SMALL_STATE(6825)] = 350881, + [SMALL_STATE(6826)] = 350901, + [SMALL_STATE(6827)] = 350921, + [SMALL_STATE(6828)] = 350941, + [SMALL_STATE(6829)] = 350961, + [SMALL_STATE(6830)] = 350981, + [SMALL_STATE(6831)] = 351001, + [SMALL_STATE(6832)] = 351021, + [SMALL_STATE(6833)] = 351041, + [SMALL_STATE(6834)] = 351061, + [SMALL_STATE(6835)] = 351081, + [SMALL_STATE(6836)] = 351101, + [SMALL_STATE(6837)] = 351121, + [SMALL_STATE(6838)] = 351141, + [SMALL_STATE(6839)] = 351161, + [SMALL_STATE(6840)] = 351181, + [SMALL_STATE(6841)] = 351201, + [SMALL_STATE(6842)] = 351219, + [SMALL_STATE(6843)] = 351239, + [SMALL_STATE(6844)] = 351259, + [SMALL_STATE(6845)] = 351279, + [SMALL_STATE(6846)] = 351299, + [SMALL_STATE(6847)] = 351319, + [SMALL_STATE(6848)] = 351339, + [SMALL_STATE(6849)] = 351359, + [SMALL_STATE(6850)] = 351379, + [SMALL_STATE(6851)] = 351399, + [SMALL_STATE(6852)] = 351419, + [SMALL_STATE(6853)] = 351439, + [SMALL_STATE(6854)] = 351459, + [SMALL_STATE(6855)] = 351479, + [SMALL_STATE(6856)] = 351499, + [SMALL_STATE(6857)] = 351519, + [SMALL_STATE(6858)] = 351539, + [SMALL_STATE(6859)] = 351557, + [SMALL_STATE(6860)] = 351577, + [SMALL_STATE(6861)] = 351597, + [SMALL_STATE(6862)] = 351615, + [SMALL_STATE(6863)] = 351635, + [SMALL_STATE(6864)] = 351655, + [SMALL_STATE(6865)] = 351675, + [SMALL_STATE(6866)] = 351695, + [SMALL_STATE(6867)] = 351715, + [SMALL_STATE(6868)] = 351735, + [SMALL_STATE(6869)] = 351755, + [SMALL_STATE(6870)] = 351775, + [SMALL_STATE(6871)] = 351795, + [SMALL_STATE(6872)] = 351815, + [SMALL_STATE(6873)] = 351835, + [SMALL_STATE(6874)] = 351855, + [SMALL_STATE(6875)] = 351875, + [SMALL_STATE(6876)] = 351895, + [SMALL_STATE(6877)] = 351915, + [SMALL_STATE(6878)] = 351935, + [SMALL_STATE(6879)] = 351955, + [SMALL_STATE(6880)] = 351975, + [SMALL_STATE(6881)] = 351995, + [SMALL_STATE(6882)] = 352015, + [SMALL_STATE(6883)] = 352035, + [SMALL_STATE(6884)] = 352055, + [SMALL_STATE(6885)] = 352075, + [SMALL_STATE(6886)] = 352095, + [SMALL_STATE(6887)] = 352115, + [SMALL_STATE(6888)] = 352135, + [SMALL_STATE(6889)] = 352155, + [SMALL_STATE(6890)] = 352175, + [SMALL_STATE(6891)] = 352195, + [SMALL_STATE(6892)] = 352215, + [SMALL_STATE(6893)] = 352235, + [SMALL_STATE(6894)] = 352255, + [SMALL_STATE(6895)] = 352275, + [SMALL_STATE(6896)] = 352295, + [SMALL_STATE(6897)] = 352315, + [SMALL_STATE(6898)] = 352335, + [SMALL_STATE(6899)] = 352355, + [SMALL_STATE(6900)] = 352375, + [SMALL_STATE(6901)] = 352393, + [SMALL_STATE(6902)] = 352413, + [SMALL_STATE(6903)] = 352433, + [SMALL_STATE(6904)] = 352453, + [SMALL_STATE(6905)] = 352471, + [SMALL_STATE(6906)] = 352491, + [SMALL_STATE(6907)] = 352511, + [SMALL_STATE(6908)] = 352531, + [SMALL_STATE(6909)] = 352551, + [SMALL_STATE(6910)] = 352571, + [SMALL_STATE(6911)] = 352591, + [SMALL_STATE(6912)] = 352611, + [SMALL_STATE(6913)] = 352631, + [SMALL_STATE(6914)] = 352651, + [SMALL_STATE(6915)] = 352671, + [SMALL_STATE(6916)] = 352691, + [SMALL_STATE(6917)] = 352711, + [SMALL_STATE(6918)] = 352729, + [SMALL_STATE(6919)] = 352747, + [SMALL_STATE(6920)] = 352767, + [SMALL_STATE(6921)] = 352787, + [SMALL_STATE(6922)] = 352807, + [SMALL_STATE(6923)] = 352827, + [SMALL_STATE(6924)] = 352847, + [SMALL_STATE(6925)] = 352867, + [SMALL_STATE(6926)] = 352887, + [SMALL_STATE(6927)] = 352907, + [SMALL_STATE(6928)] = 352927, + [SMALL_STATE(6929)] = 352947, + [SMALL_STATE(6930)] = 352967, + [SMALL_STATE(6931)] = 352987, + [SMALL_STATE(6932)] = 353007, + [SMALL_STATE(6933)] = 353027, + [SMALL_STATE(6934)] = 353047, + [SMALL_STATE(6935)] = 353067, + [SMALL_STATE(6936)] = 353087, + [SMALL_STATE(6937)] = 353107, + [SMALL_STATE(6938)] = 353127, + [SMALL_STATE(6939)] = 353147, + [SMALL_STATE(6940)] = 353167, + [SMALL_STATE(6941)] = 353187, + [SMALL_STATE(6942)] = 353207, + [SMALL_STATE(6943)] = 353227, + [SMALL_STATE(6944)] = 353247, + [SMALL_STATE(6945)] = 353267, + [SMALL_STATE(6946)] = 353287, + [SMALL_STATE(6947)] = 353307, + [SMALL_STATE(6948)] = 353327, + [SMALL_STATE(6949)] = 353347, + [SMALL_STATE(6950)] = 353367, + [SMALL_STATE(6951)] = 353387, + [SMALL_STATE(6952)] = 353407, + [SMALL_STATE(6953)] = 353427, + [SMALL_STATE(6954)] = 353447, + [SMALL_STATE(6955)] = 353467, + [SMALL_STATE(6956)] = 353487, + [SMALL_STATE(6957)] = 353507, + [SMALL_STATE(6958)] = 353527, + [SMALL_STATE(6959)] = 353547, + [SMALL_STATE(6960)] = 353567, + [SMALL_STATE(6961)] = 353587, + [SMALL_STATE(6962)] = 353607, + [SMALL_STATE(6963)] = 353627, + [SMALL_STATE(6964)] = 353647, + [SMALL_STATE(6965)] = 353667, + [SMALL_STATE(6966)] = 353687, + [SMALL_STATE(6967)] = 353707, + [SMALL_STATE(6968)] = 353725, + [SMALL_STATE(6969)] = 353745, + [SMALL_STATE(6970)] = 353765, + [SMALL_STATE(6971)] = 353785, + [SMALL_STATE(6972)] = 353805, + [SMALL_STATE(6973)] = 353825, + [SMALL_STATE(6974)] = 353845, + [SMALL_STATE(6975)] = 353865, + [SMALL_STATE(6976)] = 353883, + [SMALL_STATE(6977)] = 353903, + [SMALL_STATE(6978)] = 353923, + [SMALL_STATE(6979)] = 353943, + [SMALL_STATE(6980)] = 353963, + [SMALL_STATE(6981)] = 353983, + [SMALL_STATE(6982)] = 354003, + [SMALL_STATE(6983)] = 354023, + [SMALL_STATE(6984)] = 354043, + [SMALL_STATE(6985)] = 354063, + [SMALL_STATE(6986)] = 354083, + [SMALL_STATE(6987)] = 354103, + [SMALL_STATE(6988)] = 354123, + [SMALL_STATE(6989)] = 354143, + [SMALL_STATE(6990)] = 354161, + [SMALL_STATE(6991)] = 354181, + [SMALL_STATE(6992)] = 354199, + [SMALL_STATE(6993)] = 354219, + [SMALL_STATE(6994)] = 354239, + [SMALL_STATE(6995)] = 354257, + [SMALL_STATE(6996)] = 354277, + [SMALL_STATE(6997)] = 354297, + [SMALL_STATE(6998)] = 354317, + [SMALL_STATE(6999)] = 354337, + [SMALL_STATE(7000)] = 354357, + [SMALL_STATE(7001)] = 354377, + [SMALL_STATE(7002)] = 354397, + [SMALL_STATE(7003)] = 354417, + [SMALL_STATE(7004)] = 354437, + [SMALL_STATE(7005)] = 354457, + [SMALL_STATE(7006)] = 354477, + [SMALL_STATE(7007)] = 354497, + [SMALL_STATE(7008)] = 354517, + [SMALL_STATE(7009)] = 354537, + [SMALL_STATE(7010)] = 354557, + [SMALL_STATE(7011)] = 354577, + [SMALL_STATE(7012)] = 354597, + [SMALL_STATE(7013)] = 354617, + [SMALL_STATE(7014)] = 354637, + [SMALL_STATE(7015)] = 354657, + [SMALL_STATE(7016)] = 354677, + [SMALL_STATE(7017)] = 354697, + [SMALL_STATE(7018)] = 354717, + [SMALL_STATE(7019)] = 354737, + [SMALL_STATE(7020)] = 354757, + [SMALL_STATE(7021)] = 354777, + [SMALL_STATE(7022)] = 354797, + [SMALL_STATE(7023)] = 354817, + [SMALL_STATE(7024)] = 354837, + [SMALL_STATE(7025)] = 354857, + [SMALL_STATE(7026)] = 354877, + [SMALL_STATE(7027)] = 354897, + [SMALL_STATE(7028)] = 354917, + [SMALL_STATE(7029)] = 354937, + [SMALL_STATE(7030)] = 354957, + [SMALL_STATE(7031)] = 354977, + [SMALL_STATE(7032)] = 354997, + [SMALL_STATE(7033)] = 355017, + [SMALL_STATE(7034)] = 355037, + [SMALL_STATE(7035)] = 355057, + [SMALL_STATE(7036)] = 355075, + [SMALL_STATE(7037)] = 355095, + [SMALL_STATE(7038)] = 355115, + [SMALL_STATE(7039)] = 355135, + [SMALL_STATE(7040)] = 355155, + [SMALL_STATE(7041)] = 355175, + [SMALL_STATE(7042)] = 355195, + [SMALL_STATE(7043)] = 355215, + [SMALL_STATE(7044)] = 355235, + [SMALL_STATE(7045)] = 355255, + [SMALL_STATE(7046)] = 355275, + [SMALL_STATE(7047)] = 355295, + [SMALL_STATE(7048)] = 355315, + [SMALL_STATE(7049)] = 355335, + [SMALL_STATE(7050)] = 355355, + [SMALL_STATE(7051)] = 355375, + [SMALL_STATE(7052)] = 355395, + [SMALL_STATE(7053)] = 355415, + [SMALL_STATE(7054)] = 355435, + [SMALL_STATE(7055)] = 355455, + [SMALL_STATE(7056)] = 355475, + [SMALL_STATE(7057)] = 355495, + [SMALL_STATE(7058)] = 355515, + [SMALL_STATE(7059)] = 355535, + [SMALL_STATE(7060)] = 355555, + [SMALL_STATE(7061)] = 355575, + [SMALL_STATE(7062)] = 355595, + [SMALL_STATE(7063)] = 355615, + [SMALL_STATE(7064)] = 355635, + [SMALL_STATE(7065)] = 355655, + [SMALL_STATE(7066)] = 355675, + [SMALL_STATE(7067)] = 355695, + [SMALL_STATE(7068)] = 355715, + [SMALL_STATE(7069)] = 355735, + [SMALL_STATE(7070)] = 355755, + [SMALL_STATE(7071)] = 355775, + [SMALL_STATE(7072)] = 355795, + [SMALL_STATE(7073)] = 355815, + [SMALL_STATE(7074)] = 355833, + [SMALL_STATE(7075)] = 355853, + [SMALL_STATE(7076)] = 355873, + [SMALL_STATE(7077)] = 355893, + [SMALL_STATE(7078)] = 355913, + [SMALL_STATE(7079)] = 355933, + [SMALL_STATE(7080)] = 355953, + [SMALL_STATE(7081)] = 355973, + [SMALL_STATE(7082)] = 355993, + [SMALL_STATE(7083)] = 356013, + [SMALL_STATE(7084)] = 356033, + [SMALL_STATE(7085)] = 356053, + [SMALL_STATE(7086)] = 356073, + [SMALL_STATE(7087)] = 356093, + [SMALL_STATE(7088)] = 356113, + [SMALL_STATE(7089)] = 356133, + [SMALL_STATE(7090)] = 356153, + [SMALL_STATE(7091)] = 356173, + [SMALL_STATE(7092)] = 356193, + [SMALL_STATE(7093)] = 356213, + [SMALL_STATE(7094)] = 356233, + [SMALL_STATE(7095)] = 356253, + [SMALL_STATE(7096)] = 356273, + [SMALL_STATE(7097)] = 356293, + [SMALL_STATE(7098)] = 356313, + [SMALL_STATE(7099)] = 356333, + [SMALL_STATE(7100)] = 356353, + [SMALL_STATE(7101)] = 356373, + [SMALL_STATE(7102)] = 356393, + [SMALL_STATE(7103)] = 356413, + [SMALL_STATE(7104)] = 356431, + [SMALL_STATE(7105)] = 356451, + [SMALL_STATE(7106)] = 356471, + [SMALL_STATE(7107)] = 356491, + [SMALL_STATE(7108)] = 356511, + [SMALL_STATE(7109)] = 356531, + [SMALL_STATE(7110)] = 356549, + [SMALL_STATE(7111)] = 356569, + [SMALL_STATE(7112)] = 356589, + [SMALL_STATE(7113)] = 356609, + [SMALL_STATE(7114)] = 356629, + [SMALL_STATE(7115)] = 356649, + [SMALL_STATE(7116)] = 356669, + [SMALL_STATE(7117)] = 356689, + [SMALL_STATE(7118)] = 356709, + [SMALL_STATE(7119)] = 356729, + [SMALL_STATE(7120)] = 356749, + [SMALL_STATE(7121)] = 356769, + [SMALL_STATE(7122)] = 356789, + [SMALL_STATE(7123)] = 356809, + [SMALL_STATE(7124)] = 356829, + [SMALL_STATE(7125)] = 356849, + [SMALL_STATE(7126)] = 356869, + [SMALL_STATE(7127)] = 356889, + [SMALL_STATE(7128)] = 356909, + [SMALL_STATE(7129)] = 356929, + [SMALL_STATE(7130)] = 356949, + [SMALL_STATE(7131)] = 356969, + [SMALL_STATE(7132)] = 356989, + [SMALL_STATE(7133)] = 357009, + [SMALL_STATE(7134)] = 357029, + [SMALL_STATE(7135)] = 357049, + [SMALL_STATE(7136)] = 357069, + [SMALL_STATE(7137)] = 357089, + [SMALL_STATE(7138)] = 357109, + [SMALL_STATE(7139)] = 357129, + [SMALL_STATE(7140)] = 357149, + [SMALL_STATE(7141)] = 357169, + [SMALL_STATE(7142)] = 357189, + [SMALL_STATE(7143)] = 357209, + [SMALL_STATE(7144)] = 357229, + [SMALL_STATE(7145)] = 357249, + [SMALL_STATE(7146)] = 357269, + [SMALL_STATE(7147)] = 357289, + [SMALL_STATE(7148)] = 357309, + [SMALL_STATE(7149)] = 357329, + [SMALL_STATE(7150)] = 357349, + [SMALL_STATE(7151)] = 357369, + [SMALL_STATE(7152)] = 357389, + [SMALL_STATE(7153)] = 357409, + [SMALL_STATE(7154)] = 357429, + [SMALL_STATE(7155)] = 357449, + [SMALL_STATE(7156)] = 357469, + [SMALL_STATE(7157)] = 357489, + [SMALL_STATE(7158)] = 357509, + [SMALL_STATE(7159)] = 357529, + [SMALL_STATE(7160)] = 357549, + [SMALL_STATE(7161)] = 357569, + [SMALL_STATE(7162)] = 357589, + [SMALL_STATE(7163)] = 357609, + [SMALL_STATE(7164)] = 357629, + [SMALL_STATE(7165)] = 357649, + [SMALL_STATE(7166)] = 357669, + [SMALL_STATE(7167)] = 357689, + [SMALL_STATE(7168)] = 357709, + [SMALL_STATE(7169)] = 357729, + [SMALL_STATE(7170)] = 357749, + [SMALL_STATE(7171)] = 357769, + [SMALL_STATE(7172)] = 357789, + [SMALL_STATE(7173)] = 357809, + [SMALL_STATE(7174)] = 357829, + [SMALL_STATE(7175)] = 357849, + [SMALL_STATE(7176)] = 357869, + [SMALL_STATE(7177)] = 357889, + [SMALL_STATE(7178)] = 357909, + [SMALL_STATE(7179)] = 357929, + [SMALL_STATE(7180)] = 357949, + [SMALL_STATE(7181)] = 357969, + [SMALL_STATE(7182)] = 357989, + [SMALL_STATE(7183)] = 358009, + [SMALL_STATE(7184)] = 358029, + [SMALL_STATE(7185)] = 358049, + [SMALL_STATE(7186)] = 358069, + [SMALL_STATE(7187)] = 358089, + [SMALL_STATE(7188)] = 358109, + [SMALL_STATE(7189)] = 358129, + [SMALL_STATE(7190)] = 358149, + [SMALL_STATE(7191)] = 358169, + [SMALL_STATE(7192)] = 358189, + [SMALL_STATE(7193)] = 358209, + [SMALL_STATE(7194)] = 358229, + [SMALL_STATE(7195)] = 358249, + [SMALL_STATE(7196)] = 358269, + [SMALL_STATE(7197)] = 358289, + [SMALL_STATE(7198)] = 358309, + [SMALL_STATE(7199)] = 358329, + [SMALL_STATE(7200)] = 358349, + [SMALL_STATE(7201)] = 358369, + [SMALL_STATE(7202)] = 358389, + [SMALL_STATE(7203)] = 358409, + [SMALL_STATE(7204)] = 358429, + [SMALL_STATE(7205)] = 358449, + [SMALL_STATE(7206)] = 358467, + [SMALL_STATE(7207)] = 358485, + [SMALL_STATE(7208)] = 358505, + [SMALL_STATE(7209)] = 358525, + [SMALL_STATE(7210)] = 358543, + [SMALL_STATE(7211)] = 358563, + [SMALL_STATE(7212)] = 358583, + [SMALL_STATE(7213)] = 358603, + [SMALL_STATE(7214)] = 358623, + [SMALL_STATE(7215)] = 358643, + [SMALL_STATE(7216)] = 358663, + [SMALL_STATE(7217)] = 358683, + [SMALL_STATE(7218)] = 358703, + [SMALL_STATE(7219)] = 358723, + [SMALL_STATE(7220)] = 358743, + [SMALL_STATE(7221)] = 358763, + [SMALL_STATE(7222)] = 358783, + [SMALL_STATE(7223)] = 358803, + [SMALL_STATE(7224)] = 358823, + [SMALL_STATE(7225)] = 358843, + [SMALL_STATE(7226)] = 358863, + [SMALL_STATE(7227)] = 358883, + [SMALL_STATE(7228)] = 358903, + [SMALL_STATE(7229)] = 358923, + [SMALL_STATE(7230)] = 358943, + [SMALL_STATE(7231)] = 358963, + [SMALL_STATE(7232)] = 358983, + [SMALL_STATE(7233)] = 359003, + [SMALL_STATE(7234)] = 359023, + [SMALL_STATE(7235)] = 359043, + [SMALL_STATE(7236)] = 359063, + [SMALL_STATE(7237)] = 359083, + [SMALL_STATE(7238)] = 359103, + [SMALL_STATE(7239)] = 359123, + [SMALL_STATE(7240)] = 359143, + [SMALL_STATE(7241)] = 359163, + [SMALL_STATE(7242)] = 359183, + [SMALL_STATE(7243)] = 359203, + [SMALL_STATE(7244)] = 359223, + [SMALL_STATE(7245)] = 359243, + [SMALL_STATE(7246)] = 359261, + [SMALL_STATE(7247)] = 359281, + [SMALL_STATE(7248)] = 359301, + [SMALL_STATE(7249)] = 359319, + [SMALL_STATE(7250)] = 359339, + [SMALL_STATE(7251)] = 359359, + [SMALL_STATE(7252)] = 359379, + [SMALL_STATE(7253)] = 359399, + [SMALL_STATE(7254)] = 359419, + [SMALL_STATE(7255)] = 359439, + [SMALL_STATE(7256)] = 359459, + [SMALL_STATE(7257)] = 359479, + [SMALL_STATE(7258)] = 359499, + [SMALL_STATE(7259)] = 359519, + [SMALL_STATE(7260)] = 359539, + [SMALL_STATE(7261)] = 359559, + [SMALL_STATE(7262)] = 359579, + [SMALL_STATE(7263)] = 359599, + [SMALL_STATE(7264)] = 359616, + [SMALL_STATE(7265)] = 359633, + [SMALL_STATE(7266)] = 359650, + [SMALL_STATE(7267)] = 359667, + [SMALL_STATE(7268)] = 359684, + [SMALL_STATE(7269)] = 359701, + [SMALL_STATE(7270)] = 359718, + [SMALL_STATE(7271)] = 359735, + [SMALL_STATE(7272)] = 359752, + [SMALL_STATE(7273)] = 359769, + [SMALL_STATE(7274)] = 359786, + [SMALL_STATE(7275)] = 359803, + [SMALL_STATE(7276)] = 359820, + [SMALL_STATE(7277)] = 359837, + [SMALL_STATE(7278)] = 359854, + [SMALL_STATE(7279)] = 359871, + [SMALL_STATE(7280)] = 359888, + [SMALL_STATE(7281)] = 359905, + [SMALL_STATE(7282)] = 359922, + [SMALL_STATE(7283)] = 359939, + [SMALL_STATE(7284)] = 359956, + [SMALL_STATE(7285)] = 359973, + [SMALL_STATE(7286)] = 359990, + [SMALL_STATE(7287)] = 360007, + [SMALL_STATE(7288)] = 360024, + [SMALL_STATE(7289)] = 360041, + [SMALL_STATE(7290)] = 360058, + [SMALL_STATE(7291)] = 360075, + [SMALL_STATE(7292)] = 360092, + [SMALL_STATE(7293)] = 360109, + [SMALL_STATE(7294)] = 360126, + [SMALL_STATE(7295)] = 360143, + [SMALL_STATE(7296)] = 360160, + [SMALL_STATE(7297)] = 360177, + [SMALL_STATE(7298)] = 360194, + [SMALL_STATE(7299)] = 360211, + [SMALL_STATE(7300)] = 360228, + [SMALL_STATE(7301)] = 360245, + [SMALL_STATE(7302)] = 360262, + [SMALL_STATE(7303)] = 360279, + [SMALL_STATE(7304)] = 360296, + [SMALL_STATE(7305)] = 360313, + [SMALL_STATE(7306)] = 360330, + [SMALL_STATE(7307)] = 360347, + [SMALL_STATE(7308)] = 360364, + [SMALL_STATE(7309)] = 360381, + [SMALL_STATE(7310)] = 360398, + [SMALL_STATE(7311)] = 360415, + [SMALL_STATE(7312)] = 360432, + [SMALL_STATE(7313)] = 360449, + [SMALL_STATE(7314)] = 360466, + [SMALL_STATE(7315)] = 360483, + [SMALL_STATE(7316)] = 360500, + [SMALL_STATE(7317)] = 360517, + [SMALL_STATE(7318)] = 360534, + [SMALL_STATE(7319)] = 360551, + [SMALL_STATE(7320)] = 360568, + [SMALL_STATE(7321)] = 360585, + [SMALL_STATE(7322)] = 360602, + [SMALL_STATE(7323)] = 360619, + [SMALL_STATE(7324)] = 360636, + [SMALL_STATE(7325)] = 360653, + [SMALL_STATE(7326)] = 360670, + [SMALL_STATE(7327)] = 360687, + [SMALL_STATE(7328)] = 360704, + [SMALL_STATE(7329)] = 360721, + [SMALL_STATE(7330)] = 360738, + [SMALL_STATE(7331)] = 360755, + [SMALL_STATE(7332)] = 360772, + [SMALL_STATE(7333)] = 360789, + [SMALL_STATE(7334)] = 360806, + [SMALL_STATE(7335)] = 360823, + [SMALL_STATE(7336)] = 360840, + [SMALL_STATE(7337)] = 360857, + [SMALL_STATE(7338)] = 360874, + [SMALL_STATE(7339)] = 360891, + [SMALL_STATE(7340)] = 360908, + [SMALL_STATE(7341)] = 360925, + [SMALL_STATE(7342)] = 360942, + [SMALL_STATE(7343)] = 360959, + [SMALL_STATE(7344)] = 360976, + [SMALL_STATE(7345)] = 360993, + [SMALL_STATE(7346)] = 361010, + [SMALL_STATE(7347)] = 361027, + [SMALL_STATE(7348)] = 361044, + [SMALL_STATE(7349)] = 361061, + [SMALL_STATE(7350)] = 361078, + [SMALL_STATE(7351)] = 361095, + [SMALL_STATE(7352)] = 361112, + [SMALL_STATE(7353)] = 361129, + [SMALL_STATE(7354)] = 361146, + [SMALL_STATE(7355)] = 361163, + [SMALL_STATE(7356)] = 361180, + [SMALL_STATE(7357)] = 361197, + [SMALL_STATE(7358)] = 361214, + [SMALL_STATE(7359)] = 361231, + [SMALL_STATE(7360)] = 361248, + [SMALL_STATE(7361)] = 361265, + [SMALL_STATE(7362)] = 361282, + [SMALL_STATE(7363)] = 361299, + [SMALL_STATE(7364)] = 361316, + [SMALL_STATE(7365)] = 361333, + [SMALL_STATE(7366)] = 361350, + [SMALL_STATE(7367)] = 361367, + [SMALL_STATE(7368)] = 361384, + [SMALL_STATE(7369)] = 361401, + [SMALL_STATE(7370)] = 361418, + [SMALL_STATE(7371)] = 361435, + [SMALL_STATE(7372)] = 361452, + [SMALL_STATE(7373)] = 361469, + [SMALL_STATE(7374)] = 361486, + [SMALL_STATE(7375)] = 361503, + [SMALL_STATE(7376)] = 361520, + [SMALL_STATE(7377)] = 361537, + [SMALL_STATE(7378)] = 361554, + [SMALL_STATE(7379)] = 361571, + [SMALL_STATE(7380)] = 361588, + [SMALL_STATE(7381)] = 361605, + [SMALL_STATE(7382)] = 361622, + [SMALL_STATE(7383)] = 361639, + [SMALL_STATE(7384)] = 361656, + [SMALL_STATE(7385)] = 361673, + [SMALL_STATE(7386)] = 361690, + [SMALL_STATE(7387)] = 361707, + [SMALL_STATE(7388)] = 361724, + [SMALL_STATE(7389)] = 361741, + [SMALL_STATE(7390)] = 361758, + [SMALL_STATE(7391)] = 361775, + [SMALL_STATE(7392)] = 361792, + [SMALL_STATE(7393)] = 361809, + [SMALL_STATE(7394)] = 361826, + [SMALL_STATE(7395)] = 361843, + [SMALL_STATE(7396)] = 361860, + [SMALL_STATE(7397)] = 361877, + [SMALL_STATE(7398)] = 361894, + [SMALL_STATE(7399)] = 361911, + [SMALL_STATE(7400)] = 361928, + [SMALL_STATE(7401)] = 361945, + [SMALL_STATE(7402)] = 361962, + [SMALL_STATE(7403)] = 361979, + [SMALL_STATE(7404)] = 361996, + [SMALL_STATE(7405)] = 362013, + [SMALL_STATE(7406)] = 362030, + [SMALL_STATE(7407)] = 362047, + [SMALL_STATE(7408)] = 362064, + [SMALL_STATE(7409)] = 362081, + [SMALL_STATE(7410)] = 362098, + [SMALL_STATE(7411)] = 362115, + [SMALL_STATE(7412)] = 362132, + [SMALL_STATE(7413)] = 362149, + [SMALL_STATE(7414)] = 362166, + [SMALL_STATE(7415)] = 362183, + [SMALL_STATE(7416)] = 362200, + [SMALL_STATE(7417)] = 362217, + [SMALL_STATE(7418)] = 362234, + [SMALL_STATE(7419)] = 362251, + [SMALL_STATE(7420)] = 362268, + [SMALL_STATE(7421)] = 362285, + [SMALL_STATE(7422)] = 362302, + [SMALL_STATE(7423)] = 362319, + [SMALL_STATE(7424)] = 362336, + [SMALL_STATE(7425)] = 362353, + [SMALL_STATE(7426)] = 362370, + [SMALL_STATE(7427)] = 362387, + [SMALL_STATE(7428)] = 362404, + [SMALL_STATE(7429)] = 362421, + [SMALL_STATE(7430)] = 362438, + [SMALL_STATE(7431)] = 362455, + [SMALL_STATE(7432)] = 362472, + [SMALL_STATE(7433)] = 362489, + [SMALL_STATE(7434)] = 362506, + [SMALL_STATE(7435)] = 362523, + [SMALL_STATE(7436)] = 362540, + [SMALL_STATE(7437)] = 362557, + [SMALL_STATE(7438)] = 362574, + [SMALL_STATE(7439)] = 362591, + [SMALL_STATE(7440)] = 362608, + [SMALL_STATE(7441)] = 362625, + [SMALL_STATE(7442)] = 362642, + [SMALL_STATE(7443)] = 362659, + [SMALL_STATE(7444)] = 362676, + [SMALL_STATE(7445)] = 362693, + [SMALL_STATE(7446)] = 362710, + [SMALL_STATE(7447)] = 362727, + [SMALL_STATE(7448)] = 362744, + [SMALL_STATE(7449)] = 362761, + [SMALL_STATE(7450)] = 362778, + [SMALL_STATE(7451)] = 362795, + [SMALL_STATE(7452)] = 362812, + [SMALL_STATE(7453)] = 362829, + [SMALL_STATE(7454)] = 362846, + [SMALL_STATE(7455)] = 362863, + [SMALL_STATE(7456)] = 362880, + [SMALL_STATE(7457)] = 362897, + [SMALL_STATE(7458)] = 362914, + [SMALL_STATE(7459)] = 362931, + [SMALL_STATE(7460)] = 362948, + [SMALL_STATE(7461)] = 362965, + [SMALL_STATE(7462)] = 362982, + [SMALL_STATE(7463)] = 362999, + [SMALL_STATE(7464)] = 363016, + [SMALL_STATE(7465)] = 363033, + [SMALL_STATE(7466)] = 363050, + [SMALL_STATE(7467)] = 363067, + [SMALL_STATE(7468)] = 363084, + [SMALL_STATE(7469)] = 363101, + [SMALL_STATE(7470)] = 363118, + [SMALL_STATE(7471)] = 363135, + [SMALL_STATE(7472)] = 363152, + [SMALL_STATE(7473)] = 363169, + [SMALL_STATE(7474)] = 363186, + [SMALL_STATE(7475)] = 363203, + [SMALL_STATE(7476)] = 363220, + [SMALL_STATE(7477)] = 363237, + [SMALL_STATE(7478)] = 363254, + [SMALL_STATE(7479)] = 363271, + [SMALL_STATE(7480)] = 363288, + [SMALL_STATE(7481)] = 363305, + [SMALL_STATE(7482)] = 363322, + [SMALL_STATE(7483)] = 363339, + [SMALL_STATE(7484)] = 363356, + [SMALL_STATE(7485)] = 363373, + [SMALL_STATE(7486)] = 363390, + [SMALL_STATE(7487)] = 363407, + [SMALL_STATE(7488)] = 363424, + [SMALL_STATE(7489)] = 363441, + [SMALL_STATE(7490)] = 363458, + [SMALL_STATE(7491)] = 363475, + [SMALL_STATE(7492)] = 363492, + [SMALL_STATE(7493)] = 363509, + [SMALL_STATE(7494)] = 363526, + [SMALL_STATE(7495)] = 363543, + [SMALL_STATE(7496)] = 363560, + [SMALL_STATE(7497)] = 363577, + [SMALL_STATE(7498)] = 363594, + [SMALL_STATE(7499)] = 363611, + [SMALL_STATE(7500)] = 363628, + [SMALL_STATE(7501)] = 363645, + [SMALL_STATE(7502)] = 363662, + [SMALL_STATE(7503)] = 363679, + [SMALL_STATE(7504)] = 363696, + [SMALL_STATE(7505)] = 363713, + [SMALL_STATE(7506)] = 363730, + [SMALL_STATE(7507)] = 363747, + [SMALL_STATE(7508)] = 363764, + [SMALL_STATE(7509)] = 363781, + [SMALL_STATE(7510)] = 363798, + [SMALL_STATE(7511)] = 363815, + [SMALL_STATE(7512)] = 363832, + [SMALL_STATE(7513)] = 363849, + [SMALL_STATE(7514)] = 363866, + [SMALL_STATE(7515)] = 363883, + [SMALL_STATE(7516)] = 363900, + [SMALL_STATE(7517)] = 363917, + [SMALL_STATE(7518)] = 363934, + [SMALL_STATE(7519)] = 363951, + [SMALL_STATE(7520)] = 363968, + [SMALL_STATE(7521)] = 363985, + [SMALL_STATE(7522)] = 364002, + [SMALL_STATE(7523)] = 364019, + [SMALL_STATE(7524)] = 364036, + [SMALL_STATE(7525)] = 364053, + [SMALL_STATE(7526)] = 364070, + [SMALL_STATE(7527)] = 364087, + [SMALL_STATE(7528)] = 364104, + [SMALL_STATE(7529)] = 364121, + [SMALL_STATE(7530)] = 364138, + [SMALL_STATE(7531)] = 364155, + [SMALL_STATE(7532)] = 364172, + [SMALL_STATE(7533)] = 364189, + [SMALL_STATE(7534)] = 364206, + [SMALL_STATE(7535)] = 364223, + [SMALL_STATE(7536)] = 364240, + [SMALL_STATE(7537)] = 364257, + [SMALL_STATE(7538)] = 364274, + [SMALL_STATE(7539)] = 364291, + [SMALL_STATE(7540)] = 364308, + [SMALL_STATE(7541)] = 364325, + [SMALL_STATE(7542)] = 364342, + [SMALL_STATE(7543)] = 364359, + [SMALL_STATE(7544)] = 364376, + [SMALL_STATE(7545)] = 364393, + [SMALL_STATE(7546)] = 364410, + [SMALL_STATE(7547)] = 364427, + [SMALL_STATE(7548)] = 364444, + [SMALL_STATE(7549)] = 364461, + [SMALL_STATE(7550)] = 364478, + [SMALL_STATE(7551)] = 364495, + [SMALL_STATE(7552)] = 364512, + [SMALL_STATE(7553)] = 364529, + [SMALL_STATE(7554)] = 364546, + [SMALL_STATE(7555)] = 364563, + [SMALL_STATE(7556)] = 364580, + [SMALL_STATE(7557)] = 364597, + [SMALL_STATE(7558)] = 364614, + [SMALL_STATE(7559)] = 364631, + [SMALL_STATE(7560)] = 364648, + [SMALL_STATE(7561)] = 364665, + [SMALL_STATE(7562)] = 364682, + [SMALL_STATE(7563)] = 364699, + [SMALL_STATE(7564)] = 364716, + [SMALL_STATE(7565)] = 364733, + [SMALL_STATE(7566)] = 364750, + [SMALL_STATE(7567)] = 364767, + [SMALL_STATE(7568)] = 364784, + [SMALL_STATE(7569)] = 364801, + [SMALL_STATE(7570)] = 364818, + [SMALL_STATE(7571)] = 364835, + [SMALL_STATE(7572)] = 364852, + [SMALL_STATE(7573)] = 364869, + [SMALL_STATE(7574)] = 364886, + [SMALL_STATE(7575)] = 364903, + [SMALL_STATE(7576)] = 364920, + [SMALL_STATE(7577)] = 364937, + [SMALL_STATE(7578)] = 364954, + [SMALL_STATE(7579)] = 364971, + [SMALL_STATE(7580)] = 364988, + [SMALL_STATE(7581)] = 365005, + [SMALL_STATE(7582)] = 365022, + [SMALL_STATE(7583)] = 365039, + [SMALL_STATE(7584)] = 365056, + [SMALL_STATE(7585)] = 365073, + [SMALL_STATE(7586)] = 365090, + [SMALL_STATE(7587)] = 365107, + [SMALL_STATE(7588)] = 365124, + [SMALL_STATE(7589)] = 365141, + [SMALL_STATE(7590)] = 365158, + [SMALL_STATE(7591)] = 365175, + [SMALL_STATE(7592)] = 365192, + [SMALL_STATE(7593)] = 365209, + [SMALL_STATE(7594)] = 365226, + [SMALL_STATE(7595)] = 365243, + [SMALL_STATE(7596)] = 365260, + [SMALL_STATE(7597)] = 365277, + [SMALL_STATE(7598)] = 365294, + [SMALL_STATE(7599)] = 365311, + [SMALL_STATE(7600)] = 365328, + [SMALL_STATE(7601)] = 365345, + [SMALL_STATE(7602)] = 365362, + [SMALL_STATE(7603)] = 365379, + [SMALL_STATE(7604)] = 365396, + [SMALL_STATE(7605)] = 365411, + [SMALL_STATE(7606)] = 365428, + [SMALL_STATE(7607)] = 365445, + [SMALL_STATE(7608)] = 365462, + [SMALL_STATE(7609)] = 365479, + [SMALL_STATE(7610)] = 365496, + [SMALL_STATE(7611)] = 365513, + [SMALL_STATE(7612)] = 365530, + [SMALL_STATE(7613)] = 365547, + [SMALL_STATE(7614)] = 365564, + [SMALL_STATE(7615)] = 365581, + [SMALL_STATE(7616)] = 365598, + [SMALL_STATE(7617)] = 365615, + [SMALL_STATE(7618)] = 365632, + [SMALL_STATE(7619)] = 365649, + [SMALL_STATE(7620)] = 365666, + [SMALL_STATE(7621)] = 365683, + [SMALL_STATE(7622)] = 365700, + [SMALL_STATE(7623)] = 365717, + [SMALL_STATE(7624)] = 365734, + [SMALL_STATE(7625)] = 365751, + [SMALL_STATE(7626)] = 365768, + [SMALL_STATE(7627)] = 365785, + [SMALL_STATE(7628)] = 365802, + [SMALL_STATE(7629)] = 365819, + [SMALL_STATE(7630)] = 365836, + [SMALL_STATE(7631)] = 365853, + [SMALL_STATE(7632)] = 365870, + [SMALL_STATE(7633)] = 365887, + [SMALL_STATE(7634)] = 365904, + [SMALL_STATE(7635)] = 365921, + [SMALL_STATE(7636)] = 365938, + [SMALL_STATE(7637)] = 365955, + [SMALL_STATE(7638)] = 365972, + [SMALL_STATE(7639)] = 365989, + [SMALL_STATE(7640)] = 366006, + [SMALL_STATE(7641)] = 366023, + [SMALL_STATE(7642)] = 366040, + [SMALL_STATE(7643)] = 366057, + [SMALL_STATE(7644)] = 366074, + [SMALL_STATE(7645)] = 366091, + [SMALL_STATE(7646)] = 366108, + [SMALL_STATE(7647)] = 366125, + [SMALL_STATE(7648)] = 366142, + [SMALL_STATE(7649)] = 366159, + [SMALL_STATE(7650)] = 366176, + [SMALL_STATE(7651)] = 366193, + [SMALL_STATE(7652)] = 366210, + [SMALL_STATE(7653)] = 366227, + [SMALL_STATE(7654)] = 366244, + [SMALL_STATE(7655)] = 366261, + [SMALL_STATE(7656)] = 366278, + [SMALL_STATE(7657)] = 366295, + [SMALL_STATE(7658)] = 366312, + [SMALL_STATE(7659)] = 366329, + [SMALL_STATE(7660)] = 366346, + [SMALL_STATE(7661)] = 366363, + [SMALL_STATE(7662)] = 366380, + [SMALL_STATE(7663)] = 366397, + [SMALL_STATE(7664)] = 366414, + [SMALL_STATE(7665)] = 366431, + [SMALL_STATE(7666)] = 366448, + [SMALL_STATE(7667)] = 366465, + [SMALL_STATE(7668)] = 366482, + [SMALL_STATE(7669)] = 366499, + [SMALL_STATE(7670)] = 366516, + [SMALL_STATE(7671)] = 366533, + [SMALL_STATE(7672)] = 366550, + [SMALL_STATE(7673)] = 366567, + [SMALL_STATE(7674)] = 366584, + [SMALL_STATE(7675)] = 366601, + [SMALL_STATE(7676)] = 366618, + [SMALL_STATE(7677)] = 366635, + [SMALL_STATE(7678)] = 366652, + [SMALL_STATE(7679)] = 366669, + [SMALL_STATE(7680)] = 366686, + [SMALL_STATE(7681)] = 366703, + [SMALL_STATE(7682)] = 366720, + [SMALL_STATE(7683)] = 366737, + [SMALL_STATE(7684)] = 366754, + [SMALL_STATE(7685)] = 366771, + [SMALL_STATE(7686)] = 366788, + [SMALL_STATE(7687)] = 366805, + [SMALL_STATE(7688)] = 366822, + [SMALL_STATE(7689)] = 366839, + [SMALL_STATE(7690)] = 366856, + [SMALL_STATE(7691)] = 366873, + [SMALL_STATE(7692)] = 366890, + [SMALL_STATE(7693)] = 366907, + [SMALL_STATE(7694)] = 366924, + [SMALL_STATE(7695)] = 366941, + [SMALL_STATE(7696)] = 366958, + [SMALL_STATE(7697)] = 366975, + [SMALL_STATE(7698)] = 366992, + [SMALL_STATE(7699)] = 367009, + [SMALL_STATE(7700)] = 367026, + [SMALL_STATE(7701)] = 367043, + [SMALL_STATE(7702)] = 367060, + [SMALL_STATE(7703)] = 367077, + [SMALL_STATE(7704)] = 367094, + [SMALL_STATE(7705)] = 367111, + [SMALL_STATE(7706)] = 367128, + [SMALL_STATE(7707)] = 367145, + [SMALL_STATE(7708)] = 367162, + [SMALL_STATE(7709)] = 367179, + [SMALL_STATE(7710)] = 367196, + [SMALL_STATE(7711)] = 367213, + [SMALL_STATE(7712)] = 367230, + [SMALL_STATE(7713)] = 367247, + [SMALL_STATE(7714)] = 367264, + [SMALL_STATE(7715)] = 367281, + [SMALL_STATE(7716)] = 367298, + [SMALL_STATE(7717)] = 367315, + [SMALL_STATE(7718)] = 367332, + [SMALL_STATE(7719)] = 367349, + [SMALL_STATE(7720)] = 367366, + [SMALL_STATE(7721)] = 367383, + [SMALL_STATE(7722)] = 367400, + [SMALL_STATE(7723)] = 367417, + [SMALL_STATE(7724)] = 367434, + [SMALL_STATE(7725)] = 367451, + [SMALL_STATE(7726)] = 367468, + [SMALL_STATE(7727)] = 367485, + [SMALL_STATE(7728)] = 367502, + [SMALL_STATE(7729)] = 367519, + [SMALL_STATE(7730)] = 367536, + [SMALL_STATE(7731)] = 367553, + [SMALL_STATE(7732)] = 367570, + [SMALL_STATE(7733)] = 367587, + [SMALL_STATE(7734)] = 367604, + [SMALL_STATE(7735)] = 367621, + [SMALL_STATE(7736)] = 367638, + [SMALL_STATE(7737)] = 367655, + [SMALL_STATE(7738)] = 367672, + [SMALL_STATE(7739)] = 367689, + [SMALL_STATE(7740)] = 367706, + [SMALL_STATE(7741)] = 367723, + [SMALL_STATE(7742)] = 367740, + [SMALL_STATE(7743)] = 367757, + [SMALL_STATE(7744)] = 367774, + [SMALL_STATE(7745)] = 367791, + [SMALL_STATE(7746)] = 367808, + [SMALL_STATE(7747)] = 367825, + [SMALL_STATE(7748)] = 367842, + [SMALL_STATE(7749)] = 367859, + [SMALL_STATE(7750)] = 367876, + [SMALL_STATE(7751)] = 367893, + [SMALL_STATE(7752)] = 367910, + [SMALL_STATE(7753)] = 367927, + [SMALL_STATE(7754)] = 367944, + [SMALL_STATE(7755)] = 367961, + [SMALL_STATE(7756)] = 367978, + [SMALL_STATE(7757)] = 367995, + [SMALL_STATE(7758)] = 368012, + [SMALL_STATE(7759)] = 368029, + [SMALL_STATE(7760)] = 368046, + [SMALL_STATE(7761)] = 368063, + [SMALL_STATE(7762)] = 368080, + [SMALL_STATE(7763)] = 368097, + [SMALL_STATE(7764)] = 368114, + [SMALL_STATE(7765)] = 368131, + [SMALL_STATE(7766)] = 368148, + [SMALL_STATE(7767)] = 368165, + [SMALL_STATE(7768)] = 368182, + [SMALL_STATE(7769)] = 368199, + [SMALL_STATE(7770)] = 368216, + [SMALL_STATE(7771)] = 368233, + [SMALL_STATE(7772)] = 368250, + [SMALL_STATE(7773)] = 368267, + [SMALL_STATE(7774)] = 368284, + [SMALL_STATE(7775)] = 368301, + [SMALL_STATE(7776)] = 368318, + [SMALL_STATE(7777)] = 368335, + [SMALL_STATE(7778)] = 368352, + [SMALL_STATE(7779)] = 368369, + [SMALL_STATE(7780)] = 368386, + [SMALL_STATE(7781)] = 368403, + [SMALL_STATE(7782)] = 368420, + [SMALL_STATE(7783)] = 368437, + [SMALL_STATE(7784)] = 368454, + [SMALL_STATE(7785)] = 368471, + [SMALL_STATE(7786)] = 368488, + [SMALL_STATE(7787)] = 368505, + [SMALL_STATE(7788)] = 368522, + [SMALL_STATE(7789)] = 368539, + [SMALL_STATE(7790)] = 368556, + [SMALL_STATE(7791)] = 368573, + [SMALL_STATE(7792)] = 368590, + [SMALL_STATE(7793)] = 368607, + [SMALL_STATE(7794)] = 368624, + [SMALL_STATE(7795)] = 368641, + [SMALL_STATE(7796)] = 368658, + [SMALL_STATE(7797)] = 368675, + [SMALL_STATE(7798)] = 368692, + [SMALL_STATE(7799)] = 368709, + [SMALL_STATE(7800)] = 368726, + [SMALL_STATE(7801)] = 368743, + [SMALL_STATE(7802)] = 368760, + [SMALL_STATE(7803)] = 368777, + [SMALL_STATE(7804)] = 368794, + [SMALL_STATE(7805)] = 368811, + [SMALL_STATE(7806)] = 368828, + [SMALL_STATE(7807)] = 368845, + [SMALL_STATE(7808)] = 368862, + [SMALL_STATE(7809)] = 368879, + [SMALL_STATE(7810)] = 368896, + [SMALL_STATE(7811)] = 368913, + [SMALL_STATE(7812)] = 368930, + [SMALL_STATE(7813)] = 368947, + [SMALL_STATE(7814)] = 368964, + [SMALL_STATE(7815)] = 368981, + [SMALL_STATE(7816)] = 368998, + [SMALL_STATE(7817)] = 369015, + [SMALL_STATE(7818)] = 369032, + [SMALL_STATE(7819)] = 369047, + [SMALL_STATE(7820)] = 369064, + [SMALL_STATE(7821)] = 369081, + [SMALL_STATE(7822)] = 369098, + [SMALL_STATE(7823)] = 369115, + [SMALL_STATE(7824)] = 369132, + [SMALL_STATE(7825)] = 369149, + [SMALL_STATE(7826)] = 369166, + [SMALL_STATE(7827)] = 369183, + [SMALL_STATE(7828)] = 369200, + [SMALL_STATE(7829)] = 369217, + [SMALL_STATE(7830)] = 369234, + [SMALL_STATE(7831)] = 369251, + [SMALL_STATE(7832)] = 369268, + [SMALL_STATE(7833)] = 369285, + [SMALL_STATE(7834)] = 369302, + [SMALL_STATE(7835)] = 369319, + [SMALL_STATE(7836)] = 369336, + [SMALL_STATE(7837)] = 369353, + [SMALL_STATE(7838)] = 369370, + [SMALL_STATE(7839)] = 369387, + [SMALL_STATE(7840)] = 369404, + [SMALL_STATE(7841)] = 369421, + [SMALL_STATE(7842)] = 369438, + [SMALL_STATE(7843)] = 369455, + [SMALL_STATE(7844)] = 369472, + [SMALL_STATE(7845)] = 369489, + [SMALL_STATE(7846)] = 369506, + [SMALL_STATE(7847)] = 369523, + [SMALL_STATE(7848)] = 369540, + [SMALL_STATE(7849)] = 369557, + [SMALL_STATE(7850)] = 369574, + [SMALL_STATE(7851)] = 369591, + [SMALL_STATE(7852)] = 369608, + [SMALL_STATE(7853)] = 369625, + [SMALL_STATE(7854)] = 369642, + [SMALL_STATE(7855)] = 369659, + [SMALL_STATE(7856)] = 369676, + [SMALL_STATE(7857)] = 369693, + [SMALL_STATE(7858)] = 369710, + [SMALL_STATE(7859)] = 369727, + [SMALL_STATE(7860)] = 369744, + [SMALL_STATE(7861)] = 369761, + [SMALL_STATE(7862)] = 369778, + [SMALL_STATE(7863)] = 369795, + [SMALL_STATE(7864)] = 369812, + [SMALL_STATE(7865)] = 369829, + [SMALL_STATE(7866)] = 369846, + [SMALL_STATE(7867)] = 369863, + [SMALL_STATE(7868)] = 369880, + [SMALL_STATE(7869)] = 369897, + [SMALL_STATE(7870)] = 369914, + [SMALL_STATE(7871)] = 369931, + [SMALL_STATE(7872)] = 369948, + [SMALL_STATE(7873)] = 369965, + [SMALL_STATE(7874)] = 369982, + [SMALL_STATE(7875)] = 369999, + [SMALL_STATE(7876)] = 370016, + [SMALL_STATE(7877)] = 370033, + [SMALL_STATE(7878)] = 370050, + [SMALL_STATE(7879)] = 370067, + [SMALL_STATE(7880)] = 370084, + [SMALL_STATE(7881)] = 370101, + [SMALL_STATE(7882)] = 370118, + [SMALL_STATE(7883)] = 370135, + [SMALL_STATE(7884)] = 370152, + [SMALL_STATE(7885)] = 370169, + [SMALL_STATE(7886)] = 370186, + [SMALL_STATE(7887)] = 370203, + [SMALL_STATE(7888)] = 370220, + [SMALL_STATE(7889)] = 370237, + [SMALL_STATE(7890)] = 370254, + [SMALL_STATE(7891)] = 370271, + [SMALL_STATE(7892)] = 370288, + [SMALL_STATE(7893)] = 370305, + [SMALL_STATE(7894)] = 370322, + [SMALL_STATE(7895)] = 370339, + [SMALL_STATE(7896)] = 370356, + [SMALL_STATE(7897)] = 370373, + [SMALL_STATE(7898)] = 370390, + [SMALL_STATE(7899)] = 370407, + [SMALL_STATE(7900)] = 370424, + [SMALL_STATE(7901)] = 370441, + [SMALL_STATE(7902)] = 370458, + [SMALL_STATE(7903)] = 370475, + [SMALL_STATE(7904)] = 370492, + [SMALL_STATE(7905)] = 370509, + [SMALL_STATE(7906)] = 370526, + [SMALL_STATE(7907)] = 370543, + [SMALL_STATE(7908)] = 370560, + [SMALL_STATE(7909)] = 370577, + [SMALL_STATE(7910)] = 370594, + [SMALL_STATE(7911)] = 370611, + [SMALL_STATE(7912)] = 370628, + [SMALL_STATE(7913)] = 370645, + [SMALL_STATE(7914)] = 370662, + [SMALL_STATE(7915)] = 370679, + [SMALL_STATE(7916)] = 370696, + [SMALL_STATE(7917)] = 370713, + [SMALL_STATE(7918)] = 370730, + [SMALL_STATE(7919)] = 370747, + [SMALL_STATE(7920)] = 370764, + [SMALL_STATE(7921)] = 370781, + [SMALL_STATE(7922)] = 370798, + [SMALL_STATE(7923)] = 370815, + [SMALL_STATE(7924)] = 370832, + [SMALL_STATE(7925)] = 370849, + [SMALL_STATE(7926)] = 370866, + [SMALL_STATE(7927)] = 370883, + [SMALL_STATE(7928)] = 370900, + [SMALL_STATE(7929)] = 370917, + [SMALL_STATE(7930)] = 370934, + [SMALL_STATE(7931)] = 370951, + [SMALL_STATE(7932)] = 370968, + [SMALL_STATE(7933)] = 370985, + [SMALL_STATE(7934)] = 371002, + [SMALL_STATE(7935)] = 371019, + [SMALL_STATE(7936)] = 371036, + [SMALL_STATE(7937)] = 371053, + [SMALL_STATE(7938)] = 371070, + [SMALL_STATE(7939)] = 371087, + [SMALL_STATE(7940)] = 371104, + [SMALL_STATE(7941)] = 371121, + [SMALL_STATE(7942)] = 371138, + [SMALL_STATE(7943)] = 371155, + [SMALL_STATE(7944)] = 371172, + [SMALL_STATE(7945)] = 371189, + [SMALL_STATE(7946)] = 371206, + [SMALL_STATE(7947)] = 371223, + [SMALL_STATE(7948)] = 371240, + [SMALL_STATE(7949)] = 371257, + [SMALL_STATE(7950)] = 371274, + [SMALL_STATE(7951)] = 371291, + [SMALL_STATE(7952)] = 371308, + [SMALL_STATE(7953)] = 371325, + [SMALL_STATE(7954)] = 371342, + [SMALL_STATE(7955)] = 371359, + [SMALL_STATE(7956)] = 371376, + [SMALL_STATE(7957)] = 371393, + [SMALL_STATE(7958)] = 371410, + [SMALL_STATE(7959)] = 371427, + [SMALL_STATE(7960)] = 371444, + [SMALL_STATE(7961)] = 371461, + [SMALL_STATE(7962)] = 371478, + [SMALL_STATE(7963)] = 371495, + [SMALL_STATE(7964)] = 371512, + [SMALL_STATE(7965)] = 371529, + [SMALL_STATE(7966)] = 371546, + [SMALL_STATE(7967)] = 371563, + [SMALL_STATE(7968)] = 371580, + [SMALL_STATE(7969)] = 371597, + [SMALL_STATE(7970)] = 371614, + [SMALL_STATE(7971)] = 371631, + [SMALL_STATE(7972)] = 371648, + [SMALL_STATE(7973)] = 371665, + [SMALL_STATE(7974)] = 371682, + [SMALL_STATE(7975)] = 371699, + [SMALL_STATE(7976)] = 371716, + [SMALL_STATE(7977)] = 371733, + [SMALL_STATE(7978)] = 371750, + [SMALL_STATE(7979)] = 371767, + [SMALL_STATE(7980)] = 371784, + [SMALL_STATE(7981)] = 371801, + [SMALL_STATE(7982)] = 371818, + [SMALL_STATE(7983)] = 371835, + [SMALL_STATE(7984)] = 371852, + [SMALL_STATE(7985)] = 371869, + [SMALL_STATE(7986)] = 371886, + [SMALL_STATE(7987)] = 371903, + [SMALL_STATE(7988)] = 371920, + [SMALL_STATE(7989)] = 371937, + [SMALL_STATE(7990)] = 371954, + [SMALL_STATE(7991)] = 371971, + [SMALL_STATE(7992)] = 371988, + [SMALL_STATE(7993)] = 372005, + [SMALL_STATE(7994)] = 372022, + [SMALL_STATE(7995)] = 372039, + [SMALL_STATE(7996)] = 372056, + [SMALL_STATE(7997)] = 372073, + [SMALL_STATE(7998)] = 372090, + [SMALL_STATE(7999)] = 372107, + [SMALL_STATE(8000)] = 372124, + [SMALL_STATE(8001)] = 372139, + [SMALL_STATE(8002)] = 372156, + [SMALL_STATE(8003)] = 372173, + [SMALL_STATE(8004)] = 372190, + [SMALL_STATE(8005)] = 372207, + [SMALL_STATE(8006)] = 372224, + [SMALL_STATE(8007)] = 372241, + [SMALL_STATE(8008)] = 372258, + [SMALL_STATE(8009)] = 372275, + [SMALL_STATE(8010)] = 372292, + [SMALL_STATE(8011)] = 372309, + [SMALL_STATE(8012)] = 372326, + [SMALL_STATE(8013)] = 372343, + [SMALL_STATE(8014)] = 372360, + [SMALL_STATE(8015)] = 372377, + [SMALL_STATE(8016)] = 372394, + [SMALL_STATE(8017)] = 372411, + [SMALL_STATE(8018)] = 372428, + [SMALL_STATE(8019)] = 372445, + [SMALL_STATE(8020)] = 372462, + [SMALL_STATE(8021)] = 372479, + [SMALL_STATE(8022)] = 372496, + [SMALL_STATE(8023)] = 372513, + [SMALL_STATE(8024)] = 372530, + [SMALL_STATE(8025)] = 372547, + [SMALL_STATE(8026)] = 372564, + [SMALL_STATE(8027)] = 372581, + [SMALL_STATE(8028)] = 372598, + [SMALL_STATE(8029)] = 372615, + [SMALL_STATE(8030)] = 372632, + [SMALL_STATE(8031)] = 372649, + [SMALL_STATE(8032)] = 372666, + [SMALL_STATE(8033)] = 372683, + [SMALL_STATE(8034)] = 372700, + [SMALL_STATE(8035)] = 372717, + [SMALL_STATE(8036)] = 372734, + [SMALL_STATE(8037)] = 372751, + [SMALL_STATE(8038)] = 372768, + [SMALL_STATE(8039)] = 372785, + [SMALL_STATE(8040)] = 372802, + [SMALL_STATE(8041)] = 372819, + [SMALL_STATE(8042)] = 372836, + [SMALL_STATE(8043)] = 372853, + [SMALL_STATE(8044)] = 372870, + [SMALL_STATE(8045)] = 372887, + [SMALL_STATE(8046)] = 372891, + [SMALL_STATE(8047)] = 372895, + [SMALL_STATE(8048)] = 372899, + [SMALL_STATE(8049)] = 372903, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7138), - [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7240), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5522), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7937), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8043), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6487), [9] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_code, 0), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5506), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5494), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5867), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5526), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5479), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7225), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7224), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5473), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5871), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5875), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7217), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5877), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5878), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5880), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4715), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7211), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5853), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5875), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6457), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5880), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8028), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8027), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5917), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6593), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6595), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5124), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8020), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6600), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6603), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6605), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5473), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8015), [67] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7138), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7937), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8043), [73] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6086), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6685), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6487), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7512), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), [87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_minus_expressions, 1), [89] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unary_minus_expressions, 1), - [91] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), - [93] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), - [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6684), - [98] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_access, 2, .production_id = 3), - [100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_access, 2, .production_id = 3), - [102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), - [104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_qualified_name_repeat1, 2), - [106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6086), - [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), - [111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), - [113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2), - [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2), - [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), - [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), - [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6685), - [124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 4, .production_id = 22), - [126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 4, .production_id = 22), - [128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4), - [130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4), - [132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 2, .production_id = 8), - [134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 2, .production_id = 8), - [136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access, 2, .production_id = 3), - [138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access, 2, .production_id = 3), - [140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), - [142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 2), - [144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3), - [146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 3), - [148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4), - [150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4), - [152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, .production_id = 2), - [154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, .production_id = 2), - [156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 6), - [158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 6), - [160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_literal, 1), - [162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_literal, 1), - [164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), - [166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2), - [168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2), - [170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1), - [174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1), - [176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_expression, 1), - [178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_expression, 1), - [180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 4), - [182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 4), - [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 4, .production_id = 23), - [186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 4, .production_id = 23), - [188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 3), - [190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 3), - [192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 33), - [194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 33), - [196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 23), - [198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 23), - [200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), - [202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), - [204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 33), - [206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 33), - [208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 48), - [210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 48), - [212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), - [214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), - [216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 7, .production_id = 48), - [218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 7, .production_id = 48), - [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), - [222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), - [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 4), - [226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 4), - [228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, .production_id = 13), - [230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, .production_id = 13), - [232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__decimal_literal, 3), - [234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__decimal_literal, 3), - [236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_available_expression, 2), - [238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_available_expression, 2), - [240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 3), - [242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 3), - [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [91] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_access, 2, .production_id = 3), + [93] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_access, 2, .production_id = 3), + [95] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), + [97] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), + [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7512), + [102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2), + [104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2), + [106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), + [108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_qualified_name_repeat1, 2), + [110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(7218), + [113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), + [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), + [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 4, .production_id = 23), + [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 4, .production_id = 23), + [121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3), + [123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 3), + [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access, 2, .production_id = 3), + [127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access, 2, .production_id = 3), + [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), + [131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 2), + [133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 2, .production_id = 8), + [135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 2, .production_id = 8), + [137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4), + [139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4), + [141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), + [143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), + [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7511), + [148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2), + [150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2), + [152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4), + [156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4), + [158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_literal, 1), + [160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_literal, 1), + [162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), + [164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, .production_id = 2), + [166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, .production_id = 2), + [168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 6), + [170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 6), + [172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 35), + [174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 35), + [176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 4), + [178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 4), + [180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), + [182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), + [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1), + [186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1), + [188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 7, .production_id = 49), + [190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 7, .production_id = 49), + [192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), + [198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), + [200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 49), + [202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 49), + [204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_available_expression, 2), + [206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_available_expression, 2), + [208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 4, .production_id = 24), + [210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 4, .production_id = 24), + [212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 4), + [214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 4), + [216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 24), + [218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 24), + [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 2), + [222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 2), + [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_expression, 1), + [226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_expression, 1), + [228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 35), + [230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 35), + [232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, .production_id = 13), + [234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, .production_id = 13), + [236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 3), + [238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 3), + [240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__decimal_literal, 3), + [242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__decimal_literal, 3), + [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), + [246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), [248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2), [250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2), - [252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 2), - [254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 2), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(147), + [252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 3), + [254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 3), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(159), [259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), - [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5292), - [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5355), - [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5867), - [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1592), - [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5555), - [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(385), - [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5285), - [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1009), - [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3408), - [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6929), - [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6910), - [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5359), - [297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6055), - [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1012), - [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6068), - [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3421), - [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1013), - [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4526), - [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3965), - [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7134), - [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6067), - [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(728), - [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6058), - [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6059), - [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1337), - [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4899), - [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7137), - [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 1), - [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5292), - [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5355), - [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), - [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5285), - [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), - [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6929), - [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6910), - [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5359), - [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6055), - [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6068), - [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4526), - [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), - [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7134), - [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6067), - [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6058), - [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6059), - [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4899), - [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7137), - [398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3), - [400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 2), - [406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 1), - [408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_code, 1), - [410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 2), - [412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_code_repeat1, 2), - [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(143), - [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5506), - [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5494), - [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1647), - [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5526), - [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(399), - [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5479), - [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(871), - [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3419), - [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7225), - [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7224), - [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5473), - [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5871), - [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(912), - [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5875), - [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3377), - [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(929), - [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4523), - [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3986), - [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7217), - [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5877), - [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(949), - [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5878), - [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5880), - [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1334), - [489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4715), - [492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7211), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5468), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5467), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6627), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7050), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5448), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6374), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5985), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6659), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5981), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6372), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6369), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7186), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5402), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5551), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6757), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6960), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5403), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6258), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6038), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), - [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4054), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7132), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6037), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6261), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6262), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7154), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5496), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5405), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5544), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6562), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7006), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5424), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6445), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4492), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), - [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7106), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6009), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6448), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6449), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6499), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5768), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6071), + [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6124), + [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6581), + [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(2033), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6220), + [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(559), + [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6074), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1225), + [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3815), + [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7855), + [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7697), + [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6176), + [297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6694), + [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1226), + [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6807), + [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3674), + [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1227), + [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5135), + [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4588), + [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7825), + [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6801), + [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(739), + [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6697), + [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6698), + [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1670), + [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5420), + [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7936), + [342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_code, 1), + [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), + [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 1), + [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6071), + [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6124), + [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6220), + [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6074), + [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), + [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7855), + [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7697), + [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6176), + [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6694), + [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6807), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), + [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4588), + [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7825), + [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6801), + [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6697), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6698), + [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5420), + [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7936), + [400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 1), + [402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 2), + [404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 2), + [406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_code_repeat1, 2), + [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(161), + [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5853), + [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5875), + [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(2008), + [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6457), + [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(544), + [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5880), + [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1078), + [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3875), + [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(8028), + [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(8027), + [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5917), + [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6593), + [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1115), + [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6595), + [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3635), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1149), + [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5124), + [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4574), + [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(8020), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6600), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1258), + [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6603), + [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6605), + [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1647), + [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5473), + [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(8015), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5903), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6455), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5713), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7354), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7840), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5854), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7158), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6704), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7616), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6703), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7156), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7155), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7985), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5769), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5946), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6407), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5785), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7377), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7795), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7144), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6741), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7684), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6736), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7147), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7148), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7969), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3), + [601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5777), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6286), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5774), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7592), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7748), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6927), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3660), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5204), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7757), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6768), + [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6930), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6931), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5378), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7953), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6539), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3879), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6255), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6915), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6190), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4238), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5723), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4438), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6923), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7703), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6619), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4799), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6210), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6189), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), - [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7144), - [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5930), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), - [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6286), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6166), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), - [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), - [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), - [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3068), - [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), - [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), - [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3120), - [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), - [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), - [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), - [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), - [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), - [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), - [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), - [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5577), - [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5799), - [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), - [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), - [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6052), - [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6961), - [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), - [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5589), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7080), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7053), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5332), - [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7191), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6166), - [885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6884), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5616), - [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 3), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5687), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), - [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7101), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4235), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5556), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6230), - [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), - [950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 2), - [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), - [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6830), - [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), - [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4965), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 3), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5626), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3819), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6167), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7093), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), - [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5700), - [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), - [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7005), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7241), - [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 2), - [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 1, .production_id = 28), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), - [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 1, .production_id = 28), - [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(208), - [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), - [1083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5626), - [1086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(335), - [1089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(339), - [1092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(300), - [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(367), - [1098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(924), - [1101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3819), - [1104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(563), - [1107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(562), - [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(561), - [1113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(401), - [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(559), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(558), - [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(274), - [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6167), - [1128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(950), - [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(7093), - [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4093), - [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5700), - [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(354), - [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), - [1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), - [1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), - [1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_current_changed_expression, 2), - [1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_current_changed_expression, 2), - [1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 6, .production_id = 47), - [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 6, .production_id = 47), - [1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_locked_expression, 2), - [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_locked_expression, 2), - [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), - [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), - [1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_logical_expression, 3), - [1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3), - [1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_expression, 3), - [1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_expression, 3), - [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_expression, 2), - [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_expression, 2), - [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), - [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), - [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambiguous_expression, 2), - [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambiguous_expression, 2), - [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), - [1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(238), - [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5616), - [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(891), - [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(890), - [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(395), - [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(391), - [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(960), - [1210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3836), - [1213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(431), - [1216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(430), - [1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(405), - [1222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(404), - [1225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(403), - [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(762), - [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(342), - [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6118), - [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(923), - [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(7101), - [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4235), - [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5556), - [1249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(802), - [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), - [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 4), - [1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5625), - [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [1270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), - [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [1276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [1280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), - [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [1292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6613), - [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7095), - [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), - [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5670), - [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [1302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(310), - [1305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(5625), - [1308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1199), - [1311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1198), - [1314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1124), - [1317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(368), - [1320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(931), - [1323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(3839), - [1326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(497), - [1329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(496), - [1332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(495), - [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(494), - [1338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(493), - [1341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(492), - [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1115), - [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6154), - [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(934), - [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), - [1355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6613), - [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(7095), - [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(4134), - [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(5670), - [1367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1156), - [1370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(259), - [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 1), - [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7115), - [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 1), - [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18), - [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_mode, 1), - [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7219), - [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_mode, 1), - [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6830), - [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [1396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6724), - [1399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6201), - [1402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6320), - [1405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(278), - [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), - [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 3, .production_id = 14), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), - [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6320), - [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6392), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6928), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), - [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), - [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7241), - [1443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), - [1447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), - [1449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7005), - [1452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(311), - [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7010), - [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), - [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(388), - [1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5799), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), - [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1227), - [1474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1218), - [1477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1162), - [1480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(380), - [1483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(840), - [1486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(3788), - [1489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1035), - [1492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1034), - [1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1033), - [1498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1032), - [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1031), - [1504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1030), - [1507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1125), - [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(6052), - [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1021), - [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(6961), - [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(4232), - [1522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5589), - [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1216), - [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5860), - [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), - [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6545), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5278), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), - [1573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(319), - [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), - [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), - [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), - [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), - [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), - [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3284), - [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), - [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5606), - [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), - [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), - [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6085), - [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7107), - [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4180), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5647), - [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4239), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5618), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), - [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), - [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), - [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), - [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7099), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), - [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5595), - [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), - [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4245), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2669), - [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4163), - [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [1764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), - [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3299), - [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), - [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), - [1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), - [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), - [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6093), - [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7105), - [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), - [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5586), - [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4158), - [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4175), - [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), - [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5622), - [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), - [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), - [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), - [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), - [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), - [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), - [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6139), - [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7097), - [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4244), - [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), - [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), - [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5605), - [1924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), - [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), - [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6083), - [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7109), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), - [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5708), - [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3226), - [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), - [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), - [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), - [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6104), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7103), - [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), - [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5524), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), - [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), - [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5697), - [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), - [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6442), - [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6965), - [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), - [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5761), - [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [2064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [2066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [2070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [2072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [2076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [2078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6161), - [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [2082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), - [2084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [2086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [2088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [2090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [2092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [2094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [2096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), - [2098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [2100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), - [2102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [2104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [2106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [2110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [2112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [2116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [2118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4240), - [2120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [2122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5638), - [2124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), - [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), - [2128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), - [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), - [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), - [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [2140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [2148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6379), - [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7011), - [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), - [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5796), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), - [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), - [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), - [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), - [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4203), - [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5630), - [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), - [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), - [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), - [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), - [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7055), - [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4214), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5841), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), - [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), - [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [2282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), - [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [2292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4185), - [2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), - [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), - [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), - [2308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), - [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), - [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), - [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [2340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [2342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), - [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4206), - [2348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), - [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 1), - [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 1), - [2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 3), - [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 3), - [2382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 1), - [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abl_statement_repeat1, 1), - [2386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6392), - [2389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6928), - [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [2394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1122), - [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7052), - [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [2401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6834), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7024), - [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1136), - [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7231), - [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [2413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(1121), - [2416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6460), - [2419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6545), - [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6544), - [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [2433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(1151), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), - [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_tuning, 2), - [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_tuning, 2), - [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7148), - [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 3), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 2), - [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6993), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5951), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6970), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6729), - [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 5), - [2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6850), - [2496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 2), - [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 2), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5456), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7144), - [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6959), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 2), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [2576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 1), - [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6957), - [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4444), - [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), - [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), - [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), - [2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), - [2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3474), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4678), - [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6224), - [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6061), - [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [2606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6970), - [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 2), - [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 2), - [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, .production_id = 10), - [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6947), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6592), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7060), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [2659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5951), - [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 3), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6286), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [2675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6729), - [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6722), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 5), - [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), - [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7171), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6299), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7131), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6930), - [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7021), - [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 2), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7235), - [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), - [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6605), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), - [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7116), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), - [2740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), - [2742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(2036), - [2745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(2037), - [2748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(1942), - [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6744), - [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7004), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 2), - [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 2), - [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 2), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5497), - [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7002), - [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7001), - [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), - [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 7), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5303), - [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6592), - [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 5, .production_id = 69), - [2796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 5, .production_id = 69), - [2798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), - [2801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), - [2804] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(70), - [2808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), - [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), - [2812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(70), - [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [2817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(79), - [2820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(79), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [2825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(70), - [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), - [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 8), - [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5372), - [2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 6), - [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), - [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 3), - [2842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(79), - [2845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(70), - [2848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(70), - [2851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(79), - [2854] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(79), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6914), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7139), - [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6921), - [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6921), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7140), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7141), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), - [2882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6909), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6906), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6900), - [2890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6722), - [2893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 4), - [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6549), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7172), - [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), - [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7017), - [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7017), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7173), - [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7174), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), - [2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4800), - [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6548), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6740), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6737), - [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 3), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6638), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), - [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), - [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7189), - [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7190), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), - [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4690), - [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6640), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6546), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6540), - [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6896), - [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6895), - [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6079), - [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6890), - [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6890), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6889), - [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6888), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), - [2973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4797), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6881), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6879), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7156), - [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6971), - [2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6971), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7157), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7158), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5979), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [2999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6641), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), - [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 5, .production_id = 18), - [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 5, .production_id = 18), - [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 21), - [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 21), - [3015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7131), - [3018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5938), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1), - [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1), - [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), - [3035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), SHIFT_REPEAT(5687), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 2), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [3042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6720), - [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6504), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6686), - [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 12, .production_id = 26), - [3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 26), - [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 16), - [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 26), - [3069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 16), - [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 26), - [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 9, .production_id = 26), - [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 16), - [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 26), - [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 8, .production_id = 62), - [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 26), - [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 8), - [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 16), - [3087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 16), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6751), - [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 26), - [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 54), - [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 26), - [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 7, .production_id = 26), - [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 16), - [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 51), - [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 16), - [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 7), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 26), - [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 6, .production_id = 16), - [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 6, .production_id = 37), - [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 16), - [3119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 6, .production_id = 16), - [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 6), - [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_definition, 5, .production_id = 26), - [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 5, .production_id = 16), - [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 5), - [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6770), - [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_definition, 4, .production_id = 16), - [3133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 4), - [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 13, .production_id = 46), - [3139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 46), - [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 20), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 12, .production_id = 26), - [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 46), - [3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 20), - [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 26), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 16), - [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 46), - [3155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 20), - [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 26), - [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 16), - [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 61), - [3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 60), - [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 9), - [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 46), - [3169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 9, .production_id = 65), - [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 20), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 26), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 9, .production_id = 26), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 52), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 16), - [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 61), - [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 50), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 60), - [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 49), - [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 8), - [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 46), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 8, .production_id = 58), - [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 65), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 57), - [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 8, .production_id = 20), - [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 8), - [3203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 20), - [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 8, .production_id = 26), - [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 26), - [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 8, .production_id = 62), - [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 26), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 8), - [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 52), - [3217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 38), - [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 16), - [3221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 61), - [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 50), - [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 60), - [3227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 49), - [3229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 36), - [3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 16), - [3233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 46), - [3235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 7, .production_id = 18), - [3237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 58), - [3239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 21), - [3241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 45), - [3243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 31), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [3247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 7), - [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 7, .production_id = 57), - [3251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 20), - [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 7), - [3255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 7), - [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 7), - [3259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 7, .production_id = 18), - [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 7, .production_id = 18), - [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 7), - [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 7, .production_id = 35), - [3267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 20), - [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 26), - [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 26), - [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 54), - [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 26), - [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 7, .production_id = 26), - [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 16), - [3281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 52), - [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 38), - [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 16), - [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 51), - [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 50), - [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 49), - [3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 36), - [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 26), - [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 16), - [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 7), - [3301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 7, .production_id = 18), - [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 7, .production_id = 35), - [3305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 46), - [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 6, .production_id = 18), - [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 6, .production_id = 12), - [3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 21), - [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 45), - [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 11), - [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 6), - [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 20), - [3321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 7), - [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 3), - [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 6), - [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 41), - [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 29), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 6), - [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 6, .production_id = 18), - [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 6, .production_id = 18), - [3337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 3), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 6), - [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 6, .production_id = 35), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 20), - [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 26), - [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 26), - [3349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 6, .production_id = 26), - [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 16), - [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 38), - [3355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 16), - [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 6, .production_id = 16), - [3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 6, .production_id = 37), - [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 16), - [3363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 36), - [3365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 26), - [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 6, .production_id = 16), - [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 6), - [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 6, .production_id = 18), - [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 6, .production_id = 35), - [3375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 5, .production_id = 18), - [3377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 5, .production_id = 12), - [3379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 21), - [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 11), - [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5), - [3385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 31), - [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 5), - [3389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 20), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 7), - [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 5), - [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 30), - [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5), - [3399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 29), - [3401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 5), - [3403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 5), - [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 5, .production_id = 18), - [3407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 5, .production_id = 18), - [3409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 5), - [3411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__procedure_terminator, 3), - [3413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 5), - [3415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 5, .production_id = 15), - [3417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), - [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 24), - [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, .production_id = 20), - [3423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 26), - [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_definition, 5, .production_id = 26), - [3427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 26), - [3429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 16), - [3431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 16), - [3433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 16), - [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 5, .production_id = 16), - [3437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 26), - [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 5), - [3441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 2), - [3443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), - [3445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 24), - [3447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 5, .production_id = 15), - [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 4, .production_id = 12), - [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 11), - [3453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 4), - [3455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 4), - [3457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 20), - [3459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 7), - [3461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4), - [3463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 1), - [3465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 4), - [3467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 4), - [3469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 4), - [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 4, .production_id = 18), - [3473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 1), - [3475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 4), - [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 4), - [3479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 4, .production_id = 15), - [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 4, .production_id = 16), - [3483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 4, .production_id = 16), - [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_definition, 4, .production_id = 16), - [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 4, .production_id = 16), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 4), - [3491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 4, .production_id = 15), - [3493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 3, .production_id = 12), - [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 3, .production_id = 11), - [3497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 3), - [3499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_scope_statement, 3), - [3501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 3), - [3503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 3, .production_id = 7), - [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 3), - [3507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 3), - [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 3), - [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 1), - [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 3), - [3515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_terminator, 2), - [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 3), - [3519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), - [3523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 3), - [3525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 3, .production_id = 1), - [3527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7197), - [3530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_tuning, 1), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [3534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_statement, 2), - [3536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 2), - [3538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 2), - [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 2), - [3542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [3544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 2, .production_id = 1), - [3546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stream_statement, 1), - [3548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 13, .production_id = 46), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 46), - [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 20), - [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 46), - [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 20), - [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 46), - [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 20), - [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 61), - [3566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 60), - [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 9), - [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 46), - [3572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 9, .production_id = 65), - [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 20), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 52), - [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 61), - [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 50), - [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 60), - [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 49), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 8), - [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 46), - [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 8, .production_id = 58), - [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 65), - [3596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 57), - [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 8, .production_id = 20), - [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 8), - [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 20), - [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 8, .production_id = 26), - [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 52), - [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 38), - [3610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 61), - [3612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 50), - [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 60), - [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 49), - [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 36), - [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 46), - [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 7, .production_id = 18), - [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 58), - [3626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 21), - [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 45), - [3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 31), - [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 7), - [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 7, .production_id = 57), - [3636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 20), - [3638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 7), - [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 7), - [3642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 7), - [3644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 7, .production_id = 18), - [3646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 7, .production_id = 18), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 7), - [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 7, .production_id = 35), - [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stream_statement, 1), - [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 20), - [3658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 26), - [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 2, .production_id = 1), - [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 16), - [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 52), - [3666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 38), - [3668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 50), - [3670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 49), - [3672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 36), - [3674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 26), - [3676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 7, .production_id = 18), - [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 7, .production_id = 35), - [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 46), - [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 6, .production_id = 18), - [3684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 6, .production_id = 12), - [3686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 21), - [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 45), - [3690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 11), - [3692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 6), - [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 20), - [3696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_tuning, 1), - [3698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_tuning, 1), - [3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [3702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 2), - [3704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 2), - [3706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 7), - [3708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 3), - [3710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 6), - [3712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 41), - [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 2), - [3716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_statement, 2), - [3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 29), - [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 6), - [3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 6, .production_id = 18), - [3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 6, .production_id = 18), - [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 3), - [3728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 6), - [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 6, .production_id = 35), - [3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 20), - [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 26), - [3736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 6, .production_id = 26), - [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 16), - [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 38), - [3742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 16), - [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 36), - [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 26), - [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 6, .production_id = 18), - [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 6, .production_id = 35), - [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 5, .production_id = 18), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 5, .production_id = 12), - [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2), - [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 21), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 11), - [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5), - [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 31), - [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 5), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [3770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 3, .production_id = 1), - [3772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 3), - [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 20), - [3776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [3778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 3), - [3780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_terminator, 2), - [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 3), - [3784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 7), - [3786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 5), - [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 3), - [3790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 3), - [3792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 3), - [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 3, .production_id = 7), - [3796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 3), - [3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_scope_statement, 3), - [3800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 3), - [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 30), - [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5), - [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 29), - [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 3, .production_id = 11), - [3810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 3, .production_id = 12), - [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 5), - [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 5), - [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 5, .production_id = 18), - [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 5, .production_id = 18), - [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 5), - [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__procedure_terminator, 3), - [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 5), - [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 5, .production_id = 15), - [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 4, .production_id = 12), - [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 24), - [3832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 4, .production_id = 15), - [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 16), - [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 16), - [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 4, .production_id = 16), - [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_tuning, 2, .production_id = 17), - [3842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_tuning, 2, .production_id = 17), - [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 4, .production_id = 16), - [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 4, .production_id = 16), - [3848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 4, .production_id = 15), - [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 16), - [3852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 26), - [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 4), - [3856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), - [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 4), - [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 5, .production_id = 15), - [3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 24), - [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 1), - [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 4, .production_id = 18), - [3868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), - [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 26), - [3872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 4), - [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, .production_id = 20), - [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 4), - [3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 4), - [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 26), - [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 1), - [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4), - [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 7), - [3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 20), - [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 4), - [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 4), - [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 11), - [3896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 2), - [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7116), - [3901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 1), - [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_code_repeat1, 1), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6925), - [3907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 4, .production_id = 32), - [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_phrase, 2, .production_id = 10), - [3911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6793), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6512), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), - [3922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6605), - [3925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6513), - [3928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2065), - [3931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(6570), - [3934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), - [3936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2118), - [3939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [3941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5926), - [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 1, .production_id = 27), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6182), - [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_order, 1), - [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_order, 1), - [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), - [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7167), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [3967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 2, .production_id = 28), - [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 2, .production_id = 28), - [3971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2706), - [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7047), - [3976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6930), - [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), - [3981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6695), - [3984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2743), - [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7232), - [3989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7051), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [3997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_tuning, 2), - [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_tuning, 2), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [4003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 39), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 4), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), - [4015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2391), - [4018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2376), - [4021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(6953), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [4036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6299), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [4045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 1), - [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 1), - [4049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 1), - [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 1), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7135), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), - [4064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2703), - [4067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2763), - [4070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5903), - [4073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2823), - [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7036), - [4078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6045), - [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), - [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stop_after_phrase, 2), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7165), - [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), - [4089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2808), - [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6973), - [4094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2886), - [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6964), - [4099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7004), - [4102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6788), - [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), - [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), - [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), - [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), - [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6932), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7216), - [4121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5884), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6933), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [4210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2910), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2839), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6978), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6760), - [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_tuning, 1), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6667), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7205), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [4412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2807), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7204), - [4419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), - [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), - [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6732), - [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 3), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), - [4429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 3), - [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5567), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), - [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_type, 2), - [4437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_type, 2), - [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6983), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6297), - [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5691), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), - [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5679), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 39), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [4491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 27), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), - [4499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6712), - [4502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6297), - [4505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5691), - [4508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5691), - [4511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5679), - [4514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5679), - [4517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3449), - [4520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3451), - [4523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(518), - [4526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5680), - [4529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3446), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [4542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 39), - [4544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), - [4546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [4548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), - [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5330), - [4552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), - [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), - [4558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), - [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6284), - [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), - [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), - [4566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6835), - [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), - [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7212), - [4572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), - [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), - [4576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5879), - [4578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6709), - [4580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), - [4582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), - [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), - [4586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), - [4588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6355), - [4590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_aggregate, 1), - [4592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_aggregate, 1), - [4594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 27), - [4596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_operator, 1), - [4598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_operator, 1), - [4600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1), - [4602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1), - [4604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__additive_operator, 1), - [4606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__additive_operator, 1), - [4608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6897), - [4610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), - [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6485), - [4614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 4), - [4616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 4), - [4618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), - [4620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), - [4622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 3), - [4624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 3), - [4626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_tuning, 1), - [4628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiplicative_operator, 1), - [4630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiplicative_operator, 1), - [4632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logical_operator, 1), - [4634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_operator, 1), - [4636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_tuning, 1), - [4638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_tuning, 1), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [4642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), - [4644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), - [4646] = {.entry = {.count = 5, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_buffer_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), SHIFT(3440), - [4652] = {.entry = {.count = 4, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_buffer_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), - [4657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), - [4660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 1), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6651), - [4664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), - [4667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), - [4669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 1), - [4671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 7, .production_id = 72), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), - [4675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 7, .production_id = 72), - [4677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 12, .production_id = 72), - [4679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 12, .production_id = 72), - [4681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_size_phrase, 4, .production_id = 53), - [4683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_size_phrase, 4, .production_id = 53), - [4685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 39), - [4687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 8), - [4689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 8), - [4691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 27), - [4693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 1), - [4695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 1), - [4697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 39), - [4699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 27), - [4701] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_buffer_definition_repeat1, 1), REDUCE(aux_sym_workfile_definition_repeat1, 1), - [4705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 1), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6670), - [4711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_serialization_tuning, 1), - [4713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_serialization_tuning, 1), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7170), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), - [4719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6412), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6508), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [4736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 3, .production_id = 44), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), - [4744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), - [4746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(3534), - [4749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(549), - [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(3496), - [4755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 1, .production_id = 19), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [4761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 1), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [4783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), - [4793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), - [4795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2457), - [4798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2457), - [4801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1336), - [4804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3810), - [4807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(4491), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6705), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6988), - [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6988), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), - [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [4828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), - [4830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(7192), - [4833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(452), - [4836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(452), - [4839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(5893), - [4842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(5534), - [4845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(3563), - [4848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), - [4850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3440), - [4853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3032), - [4856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3535), - [4859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 2), - [4861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7192), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [4867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [4875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), - [4877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(5443), - [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6871), - [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6939), - [4884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6939), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6869), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), - [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7078), - [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7078), - [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6672), - [4900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 3), - [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), - [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3), - [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6653), - [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 1), - [4910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 2), - [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), - [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6542), - [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), - [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7034), - [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7034), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [4940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3440), - [4943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3032), - [4946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3535), - [4949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3665), - [4952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [4956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_of, 2), - [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7193), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6882), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6753), - [4994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 1), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6958), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7177), - [5004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(687), - [5007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(687), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), - [5018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 1), - [5020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 5, .production_id = 16), - [5022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 5, .production_id = 16), - [5024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), - [5026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(3032), - [5029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 2), - [5031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(4951), - [5034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(4949), - [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 2), - [5039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 16), - [5041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 16), - [5043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 26), - [5045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 26), - [5047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 1), - [5049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 1), - [5051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), - [5053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(3551), - [5056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(5456), - [5059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(7144), - [5062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 1), - [5064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 1), - [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 7, .production_id = 26), - [5068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 7, .production_id = 26), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [5080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1, .production_id = 4), - [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [5182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3440), - [5185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3032), - [5188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3665), - [5191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [5203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), - [5205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(3551), - [5208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(5456), - [5211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(652), - [5214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(7144), - [5217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(5930), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [5228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), - [5230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4625), - [5233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4626), - [5236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4628), - [5239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5067), - [5242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5069), - [5245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4630), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6709), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6835), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6897), - [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6839), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7212), - [5268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pre_tuning, 1), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), - [5272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_type, 1), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [5280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), - [5282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(3440), - [5285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(3032), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [5292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), - [5294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(560), - [5297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(560), - [5300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(5562), - [5303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(3838), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7044), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6629), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7145), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7146), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7147), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7162), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7178), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7179), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7180), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7045), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6868), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [5362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(3440), - [5365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(3032), - [5368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6700), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6776), - [5384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 1), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6568), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6636), - [5400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 1), - [5402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 1), - [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), - [5406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6818), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6816), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), - [5426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), - [5428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(7187), - [5431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(7193), - [5434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(5892), - [5437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(4192), - [5440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(5905), - [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [5445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [5447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5500), - [5451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), - [5453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [5457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6478), - [5459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4260), - [5461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4265), - [5463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [5465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), - [5467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), - [5471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [5473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [5475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), - [5477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), - [5479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), - [5481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), - [5483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), - [5485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), - [5487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), - [5489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), - [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [5495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [5497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 1), - [5499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 1), - [5501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [5503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 1), - [5505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 1), - [5507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), - [5509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), - [5511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), - [5513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), - [5515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [5517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5212), - [5519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), - [5521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5382), - [5523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [5527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 3), - [5529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 3), - [5531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 4), - [5533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 4), - [5535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), - [5537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5416), - [5539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 3), - [5541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 3), - [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [5547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), - [5549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4260), - [5552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4265), - [5555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), - [5557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), - [5559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [5561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [5563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5351), - [5565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), - [5567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), - [5569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), - [5571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), - [5573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [5583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [5585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), - [5587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5293), - [5589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), - [5591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5106), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [5599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6329), - [5601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), - [5605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), - [5607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 27), - [5609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), - [5611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), - [5613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5342), - [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [5617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [5621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), - [5623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), - [5625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7222), - [5627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(4044), - [5630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), - [5632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(5867), - [5635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), - [5637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), - [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [5641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), - [5643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), - [5645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), - [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), - [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5262), - [5653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7213), - [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), - [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [5663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(3577), - [5666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), - [5668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(5867), - [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), - [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), - [5675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), - [5677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [5681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [5685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), - [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), - [5689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [5691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), - [5693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 39), - [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5176), - [5697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), - [5699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), - [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), - [5713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5290), - [5715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), - [5717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), - [5719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [5721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7228), - [5723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [5725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5289), - [5727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [5729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), - [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5288), - [5735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), - [5737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6873), - [5739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [5741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [5743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), - [5747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [5749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6956), - [5751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), - [5763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [5765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6752), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), - [5773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [5775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [5777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [5785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [5789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), - [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [5793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6718), - [5797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [5801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6912), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [5807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), - [5809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(457), - [5812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(4325), - [5815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(4066), - [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [5822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 1), - [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5379), - [5832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [5860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 2), - [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), - [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), - [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), - [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [5880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 18), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), - [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [5894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 16), - [5896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 2), - [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), - [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [5904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 2), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [5936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 1), - [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [6008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 3), - [6010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 26), - [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [6022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 4), - [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), - [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), - [6028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 1), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), - [6032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 1), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6846), - [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), - [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [6052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), - [6054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(746), - [6057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(746), - [6060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(5714), - [6063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(4429), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), - [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), - [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), - [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), - [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6604), - [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), - [6140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), - [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [6144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), - [6150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), - [6152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), - [6154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3404), - [6157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3404), - [6160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1336), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6274), - [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), - [6171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6208), - [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), - [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6304), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [6195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 1), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [6203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), - [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [6217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 1), - [6219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 1), - [6221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 1), - [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), - [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [6245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), - [6247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), SHIFT_REPEAT(5465), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [6260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), SHIFT_REPEAT(5257), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), - [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [6273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 3), - [6275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 3), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [6291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), - [6293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), SHIFT_REPEAT(4644), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6069), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), - [6330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 1), - [6332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 1), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), - [6338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 1), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5523), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), - [6346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 8, .production_id = 39), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6287), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), - [6364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), - [6366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), SHIFT_REPEAT(4895), - [6369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 16), - [6371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 26), - [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), - [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), - [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6256), - [6385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 4), - [6387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7182), - [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7181), - [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), - [6393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), - [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6747), - [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), - [6405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5738), - [6407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7246), - [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), - [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7136), - [6413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 4), - [6415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4620), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), - [6419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5433), - [6422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5738), - [6425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), - [6427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5015), - [6430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(7136), - [6433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(653), - [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), - [6438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), - [6440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6559), - [6442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), - [6444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), - [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4608), - [6448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7243), - [6450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), - [6452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6069), - [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6234), - [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), - [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6637), - [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), - [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), - [6467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), SHIFT_REPEAT(5330), - [6470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 16), - [6472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), - [6474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4098), - [6476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6791), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6428), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), - [6484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), - [6486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 18), - [6488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7245), - [6490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 6, .production_id = 26), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6393), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), - [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), - [6506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 3), - [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [6510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5346), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6222), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), - [6524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 18), - [6526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4641), - [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), - [6534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4659), - [6536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 27), - [6538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), - [6540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(4432), - [6543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(4759), - [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6317), - [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), - [6552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 9), - [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5434), - [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), - [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), - [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6298), - [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), - [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), - [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), - [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), - [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6244), - [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6184), - [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), - [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), - [6586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5894), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), - [6597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 5), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [6601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_serializable, 1), - [6603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract, 1), - [6605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), - [6607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), SHIFT_REPEAT(4943), - [6610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final, 1), - [6612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_widget_pool, 1), - [6614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(575), - [6617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 1), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6210), - [6629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_tuning, 1), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), - [6641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_tuning, 1), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6237), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [6651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 1), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), - [6655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), - [6657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(360), - [6660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(6686), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), - [6667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), - [6669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [6675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5760), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6014), - [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4372), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5733), - [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6874), - [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), - [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6488), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), - [6709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 2), - [6711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6803), - [6713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 11), - [6715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 11), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [6725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), - [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5791), - [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6948), - [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6852), - [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6137), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [6737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_procedure_parameter_definition_repeat1, 2), - [6739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_procedure_parameter_definition_repeat1, 2), SHIFT_REPEAT(5297), - [6742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), SHIFT(73), - [6745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), - [6747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [6751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 10, .production_id = 71), - [6753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 10, .production_id = 71), - [6755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 10), - [6757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 10), - [6759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(73), - [6762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), SHIFT_REPEAT(6317), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [6769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), - [6771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5690), - [6773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7077), - [6775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6668), - [6777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6333), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [6785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), - [6787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), - [6789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6810), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6808), - [6793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), - [6795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4354), - [6797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5727), - [6799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7040), - [6801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), - [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6477), - [6805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), - [6807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(5673), - [6810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(5220), - [6813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(73), - [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [6818] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(73), - [6822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 5), - [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [6828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 9), - [6830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 9), - [6832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), - [6834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(5362), - [6837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 3), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [6845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 71), - [6847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 71), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [6853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 68), - [6855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 68), - [6857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 67), - [6859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 67), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4390), - [6865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5683), - [6867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7084), - [6869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6699), - [6871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), - [6873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 6), - [6875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 6), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [6879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3536), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [6883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 68), - [6885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 68), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [6889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4403), - [6891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), - [6893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6552), - [6895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6537), - [6897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6465), - [6899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 9), - [6901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 9), - [6903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4365), - [6905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5763), - [6907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6987), - [6909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6708), - [6911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6302), - [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [6923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 67), - [6925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 67), - [6927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7080), - [6930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 30), - [6932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 55), - [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [6938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 8), - [6940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 8), - [6942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 8), - [6944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 8), - [6946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 68), - [6948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 68), - [6950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 67), - [6952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 67), - [6954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 59), - [6956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 59), - [6958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 8), - [6960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 8), - [6962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), - [6964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), - [6966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 6), - [6968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 6), - [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), - [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), - [6976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5407), - [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), - [6982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 2), - [6984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 8), - [6986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 8), - [6988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 6), - [6990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 6), - [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), - [6994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(4994), - [6997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), - [6999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(6803), - [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), - [7006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 1), - [7008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(73), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), - [7013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 7), - [7015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 7), - [7017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 5), - [7019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 5), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4387), - [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5794), - [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6938), - [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7033), - [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6101), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [7037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 59), - [7039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 59), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [7049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), - [7051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(6818), - [7054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(6816), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [7065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6417), - [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), - [7071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 7), - [7073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 7), - [7075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 7), - [7077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 7), - [7079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6), - [7081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 1), - [7083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 71), - [7085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 71), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [7089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4406), - [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5759), - [7093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6995), - [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6669), - [7097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6334), - [7099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 59), - [7101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 59), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [7105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 63), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [7109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 7), - [7111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 7), - [7113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 30), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), - [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [7125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 5, .production_id = 40), - [7127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 30), - [7129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 2), - [7131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 63), - [7133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6489), - [7149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 1), - [7151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_tuning, 1), - [7153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7, .production_id = 64), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7014), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [7159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 7), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), - [7165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 7, .production_id = 64), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6314), - [7175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4815), - [7177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 5), - [7179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), - [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7133), - [7183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 1), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6315), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6275), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [7199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 2), - [7201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 2), SHIFT_REPEAT(6835), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6264), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [7214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 2), - [7216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7064), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [7222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 6, .production_id = 55), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), - [7226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 6), - [7228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4950), - [7230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 6), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), - [7234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_type, 2, .production_id = 17), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), - [7242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6, .production_id = 55), - [7244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), - [7246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), SHIFT_REPEAT(5067), - [7249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), - [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4944), - [7255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 6), - [7257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 55), - [7259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6), - [7261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), - [7263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 30), - [7265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 1), - [7267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7127), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6239), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [7275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4922), - [7277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 6, .production_id = 30), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), - [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), - [7283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 5), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [7303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 5), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5030), - [7333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 4), - [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5439), - [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5440), - [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [7351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4974), - [7353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 5), - [7355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), - [7359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), - [7361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 4), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6253), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [7367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 3), - [7369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5, .production_id = 40), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6491), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [7377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6014), - [7380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter_mode, 1), - [7382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 1), - [7384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), - [7386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(5440), - [7389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(5440), - [7392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [7398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), - [7400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), SHIFT_REPEAT(7181), - [7403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4991), - [7405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 5), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6157), - [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6451), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [7415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), - [7417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), SHIFT_REPEAT(283), - [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7220), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), - [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), - [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [7444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), - [7446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), SHIFT_REPEAT(7149), - [7449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 3), - [7451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 3), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [7455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), - [7457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), SHIFT_REPEAT(6144), - [7460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), - [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), - [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), - [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [7472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7053), - [7475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 4, .production_id = 4), - [7477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [7479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [7483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5961), - [7486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4958), - [7488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), - [7490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6969), - [7492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 4), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [7504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 4, .production_id = 70), - [7506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 4, .production_id = 70), - [7508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), - [7510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 3, .production_id = 66), - [7512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 3, .production_id = 66), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), - [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), - [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [7526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 1), - [7528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6497), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), - [7546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 1), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [7552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(608), - [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [7559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_procedure_parameter_definition_repeat1, 1), - [7561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6926), - [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6927), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6531), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [7569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), - [7571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), - [7573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7037), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [7577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6916), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6917), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6538), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), - [7585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_tuning, 1), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), - [7597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 1), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [7601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 2), SHIFT_REPEAT(5521), - [7604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 2), - [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [7608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 5), - [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), - [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), - [7614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_member_repeat1, 2), - [7616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), - [7618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), SHIFT_REPEAT(4842), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [7637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 1), - [7639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 1), - [7641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 4), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [7657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_tuning, 1), - [7659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 1), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), - [7667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), - [7669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6096), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [7675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 1), - [7677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 1), - [7679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6976), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6977), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [7687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 5), - [7689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 5), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [7693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [7695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6308), - [7697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [7699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6105), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [7707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 1), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [7713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6966), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6967), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6689), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6251), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), - [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), - [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [7735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [7737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), - [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), - [7741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 2), - [7743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1), - [7745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), - [7751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 4), - [7753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 4), - [7755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 10), - [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), - [7759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 2), - [7761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 2), - [7763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), - [7765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), - [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [7769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), - [7771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6893), - [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [7775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [7777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6136), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [7781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 1), - [7783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [7785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6328), - [7787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [7789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6141), - [7791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [7793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6483), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [7799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), - [7801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), SHIFT_REPEAT(6675), - [7804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [7806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6169), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), - [7810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5861), - [7812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [7814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6155), - [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), - [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), - [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6272), - [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), - [7824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7066), - [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7067), - [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7203), - [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [7834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7056), - [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), - [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7202), - [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [7846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_tuning, 2), - [7848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6851), - [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6848), - [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6872), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [7858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [7860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5858), - [7862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4962), - [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), - [7866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7118), - [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7022), - [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7023), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6894), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), - [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7012), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), - [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6892), - [7890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 1), - [7892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5776), - [7894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1), - [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [7898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), - [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [7904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6903), - [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6902), - [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6901), - [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), - [7912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [7914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), - [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), - [7918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 1, .production_id = 4), - [7920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 1, .production_id = 4), - [7922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4855), - [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), - [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [7932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), - [7934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), SHIFT_REPEAT(4196), - [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5261), - [7953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5891), - [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5966), - [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5974), - [7959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5164), - [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5900), - [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), - [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), - [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), - [7975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4935), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), - [7979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5910), - [7981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7153), - [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [7993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), - [7995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5907), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), - [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), - [8003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5265), - [8005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5929), - [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), - [8009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(5702), - [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [8016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4), - [8018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(4405), - [8021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), - [8023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 4, .production_id = 56), - [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), - [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), - [8029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), - [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), - [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), - [8043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2), - [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), - [8049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 2), SHIFT_REPEAT(5964), - [8052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 2), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), - [8062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4845), - [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), - [8068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6904), - [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), - [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4799), - [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), - [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6866), - [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6992), - [8090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), - [8092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6992), - [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), - [8096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), - [8098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6759), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), - [8102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6102), - [8104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6572), - [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6765), - [8112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), - [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6765), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6954), - [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), - [8120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6954), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), - [8126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6138), - [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7218), - [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6832), - [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7161), - [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), - [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7161), - [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6858), - [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), - [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6858), - [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6842), - [8150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6165), - [8152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6842), - [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), - [8158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 1), - [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6736), - [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6174), - [8164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6736), - [8166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 1), - [8168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1, .production_id = 1), - [8170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), - [8172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6567), - [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6438), - [8176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 3, .production_id = 42), - [8178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1), - [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), - [8182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6185), - [8184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6661), - [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5713), - [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6432), - [8190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [8200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6790), - [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [8206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6882), - [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5787), - [8217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6254), - [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7083), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [8225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), - [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [8229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5819), - [8231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6279), - [8233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), - [8235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6727), - [8237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6281), - [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), - [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [8245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), - [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6581), - [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), - [8251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5886), - [8253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5737), - [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7215), - [8257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6343), - [8259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7215), - [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), - [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), - [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [8271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7129), - [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), - [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [8277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 2), - [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [8281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), - [8283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4897), - [8286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5658), - [8288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6269), - [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [8294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7121), - [8296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_tuning, 3), - [8298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6346), - [8300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5836), - [8302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6424), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [8310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7082), - [8312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5828), - [8314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6456), - [8316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), - [8318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6547), - [8320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6459), - [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), - [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), - [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [8330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), - [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6923), - [8334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6479), - [8336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6923), - [8338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(699), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), - [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6219), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6813), - [8365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5781), - [8367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6395), - [8369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6787), - [8371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), SHIFT_REPEAT(233), - [8374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), - [8376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5777), - [8378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6365), - [8380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4363), - [8382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6644), - [8384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6363), - [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6241), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), - [8396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6293), - [8398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6726), - [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), - [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), - [8410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(613), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6260), - [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), - [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [8425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6602), - [8427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5748), - [8429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6207), - [8431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6657), - [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), - [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [8439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5743), - [8441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6173), - [8443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4410), - [8445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6819), - [8447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6171), - [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), - [8451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6620), - [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), - [8457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6092), - [8459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6510), - [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6283), - [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [8475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1), - [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6311), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), - [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [8549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), - [8551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), SHIFT_REPEAT(5542), - [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [8566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 1), - [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [8574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [8576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 3), - [8578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 1), - [8580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 1), - [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), - [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6687), - [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7059), - [8592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), - [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6643), - [8596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), - [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), - [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7111), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6857), - [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), - [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [8610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), - [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), - [8614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), - [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [8618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4910), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), - [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6865), - [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [8634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), - [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6899), - [8642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7094), - [8650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7094), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), - [8654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [8658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7152), - [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), - [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), - [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [8674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [8676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7063), - [8682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 4), - [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), - [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [8690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [8692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 1), - [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), - [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), - [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7020), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5845), - [8706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5845), - [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7122), - [8712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 1), - [8714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 1), - [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), - [8722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_tuning, 1), - [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7123), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7120), - [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), - [8736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7092), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6972), - [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7070), - [8748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), - [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), - [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7090), - [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7089), - [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), - [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), - [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), - [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), - [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), - [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6443), - [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), - [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), - [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), - [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), - [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6952), - [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), - [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7079), - [8800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [8804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), - [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7069), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7026), - [8812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5031), - [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [8816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), - [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), - [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6924), - [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7048), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6922), - [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7159), - [8838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), - [8842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), - [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), - [8846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), - [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), - [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6908), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), - [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6907), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), - [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7166), - [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [8864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), - [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7019), - [8868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), - [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), - [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), - [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), - [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), - [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), - [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6891), - [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), - [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), - [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), - [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4711), - [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), - [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7035), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6887), - [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6931), - [8910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), - [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), - [8914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4602), - [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6867), - [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), - [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), - [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [8926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 4, .production_id = 4), - [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), - [8930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), - [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7007), - [8936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7007), - [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), - [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [8942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6778), - [8948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6778), - [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), - [8956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6520), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), - [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6856), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6855), - [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6557), - [8978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6557), - [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6560), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5178), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6742), - [8990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6742), - [8992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_tuning, 1), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), - [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), - [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), - [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), - [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), - [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), - [9010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 1), - [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6550), - [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6382), - [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6555), - [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), - [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6775), - [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), - [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), - [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6911), - [9034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6911), - [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [9038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), - [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), - [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7184), - [9046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7184), - [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), - [9050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4418), - [9052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6817), - [9054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), - [9058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7168), - [9060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_tuning, 1), - [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), - [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), - [9068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5024), - [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6809), - [9072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5421), - [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6807), - [9076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), - [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6806), - [9080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5415), - [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), - [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7058), - [9088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7058), - [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6579), - [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), - [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6854), - [9100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6854), - [9102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [9104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), - [9108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [9110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4353), - [9112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), - [9114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4393), - [9116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6792), - [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6750), - [9122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6750), - [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), - [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), - [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), - [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6837), - [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [9136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), - [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6505), - [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), - [9142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6681), - [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), - [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6535), - [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), - [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6820), - [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [9160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6577), - [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), - [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), - [9168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), - [9170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6580), - [9172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 1), - [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), - [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), - [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), - [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6877), - [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6796), - [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6795), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6381), - [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6768), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), - [9204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6782), - [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), - [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6475), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6781), - [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6777), - [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), - [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), - [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), - [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), - [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6774), - [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), - [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), - [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7008), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7065), - [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), - [9254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), - [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), - [9260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), - [9262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6756), - [9264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), - [9266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), - [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7081), - [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [9274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6920), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), - [9282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6758), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), - [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), - [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), - [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7114), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [9296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), - [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6564), - [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6646), - [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6974), - [9306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4424), - [9308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6731), - [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), - [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6764), - [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6767), - [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6886), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6769), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6771), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6633), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), - [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [9334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7062), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7102), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7117), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7128), - [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), - [9354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4371), - [9356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6639), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7238), - [9362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 1), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6634), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7237), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7230), - [9372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7230), - [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), - [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), - [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), - [9388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 4), - [9390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4391), - [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6609), - [9394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4388), - [9396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6607), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), - [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), - [9406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 2), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), - [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7234), - [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6584), - [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6801), - [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [9428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), - [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6619), - [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), - [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [9444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6606), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), - [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), - [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), - [9466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), - [9468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6710), - [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6587), - [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4377), - [9480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6707), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), - [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), - [9490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), - [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6683), - [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), - [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6582), - [9502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), - [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5833), - [9508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4361), - [9510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6576), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6578), - [9516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4362), - [9518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6575), - [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [9522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), - [9526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), - [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7071), - [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6569), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6598), - [9536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), - [9538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), - [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6551), - [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6600), - [9546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5455), - [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6962), - [9550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6962), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), - [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6975), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6565), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7018), - [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6561), - [9572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6999), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7000), - [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7009), - [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), - [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), - [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7091), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), - [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5988), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), - [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), - [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), - [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), - [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), - [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6212), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), - [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6285), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), - [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), - [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), - [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), - [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), - [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), - [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), - [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [9778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 3), - [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), - [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5334), - [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6698), - [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), - [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6498), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6805), - [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), - [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7201), - [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), - [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7221), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), - [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6200), - [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), - [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7226), - [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), - [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5876), - [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), - [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), - [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), - [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), - [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6386), - [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), - [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), - [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), - [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7150), - [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), - [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), - [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5984), - [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), - [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), - [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), - [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6242), - [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), - [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), - [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), - [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), - [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6763), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6250), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), - [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6263), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6125), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), - [10020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__find_type, 1), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6387), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6378), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), - [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), - [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), - [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), - [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), - [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), - [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), - [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), - [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6435), - [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [10130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_otherwise_branch, 2, .production_id = 43), - [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), - [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), - [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), - [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), - [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), - [10156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 9), - [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), - [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), - [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), - [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [10172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 8), - [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), - [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), - [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), - [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6303), - [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), - [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6989), - [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6436), - [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), - [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), - [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [10212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 7), - [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), - [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), - [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6528), - [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), - [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6473), - [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), - [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), - [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6484), - [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), - [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6523), - [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), - [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), - [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6649), - [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), - [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), - [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), - [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), - [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), - [10282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 6), - [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), - [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), - [10292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6503), - [10294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), - [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), - [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), - [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), - [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), - [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), - [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), - [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), - [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), - [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), - [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), - [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), - [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6845), - [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), - [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6150), - [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6151), - [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), - [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), - [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), - [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), - [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6814), - [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6070), - [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), - [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), - [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), - [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6295), - [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6296), - [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), - [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5764), - [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), - [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6310), - [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), - [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4995), - [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), - [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), - [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), - [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6665), - [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), - [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), - [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), - [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), - [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), - [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6367), - [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), - [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6632), - [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), - [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), - [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), - [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6481), - [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), - [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5591), - [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), - [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), - [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), - [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), - [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), - [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), - [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), - [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5726), - [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6522), - [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), - [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), - [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), - [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), - [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), - [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), - [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), - [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6554), - [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6701), - [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), - [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6027), - [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), - [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), - [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), - [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), - [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6338), - [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), - [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6990), - [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), - [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), - [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), - [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), - [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6307), - [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), - [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6702), - [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), - [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), - [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), - [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), - [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), - [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), - [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), - [10624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), - [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), - [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), - [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6005), - [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), - [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), - [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), - [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7239), - [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), - [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6002), - [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), - [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), - [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), - [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), - [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6340), - [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7068), - [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), - [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7236), - [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7233), - [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7108), - [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), - [10700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7242), - [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6935), - [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6936), - [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), - [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), - [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6949), - [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6950), - [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6951), - [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7088), - [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), - [10734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 1), - [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), - [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), - [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6986), - [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6996), - [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6997), - [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6998), - [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7030), - [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7031), - [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7032), - [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7041), - [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7042), - [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7043), - [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), - [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), - [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6391), - [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), - [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7074), - [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7075), - [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7076), - [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), - [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7085), - [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7086), - [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7087), - [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [10812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7244), - [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), - [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), - [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), - [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), - [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), - [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), - [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [10834] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), - [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6878), - [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), - [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7112), - [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), - [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), - [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), - [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), - [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), - [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), - [10888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7199), - [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [10892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), - [10894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 3), - [10896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 3), - [10898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 4), - [10900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 5), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6957), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6032), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7891), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6637), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4677), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6915), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3646), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3686), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7371), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6444), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6294), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), + [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4403), + [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), + [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6690), + [869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7843), + [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4691), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6475), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7986), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7970), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5987), + [895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7371), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7631), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), + [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6650), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7600), + [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7586), + [918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7321), + [921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6876), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6628), + [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7495), + [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6260), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 3), + [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6855), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7900), + [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), + [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6227), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), + [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6575), + [998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 3), SHIFT(170), + [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 3), + [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), + [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4445), + [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 3), SHIFT(6905), + [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7890), + [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4707), + [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6494), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(170), + [1047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), + [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6303), + [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(371), + [1055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(436), + [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(366), + [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(542), + [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1162), + [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4445), + [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(682), + [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(681), + [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(680), + [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(679), + [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(678), + [1085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(677), + [1088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(317), + [1091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6905), + [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1260), + [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(7890), + [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4707), + [1103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6494), + [1106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(428), + [1109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 2), SHIFT(170), + [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 2), + [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 2), SHIFT(6905), + [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 1, .production_id = 29), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [1129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 1, .production_id = 29), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), + [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7584), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7560), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3068), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5690), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 2), + [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), + [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(177), + [1196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6338), + [1199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(460), + [1202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(459), + [1205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(382), + [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(571), + [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1154), + [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4465), + [1217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(762), + [1220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(761), + [1223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(760), + [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(759), + [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(758), + [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(757), + [1235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(369), + [1238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6925), + [1241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1269), + [1244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(7886), + [1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4750), + [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6497), + [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(465), + [1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 6, .production_id = 48), + [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 6, .production_id = 48), + [1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), + [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), + [1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 3), SHIFT(177), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6338), + [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), + [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 3), SHIFT(6925), + [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7886), + [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), + [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6497), + [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), + [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), + [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_expression, 2), + [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_expression, 2), + [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_expression, 3), + [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_expression, 3), + [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_locked_expression, 2), + [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_locked_expression, 2), + [1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), + [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), + [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_logical_expression, 3), + [1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3), + [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), + [1334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 2), SHIFT(177), + [1337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sort_clause, 2), SHIFT(6925), + [1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambiguous_expression, 2), + [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambiguous_expression, 2), + [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), + [1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), + [1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_current_changed_expression, 2), + [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_current_changed_expression, 2), + [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6351), + [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [1358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), + [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6941), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7884), + [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4884), + [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6479), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), + [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7849), + [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7808), + [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [1406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(209), + [1409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6351), + [1412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(507), + [1415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(506), + [1418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(458), + [1421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(569), + [1424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1148), + [1427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4436), + [1430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(861), + [1433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(860), + [1436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(859), + [1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(858), + [1442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(857), + [1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(856), + [1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(400), + [1451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6941), + [1454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1319), + [1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(7884), + [1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4884), + [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6479), + [1466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(541), + [1469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6596), + [1472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7631), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7536), + [1477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(301), + [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 1), + [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8030), + [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 1), + [1486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7620), + [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [1493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7600), + [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [1498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(328), + [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), + [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 3, .production_id = 14), + [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6650), + [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(296), + [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6260), + [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(990), + [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1016), + [1522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(548), + [1525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(575), + [1528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1178), + [1531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4425), + [1534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(644), + [1537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(658), + [1540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(659), + [1543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(660), + [1546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(661), + [1549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(662), + [1552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(487), + [1555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6855), + [1558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1116), + [1561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(7900), + [1564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(4888), + [1567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6227), + [1570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(1298), + [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 4), + [1575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7586), + [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7636), + [1582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(354), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8035), + [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7590), + [1591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(347), + [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7584), + [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [1599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(370), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8024), + [1604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6734), + [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6296), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6883), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7352), + [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7894), + [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), + [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6401), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [1653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7560), + [1656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(480), + [1659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6296), + [1662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1427), + [1665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1428), + [1668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1397), + [1671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(543), + [1674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1169), + [1677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(4452), + [1680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(618), + [1683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(617), + [1686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(616), + [1689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(615), + [1692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(614), + [1695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(612), + [1698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1353), + [1701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6883), + [1704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1251), + [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), + [1709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(7352), + [1712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(7894), + [1715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(4782), + [1718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6401), + [1721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1413), + [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18), + [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_mode, 1), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7394), + [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_mode, 1), + [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(404), + [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), + [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7567), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7033), + [1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(7033), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6580), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7699), + [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7663), + [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [1764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6925), + [1766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(502), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7981), + [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6601), + [1774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(553), + [1777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(6294), + [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), + [1782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1454), + [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1455), + [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1406), + [1791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(560), + [1794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1094), + [1797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(4403), + [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1261), + [1803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1259), + [1806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1256), + [1809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1255), + [1812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1253), + [1815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1252), + [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1372), + [1821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(6690), + [1824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1249), + [1827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(7843), + [1830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(4691), + [1833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(6475), + [1836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1452), + [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6905), + [1851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7808), + [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), + [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5907), + [1860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7849), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), + [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3675), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7860), + [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), + [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(482), + [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), + [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), + [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), + [1924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5941), + [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3388), + [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3702), + [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), + [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), + [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), + [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), + [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), + [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6274), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), + [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), + [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6863), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7898), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4876), + [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6285), + [2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), + [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), + [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), + [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), + [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6234), + [2064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), + [2066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), + [2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), + [2070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [2072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), + [2076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [2078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [2082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [2084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [2086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [2088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), + [2090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6832), + [2092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [2094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7906), + [2096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4781), + [2098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6361), + [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [2102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [2104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [2106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6255), + [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3662), + [2110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3663), + [2112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), + [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [2116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [2118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), + [2120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [2122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [2124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [2128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), + [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), + [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7902), + [2140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4698), + [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6238), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [2148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4681), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4797), + [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6298), + [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), + [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6892), + [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7892), + [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4809), + [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6445), + [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), + [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), + [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), + [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), + [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), + [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4831), + [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [2282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6222), + [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [2292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), + [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [2308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6827), + [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7908), + [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4813), + [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6422), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6278), + [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), + [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), + [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [2340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [2342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [2348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), + [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6871), + [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7896), + [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4701), + [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6347), + [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [2378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [2380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4848), + [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [2386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6323), + [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [2394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4398), + [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), + [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6913), + [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7888), + [2420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4721), + [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6534), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [2426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [2430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4683), + [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [2448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [2452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [2458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), + [2460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [2462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4882), + [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6566), + [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [2470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [2474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4368), + [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [2488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [2490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7140), + [2496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [2498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7754), + [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4805), + [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6434), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [2514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), + [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), + [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), + [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), + [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6934), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4696), + [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), + [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4844), + [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4736), + [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [2618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6246), + [2620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), + [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [2628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [2630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4479), + [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [2634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), + [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6838), + [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7904), + [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6300), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6365), + [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), + [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), + [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7161), + [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7801), + [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), + [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6423), + [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), + [2702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), + [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), + [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2670), + [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4684), + [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), + [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6358), + [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), + [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4482), + [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), + [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6950), + [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7846), + [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), + [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6492), + [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [2784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [2786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [2794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [2798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [2802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 3), + [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 3), + [2806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 1), + [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 1), + [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 1), + [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abl_statement_repeat1, 1), + [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7663), + [2817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6580), + [2820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1358), + [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8018), + [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), + [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [2829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7699), + [2832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1373), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8013), + [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [2839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(1359), + [2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6800), + [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7706), + [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7702), + [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7708), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7935), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_tuning, 2), + [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_tuning, 2), + [2867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(1393), + [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6573), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7264), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7632), + [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [2882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8034), + [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7617), + [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7601), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5818), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), + [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 3), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7952), + [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 2), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6643), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8019), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7999), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 5), + [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 2), + [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 2), + [2946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7264), + [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_clause, 2, .production_id = 10), + [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7591), + [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7891), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [2969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7617), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7893), + [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 2), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6722), + [3050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6573), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 1), + [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1629), + [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8023), + [3060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7632), + [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7880), + [3065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1669), + [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8032), + [3070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), + [3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6198), + [3076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7225), + [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3950), + [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3975), + [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3974), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), + [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5333), + [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6592), + [3090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7231), + [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [3100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7601), + [3103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(1630), + [3106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6602), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 2), + [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 2), + [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, .production_id = 10), + [3117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(1657), + [3120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(8019), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7607), + [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), + [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6847), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7530), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7871), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7310), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6636), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7998), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7949), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [3183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6915), + [3186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7999), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 3), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [3195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6643), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6587), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7745), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7701), + [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8006), + [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6809), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7559), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7531), + [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 5), + [3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), + [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7997), + [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 2), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8026), + [3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6594), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7804), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7747), + [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [3244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6622), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7901), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7789), + [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 2), + [3254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 2), + [3256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6629), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7942), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7903), + [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7568), + [3268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), + [3270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(2136), + [3273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(2137), + [3276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(2068), + [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7863), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7967), + [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 2), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5862), + [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), + [3293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(65), + [3296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 6), + [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6105), + [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), + [3304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(70), + [3307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), + [3310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), + [3313] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(70), + [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), + [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 7), + [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6177), + [3329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(70), + [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [3334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [3336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(70), + [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 3), + [3341] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(65), + [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 5, .production_id = 70), + [3347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 5, .production_id = 70), + [3349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(65), + [3352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), + [3354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7530), + [3357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(65), + [3360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(70), + [3363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 8), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), + [3367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(65), + [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 3), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), + [3374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7998), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7364), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7987), + [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6730), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7852), + [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7852), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7988), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7989), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5350), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7366), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7356), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7362), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7971), + [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6762), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7807), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7807), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7972), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7973), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), + [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5372), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7359), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7580), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7578), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7583), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7955), + [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6695), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), + [3443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7760), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7956), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7957), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [3453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5322), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7581), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7367), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7368), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7698), + [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6808), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), + [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7691), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7690), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7689), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6808), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5484), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7687), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7686), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7685), + [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 4), + [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7844), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7938), + [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), + [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7709), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7939), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7940), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6799), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5421), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7839), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7837), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7835), + [3519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4), + [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 7), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [3531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7559), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6154), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), + [3546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 27), + [3548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 6, .production_id = 16), + [3550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 6, .production_id = 38), + [3552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 16), + [3554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 6, .production_id = 16), + [3556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 6), + [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7676), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7814), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1), + [3566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1), + [3568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_definition, 5, .production_id = 27), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), + [3572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 5, .production_id = 16), + [3574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 5), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [3580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 1), + [3582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_tuning, 1), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [3586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 2), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_tuning, 2, .production_id = 18), + [3592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_tuning, 2, .production_id = 18), + [3594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_definition, 4, .production_id = 16), + [3596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 4), + [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2), + [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [3602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 13, .production_id = 47), + [3604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 47), + [3606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 21), + [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 12, .production_id = 27), + [3610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 12, .production_id = 27), + [3612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 47), + [3614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 21), + [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 27), + [3618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 27), + [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 16), + [3622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 16), + [3624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 10), + [3626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 47), + [3628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 21), + [3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 27), + [3632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 27), + [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 16), + [3636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 16), + [3638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 62), + [3640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 61), + [3642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 9), + [3644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 47), + [3646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 9, .production_id = 66), + [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 5, .production_id = 19), + [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 5, .production_id = 19), + [3652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 21), + [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 27), + [3656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 27), + [3658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 9, .production_id = 27), + [3660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 9, .production_id = 27), + [3662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 53), + [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 16), + [3666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 16), + [3668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 62), + [3670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 51), + [3672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 61), + [3674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 50), + [3676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 47), + [3678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 8, .production_id = 59), + [3680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 66), + [3682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 58), + [3684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [3686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stream_statement, 1), + [3690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stream_statement, 1), + [3692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 8, .production_id = 21), + [3694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 8), + [3696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 2, .production_id = 1), + [3698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 2, .production_id = 1), + [3700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 8), + [3702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 21), + [3704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 8, .production_id = 27), + [3706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 27), + [3708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 27), + [3710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 8, .production_id = 63), + [3712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 8, .production_id = 63), + [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 27), + [3716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 27), + [3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 8), + [3720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 8), + [3722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 53), + [3724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 39), + [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 16), + [3728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 16), + [3730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 62), + [3732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 51), + [3734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 61), + [3736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 50), + [3738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 37), + [3740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_tuning, 1), + [3742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_tuning, 1), + [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [3746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 2), + [3750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 2), + [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 16), + [3754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 16), + [3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 47), + [3758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 7, .production_id = 19), + [3760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 59), + [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 2), + [3764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 2), + [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_statement, 2), + [3768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_statement, 2), + [3770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 22), + [3772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 46), + [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2), + [3776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_statement, 2), + [3778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 32), + [3780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 27), + [3782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 7), + [3784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 7, .production_id = 58), + [3786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 21), + [3788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 7), + [3790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 7), + [3792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 7), + [3794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 7, .production_id = 19), + [3796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 7, .production_id = 19), + [3798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 7), + [3800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 7, .production_id = 36), + [3802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 21), + [3804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 27), + [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 27), + [3808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 27), + [3810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 52), + [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 55), + [3814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 55), + [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 27), + [3818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 27), + [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 7, .production_id = 27), + [3822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 7, .production_id = 27), + [3824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 16), + [3826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 53), + [3828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 39), + [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 16), + [3832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 16), + [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 52), + [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 3, .production_id = 1), + [3838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 3, .production_id = 1), + [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 3), + [3842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 3), + [3844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 51), + [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [3848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 3), + [3852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 3), + [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 3), + [3856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 3), + [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 3), + [3860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 3), + [3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 3), + [3864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 3), + [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 3), + [3868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 3), + [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 3, .production_id = 7), + [3872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 3, .production_id = 7), + [3874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 50), + [3876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 37), + [3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 3), + [3880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 3), + [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_scope_statement, 3), + [3884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_scope_statement, 3), + [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 3), + [3888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 3), + [3890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 27), + [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 16), + [3894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 16), + [3896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 3, .production_id = 11), + [3898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 3, .production_id = 11), + [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 3, .production_id = 12), + [3902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 3, .production_id = 12), + [3904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 7), + [3906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 7, .production_id = 19), + [3908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 7, .production_id = 36), + [3910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 47), + [3912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 6, .production_id = 19), + [3914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 6, .production_id = 12), + [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 4, .production_id = 15), + [3918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 4, .production_id = 15), + [3920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 22), + [3922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 46), + [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 4, .production_id = 16), + [3926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 4, .production_id = 16), + [3928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 11), + [3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 4, .production_id = 16), + [3932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 4, .production_id = 16), + [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 4, .production_id = 16), + [3936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 4, .production_id = 16), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 4, .production_id = 15), + [3942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 4, .production_id = 15), + [3944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7745), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_terminator, 2), + [3949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_terminator, 2), + [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 4), + [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 4), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 4), + [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 4), + [3959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 6), + [3961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 21), + [3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 1), + [3965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 1), + [3967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 7), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 4, .production_id = 19), + [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 4, .production_id = 19), + [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 4), + [3975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 4), + [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 4), + [3979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 4), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 4), + [3983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 4), + [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 1), + [3987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 1), + [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4), + [3991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 3), + [3993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 6), + [3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 42), + [3997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 30), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 7), + [4001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 7), + [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 6), + [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 6, .production_id = 19), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 21), + [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 21), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 4), + [4013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 4), + [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 4), + [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 4), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 11), + [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 11), + [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 22), + [4025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 22), + [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 4, .production_id = 12), + [4029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 4, .production_id = 12), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 6, .production_id = 19), + [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 3), + [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 6), + [4037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 6, .production_id = 36), + [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 5, .production_id = 15), + [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 5, .production_id = 15), + [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), + [4045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), + [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 26), + [4049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 26), + [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 5, .production_id = 19), + [4053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 5, .production_id = 19), + [4055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 21), + [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 27), + [4059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 27), + [4061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 27), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 16), + [4065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 5, .production_id = 16), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 16), + [4069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 16), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 16), + [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 16), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 27), + [4077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 27), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 27), + [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 27), + [4083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 27), + [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 1), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 1), + [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 6, .production_id = 27), + [4091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 16), + [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, .production_id = 21), + [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, .production_id = 21), + [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 39), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), + [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), + [4103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 26), + [4105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 26), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 5, .production_id = 15), + [4109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 5, .production_id = 15), + [4111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 16), + [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 6, .production_id = 16), + [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 6, .production_id = 38), + [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 16), + [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 5), + [4121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 5), + [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__procedure_terminator, 3), + [4125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__procedure_terminator, 3), + [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 5), + [4129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 5), + [4131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 9), + [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 5, .production_id = 19), + [4135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 5, .production_id = 19), + [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 5), + [4139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 5), + [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 5), + [4143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 5), + [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 30), + [4147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 30), + [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5), + [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5), + [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 31), + [4155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 31), + [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 5), + [4159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 5), + [4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 6, .production_id = 16), + [4163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 6), + [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 7), + [4167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 7), + [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 21), + [4171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 21), + [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 5), + [4175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 5), + [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 32), + [4179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 32), + [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5), + [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5), + [4185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 6, .production_id = 19), + [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 11), + [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 11), + [4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 22), + [4193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 22), + [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 5, .production_id = 12), + [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 5, .production_id = 12), + [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 5, .production_id = 19), + [4201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 5, .production_id = 19), + [4203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 6, .production_id = 36), + [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 6, .production_id = 36), + [4207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 6, .production_id = 19), + [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 27), + [4211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 37), + [4213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 37), + [4215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 16), + [4217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 39), + [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 16), + [4221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 6, .production_id = 27), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [4225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 27), + [4227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_order, 1), + [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_order, 1), + [4231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 2, .production_id = 29), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 2, .production_id = 29), + [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 21), + [4237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 6, .production_id = 36), + [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 6), + [4241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 3), + [4243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 6, .production_id = 19), + [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 6, .production_id = 19), + [4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 6), + [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 30), + [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 42), + [4253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 6), + [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 3), + [4257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 7), + [4259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 21), + [4261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 6), + [4263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 11), + [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 46), + [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 22), + [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 6, .production_id = 12), + [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 6, .production_id = 19), + [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 47), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 7, .production_id = 36), + [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 7, .production_id = 19), + [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 27), + [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 37), + [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 50), + [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 51), + [4287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 39), + [4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 53), + [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 16), + [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 27), + [4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 21), + [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 7, .production_id = 36), + [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 7), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 7, .production_id = 19), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 7, .production_id = 19), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 7), + [4307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 7), + [4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 7), + [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 21), + [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 7, .production_id = 58), + [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 7), + [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 32), + [4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 46), + [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 22), + [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 59), + [4325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 7, .production_id = 19), + [4327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 47), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 37), + [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 50), + [4333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 61), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 51), + [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 62), + [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 39), + [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 8, .production_id = 53), + [4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_definition, 5, .production_id = 27), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 8, .production_id = 27), + [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 21), + [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 8), + [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 8), + [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 8, .production_id = 21), + [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 58), + [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 66), + [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 8, .production_id = 59), + [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 47), + [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 50), + [4365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 61), + [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 51), + [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 62), + [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 9, .production_id = 53), + [4373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 21), + [4375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 9), + [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 9, .production_id = 66), + [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 47), + [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 9), + [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 61), + [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 10, .production_id = 62), + [4387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 21), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 47), + [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 10), + [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 21), + [4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 47), + [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 5, .production_id = 16), + [4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 21), + [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 47), + [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 13, .production_id = 47), + [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 5), + [4407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), + [4409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), SHIFT_REPEAT(6509), + [4412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 2), + [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_definition, 4, .production_id = 16), + [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 4), + [4418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7385), + [4421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [4423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6847), + [4426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 2), + [4428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_phrase, 2, .production_id = 10), + [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [4432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7949), + [4435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7942), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7599), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7596), + [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), + [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7710), + [4450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7901), + [4453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2165), + [4456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(7753), + [4459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7804), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7306), + [4464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2039), + [4467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6636), + [4470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_code_repeat1, 1), + [4472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 1), + [4474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 4, .production_id = 33), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [4482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6587), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [4491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(3150), + [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8010), + [4496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7624), + [4498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_tuning, 2), + [4500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_tuning, 2), + [4502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), + [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [4508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7531), + [4511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 4), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8041), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [4527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2681), + [4530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(7874), + [4533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(2668), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [4540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 1), + [4542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 1), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [4546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6809), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 40), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [4563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 1, .production_id = 28), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [4571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7701), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [4578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(3094), + [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7914), + [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7752), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stop_after_phrase, 2), + [4591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7903), + [4594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(3079), + [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7608), + [4599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7747), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), + [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7305), + [4606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), + [4608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), + [4610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(3326), + [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7910), + [4615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(3262), + [4618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7923), + [4620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), + [4624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), + [4626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), + [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), + [4630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6629), + [4633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(3195), + [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8002), + [4638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(3168), + [4641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6622), + [4644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6594), + [4647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7789), + [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7537), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [4698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7640), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [4712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(3206), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [4717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7924), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [4783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(3275), + [4786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 14), SHIFT(3334), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7913), + [4805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_tuning, 1), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), + [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3381), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7667), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6904), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8005), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7811), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4626), + [4979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [4981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), + [4985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [4987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6083), + [4989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5485), + [4991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preselect_phrase, 3), + [4993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5446), + [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), + [4997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5863), + [4999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [5001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [5003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7482), + [5005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7522), + [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_type, 2), + [5009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_type, 2), + [5011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7492), + [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7933), + [5015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), + [5017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), + [5019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 3), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), + [5023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 3), + [5025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6441), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), + [5029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7965), + [5031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preselect_phrase, 2), + [5033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5531), + [5035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), + [5037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), + [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [5041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [5043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7657), + [5045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7718), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), + [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6236), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6237), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6237), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [5073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 40), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [5083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 28), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [5107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), + [5109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(7743), + [5112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6786), + [5115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6236), + [5118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6236), + [5121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6237), + [5124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6237), + [5127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3892), + [5130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3906), + [5133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(743), + [5136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6249), + [5139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3893), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [5148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_aggregate, 1), + [5150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_aggregate, 1), + [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), + [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4632), + [5156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6992), + [5158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), + [5160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), + [5162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [5164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7651), + [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6160), + [5168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5504), + [5170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logical_operator, 1), + [5172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_operator, 1), + [5174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiplicative_operator, 1), + [5176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiplicative_operator, 1), + [5178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), + [5180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), + [5182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__additive_operator, 1), + [5184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__additive_operator, 1), + [5186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_operator, 1), + [5188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_operator, 1), + [5190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_tuning, 1), + [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), + [5194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), + [5196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7134), + [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), + [5200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6821), + [5202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 40), + [5204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 3), + [5206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 3), + [5208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 4), + [5210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 4), + [5212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1), + [5214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1), + [5216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4789), + [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7045), + [5220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 28), + [5222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [5224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5891), + [5226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7398), + [5228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_phrase, 2, .production_id = 17), + [5230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 2, .production_id = 17), SHIFT(6874), + [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7060), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6936), + [5237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_tuning, 1), + [5239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_tuning, 1), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [5243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 7, .production_id = 73), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6634), + [5247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 7, .production_id = 73), + [5249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), + [5251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), + [5253] = {.entry = {.count = 5, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_buffer_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), SHIFT(3816), + [5259] = {.entry = {.count = 4, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_buffer_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), + [5264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), + [5267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 1), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7333), + [5271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), + [5274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), + [5276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 1), + [5278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preselect_phrase, 4), + [5280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_phrase, 1), + [5282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 1), SHIFT(6874), + [5285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 28), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), + [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), + [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7293), + [5293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 2, .production_id = 17), SHIFT(6825), + [5296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6851), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6959), + [5300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 1), + [5302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 1), + [5304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 8), + [5306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 8), + [5308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 40), + [5310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 12, .production_id = 73), + [5312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 12, .production_id = 73), + [5314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_size_phrase, 4, .production_id = 54), + [5316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_size_phrase, 4, .production_id = 54), + [5318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 28), + [5320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 40), + [5322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 1), SHIFT(6825), + [5325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6936), + [5328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_data_relation_repeat1, 2), + [5330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_phrase, 3, .production_id = 17), + [5332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 3, .production_id = 17), SHIFT(6874), + [5335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preselect_phrase, 6), + [5337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_phrase, 2), + [5339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 2), SHIFT(6874), + [5342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preselect_phrase, 5), + [5344] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_buffer_definition_repeat1, 1), REDUCE(aux_sym_workfile_definition_repeat1, 1), + [5348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 1), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), + [5352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6959), + [5355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of, 2), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), + [5359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6586), + [5362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 3, .production_id = 17), SHIFT(6825), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6997), + [5369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6997), + [5372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6604), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6586), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7545), + [5379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_relation_repeat1, 2), SHIFT_REPEAT(6874), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7791), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7403), + [5386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_record_phrase, 2), SHIFT(6825), + [5389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_serialization_tuning, 1), + [5391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_serialization_tuning, 1), + [5393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_field, 3, .production_id = 45), + [5395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_field, 1, .production_id = 20), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6701), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [5401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using, 3), + [5403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6069), + [5405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 3, .production_id = 45), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [5409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using, 2), + [5411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 2), + [5413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(4128), + [5416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(5891), + [5419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(7398), + [5422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6615), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [5427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6701), + [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6615), + [5432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 1, .production_id = 20), + [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [5436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6675), + [5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), + [5441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(4105), + [5444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(1102), + [5447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(4011), + [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [5462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preselect_phrase_repeat1, 2), + [5464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preselect_phrase_repeat1, 2), SHIFT_REPEAT(5446), + [5467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 1), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [5475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_relation_repeat1, 2), SHIFT_REPEAT(6825), + [5478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_using_repeat1, 2), + [5480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(6069), + [5483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_phrase, 3), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [5489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5786), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), + [5493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_phrase, 4, .production_id = 17), + [5495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5861), + [5497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), + [5499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(7782), + [5502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(1216), + [5505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(1216), + [5508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(6748), + [5511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(6384), + [5514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(4141), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7404), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7869), + [5525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7869), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7405), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5387), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [5533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5455), + [5547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [5551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), + [5561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), + [5563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3816), + [5566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3462), + [5569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(4076), + [5572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 2), + [5574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3816), + [5577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3462), + [5580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(4076), + [5583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(4275), + [5586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7727), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7727), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7788), + [5596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(4236), + [5599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(6026), + [5602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(7293), + [5605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(5786), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), + [5610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_of, 2), + [5612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), + [5614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2626), + [5617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2626), + [5620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1661), + [5623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(4444), + [5626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(5175), + [5629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(5861), + [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 3), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7341), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7824), + [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7824), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7340), + [5644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 2), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7851), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8017), + [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8017), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8016), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7544), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7777), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7777), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7543), + [5662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7782), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [5680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6608), + [5683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), + [5685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(5915), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), + [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [5692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 1), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), + [5696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preselect_phrase_repeat1, 2), SHIFT_REPEAT(5531), + [5699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4), + [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7335), + [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), + [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), + [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), + [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7327), + [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7854), + [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7842), + [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6710), + [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7322), + [5737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 1), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7471), + [5743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_tuning, 1), + [5745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pre_tuning, 1), + [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7856), + [5751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_tuning, 2), + [5753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(5998), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7290), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5998), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [5770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(1044), + [5773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(1044), + [5776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 16), + [5778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 16), + [5780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 7, .production_id = 27), + [5782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 7, .production_id = 27), + [5784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 2), + [5786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 27), + [5788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 27), + [5790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 5, .production_id = 16), + [5792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 5, .production_id = 16), + [5794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 1), + [5796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat1, 1), + [5798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), + [5800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(3462), + [5803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 2), + [5805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(5677), + [5808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(5676), + [5811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 1), + [5813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 1), + [5815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), + [5817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(4136), + [5820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(6032), + [5823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(7891), + [5826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 1), + [5828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 1), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [5846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3816), + [5849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3462), + [5852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(4275), + [5855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [5909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), + [5911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(4136), + [5914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(6032), + [5917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(877), + [5920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(7891), + [5923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(6637), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7336), + [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [5990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1, .production_id = 4), + [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), + [6020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pre_tuning, 1), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [6028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), + [6030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(1081), + [6033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(1081), + [6036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(6496), + [6039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(4458), + [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7993), + [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7994), + [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7995), + [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8012), + [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8009), + [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8008), + [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), + [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7961), + [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7962), + [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7963), + [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [6070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), + [6072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(3816), + [6075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(3462), + [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [6080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), + [6082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5283), + [6085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5279), + [6088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5278), + [6091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5766), + [6094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5767), + [6097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5276), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7977), + [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7978), + [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), + [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7944), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7945), + [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7946), + [6112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_type, 1), + [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5807), + [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7609), + [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [6124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(3816), + [6127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(3462), + [6130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), + [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7783), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7406), + [6140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 1), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7436), + [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7612), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7996), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7443), + [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7541), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7339), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), + [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7268), + [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), + [6184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), + [6186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), + [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7779), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7772), + [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4227), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), + [6206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), + [6208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(7854), + [6211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(7842), + [6214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(6710), + [6217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(4845), + [6220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(6711), + [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), + [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6148), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), + [6231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), + [6233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), + [6235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), + [6237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5883), + [6239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [6241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), + [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), + [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), + [6247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), + [6249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), + [6251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [6253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [6255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [6257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), + [6259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), + [6261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), + [6267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [6269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), + [6271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), + [6273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), + [6275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), + [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [6279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5865), + [6281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5806), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [6285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), + [6287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6062), + [6289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 3), + [6291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 3), + [6293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 3), + [6295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 3), + [6297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [6307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6922), + [6309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4928), + [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4925), + [6313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [6317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [6319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 1), + [6321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 1), + [6323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 1), + [6325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 1), + [6327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [6329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), + [6331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4928), + [6334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4925), + [6337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 1), + [6339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 1), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [6343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), + [6347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), + [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6079), + [6353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [6355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), + [6357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5750), + [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5852), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), + [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), + [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6165), + [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [6377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 4), + [6379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 4), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [6385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), + [6387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), + [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7193), + [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), + [6393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), + [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5868), + [6397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7402), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), + [6401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), + [6403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6002), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), + [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), + [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [6415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6043), + [6417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5783), + [6423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5813), + [6425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5823), + [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), + [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), + [6431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), + [6433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [6435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(4564), + [6438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), + [6440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(6581), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), + [6445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5845), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), + [6451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2669), + [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), + [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), + [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7292), + [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), + [6467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [6469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), + [6471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), + [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [6481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), + [6483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7311), + [6485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5692), + [6487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7381), + [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7499), + [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882), + [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7420), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), + [6513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 1), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [6523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 28), + [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [6527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [6535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2954), + [6537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7682), + [6539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [6541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), + [6543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3000), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [6555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [6557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7480), + [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), + [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), + [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), + [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7650), + [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5935), + [6573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 40), + [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), + [6577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(4227), + [6580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), + [6582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(6581), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), + [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), + [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), + [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), + [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [6613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), + [6615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(737), + [6618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(4894), + [6621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(4579), + [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), + [6626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [6628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), + [6630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [6632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), + [6634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7882), + [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [6640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), + [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), + [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), + [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), + [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [6672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), + [6674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6582), + [6676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5657), + [6678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), + [6680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7445), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [6688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 27), + [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), + [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6619), + [6696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6398), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [6702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 1), + [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [6708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preselect_phrase, 7), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [6762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat2, 2), + [6764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(514), + [6767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(7522), + [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6054), + [6788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 2), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), + [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6021), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7623), + [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [6828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 16), + [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [6838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 4), + [6840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 3), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [6852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), + [6854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(769), + [6857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(769), + [6860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(6446), + [6863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(5035), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [6876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 1), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [6880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 1), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [6892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 19), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [6910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 2), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [6922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 2), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5962), + [6934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(483), + [6937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(7718), + [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), + [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7948), + [6946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 1), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), + [6966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 1), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [6970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [6974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [6992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), + [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [7008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2), + [7010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), + [7012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3833), + [7015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3833), + [7018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1661), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6187), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [7045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 3), + [7047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 3), + [7049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), + [7051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), SHIFT_REPEAT(5262), + [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), + [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), + [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [7074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 1), + [7076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 1), + [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [7080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 1), + [7082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 1), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [7088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), SHIFT_REPEAT(5755), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [7097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4856), + [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7720), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), + [7127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_phrase_repeat2, 1), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [7147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 1), + [7149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7649), + [7151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7648), + [7153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5269), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [7161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6331), + [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7151), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), + [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7239), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7003), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7001), + [7181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), + [7183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), SHIFT_REPEAT(6160), + [7186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 16), + [7188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 19), + [7190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5303), + [7192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 4), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), + [7196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5307), + [7198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), + [7200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(5085), + [7203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(5448), + [7206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), SHIFT_REPEAT(6154), + [7209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), + [7211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7571), + [7213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 19), + [7215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), + [7217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(1008), + [7220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), + [7222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), + [7226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6464), + [7228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8046), + [7230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5581), + [7232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7741), + [7234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 8, .production_id = 40), + [7236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 4), + [7238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 3), + [7240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [7242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6087), + [7244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 16), + [7246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 27), + [7248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), + [7250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(6092), + [7253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(6464), + [7256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), + [7258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5581), + [7261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(7741), + [7264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8049), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6887), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6888), + [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7220), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7219), + [7278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6875), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7040), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), + [7287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7595), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5483), + [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), + [7293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 28), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7023), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7020), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7105), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7106), + [7315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 6, .production_id = 27), + [7317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5232), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6867), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6868), + [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7392), + [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4018), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), + [7331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), + [7333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), SHIFT_REPEAT(5483), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7085), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7086), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), + [7344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8048), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), + [7348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5290), + [7350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), + [7352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5254), + [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), + [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), + [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7116), + [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7485), + [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), + [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6870), + [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), + [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7203), + [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [7388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), + [7390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), SHIFT_REPEAT(5584), + [7393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 1), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7129), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7054), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [7403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_tuning, 1), + [7405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(7151), + [7408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_tuning, 1), + [7410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), + [7412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(517), + [7415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(7713), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7120), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [7424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 1), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6670), + [7430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_widget_pool, 1), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [7434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final, 1), + [7436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract, 1), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [7440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_serializable, 1), + [7442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7986), + [7445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), + [7449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(878), + [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6689), + [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [7460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 9), + [7462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5920), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7234), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6974), + [7472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6912), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6903), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [7496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 2), + [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), + [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [7502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(5634), + [7505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), + [7507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(7722), + [7510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), + [7514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7868), + [7516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7401), + [7518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7118), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), + [7524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5738), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), + [7528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), + [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6216), + [7532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7768), + [7534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7767), + [7536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), + [7542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 5), + [7544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 5), + [7546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6394), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6776), + [7550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_procedure_parameter_definition_repeat1, 2), + [7552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_procedure_parameter_definition_repeat1, 2), SHIFT_REPEAT(6187), + [7555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [7563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 2), + [7565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7722), + [7567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 60), + [7569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 60), + [7571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), + [7573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6316), + [7575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7823), + [7577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7343), + [7579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7192), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [7589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), + [7591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(6417), + [7594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(5926), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), + [7599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), + [7601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(7779), + [7604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(7772), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), + [7609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5017), + [7611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6511), + [7613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7776), + [7615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7549), + [7617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6977), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), + [7621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 6), + [7623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 6), + [7625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), + [7627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5083), + [7629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6388), + [7631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7784), + [7633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7524), + [7635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7015), + [7637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), + [7639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(6083), + [7642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 6), + [7644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 6), + [7646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 1), + [7648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4996), + [7650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6505), + [7652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7875), + [7654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7438), + [7656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7088), + [7658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 69), + [7660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 69), + [7662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), SHIFT_REPEAT(7116), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [7673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 6), + [7675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 6), + [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [7681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), + [7683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6244), + [7685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7830), + [7687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7313), + [7689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7230), + [7691] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(75), + [7695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 68), + [7697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 68), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [7703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 3), + [7705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), SHIFT(75), + [7708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), + [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4997), + [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6211), + [7714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7726), + [7716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7792), + [7718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6746), + [7720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(75), + [7723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 72), + [7725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 72), + [7727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(75), + [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [7732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 1), + [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [7736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 11), + [7738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 11), + [7740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 10, .production_id = 72), + [7742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 10, .production_id = 72), + [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6208), + [7746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 10), + [7748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 10), + [7750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 7), + [7752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 7), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), + [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3897), + [7758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6835), + [7760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 7), + [7762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 7), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [7772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 9), + [7774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 9), + [7776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 5), + [7778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(75), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [7783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 60), + [7785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 60), + [7787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 69), + [7789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 69), + [7791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 72), + [7793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 72), + [7795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 7), + [7797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 7), + [7799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 7), + [7801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 7), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [7807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), + [7809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), + [7811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), + [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6204), + [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7736), + [7817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7735), + [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6788), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [7823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [7827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 68), + [7829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 68), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [7833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 8), + [7835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 8), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [7839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), + [7841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6517), + [7843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8029), + [7845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8031), + [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6588), + [7849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 9), + [7851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 9), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [7857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2), + [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [7867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 8), + [7869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 8), + [7871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 60), + [7873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 60), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [7877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), + [7879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6645), + [7881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 68), + [7883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 68), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6966), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [7897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 8), + [7899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 8), + [7901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 8), + [7903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 8), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [7917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 69), + [7919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 69), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [7929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), + [7931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), SHIFT_REPEAT(5766), + [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), + [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), + [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [7942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_type, 2, .production_id = 18), + [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), + [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), + [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7975), + [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6662), + [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), + [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7325), + [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7217), + [7968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), + [7970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), + [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), + [7974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 1), + [7976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_tuning, 1), + [7978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 1), + [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), + [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), + [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), + [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7746), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6774), + [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), + [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7426), + [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7096), + [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), + [8008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 5), + [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6766), + [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), + [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), + [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5846), + [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7528), + [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7002), + [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7248), + [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7258), + [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), + [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7035), + [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), + [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), + [8052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), + [8054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(6113), + [8057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(6113), + [8060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4810), + [8062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7810), + [8064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 1), + [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7805), + [8068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 3), + [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), + [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7235), + [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6598), + [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7073), + [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7102), + [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), + [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), + [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), + [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6858), + [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), + [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [8106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter_mode, 1), + [8108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 64), + [8110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 31), + [8112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), + [8114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), SHIFT_REPEAT(408), + [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [8119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), + [8121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), SHIFT_REPEAT(7648), + [8124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 2), + [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7103), + [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7124), + [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), + [8134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6776), + [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), + [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), + [8147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 31), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7907), + [8151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 2), + [8153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7870), + [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7879), + [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6685), + [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), + [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7056), + [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7984), + [8169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 56), + [8171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6), + [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [8175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [8177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6724), + [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [8181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 6, .production_id = 56), + [8183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5740), + [8185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 5), + [8187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6), + [8189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6183), + [8191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 4), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), + [8195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 6), + [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5898), + [8199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 5), + [8201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), + [8203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), SHIFT_REPEAT(7948), + [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [8210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7857), + [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7858), + [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7379), + [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [8218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5698), + [8220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 5), + [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [8224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7847), + [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7848), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7373), + [8230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 6), + [8232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), + [8234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 6), + [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7960), + [8240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 56), + [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [8244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6), + [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), + [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7109), + [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [8254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7970), + [8257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5942), + [8259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 31), + [8261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [8263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7009), + [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), + [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7802), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7803), + [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7319), + [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7094), + [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7765), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7766), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7503), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [8295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7755), + [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7756), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7510), + [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), + [8305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 2), SHIFT_REPEAT(6344), + [8308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 2), + [8310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7812), + [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7813), + [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), + [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [8318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), + [8320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7463), + [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6344), + [8324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6772), + [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [8328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6623), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [8333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5658), + [8335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 6, .production_id = 31), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6794), + [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6166), + [8349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5689), + [8351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 5), + [8353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 1), + [8355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5646), + [8357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), + [8359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7889), + [8361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 3), + [8363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 3), + [8365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), + [8367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 4), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [8375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7662), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7780), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7751), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [8383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), + [8385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), SHIFT_REPEAT(6714), + [8388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), + [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7575), + [8392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4012), + [8394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7688), + [8396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), + [8398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7506), + [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), + [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), + [8408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7675), + [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7674), + [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7672), + [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [8416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 4, .production_id = 4), + [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), + [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6991), + [8424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6, .production_id = 56), + [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [8432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 5), + [8434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 5), + [8436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), + [8438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), SHIFT_REPEAT(7575), + [8441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3993), + [8443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7628), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), + [8447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 2), + [8449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 10), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [8453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 1), + [8455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 31), + [8457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 1), + [8459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 64), + [8461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7), + [8463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 2), + [8465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 2), SHIFT_REPEAT(7651), + [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [8470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [8472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6782), + [8474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7, .production_id = 65), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [8478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 7), + [8480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 7, .production_id = 65), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), + [8488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 3, .production_id = 67), + [8490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 3, .production_id = 67), + [8492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5442), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), + [8498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(910), + [8501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4066), + [8503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7265), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6744), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [8521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5678), + [8523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5329), + [8525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7826), + [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [8531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 1), + [8533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 1), + [8535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6952), + [8539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [8541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6942), + [8543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6719), + [8545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5610), + [8547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5444), + [8549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7920), + [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [8555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [8557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6935), + [8559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [8561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6926), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), + [8567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 1), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [8577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7224), + [8579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1), + [8581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 1), + [8583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6454), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [8589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7704), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), + [8595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7714), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), + [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [8603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [8605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6914), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6989), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), + [8615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 1), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6975), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [8621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_tuning, 1), + [8623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [8625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6906), + [8627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 4), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), + [8631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [8633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6893), + [8635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 4), + [8637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 4), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), + [8643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_tuning, 2), + [8645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 1), + [8647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [8649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6884), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), + [8655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 4), + [8657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 4, .production_id = 71), + [8659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 4, .production_id = 71), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), + [8663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), + [8665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), + [8669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 2), + [8671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 2), + [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6142), + [8677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [8679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6873), + [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [8687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [8689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6864), + [8691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 1), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [8695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [8697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6856), + [8699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), + [8701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6846), + [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7728), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6756), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6757), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), + [8717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1), + [8719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1), + [8721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 5, .production_id = 41), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7980), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7976), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6625), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6638), + [8733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), + [8737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 5), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [8741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 1), + [8743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 1), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [8749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), + [8755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 5), + [8757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5, .production_id = 41), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), + [8761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_procedure_parameter_definition_repeat1, 1), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6763), + [8767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_tuning, 1), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [8773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_member_repeat1, 2), + [8775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), + [8777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), SHIFT_REPEAT(5442), + [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), + [8782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5041), + [8784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7673), + [8786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6829), + [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [8792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 1), + [8794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6555), + [8796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6948), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6224), + [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [8808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5032), + [8810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7572), + [8812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6946), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [8818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7577), + [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), + [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6795), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8022), + [8828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6828), + [8830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8022), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), + [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), + [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5487), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6061), + [8846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6647), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8001), + [8852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6836), + [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8001), + [8856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7534), + [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7534), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [8862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7301), + [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), + [8866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7958), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [8870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6213), + [8872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7256), + [8874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), + [8876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7270), + [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7252), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7959), + [8884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6842), + [8886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7959), + [8888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7380), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), + [8898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6880), + [8900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6549), + [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7087), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7911), + [8906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6852), + [8908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7911), + [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5633), + [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7859), + [8918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6860), + [8920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7859), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [8926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [8932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), + [8934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6269), + [8936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7237), + [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [8944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6321), + [8946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7809), + [8950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6866), + [8952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7809), + [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7750), + [8960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6878), + [8962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7750), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), + [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [8978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3), + [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6540), + [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7382), + [8984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(1059), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), + [8991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6737), + [8993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7679), + [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), + [8997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6886), + [8999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7707), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7664), + [9003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6897), + [9005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7664), + [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7328), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7634), + [9015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6908), + [9017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7634), + [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [9023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), + [9027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 2), SHIFT_REPEAT(6692), + [9030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 2), + [9032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 3, .production_id = 43), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [9038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1, .production_id = 1), + [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7917), + [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [9046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7322), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7621), + [9051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6920), + [9053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7621), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [9057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), + [9059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), SHIFT_REPEAT(4839), + [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [9064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7975), + [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [9072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6380), + [9074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6869), + [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), + [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), + [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), + [9084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6929), + [9086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7605), + [9088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(6229), + [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [9093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 1, .production_id = 4), + [9095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 1, .production_id = 4), + [9097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5324), + [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7588), + [9107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6939), + [9109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7588), + [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), + [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6877), + [9115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), + [9117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), SHIFT_REPEAT(6520), + [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6546), + [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), + [9128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6944), + [9130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7566), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7444), + [9144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6954), + [9146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7444), + [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), + [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [9156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7553), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [9160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7742), + [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [9168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 1), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), + [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), + [9180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), + [9182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7493), + [9184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7051), + [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), + [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [9200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 2), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [9208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6749), + [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), + [9216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6640), + [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), + [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6692), + [9228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5636), + [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [9240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5668), + [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6713), + [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [9250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5844), + [9252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6632), + [9254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6516), + [9256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7053), + [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [9272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7291), + [9274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2), + [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5438), + [9282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7497), + [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6617), + [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6584), + [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6691), + [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7990), + [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6823), + [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), + [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7307), + [9298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7183), + [9300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7307), + [9302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), + [9304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7038), + [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), + [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), + [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), + [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), + [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [9326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7470), + [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), + [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), + [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), + [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [9364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(938), + [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6683), + [9369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), SHIFT_REPEAT(241), + [9372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), + [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6284), + [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7063), + [9378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), + [9380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7472), + [9382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7067), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), + [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7845), + [9400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6709), + [9402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7845), + [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7196), + [9406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6281), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), + [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [9418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 4, .production_id = 57), + [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6004), + [9426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6624), + [9428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6752), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6427), + [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [9438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(4924), + [9441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), + [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7496), + [9445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6968), + [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7496), + [9449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4), + [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), + [9453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [9455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5514), + [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6717), + [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [9474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6305), + [9476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6910), + [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), + [9496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7130), + [9498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7387), + [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7297), + [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [9510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7796), + [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [9516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), + [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), + [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7799), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7800), + [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [9528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [9532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), + [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7421), + [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7411), + [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), + [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [9544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3370), + [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7606), + [9548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), + [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [9552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [9558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [9562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), + [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [9568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), + [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), + [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [9574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4092), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7300), + [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7294), + [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7589), + [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [9590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), + [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5812), + [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7447), + [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7457), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [9602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), + [9606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6366), + [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), + [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), + [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [9616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7693), + [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7759), + [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), + [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7932), + [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), + [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), + [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7983), + [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [9638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), + [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), + [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6824), + [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), + [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7982), + [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), + [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [9654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7974), + [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), + [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7966), + [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7964), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [9674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7954), + [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7661), + [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), + [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7951), + [9688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 1), + [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7950), + [9694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_tuning, 1), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7653), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7645), + [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), + [9702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7934), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), + [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7927), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7926), + [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), + [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7922), + [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [9724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), + [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), + [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7941), + [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6308), + [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6306), + [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), + [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [9742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 1), + [9744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 1), + [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), + [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), + [9750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5391), + [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7899), + [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [9760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), + [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7861), + [9764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5669), + [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7819), + [9768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7819), + [9770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4778), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [9776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_tuning, 1), + [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), + [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [9782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 1), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [9786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 4), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7872), + [9792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_tuning, 1), + [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), + [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), + [9802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5411), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [9810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7642), + [9814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7642), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7641), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7638), + [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7816), + [9824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5638), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7576), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5944), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7630), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6804), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6805), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6708), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7838), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), + [9858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5385), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), + [9862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5047), + [9864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7569), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7769), + [9870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5687), + [9872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 1), + [9874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 1), + [9876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 3), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), + [9882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5858), + [9884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 4, .production_id = 4), + [9886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 1), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [9890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7817), + [9900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), + [9902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7671), + [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [9912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5471), + [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [9916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7564), + [9920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5569), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7660), + [9924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6017), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7659), + [9928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7658), + [9932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), + [9936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), + [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), + [9940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5325), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [9944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7585), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7666), + [9950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_tuning, 3), + [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), + [9954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5649), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7550), + [9958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5778), + [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7540), + [9964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5814), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7529), + [9970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5876), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8025), + [9978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8025), + [9980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), + [9982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7639), + [9984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5060), + [9986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7637), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), + [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7527), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8007), + [10000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8007), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7968), + [10010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7968), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7618), + [10014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [10022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7915), + [10032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7915), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7614), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7360), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7355), + [10046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2993), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7873), + [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7873), + [10052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 1), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), + [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7597), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7815), + [10064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7815), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), + [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [10078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5270), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [10082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7350), + [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7797), + [10088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7797), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7587), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7582), + [10102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7712), + [10106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7712), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), + [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6853), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7668), + [10122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7668), + [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), + [10128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 1), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7326), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), + [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7643), + [10144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7643), + [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7573), + [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), + [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), + [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [10158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7625), + [10162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7625), + [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7565), + [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), + [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7610), + [10178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7610), + [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7556), + [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), + [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [10192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7593), + [10196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7593), + [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), + [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7430), + [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7603), + [10210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7603), + [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7551), + [10216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), + [10218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7516), + [10220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), + [10222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7458), + [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), + [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7396), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7539), + [10236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7539), + [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), + [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [10242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), + [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), + [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7542), + [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7469), + [10256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7469), + [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7468), + [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7466), + [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), + [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7535), + [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7460), + [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), + [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), + [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7451), + [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), + [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7449), + [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [10286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3996), + [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [10292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), + [10294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7487), + [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6097), + [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7521), + [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7475), + [10302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5641), + [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [10306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7414), + [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6320), + [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), + [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), + [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7518), + [10320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), + [10322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7407), + [10324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5005), + [10326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7442), + [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6541), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7453), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7448), + [10336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7446), + [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6218), + [10348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [10350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7505), + [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), + [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7501), + [10356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), + [10358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7504), + [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7428), + [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7452), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7418), + [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7413), + [10374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), + [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7486), + [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7072), + [10384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), + [10386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7476), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7400), + [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6559), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7399), + [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7474), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7473), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7391), + [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7454), + [10424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5747), + [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), + [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), + [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7450), + [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7383), + [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), + [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7417), + [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5723), + [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7437), + [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7416), + [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), + [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5764), + [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7427), + [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), + [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7410), + [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7425), + [10466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5798), + [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7419), + [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), + [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7408), + [10474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7408), + [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7365), + [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), + [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7721), + [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), + [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), + [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [10500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5482), + [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), + [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), + [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7303), + [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7289), + [10516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7289), + [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7287), + [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), + [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7347), + [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7279), + [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7278), + [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6765), + [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7758), + [10538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 4), + [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7275), + [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7274), + [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7749), + [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), + [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [10554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), + [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), + [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), + [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5877), + [10568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), + [10570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7271), + [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7276), + [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7273), + [10576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), + [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6293), + [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), + [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7269), + [10590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 2), + [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7656), + [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7298), + [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7316), + [10602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), + [10604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7295), + [10606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5071), + [10608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7296), + [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7312), + [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), + [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), + [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7299), + [10622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), + [10624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), + [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7246), + [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7236), + [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7228), + [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), + [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7211), + [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7241), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), + [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), + [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), + [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), + [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7251), + [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7255), + [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6609), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7261), + [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), + [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6570), + [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7761), + [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7762), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), + [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), + [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7281), + [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7247), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7243), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6787), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [10776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 3), + [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), + [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), + [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), + [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7395), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), + [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7778), + [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), + [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), + [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), + [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), + [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7119), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7781), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7113), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), + [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), + [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), + [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), + [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7104), + [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6131), + [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), + [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), + [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7097), + [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5820), + [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7092), + [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6750), + [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), + [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7150), + [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6253), + [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7090), + [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), + [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), + [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), + [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6125), + [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6090), + [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7078), + [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), + [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), + [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7071), + [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), + [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7066), + [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), + [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), + [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), + [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), + [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), + [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), + [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), + [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5980), + [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), + [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7048), + [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), + [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), + [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), + [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7121), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7115), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7107), + [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), + [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), + [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), + [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), + [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7089), + [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7080), + [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), + [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7076), + [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7017), + [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), + [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7462), + [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), + [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), + [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7069), + [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), + [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6317), + [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), + [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [11136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__find_type, 1), + [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7490), + [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7431), + [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7202), + [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6466), + [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), + [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7210), + [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [11202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), + [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8004), + [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), + [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), + [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), + [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), + [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), + [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7992), + [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6965), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), + [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), + [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), + [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6001), + [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), + [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), + [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6630), + [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), + [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8042), + [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8033), + [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), + [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8021), + [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8044), + [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6519), + [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6932), + [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), + [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8038), + [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), + [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), + [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), + [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6740), + [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), + [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6753), + [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), + [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7555), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6556), + [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), + [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), + [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6272), + [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7732), + [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6791), + [11414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), + [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6802), + [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6803), + [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6964), + [11422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_otherwise_branch, 2, .production_id = 44), + [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), + [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), + [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), + [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6830), + [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), + [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), + [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7669), + [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6921), + [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7827), + [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6909), + [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [11450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6896), + [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [11454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6565), + [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [11458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), + [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6970), + [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6971), + [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8039), + [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), + [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7836), + [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6882), + [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), + [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), + [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), + [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), + [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6947), + [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), + [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6700), + [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), + [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7012), + [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6433), + [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7523), + [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7018), + [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), + [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), + [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6543), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7052), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7055), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7484), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7635), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6865), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), + [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), + [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7186), + [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7864), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6854), + [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7604), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7309), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7233), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8036), + [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), + [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6901), + [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7254), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7259), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6266), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), + [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6677), + [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7670), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6554), + [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6674), + [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7613), + [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), + [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7818), + [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), + [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7127), + [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7122), + [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), + [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), + [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6525), + [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), + [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), + [11658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), + [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7114), + [11662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7112), + [11664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [11666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [11668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [11672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [11674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), + [11676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7091), + [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6504), + [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7441), + [11682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7083), + [11684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), + [11686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7912), + [11688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [11690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [11692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [11694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [11696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), + [11698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7062), + [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), + [11702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), + [11704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6889), + [11706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [11708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), + [11710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [11712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), + [11714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6027), + [11716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), + [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), + [11720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [11722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), + [11724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), + [11726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), + [11728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [11730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [11732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [11734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [11736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6659), + [11738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), + [11740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6657), + [11742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), + [11744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), + [11746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [11748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [11750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [11752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), + [11754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), + [11756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), + [11758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), + [11760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6162), + [11762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), + [11764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [11766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [11768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), + [11770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [11772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [11774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [11776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6649), + [11778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), + [11780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), + [11782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6742), + [11784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [11786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), + [11788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), + [11790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [11792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [11794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [11796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), + [11798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), + [11800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6476), + [11802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), + [11804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [11806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [11808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), + [11810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8045), + [11812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7723), + [11814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), + [11816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7725), + [11818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [11820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6639), + [11822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7737), + [11824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7738), + [11826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), + [11828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), + [11830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6327), + [11832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [11834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), + [11836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), + [11838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [11840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [11842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5456), + [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7773), + [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), + [11848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), + [11850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 6), + [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [11854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6514), + [11856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7785), + [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7786), + [11860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7787), + [11862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [11864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [11866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [11868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [11870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), + [11872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7820), + [11874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7821), + [11876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7822), + [11878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [11880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 7), + [11882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6820), + [11884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7831), + [11886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7832), + [11888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7833), + [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6817), + [11892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [11894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [11896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [11898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 8), + [11900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), + [11902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), + [11904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7865), + [11906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7866), + [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7867), + [11910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 9), + [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6816), + [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7876), + [11916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7877), + [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7878), + [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), + [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [11926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [11928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 1), + [11930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [11932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [11934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8047), + [11936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), + [11938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [11940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [11942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [11944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7716), + [11946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), + [11948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [11950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [11952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), + [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [11956] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [11958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), + [11960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7733), + [11962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6271), + [11964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [11966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [11968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7434), + [11970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7764), + [11972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [11974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [11976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [11978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6283), + [11984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6764), + [11988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), + [11992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [11994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [11996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [11998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [12000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [12002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6755), + [12004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), + [12006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), + [12012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8003), + [12014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), + [12016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), + [12018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 4), + [12020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 3), + [12022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 3), + [12024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 5), }; #ifdef __cplusplus